Link to home
Start Free TrialLog in
Avatar of gowroju
gowroju

asked on

I am seeing this error could you able to explain briefly what was the issue...

[10/11/11 10:57:02:480 CDT] 0000000a SystemErr     R Caused by: com.ibm.ws.exception.RuntimeWarning: javax.resource.ResourceException: com.ibm.ejs.jms.listener.MDBException: Creation of MDB EmployeeLoaderMDB unable to find ListenerPort 'OJITaxRefundQueuePort'
        at com.ibm.ws.runtime.component.EJBContainerImpl.install(EJBContainerImpl.java:3064)
        at com.ibm.ws.runtime.component.EJBContainerImpl.start(EJBContainerImpl.java:3730)
        at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:1250)
        at com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:1140)
        at com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:569)
        at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:819)
        at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:921)
        at com.ibm.ws.runtime.component.ApplicationMgrImpl$AppInitializer.run(ApplicationMgrImpl.java:2100)
        at com.ibm.wsspi.runtime.component.WsComponentImpl$_AsynchInitializer.run(WsComponentImpl.java:342)
        at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1497)
Caused by: javax.resource.ResourceException: com.ibm.ejs.jms.listener.MDBException: Creation of MDB EmployeeLoaderMDB unable to find ListenerPort 'OJITaxRefundQueuePort'
Avatar of gowroju
gowroju

ASKER

I go this error while starting the application in websphere application server
ASKER CERTIFIED SOLUTION
Avatar of Gary Patterson, CISSP
Gary Patterson, CISSP
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of gowroju

ASKER

thanks gary and baranello....