You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by Serge Knystautas <se...@lokitech.com> on 2001/06/27 06:30:15 UTC

Latest in CVS

Is anybody else having trouble running the latest in CVS?  I'm running it on
Windows 2000, with exactly what's in CVS, and I get the following message
(after a while):

Phoenix 3.1a1-dev

There was an uncaught exception:
---------------------------------------------------------
java.lang.OutOfMemoryError
        <<no stack trace available>>
---------------------------------------------------------
The log file may contain further details of error.
Please check the configuration files and restart phoenix.
If the problem persists, contact the Avalon project.  See
http://jakarta.apache.org/avalon for more information.

Any ideas?  The only thing of note in the log files is in
james/mailstore.log...
Wed Jun 27 00:23:28 EDT 2001 [INFO   ] <<james.mailstore>> (main):
JamesMailStore init...
Wed Jun 27 00:23:28 EDT 2001 [INFO   ] <<james.mailstore>> (main):
Registering Repository org.apache.james.mailrepository.AvalonMailRepository
Wed Jun 27 00:23:28 EDT 2001 [INFO   ] <<james.mailstore>> (main):
Registered class:
fileMAIL->org.apache.james.mailrepository.AvalonMailRepository
Wed Jun 27 00:23:28 EDT 2001 [INFO   ] <<james.mailstore>> (main):
Registering Repository org.apache.james.mailrepository.AvalonSpoolRepository
Wed Jun 27 00:23:28 EDT 2001 [INFO   ] <<james.mailstore>> (main):
Registered class:
fileSPOOL->org.apache.james.mailrepository.AvalonSpoolRepository
Wed Jun 27 00:23:28 EDT 2001 [INFO   ] <<james.mailstore>> (main):
Registering Repository org.apache.james.mailrepository.JDBCMailRepository
Wed Jun 27 00:23:28 EDT 2001 [INFO   ] <<james.mailstore>> (main):
Registered class: dbMAIL->org.apache.james.mailrepository.JDBCMailRepository
Wed Jun 27 00:23:28 EDT 2001 [INFO   ] <<james.mailstore>> (main):
Registering Repository org.apache.james.mailrepository.JDBCSpoolRepository
Wed Jun 27 00:23:28 EDT 2001 [INFO   ] <<james.mailstore>> (main):
Registered class:
dbSPOOL->org.apache.james.mailrepository.JDBCSpoolRepository
Wed Jun 27 00:23:28 EDT 2001 [ERROR  ] <<james.mailstore>> (main): Cannot
open private SpoolRepository

Anyway.. I've committed my changes to the proposals directory, but it's not
completely working... once this is resolved, I'll try to finish this off.

Serge Knystautas
Loki Technologies
http://www.lokitech.com/


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


Re: Latest in CVS

Posted by Charles Benett <ch...@benett1.demon.co.uk>.
"Stanley,Michael P." wrote:
> 
> Serge Knystautas wrote:
> 
> > Is anybody else having trouble running the latest in CVS?  I'm running it on
> > Windows 2000, with exactly what's in CVS, and I get the following message
> > (after a while):
> >
> > Phoenix 3.1a1-dev
> >
> > There was an uncaught exception:
> > ---------------------------------------------------------
> > java.lang.OutOfMemoryError
> >         <<no stack trace available>>
> > ---------------------------------------------------------
> > The log file may contain further details of error.
> > Please check the configuration files and restart phoenix.
> > If the problem persists, contact the Avalon project.  See
> > http://jakarta.apache.org/avalon for more information.
> 
> I got the same error (running Linux RH 7.0. jdk1.3.0) It occured when i
> tried to configure switch <storage> to 'IMAP' instead of its default
> 'basic'.  So maybe that is broken.

Quite possible. I haven't had time to look at the IMAP stuff for months.
Help here would be really handy.
Charles

> 
> Mike
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: james-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: james-dev-help@jakarta.apache.org

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


Re: Latest in CVS

Posted by "Stanley,Michael P." <ms...@mitre.org>.
Serge Knystautas wrote:

> Is anybody else having trouble running the latest in CVS?  I'm running it on
> Windows 2000, with exactly what's in CVS, and I get the following message
> (after a while):
> 
> Phoenix 3.1a1-dev
> 
> There was an uncaught exception:
> ---------------------------------------------------------
> java.lang.OutOfMemoryError
>         <<no stack trace available>>
> ---------------------------------------------------------
> The log file may contain further details of error.
> Please check the configuration files and restart phoenix.
> If the problem persists, contact the Avalon project.  See
> http://jakarta.apache.org/avalon for more information.

