-
Notifications
You must be signed in to change notification settings - Fork 304
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Class Not Found Exception - IIOPSSLSocketFactory #516
Comments
IIOPSSLSocketFactory is in Payara/payara41/glassfish/modules/orb-iiop.jar |
Strictly you should add the Payara/payara41/glassfish/lib/gf-client.jar for your standalone client classpath. However DO NOT MOVE the jar as in its Manifest Classpath entry it references all the other jars it needs from the glassfish modules directory using relative file paths. |
Fixed by #552 |
This was referenced Feb 22, 2016
MarkWareham
pushed a commit
to MarkWareham/Payara
that referenced
this issue
Oct 25, 2018
…ayara#516) PAYARA-2977 The resource type of a JDBC connection pool can't be changed in the second step of creation - 5.183.maintenance
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am trying to use JNDI in a standalone client to lookup an EJB deployed on the Payara server. I am getting a "RunTimeException" Orb initialization error" which was "Caused by: java.lang.ClassNotFoundException: org.glassfish.enterprise.iiop.impl.IIOPSSLSocketFactory". I have included "fish.payara.extras:payara-embedded-all" from MavenCentral.I have also included my local file Payara/payara41/glassfish/modules(**/javax*.jar; jsf-api.jar, and security.jar) files. In addition I have included Payara/payara41/glassfish/lib/*.jar files. Any thoughts on what I might be doing wrong will be greatly appreciated.
The text was updated successfully, but these errors were encountered: