Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > rmiregistry - going crazy and cant stop it -- need help !

Reply
Thread Tools

rmiregistry - going crazy and cant stop it -- need help !

 
 
dhavalvthaker@gmail.com
Guest
Posts: n/a
 
      06-23-2008
hello..
I have run into one issue with rmiregistry..and need help plz !

i m working on a hpux 1 B.11.23 U 9000/8000 with java version 1.5.0.06

i started rmiregistry on a different port "rmiregistry 8080"

next i saw that it is eating up all of one CPU on 2 CPU box.

CPU TTY PID USERNAME PRI NI SIZE RES STATE TIME %WCPU
%CPU COMMAND
1 ? 4533 jonbd 152 24 1239M 36660K run 2711:13 100.17 100.00
rmiregistry
0 ? 7980 oms 178 20 1097M 589M run 357:57 8.60
8.59 java

so now i want to stop it and i cant !

so far i have tried,
1) doing "kill -9 ProcessID" but no effect..even root tried but cant
stop it

2) wrote a small code to unexport the object i had put in ..but that
failed as well..
looking for registry at port 8080 at hostname 10.23.1.101
ComputeEngine exception:
java.rmi.ConnectIOException: error during JRMP connection
establishment; nested exception is:
java.net.SocketTimeoutException: Read timed out
at
sun.rmi.transport.tcp.TCPChannel.createConnection( TCPChannel.java:273)
at
sun.rmi.transport.tcp.TCPChannel.newConnection(TCP Channel.java:171)
at sun.rmi.server.UnicastRef.newCall(UnicastRef.java: 306)
at sun.rmi.registry.RegistryImpl_Stub.list(Unknown Source)
at stopRMI.stopCompute.main(stopCompute.java:34)
Caused by: java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(SocketInputStream. java:134)
at java.io.BufferedInputStream.fill(BufferedInputStre am.java:
21
at java.io.BufferedInputStream.read(BufferedInputStre am.java:
235)
at java.io.DataInputStream.readByte(DataInputStream.j ava:241)
at
sun.rmi.transport.tcp.TCPChannel.createConnection( TCPChannel.java:215)
... 4 more

3) i can ask for reboot of the box but that will be my last
option..also not knowing what caused it..i cant really dare to run
rmiregistry again !

any ideas or suggestions wud be a big help..

Thanks in advance..
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
XP search going all lame on me..explorer going crazy when trying tosearch. fotoobscura Computer Support 8 01-12-2008 01:09 AM
Collapsible Panel Extender. Going Crazy. I need some feedback. Another Bug? shapper ASP .Net 0 07-04-2007 11:44 PM
cant compile on linux system.cant compile on cant compile onlinux system. Nagaraj C++ 1 03-01-2007 11:18 AM
Help! with RMIRegistry David Kensche Java 0 03-11-2005 10:20 AM
RMI with rmiregistry on remote host Rob Dempster Java 1 10-08-2003 04:18 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57