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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

java.lang.IllegalArgumentException: undefined variable: A

Status
Not open for further replies.

jeff321

Programmer
Oct 11, 2011
1
NL
thread831-1623491

Hi,

We are using WAS 6.1.0.21 and see the stacktrace below frequently in the systemerr.log file. Any tips on how to avoid this logging would be nice.

[7-9-11 9:26:40:512 CEST] 00000173 SystemErr R java.lang.IllegalArgumentException: undefined variable: A
[7-9-11 9:26:40:512 CEST] 00000173 SystemErr R at com.ibm.ws.runtime.component.VariableMapImpl.referenceVariable(VariableMapImpl.java:397)
[7-9-11 9:26:40:512 CEST] 00000173 SystemErr R at com.ibm.ws.runtime.component.VariableMapImpl.expand(VariableMapImpl.java:345)
[7-9-11 9:26:40:512 CEST] 00000173 SystemErr R at com.ibm.ws.runtime.component.VariableMapImpl.substitute(VariableMapImpl.java:410)
[7-9-11 9:26:40:512 CEST] 00000173 SystemErr R at com.ibm.ws.runtime.component.VariableMapImpl.expand(VariableMapImpl.java:238)
[7-9-11 9:26:40:512 CEST] 00000173 SystemErr R at com.ibm.wsspi.runtime.component.WsComponentImpl.expandVariable(WsComponentImpl.java:465)
[7-9-11 9:26:40:512 CEST] 00000173 SystemErr R at com.ibm.ejs.j2c.RALifeCycleManagerImpl.expandVar(RALifeCycleManagerImpl.java:1796)
[7-9-11 9:26:40:512 CEST] 00000173 SystemErr R at com.ibm.ejs.j2c.RALifeCycleManagerImpl.expandVarDefault(RALifeCycleManagerImpl.java:1819)
[7-9-11 9:26:40:512 CEST] 00000173 SystemErr R at com.ibm.ejs.j2c.J2CUtilityClass.createMCFEntry(J2CUtilityClass.java:616)
[7-9-11 9:26:40:512 CEST] 00000173 SystemErr R at com.ibm.ejs.j2c.ConnectionFactoryBuilderServerImpl.createMCFandPM(ConnectionFactoryBuilderServerImpl.java:552)
[7-9-11 9:26:40:512 CEST] 00000173 SystemErr R at com.ibm.ejs.j2c.ConnectionFactoryBuilderServerImpl.getConnectionFactory(ConnectionFactoryBuilderServerImpl.java:1428)
[7-9-11 9:26:40:512 CEST] 00000173 SystemErr R at com.ibm.ejs.jms.JMSManagedConnection.getConnection(JMSManagedConnection.java:542)
[7-9-11 9:26:40:512 CEST] 00000173 SystemErr R at com.ibm.ejs.j2c.MCWrapper.getConnection(MCWrapper.java:1994)
[7-9-11 9:26:40:512 CEST] 00000173 SystemErr R at com.ibm.ejs.j2c.ConnectionManager.allocateConnection(ConnectionManager.java:609)
[7-9-11 9:26:40:512 CEST] 00000173 SystemErr R at com.ibm.ejs.jms.JMSQueueConnectionFactoryHandle.createQueueConnection(JMSQueueConnectionFactoryHandle.java:84)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top