cancel
Showing results for 
Search instead for 
Did you mean: 

java compatible problem in EHP installer

Former Member
0 Kudos

Hi,

While starting the STARTUP script i get the below error

OS - Suse linux - JAVA_HOME=/usr/java/jre1.5.0_22

Database 10g

SAP ecc 6.0

PC Windows 7 - Jre 5.0 update 16

pagets:ptsadm 52> STARTUP jce_policy_zip=/dump/90000125.ZIP

      • Checking if C++ runtime is installed ...

      • Starting from /usr/sap/PTS/EHPI/sdt...

    • Checking username "ptsadm" for compliance...

Nov 18, 2011 1:11:17 PM [Info]: *************************

Nov 18, 2011 1:11:17 PM [Info]: Starting Server

Nov 18, 2011 1:11:17 PM [Info]: Reading server configuration.

Nov 18, 2011 1:11:18 PM [Error]: The parameter jce_policy_zip in externally supplied configuration is invalid.

Nov 18, 2011 1:11:18 PM [Fatal]: Error during controller startup.

Nov 18, 2011 1:11:18 PM [Fatal]: SL Controller exiting.

Please let me know what java should i use in host and PC

Thanks,

Hari

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Try starting only STARTUP.

Jce policy zip parameter is not required.

Regards,

Srikishan

Former Member
0 Kudos

Hi Srikishan,

Thanks for the reply.

I have tried already with STARTUP and SL Controller started but, when i tried to open from

http://pagets:4239/

Start EHP Installer Frontend (SDTGui)

An error occurred while launching/running the application.

Category: Launch File Error

Could not parse launch file. Error at line 0.

JNLParseException[ Could not parse launch file. Error at line 0.]

at com.sun.javaws.jnl.XMLFormat.parse(Unknown Source)

at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)

at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)

at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)

at com.sun.javaws.Main.launchApp(Unknown Source)

at com.sun.javaws.Main.main(Unknown Source)

Thanks,

Hari

Former Member
0 Kudos

Hi Hari,

Can you please paste the syntax/command that you are using?

Thanks,

Siva Kumar

Former Member
0 Kudos

HI Shiva,

pagets:~ # xhost +

access control disabled, clients can connect from any host

pagets:~ # umask 022

pagets:~ # DISPALY=172.16.5.98:0.0

pagets:~ # JAVA_HOME=/opt/IBMJava2-amd64-142

pagets:~ # su - ptsadm

pagets:ptsadm 51> cd /usr/sap/PTS/EHPI

pagets:ptsadm 52> STARTUP jce_policy_zip=/dump/jce_policy-1_5_0.zip

      • Checking if C++ runtime is installed ...

      • Starting from /usr/sap/PTS/EHPI/sdt...

    • Checking username "ptsadm" for compliance...

Nov 18, 2011 2:24:04 PM [Info]: *************************

Nov 18, 2011 2:24:04 PM [Info]: Starting Server

Nov 18, 2011 2:24:04 PM [Info]: Reading server configuration.

Nov 18, 2011 2:24:05 PM [Error]: The parameter jce_policy_zip in externally supp lied configuration is invalid.

Nov 18, 2011 2:24:05 PM [Fatal]: Error during controller startup.

Nov 18, 2011 2:24:05 PM [Fatal]: SL Controller exiting.

pagets:ptsadm 53> STARTUP

      • Checking if C++ runtime is installed ...

      • Starting from /usr/sap/PTS/EHPI/sdt...

    • Checking username "ptsadm" for compliance...

Nov 18, 2011 2:41:47 PM [Info]: *************************

Nov 18, 2011 2:41:47 PM [Info]: Starting Server

Nov 18, 2011 2:41:47 PM [Info]: Reading server configuration.

Nov 18, 2011 2:41:48 PM [Info]: Reading service configuration DSUService.

Nov 18, 2011 2:41:48 PM [Info]: Configuring LogManager ...

Nov 18, 2011 2:41:48 PM [Info]: ************************************************ *

Nov 18, 2011 2:41:48 PM [Info]: Starting SL Controller listening on port 4241 .. .

Nov 18, 2011 2:41:48 PM [Info]: Starting StorageService ...

Nov 18, 2011 2:41:48 PM [Info]: Initializing SecurityManager ...

Nov 18, 2011 2:41:48 PM [Info]: Server certificate fingerprint is 8C 9C F3 D0 18 12 3D 0E 8D 97 26 73 1F 55 1E 8A

Nov 18, 2011 2:41:48 PM [Info]: Configuring HTTPManager ...

Nov 18, 2011 2:41:48 PM [Info]: Starting WebstartService ...

Nov 18, 2011 2:41:48 PM [Info]: Starting RoleService ...

Nov 18, 2011 2:41:48 PM [Info]: Starting AlertService ...

Nov 18, 2011 2:41:48 PM [Info]: Starting NotesService ...

Nov 18, 2011 2:41:48 PM [Info]: Starting ProcessService ...

Nov 18, 2011 2:41:48 PM [Info]: MIDService switched off.

Nov 18, 2011 2:41:48 PM [Info]: Starting FileService ...

Nov 18, 2011 2:41:48 PM [Info]: LogService switched off.

Nov 18, 2011 2:41:48 PM [Info]: Starting MailService ...

Nov 18, 2011 2:41:48 PM [Info]: Starting services ...

Nov 18, 2011 2:41:48 PM [Info]: Starting service "DSUService" ...

Nov 18, 2011 2:41:49 PM [Info]: Service "DSUService" started

Nov 18, 2011 2:41:49 PM [Info]: Services started.

Nov 18, 2011 2:41:49 PM [Info]: Starting HTTP server listening on port 4239 ...

Nov 18, 2011 2:41:49 PM [Info]: HTTP server started.

Nov 18, 2011 2:41:49 PM [Info]: SL Controller started.

http://pagets:4239/

Java Error.- unable to launch the specified application

Thanks,

Hari

Former Member
0 Kudos

Hi Harish,

Please place jce_policy-1_5_0.zip file in the path where STARTUP exists and try to execute STARTUP script again.

pagets is your host name?

Thanks,

Siva Kumar

Edited by: Siva Kumar Arivinti on Nov 18, 2011 3:20 PM

Former Member
0 Kudos

HI Shiva,

Issue resolved.

Updated latest java in the PC.

and added the host with domain name in the PC host file.(drivers/etc/hosts)

Thanks for the help.

Harish

Answers (1)

Answers (1)

Former Member
0 Kudos

Thanks for the support

Former Member
0 Kudos

Glad to hear that issue has been resolved. Good luck with the upgrade.

Thanks,

Siva Kumar