Operating System - HP-UX
1752770 Members
5193 Online
108789 Solutions
New Discussion юеВ

Re: JAVA Application start error

 
kuldeep saroha
Frequent Advisor

JAVA Application start error

Dear All,

we have ajava application running on 11.23 hpux with oracle running with 9i. But when we are starting the application we are countinously getting the following error:-

marc_startup: no start. Environment variable load failed.
/usr/lib/dld.sl: Unresolved symbol: sqlcxt (code) from load_envar
marc_startup[296]: 5552 Abort(coredump)
marctest#tail -f startup_332113411.log
marc_startup[296]: 5536 Abort(coredump)
marc_startup: no start. Environment variable load failed.
/usr/lib/dld.sl: Unresolved symbol: sqlcxt (code) from load_envar
marc_startup[296]: 5540 Abort(coredump)
marc_startup: no start. Environment variable load failed.
/usr/lib/dld.sl: Unresolved symbol: sqlcxt (code) from load_envar
marc_startup[296]: 5547 Abort(coredump)
marc_startup: no start. Environment variable load failed.
/usr/lib/dld.sl: Unresolved symbol: sqlcxt (code) from load_envar
marc_startup[296]: 5552 Abort(coredump)


please help.all inputs are welcomed.

Regards
Kuldeep Singh
5 REPLIES 5
Suraj K Sankari
Honored Contributor

Re: JAVA Application start error

Hi,

I think you need to set your path properly or set your env

Suraj
kuldeep saroha
Frequent Advisor

Re: JAVA Application start error

i checked with a old server running the same application. but have the same env.
Dennis Handly
Acclaimed Contributor

Re: JAVA Application start error

The executable load_envar can't find the function sqlcxt. Do you know where this is on your old server?
kuldeep saroha
Frequent Advisor

Re: JAVA Application start error

Thanks for reply. when it tried to find out on old server it was not available there also.
Dennis Handly
Acclaimed Contributor

Re: JAVA Application start error

>when it tried to find out on old server it was not available there also.

If you used "chatr -B immediate" it would abort like that, even if never called.