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 Danny Angus <da...@thought.co.uk> on 2002/01/19 15:37:55 UTC

something wrong with head of CVS

New build wouldnt run because..
Sat Jan 19 14:35:29 GMT 2002 [ERROR  ] (Phoenix.james.lifecycle): Block
named "dnsserver" failed to pass through the Initialization stage. (Reason:
null).
Sat Jan 19 14:35:29 GMT 2002 [ERROR  ] (Phoenix.james): There was an error
running phase "startup" for Block named "dnsserver". (Reason: Block named
"dnsserver" failed to pass through the Initialization stage. (Reason:
null).).
org.apache.avalon.framework.CascadingException: Block named "dnsserver"
failed to pass through the Initialization stage. (Reason: null).


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: .. Bizzare ... (was feedback on the latset changes)

Posted by Serge Knystautas <se...@lokitech.com>.
That rings a bell, but not a very clear or loud one.  I think we need to
implement dispose or destroy or something like that on James.java (?) and
various components...basically help Avalon do a graceful shutdown.

Glad the mordred stuff fixed things for you...  I'm not sure if Berin has
had time to make excalibur into a usable db pooler, but if not, maybe we can
submit mordred back to the Avalon project.

Serge Knystautas
Loki Technologies - Unstoppable Websites
http://www.lokitech.com/
----- Original Message -----
From: "Danny Angus" <da...@thought.co.uk>
To: "James Developers List" <ja...@jakarta.apache.org>
Sent: Monday, January 21, 2002 11:56 AM
Subject: RE: .. Bizzare ... (was feedback on the latset changes)


> Aha!
> You win the coconut! I was using an old one which specified excalibur, but
> when I edited the config it changed to mordred, and all my troubles were
> over.
>
> d.
>
> PS.. any idea why we get the "JVM terminating abnormally" and what is
needed
> to make it terminate "normally"?
>
> > -----Original Message-----
> > From: Serge Knystautas [mailto:sergek@lokitech.com]
> > Sent: Monday, January 21, 2002 4:23 PM
> > To: James Developers List
> > Subject: Re: .. Bizzare ... (was feedback on the latset changes)
> >
> >
> > Check your config.xml... that should define either
> > org.apache.util.mordred.JdbcDataSource or the
> > org.apache.avalon.excalibur.datasource.JdbcDataSource in the
data-sources
> > section.



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: .. Bizzare ... (was feedback on the latset changes)

Posted by Danny Angus <da...@thought.co.uk>.
Aha!
You win the coconut! I was using an old one which specified excalibur, but
when I edited the config it changed to mordred, and all my troubles were
over.

d.

PS.. any idea why we get the "JVM terminating abnormally" and what is needed
to make it terminate "normally"?

> -----Original Message-----
> From: Serge Knystautas [mailto:sergek@lokitech.com]
> Sent: Monday, January 21, 2002 4:23 PM
> To: James Developers List
> Subject: Re: .. Bizzare ... (was feedback on the latset changes)
>
>
> Check your config.xml... that should define either
> org.apache.util.mordred.JdbcDataSource or the
> org.apache.avalon.excalibur.datasource.JdbcDataSource in the data-sources
> section.


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: .. Bizzare ... (was feedback on the latset changes)

Posted by Serge Knystautas <se...@lokitech.com>.
Check your config.xml... that should define either
org.apache.util.mordred.JdbcDataSource or the
org.apache.avalon.excalibur.datasource.JdbcDataSource in the data-sources
section.

Serge Knystautas
Loki Technologies - Unstoppable Websites
http://www.lokitech.com/
----- Original Message -----
From: "Danny Angus" <da...@thought.co.uk>
To: "James Developers List" <ja...@jakarta.apache.org>
Sent: Monday, January 21, 2002 11:16 AM
Subject: RE: .. Bizzare ... (was feedback on the latset changes)


> Apart from not ever seeing Mordred mentioned (No imports && not in stack
> traces), I can't tell ..  ~:-o
>
> d.
>
> > Are you using the Excalibur code, or at you using the James-specific
> > 'mordred' code?



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: .. Bizzare ... (was feedback on the latset changes)

Posted by Danny Angus <da...@thought.co.uk>.
Apart from not ever seeing Mordred mentioned (No imports && not in stack
traces), I can't tell ..  ~:-o

d.

> Are you using the Excalibur code, or at you using the James-specific
> 'mordred' code?


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: .. Bizzare ... (was feedback on the latset changes)

