• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Issues in Migrating from Websphere 5.1 to 6.1

 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am facing an issue after migrating from websphere 5.1 .We have a layered architecture and one EJB layer calls another EJB layer.
We have RAD 6 where we have deployed our EJB applications to 5.1 test environment to which we hit through Junits.
And these EJB's for further processing calls other EJB's which are deployed on some remote server which has now been upgraded to WAS 6.
Now my test case can succesfully lookup the EJB deployed on local test server , but these further cant lookup the EJB deployed on WAS 6.1.

(EJBHome Failure: Unable to obtain Home reference for ...)
WsnInitCtxFac W NMSV0602E: Naming Service unavailable. A communications error occurred


After this, I deployed our EJB's to WAS 6.1 server and and then hit through Junit and it was working fine. I could get the EJB deployed on our Was6.1 which further succesfully hit the other EJB's.

So Can this be the case that the context lookup properties are different or some other issue as because of time , we cant move to RAD 7 right now which has embedded WAS 6.1.

Can this be the case that EJB deployed on one server cant hit the other server's EJB or this is because of difference of JDK version?

Please suggest
 
Marshal
Posts: 28193
95
Eclipse IDE Firefox Browser MySQL Database
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I don't know the answer to your question, but if your two theories are (1) configuration problem (2) doesn't work in Java 5, then I can say that (2) is not the problem.
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
May be useful
http://www-01.ibm.com/support/docview.wss?rs=180&context=SSEQTP&q1=NMSV0602E&uid=swg21287083&loc=en_US&cs=utf-8&lang=en
 
Ridhav Mahajan
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
@Paul
Thanks for the reply, even i think so, as i checked further, this issue seems to be coming because of the naming service running at some other port in Websphere 6.1 than in 5.1 test environment, But still cud'nt solve it.

 
Ridhav Mahajan
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Bhaskar Ramaraju wrote:May be useful
http://www-01.ibm.com/support/docview.wss?rs=180&context=SSEQTP&q1=NMSV0602E&uid=swg21287083&loc=en_US&cs=utf-8&lang=en


Thanks for the link, I will check these tommorow
 
Ridhav Mahajan
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Not able to do as i have checked the bootstrap port config and its correct.
 
reply
    Bookmark Topic Watch Topic
  • New Topic