Re: [daemon] Fwd: Compiling jsvc Win32

2007-07-10 Thread Bill Barker
ck of response on this: >> > >> > >> http://mail-archives.apache.org/mod_mbox/jakarta-commons-user/200707.mbox/ajax/[EMAIL >> PROTECTED] >> > >> > is telling. >> > >> > How dormant is daemon? >> > >> >>

Re: [daemon] Fwd: Compiling jsvc Win32

2007-07-08 Thread Dion Gillard
ns-user/200707.mbox/ajax/[EMAIL PROTECTED] > > is telling. > > How dormant is daemon? > Using jsvc on Windows has never been supported. The jsvc module is only for *nix systems. Windows systems should use procrun. Daemon is fairly mature, but not particularly dormant. It gets com

Re: [daemon] Fwd: Compiling jsvc Win32

2007-07-08 Thread Bill Barker
"Dion Gillard" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > The lack of response on this: > > http://mail-archives.apache.org/mod_mbox/jakarta-commons-user/200707.mbox/ajax/[EMAIL > PROTECTED] > > is telling. > > How dormant is daemon?

[daemon] Fwd: Compiling jsvc Win32

2007-07-08 Thread Dion Gillard
The lack of response on this: http://mail-archives.apache.org/mod_mbox/jakarta-commons-user/200707.mbox/ajax/[EMAIL PROTECTED] is telling. How dormant is daemon? -- Forwarded message -- From: JsD <[EMAIL PROTECTED]> Date: Jul 9, 2007 12:09 PM Subject: Re: Compiling jsvc

[jira] Reopened: (DAEMON-80) [daemon] Syslog support for jsvc

2007-04-24 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/DAEMON-80?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell reopened DAEMON-80: - Reporter requested this be reopened. > [daemon] Syslog support for j

[jira] Commented: (DAEMON-24) [daemon] jsvc assumes posix capabilities loaded

2007-04-24 Thread Marcus Better (JIRA)
://svn.debian.org/wsvn/pkg-java?op=comp&[EMAIL PROTECTED]&[EMAIL PROTECTED]&manualorder=1 > [daemon] jsvc assumes posix capabilities loaded > --- > > Key: DAEMON-24 > URL: https://issues.apach

[jira] Commented: (DAEMON-80) [daemon] Syslog support for jsvc

2007-04-24 Thread Marcus Better (JIRA)
unnecessary has been disabled.) > [daemon] Syslog support for jsvc > > > Key: DAEMON-80 > URL: https://issues.apache.org/jira/browse/DAEMON-80 > Project: Commons Daemon > Issue Type: Improve

[jira] Updated: (DAEMON-98) make fails for jsvc on OS X

