HI All,

I am accessing JNDI/RMI over http on port 80. So everything works fine and
if i try to read larger data from a bean
then i get the following error.
 I guess the erro might be due to the socket time out. Is there any place
for the time out of the socket or some thing like that in the http-onvoker
settings. Or do i miss somehting ....can any one please help me ...

        java.net.ConnectException: Connection timed out: connect
        at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:567)
        at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:185)
        at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:171)
        at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:101)
        at org.jboss.invocation.jrmp.server.JRMPInvoker_Stub.invoke(Unknown Source)
        at
org.jboss.invocation.jrmp.interfaces.JRMPInvokerProxy.invoke(JRMPInvokerProx
y.java:135)
        at
org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:87)
        at
org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:46
)
        at org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:45)
        at org.jboss.proxy.ejb.EntityInterceptor.invoke(EntityInterceptor.java:97)
        at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:85)
        at $Proxy39.getName(Unknown Source)
        at
de.sepp.client.tender.lv.TempateLVAccessor.getContext(TempateLVAccessor.java
:104)
        at
de.sepp.lv.manager.LVViewModel.getElementLibraryNode(LVViewModel.java:154)
        at de.sepp.lv.manager.LVViewModel.createStandardLV(LVViewModel.java:110)
        at de.sepp.lv.manager.LVViewModel.registerLVAccessor(LVViewModel.java:93)
        at
de.sepp.lv.manager.LVViewController.registerLVAccessor(LVViewController.java
:234)
        at
de.sepp.client.tender.lv.LVManagementFunctionalityPanel.<init>(LVManagementF
unctionalityPanel.java:65)
        at
de.sepp.client.workflow.functionality.LVManagementFunctionality.start(LVMana
gementFunctionality.java:59)
        at
de.sepp.client.workflow.functionality.Functionality.perform(Functionality.ja
va:78)
        at
de.sepp.client.workflow.WorkflowDelegate$2.run(WorkflowDelegate.java:377)
Caused by: java.net.ConnectException: Connection timed out: connect
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
        at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)
        at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)
        at java.net.Socket.connect(Socket.java:434)
        at java.net.Socket.connect(Socket.java:384)
        at java.net.Socket.<init>(Socket.java:291)
        at java.net.Socket.<init>(Socket.java:119)
        at
sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(RMIDirectSocketF
actory.java:22)
        at
sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(RMIMasterSocketF
actory.java:128)
        at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:562)

regards
jani



-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps1
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to