[Topic] server on solaris 10

I get the following error when I try to run the server on Solaris 10:

root@rocky/data/agiletrack-server # ./agiletrack-server start
Starting AgileTrack Server…
./agiletrack-server: /data/agiletrack-server/wrapper: cannot execute

Am I missing something?

root@rocky/data/agiletrack-server # ls -ld wrapper
-rwxrwxr-x 1 root root 70577 Nov 24 2007 wrapper

Using /usr/java as the java install from solaris.

—Posted by Paul Singleton on Jun 17, 2008

The wrapper executable that's bundled with AgileTrack is built for Linux i386. You'll probably need to download a Solaris executable build for your architecture and replace the provided one.

http://wrapper.tanukisoftware.org/doc/english/download.jsp

You'll probably need to replace the following in the agiletrack server distribution:

agiletrack-server/wrapper with wrapper-solaris/bin/wrapper
agiletrack-server/lib/wrapper.jar with wrapper-solaris/lib/wrapper.jar
agiletrack-server/lib/libwrapper.so with wrapper-solaris/lib/libwrapper.so

Hopefully that will get it running.

—Posted by Adam Lane on Jun 17, 2008 at 3:53:12 PM

got it running—thanks Adam

—Posted by Paul Singleton on Jun 17, 2008 at 5:19:53 PM


You may post a reply to this topic, but you must be logged in. If you already have an account, you may login now. If you need to create an account, you may also register now.