on 8/9/01 12:33 AM, "Jon Stevens" <[EMAIL PROTECTED]> wrote:

> I'm trying to get Scarab working with the latest of everything. I got things
> to build and now I'm getting this exception...
> 
> My TR.props file is matching up with Turbine's.
> Things compile just fine.
> 
> Any ideas?
> 
> -jon

If you change this line to:

services.VelocityService.classname=org.apache.turbine.services.velocity.Turb
ineVelocityService

Instead of the "correct":

services.VelocityService.classname=org.apache.fulcrum.velocity.TurbineVeloci
tyService

You will get that nasty unhelpful exception sent to the browser and this in
the turbine.log file:

2001-08-09 00:28:59,178 [HttpProcessor[8080][4]] INFO  default -
org.apache.fulc
rum.InstantiationException: Failed to instantiate service VelocityService:
Class
 org.apache.turbine.services.velocity.TurbineVelocityService is unavailable.
Che
ck your jars and classes.:
org.apache.turbine.services.velocity.TurbineVelocityS
ervice

The turbine.log is what pointed me to the problem, but a configuration error
like that should have been sent back to the user with a nice page, not a
weird fucked up exception.

Jason, please fix.

-jon


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

Reply via email to