<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=GB2312" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
You don't attach any stack trace, but I imagine you're seeing the
following:<br>
<br>
org.exolab.jms.server.ServerException: ValidationException: 0 is less
than the minimum allowable value of 1;<br>
- location of error: XPATH: Configuration/HttpConfiguration<br>
<br>
You need a non-zero value for jndiPort and adminPort. This is contrary
to the documentation - I'll fix<br>
this in the next release. Leave out the jndiPort and adminPort
attributes and it will default to the<br>
same value as 'port'. E.g:<br>
<pre wrap=""><HttpConfiguration port="3030" bindAll="true"
webServerHost="localhost" webServerPort="800"
servlet="/openjms-tunnel/tunnel"/>
-Tim
</pre>
<br>
zhanghui wrote:
<blockquote cite="***@chinacreator.com"
type="cite">
<pre wrap="">hello all,
I use jms and meet a error when I add
<HttpConfiguration port="3030" jndiPort="0" adminPort="0" bindAll="true"
webServerHost="localhost" webServerPort="800"
servlet="/openjms-tunnel/tunnel"/> (tomcat port is 800)
in openjms.xml. Jms server can't be started. while not adding it ,it can be started rightly. I can't solve this problem.can you help me? Thank you advance!
The openjms file is presented in affix.
zhanghui
<a class="moz-txt-link-abbreviated" href="mailto:***@chinacreator.com">***@chinacreator.com</a>
2007-03-25
</pre>
<pre wrap="">
<hr size="4" width="90%">
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
<a class="moz-txt-link-freetext" href="http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV">http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV</a></pre>
<pre wrap="">
<hr size="4" width="90%">
_______________________________________________
openjms-developer mailing list
<a class="moz-txt-link-abbreviated" href="mailto:openjms-***@lists.sourceforge.net">openjms-***@lists.sourceforge.net</a>
<a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/openjms-developer">https://lists.sourceforge.net/lists/listinfo/openjms-developer</a>
</pre>
</blockquote>
<br>
</body>
</html>