You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Chong Yu Meng <ch...@cymulacrum.net> on 2005/02/28 09:14:45 UTC

jsvc.exec error on FC3

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi all,

I'm trying to configure jsvc to work on a Fedora Core 3 system running
Blackdown Java 1.4.2.

I managed to do a "configure" and compile jsvc all right. I used the
Tomcat5.sh script to start up and shutdown jsvc.

The daemon starts up ok, but when shutting down, I get this error:

Feb 28, 2005 3:23:40 PM org.apache.coyote.http11.Http11Protocol pause
INFO: Pausing Coyote HTTP/1.1 on http-8080
jsvc.exec error: Service exit with a return value of 143

When I do a shutdown using the shutdown.sh script, Tomcat shuts down
gracefully.

Is there a way to shutdown jsvc gracefully?


- --
~ --------------------------------------
~ Pascal Chong


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFCItLzmVdpiRJSldgRAvmvAKCm9a0bCgMM/MyqAK3Z+didFbljDACeMLCI
mTEsiSSYMKZjLouLXON4/Eo=
=L0kT
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: jsvc.exec error on FC3

Posted by Bill Barker <wb...@wilshire.com>.
"Chong Yu Meng" <ch...@cymulacrum.net> wrote in message 
news:4225A521.20806@cymulacrum.net...
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Bill Barker wrote:
> | "Chong Yu Meng" <ch...@cymulacrum.net> wrote in message
> | news:4222D2F5.5030808@cymulacrum.net...
> |
> | The daemon starts up ok, but when shutting down, I get this error:
> |
> | Feb 28, 2005 3:23:40 PM org.apache.coyote.http11.Http11Protocol pause
> | INFO: Pausing Coyote HTTP/1.1 on http-8080
> | jsvc.exec error: Service exit with a return value of 143
> |
> | When I do a shutdown using the shutdown.sh script, Tomcat shuts down
> | gracefully.
> |
> | Is there a way to shutdown jsvc gracefully?
> |
> |> Yes. Don't use the version that ships with Tomcat.
>
> Hi Bill,
>
> I just downloaded and compiled the source version from the Commons
> website (http://www.apache.org/dist/jakarta/commons/daemon/binaries/).
> Unfortunately, I still get the same error.
>
> Any ideas? Perhaps you could point me to the site you downloaded your
> jsvc sources from, because the date stamp on the two sites I visited
> were different -- although the results were the same.
>

You need CVS HEAD.

>
> - --
> ~ --------------------------------------
> ~ Pascal Chong
>
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.2.6 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>
> iD8DBQFCJaUgmVdpiRJSldgRAo8/AJ0QnHZ9OAiWCnYZ307u+2f1MyMOAwCgksRt
> h0KffKXJ+tk+cU3JXD3TT7U=
> =Vgbu
> -----END PGP SIGNATURE----- 




---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: jsvc.exec error on FC3

Posted by Chong Yu Meng <ch...@cymulacrum.net>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Bill Barker wrote:
| "Chong Yu Meng" <ch...@cymulacrum.net> wrote in message
| news:4222D2F5.5030808@cymulacrum.net...
|
| The daemon starts up ok, but when shutting down, I get this error:
|
| Feb 28, 2005 3:23:40 PM org.apache.coyote.http11.Http11Protocol pause
| INFO: Pausing Coyote HTTP/1.1 on http-8080
| jsvc.exec error: Service exit with a return value of 143
|
| When I do a shutdown using the shutdown.sh script, Tomcat shuts down
| gracefully.
|
| Is there a way to shutdown jsvc gracefully?
|
|> Yes. Don't use the version that ships with Tomcat.

Hi Bill,

I just downloaded and compiled the source version from the Commons
website (http://www.apache.org/dist/jakarta/commons/daemon/binaries/).
Unfortunately, I still get the same error.

Any ideas? Perhaps you could point me to the site you downloaded your
jsvc sources from, because the date stamp on the two sites I visited
were different -- although the results were the same.


- --
~ --------------------------------------
~ Pascal Chong


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFCJaUgmVdpiRJSldgRAo8/AJ0QnHZ9OAiWCnYZ307u+2f1MyMOAwCgksRt
h0KffKXJ+tk+cU3JXD3TT7U=
=Vgbu
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: jsvc.exec error on FC3

Posted by Bill Barker <wb...@wilshire.com>.
"Chong Yu Meng" <ch...@cymulacrum.net> wrote in message 
news:4222D2F5.5030808@cymulacrum.net...
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hi all,
>
> I'm trying to configure jsvc to work on a Fedora Core 3 system running
> Blackdown Java 1.4.2.
>
> I managed to do a "configure" and compile jsvc all right. I used the
> Tomcat5.sh script to start up and shutdown jsvc.
>
> The daemon starts up ok, but when shutting down, I get this error:
>
> Feb 28, 2005 3:23:40 PM org.apache.coyote.http11.Http11Protocol pause
> INFO: Pausing Coyote HTTP/1.1 on http-8080
> jsvc.exec error: Service exit with a return value of 143
>
> When I do a shutdown using the shutdown.sh script, Tomcat shuts down
> gracefully.
>
> Is there a way to shutdown jsvc gracefully?
>
>

Yes. Don't use the version that ships with Tomcat.

> - --
> ~ --------------------------------------
> ~ Pascal Chong
>
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.2.6 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>
> iD8DBQFCItLzmVdpiRJSldgRAvmvAKCm9a0bCgMM/MyqAK3Z+didFbljDACeMLCI
> mTEsiSSYMKZjLouLXON4/Eo=
> =L0kT
> -----END PGP SIGNATURE----- 




---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org