2007-04-23 Thread Amos Hayes (JIRA)
[ https://issues.apache.org/jira/browse/DAEMON-98?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amos Hayes updated DAEMON-98: - Attachment: osx_patch.txt The attached osx_patch.txt file solves the problem. > make fails for jsvc

[jira] Commented: (DAEMON-80) [daemon] Syslog support for jsvc

2007-04-22 Thread Marcus Better (JIRA)
daemons use syslog for logging. With syslog it is easier to integrate the daemon with the existing logging infrastructure, for example remote logging. Please reopen this issue. > [daemon] Syslog support for jsvc > > > Ke

[jira] Updated: (DAEMON-98) make fails for jsvc on OS X

2007-04-19 Thread Amos Hayes (JIRA)
[ https://issues.apache.org/jira/browse/DAEMON-98?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amos Hayes updated DAEMON-98: - Affects Version/s: 1.0 1.0.1 > make fails for jsvc on O

[jira] Created: (DAEMON-98) make fails for jsvc on OS X

2007-04-19 Thread Amos Hayes (JIRA)
make fails for jsvc on OS X --- Key: DAEMON-98 URL: https://issues.apache.org/jira/browse/DAEMON-98 Project: Commons Daemon Issue Type: Bug Environment: OS X 10.4.9 Server on i386 Darwin Kernel Version 8.9.1

[jira] Closed: (DAEMON-80) [daemon] Syslog support for jsvc

2007-02-28 Thread Henri Yandell (JIRA)
port for jsvc > > > Key: DAEMON-80 > URL: https://issues.apache.org/jira/browse/DAEMON-80 > Project: Commons Daemon > Issue Type: Improvement >Affects Versions: 1.0.1 > Envi

[jira] Commented: (DAEMON-95) jsvc log rotation support

2007-02-27 Thread Mike Polek (JIRA)
trunk or a particular branch, please let me know. > jsvc log rotation support > - > > Key: DAEMON-95 > URL: https://issues.apache.org/jira/browse/DAEMON-95 > Project: Commons Daemon > Issue Type: Imp

[jira] Commented: (DAEMON-95) jsvc log rotation support

2007-02-27 Thread Mike Polek (JIRA)
if [ -e $PIDFILE ] && kill -0 `cat $PIDFILE` >&/dev/null; then echo "PID file found. Not starting daemon." return fi $CATALINA_HOME/bin/jsvc \ -user $TOMCAT_USER \ -home $JAVA_HOME \ -Dcatalina.home=$CATALINA_HOME \ -Dcatalina.base=$CAT

[jira] Created: (DAEMON-95) jsvc log rotation support

2007-02-27 Thread Mike Polek (JIRA)
jsvc log rotation support - Key: DAEMON-95 URL: https://issues.apache.org/jira/browse/DAEMON-95 Project: Commons Daemon Issue Type: Improvement Affects Versions: 1.0.1 Environment: Linux PC i686 Fedora

[jira] Commented: (DAEMON-92) jsvc fails to execve() self on Linux

2007-02-11 Thread JIRA
ing /proc/self/exe and readlink). ./src/native/unix/native/.svn/text-base/jsvc-unix.c.svn-base:ret = readlink("/proc/self/exe",buf,sizeof(buf)-1); ./src/native/unix/native/jsvc-unix.c:ret = readlink("/proc/self/exe",buf,sizeof(buf)-1); ./src/native/unix/CHA

[jira] Updated: (DAEMON-92) jsvc fails to execve() self on Linux

2007-02-06 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/DAEMON-92?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell updated DAEMON-92: Fix Version/s: (was: 1.0.1 Final) > jsvc fails to execve() self on Li

[jira] Commented: (DAEMON-24) [daemon] jsvc assumes posix capabilities loaded

2007-01-25 Thread Simone Piunno (JIRA)
/jira/browse/DAEMON-93 > [daemon] jsvc assumes posix capabilities loaded > --- > > Key: DAEMON-24 > URL: https://issues.apache.org/jira/browse/DAEMON-24 > Project: Commons Daemon >

[jira] Updated: (DAEMON-93) jsvc should be runnable as non root.

2007-01-25 Thread Simone Piunno (JIRA)
[ https://issues.apache.org/jira/browse/DAEMON-93?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simone Piunno updated DAEMON-93: Attachment: 1.0.1-capabilities.patch > jsvc should be runnable as non r

[jira] Created: (DAEMON-93) jsvc should be runnable as non root.

2007-01-25 Thread Simone Piunno (JIRA)
jsvc should be runnable as non root. Key: DAEMON-93 URL: https://issues.apache.org/jira/browse/DAEMON-93 Project: Commons Daemon Issue Type: Improvement Environment: Linux Reporter

[jira] Commented: (DAEMON-92) jsvc fails to execve() self on Linux

2007-01-25 Thread Simone Piunno (JIRA)
=S_IFCHR|0620, st_rdev=makedev(136, 1), ...}) = 0 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2b73728d write(1, "One round more\n", 15One round more )= 15 execve("execve", [], [/* 0 vars */])= -1 EN

[jira] Commented: (DAEMON-92) jsvc fails to execve() self on Linux

2007-01-24 Thread JIRA
-koodaus $ ./exec Hello World! [EMAIL PROTECTED] ~/c-koodaus $ cat exec.c #include int main(int nArgs, char **ppArgs) { char *const argv[] = {NULL}; char *const envp[] = {NULL}; execve("./hello", argv, envp); } > jsvc fails to execve()

