[jboss-user] [Remoting] - Re: java.net.SocketException: Can not obtain client socket c
kapil.singhal
do-not-reply at jboss.com
Fri Jul 11 00:26:53 EDT 2008
Hello Ron,
I have modified the jboss-service.xml located at anonymous wrote : C:\Lang\JBoss\jboss-4.2.2.GA\server\default\deploy\ejb3.deployer\META-INF as follows:
<mbean code="org.jboss.remoting.transport.Connector"
| name="jboss.remoting:type=Connector,name=DefaultEjb3Connector,handler=ejb3">
| <depends>jboss.aop:service=AspectDeployer</depends>
| <attribute name="InvokerLocator">socket://${jboss.bind.address}:3873/?maxPoolSize=200</attribute>
| <attribute name="Configuration">
| <handlers>
| <handler subsystem="AOP">org.jboss.aspects.remoting.AOPRemotingInvocationHandler</handler>
| </handlers>
| </attribute>
| </mbean>
But the problem still persists...
I have tried with both the versions of jboss-remoting.jar - 2.2.2 & 2.4.0
In case of 2.2.2 it is throwing exception after 50 connections and in case of 2.4.0 it is behaving same as I last mentioned - after 50 it slowed down.
I have changed in the default\deploy\ejb3.deployer and all\deploy\ejb3.deployer folder after it was not working in the default folder. My ejb3 is deployed in the default folder.
Please suggest if some more changes are required, as this change is not working.
Regards,
Kapil
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163747#4163747
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4163747
More information about the jboss-user
mailing list