cancel
Showing results for 
Search instead for 
Did you mean: 

How to open J2EE Visual Admin in AIX

Former Member
0 Kudos

Hi dudes,

Our SAP NetWeaver Server is running in AIX machine which is remotely placed.

I connected to the AIX server using telnet with the user that has Admin privilege.

I tried to open J2EE Visual Admin ( I do not know whether we can do that ) by navigating to the folder ...../j2ee/admin and executing "sh go". ( after setting JAVA_HOME env variable )

It splitted out the following java exception.

Can you please pour-in your ideas regarding this.

Thank you very much!

java version "1.4.2"

Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2)

Classic VM (build 1.4.2, J2RE 1.4.2 IBM AIX 5L for PowerPC (64 bit JVM) build caix64142-20080122 (SR10) (JIT enabled: jitc))

8/12/08 3:31 PM com.sap.engine.tools.launcher.Launcher Error : unable to invoke main class com.sap.engine.services.adminadapter.gui.AdminFrameView

Exception in thread "main" 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

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)

Caused by: java.lang.InternalError: Can't connect to X11 window server using ':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.forName1(Native Method)

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

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$1.<init>(SwingUtilities.java:1672)

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)

... 7 more

Best Regards,

Saravanan N

Accepted Solutions (1)

Accepted Solutions (1)

bhavesh_kantilal
Active Contributor
0 Kudos

2 options,

1. Use Xwindows or any such tool and change the display to your local machine.

2. Download the entire admin folder to your local machine and then execute go.bat

Regards

Bhavesh

Former Member
0 Kudos

Woww! Thank you very much Bhavesh!

It rocks and it works!

You are my saviour!

Best Regards,

Saravanan N

Answers (1)

Answers (1)

agasthuri_doss
Active Contributor
0 Kudos

Hi,

>I tried to open J2EE Visual Admin ( I do not know whether we can do that )

You can do it, What you are looking for.

Cheers

Agasthuri Doss