I got the same error (running Linux RH 7.0. jdk1.3.0) It occured when i 
tried to configure switch <storage> to 'IMAP' instead of its default 
'basic'.  So maybe that is broken. 

Mike


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


Re: Latest in CVS

Posted by Charles Benett <ch...@benett1.demon.co.uk>.
OK, first I've amended the build file so you can now build Serge's
proposal just by going ./build.sh -Dwith.proposal=true

Second, I've updated the config file in the proposal to bring it into
line with the current CVS. (The difference is that the old config had
the spool repository defined in two places which had to be manually kept
identical. The new system defines the spool repository once, in the
MailStore block)

The good news is that, using file not jdbc storage, the noparse system
works fine. Hurrah!

The bad news is that the OOM error is still there and its caused by the
driver.
Will take a look now.
Charles


Charles Benett wrote:
> 
> Serge Knystautas wrote:
> >
> > Thanks, I did leave my jdbc driver's jar in the lib directory.  I'll remove
> > that and try again tonight.
> >
> > How could this create an out of memory exception though?  If a class is
> > never referenced, the JVM shouldn't instantiate it... not instantiate it
> > thousands of times until it uses the 128 megs allocated for the JVM.
> 
> Don't know. Its just that the only time I've hit OOM error was when I
> was playing with jdbc and had got something wrong.
> Could be a red herring :-)
> 
> CHarles
> 
> >
> > Serge Knysatutas
> > Loki Technologies
> > http://www.lokitech.com/
> > ----- Original Message -----
> > From: "Charles Benett" <ch...@benett1.demon.co.uk>
> > To: <ja...@jakarta.apache.org>
> > Sent: Wednesday, June 27, 2001 6:35 AM
> > Subject: Re: Latest in CVS
> >
> > > One idea: the outofmemory error may be due to an unregistered jdbc
> > > driver. Would explain why the log shows an error here.
> > > Charles
> > >
> > > Charles Benett wrote:
> > > >
> > > > Haven't seen this error recently. Will try your jdbc stuff soon, I hope.
> > > >
> > > > Charles
> > > >
> > > > Serge Knystautas wrote:
> > > > >
> > > > > Is anybody else having trouble running the latest in CVS?  I'm running
> > it on
> > > > > Windows 2000, with exactly what's in CVS, and I get the following
> > message
> > > > > (after a while):
> > > > >
> > > > > Phoenix 3.1a1-dev
> > > > >
> > > > > There was an uncaught exception:
> > > > > ---------------------------------------------------------
> > > > > java.lang.OutOfMemoryError
> > > > >         <<no stack trace available>>
> > > > > ---------------------------------------------------------
> > > > > The log file may contain further details of error.
> > > > > Please check the configuration files and restart phoenix.
> > > > > If the problem persists, contact the Avalon project.  See
> > > > > http://jakarta.apache.org/avalon for more information.
> > > > >
> > > > > Any ideas?  The only thing of note in the log files is in
> > > > > james/mailstore.log...
> > > > > Wed Jun 27 00:23:28 EDT 2001 [INFO   ] <<james.mailstore>> (main):
> > > > > JamesMailStore init...
> > > > > Wed Jun 27 00:23:28 EDT 2001 [INFO   ] <<james.mailstore>> (main):
> > > > > Registering Repository
> > org.apache.james.mailrepository.AvalonMailRepository
> > > > > Wed Jun 27 00:23:28 EDT 2001 [INFO   ] <<james.mailstore>> (main):
> > > > > Registered class:
> > > > > fileMAIL->org.apache.james.mailrepository.AvalonMailRepository
> > > > > Wed Jun 27 00:23:28 EDT 2001 [INFO   ] <<james.mailstore>> (main):
> > > > > Registering Repository
> > org.apache.james.mailrepository.AvalonSpoolRepository
> > > > > Wed Jun 27 00:23:28 EDT 2001 [INFO   ] <<james.mailstore>> (main):
> > > > > Registered class:
> > > > > fileSPOOL->org.apache.james.mailrepository.AvalonSpoolRepository
> > > > > Wed Jun 27 00:23:28 EDT 2001 [INFO   ] <<james.mailstore>> (main):
> > > > > Registering Repository
> > org.apache.james.mailrepository.JDBCMailRepository
> > > > > Wed Jun 27 00:23:28 EDT 2001 [INFO   ] <<james.mailstore>> (main):
> > > > > Registered class:
> > dbMAIL->org.apache.james.mailrepository.JDBCMailRepository
> > > > > Wed Jun 27 00:23:28 EDT 2001 [INFO   ] <<james.mailstore>> (main):
> > > > > Registering Repository
> > org.apache.james.mailrepository.JDBCSpoolRepository
> > > > > Wed Jun 27 00:23:28 EDT 2001 [INFO   ] <<james.mailstore>> (main):
> > > > > Registered class:
> > > > > dbSPOOL->org.apache.james.mailrepository.JDBCSpoolRepository
> > > > > Wed Jun 27 00:23:28 EDT 2001 [ERROR  ] <<james.mailstore>> (main):
> > Cannot
> > > > > open private SpoolRepository
> > > > >
> > > > > Anyway.. I've committed my changes to the proposals directory, but
> > it's not
> > > > > completely working... once this is resolved, I'll try to finish this
> > off.
> > > > >
> > > > > Serge Knystautas
> > > > > Loki Technologies
> > > > > http://www.lokitech.com/
> > > > >
> > > > > ---------------------------------------------------------------------
> > > > > To unsubscribe, e-mail: james-dev-unsubscribe@jakarta.apache.org
> > > > > For additional commands, e-mail: james-dev-help@jakarta.apache.org
> > > >
> > > > ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: james-dev-unsubscribe@jakarta.apache.org
> > > > For additional commands, e-mail: james-dev-help@jakarta.apache.org
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: james-dev-unsubscribe@jakarta.apache.org
> > > For additional commands, e-mail: james-dev-help@jakarta.apache.org
> > >
> > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: james-dev-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: james-dev-help@jakarta.apache.org
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: james-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: james-dev-help@jakarta.apache.org

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


