Search code examples
webspherelistenerwebsphere-7

Listener port XXXXXXXX could not be started in WebSphere Application Server 7


Error:

Listener port SonicLogQCF.CIILog could not be started.

Missing Tab (Runtime)

When i noticed with other working Application Server listener ports, i can see two tabs one with title Configuration and one with title Runtime. ( As shown below )

enter image description here

However in not working listener port i can only see one tab with title Configuration

enter image description here

-

-

-

-

Adding more Details ( as per Manglu ):

I have a weird situation for example

  1. Application named "ABC" has Runtime tab for Logs and Trace, but no Runtime tab for listening port for the same Application - NOT WORKING

  2. Application named "XYZ" has no Runtime tab for both logs and trace and listening port - NOT WORKING

  3. Application named "QWE" has Runtime tab for both logs and trace and listening port - WORKING


Solution

  • Finally able to fix the problem but don't have answer for root cause.

    Application servers > "Application"
    

    Configurations (this is tab)

    enter image description here

    unchecked "Start component as needed" as shown below

    enter image description here

    Apply --> Ok ---> Save
    

    restart the server and you should see all listener ports RUNNING