Rapha�l Luta wrote:

> Martin Hebrank wrote:
> 
>>Has anyone managed to do this?
>>
>>I'm currently trying using the latest cvs source. At start time the server
>>says:
>>
>>initializing service: ResourcesService
>>java.lang.NoClassDefFoundError: org/apache/turbine/services/resources/ResourceService
>>        at java.lang.Class.forName0(Native Method)
>>        at java.lang.Class.forName(Class.java:120)
>>        at 
>org.apache.turbine.services.BaseInitableBroker.getInitableInstance(BaseInitableBroker.java:249)
> rethrown as org.apache.turbine.services.InstantiationException: A class referenced 
>by org.apache.jetspeed.services.resources.VariableResourcesService is unavailable. 
>Check your jars and classes.
>>
> 
> It looks like a classloader issue for me: Jetspeed and Turbine are probabky loaded 
>by 2
> different classloaders. Make sure you don't have other Turbine jars sitting in your 
>server
> or system classpath.
> 


See also:
 > A class referenced by 
 >org.apache.jetspeed.services.resources.VariableResourcesService is 
 >unavailable. Check your jars and classes.


It could also be due to Turbine not being able to read the 
TurbineResources.properties (or including the 
JetspeedResources.properties) correctly. Also, the velocity jar missing, 
old, or colliding from a different classloader. Or even a missing 
servlet 2.2 api feature required in VariableResources.



> 
> --
> Raphael Luta - [EMAIL PROTECTED]
> Vivendi Universal Networks - Paris
> 
> ---------------------------------------------------------------------
> 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]

Reply via email to