facebook

[WebSphere 6.x] WebSphere won’t start, CORBA exception.

  1. MyEclipse Archived
  2.  > 
  3. FAQ – Complete
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #276477 Reply

    Riyad Kalla
    Member

    If you are trying to fire up WebSphere and are seeing an exception like the following:

    Caused by: com.ibm.ws.exception.RuntimeError: org.omg.CORBA.INTERNAL: CREATE_LISTENER_FAILED_4 vmcid: 0x49421000 minor code: 56 completed: No

    possibly multiple times through your startup logs, and then the server finally exists, the problem is that you are having a port-conflict with the server’s ports and an existing app on your computer.

    The question was asked on the WebSphere support forums by DrWSAD and and a helpful reply from kennu pointed out that you will need to use the Windows command

    
    netstat -a
    

    to get a list of all the ports being used, and by which apps they are used.

    Then you can go to file directory:

    <WebSphere 6.x Install Dir>\profiles\AppSrv0000\config\cells\<Cell Name>\nodes\<Node Name>\serverindex.xml

    and edit the file to change those conflicting ports to something else.

Viewing 1 post (of 1 total)
Reply To: [WebSphere 6.x] WebSphere won’t start, CORBA exception.

You must be logged in to post in the forum log in