Re: Latest in CVS

Posted by Charles Benett <ch...@benett1.demon.co.uk>.
Serge Knystautas wrote:
> 
> Thanks, I did leave my jdbc driver's jar in the lib directory.  I'll remove
> that and try again tonight.
> 
> How could this create an out of memory exception though?  If a class is
> never referenced, the JVM shouldn't instantiate it... not instantiate it
> thousands of times until it uses the 128 megs allocated for the JVM.

Don't know. Its just that the only time I've hit OOM error was when I
was playing with jdbc and had got something wrong.
Could be a red herring :-)

CHarles

> 
> Serge Knysatutas
> Loki Technologies
> http://www.lokitech.com/
> ----- Original Message -----
> From: "Charles Benett" <ch...@benett1.demon.co.uk>
> To: <ja...@jakarta.apache.org>
> Sent: Wednesday, June 27, 2001 6:35 AM
> Subject: Re: Latest in CVS
> 
> > One idea: the outofmemory error may be due to an unregistered jdbc
> > driver. Would explain why the log shows an error here.
> > Charles
> >
> > Charles Benett wrote:
> > >
> > > Haven't seen this error recently. Will try your jdbc stuff soon, I hope.
> > >
> > > Charles
> > >
> > > Serge Knystautas wrote:
> > > >
> > > > Is anybody else having trouble running the latest in CVS?  I'm running
> it on
> > > > Windows 2000, with exactly what's in CVS, and I get the following
> message
> > > > (after a while):
> > > >
> > > > Phoenix 3.1a1-dev
> > > >
> > > > There was an uncaught exception:
> > > > ---------------------------------------------------------
> > > > java.lang.OutOfMemoryError
> > > >         <<no stack trace available>>
> > > > ---------------------------------------------------------
> > > > The log file may contain further details of error.
> > > > Please check the configuration files and restart phoenix.
> > > > If the problem persists, contact the Avalon project.  See
> > > > http://jakarta.apache.org/avalon for more information.
> > > >
> > > > Any ideas?  The only thing of note in the log files is in
> > > > james/mailstore.log...
> > > > Wed Jun 27 00:23:28 EDT 2001 [INFO   ] <<james.mailstore>> (main):
> > > > JamesMailStore init...
> > > > Wed Jun 27 00:23:28 EDT 2001 [INFO   ] <<james.mailstore>> (main):
> > > > Registering Repository
> org.apache.james.mailrepository.AvalonMailRepository
> > > > Wed Jun 27 00:23:28 EDT 2001 [INFO   ] <<james.mailstore>> (main):
> > > > Registered class:
> > > > fileMAIL->org.apache.james.mailrepository.AvalonMailRepository
> > > > Wed Jun 27 00:23:28 EDT 2001 [INFO   ] <<james.mailstore>> (main):
> > > > Registering Repository
> org.apache.james.mailrepository.AvalonSpoolRepository
> > > > Wed Jun 27 00:23:28 EDT 2001 [INFO   ] <<james.mailstore>> (main):
> > > > Registered class:
> > > > fileSPOOL->org.apache.james.mailrepository.AvalonSpoolRepository
> > > > Wed Jun 27 00:23:28 EDT 2001 [INFO   ] <<james.mailstore>> (main):
> > > > Registering Repository
> org.apache.james.mailrepository.JDBCMailRepository
> > > > Wed Jun 27 00:23:28 EDT 2001 [INFO   ] <<james.mailstore>> (main):
> > > > Registered class:
> dbMAIL->org.apache.james.mailrepository.JDBCMailRepository
> > > > Wed Jun 27 00:23:28 EDT 2001 [INFO   ] <<james.mailstore>> (main):
> > > > Registering Repository
> org.apache.james.mailrepository.JDBCSpoolRepository
> > > > Wed Jun 27 00:23:28 EDT 2001 [INFO   ] <<james.mailstore>> (main):
> > > > Registered class:
> > > > dbSPOOL->org.apache.james.mailrepository.JDBCSpoolRepository
> > > > Wed Jun 27 00:23:28 EDT 2001 [ERROR  ] <<james.mailstore>> (main):
> Cannot
> > > > open private SpoolRepository
> > > >
> > > > Anyway.. I've committed my changes to the proposals directory, but
> it's not
> > > > completely working... once this is resolved, I'll try to finish this
> off.
> > > >
> > > > Serge Knystautas
> > > > Loki Technologies
> > > > http://www.lokitech.com/
> > > >
> > > > ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: james-dev-unsubscribe@jakarta.apache.org
> > > > For additional commands, e-mail: james-dev-help@jakarta.apache.org
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: james-dev-unsubscribe@jakarta.apache.org
> > > For additional commands, e-mail: james-dev-help@jakarta.apache.org
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: james-dev-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: james-dev-help@jakarta.apache.org
> >
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: james-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: james-dev-help@jakarta.apache.org

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


