Guest User

Exception

a guest
Aug 31st, 2010
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. java.lang.reflect.InvocationTargetException
  2. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  3. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  4. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  5. at java.lang.reflect.Method.invoke(Method.java:597)
  6. at com.sun.javaws.Launcher.executeApplication(Launcher.java:1799)
  7. at com.sun.javaws.Launcher.executeMainClass(Launcher.java:1745)
  8. at com.sun.javaws.Launcher.doLaunchApp(Launcher.java:1507)
  9. at com.sun.javaws.Launcher.run(Launcher.java:129)
  10. at java.lang.Thread.run(Thread.java:619)
  11. Caused by: java.lang.NoClassDefFoundError: org/glassfish/internal/api/Globals
  12. at com.sun.enterprise.naming.impl.SerialInitContextFactory.<init>(SerialInitContextFactory.java:74)
  13. at com.sun.enterprise.naming.SerialInitContextFactory.<init>(SerialInitContextFactory.java:58)
  14. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  15. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
  16. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
  17. at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
  18. at java.lang.Class.newInstance0(Class.java:355)
  19. at java.lang.Class.newInstance(Class.java:308)
  20. at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:654)
  21. at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
  22. at javax.naming.InitialContext.init(InitialContext.java:223)
  23. at javax.naming.InitialContext.<init>(InitialContext.java:197)
  24. at programmaticlogintest.Main.main(Main.java:43)
  25. ... 9 more
  26. Caused by: java.lang.ClassNotFoundException: org.glassfish.internal.api.Globals
  27. at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
  28. at java.security.AccessController.doPrivileged(Native Method)
  29. at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
  30. at com.sun.jnlp.JNLPClassLoader.findClass(JNLPClassLoader.java:332)
  31. at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
  32. at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
  33. ... 22 more
Advertisement
Add Comment
Please, Sign In to add comment