Why am I getting a syntax exception when running the clm_was_config.py job to setup WAS?
Hi,
I'm trying to use the Jython scripts to setup WAS for CLM 402. WAS is setup, profile is created and started. I verified the paths were correct.
When I run the command below I get an Expected Error: "]" not found when setting JAZZ_HOME. I looked in the docs but couldn't find what I'm missing.
Any idea why this is occurring?
E:\IBM\WebSphere\AppServer\profiles\AppSrv01\bin>wsadmin.bat -language jython -u
ser wasadmin -password ******** -f "E:/Program Files/IBM/JazzTeamServer402_WAS/
server/was/clm_was_config.py" "E:/Program Files/IBM/JazzTeamServer402_WAS/serve
r/conf"
WASX7209I: Connected to process "server1" on node svljazz05Node01 using SOAP con
nector; The type of process is: UnManagedProcess
WASX7303I: The following options are passed to the scripting environment and are
available as arguments that are stored in the argv variable: "[-language, jytho
n, E:/Program Files/IBM/JazzTeamServer402_WAS/server/conf]"
Disabled Java2 Security
Enabled Application Security
Enabled Administrative Security
Enabled Unprotected URI
Setting configuration for Application Server server1
Set initial and max heap size to 4096
Set JVM args -Xmx4g -Xms4g -Xmn512m -Xgcpolicy:gencon -Xcompressedrefs -Xgc:pref
erredHeapBase=0x100000000
Caught Exception creating JAZZ_HOME JVM property
com.ibm.ws.scripting.ScriptingException: java.lang.IllegalArgumentException: jav
a.lang.IllegalArgumentException: WASX7122E: Expected "]" not found.
[-serverType APPLICATION_SERVER]
^
Modified java.awt.headless JVM custom property
Modified org.eclipse.emf.ecore.plugin.EcorePlugin.doNotLoadResourcesPlugin JVM c
ustom property
Caught Exception creating log4j.configuration JVM property
com.ibm.ws.scripting.ScriptingException: java.lang.IllegalArgumentException: jav
a.lang.IllegalArgumentException: WASX7122E: Expected "]" not found.
[-serverType APPLICATION_SERVER]
^
I'm trying to use the Jython scripts to setup WAS for CLM 402. WAS is setup, profile is created and started. I verified the paths were correct.
When I run the command below I get an Expected Error: "]" not found when setting JAZZ_HOME. I looked in the docs but couldn't find what I'm missing.
Any idea why this is occurring?
E:\IBM\WebSphere\AppServer\profiles\AppSrv01\bin>wsadmin.bat -language jython -u
ser wasadmin -password ******** -f "E:/Program Files/IBM/JazzTeamServer402_WAS/
server/was/clm_was_config.py" "E:/Program Files/IBM/JazzTeamServer402_WAS/serve
r/conf"
WASX7209I: Connected to process "server1" on node svljazz05Node01 using SOAP con
nector; The type of process is: UnManagedProcess
WASX7303I: The following options are passed to the scripting environment and are
available as arguments that are stored in the argv variable: "[-language, jytho
n, E:/Program Files/IBM/JazzTeamServer402_WAS/server/conf]"
Disabled Java2 Security
Enabled Application Security
Enabled Administrative Security
Enabled Unprotected URI
Setting configuration for Application Server server1
Set initial and max heap size to 4096
Set JVM args -Xmx4g -Xms4g -Xmn512m -Xgcpolicy:gencon -Xcompressedrefs -Xgc:pref
erredHeapBase=0x100000000
Caught Exception creating JAZZ_HOME JVM property
com.ibm.ws.scripting.ScriptingException: java.lang.IllegalArgumentException: jav
a.lang.IllegalArgumentException: WASX7122E: Expected "]" not found.
[-serverType APPLICATION_SERVER]
^
Modified java.awt.headless JVM custom property
Modified org.eclipse.emf.ecore.plugin.EcorePlugin.doNotLoadResourcesPlugin JVM c
ustom property
Caught Exception creating log4j.configuration JVM property
com.ibm.ws.scripting.ScriptingException: java.lang.IllegalArgumentException: jav
a.lang.IllegalArgumentException: WASX7122E: Expected "]" not found.
[-serverType APPLICATION_SERVER]
^