[jira] Updated: (DAEMON-92) jsvc fails to execve() self on Linux

2007-01-20 Thread Simone Piunno (JIRA)
[ https://issues.apache.org/jira/browse/DAEMON-92?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simone Piunno updated DAEMON-92: Attachment: 1.0.1-execve-self.patch > jsvc fails to execve() self on Li

[jira] Created: (DAEMON-92) jsvc fails to execve() self on Linux

2007-01-20 Thread Simone Piunno (JIRA)
jsvc fails to execve() self on Linux Key: DAEMON-92 URL: https://issues.apache.org/jira/browse/DAEMON-92 Project: Commons Daemon Issue Type: Bug Affects Versions: 1.0.1 Final Reporter

[jira] Updated: (DAEMON-24) [daemon] jsvc assumes posix capabilities loaded

2007-01-20 Thread Simone Piunno (JIRA)
[ https://issues.apache.org/jira/browse/DAEMON-24?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simone Piunno updated DAEMON-24: Attachment: 1.0.1-capabilities.patch > [daemon] jsvc assumes posix capabilities loa

[jira] Commented: (DAEMON-24) [daemon] jsvc assumes posix capabilities loaded

2007-01-20 Thread Simone Piunno (JIRA)
ile I get: 14/01/2007 00:42:58 31709 jsvc.exec error: syscall failed in set_caps 14/01/2007 00:42:58 31709 jsvc.exec error: set_caps(CAPS) failed 14/01/2007 00:42:58 31708 jsvc.exec error: Service exit with a return value of 4 I'm attaching a patch > [daemon] jsvc assumes posix capabi

[jira] Commented: (DAEMON-45) [daemon] jsvc links to 32-bit JVM when compiled for (64-bit) sparcv9

2007-01-08 Thread Renaud Waldura (JIRA)
: there doesn't appear to be a way to run the 64-bit VM with jsvc 1.0.1. (The 64-bit VM is needed for heaps >= 4GB.) The "java" switch -d64 is not recognized. I am building from the source included in the binary distribution of Tomcat 5.5.20. I fixed it my way by doing the

Re: permissions downgrading in commons-daemon jsvc

2006-12-15 Thread Bill Barker
"Travis McLeskey" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > The child() function in jsvc-unix.c does not seem to behave consistently > across platforms: > > - on Linux, the capabilities and uid are set (in linuxset_user_group())

permissions downgrading in commons-daemon jsvc

2006-12-15 Thread Travis McLeskey
Hi, The child() function in jsvc-unix.c does not seem to behave consistently across platforms: - on Linux, the capabilities and uid are set (in linuxset_user_group()) BEFORE java_init() and java_load() are called - on other platforms, set_user_group() is called AFTER java_init() and java_load

[Daemon] Patch to fix JSVC on Mac-OS X

2006-10-23 Thread Chris Wareham
Hi, Attached is a patch to fix compilation of the dynamic library glue in JSVC. This has been tested on Mac OS X 10.4.8, and to ensure I didn't break regular Unix support I also tested on CentOS 3. I have also attached a patch that tidies up the "replace" code that replaces occ

DO NOT REPLY [Bug 38633] - [daemon] When changing UID in jsvc on fedora core 4, warning occurs: find_vma failed

2006-09-12 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 38633] - [daemon] When changing UID in jsvc on fedora core 4, warning occurs: find_vma failed

2006-09-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: [daemon] help getting jsvc up and running on sles9 on ibm pseries (power5)

2006-06-16 Thread Christian Andersson
d running on it witohut problem, as long as I > don't try to use jsvc.. and I need jsvc sicne I don't want to run tomat > as root, or manually start tomcat whenever there is a restart of the > server, etc.. > > I've tried compiling the jsvc that comes with tomcat, but

[daemon] help getting jsvc up and running on sles9 on ibm pseries (power5)

2006-06-12 Thread Christian Andersson
Hi there, I have a small problem that I'. hoping that you can help me solve. I want to be able to run tomcat on a server that we have available at a hosting firm. I can get tomcat up and running on it witohut problem, as long as I don't try to use jsvc.. and I need jsvc sicne I don

svn commit: r397516 - /jakarta/commons/proper/daemon/trunk/src/native/unix/native/jsvc-unix.c

2006-04-27 Thread jfclere
er/daemon/trunk/src/native/unix/native/jsvc-unix.c Modified: jakarta/commons/proper/daemon/trunk/src/native/unix/native/jsvc-unix.c URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/daemon/trunk/src/native/unix/native/jsvc-unix.c?rev=397516&r1=397515&r2

DO NOT REPLY [Bug 38633] - [daemon] When changing UID in jsvc on fedora core 4, warning occurs: find_vma failed

2006-04-26 Thread bugzilla
gzilla/show_bug.cgi?id=38633 --- Additional Comments From [EMAIL PROTECTED] 2006-04-26 08:19 --- The /proc system is mounted. It works when running as root, the error occurs when you ask jsvc to change user to i.e. tomcat. So the problem is connected to permissions in some way. I can run th

DO NOT REPLY [Bug 38992] - [daemon] JSVC does not support all the standard java 5.0 launcher options

2006-04-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 38633] - [daemon] When changing UID in jsvc on fedora core 4, warning occurs: find_vma failed

