SAP Knowledge Base Article - Preview

1960075 - SAP ME Scripts Installation process fails at Encryption phase

Symptom

LM Automation tool for SAP ME Scripts installation fails at Encryption phase of "SAP ME Scripts Installation" process in NW cluster environment when SAP ME is running on Additional Application Server.

2013 12 25 13:27:01#+00#ERROR#com.sap.lm.auto.engine.cproc.invokeservice.InvokeServiceController#BC-LJS-DEF#anonymous#Thread-13#na#An exception occured in line 400
com.sap.lm.auto.tech.util.exception.LMAException: Unable to run encryption process.
 Permission required to access Net Weaver server.
 at com.sap.lm.auto.adapter.java.execute.MethodCall.execute(MethodCall.java:400)
 at com.sap.lm.auto.adapter.java.JavaServiceExecuter.executeMethod(JavaServiceExecuter.java:187)
 at com.sap.lm.auto.adapter.java.JavaServiceExecuter.executeService(JavaServiceExecuter.java:137)
 at com.sap.lm.auto.engine.cproc.invokeservice.InvokeServiceController.execute(InvokeServiceController.java:140)
 at com.sap.lm.auto.engine.cproc.action.ActionController.executeInternal(ActionController.java:232)
 at com.sap.lm.auto.engine.cproc.action.ActionController.executeSingle(ActionController.java:361)
 at com.sap.lm.auto.engine.cproc.process.ProcessControllerImpl.execute(ProcessControllerImpl.java:103)
 at com.sap.lm.auto.engine.cproc.action.ActionController.executeInternal(ActionController.java:232)
 at com.sap.lm.auto.engine.cproc.action.ActionController.executeSingle(ActionController.java:361)
 at com.sap.lm.auto.engine.cproc.process.ProcessControllerImpl.execute(ProcessControllerImpl.java:103)
 at com.sap.lm.auto.engine.cproc.action.ActionController.executeInternal(ActionController.java:232)
 at com.sap.lm.auto.engine.cproc.action.ActionController.executeSingle(ActionController.java:361)
 at com.sap.lm.auto.engine.cproc.engine.impl.ProcessExecuterImpl.runImpl(ProcessExecuterImpl.java:147)
 at com.sap.lm.auto.engine.cproc.engine.impl.ProcessExecuterImpl.runDecorator(ProcessExecuterImpl.java:112)
 at com.sap.lm.auto.engine.cproc.engine.impl.ProcessExecuterImpl.run(ProcessExecuterImpl.java:92)
 at java.lang.Thread.run(Thread.java:724)
Caused by: java.lang.reflect.InvocationTargetException
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:606)
 at com.sap.lm.auto.adapter.java.model.MethodData.execute(MethodData.java:94)
 at com.sap.lm.auto.adapter.java.execute.MethodCall.execute(MethodCall.java:396)
 ... 15 more
Caused by: com.sap.lm.auto.java.error.Failure: Unable to run encryption process.
 Permission required to access Net Weaver server.
 at com.sap.lm.auto.mes.services.EncryptionProcess.executeEncryptionProcess(EncryptionProcess.java:44)
 ... 21 more|
2013 12 25 13:27:01#+00#ERROR#com.sap.lm.auto.engine.cproc.action.ActionController#BC-LJS-DEF#anonymous#Thread-13#na#An exception occured in line 413
java.lang.Exception: com.sap.lm.auto.tech.util.exception.LMAException: Unable to run encryption process.
 Permission required to access Net Weaver server.
 at com.sap.lm.auto.engine.cproc.action.ActionController.executeSingle(ActionController.java:413)
 at com.sap.lm.auto.engine.cproc.process.ProcessControllerImpl.execute(ProcessControllerImpl.java:103)
 at com.sap.lm.auto.engine.cproc.action.ActionController.executeInternal(ActionController.java:232)
 at com.sap.lm.auto.engine.cproc.action.ActionController.executeSingle(ActionController.java:361)
 at com.sap.lm.auto.engine.cproc.process.ProcessControllerImpl.execute(ProcessControllerImpl.java:103)
 at com.sap.lm.auto.engine.cproc.action.ActionController.executeInternal(ActionController.java:232)
 at com.sap.lm.auto.engine.cproc.action.ActionController.executeSingle(ActionController.java:361)
 at com.sap.lm.auto.engine.cproc.engine.impl.ProcessExecuterImpl.runImpl(ProcessExecuterImpl.java:147)
 at com.sap.lm.auto.engine.cproc.engine.impl.ProcessExecuterImpl.runDecorator(ProcessExecuterImpl.java:112)
 at com.sap.lm.auto.engine.cproc.engine.impl.ProcessExecuterImpl.run(ProcessExecuterImpl.java:92)
 at java.lang.Thread.run(Thread.java:724)
Caused by: com.sap.lm.auto.tech.util.exception.LMAException: Unable to run encryption process.
 Permission required to access Net Weaver server.
 at com.sap.lm.auto.adapter.java.execute.MethodCall.execute(MethodCall.java:400)
 at com.sap.lm.auto.adapter.java.JavaServiceExecuter.executeMethod(JavaServiceExecuter.java:187)
 at com.sap.lm.auto.adapter.java.JavaServiceExecuter.executeService(JavaServiceExecuter.java:137)
 at com.sap.lm.auto.engine.cproc.invokeservice.InvokeServiceController.execute(InvokeServiceController.java:140)
 at com.sap.lm.auto.engine.cproc.action.ActionController.executeInternal(ActionController.java:232)
 at com.sap.lm.auto.engine.cproc.action.ActionController.executeSingle(ActionController.java:361)
 ... 10 more
Caused by: java.lang.reflect.InvocationTargetException
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:606)
 at com.sap.lm.auto.adapter.java.model.MethodData.execute(MethodData.java:94)
 at com.sap.lm.auto.adapter.java.execute.MethodCall.execute(MethodCall.java:396)
 ... 15 more
Caused by: com.sap.lm.auto.java.error.Failure: Unable to run encryption process.
 Permission required to access Net Weaver server.
 at com.sap.lm.auto.mes.services.EncryptionProcess.executeEncryptionProcess(EncryptionProcess.java:44)
 ... 21 more


Read more...

Environment

  • SAP ME CORE on NW cluster installation with PAS and AAS on different physical servers.
  • LM Automation server.

Product

SAP Manufacturing Execution 15.0 ; SAP Manufacturing Execution 15.1 ; SAP Manufacturing Execution 6.1

Keywords

KBA , iaik_jce.jar , iaik , MFG-ME-IM , Installation and Migration , MFG-ME , SAP Manufacturing Execution , Problem

About this page

This is a preview of a SAP Knowledge Base Article. Click more to access the full version on SAP for Me (Login required).

Search for additional results

Visit SAP Support Portal's SAP Notes and KBA Search.