|
Home > Archive > WebSphere Application Server > December 2005 > Probelm in configuring EAR file using websphere admin console
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Probelm in configuring EAR file using websphere admin console
|
|
|
| Hi,
I am using websphere 6.0 version. While installing an application through websphere admin console I am getting following error -
[12/26/05 16:07:28:340 IST] 0000002f EJBContainerI I WSVR0037I: Starting EJB jar: HKEJB.jar
[12/26/05 16:07:28:418 IST] 0000002f ActivationSpe E J2CA0164E: The lookup of the Destination with JNDI Name jms/MyDestinationRef failed. The Destination is required by the ActivationSpec. The lookup failed due to exception javax.naming.NameNotFoundExc
eption: Context: isljbit8090Node01Cell/nodes/isljbit8090Node01/servers/server1, name: jms/MyDestinationRef: First component in name MyDestinationRef not found. Root exception is org.omg.CosNaming.NamingContextPackage.NotFound: IDL:omg.org/CosNaming/Namin
gContext/NotFound:1.0
at com.ibm.ws.naming.ipcos.WsnOptimizedNamingImpl. do_resolve_complete_info(WsnOptimizedNam
ingImpl.java:969)
at com.ibm.ws.naming.cosbase.WsnOptimizedNamingImplBase. resolve_complete_info(WsnOptimizedNaming
ImplBase.java:1435)
at com.ibm.WsnOptimizedNaming._NamingContextStub.resolve_complete_info(Unknown Source)
at com.ibm.ws.naming.jndicos.CNContextImpl.cosResolve(CNContextImpl.java:4045)
at com.ibm.ws.naming.jndicos.CNContextImpl.doLookup(CNContextImpl.java:1776)
at com.ibm.ws.naming.jndicos.CNContextImpl.doLookup(CNContextImpl.java:1737)
at com.ibm.ws.naming.jndicos.CNContextImpl.lookupExt(CNContextImpl.java:1444)
at com.ibm.ws.naming.jndicos.CNContextImpl.lookup(CNContextImpl.java:1324)
at com.ibm.ws.naming.util.WsnInitCtx.lookup(WsnInitCtx.java:144)
at javax.naming.InitialContext.lookup(InitialContext.java:361)
While installing this application, it gives following warning
ADMA8019E: The resources that are assigned to the application are beyond the deployment target scope. Resources are within the deployment target scope if they are defined at the cell, node, server, or application level when the deployment target is a serv
er, or at the cell, cluster, or application level when the deployment target is a cluster. Assign resources that are within the deployment target scope of the application or confirm that these resources assignments are correct as specified.
but application gets installed successfully, but it doesn't get started. And on trying to start the appliction it gives the above exception.
Please help me.
Regards,
Mukesh
| |
| Ken Hygh 2005-12-26, 7:48 am |
| mukesh.gupta@iflexsolutions.com wrote:
>Hi,
>
>I am using websphere 6.0 version. While installing an application through websphere admin console I am getting following error -
>
>[12/26/05 16:07:28:340 IST] 0000002f EJBContainerI I WSVR0037I: Starting EJB jar: HKEJB.jar
>[12/26/05 16:07:28:418 IST] 0000002f ActivationSpe E J2CA0164E: The lookup of the Destination with JNDI Name jms/MyDestinationRef failed. The Destination is required by the ActivationSpec. The lookup failed due to exception javax.naming.NameNotFoundEx
ception: Context: isljbit8090Node01Cell/nodes/isljbit8090Node01/servers/server1, name: jms/MyDestinationRef: First component in name MyDestinationRef not found. Root exception is org.omg.CosNaming.NamingContextPackage.NotFound:
>
>
[snip]
>While installing this application, it gives following warning
>
>ADMA8019E: The resources that are assigned to the application are beyond the deployment target scope. Resources are within the deployment target scope if they are defined at the cell, node, server, or application level when the deployment target is a ser
ver, or at the cell, cluster, or application level when the deployment target is a cluster. Assign resources that are within the deployment target scope of the application or confirm that these resources assignments are correct as specified.
>
>but application gets installed successfully, but it doesn't get started. And on trying to start the appliction it gives the above exception.
>
>Please help me.
>
>Regards,
>Mukesh
>
>
What this means is that you've defined that queue (or some other
resource the application is using) at a 'server' level, but you're
installing the application at a cell or node level, or on a different
server from what you've defined the resource at.
Ken
|
|
|
|
|