Skip to content
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

Closed
mlb1141 opened this issue Nov 6, 2015 · 3 comments
Closed

Class Not Found Exception - IIOPSSLSocketFactory #516

mlb1141 opened this issue Nov 6, 2015 · 3 comments

Comments

@mlb1141
Copy link

mlb1141 commented Nov 6, 2015

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.

@smillidge
Copy link
Contributor

IIOPSSLSocketFactory is in Payara/payara41/glassfish/modules/orb-iiop.jar

@smillidge
Copy link
Contributor

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.

@smillidge
Copy link
Contributor

Fixed by #552

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants