Hi Harmeet
I had the same problems as you, but easy to fix! You are on the right
way, there is a problem inside the logs section in the james-server.xml.
The category 'nttp-repository' looks like this:
<category name="nntp-repository" target="nntp-repository-target"
priority="DEBUG
"/>
but it should look like this:
<category name="nntp-repository" target="nntp-repository-target"
priority="DEBUG"/>
you got it!
Your exception says:
> org.apache.avalon.framework.configuration.ConfigurationException: Unknown
> logging priority DEBUG .
> at
there is a additional slash at the end, something like this 'DEBUG ' and
the logkit don't known this priority.
Buchi
Harmeet wrote:
> When I try to upgrade to the latest Avalon from
> http://jakarta.apache.org/builds/jakarta-avalon/nightly/2001-09-09/
>
> I get this stack trace in phoenix.log
> --------------------------
> Sun Sep 09 18:53:12 PDT 2001 [WARN ] <<Phoenix>> (): Failed to start
> application james.
> org.apache.avalon.excalibur.container.ContainerException: Failed to
> initialize application james.
> at
> org.apache.avalon.phoenix.components.kernel.AbstractKernel.initializeEntry(U
> nknown Source)
> at
> org.apache.avalon.phoenix.components.kernel.AbstractKernel.startEntry(Unknow
> n Source)
> at
> org.apache.avalon.phoenix.components.kernel.AbstractKernel.postAdd(Unknown
> Source)
> at
> org.apache.avalon.excalibur.container.AbstractContainer.add(AbstractContaine
> r.java:39)
> at
> org.apache.avalon.phoenix.components.deployer.DefaultSarDeployer.addEntry(Un
> known Source)
> at
> org.apache.avalon.phoenix.components.deployer.DefaultSarDeployer.deploy(Unkn
> own Source)
> at
> org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.deployFile(Unk
> nown Source)
> rethrown from
> org.apache.avalon.framework.configuration.ConfigurationException: Unknown
> logging priority DEBUG .
> at
> org.apache.avalon.phoenix.components.frame.DefaultApplicationFrame.configure
> Categories(Unknown Source)
> at
> org.apache.avalon.phoenix.components.frame.DefaultApplicationFrame.configure
> (Unknown Source)
> at
> org.apache.avalon.phoenix.components.application.DefaultServerApplication.se
> tupComponent(Unknown Source)
> at
> org.apache.avalon.phoenix.components.application.DefaultServerApplication.in
> itialize(Unknown Source)
> at
> org.apache.avalon.phoenix.components.kernel.AbstractKernel.initializeEntry(U
> nknown Source)
> at
> org.apache.avalon.phoenix.components.kernel.AbstractKernel.startEntry(Unknow
> n Source)
> at
> org.apache.avalon.phoenix.components.kernel.AbstractKernel.postAdd(Unknown
> Source)
> ---------------------------------
>
> If I comment out category and log-target elements in james-server.xml, James
> starts up.
> There are no problems in runnin the latest James and Avalon Source code in a
> custom application.
>
> Is it possible that the binaries in
> http://jakarta.apache.org/builds/jakarta-avalon/nightly/2001-09-09/ are
> incompatible ?
> Has anyone seen this before ?
>
> Harmeet
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]