Re: Latest in CVS

Posted by Serge Knystautas <se...@lokitech.com>.
Thanks, I did leave my jdbc driver's jar in the lib directory.  I'll remove
that and try again tonight.

How could this create an out of memory exception though?  If a class is
never referenced, the JVM shouldn't instantiate it... not instantiate it
thousands of times until it uses the 128 megs allocated for the JVM.

Serge Knysatutas
Loki Technologies
http://www.lokitech.com/
----- Original Message -----
From: "Charles Benett" <ch...@benett1.demon.co.uk>
To: <ja...@jakarta.apache.org>
Sent: Wednesday, June 27, 2001 6:35 AM
Subject: Re: Latest in CVS


> One idea: the outofmemory error may be due to an unregistered jdbc
> driver. Would explain why the log shows an error here.
> Charles
>
> Charles Benett wrote:
> >
> > Haven't seen this error recently. Will try your jdbc stuff soon, I hope.
> >
> > Charles
> >
> > Serge Knystautas wrote:
> > >
> > > Is anybody else having trouble running the latest in CVS?  I'm running
it on
> > > Windows 2000, with exactly what's in CVS, and I get the following
message
> > > (after a while):
> > >
> > > Phoenix 3.1a1-dev
> > >
> > > There was an uncaught exception:
> > > ---------------------------------------------------------
> > > java.lang.OutOfMemoryError
> > >         <<no stack trace available>>
> > > ---------------------------------------------------------
> > > The log file may contain further details of error.
> > > Please check the configuration files and restart phoenix.
> > > If the problem persists, contact the Avalon project.  See
> > > http://jakarta.apache.org/avalon for more information.
> > >
> > > Any ideas?  The only thing of note in the log files is in
> > > james/mailstore.log...
> > > Wed Jun 27 00:23:28 EDT 2001 [INFO   ] <<james.mailstore>> (main):
> > > JamesMailStore init...
> > > Wed Jun 27 00:23:28 EDT 2001 [INFO   ] <<james.mailstore>> (main):
> > > Registering Repository
org.apache.james.mailrepository.AvalonMailRepository
> > > Wed Jun 27 00:23:28 EDT 2001 [INFO   ] <<james.mailstore>> (main):
> > > Registered class:
> > > fileMAIL->org.apache.james.mailrepository.AvalonMailRepository
> > > Wed Jun 27 00:23:28 EDT 2001 [INFO   ] <<james.mailstore>> (main):
> > > Registering Repository
org.apache.james.mailrepository.AvalonSpoolRepository
> > > Wed Jun 27 00:23:28 EDT 2001 [INFO   ] <<james.mailstore>> (main):
> > > Registered class:
> > > fileSPOOL->org.apache.james.mailrepository.AvalonSpoolRepository
> > > Wed Jun 27 00:23:28 EDT 2001 [INFO   ] <<james.mailstore>> (main):
> > > Registering Repository
org.apache.james.mailrepository.JDBCMailRepository
> > > Wed Jun 27 00:23:28 EDT 2001 [INFO   ] <<james.mailstore>> (main):
> > > Registered class:
dbMAIL->org.apache.james.mailrepository.JDBCMailRepository
> > > Wed Jun 27 00:23:28 EDT 2001 [INFO   ] <<james.mailstore>> (main):
> > > Registering Repository
org.apache.james.mailrepository.JDBCSpoolRepository
> > > Wed Jun 27 00:23:28 EDT 2001 [INFO   ] <<james.mailstore>> (main):
> > > Registered class:
> > > dbSPOOL->org.apache.james.mailrepository.JDBCSpoolRepository
> > > Wed Jun 27 00:23:28 EDT 2001 [ERROR  ] <<james.mailstore>> (main):
Cannot
> > > open private SpoolRepository
> > >
> > > Anyway.. I've committed my changes to the proposals directory, but
it's not
> > > completely working... once this is resolved, I'll try to finish this
off.
> > >
> > > Serge Knystautas
> > > Loki Technologies
> > > http://www.lokitech.com/
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: james-dev-unsubscribe@jakarta.apache.org
> > > For additional commands, e-mail: james-dev-help@jakarta.apache.org
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: james-dev-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: james-dev-help@jakarta.apache.org
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: james-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: james-dev-help@jakarta.apache.org
>
>


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


