Hi all
I am having jdk compatibility issue between a swing based java client accessing ejb's deployed in websphere.
The client application works fine when used with the IBM JDK supplied with websphere , But when used with sun JDK the application fails(Specifically at lookup giving a service unavailable exception).Is it that we are forced to use IBM JDK for the clients.
Thanks
-
JDK1.3 incompatibility with Websphere. (6 messages)
- Posted by: Praveen Kumar Mavila
- Posted on: February 13 2002 08:22 EST
Threaded Messages (6)
- JDK1.3 incompatibility with Websphere. by Sujeet Golwalkar on February 14 2002 02:07 EST
- JDK1.3 incompatibility with Websphere. by Praveen Kumar Mavila on February 15 2002 01:38 EST
-
JDK1.3 incompatibility with Websphere. by Sujeet Golwalkar on February 15 2002 04:32 EST
-
JDK1.3 incompatibility with Websphere. by Robert Simmons on February 16 2002 01:46 EST
- JDK1.3 incompatibility with Websphere. by Robert Simmons on February 17 2002 06:07 EST
-
JDK1.3 incompatibility with Websphere. by Robert Simmons on February 16 2002 01:46 EST
-
JDK1.3 incompatibility with Websphere. by Sujeet Golwalkar on February 15 2002 04:32 EST
- JDK1.3 incompatibility with Websphere. by Praveen Kumar Mavila on February 15 2002 01:38 EST
- JDK1.3 incompatibility with Websphere. by Saliya Jinadasa on March 09 2002 10:27 EST
-
JDK1.3 incompatibility with Websphere.[ Go to top ]
- Posted by: Sujeet Golwalkar
- Posted on: February 14 2002 02:07 EST
- in response to Praveen Kumar Mavila
Hi,
I have downloaded the ibmwebas_trial_nt2.zip file from www.ibm.com , installed and started WAS on my machine.When I try to access the NameServer from a desktop java application running on the same machine I get an exception that goes"UnavailableServiceException:NULL returned when resolving initial references=NameService".
But portscanners show that the omginitialrefs service is running on port 900.
I request you to please tell me how to get my client application access the Websphere NameServer.Are there any particular settings to be done?
Thanks and Regards,
Sujeet -
JDK1.3 incompatibility with Websphere.[ Go to top ]
- Posted by: Praveen Kumar Mavila
- Posted on: February 15 2002 01:38 EST
- in response to Sujeet Golwalkar
Hi
This is exactly the problem iam facing , but to get the application running u can change the classpath ,and path of the java installation to the java provided by IBM
i.e located at install dir/websphere/appserver/java and then run the application. It would be great if some one can help running the application using sun JDK instead of the IBM supplied one.
Thanks -
JDK1.3 incompatibility with Websphere.[ Go to top ]
- Posted by: Sujeet Golwalkar
- Posted on: February 15 2002 04:32 EST
- in response to Praveen Kumar Mavila
Hi Praveen,
I have compiled my application code using the supplied IBM jdk .As a precautionary measure I have removed all other jdks from my system classpath. I am still getting that error.
Sujeet -
JDK1.3 incompatibility with Websphere.[ Go to top ]
- Posted by: Robert Simmons
- Posted on: February 16 2002 13:46 EST
- in response to Sujeet Golwalkar
I thought about downloasing the IBM jdk, but when their survey got to questioning me on the name of my firstborn child, I hit the x on my browser window. Companies have become so nosy these days. -
JDK1.3 incompatibility with Websphere.[ Go to top ]
- Posted by: Robert Simmons
- Posted on: February 17 2002 18:07 EST
- in response to Robert Simmons
Hmm, sorry about the lousy typing. I think you got the point though. -
JDK1.3 incompatibility with Websphere.[ Go to top ]
- Posted by: Saliya Jinadasa
- Posted on: March 09 2002 10:27 EST
- in response to Praveen Kumar Mavila
Hi,
Check out this web site. It has given a solution for the interoperability problem.
http://ejbinfo.com/WebSphere/01/01/28/0629217.shtml
Regards,
Saliya