Re: commons-daemon with JVM included in Fedora?

2006-05-29 Thread Jean-frederic Clere
Bernard wrote: Jean-Frederic Your suggested solution works without problems so far. In location.c, I added /usr/lib/libgcj.so.6, /* gij (GNU libgcj) (Red Hat 4.0.0-8) */ It appears that Red Hat Fedora 4 does not set JAVA_HOME, and the location of libgcj.so.6 is not in the same

Re: commons-daemon with JVM included in Fedora?

2006-05-24 Thread Jean-frederic Clere
Bernard wrote: Hi Bill, How can I compile jsvc? Read the README's. something like: sh support/buildconf.sh ./configure --with-java=$JAVA_HOME make But I don't remember getting working with gij, I don't remember what was the problem. But I will have a look to it. Cheers Jean-Frederic

[daemon] changing behaviour to blocking

2006-03-23 Thread Jean-frederic Clere
Hi, I am think of changing the default behaviour of jsvc to block until the JVM is started (see 34140). Of course I will use the pool loop to detect the status of the son process. Any comments Cheers Jean-Frederic - To

[logging] testing harmony jchevm

2006-02-28 Thread Jean-frederic Clere
Hi, I am trying logging + log4j with harmony jchevm but when I am using commons-logging-1.0.4 and logging-log4j-1.2.13 I have an exception: +++ java.lang.NoSuchMethodError: org/apache/log4j/Category.log(Ljava/lang/String;Lorg/apache/log4j/Level;Ljava/lang/Object;Ljava/lang/Throwable;)V

Re: [logging] testing harmony jchevm

2006-02-28 Thread Jean-frederic Clere
robert burrell donkin wrote: On Tue, 2006-02-28 at 23:39 +0100, Jean-frederic Clere wrote: Hi, I am trying logging + log4j with harmony jchevm but when I am using commons-logging-1.0.4 and logging-log4j-1.2.13 I have an exception: +++ java.lang.NoSuchMethodError: org/apache/log4j

Re: [daemon] Deploying maven 2 pom for release 1.0.1

2006-02-26 Thread Jean-frederic Clere
Alex Karasulu wrote: Hiya, The directory project depends on commons-daemon 1.0.1 and we had to update the maven2 repo with a temporary pom.xml to allow our recent release to go through. I wanted to contact this list and make sure the deployed pom is correct. It is located here:

Re: error after running SimpleDaemon

2006-02-24 Thread Jean-frederic Clere
Hi, Try to see if the explainations in http://jakarta.apache.org/commons/daemon/faq.html help. Cheers Jean-Frederic Xin Hua Sun wrote: Hi Everyone, I download the source daemon-1.0.1.tar.gz from common daemon web side. I did some as follows; (1) run ./configure (2) run make (3) move

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,

Re: [Offtopic] Open Source JSP Parser

2005-07-30 Thread Jean-frederic Clere
Mattias Jiderhamn wrote: Hi all. I'm looking into developing a JSP preview plugin for IntelliJ IDEA and need an open source JSP parser which, given a JSP file (and at least also the context root), would return a DOM tree or similar. I have looked at the Jasper parser in Tomcat, but the

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 using the binary

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: [PATCH] Daemon logging and restart behaviour

2005-05-31 Thread jean-frederic clere
Max Zinal wrote: Hello and have a good time of day! I have recently discovered that Commons::Daemon 'parent' process performs shutdown in case of a fatal error (SIGSEGV, SIGABRT, etc) in the 'child' process which runs the JVM. It seems to me that a better approach would be to restart a

Re: svn commit: r170560 - in /jakarta/commons/proper/daemon/trunk: README build.xml project.xml

2005-05-18 Thread jean-frederic clere
[EMAIL PROTECTED] wrote: Just two questions: - Which hostname should be used: people.apache.org or cvs.apache.org? - How much time does it take to see the changes in minotaur.apache.org:/www/jakarta.apache.org in jakarta.apache.org? Cheers Jean-Frederic +++ cut Modified:

Re: commons-daemin and mailing list archives issue