Posted by Serge Knystautas <se...@lokitech.com>.
Are you using the Excalibur code, or at you using the James-specific
'mordred' code?  I had hacked the mordred stuff together since excalibur
wasn't reliable and I became desperate to upgrade.  Namely,
1. It had little or no error feedback if there was trouble setting up the
DB.
2. It automatically killed a connection after 15 uses
3. The pooling was unreliable about creating new connections when needed
(although the kill-on-15 rule would mask most of these issues)

Unless you've changed this in James, the db and dbfile repositories are
using my db pooling/resource hack.  Just thought I'd mention if you're
trying to track down the problem...

Serge Knystautas
Loki Technologies - Unstoppable Websites
http://www.lokitech.com/
----- Original Message -----
From: "Danny Angus" <da...@thought.co.uk>
To: "James Developers List" <ja...@jakarta.apache.org>
Sent: Monday, January 21, 2002 9:42 AM
Subject: .. Bizzare ... (was feedback on the latset changes)


> I re-wrote my config.xml file from the "clean copy" and all my
> JDBCRepository connection errors have dissappeared, even though there
> appears to be no diff between the old and new conf.
>
> Hmm.. put it down to experience.
>
> Anyway ..
>
> watching the db log there seems to be a better quality of pooling going
on,
> everything is using the same connection id (I haven't got the load for
more
> than one)
>
> However I keep seeing this in the log..
> 020121 14:29:07     115 Query       SELECT 1
>                     115 Query       SELECT message_name, message_state,
> last_updated FROM message WHERE repository_name = 'spool' ORDER BY
> last_updated ASC
>
> And what I want to know is; Where does "SELECT 1" come from?
>
> d.
>
>
> --
> To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
> For additional commands, e-mail:
<ma...@jakarta.apache.org>
>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


.. Bizzare ... (was feedback on the latset changes)

Posted by Danny Angus <da...@thought.co.uk>.
I re-wrote my config.xml file from the "clean copy" and all my
JDBCRepository connection errors have dissappeared, even though there
appears to be no diff between the old and new conf.

Hmm.. put it down to experience.

Anyway ..

watching the db log there seems to be a better quality of pooling going on,
everything is using the same connection id (I haven't got the load for more
than one)

However I keep seeing this in the log..
020121 14:29:07     115 Query       SELECT 1
                    115 Query       SELECT message_name, message_state,
last_updated FROM message WHERE repository_name = 'spool' ORDER BY
last_updated ASC

And what I want to know is; Where does "SELECT 1" come from?

d.


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: some feedback on latest changes ..

Posted by Danny Angus <da...@thought.co.uk>.
1011616506389 [DEBUG  ] (mailstore): Need instance of
org.apache.james.mailrepository.JDBCSpoolRepository to handle: db,SPOOL
1011616506560 [DEBUG  ] (mailstore):
org.apache.james.mailrepository.JDBCSpoolRepository.compose()
1011616506565 [DEBUG  ] (mailstore):
org.apache.james.mailrepository.JDBCSpoolRepository created according to
null
1011616506568 [DEBUG  ] (mailstore):
org.apache.james.mailrepository.JDBCSpoolRepository.configure()
1011616506589 [DEBUG  ] (mailstore): Parsed URL: table = 'message',
repositoryName = 'spool'
1011616506589 [DEBUG  ] (mailstore):
org.apache.james.mailrepository.JDBCSpoolRepository.initialize()
1011616506614 [WARN   ] (mailstore): Exception while creating repository:You
cannot get a Poolable before the pool is initialized
org.apache.avalon.excalibur.datasource.NoAvailableConnectionException: You
cannot get a Poolable before the pool is initialized
	at
org.apache.avalon.excalibur.datasource.JdbcDataSource.getConnection(JdbcData
Source.java:205)
	at
org.apache.james.mailrepository.JDBCMailRepository.initialize(JDBCMailReposi
tory.java:199)
	at org.apache.james.core.AvalonMailStore.select(AvalonMailStore.java:207)
	at
org.apache.james.core.AvalonMailStore.initialize(AvalonMailStore.java:95)
	at
org.apache.avalon.phoenix.components.application.LifecycleHelper.startup(Lif
ecycleHelper.java:199)
	at
org.apache.avalon.phoenix.components.application.DefaultApplication.runPhase
(DefaultApplication.java:176)
	at
org.apache.avalon.phoenix.components.application.DefaultApplication.start(De
faultApplication.java:88)
1011616506634 [ERROR  ] (mailstore): Cannot open private SpoolRepository