2006-04-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 39352] - [daemon] jsvc links to 32-bit JVM when compiled for (64-bit) sparcv9

2006-04-19 Thread bugzilla
gzilla/show_bug.cgi?id=39352 [EMAIL PROTECTED] changed: What|Removed |Added Summary|jsvc links to 32-bit JVM|[daemon] jsvc links to 32- |when compiled for (

DO NOT REPLY [Bug 39352] - jsvc links to 32-bit JVM when compiled for (64-bit) sparcv9

2006-04-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 39352] - jsvc links to 32-bit JVM when compiled for (64-bit) sparcv9

2006-04-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 39352] New: - jsvc links to 32-bit JVM when compiled for (64-bit) sparcv9

2006-04-19 Thread bugzilla
gzilla/show_bug.cgi?id=39352 Summary: jsvc links to 32-bit JVM when compiled for (64-bit) sparcv9 Product: Commons Version: unspecified Platform: Sun OS/Version: Solaris Status: NEW Severity: normal Pr

DO NOT REPLY [Bug 38992] - [daemon] JSVC does not support all the standard java 5.0 launcher options

2006-03-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

svn commit: r388844 - /jakarta/commons/proper/daemon/trunk/src/native/unix/native/jsvc-unix.c

2006-03-25 Thread jfclere
Author: jfclere Date: Sat Mar 25 14:09:50 2006 New Revision: 388844 URL: http://svn.apache.org/viewcvs?rev=388844&view=rev Log: Start fixing PR 36050 Modified: jakarta/commons/proper/daemon/trunk/src/native/unix/native/jsvc-unix.c Modified: jakarta/commons/proper/daemon/trunk/src/na

DO NOT REPLY [Bug 38992] - [daemon] JSVC does not support all the standard java 5.0 launcher options

2006-03-15 Thread bugzilla
gzilla/show_bug.cgi?id=38992 [EMAIL PROTECTED] changed: What|Removed |Added Summary|JSVC does not support all |[daemon] JSVC does not |the standard ja

DO NOT REPLY [Bug 38992] New: - JSVC does not support all the standard java 5.0 launcher options

2006-03-15 Thread bugzilla
gzilla/show_bug.cgi?id=38992 Summary: JSVC does not support all the standard java 5.0 launcher options Product: Commons Version: 1.0.1 Final Platform: All OS/Version: Linux Status: NEW Severity:

DO NOT REPLY [Bug 38633] - [daemon] When changing UID in jsvc on fedora core 4, warning occurs: find_vma failed

2006-02-13 Thread bugzilla
gzilla/show_bug.cgi?id=38633 [EMAIL PROTECTED] changed: What|Removed |Added Summary|When changing UID in jsvc on|[daemon] When changing UID |fedora core 4, w

