Hi All
I am using ceupdatemanager to update my ce 7.1.1(CE 7.1 Ehp1)
sp02 to sp03
when the gui is about 10%
it will throws an error
com.sap.sdt.util.diag.DiagException: sap.com/SAP J2EE KERNEL: Cannot exchange kernel binary archives.
Could not execute the kernel patch. See previous messages.
Could not finish Copy operation with parameters toDir: '/usr/sap/SD9/SYS/exe/uc/linuxx86_64'. Check whether the current user has sufficient permission to execute this operation.
Cannot copy /usr/sap/SD9/J00/j2ee/JSPM/tmp/newKernel_08/kernel/brspace to directory /usr/sap/SD9/SYS/exe/uc/linuxx86_64.
Cannot copy /usr/sap/SD9/J00/j2ee/JSPM/tmp/newKernel_08/kernel/brspace to /usr/sap/SD9/SYS/exe/uc/linuxx86_64/brspace using UNIX cp tool. Exit code 1. See files /usr/sap/SD9/J00/j2ee/JSPM/tmp/Copy_07.OUT and /usr/sap/SD9/J00/j2ee/JSPM/tmp/Copy_44.ERR for more details.
at com.sap.sdt.jspm.unattended.processors.ExecuteRequestProcessor.addDetails(ExecuteRequestProcessor.java:294)
at com.sap.sdt.jspm.unattended.processors.ExecuteRequestProcessor.process(ExecuteRequestProcessor.java:198)
at com.sap.sdt.jspm.unattended.RequestController.processRequest(RequestController.java:135)
at com.sap.sdt.jspm.unattended.CommunicationController.notifyJSPMRequestListeners(CommunicationController.java:118)
at com.sap.sdt.jspm.unattended.CommunicationController$JSPMConnectionObserver.receive(CommunicationController.java:247)
at com.sap.sdt.ucp.communication.SDTServerConnection$SDTServerConnectionObserver.msgReceived(SDTServerConnection.java:579)
at com.sap.sdt.util.net.AbstractCommLink.fireMsgReceived(AbstractCommLink.java:229)
at com.sap.sdt.util.net.AbstractCommLink.run(AbstractCommLink.java:146)
at java.lang.Thread.run(Thread.java:664)
UPDATEXE ends with 1
java.io.FileNotFoundException: class_prefetch.lst (Permission denied)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(FileOutputStream.java:179)
at java.io.FileOutputStream.<init>(FileOutputStream.java:70)
at com.sap.engine.offline.FileClassLoader.close(FileClassLoader.java:1553)
at com.sap.engine.offline.FileClassLoader$1InternalHook.run(FileClassLoader.java:375)
As you can see , it seems the permission error
But I have change all the linuxx86_64 dir permission to 777
even the listing file below this dir to 777
it still give me the copy permission error
how to fix this error??
thanks!!!
Edited by: SapJack on Nov 11, 2009 3:01 AM