cancel
Showing results for 
Search instead for 
Did you mean: 

SL Controler for SLM doesn't start - jce policy problem

Former Member
0 Kudos

Dear SAP experts,

We are configuring Solution Lifecycle Manager.

One of the steps is to download, install and run SL Controler as explained in note 1151784.

Hereafter what we do to launch the controler and the error message we get:

cd /usr/sap/S41/SYS/global/sdt/exe

./slmLaunchSDTServer

./slmLaunchSDTServer

Starting SL controller in normal mode.

Using JDK /opt/IBMJava2-amd64-142.

May 6, 2010 8:55:55 AM [Info]: *************************

May 6, 2010 8:55:55 AM [Info]: Starting Server

May 6, 2010 8:55:55 AM [Info]: Reading server configuration.

May 6, 2010 8:55:56 AM [Info]: Reading service configuration SDTExecutionService.

May 6, 2010 8:55:56 AM [Info]: Configuring LogManager ...

May 6, 2010 8:55:56 AM [Info]: *************************************************

May 6, 2010 8:55:56 AM [Info]: Starting SL Controller listening on port 6240 ...

May 6, 2010 8:55:56 AM [Info]: Starting StorageService ...

May 6, 2010 8:55:56 AM [Info]: Initializing SecurityManager ...

May 6, 2010 8:55:56 AM [Info]: init started.

May 6, 2010 8:55:56 AM [Info]: initSecManager() complete.

May 6, 2010 8:55:56 AM [Error]: java.lang.NullPointerException: null

May 6, 2010 8:55:56 AM [Fatal]: Error during controller startup.

May 6, 2010 8:55:56 AM [Fatal]: SL Controller exiting.

The controller fails to start because of a JCE policy problem.

We don't have any idea where to put those files.

We tried to launch the controler with option jce_policy_zip=/path/jce_policy-1_5_0.zip but it doesn't work.

Could anyone help us?

Thanks.

Best Regards,

Olivier

Accepted Solutions (0)

Answers (2)

Answers (2)

markus_doehr2
Active Contributor
0 Kudos

> Using JDK /opt/IBMJava2-amd64-142.

> We tried to launch the controler with option jce_policy_zip=/path/jce_policy-1_5_0.zip but it doesn't work.

The JCE policy file you use is for the SUN JDK, you need the one for the IBM JDK, see

Note 1426759 - Downloading the JCE Policy Files from SUN or IBM

Markus

Former Member
0 Kudos

Hello Markus,

We also tried to launch it with the file jce_policy_1_4_2_IBM.zip. This is the error we get in both cases.

./slmLaunchSDTServer jce_policy_zip=jce_policy_1_4_2_IBM.zip

Starting SL controller in normal mode.

Using JDK /opt/IBMJava2-amd64-142.

May 6, 2010 9:44:29 AM [Info]: *************************

May 6, 2010 9:44:29 AM [Info]: Starting Server

May 6, 2010 9:44:29 AM [Info]: Reading server configuration.

May 6, 2010 9:44:30 AM [Error]: The parameter jce_policy_zip in externally supplied configuration is invalid.

May 6, 2010 9:44:30 AM [Fatal]: Error during controller startup.

May 6, 2010 9:44:30 AM [Fatal]: SL Controller exiting.

Thanks for your help.

Best Regards,

Olivier

markus_doehr2
Active Contributor
0 Kudos

> Using JDK /opt/IBMJava2-amd64-142.

Check your Java version. There was a change in the IBM JDK that requires a new (or an old) JCE file, see

Note 861215 - Recommended Settings for the Linux on AMD64/EM64T JVM

Markus

Former Member
0 Kudos

Markus,

Unfortunately we tried many policy files. Problem is more that we cannot use this parameter jce_policy_zip in the command line.

The question is then...Where should we put the jce policy files?

Thanks.

Best Regards,

Olivier

Former Member
0 Kudos

On what SPS level are you?

I've had the same issue for a long time....

Former Member
0 Kudos

Hello,

Solution Manager 7.00 ehp1 SPS23

SL Controler 700 SP25

Thanks.

Best Regards,

Olivier