DO NOT REPLY [Bug 38633] New: - When changing UID in jsvc on fedora core 4, warning occurs: find_vma failed

2006-02-13 Thread bugzilla
gzilla/show_bug.cgi?id=38633 Summary: When changing UID in jsvc on fedora core 4, warning occurs: find_vma failed Product: Commons Version: unspecified Platform: PC OS/Version: Linux Status: NEW Keywords: ErrorM

DO NOT REPLY [Bug 35403] - [daemon] Changes to make jsvc work on AMD64 w/ JDK 1.5

2006-01-31 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

svn commit: r354524 - /jakarta/commons/proper/daemon/trunk/src/native/unix/native/jsvc-unix.c

2005-12-06 Thread jfclere
Author: jfclere Date: Tue Dec 6 11:47:38 2005 New Revision: 354524 URL: http://svn.apache.org/viewcvs?rev=354524&view=rev Log: Fix 36058. Modified: jakarta/commons/proper/daemon/trunk/src/native/unix/native/jsvc-unix.c Modified: jakarta/commons/proper/daemon/trunk/src/native/unix/na

DO NOT REPLY [Bug 35659] - [daemon] Tomcat under jsvc is crashing soon

2005-12-06 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 35403] - [daemon] Changes to make jsvc work on AMD64 w/ JDK 1.5

2005-12-06 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

svn commit: r354472 - in /jakarta/commons/proper/daemon/trunk/src/native/unix: native/arguments.c native/java.c native/jsvc-unix.c native/location.c support/apjava.m4 support/apsupport.m4

2005-12-06 Thread jfclere
unix/native/java.c jakarta/commons/proper/daemon/trunk/src/native/unix/native/jsvc-unix.c jakarta/commons/proper/daemon/trunk/src/native/unix/native/location.c jakarta/commons/proper/daemon/trunk/src/native/unix/support/apjava.m4 jakarta/commons/proper/daemon/trunk/src/native/unix/sup

DO NOT REPLY [Bug 37447] - [daemon] jsvc does not build under 10.4.3

2005-12-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 37447] - [daemon] jsvc does not build under 10.4.3

2005-11-10 Thread bugzilla
gzilla/show_bug.cgi?id=37447 [EMAIL PROTECTED] changed: What|Removed |Added Summary|jsvc does not build under |[daemon] jsvc does not build |

DO NOT REPLY [Bug 37447] New: - jsvc does not build under 10.4.3

2005-11-10 Thread bugzilla
gzilla/show_bug.cgi?id=37447 Summary: jsvc does not build under 10.4.3 Product: Commons Version: 1.0.1 Final Platform: Macintosh OS/Version: Mac OS X 10.4 Status: NEW Severity: normal Priority: P2 Component:

svn commit: r292037 - in /jakarta/commons/proper/daemon/trunk/src/native/unix/native: java.c jsvc-unix.c

2005-09-27 Thread jfclere
Author: jfclere Date: Tue Sep 27 13:47:08 2005 New Revision: 292037 URL: http://svn.apache.org/viewcvs?rev=292037&view=rev Log: Add traces. Modified: jakarta/commons/proper/daemon/trunk/src/native/unix/native/java.c jakarta/commons/proper/daemon/trunk/src/native/unix/native/jsvc-un

Re: [daemon] classloader and jsvc

2005-08-23 Thread John Yates
As I prepare to do so I realize it was on the Windows side with procrun that I had the problem, not with jsvc. I apologize to anyone who might have been trying to chase this down over there (unless, of course, its there as well!). As penance for this mistake I will see if the problem IS

Re: [daemon] classloader and jsvc