> -----Original Message-----
> From: Darrell DeBoer [mailto:lists@bigdaz.com]
> Sent: Sunday, January 20, 2002 11:30 PM
> To: James Developers List
> Subject: Re: some feedback on latest changes ..
>
>
> Works fine for me:
> JDK1.3
> MySQL - inbox, spool, users
>
> Any more details? (looks like a threading problem)
> ciao
> Daz
>
>
> ----- Original Message -----
> From: "Danny Angus" <da...@thought.co.uk>
> To: "James Developers List" <ja...@jakarta.apache.org>
> Sent: Sunday, January 20, 2002 2:52 AM
> Subject: some feedback on latest changes ..
>
>
> > exceptions keep occuring when I try to use *any* JDBC repository. its
> always
> > the same something like "illegal monitor state"
> > I'll post a bug when I can copy a stack trace.
> >
> > d.
> >
> >
> > --
> > To unsubscribe, e-mail:
> <ma...@jakarta.apache.org>
> > For additional commands, e-mail:
> <ma...@jakarta.apache.org>
>
>
> --
> To unsubscribe, e-mail:
> <ma...@jakarta.apache.org>
> For additional commands, e-mail:
> <ma...@jakarta.apache.org>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: some feedback on latest changes ..

Posted by Darrell DeBoer <li...@bigdaz.com>.
Works fine for me:
JDK1.3
MySQL - inbox, spool, users

Any more details? (looks like a threading problem)
ciao
Daz


----- Original Message -----
From: "Danny Angus" <da...@thought.co.uk>
To: "James Developers List" <ja...@jakarta.apache.org>
Sent: Sunday, January 20, 2002 2:52 AM
Subject: some feedback on latest changes ..


> exceptions keep occuring when I try to use *any* JDBC repository. its
always
> the same something like "illegal monitor state"
> I'll post a bug when I can copy a stack trace.
>
> d.
>
>
> --
> To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
> For additional commands, e-mail:
<ma...@jakarta.apache.org>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: JDBC Bugs since Avalon upgrade :: POP3 LIST

Posted by Eung-ju Park <co...@apache.org>.
May be it is solved problem. Try to use recent version of excalibur. :-)

----- Original Message -----
From: "Danny Angus" <da...@thought.co.uk>
To: "James Developer List" <ja...@jakarta.apache.org>
Sent: Sunday, January 20, 2002 9:53 PM
Subject: JDBC Bugs since Avalon upgrade :: POP3 LIST


>
>
> this transcript:
> +OK linux.killerbees.co.uk POP3 server (JAMES POP3 Server 2.0a2) ready
> USER danny
> +OK
> PASS killerbees
> +OK Welcome danny
> -ERR Error closing connection.
> Connection closed by foreign host.
>
>
> and this Log:
>
>
> 1011527650654 [INFO   ] (pop3server): Hello Name is:
linux.killerbees.co.uk
> 1011527650660 [INFO   ] (pop3server): Connection from
localhost.localdomain
> (127.0.0.1)
> 1011527655519 [INFO   ] (pop3server): Command received: USER danny
> 1011527659938 [INFO   ] (pop3server): Command received: PASS killerbees
> 1011527659950 [ERROR  ] (pop3server): Exception during connection from
> localhost.localdomain (127.0.0.1) : null
> java.lang.IllegalMonitorStateException
> at java.lang.Object.notifyAll(Native Method)
> at
>
org.apache.avalon.excalibur.datasource.JdbcConnectionPool.put(JdbcConnection
> Pool.java:184)
> at
>
org.apache.avalon.excalibur.datasource.AbstractJdbcConnection.close(Abstract
> JdbcConnection.java:145)
> at
>
org.apache.james.mailrepository.JDBCMailRepository.list(JDBCMailRepository.j
> ava:549)
> at org.apache.james.pop3server.POP3Handler.stat(POP3Handler.java:155)
> at org.apache.james.pop3server.POP3Handler.doPASS(POP3Handler.java:227)
> at
> org.apache.james.pop3server.POP3Handler.parseCommand(POP3Handler.java:186)
>
>
> --
> To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
> For additional commands, e-mail:
<ma...@jakarta.apache.org>
>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


JDBC Bugs since Avalon upgrade :: POP3 LIST

Posted by Danny Angus <da...@thought.co.uk>.

this transcript:
+OK linux.killerbees.co.uk POP3 server (JAMES POP3 Server 2.0a2) ready
USER danny
+OK
PASS killerbees
+OK Welcome danny
-ERR Error closing connection.
Connection closed by foreign host.


and this Log:


1011527650654 [INFO   ] (pop3server): Hello Name is: linux.killerbees.co.uk
1011527650660 [INFO   ] (pop3server): Connection from localhost.localdomain
(127.0.0.1)
1011527655519 [INFO   ] (pop3server): Command received: USER danny
1011527659938 [INFO   ] (pop3server): Command received: PASS killerbees
1011527659950 [ERROR  ] (pop3server): Exception during connection from
localhost.localdomain (127.0.0.1) : null
java.lang.IllegalMonitorStateException
	at java.lang.Object.notifyAll(Native Method)
	at
