WASX7017E Failing to create a server using ANT scripting tool
 Technote (troubleshooting)
 
Problem(Abstract)
The following error may show up when running an ANT script when trying to create a server.

[wsadmin] WASX7357I: By request, this scripting client is not connected to any server process. Certain configuration and application operations will be available in local mode.
[wsadmin] WASX7017E: Exception received while running file "was51_createAppServer.jacl"; exception information:
com.ibm.websphere.management.exception.ConfigDocumentLoadException
[wsadmin] java.lang.IllegalArgumentException:
java.lang.IllegalArgumentException: resolve against non-hierarchical or relative base
 
Cause
The script contained conntype=NONE.
 
Resolving the problem
To create a server from ANT the tool has to be connected. You will see that the conntype was changed from NONE to SOAP to fix the problem:

Replace the following:


conntype=NONE

with the following:

conntype=SOAP
 
 
Cross Reference information
Segment Product Component Platform Version Edition
Application Servers Runtimes for Java Technology Java SDK
 
 


Document Information


Product categories: Software > Application Servers > Distributed Application & Web Servers > WebSphere Application Server > Administrative Scripting Tools (for example: wsadmin or ANT)
Operating system(s): z/OS
Software version: 6.0
Software edition:
Reference #: 1247911
IBM Group: Software Group
Modified date: Nov 29, 2006