2005-08-22 Thread Jean-frederic Clere
John Yates wrote: I recently tracked down a NullPointerException in my jsvc loaded java application to the fact that Thread.getContextClassLoader() returning null. JAXBContext.newInstance(String contextPath) effectively is JAXBContext.newInstance(contextPath, Thread.getContextClassLoader

svn commit: r234007 - in /jakarta/commons/proper/daemon/trunk/src/native/unix/native: java.c jsvc-unix.c

2005-08-20 Thread jfclere
emon/trunk/src/native/unix/native/jsvc-unix.c Modified: jakarta/commons/proper/daemon/trunk/src/native/unix/native/java.c URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/daemon/trunk/src/native/unix/native/java.c?rev=234007&r1=234006&r2=2340

Re: [daemon] classloader and jsvc

2005-08-16 Thread robert burrell donkin
On Mon, 2005-08-15 at 22:23 +0200, John Yates wrote: > I recently tracked down a NullPointerException in my jsvc loaded java > application to the fact that Thread.getContextClassLoader() returning > null. JAXBContext.newInstance(String contextPath) effectively is > JAXBContext

[daemon] classloader and jsvc

2005-08-15 Thread John Yates
I recently tracked down a NullPointerException in my jsvc loaded java application to the fact that Thread.getContextClassLoader() returning null. JAXBContext.newInstance(String contextPath) effectively is JAXBContext.newInstance(contextPath, Thread.getContextClassLoader()) and dies if the

svn commit: r232839 - /jakarta/commons/proper/daemon/trunk/src/native/unix/native/jsvc-unix.c

2005-08-15 Thread jfclere
Author: jfclere Date: Mon Aug 15 10:44:02 2005 New Revision: 232839 URL: http://svn.apache.org/viewcvs?rev=232839&view=rev Log: fix 36030. Note that it requires /proc to be mounted. Modified: jakarta/commons/proper/daemon/trunk/src/native/unix/native/jsvc-unix.c Modified: jakarta/com

DO NOT REPLY [Bug 35659] - [daemon] Tomcat under jsvc is crashing soon

2005-08-15 Thread bugzilla
gzilla/show_bug.cgi?id=35659 --- Additional Comments From [EMAIL PROTECTED] 2005-08-15 14:45 --- (In reply to comment #1) > Any things in catalina.out? No any unusual things in catalina.out. But I think I've fixed this problem, by compiling CVS version of jsvc. I've 3.5 weeks u

DO NOT REPLY [Bug 35659] - [daemon] Tomcat under jsvc is crashing soon

2005-08-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 35403] - [daemon] Changes to make jsvc work on AMD64 w/ JDK 1.5

2005-08-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 35188] - [daemon] JSVC does not work with JRockit

2005-08-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 35017] - [daemon] jsvc hangs on JRE error

2005-08-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

svn commit: r232794 - /jakarta/commons/proper/daemon/trunk/src/native/unix/native/jsvc-unix.c

2005-08-15 Thread jfclere
Author: jfclere Date: Mon Aug 15 04:19:48 2005 New Revision: 232794 URL: http://svn.apache.org/viewcvs?rev=232794&view=rev Log: Fix 35017 (wait 60 seconds before restarting!). Modified: jakarta/commons/proper/daemon/trunk/src/native/unix/native/jsvc-unix.c Modified: jakarta/commons/pr

svn commit: r232790 - /jakarta/commons/proper/daemon/trunk/src/native/unix/native/jsvc-unix.c

2005-08-15 Thread jfclere
Author: jfclere Date: Mon Aug 15 03:48:56 2005 New Revision: 232790 URL: http://svn.apache.org/viewcvs?rev=232790&view=rev Log: Just add a comment. Modified: jakarta/commons/proper/daemon/trunk/src/native/unix/native/jsvc-unix.c Modified: jakarta/commons/proper/daemon/trunk/src/native/

DO NOT REPLY [Bug 35659] - [daemon] Tomcat under jsvc is crashing soon

2005-07-08 Thread bugzilla
gzilla/show_bug.cgi?id=35659 [EMAIL PROTECTED] changed: What|Removed |Added Summary|Tomcat under jsvc is|[daemon] Tomcat under jsvc |crashin

DO NOT REPLY [Bug 35659] New: - Tomcat under jsvc is crashing soon

2005-07-08 Thread bugzilla
gzilla/show_bug.cgi?id=35659 Summary: Tomcat under jsvc is crashing soon Product: Commons Version: unspecified Platform: PC OS/Version: Linux Status: NEW Severity: critical Priority: P2 Component:

