| Author |
Error while migrating
|
Joel Kris
Greenhorn
Joined: Jul 27, 2005
Posts: 11
|
|
javax.naming.NamingException: Error during resolve. Root exception is org.omg.CORBA.NO_IMPLEMENT: vmcid: 0x0 minor code: 0 completed: No Can any one pls tell me when this error will occur? I sometimes get this.
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26199
|
|
Joel, What are you migrating from and to? WSAD? WAS? What versions?
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
Joel Kris
Greenhorn
Joined: Jul 27, 2005
Posts: 11
|
|
Hi I am migrating from WSAD4.0 to WSAD5.1.2 i GET THAT ERROR message. also pls tell me what are the additional thing to be done while deploying my ear file in WAS 5.1 server
|
 |
jeroen dijkmeijer
Ranch Hand
Joined: Sep 26, 2003
Posts: 131
|
|
|
Did you generate rmi code (right click project -> generate -> deploy & rmicode?)
|
 |
Joel Kris
Greenhorn
Joined: Jul 27, 2005
Posts: 11
|
|
|
ya I generated RMIC.
|
 |
Brian Stelzer
Greenhorn
Joined: Oct 31, 2002
Posts: 29
|
|
|
There have been changes in WAS V5.1...the default settings for Classloading and Transaction isolation level
|
 |
Brian Stelzer
Greenhorn
Joined: Oct 31, 2002
Posts: 29
|
|
WAS V4 JSPs are incompatible with WAS V5.1.x JSP container, thus you will need to recompile your JSPs...simplified reason for this is that the JSP generated class files are now expected to be org.apache.jsp Note: If you have any JSPs in located in unnamed packages( ex: import myClass ) these will fail to compile due to a tightened restriction of JDK 1.4.
|
 |
 |
|
|
subject: Error while migrating
|
|
|