cancel
Showing results for 
Search instead for 
Did you mean: 

JVMJ9VM007E Command-line option unrecognised: -XX:+PrintGCTimeStamps

robert_pulmer
Explorer
0 Kudos

Hello

when I try to customize the solution manager diagnostics SP15 our WebAS JAVA Stack did not come up.

The output from the logfile "std_bootstrap.out":

-


stdout/stderr redirect

-


node name : bootstrap

pid : 20936

system name : SD1

system nr. : 01

started at : Fri Jan 20 08:27:14 2006

POSIX_CLOCK: Found POSIX MONOTONIC CLOCK (CLOCK_MONOTONIC)[1] - resolution: org=999848 new=1000000000

<?xml version="1.0" ?>

<verbosegc>

JVMJ9VM007E Command-line option unrecognised: -XX:+PrintGCTimeStamps

</verbosegc>

NW 04 SP15

Linux X86_64

Java: java full version "J2RE 1.4.2 IBM build j9xa64142ifx-20051125 (SAP i-Fix 97999: SR2 i-fix 93283 + 96573 + 97068 + 97427 + 96565)"

greeting

-robert-

Accepted Solutions (0)

Answers (2)

Answers (2)

robert_pulmer
Explorer
0 Kudos

There two major steps, that will sove my problem:

The problem is that in Property Sheet instanceProperties.IDxxxxxx

there is this option -XX... , which must be reomved in order the server

to start.

You can edit this Property Sheet using Config tool. You should ckick on

the pen to swtich to "Configuration editor mode" . You should be carefulbecause J2EE configuration can be damaged easily here.

The you will see the tree with proprties. Navigate to Configurations ->

cluster_data -> Propertysheet instance.properties.IDxxxxxxx

Before you can edit the property sheet you hould click on the pen with

glasses icon, to swtich to edit mode.

In property sheet you shoul modify two fields :

IDxxxx00.JavaParameters

and

IDxxxx50.JavaParameters

by removing -XX.... option at the end.

and second thing is,

put in the instanceprofile:

jstartup/vm/home = <your JAVA_HOME directory>

-robert-

Former Member
0 Kudos

Hi,

This note can help you with the settings in Config Tool

SAP Note 861215.

Regards

Srikishan

robert_pulmer
Explorer
0 Kudos

Hi,

thanks for this note. But the notes 861215, 723909, 797084 and 171356 will not solve the problem.

-robert-

Former Member
0 Kudos

Hi Robert,

Remove -XX:PrintGCTimeStamps parameter from your J2EE Server(s) properties in ConfigTool. Save the new settings and try to start J2EE/SMD. Also please make sure that parameters defined above -XX:PrintGCTimeStamps have been specified correctly.

Regards,

Mike

Message was edited by: Mike Puzankov

robert_pulmer
Explorer
0 Kudos

Hi Mike,

I deleted the parameter '-XX:PrintGCTimeStamps' in whole ConfigTool (instance, dispatcher and server). Also I'm sure that the other paramters are correct. It ist possible, that the parameter '-XX:PrintGCTimeStamps' have to put in the configTool at a special place?

Regards

-robert-

Former Member
0 Kudos

Hi Robert,

Please check Note 814210. This occurs for JBM JDK 1.4.2 on the x86_64 platform.

Regards,

Siva

P.S: Award points if you find this useful.

robert_pulmer
Explorer
0 Kudos

Hello,

I already updated the startup framework (SCSCLIENT64UC_1-20000892.SAR, PatchLevel 1 from 15.06.2005), as been described in the note 814210.

Regards,

-robert-

P.S. how can I award points?