DO NOT REPLY [Bug 35403] - [daemon] Changes to make jsvc work on AMD64 w/ JDK 1.5

2005-06-20 Thread bugzilla
gzilla/show_bug.cgi?id=35403 [EMAIL PROTECTED] changed: What|Removed |Added Summary|Changes to make jsvc work on|[daemon] Changes to make |AMD64 w/ J

DO NOT REPLY [Bug 35403] - Changes to make jsvc work on AMD64 w/ JDK 1.5

2005-06-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 35403] - Changes to make jsvc work on AMD64 w/ JDK 1.5

2005-06-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 35403] New: - Changes to make jsvc work on AMD64 w/ JDK 1.5

2005-06-17 Thread bugzilla
gzilla/show_bug.cgi?id=35403 Summary: Changes to make jsvc work on AMD64 w/ JDK 1.5 Product: Commons Version: unspecified Platform: Other OS/Version: other Status: NEW Severity: normal Priority: P2 Component:

DO NOT REPLY [Bug 35188] - [daemon] JSVC does not work with JRockit

2005-06-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 35188] - [daemon] JSVC does not work with JRockit

2005-06-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: Jsvc and JRockit

2005-06-06 Thread André Cruz
> Have you build jsvc or are just using the binary from the download pages? I've built jsvc. Both the version that comes with tomcat and the latest 1.0.1. Using as JAVA_HOME both the sun and the jrockit jdk. Always with the same result. Regards, André Cruz On Thu, 2005-06-02 at 15:

Re: [PATCH] HP-UX 11 port of JSVC (Commons::Daemon)

2005-06-03 Thread Максим Зиналь
jean-frederic clere wrote: Max Zinal wrote: There is a major problem with that patch. It links libjvm.sl directly to jsvc binary in addition of dlopen()ing it because of static TLS entry inside libjvm.sl. These TLS problems are native and common to HP-UX, and I don't know how to get rid

DO NOT REPLY [Bug 35188] - [daemon] JSVC does not work with JRockit

2005-06-03 Thread bugzilla
gzilla/show_bug.cgi?id=35188 [EMAIL PROTECTED] changed: What|Removed |Added Summary|JSVC does not work with |[daemon] JSVC does not work |J

Re: [PATCH] HP-UX 11 port of JSVC (Commons::Daemon)

2005-06-03 Thread jean-frederic clere
Max Zinal wrote: Hello and have a good time of day! This patch allows JSVC to compile and run on HP-UX 11 systems. It has been tested on PA_RISC2.0W architecture, but should also work on PA_RISC2.0. Compilation was performed with GCC 3.4.3, with JDK 1.4.2 provided by HP. There is a major

Re: Jsvc and JRockit

2005-06-03 Thread jean-frederic clere
André Cruz wrote: Hello! I have been using jsvc to manage my tomcat process for some time now and with no problems. But, now I'm trying to switch my JVM from SUN to BEA's jRockit and tomcat doesn't start anymore. JRockit just dumps at startup. Have you build jsvc or are just u

Re: [PATCH] HP-UX 11 port of JSVC (Commons::Daemon)

2005-06-03 Thread jean-frederic clere
Max Zinal wrote: Hello and have a good time of day! This patch allows JSVC to compile and run on HP-UX 11 systems. It has been tested on PA_RISC2.0W architecture, but should also work on PA_RISC2.0. Compilation was performed with GCC 3.4.3, with JDK 1.4.2 provided by HP. There is a major

Jsvc and JRockit

2005-06-02 Thread André Cruz
Hello! I have been using jsvc to manage my tomcat process for some time now and with no problems. But, now I'm trying to switch my JVM from SUN to BEA's jRockit and tomcat doesn't start anymore. JRockit just dumps at startup. Is this a known problem? Is jsvc incompatible with JR

DO NOT REPLY [Bug 35188] New: - JSVC does not work with JRockit