2005-05-17 Thread jean-frederic clere
Michal Slocinski wrote: Hi, I've problems with commons-daemon, first I wanted to browse dev mailing list archives, but current link is dead (http://mail-archives.apache.org/eyebrowse/[EMAIL PROTECTED]) so thats why I wrote here directly. I'm trying to run jsvc on linux as a non-root user but I've

[daemon] VOTE release daemon 1.0.1

2005-05-11 Thread jean-frederic clere
Hi, All the known bugs bug are now fixed and 2 new parameters are now supported -wait and -stop The RC is here: http://people.apache.org/~jfclere/daemon-1.0.1.tar.gz Cheers Jean-Frederic - To unsubscribe, e-mail: [EMAIL

Re: [daemon] release 1.0.1

2005-01-05 Thread jean-frederic clere
to help for the procrun bugs and to produce the win32 binary. On Tue, 04 Jan 2005 18:45:08 +0100, jean-frederic clere [EMAIL PROTECTED] wrote: Hi, I am thinking of releasing daemon 1.0.1. This release only fixes known problems: +++ Changes with 1.0.1 * Allow enableassertions -ea (PR 304310

Re: [daemon] release 1.0.1

2005-01-05 Thread jean-frederic clere
Mladen Turk wrote: jean-frederic clere wrote: Dion Gillard wrote: The download location for procrun is not very obvious from the web site. The Native Binaries download link ( http://www.apache.org/dist/jakarta/commons/daemon/binaries/ ) doesn't contain subdirectories for win32

[daemon] release 1.0.1

2005-01-04 Thread jean-frederic clere
Hi, I am thinking of releasing daemon 1.0.1. This release only fixes known problems: +++ Changes with 1.0.1 * Allow enableassertions -ea (PR 304310). * Add -lpthread to LDFLAGS on Linux (PR 30177). * Add support for x86_64 (PR 27523). * Add support for Tru64 (PR 29465). * Remove the pid

Re: JSVC and AIX

2004-09-10 Thread jean-frederic clere
Himanshu Shekhar wrote: Hi All, I'm trying to compile the JSVC daemon program for java on AIX box. I'm getting the following error message when I run configure. $ ./configure --with-java=/usr/java131 *** Current host *** configure: error: cannot run /bin/sh Create a symlink of your normal shell

Re: [REPOST][daemon] non-root user cannot start service on unix?

2004-09-08 Thread jean-frederic clere
Nigel Rantor wrote: Hi there, I posted this about a week ago, if no-one is actually in charge of daemon could someone let me know? Additionally if anyone uses daemon would you like to comment on how you think it should be working, or perhaps why it works as it does? Cheese, N

[daemon] Commons/Daemon 1.0 released

2004-02-23 Thread jean-frederic clere
Hi, Daemon has been released: - http://jakarta.apache.org/commons/daemon/ The excutable jsvc are in http://www.apache.org/dist/jakarta/commons/daemon/binaries/1.0/ Cheers Jean-Frederic signature.asc Description: OpenPGP digital signature

Re: [daemon] making a release

2004-02-10 Thread jean-frederic clere
Shapira, Yoav wrote: Howdy, +1, willing to help if you need it. I have not touched to procrun for the moment so it would be nice that someone check this part. Yoav Shapira Millennium ChemInformatics -Original Message- From: jean-frederic clere [mailto:[EMAIL PROTECTED] Sent: Monday

[daemon] making a release

2004-02-09 Thread jean-frederic clere
Hi, I am thinking of releasing daemon this week. (Friday). Any comments? Cheers Jean-Frederic - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: cvs commit: jakarta-commons/daemon/xdocs navigation.xml

2003-10-09 Thread jean-frederic clere
[EMAIL PROTECTED] wrote: tobrien 2003/09/27 11:16:16 Modified:daemon/xdocs navigation.xml Log: Fixed the maven site generation. Commons Maven sites are generated from jakarta-commons/project directories, and ../incl_nav.xml references jakarta-commons/incl_nav.xml. If we try to reference

[Daemon]

2003-10-01 Thread jean-frederic clere
Hi, I have fixed some of the problems and arange the documentation a little. I am thinking of taggging the CVS and making a release candidate. Any comments? Cheers Jean-Frederic - To unsubscribe, e-mail: [EMAIL PROTECTED] For

[daemon]

2003-09-11 Thread jean-frederic clere
Hi, I have changed daemon to get it working on FreeBSD and I have to add some documentation about the build of the jsvc process. But I do not have Karma to commit in commons :-( +++ Access denied: Insufficient Karma (jfclere|jakarta-commons/daemon/src/native/unix) cvs server: Pre-commit

Re: daemon and tomcat

2003-03-10 Thread jean-frederic clere
Jason Corley wrote: I'm not sure whether this is appropriate for tomcat-dev or commons-dev, so I'll post here first and if it's the wrong forum I'll repost on tomcat-dev. I'm trying to run tomcat (4.1.18 to be specific) on Linux using the jsvc executable from jakarta-commons-sandbox/daemon. Right

Re: daemon and tomcat

2003-03-10 Thread jean-frederic clere
Jason Corley wrote: It is not parsed: +++ (From java.c) char start[]=start; char startparams[]=()Z; +++ I had seen that and thought that maybe I was missing something. I guess a better question is why are the args not parsed? Because Pier would have needed more time when writting the

Re: jakarta-commons-daemon could use that ?

2003-03-10 Thread jean-frederic clere
Mark R. Diggory wrote: (Please excuse the cross post, I wanted to get this out onto the the Commons Development List and to JPackage as well. I think the Tomcat Lists seem to get a little crowded) Henri, I emailed the developer of Easy Posix (Greg Guerin). Turns out that its current

Re: [httpclient] Patch for chunk

2002-11-21 Thread jean-frederic clere
patch. Odi jean-frederic clere wrote: Index: src/java/org/apache/commons/httpclient/methods/PostMethod.java === RCS file: /home/cvs/mirror/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/methods/PostMethod.java,v

[httpclient] Typo in doc

2002-11-20 Thread jean-frederic clere
Hi, I have found a typo in the doc. Find enclosed the patch for it. Cheers Jean-frederic Index: overview.xml === RCS file: /home/cvs/jakarta-commons/httpclient/xdocs/overview.xml,v retrieving revision 1.7 diff -u -r1.7

Re: [daemon] [VOTE] Code reorg and API changes

2002-10-07 Thread jean-frederic clere
Remy Maucherat wrote: As was discussed a while ago with Costin and a few others, it appears that the daemon API is inadequate, and a refactoring is proposed. The reorg is: - Removal of the daemon API (org.apache.commons.daemon), to be replaced by pure introspection. The rationale for

Re: [dbcp] does not compile with JDK1.4.0

2002-05-29 Thread jean-frederic clere
Glenn Nielsen wrote: I'll take care of it since I broke it when I added the new DBCP features. :-) Thanks! It compiles now but there are still some warnings: +++ build-java: [javac] Compiling 22 source files to /home/jakarta/commons-dbcp/dist/classes[javac]

Re: [patch] typo in commons-deamon's doc

2002-04-25 Thread jean-frederic clere
Anton Brazhnyk wrote: Hello Jakarta, there is a typo in jakarta-commons-sandbox\daemon\src\docs\daemon.html -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail:

Re: cvs commit: jakarta-commons-sandbox/daemon/src/native/nt/service instmain.c Makefile instmain.cpp

2002-03-14 Thread jean-frederic clere
Hi, I have done a little more than copying the file. I have added keys in the registry to store the parameters to start the jsvc.exe I have some questions: - Is adding things to the registry the correct way? As I need a wrapper process to start the JVM this could have been stored in a property

Re: [VOTE] New committers: Jean-Frederic Clere and Patrick Luby

2002-02-22 Thread jean-frederic clere
the required votes so far. - Morgan - Original Message - From: Remy Maucherat [EMAIL PROTECTED] To: Jakarta Commons Developers List [EMAIL PROTECTED] Sent: Thursday, February 21, 2002 8:37 PM Subject: [VOTE] New committers: Jean-Frederic Clere and Patrick Luby Hi, I'd like