org.apache.avalon.excalibur.datasource.JdbcConnectionPool.put(JdbcConnection
Pool.java:184)
	at
org.apache.avalon.excalibur.datasource.AbstractJdbcConnection.close(Abstract
JdbcConnection.java:145)
	at
org.apache.james.mailrepository.JDBCMailRepository.list(JDBCMailRepository.j
ava:549)
	at org.apache.james.pop3server.POP3Handler.stat(POP3Handler.java:155)
	at org.apache.james.pop3server.POP3Handler.doPASS(POP3Handler.java:227)
	at
org.apache.james.pop3server.POP3Handler.parseCommand(POP3Handler.java:186)


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


JDBC Bugs since Avalon upgrade :: SMTP->Spool

Posted by Danny Angus <da...@thought.co.uk>.
I also get this when SMTP recieves a message::

javax.mail.MessagingException: Exception spooling message: null;
  nested exception is:
        java.lang.IllegalMonitorStateException
        at org.apache.james.James.sendMail(James.java:269)
        at java.lang.reflect.Method.invoke(Native Method)
        at
org.apache.avalon.phoenix.components.application.BlockInvocationHandler.invo
ke(BlockInvocationHandler.java:91)
        at $Proxy9.sendMail(Unknown Source)
        at
org.apache.james.smtpserver.SMTPHandler.doDATA(SMTPHandler.java:589)
        at
org.apache.james.smtpserver.SMTPHandler.parseCommand(SMTPHandler.java:238)
        at
org.apache.james.smtpserver.SMTPHandler.handleConnection(SMTPHandler.java:16
1)
        at
org.apache.avalon.cornerstone.blocks.connection.ConnectionRunner.run(Connect
ion.java:167)
        at
org.apache.avalon.excalibur.thread.impl.ExecutableRunnable.execute(Executabl
eRunnable.java:47)
        at
org.apache.avalon.excalibur.thread.impl.WorkerThread.run(WorkerThread.java:8
6)
451 Error processing message: Exception spooling message: null;
  nested exception is:
        java.lang.IllegalMonitorStateException


which is reflected in the logs by:

1011527383768 [INFO   ] (smtpserver): Connection from localhost.localdomain
(127.0.0.1)
1011527394796 [INFO   ] (smtpserver): Command received: MAIL
FROM:<da...@apache.org>
1011527402906 [INFO   ] (smtpserver): Command received: RCPT TO:<danny>
1011527405426 [INFO   ] (smtpserver): Command received: DATA
1011527416818 [ERROR  ] (smtpserver): Error processing message: Exception
spooling message: null;
  nested exception is:
	java.lang.IllegalMonitorStateException


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: some feedback on latest changes ..

Posted by Danny Angus <da...@thought.co.uk>.
can't get access to bugzilla this morning, here's a sample stacktrace  from
my problems with JDBC and the new avalon..

java.lang.IllegalMonitorStateException
        at java.lang.Object.notifyAll(Native Method)
        at
org.apache.avalon.excalibur.datasource.JdbcConnectionPool.put(JdbcConnection
Pool.java:184)
        at
org.apache.avalon.excalibur.datasource.AbstractJdbcConnection.close(Abstract
JdbcConnection.java:145)
        at
org.apache.james.mailrepository.JDBCMailRepository.initialize(JDBCMailReposi
tory.java:244)
        at
org.apache.james.core.AvalonMailStore.select(AvalonMailStore.java:207)
        at java.lang.reflect.Method.invoke(Native Method)
        at
org.apache.avalon.phoenix.components.application.BlockInvocationHandler.invo
ke(BlockInvocationHandler.java:91)
        at $Proxy3.select(Unknown Source)
        at
org.apache.james.transport.mailets.ToRepository.init(ToRepository.java:50)
        at org.apache.mailet.GenericMailet.init(GenericMailet.java:123)
        at
org.apache.james.transport.MailetLoader.getMailet(MailetLoader.java:58)
        at
org.apache.james.transport.JamesSpoolManager.initialize(JamesSpoolManager.ja
va:150)
        at
org.apache.avalon.phoenix.components.application.LifecycleHelper.startup(Lif
ecycleHelper.java:199)
        at
org.apache.avalon.phoenix.components.application.DefaultApplication.runPhase
(DefaultApplication.java:176)
        at
org.apache.avalon.phoenix.components.application.DefaultApplication.start(De
faultApplication.java:88)
        at
