I´m just installing a complete Documentum 6.5SP1 based system (vmware image) to test migration issues from 5.3SP6 to 6.5SP1. I installed Database, Content Server, Documentum Administrator application, Webtop application. Then MTS Services and Thumbnail Server and the Digital Asset Manager application. Until now everything was fine. Now i installed the Webpublisher Server Files and the Webpublisher application.
I can´t import or create files now because the object type box when creating new content or importing content is empty. Trying to import a document or create a new document gives a null pointer exception:
10:27:45,437 ERROR [http-8080-1] com.documentum.web.common.Trace -
java.lang.NullPointerException
at com.documentum.fc.client.impl.TypeManager.getIdFromDocbase(TypeManager.java:98)
at com.documentum.fc.client.impl.TypeManager.getType(TypeManager.java:52)
at com.documentum.fc.client.impl.session.Session.getType(Session.java:1213)
at com.documentum.fc.client.impl.session.SessionHandle.getType(SessionHandle.java:905)
at com.documentum.webcomponent.library.create.NewDocument.createAutoAttributesPresetItem(NewDocument.java:1394)
at com.documentum.webcomponent.library.create.NewDocument.attachAutoAttributesPresetItem(NewDocument.java:1462)
at com.documentum.webcomponent.library.create.NewDocument.initDocbaseObjectControl(NewDocument.java:1350)
at com.documentum.webcomponent.library.create.NewDocument.onInit(NewDocument.java:183)
at com.documentum.web.form.FormProcessor.invokeMethod(FormProcessor.java:1599)
at com.documentum.web.form.FormProcessor.invokeMethod(FormProcessor.java:1484)
at com.documentum.web.form.FormProcessor.fireOnInitEvent(FormProcessor.java:1160)
The Object types are still there but not displayed in the combo boxed. I really have no idea why. Can you help.
Greetings, Jörg Spilker