Re: Latest in CVS

Posted by Charles Benett <ch...@benett1.demon.co.uk>.
One idea: the outofmemory error may be due to an unregistered jdbc
driver. Would explain why the log shows an error here.
Charles

Charles Benett wrote:
> 
> Haven't seen this error recently. Will try your jdbc stuff soon, I hope.
> 
> Charles
> 
> Serge Knystautas wrote:
> >
> > Is anybody else having trouble running the latest in CVS?  I'm running it on
> > Windows 2000, with exactly what's in CVS, and I get the following message
> > (after a while):
> >
> > Phoenix 3.1a1-dev
> >
> > There was an uncaught exception:
> > ---------------------------------------------------------
> > java.lang.OutOfMemoryError
> >         <<no stack trace available>>
> > ---------------------------------------------------------
> > The log file may contain further details of error.
> > Please check the configuration files and restart phoenix.
> > If the problem persists, contact the Avalon project.  See
> > http://jakarta.apache.org/avalon for more information.
> >
> > Any ideas?  The only thing of note in the log files is in
> > james/mailstore.log...
> > Wed Jun 27 00:23:28 EDT 2001 [INFO   ] <<james.mailstore>> (main):
> > JamesMailStore init...
> > Wed Jun 27 00:23:28 EDT 2001 [INFO   ] <<james.mailstore>> (main):
> > Registering Repository org.apache.james.mailrepository.AvalonMailRepository
> > Wed Jun 27 00:23:28 EDT 2001 [INFO   ] <<james.mailstore>> (main):
> > Registered class:
> > fileMAIL->org.apache.james.mailrepository.AvalonMailRepository
> > Wed Jun 27 00:23:28 EDT 2001 [INFO   ] <<james.mailstore>> (main):
> > Registering Repository org.apache.james.mailrepository.AvalonSpoolRepository
> > Wed Jun 27 00:23:28 EDT 2001 [INFO   ] <<james.mailstore>> (main):
> > Registered class:
> > fileSPOOL->org.apache.james.mailrepository.AvalonSpoolRepository
> > Wed Jun 27 00:23:28 EDT 2001 [INFO   ] <<james.mailstore>> (main):
> > Registering Repository org.apache.james.mailrepository.JDBCMailRepository
> > Wed Jun 27 00:23:28 EDT 2001 [INFO   ] <<james.mailstore>> (main):
> > Registered class: dbMAIL->org.apache.james.mailrepository.JDBCMailRepository
> > Wed Jun 27 00:23:28 EDT 2001 [INFO   ] <<james.mailstore>> (main):
> > Registering Repository org.apache.james.mailrepository.JDBCSpoolRepository
> > Wed Jun 27 00:23:28 EDT 2001 [INFO   ] <<james.mailstore>> (main):
> > Registered class:
> > dbSPOOL->org.apache.james.mailrepository.JDBCSpoolRepository
> > Wed Jun 27 00:23:28 EDT 2001 [ERROR  ] <<james.mailstore>> (main): Cannot
> > open private SpoolRepository
> >
> > Anyway.. I've committed my changes to the proposals directory, but it's not
> > completely working... once this is resolved, I'll try to finish this off.
> >
> > Serge Knystautas
> > Loki Technologies
> > http://www.lokitech.com/
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: james-dev-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: james-dev-help@jakarta.apache.org
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: james-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: james-dev-help@jakarta.apache.org

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


