Hi Siegfried,

Not much is actually being output to the log.

Running via debug I can see that BaseServiceBroker is catching a
NoClassDefFoundError when executing:

    service = (Service)
Class.forName("org.apache.turbine.services.avaloncomponent.TurbineAvalonComponentService").newInstance();

This is caught and rethrown as an InstantiationException with the message:

     "A class referenced by " +
"org.apache.turbine.services.avaloncomponent.TurbineAvalonComponentService"
+ " is unavailable. Check your jars and classes."

Which is then immediately caught and rethrown as an
InstantiationException with the message:

    "Failed to instantiate service " + "AvalonComponentService"

Which is all that appears in the log.

Well that was fun, but why can't TurbineAvalonComponentService be
located?  It certainly exists in the same jar as BaseServiceBroker.

Scott


Siegfried Goeschl wrote:

> Hi Lucky Scott,
>
> any chance to get more logging output to see what went wrong (withou
> being in my office)?!
>
> Cheers,
>
> Siegfried Goeschl
>
>
> Scott Eade wrote:
>
>> I have just switched over to 2.3.2-rc1 and lucky me I get:
>>
>>> 2005-09-13 22:26:09,371 INFO  [Thread-0  ] services.BaseServiceBroker
>>> - Start Initializing service (early): AvalonComponentService
>>> 2005-09-13 22:26:09,401 ERROR [Thread-0  ] services.BaseServiceBroker
>>> - org.apache.turbine.services.InstantiationException: Failed to
>>> instantiate service AvalonComponentService
>>
>>
>> My config files haven't changed from 2.3.1.
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to