java.lang.ClassNotFoundException: oracle.j2ee.ws.server.WebServiceServerStartup
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Samebug tips
- Expert tip
A few things cause this exception:
1) Check if you have all jars and if they're in the correct path.
2) Your classpath might be broken, you can define it in the command line withjava -cp yourClassPath
or at your IDE if you're using one. - Expert tip
If you're using Hibernate, this indicates you're missing FasterXML Classmate dependency, which you can add to your dependencies. To add it, the groupId is com.fasterxml and artifactId is Classmate.
Solutions on the web
via Oracle Community by 701743, 1 year ago
via Oracle Community by Imran Mirza, 1 year ago
via Oracle Community by 911467, 1 year ago
via Oracle Community by 915826, 1 year ago
via Oracle Community by user2809800, 1 year ago
via Oracle Community by 974424, 1 year ago
java.lang.ClassNotFoundException: oracle.j2ee.ws.server.WebServiceServerStartup
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:305)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:246)