This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
Exception in thread "main" java.lang.NoClassDefFoundError: java/lang/AssertionError at weblogic.security.subject.DelegatingSubjectStack.<clinit>(DelegatingSubjectStack.java:18) at weblogic.security.service.SubjectManagerImpl.<init>(SubjectManagerImpl.java:40) at weblogic.security.service.SubjectManagerImpl.ensureInitialized(SubjectManagerImpl.java:277) at weblogic.jndi.WLInitialContextFactoryDelegate.<clinit>(WLInitialContextFactoryDelegate.java:137) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:131) at javax.naming.spi.NamingManager.getInitialContext(Unknown Source) at javax.naming.InitialContext.getDefaultInitCtx(Unknown Source) at javax.naming.InitialContext.init(Unknown Source) at javax.naming.InitialContext.<init>(Unknown Source) at MyClient.main(MyClient.java:26)
I greatly appreciate if I could get help ASAP.
Arun
Ranch Hand
Joined: Oct 03, 2003
Posts: 40
posted
0
Are you using jdk 1.4? AssertionError was introduced in 1.4, so if u r trying to run your program with an earlier version of jdk you might get this error.
Surya Baabu
Greenhorn
Joined: Aug 24, 2005
Posts: 12
posted
0
Hi
Looks like you are using an earlier version of JDK. From the command window check which version of the JDK is in the the path first and if it is not the latest jdk then either set the path or run the program using the full directory path of jdk for example f:\jdk1.4\bin\MyClient
Surya Baabu
Surasak Leenapongpanit
Ranch Hand
Joined: May 10, 2002
Posts: 341
posted
0
Check your Weblogic version, is it recommended JDK1.4?