Operating System - HP-UX
1753888 Members
7440 Online
108809 Solutions
New Discussion юеВ

Error running sm -instantOn

 
SOLVED
Go to solution
annie j
Advisor

Error running sm -instantOn

Hi all,

Encounter the following error when running the sm -instantOn

Unresolved symbol: __text_start (data) from /opt/OV/SM/Server/RUN/jre/lib/PA_RISC2.0/server/libjvm.sl
/usr/lib/dld.sl: Unresolved module for symbol: __shlinit (code) from /usr/lib/libCsup.2
Exception in thread "main" java.lang.NoClassDefFoundError: com/hp/ov/sm/common/core/Init

Error! initializing java in scjvm.cpp


Installing SM7 on HP11.11. Anyone could help on this problem. Thanks in advance.
6 REPLIES 6
Dennis Handly
Acclaimed Contributor

Re: Error running sm -instantOn

Your application is broken and can't possibly link with libjvm. Have you exported LD_PRELOAD by mistake?
annie j
Advisor

Re: Error running sm -instantOn

Hi thanks for the reply. But the things is have anyone solve this problem or encounter and solved it before.

We have already follow the steps by steps of the installation. applied the patch, set the variable path, install the java1.5
karulanns
New Member

Re: Error running sm -instantOn

We have loaded the LD_PRELOAD. But the same error message still appear.. Anyone have any idea about this error. We have uninstall and re-reinstall, follow the installation guide setp by step. But still the same problem appear.
Dennis Handly
Acclaimed Contributor

Re: Error running sm -instantOn

>We have loaded the LD_PRELOAD.

I'm suggesting you do NOT export LD_PRELOAD, that is very dangerous.
Frans_F
Honored Contributor
Solution

Re: Error running sm -instantOn

This could be due to the fact that it's not supported on 11.11 but only on 11.23 and 11.31.
HP Support

If you find that this or any post resolves your issue, please be sure to mark it as an accepted solution.
annie j
Advisor

Re: Error running sm -instantOn

See fran's answer. Seem's like the documentation that HP have need to be updated... :)