Hi,

I just checked out the latest from cvs, did a clean build and
started "cocoon servlet".

I get two exceptions in the jetty console:
1) A NPE in Deli:
java.lang.NullPointerException
        at com.hp.hpl.deli.Workspace.getResource(Workspace.java:477)
        at com.hp.hpl.deli.Workspace.getInputSource(Workspace.java:442)
        at
com.hp.hpl.deli.DatatypeExpression.<init>(DatatypeExpression.java:38)

        at
com.hp.hpl.deli.Workspace$1$CreateWorkspace.<init>(Workspace.java:207
)
        at com.hp.hpl.deli.Workspace.configure(Workspace.java:370)
        at
org.apache.cocoon.components.deli.DeliImpl.initialize(DeliImpl.java:1
48)

2) A InvocationTargetException in the new ojb block:
Exception in thread "main" java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:324)
        at Loader.invokeMain(Unknown Source)
        at Loader.run(Unknown Source)
        at Loader.main(Unknown Source)
Caused by: java.lang.NoClassDefFoundError:
javax/jdo/PersistenceManagerFactory
        at java.lang.Class.getDeclaredConstructors0(Native Method)
        at java.lang.Class.privateGetDeclaredConstructors(Class.java:1610)
        at java.lang.Class.getConstructor0(Class.java:1922)
        at java.lang.Class.newInstance0(Class.java:278)
        at java.lang.Class.newInstance(Class.java:261)
        at
org.apache.avalon.excalibur.component.DefaultComponentFactory.newInst
ance(DefaultComponentFactory.java:212)

Now, I think these are two showstoppers we should fix before the release.
Any hints?

Thanks
Carsten

Carsten Ziegeler
Open Source Group, S&N AG
http://radio.weblogs.com/0107211/

Reply via email to