|
 |
enterprise_java_beans thread: j2ee error
Message #1 by "Ashis Kumar Pujari" <ashisk_pujari@i...> on Wed, 26 Jun 2002 09:24:23 +0530
|
|
Hello Ashis,
I work with the same environment that you have, and i
have no problem at all.
I suggest you follow in a carefully way, the
installation instructions that you can reach at
"http://java.sun.com/j2ee/sdk_1.3/install.html".
Another thing that you can proof is to check if your
jdk is working properly running a simple class like
HelloWorld.java:
=================================================0
/**** HelloWorld.java ****/
import java.io.*;
public class HelloWorld
{
public static void main(String[] args) {
System.out.println("Hello World");
}
}
===================================================
It seems like a foolish suggestion, but it certificate
that your jdk is working well.
Regards.
=====================================================
--- Ashis Kumar Pujari <ashisk_pujari@i...>
wrote:
> Hi,
>
>
> JDK - 1.3
> OS - Win 2000
> j2sdkee - 1.3.1
>
> The classpath and system variables have been
> properly set.
>
>
> Yet I get this exception when i try the command :
> j2ee -verbose !!
>
> Thanks,
> Ashis
>
> =================
> Exception in thread "main"
> java.lang.NoSuchMethodError
> at
>
com.sun.corba.ee.internal.corba.AnyImpl.createTypeCodeForClass(AnyImp
> l.java:1256)
> at
>
com.sun.corba.ee.internal.iiop.ShutdownUtilDelegate.createTypeCode(Sh
> utdownUtilDelegate.java:223)
> at
>
com.sun.corba.ee.internal.iiop.ShutdownUtilDelegate.writeAny(Shutdown
> UtilDelegate.java:178)
> at
> javax.rmi.CORBA.Util.writeAny(Util.java:80)
> at
>
org.omg.stub.com.sun.enterprise.naming._SerialContextProvider_Stub.re
> bind(Unknown Source)
> at
>
com.sun.enterprise.naming.SerialContext.rebind(SerialContext.java:188
> )
> at
>
com.sun.enterprise.naming.SerialContext.rebind(SerialContext.java:202
> )
> at
>
javax.naming.InitialContext.rebind(InitialContext.java:370)
> at
>
com.sun.enterprise.naming.NamingManagerImpl.publishObject(NamingManag
> erImpl.java:192)
> at
>
com.sun.enterprise.naming.NamingManagerImpl.publishObject(NamingManag
> erImpl.java:149)
> at
>
com.sun.enterprise.server.J2EEServer.bindObject(J2EEServer.java:718)
> at
>
com.sun.enterprise.server.J2EEServer.createServerObject(J2EEServer.ja
> va:473)
> at
>
com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:244)
> at
>
com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:972)
>
>
>
> Subject: Re: j2ee start
> From: craigb@w...
> Date: Tue, 25 Jun 2002 11:31:59
> X-Message-Number: 1
>
> What versions of the RI and JDK are you using? and
> on what OS?
>
> You need to have fairly specific versions of the JDK
> to run certain
> versions of the RI without getting an error like
> this, although I think it
> might only be on Win2K.
>
>
__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com
|
|
 |