|
From: Leif M. <le...@ta...> - 2003-11-26 13:53:39
|
Giovanni,
My first guess is that your copy of Java is not set up correctly. I
don't think that this is
Java related. What happens if you run java manually? Try the following.
java -version
If that works then set the wrapper.debug=true flag and restart the
wrapper. When it
launched this time, you will see a dump of the components that make up
the command
used to launch Java. Copy all of these into a new shell script and
build the command
from them. Remove the -Dwrapper.key property from your new java
command. Now
try running that. My guess is that you will see the same problem even
without the
Wrapper involved. If not, let me know and I'll try to think of
something else.
Also, remember that Google is your friend. I tried a quick search on:
ld.so.1: fatal: libpthread.so.1: version `SUNW_1.2' not found
and turned up quite a few reponses. Have not read them all but the
first few are Solaris
related so not sure if they relate to your problem.
Cheers,
Leif
Giovanni Regola wrote:
> dear experts,
> trying to start Tomcat (obviously with Wrapper) under Linux I get the
> following error:
>
> *ld.so.1: ./wrapper: fatal: libpthread.so.1: version `SUNW_1.2' not
> found (required by file ./wrapper)*
>
> It seems something related with linux shared objects.
> I followed all instructions listed on Wrapper documentation
> <http://wrapper.tanukisoftware.org/doc/english/integrate-start-stop-nix.html>,
> step by step.
> Any suggestions?
>
> best regards
>
> Giovanni Regola
|