Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Failure during Queue Connection (undefined variable: P)

Status
Not open for further replies.

akhirkyun

Programmer
Oct 11, 2010
1
NL
Hi
I am using WAS6 and I get this error while a new queue connection is attempted. Any Websphere settings/variable that I should check? Please see.

SystemErr R java.lang.IllegalArgumentException: undefined variable: P
at com.ibm.ws.runtime.component.VariableMapImpl.referenceVariable(VariableMapImpl.java(Inlined Compiled Code))
at com.ibm.ws.runtime.component.VariableMapImpl.expand(VariableMapImpl.java(Compiled Code))
at com.ibm.ws.runtime.component.VariableMapImpl.substitute(VariableMapImpl.java(Compiled Code))
at com.ibm.ws.runtime.component.VariableMapImpl.expand(VariableMapImpl.java(Compiled Code))
at com.ibm.ws.runtime.component.ComponentImpl.expandVariable(ComponentImpl.java(Compiled Code))
at com.ibm.ejs.j2c.RALifeCycleManagerImpl.expandVar(RALifeCycleManagerImpl.java:1630)
at com.ibm.ejs.j2c.RALifeCycleManagerImpl.expandVarDefault(RALifeCycleManagerImpl.java:1653)
at com.ibm.ejs.j2c.J2CUtilityClass.createMCFEntry(J2CUtilityClass.java:566)
at com.ibm.ejs.j2c.ConnectionFactoryBuilderServerImpl.createMCFandPM(ConnectionFactoryBuilderServerImpl.java:531)
at com.ibm.ejs.j2c.ConnectionFactoryBuilderServerImpl.getConnectionFactory(ConnectionFactoryBuilderServerImpl.java:1277)
at com.ibm.ejs.jms.JMSManagedConnection.getConnection(JMSManagedConnection.java:546)
at com.ibm.ejs.j2c.MCWrapper.getConnection(MCWrapper.java:1802)
at com.ibm.ejs.j2c.ConnectionManager.allocateConnection(ConnectionManager.java:644)
at com.ibm.ejs.jms.JMSQueueConnectionFactoryHandle.createQueueConnection(JMSQueueConnectionFactoryHandle.java:84)

Thanks!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top