|
From: Leif M. <le...@ta...> - 2003-10-28 10:09:24
|
Yasir,
I feel I already answered this. But see no records of it on the
list :-/ So sorry
if it is a dup.
Could you verify that the TestApp script is saved as a UNIX file and
does not
have Windows line feeds? That may be a possible cause.
Also what version of the wrapper are you running? Is your TestApp
script a
modified script or the one that comes with the Wrapper? The current
version is
5937 bytes (depends on the app name) And yours is 6151, which is quite
a bit
bigger. That's why I ask about the line feeds.
Other than that, everything you sent looks fine. I don't think the
TestApp script
is ever being launched so I am pretty sure it is not a wrapper or wrapper
configuration related problem. Let me know if it is not the line feeds
and I'll maybe
think of something else..
Cheers,
Leif
Yasir Khan wrote:
> Hi,
>
> I checked the following:
> # ls -l<br> total 118<br> -rwxrwxrwx 1 root other 6151 Oct 23 12:16
> TestApp<br> -rwxrwxrwx 1 root other 52548 Sep 11 13:07 wrapper<br> #
> TestApp <br> TestApp: not found<br> # TestApp console<br> TestApp: not
> found<br> # ./TestApp console<br> ./TestApp: not found<br> # cd ..<br>
> # ls -l<br> total 1804<br> drwxr-xr-x 2 root other 512 Oct 23 12:23
> bin<br> drwxr-xr-x 2 root other 512 Oct 23 12:19 conf<br> drwxr-xr-x 5
> root other 512 Oct 23 12:16 lib<br> drwxr-xr-x 4 root other 512 Oct 22
> 18:12 logs<br> drwxr-xr-x 2 root other 512 Oct 22 18:10 misc<br>
> -rw-r--r-- 1 root other 512 Aug 27 17:11 TestApp.sh<br> # bin/TestApp
> console<br> bin/TestApp: not found<br> # ./bin/TestApp console<br>
> ./bin/TestApp: not found
|