problems connecting to websphere 5.1
Brought to you by:
ghinkl
I have been using WSAD 5.1 and the websphere 5.0 test
environment with MC4J successfully.. Now I've switched
to WSAD 5.1.1 and it comes with a 5.0 and a 5.1 server,
but only the 5.1 has a test environment. My problem is i
cant connect to the 5.1 server using MC4J (i get
a "unable to connect to server at
[http://localhost:8880]. Check to make sure....")
also, theres no ibmjsse.jar in java/jre/lib/ext.. the
closest file by name is ibmjssefibs.jar..
any ideas why is it doesnt work or what jar i have to
pick in place of ibmjsse.jar?
regards..
Logged In: YES
user_id=79346
I also cannot connect to WS 5.1 Test Environment running
locally nor to WS 5.1 running remote:
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown
Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at
org.mc4j.console.connection.WebsphereConnectionNode.connect(WebsphereConnectionNode.java:116)
at
org.mc4j.console.ConnectAction.performAction(ConnectAction.java:79)
Logged In: NO
I also have problem connection to WAS.
First I get a lot of class not found exceptions.
If I include lots of files from the WAS lib directory (admin.jar,
jmxc.jar, pmi.jar, and so on) I get past the Class not found.
But then I get this error :
aused by: [SOAPException: faultCode=SOAP-ENV:Client;
msg=javax.management.ObjectName; local class
incompatible: stream classdesc serialVersionUID = -
5467795090068647408, local class serialVersionUID =
1081892073854801359;
targetException=java.lang.IllegalArgumentException:
javax.management.ObjectName; local class incompatible:
stream classdesc serialVersionUID = -5467795090068647408,
local class serialVersionUID = 1081892073854801359]
at org.apache.soap.rpc.Call.invoke(Unknown Source)
at
com.ibm.ws.management.connector.soap.SOAPConnectorClient
$4.run(SOAPConnectorClient.java:531)
at java.security.AccessController.doPrivileged(Native
Method)
at
com.ibm.ws.management.connector.soap.SOAPConnectorClient
.invokeTemplate(SOAPConnectorClient.java:528)