Bug 17538

Summary: J2EE not work with Glibc 2.1.3-21
Product: [Retired] Red Hat Linux Reporter: Need Real Name <diego.feruglio>
Component: glibcAssignee: Jakub Jelinek <jakub>
Status: CLOSED NOTABUG QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: 6.2   
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-09-18 07:35:34 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Need Real Name 2000-09-15 14:37:04 UTC
After installing a new PC with RH6.2 with all patches (kernel-2.2.16-3.i686
& glibc-2.1.3-21) the Java2 Enterprise Edition doesn't run with jdk
1.2.2_06 and 1.3rc1 from SUN. In a other system with kernel-2.2.14-5.0 &
glibc-2.1.3-15 J2EE works correctly with jdk 1.2.2_06.
The error that is displayed is:

[diego@bkto0224 bin]$ j2ee -verbose

J2EE server Listen Port: = 1049
org.omg.CORBA.INITIALIZE: Could not find the POA-to-id mapper. Please
ensure orb
d has been started.  minor code: 0  completed: No
        at
com.sun.corba.ee.internal.POA.POATable.getPOAIdMap(POATable.java:176)
        at
com.sun.corba.ee.internal.POA.POATable.addPersistentPOA(POATable.java
:77)
        at com.sun.corba.ee.internal.POA.POATable.addPOA(POATable.java:45)
        at
com.sun.corba.ee.internal.POA.POAImpl.initialize(POAImpl.java:91)
        at com.sun.corba.ee.internal.POA.POAImpl.<init>(POAImpl.java:82)
        at
com.sun.corba.ee.internal.POA.POAImpl.create_POA(POAImpl.java:133)
        at
com.sun.corba.ee.internal.POA.POAImpl.create_POA(POAImpl.java:425)
java:146)
        at
com.sun.enterprise.iiop.POAProtocolMgr.initializeNaming(POAProtocolMgr.java:133)
        at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:244)
        at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:866)
 
java.lang.RuntimeException: Unable to create POA
        at
com.sun.enterprise.iiop.POAProtocolMgr.createPOA(POAProtocolMgr.java:219)
        at
com.sun.enterprise.iiop.POAProtocolMgr.initializePOAs(POAProtocolMgr.java:146)
        at
com.sun.enterprise.iiop.POAProtocolMgr.initializeNaming(POAProtocolMgr.java:133)
        at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:244)
        at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:866)
 
java.lang.RuntimeException: Unable to create POA
        at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:348)
        at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:866)
J2EE server reported the following error: Unable to create POA
Error executing J2EE server ...

Comment 1 Need Real Name 2000-09-18 12:10:34 UTC
It could depends of network configuration (DHCP)