org.apache.avalon.phoenix.components.kernel.DefaultKernel.startup(DefaultKer
nel.java:122)
        at
org.apache.avalon.phoenix.components.kernel.DefaultKernel.addApplication(Def
aultKernel.java:169)
        at
org.apache.avalon.phoenix.components.deployer.DefaultDeployer.deploy(Default
Deployer.java:166)
        at
org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.deployFile(Def
aultEmbeddor.java:467)
        at
org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.deployFile(Def
aultEmbeddor.java:461)
        at
org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.deployFiles(De
faultEmbeddor.java:449)
        at
org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.deployDefaultA
pplications(DefaultEmbeddor.java:439)
        at
org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.execute(Defaul
tEmbeddor.java:182)
        at org.apache.avalon.phoenix.frontends.CLIMain.run(CLIMain.java:115)
        at
org.apache.avalon.phoenix.frontends.CLIMain.execute(CLIMain.java:101)
        at org.apache.avalon.phoenix.frontends.CLIMain.main(CLIMain.java:67)
        at java.lang.reflect.Method.invoke(Native Method)
        at org.apache.avalon.phoenix.launcher.Main.startup(Main.java:88)
        at org.apache.avalon.phoenix.launcher.Main.main(Main.java:51)

> -----Original Message-----
> From: Danny Angus [mailto:danny@thought.co.uk]
> Sent: Saturday, January 19, 2002 4:53 PM
> To: James Developers List
> Subject: some feedback on latest changes ..
>
>
> exceptions keep occuring when I try to use *any* JDBC repository.
> its always
> the same something like "illegal monitor state"
> I'll post a bug when I can copy a stack trace.
>
> d.
>
>
> --
> To unsubscribe, e-mail:
> <ma...@jakarta.apache.org>
> For additional commands, e-mail:
> <ma...@jakarta.apache.org>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


some feedback on latest changes ..

Posted by Danny Angus <da...@thought.co.uk>.
exceptions keep occuring when I try to use *any* JDBC repository. its always
the same something like "illegal monitor state"
I'll post a bug when I can copy a stack trace.

d.


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: something wrong with head of CVS

Posted by Danny Angus <da...@thought.co.uk>.
Ta, must just be me then.. I'll have a drink and see if that helps ;-)

> -----Original Message-----
> From: Gabriel Bucher [mailto:gabriel.bucher@razor.ch]
> Sent: Saturday, January 19, 2002 3:44 PM
> To: James Developers List
> Subject: Re: something wrong with head of CVS
> 
> 
> I checked out the latest code... no problem with building and running!
> 
> Cheers Buchi
> 
> 
> Danny Angus wrote:
> 
> > New build wouldnt run because..
> > Sat Jan 19 14:35:29 GMT 2002 [ERROR  ] (Phoenix.james.lifecycle): Block
> > named "dnsserver" failed to pass through the Initialization 
> stage. (Reason:
> > null).
> > Sat Jan 19 14:35:29 GMT 2002 [ERROR  ] (Phoenix.james): There 
> was an error
> > running phase "startup" for Block named "dnsserver". (Reason: 
> Block named
> > "dnsserver" failed to pass through the Initialization stage. (Reason:
> > null).).
> > org.apache.avalon.framework.CascadingException: Block named "dnsserver"
> > failed to pass through the Initialization stage. (Reason: null).
> > 
> > 
> > --
> > To unsubscribe, e-mail:   
> <ma...@jakarta.apache.org>
> > For additional commands, e-mail: 
> <ma...@jakarta.apache.org>
> > 
> > 
> 
> 
> 
> 
> --
> To unsubscribe, e-mail:   
> <ma...@jakarta.apache.org>
> For additional commands, e-mail: 
<ma...@jakarta.apache.org>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: something wrong with head of CVS

Posted by Gabriel Bucher <ga...@razor.ch>.
I checked out the latest code... no problem with building and running!

Cheers Buchi


Danny Angus wrote:

> New build wouldnt run because..
> Sat Jan 19 14:35:29 GMT 2002 [ERROR  ] (Phoenix.james.lifecycle): Block
> named "dnsserver" failed to pass through the Initialization stage. (Reason:
> null).
> Sat Jan 19 14:35:29 GMT 2002 [ERROR  ] (Phoenix.james): There was an error
> running phase "startup" for Block named "dnsserver". (Reason: Block named
> "dnsserver" failed to pass through the Initialization stage. (Reason:
> null).).
> org.apache.avalon.framework.CascadingException: Block named "dnsserver"
> failed to pass through the Initialization stage. (Reason: null).
> 
> 
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>
> 
> 




--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>