Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

errror while dubgging

39 views
Skip to first unread message

ashwini...@gmail.com

unread,
Mar 20, 2006, 1:14:45 PM3/20/06
to
hello

can anyone tell why i am getting the following 2 error while
running client ..

1. while debugging ,my code get stuck at stub class & gives the warning
that "The serializable class _CountStub does not declare a static final
serialVersionUID field of type long"...

2.Initializing the ORB
Incrementing
Mar 20, 2006 9:25:47 AM
com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl <init>
WARNING: "IOP00410201: (COMM_FAILURE) Connection failure: socketType:
IIOP_CLEAR_TEXT; hostname: 69.107.124.173; port: 3035"
org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 201 completed:
No
at
com.sun.corba.se.impl.logging.ORBUtilSystemException.connectFailure(Unknown
Source)
at
com.sun.corba.se.impl.logging.ORBUtilSystemException.connectFailure(Unknown
Source)
at
com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.<init>(Unknown
Source)
at
com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.<init>(Unknown
Source)
at
com.sun.corba.se.impl.transport.SocketOrChannelContactInfoImpl.createConnection(Unknown
Source)
at
com.sun.corba.se.impl.protocol.CorbaClientRequestDispatcherImpl.beginRequest(Unknown
Source)
at
com.sun.corba.se.impl.protocol.CorbaClientDelegateImpl.request(Unknown
Source)
at org.omg.CORBA.portable.ObjectImpl._request(Unknown Source)
at CounterPOA._CountStub.increment(_CountStub.java:56)
at CountPOAClient.main(CountPOAClient.java:67)
Caused by: java.net.ConnectException: Connection timed out: connect
at sun.nio.ch.Net.connect(Native Method)
at sun.nio.ch.SocketChannelImpl.connect(Unknown Source)
at java.nio.channels.SocketChannel.open(Unknown Source)
at
com.sun.corba.se.impl.transport.DefaultSocketFactoryImpl.createSocket(Unknown
Source)
... 8 more
Exception
org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 201 completed:
No

earlier reply would be of great help

thanks
ashwini

Sami Heikkinen

unread,
Mar 20, 2006, 3:07:51 PM3/20/06
to
About the issue #2

"Caused by: java.net.ConnectException: Connection timed out: connect"

Looks like when you are debugging and stopped on a break point, you are
spending there so much time that connection timeout occurs.


<ashwini...@gmail.com> wrote in message
news:1142878485....@i39g2000cwa.googlegroups.com...

ashwini...@gmail.com

unread,
Mar 20, 2006, 3:50:15 PM3/20/06
to
thanks a lot Sami..

i tried removing all the toggle points & dubuged it once..still it
showing the same ..error.

does it occur if there is any mistak in coding....i tried all possible
ways..but couldnt get rid of it...

i would be very much thankfull if anyone could figure out why this is
happening..

Thanks.
Ashwini

0 new messages