Wednesday, July 30, 2014

WAS and 3.4 Install - [wsadmin] Java Result: 103

If you get the error above in the ant.log file while running the 3.4 installer with WebSphere 8.5.5, you will have to update the Cell and Node setting in the installer steps because it is case sensitive. We had to change it from sw72tririgaNode01 to SW72TRIRIGANode01. This step is crucial because it automatically sets WAS to have the TRIRIGA settings.

set-jaxp-properties:
  [wsadmin] profileName=AppSrv01 registry=D:\softwares\IBM\WebSphere\AppServer\properties\profileRegistry.xml
  [wsadmin] profileHome=D:\softwares\IBM\WebSphere\AppServer\profiles\AppSrv01
  [wsadmin] WASX7209I: Connected to process "server1" on node SW72TRIRIGANode01 using SOAP connector;  The type of process is: UnManagedProcess
  [wsadmin] WASX7015E: Exception running command: "set server [$AdminConfig getid /Node:sw72tririgaNode01/Server:server1/] ;     set jvm [$AdminConfig list JavaVirtualMachine $server] ;     set name [list name javax.xml.transform.TransformerFactory] ;     set value [list value org.apache.xalan.processor.TransformerFactoryImpl] ;     set propertyExist [$AdminConfig getid /Property:javax.xml.transform.TransformerFactory/] ;     if {[llength $propertyExist] > 0 } {       puts Property_Exists ;     } else {      $AdminConfig create Property $jvm [list $name $value] ;     } ;"; exception information:
  [wsadmin] com.ibm.ws.scripting.ScriptingException: WASX7077E: Incomplete config id: need closing parenthesis in ""

  [wsadmin] Java Result: 103







Make sure that it matches the server name including case on whatever server your installing TRIRIGA on.

NOTE:

No comments:

Post a Comment