2005-06-02 Thread bugzilla
gzilla/show_bug.cgi?id=35188 Summary: JSVC does not work with JRockit Product: Commons Version: 1.0.1 Final Platform: PC OS/Version: Linux Status: NEW Severity: major Priority: P4 Component: Daemon Assi

[PATCH] HP-UX 11 port of JSVC (Commons::Daemon)

2005-05-31 Thread Max Zinal
Hello and have a good time of day! This patch allows JSVC to compile and run on HP-UX 11 systems. It has been tested on PA_RISC2.0W architecture, but should also work on PA_RISC2.0. Compilation was performed with GCC 3.4.3, with JDK 1.4.2 provided by HP. There is a major problem with that patch

DO NOT REPLY [Bug 35017] - [daemon] jsvc hangs on JRE error

2005-05-23 Thread bugzilla
gzilla/show_bug.cgi?id=35017 [EMAIL PROTECTED] changed: What|Removed |Added Summary|[commons-daemon]: jsvc hangs|[daemon] jsvc hangs on JRE |on JRE

DO NOT REPLY [Bug 35017] - [commons-daemon]: jsvc hangs on JRE error

2005-05-23 Thread bugzilla
gzilla/show_bug.cgi?id=35017 --- Additional Comments From [EMAIL PROTECTED] 2005-05-23 09:28 --- Created an attachment (id=15129) --> (http://issues.apache.org/bugzilla/attachment.cgi?id=15129&action=view) A simple shell script to launch jsvc -- Configure bugmail: http://issu

DO NOT REPLY [Bug 35017] - [commons-daemon]: jsvc hangs on JRE error

2005-05-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 35017] New: - [commons-daemon]: jsvc hangs on JRE error

2005-05-23 Thread bugzilla
gzilla/show_bug.cgi?id=35017 Summary: [commons-daemon]: jsvc hangs on JRE error Product: Commons Version: Nightly Builds Platform: Other OS/Version: Linux Status: NEW Severity: major Priority: P2 Component:

svn commit: r170536 - /jakarta/commons/proper/daemon/trunk/src/native/unix/native/jsvc-unix.c

2005-05-17 Thread jfclere
Author: jfclere Date: Tue May 17 01:02:30 2005 New Revision: 170536 URL: http://svn.apache.org/viewcvs?rev=170536&view=rev Log: Allow jsvc to start as normal user in linux. Modified: jakarta/commons/proper/daemon/trunk/src/native/unix/native/jsvc-unix.c Modified: jakarta/commons/pr

DO NOT REPLY [Bug 34852] - [daemon] jsvc crashes with -user root

2005-05-17 Thread bugzilla
gzilla/show_bug.cgi?id=34852 --- Additional Comments From [EMAIL PROTECTED] 2005-05-17 10:10 --- Does java work as root (changing jsvc by java in your script)? -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: -

DO NOT REPLY [Bug 34140] - [daemon] jsvc does not block on Linux

2005-05-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 34140] - [daemon] jsvc does not block on Linux

2005-05-11 Thread bugzilla
ides a daemon and an API which applications can use for notification of changes in specific files or directories. This is installed with out-of-the-box RedHat Linux distributions. Being a workaround, the current jsvc solution should NOT manifest itself in an additional parameter (syntax) that would h

DO NOT REPLY [Bug 34851] - [daemon] jsvc should instantiate server only once

2005-05-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 33581] - [daemon] Making jsvc multiple instances enabled

2005-05-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 31682] - [daemon] manpage for jsvc

2005-05-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

svn commit: r169616 - /jakarta/commons/proper/daemon/trunk/src/native/unix/man/jsvc.1.xml

2005-05-11 Thread jfclere
Author: jfclere Date: Wed May 11 03:04:10 2005 New Revision: 169616 URL: http://svn.apache.org/viewcvs?rev=169616&view=rev Log: add the new option wait and stop. Modified: jakarta/commons/proper/daemon/trunk/src/native/unix/man/jsvc.1.xml Modified: jakarta/commons/proper/daemon/trunk

DO NOT REPLY [Bug 34852] - [daemon] jsvc crashes with -user root

2005-05-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

  1   2   3   >