HI,
I have created a TBO for my custom object type and i am getting ModuleInstaller failed error.
See i have created implementation like this
package com.documentum.mydoc;public class doc_dmy extends DfDocument implements IDfBusinessObject,IDfDynamicInheritance{---implemented unimplemented methods-}and i have created jar file for this class file ' doc_dmy1.jar 'and i have created jar definition in composer ' doc_dmy1jardef 'and created a module of type TBO with ' mytype ' as the module name for the object name ' mytype ' soselected the implementation jar and selected the class file in the jar definition "com.documentum.mydoc.doc_dmy"When i am trying to install the project i am getting this error[INFO] Finished resolving artifact references Tue Sep 15 08:53:56 GMT+05:30 2009
[INFO] Applying all artifact installation options
[INFO] Finished applying all artifact installation options Tue Sep 15 08:53:56 GMT+05:30 2009
[INFO] Executing post-install actions
[ERROR] Unexpected error occured during install
java.lang.NullPointerException
at com.emc.ide.artifact.moduledef.installer.ModuleInstaller.doPostInstall(ModuleInstaller.java:197)
at internal.com.emc.ide.installer.DarInstaller.executeAllPostInstallActions(DarInstaller.java:1309)
at internal.com.emc.ide.installer.DarInstaller.doInstall(DarInstaller.java:586)
at internal.com.emc.ide.installer.DarInstaller.doInstall(DarInstaller.java:330)
at internal.com.emc.ide.installer.DarInstaller.doInstall(DarInstaller.java:301)
at com.emc.ide.installer.popup.actions.RunDARInstallerActionDelegate$2.run(RunDARInstallerActionDelegate.java:425)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
[INFO] Restored Auto Build [Current Setting is ON]...
[INFO] Reseting installer Tue Sep 15 08:53:56 GMT+05:30 2009
[INFO] MyDAB install failed
[FATAL] An unexpected error has occured during install InstallException. Check error details in recent error log located in 'C:\Temp\documentum\'
com.emc.ide.installer.InstallException: Unexpected error occured during install
at internal.com.emc.ide.installer.DarInstaller.doInstall(DarInstaller.java:731)
at internal.com.emc.ide.installer.DarInstaller.doInstall(DarInstaller.java:330)
at internal.com.emc.ide.installer.DarInstaller.doInstall(DarInstaller.java:301)
at com.emc.ide.installer.popup.actions.RunDARInstallerActionDelegate$2.run(RunDARInstallerActionDelegate.java:425)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
Caused by: java.lang.NullPointerException
at com.emc.ide.artifact.moduledef.installer.ModuleInstaller.doPostInstall(ModuleInstaller.java:197)
at internal.com.emc.ide.installer.DarInstaller.executeAllPostInstallActions(DarInstaller.java:1309)
at internal.com.emc.ide.installer.DarInstaller.doInstall(DarInstaller.java:586)
... 4 more
[INFO] DFS build for project 'MyDAB' has nothing to do
[INFO] Build started: MyDAB
[INFO] Build complete: 0 succeeded, 0 failed, 0 skipped
[INFO] MyDAB build succeeded