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!

JACL Scripts permission error on WAS Server

Status
Not open for further replies.

lululee

Technical User
Jul 2, 2009
1
ZA
-
Hi i have installed Fix PACK23 and i am trying to run this command to upgrade the cluster servers:

i am running the script as root:

and the files that are shown in the error logs are as follows together with their permissions:


rwxr-xr-x 1 was mntws 50221 Jul 01 14:38 bpeupgrade.jacl
rwxr-xr-x 1 root system 14781 Jul 01 17:11 cbebrowserAppUpgrade.jacl
./ws_ant.sh -f /main/software/websphere/ProcServer/util/WBIProfileUpgrade.ant -profileName Dmgr01 -Dupgrade=true -Dcluster=WPSAppCluster


And i am getting the following error:



[wsadmin] Error calling '/main/software/websphere/ProcServer/ProcessChoreographer/config/bpeupgrade.jacl': Ignored anyway :-(.
[wsadmin] Calling '/main/software/websphere/ProcServer/util/cbebrowser/cbebrowserAppUpgrade.jacl'...
[wsadmin] Begin upgrading cbebrowser application.

[wsadmin] Error calling '/main/software/websphere/ProcServer/util/cbebrowser/cbebrowserAppUpgrade.jacl': com.ibm.ws.scripting.ScriptingException: com.ibm.websphere.management.exception.ConfigDocumentLoadException
[wsadmin] com.ibm.ws.sm.workspace.WorkSpaceException
[wsadmin] com.ibm.websphere.management.exception.DocumentIOException
[wsadmin] java.io.IOException: java.io.IOException: The file access permissions do not allow the specified action.
[wsadmin] .

BUILD FAILED
/main/software/websphere/ProcServer/util/WBIProfileUpgrade.ant:125: Error: Java returned: 2
at org.apache.tools.ant.taskdefs.Java.execute(Java.java:87)
at com.ibm.websphere.ant.tasks.WsAdmin.execute(WsAdmin.java:409)
at com.ibm.wbicore.migration.common.WsAdminAutoConnected.execute(WsAdminAutoConnected.java:118)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
at org.apache.tools.ant.Task.perform(Task.java:364)
at org.apache.tools.ant.Target.execute(Target.java:341)
at org.apache.tools.ant.Target.performTasks(Target.java:369)
at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
at org.apache.tools.ant.Main.runBuild(Main.java:668)
at org.apache.tools.ant.Main.startAnt(Main.java:187)
at org.apache.tools.ant.Main.start(Main.java:150)
at org.apache.tools.ant.Main.main(Main.java:240)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:618)
at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:263)
wasHome: /main/software/websphere/ProcServer
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top