cancel
Showing results for 
Search instead for 
Did you mean: 

Visual administrator dont run

minerva_paredes
Explorer
0 Kudos
142

Hi,

I try run visual administrator but sends the next message:

SAPERP:j2eadm 104> ./go.bat

: command not foundsetlocal

./go.bat: line 2: @title: command not found

./go.bat: line 3: syntax error near unexpected token `('

'/go.bat: line 3: `@if DEFINED JAVA_HOME (

Please Help me

Minerva Paredes

Accepted Solutions (1)

Accepted Solutions (1)

former_member192029
Active Contributor
0 Kudos

Hi

Check you installed Java Development Kit (JDK). If you have doen, set path in system enviornment variables. (i.e windows >> start >>control panel >> system >> advanced >> environmental variables >> new >> variable name as "JAVA_HOME" and Variable value as you JDK path e.g.C:\j2sdk1.4.2_11.

Hope it will slove your problem

Cheers

Jawahar Govindaraj

PS:Reward points

minerva_paredes
Explorer
0 Kudos

Hi,

The variable JAVA_HOME is set but the problem is the same, in the log find the next strings.

  1. log generation timestamp : 2006_08_01_at_11_53_13

8/1/06 11:56 AM com.sap.engine.tools.launcher.Launcher Error : unable to invoke main class com.sap.engine.services.adminadapter.gui.AdminFrameView

com.sap.engine.tools.launcher.LauncherException

at com.sap.engine.tools.launcher.Launcher.launch(Launcher.java:340)

at com.sap.engine.tools.launcher.Launcher.main(Launcher.java:114)

-


caused by -


java.lang.reflect.InvocationTargetException

Caused by: java.lang.InternalError: Can't connect to X11 window server using '192.168.80.72:0.0' as the value of the DISPLAY variable.

at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)

at sun.awt.X11GraphicsEnvironment.<clinit>(X11GraphicsEnvironment.java:175)

at java.lang.Class.initializeImpl(Native Method)

at java.lang.Class.initialize(Class.java:339)

at java.lang.Class.forNameImpl(Native Method)

at java.lang.Class.forName(Class.java:115)

at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:91)

at java.awt.Window.init(Window.java:268)

at java.awt.Window.<init>(Window.java:312)

at java.awt.Frame.<init>(Frame.java:431)

at java.awt.Frame.<init>(Frame.java:396)

at javax.swing.SwingUtilities.getSharedOwnerFrame(SwingUtilities.java:1668)

at javax.swing.JWindow.<init>(JWindow.java:189)

at javax.swing.JWindow.<init>(JWindow.java:141)

at com.sap.engine.services.adminadapter.gui.AboutWindow.<init>(AboutWindow.java:12)

at com.sap.engine.services.adminadapter.gui.AdminFrameView.main(AdminFrameView.java:234)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)

at java.lang.reflect.Method.invoke(Method.java:391)

at com.sap.engine.tools.launcher.Launcher.launch(Launcher.java:336)

at com.sap.engine.tools.launcher.Launcher.main(Launcher.java:114)

please help me.

Minerva Paredes

former_member192029
Active Contributor
0 Kudos

Hi

change the HTTP port no to 50004 in visual admin and your central instance no is :00

If your instance is different, change the port no by this format 5<central instance nr>04

It should work.

Cheers

Jawahar Govindaraj

PS:Rewrad pts

minerva_paredes
Explorer
0 Kudos

Hi,

But when i try run the visual administrator at level S.O. dont run , and when i try run the visual administrator in the browser is the same.

I find the note 886209 but is for unix and i have linux suse 10, the directory j2ee\cluster\server0\apps\sap.com\irj\servlet_jsp\irj\root\portalapps\com.sap.vc.mmcompiler\res\root\WEB-INF\flex\flex-config.xml

not exists... then I'm thinking tha it a seemed problem.

Please help me.

Minerva

Former Member
0 Kudos

Hi Minerva,

Make sure you set DISPLAY variables correcly for the user you run VA with (I am assuming it's <SID>ADM). It should be pointed to the host you are planning to display VA Gui on (e.g. your local PC). You also need an X-Windows client installed locally and configured to accept connection from the server where J2EE is installed.

Regards,

Mike

Answers (0)