grehon / wlsagent

Automatically exported from code.google.com/p/wlsagent
GNU General Public License v3.0
0 stars 0 forks source link

Unable to connect to host. #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. lib directory contains
jetty-continuation-7.5.4.v20111024.jar  
jetty-security-7.5.4.v20111024.jar  
jetty-util-7.5.4.v20111024.jar  
wljmxclient-9.2.2.jar
jetty-http-7.5.4.v20111024.jar          
jetty-server-7.5.4.v20111024.jar    
servlet-api-2.5.jar
jetty-io-7.5.4.v20111024.jar            
jetty-servlet-7.5.4.v20111024.jar   
wlclient-9.2.2.jar
2. run.sh
----------
#!/bin/bash

cd $(dirname "$0")

CLASSPATH=wlsagent-r112.jar

for jar in $(find "lib" -name '*.jar'); do
  CLASSPATH=${CLASSPATH}:${jar};
done

/usr/local/java6/bin/java -Xmx32m -cp ${CLASSPATH} 
net.wait4it.wlsagent.WlsAgent "$@" > log/console.log 2>&1 &
----------
3. using wlsagent-r112.jar

What is the expected output? What do you see instead?
Expected output:
0|server1 is in RUNNING state - status OK|
Receiving output:
3|org.omg.CORBA.COMM_FAILURE:   vmcid: SUN  minor code: 208 completed: Maybe

What version of the product are you using? On what operating system?
jdk1.6.0_26
WLS-Agent R112
RHEL 5u6 x64

Please provide any additional information below.
/usr/local/java6/bin/java -Xmx32m -cp 
wlsagent-r112.jar:lib/jetty-servlet-7.5.4.v20111024.jar:lib/wlclient-9.2.2.jar:l
ib/jetty-security-7.5.4.v20111024.jar:lib/servlet-api-2.5.jar:lib/jetty-http-7.5
.4.v20111024.jar:lib/jetty-io-7.5.4.v20111024.jar:lib/jetty-util-7.5.4.v20111024
.jar:lib/jetty-continuation-7.5.4.v20111024.jar:lib/jetty-server-7.5.4.v20111024
.jar:lib/wljmxclient-9.2.2.jar net.wait4it.wlsagent.WlsAgent 9090
2012-03-21 13:26:34.412:INFO:oejs.Server:jetty-7.5.4.v20111024
2012-03-21 13:26:34.447:INFO:oejsh.ContextHandler:started 
o.e.j.s.ServletContextHandler{/wlsagent,null}
2012-03-21 13:26:34.459:INFO:oejs.AbstractConnector:Started 
SelectChannelConnector@0.0.0.0:9090 STARTING
org.omg.CORBA.COMM_FAILURE:   vmcid: SUN  minor code: 208 completed: Maybe
        at com.sun.corba.se.impl.logging.ORBUtilSystemException.connectionAbort(ORBUtilSystemException.java:2400)
        at com.sun.corba.se.impl.logging.ORBUtilSystemException.connectionAbort(ORBUtilSystemException.java:2418)
        at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.readBits(SocketOrChannelConnectionImpl.java:354)
        at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.read(SocketOrChannelConnectionImpl.java:289)
        at com.sun.corba.se.impl.transport.ReaderThreadImpl.doWork(ReaderThreadImpl.java:80)
        at com.sun.corba.se.impl.orbutil.threadpool.ThreadPoolImpl$WorkerThread.performWork(ThreadPoolImpl.java:471)
        at com.sun.corba.se.impl.orbutil.threadpool.ThreadPoolImpl$WorkerThread.run(ThreadPoolImpl.java:500)
Caused by: org.omg.CORBA.COMM_FAILURE:   vmcid: SUN  minor code: 211  
completed: No
        at com.sun.corba.se.impl.logging.ORBUtilSystemException.ioexceptionWhenReadingConnection(ORBUtilSystemException.java:2484)
        at com.sun.corba.se.impl.logging.ORBUtilSystemException.ioexceptionWhenReadingConnection(ORBUtilSystemException.java:2502)
        at com.sun.corba.se.impl.protocol.giopmsgheaders.MessageBase.readGIOPHeader(MessageBase.java:116)
        at com.sun.corba.se.impl.protocol.giopmsgheaders.MessageBase.readGIOPMessage(MessageBase.java:98)
        at com.sun.corba.se.impl.transport.CorbaContactInfoBase.createMessageMediator(CorbaContactInfoBase.java:153)
        at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.readBits(SocketOrChannelConnectionImpl.java:314)
        ... 4 more
Caused by: java.io.IOException: End-of-stream
        at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.readFully(SocketOrChannelConnectionImpl.java:666)
        at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.read(SocketOrChannelConnectionImpl.java:527)
        at com.sun.corba.se.impl.protocol.giopmsgheaders.MessageBase.readGIOPHeader(MessageBase.java:112)
        ... 7 more

Original issue reported on code.google.com by nam...@gmail.com on 21 Mar 2012 at 6:08

GoogleCodeExporter commented 9 years ago
Hi,

Can you please provide the command you're using to make the test ? If SSL is 
active on your domain, check that you use non administrative user credentials 
to make the test.

Original comment by yann.lambret@gmail.com on 23 Mar 2012 at 2:34

GoogleCodeExporter commented 9 years ago

Original comment by yann.lambret@gmail.com on 2 Nov 2012 at 10:36