Configuring GlassFish Server With Java JDK 6u75, 6u81, 7u55 or 7u66 Causes a "java.lang.ClassNotFoundException: com.sun.corba.ee.impl.orb.ORBSingleton" Exception
(Doc ID 1908971.1)
Last updated on SEPTEMBER 13, 2023
Applies to:
Oracle GlassFish Server - Version 3.1.2 and laterInformation in this document applies to any platform.
Symptoms
Updating a GlassFish Server 3.1.2 installation to use Java 7u55 or 7u60 results in an exception:
which will result in the exception being generated when the jsp is accessed.
More realistically, this problem would be encountered by any code that makes use of the Object Request Broker (ORB), which typically includes any code that uses an InitialContext to lookup EJBs, JDBC connection pools, and other similar resources looked up using JNDI references.
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |