cancel
Showing results for 
Search instead for 
Did you mean: 

VISUAL ADMIN ACCESS PROBLEM

Former Member
0 Kudos

hi,

I have installed my SAP NetWeaver Work Studio but while trying to run Visual Admin and Config tool i am facing this peculiar error

D:\usr\sap\BDP\JC00\j2ee\admin>"C:\j2sdk1.4.2_12\bin\bin\java" -showversion -Dsu

n.java2d.noddraw=true -Duser.language=en -DP4ClassLoad=P4Connection -Dp4Cache=cl

ean -jar "D:\usr\sap\BDP\JC00\j2ee\admin\go.jar"

The system cannot find the path specified.

Program terminated abnormally

Press any key to continue . . .

Now when i press any key, the editor exists...please help.....

It will be awarded with good points

reagrds,

pinki

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Pinki,

Its issue with java_home parameters.

set to where java is installed.

install java 1.4.2_12 if any issue with other version.

then run the visual admin.

Provide me points if my solution solve your issue..

Regards,

Rohit mehta

Former Member
0 Kudos

Check if you DEFAULT.PFL contain the following entries

#----


  1. SAP Central Service Instance for J2EE

#----


j2ee/scs/host = <host>

j2ee/scs/system = <SCS Inst.No>

j2ee/ms/port = <port>

j2ee/dbtype =

j2ee/dbname = <sid>

j2ee/dbhost = <host>

And the Instance Profile should have the followin entries

Instance Profile

jstartup/trimming_properties =

jstartup/protocol =

jstartup/vm/home =

jstartup/max_caches =

jstartup/release =

jstartup/instance_properties =

j2ee/dbdriver =

rdisp/j2ee_start_control =

rdisp/j2ee_libpath =

exe/j2ee = $

j2ee/instance_id =

Former Member
0 Kudos

Check your JAVA_HOME environment variable's value. I believe it has wrong value "C:\j2sdk1.4.2_12\bin".

Actualy the value of JAVA_HOME variable should be "the complete path of java directory just before the bin subdirectory". In your case, it should be "C:\j2sdk1.4.2_12\".

While searching for java executable, it looks inside bin directory of given JAVA_HOME variable's value.

Good Luck!!!

Former Member
0 Kudos

I think the JAVA_HOME and the PATH is not set right

C:\j2sdk1.4.2_12\bin\bin\java <----- My Observation

should be reading as C:\j2sdk1.4.2_12\bin\java

eg JAVA_HOME =C:\j2sdk1.4.2_12

append to existing PATH as PATH =%JAVA_HOME%\bin