Re: A suggestion to list core classes

2000-08-29 Thread Juergen Kreileder
> "Ean" == Ean R Schuessler <[EMAIL PROTECTED]> writes: Ean> Yeah, this is kind of good. I was thinking about a system Ean> where each Java aware package puts a file in an /etc dir, Ean> with init.d looking priorities. Ean> So you might have: Ean> /etc/java/classpaths/

Re: Java 2

2000-08-29 Thread Juergen Kreileder
> "Artur" == Artur Radosz <[EMAIL PROTECTED]> writes: Artur> Are ther any plans to include latest java VM (1.2 or 1.3) Artur> in Debian? We have Debian packages for Java2 v1.3, Java3D 1.2 and JAI 1.0.2. The packages will be available from our mirrors (http://www.blackdown.org/mirror.

Re: A suggestion to list core classes

2000-08-29 Thread Juergen Kreileder
> "Ean" == Ean R Schuessler <[EMAIL PROTECTED]> writes: Ean> Yeah, this is kind of good. I was thinking about a system Ean> where each Java aware package puts a file in an /etc dir, Ean> with init.d looking priorities. Ean> So you might have: Ean> /etc/java/classpaths/

Re: Java 2

2000-08-29 Thread Juergen Kreileder
> "Artur" == Artur Radosz <[EMAIL PROTECTED]> writes: Artur> Are ther any plans to include latest java VM (1.2 or 1.3) Artur> in Debian? We have Debian packages for Java2 v1.3, Java3D 1.2 and JAI 1.0.2. The packages will be available from our mirrors (http://www.blackdown.org/mirror

Re: A suggestion to list core classes

2000-08-29 Thread John Leuner
> > >From Edouard G. Parmelan <[EMAIL PROTECTED]>, one of the Kaffe upstream > > >developers, > > a proposal to the Java policy: > > > > Each java-virtual-machine comes with a /etc/java-core-classes (using > > alternatives to manage it). This file contains the list of jars and > > directories w

Re: A suggestion to list core classes

2000-08-29 Thread Ean R . Schuessler
Yeah, this is kind of good. I was thinking about a system where each Java aware package puts a file in an /etc dir, with init.d looking priorities. So you might have: /etc/java/classpaths/ 00_Kaffe.txt 10_JServ.txt . . . All of these would get sourced to form a composite CLAS

Re: A suggestion to list core classes

2000-08-29 Thread John Leuner
> > >From Edouard G. Parmelan <[EMAIL PROTECTED]>, one of the Kaffe upstream developers, > > a proposal to the Java policy: > > > > Each java-virtual-machine comes with a /etc/java-core-classes (using > > alternatives to manage it). This file contains the list of jars and > > directories with c

Re: A suggestion to list core classes

2000-08-29 Thread Ean R . Schuessler
Yeah, this is kind of good. I was thinking about a system where each Java aware package puts a file in an /etc dir, with init.d looking priorities. So you might have: /etc/java/classpaths/ 00_Kaffe.txt 10_JServ.txt . . . All of these would get sourced to form a composite CLA

Re: Other Kaffe packages...

2000-08-29 Thread Ean R . Schuessler
Doesn't work to just say "Conflicts: kaffe, Provides: kaffe"? On Tue, Aug 29, 2000 at 09:54:16AM +0200, Stephane Bortzmeyer wrote: > On Saturday 12 August 2000, at 14 h 45, the keyboard of "Ean R . Schuessler" > <[EMAIL PROTECTED]> wrote: > > > is whether we want to have 5 or 6 Kaffe packages ar

Re: Other Kaffe packages...

2000-08-29 Thread Ean R . Schuessler
Doesn't work to just say "Conflicts: kaffe, Provides: kaffe"? On Tue, Aug 29, 2000 at 09:54:16AM +0200, Stephane Bortzmeyer wrote: > On Saturday 12 August 2000, at 14 h 45, the keyboard of "Ean R . Schuessler" > <[EMAIL PROTECTED]> wrote: > > > is whether we want to have 5 or 6 Kaffe packages a

Re: A suggestion to list core classes

2000-08-29 Thread Paul Reavis
Stephane Bortzmeyer wrote: > > >From Edouard G. Parmelan <[EMAIL PROTECTED]>, one of the Kaffe upstream > >developers, > a proposal to the Java policy: > > Each java-virtual-machine comes with a /etc/java-core-classes (using > alternatives to manage it). This file contains the list of jars and >

JServ www-data CPU usage

2000-08-29 Thread James
When I start up I have www-data running a process that consumes up to 90%+ of my CPU time - and I cannot connect to the servlets. This started happening after I changed /etc/jserv/jserv.properties to try to add a LD_LIBRARY_PATH - with incorrect syntax. I have now removed my change to that file b

Re: Examples of PostgreSQL JDBC driver fail

2000-08-29 Thread Andreas Tille
On Tue, 29 Aug 2000, Hugues Marilleau wrote: > > [29/08/2000 11:43:43:737 CEST] java.lang.NullPointerException: > > at javax.servlet.http.HttpServlet.testConditional(HttpServlet.java:334) > > at javax.servlet.http.HttpServlet.service(HttpServlet.java:270) > > at javax.servlet.http.Htt

Re: Examples of PostgreSQL JDBC driver fail

2000-08-29 Thread Hugues Marilleau
On Tue, Aug 29, 2000 at 12:16:47PM +0200, Andreas Tille wrote : > On Tue, 29 Aug 2000, Hugues Marilleau wrote: > > > You should look in /var/log/jserv.log, the error messages are generally > > more explicit than in /var/log/apache/error.log for the Jserv stuff. > > [29/08/2000 11:43:43:737 CEST]

Re: A suggestion to list core classes

2000-08-29 Thread Paul Reavis
Stephane Bortzmeyer wrote: > > >From Edouard G. Parmelan <[EMAIL PROTECTED]>, one of the Kaffe upstream developers, > a proposal to the Java policy: > > Each java-virtual-machine comes with a /etc/java-core-classes (using > alternatives to manage it). This file contains the list of jars and > di

JServ www-data CPU usage

2000-08-29 Thread James
When I start up I have www-data running a process that consumes up to 90%+ of my CPU time - and I cannot connect to the servlets. This started happening after I changed /etc/jserv/jserv.properties to try to add a LD_LIBRARY_PATH - with incorrect syntax. I have now removed my change to that file

Re: Examples of PostgreSQL JDBC driver fail

2000-08-29 Thread Andreas Tille
On Tue, 29 Aug 2000, Hugues Marilleau wrote: > > [29/08/2000 11:43:43:737 CEST] java.lang.NullPointerException: > > at javax.servlet.http.HttpServlet.testConditional(HttpServlet.java:334) > > at javax.servlet.http.HttpServlet.service(HttpServlet.java:270) > > at javax.servlet.http.Ht

Re: Examples of PostgreSQL JDBC driver fail

2000-08-29 Thread Hugues Marilleau
On Tue, Aug 29, 2000 at 12:16:47PM +0200, Andreas Tille wrote : > On Tue, 29 Aug 2000, Hugues Marilleau wrote: > > > You should look in /var/log/jserv.log, the error messages are generally > > more explicit than in /var/log/apache/error.log for the Jserv stuff. > > [29/08/2000 11:43:43:737 CEST

Re: Examples of PostgreSQL JDBC driver fail

2000-08-29 Thread Andreas Tille
On Tue, 29 Aug 2000, Hugues Marilleau wrote: > You should look in /var/log/jserv.log, the error messages are generally > more explicit than in /var/log/apache/error.log for the Jserv stuff. [29/08/2000 11:43:43:737 CEST] java.lang.NullPointerException: at javax.servlet.http.HttpServlet.

Re: Examples of PostgreSQL JDBC driver fail

2000-08-29 Thread Hugues Marilleau
On Tue, Aug 29, 2000 at 11:25:30AM +0200, Andreas Tille wrote : > On Mon, 14 Aug 2000, Andreas Tille wrote: > > The contents of /var/log/apache/error.log is: > > [Sun Aug 27 18:42:04 2000] [notice] Apache/1.3.9 (Unix) Debian/GNU > AuthPostgreSQL/0.7.1 ApacheJServ/1.1 configured -- resuming norma

Re: Java 2

2000-08-29 Thread Stephane Bortzmeyer
On Tuesday 29 August 2000, at 10 h 59, the keyboard of Artur Radosz <[EMAIL PROTECTED]> wrote: > Why jdk1.1 is in distribution and 1.2 can`t be put in it ? They don't have the same licence.

Re: Examples of PostgreSQL JDBC driver fail

2000-08-29 Thread Andreas Tille
On Mon, 14 Aug 2000, Andreas Tille wrote: > Unfortunately the examples in /usr/share/doc/libpgjava/examples > just cause a coredump for me. > > I plan to write some servlets and would really like some examples > using the PostgreSQL JDBC driver. Could someone give any examples > for such a thing.

Re: Java 2

2000-08-29 Thread Artur Radosz
Stephane Bortzmeyer wrote: > > > Why don`t update java in debian? License? There are non-free section, > > (sun java 1.1 also isn`t free, but it`s included in debian distro). > > There are several ways to be non-free. We do not package Microsoft Word, not > even in non-free, because we don't hav

Re: Java 2

2000-08-29 Thread Stephane Bortzmeyer
On Friday 18 August 2000, at 9 h 31, the keyboard of Artur Radosz <[EMAIL PROTECTED]> wrote: > Are ther any plans to include latest java VM (1.2 or 1.3) in Debian? See the Debian/Java FAQ . > All major distributions (excluding RedHat an

Re: Examples of PostgreSQL JDBC driver fail

2000-08-29 Thread Andreas Tille
On Tue, 29 Aug 2000, Hugues Marilleau wrote: > You should look in /var/log/jserv.log, the error messages are generally > more explicit than in /var/log/apache/error.log for the Jserv stuff. [29/08/2000 11:43:43:737 CEST] java.lang.NullPointerException: at javax.servlet.http.HttpServlet

A suggestion to list core classes

2000-08-29 Thread Stephane Bortzmeyer
>From Edouard G. Parmelan <[EMAIL PROTECTED]>, one of the Kaffe upstream >developers, a proposal to the Java policy: Each java-virtual-machine comes with a /etc/java-core-classes (using alternatives to manage it). This file contains the list of jars and directories with core classes. For Kaf

Re: Other Kaffe packages...

2000-08-29 Thread Stephane Bortzmeyer
On Saturday 12 August 2000, at 14 h 45, the keyboard of "Ean R . Schuessler" <[EMAIL PROTECTED]> wrote: > is whether we want to have 5 or 6 Kaffe packages around, ie. kaffe, > kaffe-cvs, kaffe-prof-dbg, kaffe-cvs-prof-dbg, kaffe-pthreads, > kaffe-cvs-pthreads, etc. I would say to do the same a

Re: Examples of PostgreSQL JDBC driver fail

2000-08-29 Thread Hugues Marilleau
On Tue, Aug 29, 2000 at 11:25:30AM +0200, Andreas Tille wrote : > On Mon, 14 Aug 2000, Andreas Tille wrote: > > The contents of /var/log/apache/error.log is: > > [Sun Aug 27 18:42:04 2000] [notice] Apache/1.3.9 (Unix) Debian/GNU >AuthPostgreSQL/0.7.1 ApacheJServ/1.1 configured -- resuming norma

Re: Java 2

2000-08-29 Thread Stephane Bortzmeyer
On Tuesday 29 August 2000, at 10 h 59, the keyboard of Artur Radosz <[EMAIL PROTECTED]> wrote: > Why jdk1.1 is in distribution and 1.2 can`t be put in it ? They don't have the same licence. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EM

Re: Examples of PostgreSQL JDBC driver fail

2000-08-29 Thread Andreas Tille
On Mon, 14 Aug 2000, Andreas Tille wrote: > Unfortunately the examples in /usr/share/doc/libpgjava/examples > just cause a coredump for me. > > I plan to write some servlets and would really like some examples > using the PostgreSQL JDBC driver. Could someone give any examples > for such a thing

Re: Java 2

2000-08-29 Thread Artur Radosz
Stephane Bortzmeyer wrote: > > > Why don`t update java in debian? License? There are non-free section, > > (sun java 1.1 also isn`t free, but it`s included in debian distro). > > There are several ways to be non-free. We do not package Microsoft Word, not > even in non-free, because we don't ha

Re: Java 2

2000-08-29 Thread Stephane Bortzmeyer
On Friday 18 August 2000, at 9 h 31, the keyboard of Artur Radosz <[EMAIL PROTECTED]> wrote: > Are ther any plans to include latest java VM (1.2 or 1.3) in Debian? See the Debian/Java FAQ . > All major distributions (excluding RedHat an

A suggestion to list core classes

2000-08-29 Thread Stephane Bortzmeyer
>From Edouard G. Parmelan <[EMAIL PROTECTED]>, one of the Kaffe upstream developers, a proposal to the Java policy: Each java-virtual-machine comes with a /etc/java-core-classes (using alternatives to manage it). This file contains the list of jars and directories with core classes. For Kaff

Re: Other Kaffe packages...

2000-08-29 Thread Stephane Bortzmeyer
On Saturday 12 August 2000, at 14 h 45, the keyboard of "Ean R . Schuessler" <[EMAIL PROTECTED]> wrote: > is whether we want to have 5 or 6 Kaffe packages around, ie. kaffe, > kaffe-cvs, kaffe-prof-dbg, kaffe-cvs-prof-dbg, kaffe-pthreads, > kaffe-cvs-pthreads, etc. I would say to do the same