cancel
Showing results for 
Search instead for 
Did you mean: 

Error when trying to lainch the visual administrator

Former Member
0 Kudos

Hello,

I have installed the Solution manager 7.1 on Linux 5.4 / Oracle 11.2.0.2 while i am trying to open the visual administrator to configure the SLD (Creation of the onnection LCRSAPRFC_<SID>), i am getting the following error:

+SD1ODYLSV1:sd1adm 17> pwd

/usr/sap/SD1/DVEBMGS00/j2ee/admin

SD1ODYLSV1:sd1adm 18> ./go

java version "1.4.2"

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

IBM J9 VM (build 2.3, J2RE 1.4.2 IBM J9 2.3 Linux amd64-64 j9vmxa64142ifx-20110628 (JIT enabled)

J9VM - 20110627_85693_LHdSMr

JIT - 20090210_1447ifx5_r8

GC - 200902_24)

Exception in thread "main" java.lang.UnsatisfiedLinkError: awt (libXp.so.6: cannot open shared object file: No such file or directory)

at java.lang.ClassLoader.loadLibraryWithPath(ClassLoader.java:990)

at java.lang.ClassLoader.loadLibraryWithClassLoader(ClassLoader.java:954)

at java.lang.System.loadLibrary(System.java:409)

at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:76)

at java.security.AccessController.doPrivileged(AccessController.java:197)

at sun.awt.NativeLibLoader.loadLibraries(NativeLibLoader.java:81)

at sun.awt.DebugHelper.<clinit>(DebugHelper.java:56)

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

at java.lang.J9VMInternals.initialize(J9VMInternals.java:196)

at java.awt.Component.<clinit>(Component.java:571)

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

at java.lang.J9VMInternals.initialize(J9VMInternals.java:196)

at java.lang.J9VMInternals.initialize(J9VMInternals.java:161)

at java.lang.J9VMInternals.initialize(J9VMInternals.java:161)

at java.lang.J9VMInternals.initialize(J9VMInternals.java:161)

at java.lang.J9VMInternals.initialize(J9VMInternals.java:161)

at java.lang.J9VMInternals.initialize(J9VMInternals.java:161)

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

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

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

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)

+

The package libXp.so.6 is already installed and the x server used (Exceed )in my case works fine.

Accepted Solutions (1)

Accepted Solutions (1)

former_member188883
Active Contributor
0 Kudos

Hi,

Can you check your whether environment variable of <sid>adm has the paramater

LD_LIBRARY_PATH set to /usr/X11R6/lib. If not then set it temporarily using the following command

export LD_LIBRARY_PATH=/usr/X11R6/lib

then test whether visual admin opens or not.

Hope this answers your query.

Regards,

Deepak Kori

Former Member
0 Kudos

thank you for your help,

actually after adding /usr/X11R6/lib64 to LD_LIBRARY_PATH the problem was solved.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Hassan,

Visual Administrator is no more as of NetWeaver 7.10 release. Please start using NetWeaver Administrator (NWA) to configure SLD.

Please have a look at the below link to configure NWA to work with SLD.

http://help.sap.com/saphelp_nw70/helpdata/en/23/b557422d095542e10000000a1550b0/content.htm

Please let me know if you need any further help.

Thanks,

Siva Kumar