[jboss-user] [Clustering/JBoss] - Port 4448 is already in use
mbreuer
do-not-reply at jboss.com
Wed Jul 2 07:02:03 EDT 2008
While starting jboss 4.2.2.GA i get follwoing exception:
2008-07-02 12:50:50,676 30122 WARN [org.jboss.system.ServiceController] (main:) Problem starting service jboss:service=invoker,type=po
| oledha
| java.lang.Exception: Port 4448 is already in use
| at org.jboss.invocation.pooled.server.PooledInvoker.startService(PooledInvoker.java:230)
| at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
|
I think of an conflict in conf/jboss-service.xml and and deploy/cluster-service.xml.
jboss-service.xml:
<mbean code="org.jboss.remoting.transport.Connector"
| name="jboss.remoting:service=Connector,transport=socket"
| display-name="Socket transport Connector">
| ...
| <attribute name="Configuration">
| ...
| <attribute name="serverBindPort">4448</attribute>
|
cluster-service.xml:
<mbean code="org.jboss.invocation.pooled.server.PooledInvokerHA"
| name="jboss:service=invoker,type=pooledha">
| <attribute name="NumAcceptThreads">1</attribute>
| <attribute name="MaxPoolSize">300</attribute>
| <attribute name="ClientMaxPoolSize">300</attribute>
| <attribute name="SocketTimeout">60000</attribute>
| <attribute name="ServerBindAddress">${jboss.bind.address}</attribute>
| <attribute name="ServerBindPort">4448</attribute>
|
|
I am using cluster configuration (with jboss messaging, but i think that isn't the problem)
Any ideas?
markus
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4162006#4162006
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4162006
More information about the jboss-user
mailing list