cancel
Showing results for 
Search instead for 
Did you mean: 

Sapint Error

SAA
Explorer
0 Kudos

Iam getting this message when iam trying to start ./sapinst, can anyone please help me in sorting out this problem

[root@localhost IM_LINUX_X86_64]# ls -l

total 24368

-rwxrwxrwx 1 root root 2292 Dec 29 2005 catalog.dtd

drwxrwxrwx 4 root root 4096 Jun 26 2006 COMMON

drwxrwxrwx 3 root root 4096 Jun 26 2006 CRM05

drwxrwxrwx 3 root root 4096 Jun 26 2006 CRM52

drwxrwxrwx 4 root root 4096 Jul 17 2006 ERP05

drwxrwxrwx 2 root root 4096 Jun 26 2006 JAR

-rwxrwxrwx 1 root root 39 Sep 12 2006 LABEL.ASC

-rwxrwxrwx 1 root root 1035 Sep 12 2006 messages.dtd

-rwxrwxrwx 1 root root 700374 Oct 5 2006 messages.xml

drwxrwxrwx 3 root root 4096 Jun 26 2006 NW04S

-rwxrwxrwx 1 root root 2153350 Oct 9 2006 product.catalog

-rwxrwxrwx 1 root root 546679 Sep 11 2006 resourcepool.xml

-rwxrwxrwx 1 root root 1084 Dec 29 2005 resources.dtd

-rwxrwxrwx 1 root root 21355799 Oct 6 2006 sapinst

drwxrwxrwx 3 root root 4096 Jun 26 2006 SCM05

drwxrwxrwx 3 root root 4096 Jun 26 2006 SOLMAN40

drwxrwxrwx 3 root root 4096 Jun 26 2006 SRM05

drwxrwxrwx 3 root root 4096 Jun 26 2006 SRM60

-rwxrwxrwx 1 root root 7946 Sep 8 2006 startInstGui.sh

drwxrwxrwx 2 root root 4096 Jun 26 2006 TRANS

[root@localhost IM_LINUX_X86_64]# ./sapinst

./sapinst: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory

[root@localhost IM_LINUX_X86_64]# ./startInstGui.sh

Java Runtime found in PATH environment variable

Path: java

Start mode: gui (GUI only)

Connection parameters:

GUIServer host: localhost

GUIServer port: 21212

Starting...

Warning: unable to create SAP monospaced font; use standard monspaced font instead

java.lang.reflect.InvocationTargetException

at java.lang.reflect.Method.invoke(libgcj.so.7rh)

at com.sap.sdt.util.misc.MethodCall.invoke(MethodCall.java:82)

at com.sap.sdt.util.misc.BootStrapper.start(BootStrapper.java:107)

at SDTGui.main(SDTGui.java:46)

Caused by: java.lang.NoClassDefFoundError: sun.applet.AppletClassLoader

at com.sap.plaf.frog.FrogLookAndFeel.<clinit>(FrogLookAndFeel.java:101)

at java.lang.Class.initializeClass(libgcj.so.7rh)

at java.lang.Class.forName(libgcj.so.7rh)

at com.sap.sdt.gui.core.settings.GuiSettings.setLookAndFeel(GuiSettings.java:354)

at com.sap.sdt.gui.core.settings.GuiSettings.<init>(GuiSettings.java:100)

at com.sap.sdt.gui.core.settings.GuiSettings.<clinit>(GuiSettings.java:86)

at java.lang.Class.initializeClass(libgcj.so.7rh)

at com.sap.sdt.gui.core.SDTGui.initStdOutErr(SDTGui.java:244)

at com.sap.sdt.gui.core.SDTGui.start(SDTGui.java:149)

at com.sap.sdt.gui.core.SDTGui.main(SDTGui.java:87)

at java.lang.reflect.Method.invoke(libgcj.so.7rh)

...3 more

java.lang.NoClassDefFoundError: sun.applet.AppletClassLoader

at com.sap.plaf.frog.FrogLookAndFeel.<clinit>(FrogLookAndFeel.java:101)

at java.lang.Class.initializeClass(libgcj.so.7rh)

at java.lang.Class.forName(libgcj.so.7rh)

at com.sap.sdt.gui.core.settings.GuiSettings.setLookAndFeel(GuiSettings.java:354)

at com.sap.sdt.gui.core.settings.GuiSettings.<init>(GuiSettings.java:100)

at com.sap.sdt.gui.core.settings.GuiSettings.<clinit>(GuiSettings.java:86)

at java.lang.Class.initializeClass(libgcj.so.7rh)

at com.sap.sdt.gui.core.SDTGui.initStdOutErr(SDTGui.java:244)

at com.sap.sdt.gui.core.SDTGui.start(SDTGui.java:149)

at com.sap.sdt.gui.core.SDTGui.main(SDTGui.java:87)

at java.lang.reflect.Method.invoke(libgcj.so.7rh)

at com.sap.sdt.util.misc.MethodCall.invoke(MethodCall.java:82)

at com.sap.sdt.util.misc.BootStrapper.start(BootStrapper.java:107)

at SDTGui.main(SDTGui.java:46)

error in:

Class : com.sap.sdt.gui.core.SDTGui

Name : main

Static : true

class [Ljava.lang.String; - [Ljava.lang.String;@2e0444f5

java.lang.RuntimeException: invocation target exception: sun.applet.AppletClassLoader

at com.sap.sdt.util.misc.MethodCall.invoke(MethodCall.java:110)

at com.sap.sdt.util.misc.BootStrapper.start(BootStrapper.java:107)

at SDTGui.main(SDTGui.java:46)

Accepted Solutions (0)

Answers (1)

Answers (1)

hannes_kuehnemund
Active Contributor
0 Kudos

Hi,

you have to install the compat libstdc++ packages. The name of the packages differ between SLES and RHEL.

Thanks, Hannes

SAA
Explorer
0 Kudos

Where can i get that library files can u please help me

Former Member
0 Kudos

Hi,

For red hat you can download from

Red Hat Network

and for suse use

Novell Download Portal.

http://support.novell.com/linux/psdb/byproduct.html

Former Member
0 Kudos

For red hat.

you can use the below url.

https://access.redhat.com/downloads/

hannes_kuehnemund
Active Contributor
0 Kudos

you can get the pacakges from the installation DVDs ....

best, hannes