[jboss-user] [JBoss AS Documentation] - Re: bind address for jboss services

Alexandre Anzala-Yamajako do-not-reply at jboss.com
Wed Sep 22 11:30:01 EDT 2010


yamajako [http://community.jboss.org/people/yamajako] created the discussion

"Re: bind address for jboss services"

To view the discussion, visit: http://community.jboss.org/message/563118#563118

--------------------------------------------------------------
Sorry
I am using javaservice from the website you pointed to and as for my javaservice configuration here it is:

set javadll=%JAVA_HOME%\jre\bin\client\jvm.dll
set javatool=%JAVA_HOME%\lib\tools.jar
set javarun=%JBOSS_HOME%\bin\run.jar
set outlog=%JBOSS_HOME%\stdout.log
set errlog=%JBOSS_HOME%\stderr.log



%JBOSS_HOME%\bin\JavaService.exe -install JBoss "%javadll%" "-Xms512m" "-Xmx512m" -Djava.class.path="%javatool%";"%javarun%" -start org.jboss.Main -method main -params "-b 0.0.0.0" -stop org.jboss.Main -method systemExit -out "%outlog%" -err "%errlog%" -current "%JBOSS_HOME%\bin" -auto

When the service is started, Jboss outputs this exception :
[ServiceConfigurator] Problem configuring service jboss:service=WebService
org.jboss.deployment.DeploymentException: Exception setting attribute BindAddress =  0.0.0.0 on mbean jboss:service=WebService; - nested throwable: (java.net.UnknownHostException:  0.0.0.0)

Any ideas ?
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/563118#563118]

Start a new discussion in JBoss AS Documentation at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2079]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20100922/17090828/attachment-0001.html 


More information about the jboss-user mailing list