com.sun.appserv.server.ServerLifecycleException: com.sun.messaging.jmq.admin.jmsspi.JMSAdminFactoryImpl
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
You are not deploying the oracle driver with the application. Place the driver jars in a shared or library extension folder of your application server. (You should go with option one or two though
- Expert tip
This might be an issue with the file location in the Spark submit command. Try it with
spark-submit --master spark://master:7077 \ hello_world_from_pyspark.py {file location}
Solutions on the web
via Oracle Community by 843833, 1 year ago
via Oracle Community by 807581, 1 year ago
via Oracle Community by 843833, 1 year ago
java.lang.ClassNotFoundException: com.sun.messaging.jmq.admin.jmsspi.JMSAdminFactoryImpl
at java.net.URLClassLoader$1.run(URLClassLoader.java:199)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:141)
at com.sun.enterprise.jms.IASJmsUtil.getJMSAdminFactory(IASJmsUtil.java:99)
at com.sun.enterprise.jms.JmsProviderLifecycle.onInitialization(JmsProviderLifecycle.java:209)
at com.sun.enterprise.server.ApplicationServer.onInitialization(ApplicationServer.java:215)
at com.sun.enterprise.server.PEMain.run(PEMain.java:255)
at com.sun.enterprise.server.PEMain.main(PEMain.java:217)