Operating System - HP-UX
1832857 Members
3266 Online
110048 Solutions
New Discussion

Re: Errors in catalina.out tomcat

 
Joaquin Martinez_1
Frequent Advisor

Errors in catalina.out tomcat

Hello all. First of all, this is my ever first dealing with tomcat, so bear with me. We are deploying about 5 applications through tomcat. All of a sudden, people are complaining that the tomcat service is down constantly. I snipped through catalina.out to see if I could see something. Every time I get the complain, I always see the following line in catalina.out:

/usr/lib/hpux32/dld.so: Unsatisfied code symbol 'SQLAllocEnv' in load module '/opt/java1.5/jre/lib/IA64N/libJdbcOdbc.so'.

So, my question is: Can anyone give me a clue about what could be wrong with this ? Strange enough, we have about the same type of configuration in production with no problems so far.

I am using the tomcat version that comes with hp web server suite. UX ver is 11.31.

Any help would be appreciated and will assign points accordingly.

Thanks!
3 REPLIES 3
Dennis Handly
Acclaimed Contributor

Re: Errors in catalina.out tomcat

This looks the same as this thread but no solutions:
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=998319

Where did you get libJdbcOdbc.so?
Joaquin Martinez_1
Frequent Advisor

Re: Errors in catalina.out tomcat

It came with java1.5. This is a fresh install of UX 11.31, with the web server suite. Strange enough, we haven't touched anything, just enabled the tomcat component of the hpws.
Dennis Handly
Acclaimed Contributor

Re: Errors in catalina.out tomcat

>It came with java1.5. This is a fresh install of UX 11.31

Ok, I found that lib. But no definitions of SQLAllocEnv. It appears you must provide a shlib that has SQL. Or tell it not to use libJdbcOdbc.so.