Re: Latest in CVS

Posted by Charles Benett <ch...@benett1.demon.co.uk>.
Haven't seen this error recently. Will try your jdbc stuff soon, I hope.

Charles

Serge Knystautas wrote:
> 
> Is anybody else having trouble running the latest in CVS?  I'm running it on
> Windows 2000, with exactly what's in CVS, and I get the following message
> (after a while):
> 
> Phoenix 3.1a1-dev
> 
> There was an uncaught exception:
> ---------------------------------------------------------
> java.lang.OutOfMemoryError
>         <<no stack trace available>>
> ---------------------------------------------------------
> The log file may contain further details of error.
> Please check the configuration files and restart phoenix.
> If the problem persists, contact the Avalon project.  See
> http://jakarta.apache.org/avalon for more information.
> 
> Any ideas?  The only thing of note in the log files is in
> james/mailstore.log...
> Wed Jun 27 00:23:28 EDT 2001 [INFO   ] <<james.mailstore>> (main):
> JamesMailStore init...
> Wed Jun 27 00:23:28 EDT 2001 [INFO   ] <<james.mailstore>> (main):
> Registering Repository org.apache.james.mailrepository.AvalonMailRepository
> Wed Jun 27 00:23:28 EDT 2001 [INFO   ] <<james.mailstore>> (main):
> Registered class:
> fileMAIL->org.apache.james.mailrepository.AvalonMailRepository
> Wed Jun 27 00:23:28 EDT 2001 [INFO   ] <<james.mailstore>> (main):
> Registering Repository org.apache.james.mailrepository.AvalonSpoolRepository
> Wed Jun 27 00:23:28 EDT 2001 [INFO   ] <<james.mailstore>> (main):
> Registered class:
> fileSPOOL->org.apache.james.mailrepository.AvalonSpoolRepository
> Wed Jun 27 00:23:28 EDT 2001 [INFO   ] <<james.mailstore>> (main):
> Registering Repository org.apache.james.mailrepository.JDBCMailRepository
> Wed Jun 27 00:23:28 EDT 2001 [INFO   ] <<james.mailstore>> (main):
> Registered class: dbMAIL->org.apache.james.mailrepository.JDBCMailRepository
> Wed Jun 27 00:23:28 EDT 2001 [INFO   ] <<james.mailstore>> (main):
> Registering Repository org.apache.james.mailrepository.JDBCSpoolRepository
> Wed Jun 27 00:23:28 EDT 2001 [INFO   ] <<james.mailstore>> (main):
> Registered class:
> dbSPOOL->org.apache.james.mailrepository.JDBCSpoolRepository
> Wed Jun 27 00:23:28 EDT 2001 [ERROR  ] <<james.mailstore>> (main): Cannot
> open private SpoolRepository
> 
> Anyway.. I've committed my changes to the proposals directory, but it's not
> completely working... once this is resolved, I'll try to finish this off.
> 
> Serge Knystautas
> Loki Technologies
> http://www.lokitech.com/
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: james-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: james-dev-help@jakarta.apache.org

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


Re: Latest in CVS

Posted by Oki DZ <ok...@pindad.com>.
Serge Knystautas wrote:
> 
> Is anybody else having trouble running the latest in CVS?  I'm running it on
> Windows 2000, with exactly what's in CVS, and I get the following message
> (after a while):
....

Did you use the UsersJDBCRepository?
Once I tried to use it, and without waiting for a while, James produced
exceptions just like what you had. Problem was that the
UsersJDBCRepository tried to create the Users table; which I already had
in the database. So the new Users table which had the new schema (?)
didn't get created, and the class expecting some columns which didn't
exist.

Oki

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