Friday, June 5, 2009

Glassfish domain startup

Recently when starting one of the domains on GlassFish I was getting a whole bunch of exceptions.
The first exception was the following:

"IOP00410216: (COMM_FAILURE) Unable to create IIOP listener on the specified host/port: all interfaces/2555"
org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 216 completed: No

Googled around and I didn't find a proper solution.
Quick fix for me was to change the IIOP port in /config/domain.xml

Look for iiop-listener and just change the port.

Weird thing is that I did a netstat and the original port was not taken.
Anyway this was the quick fix for me.

No comments:

Post a Comment