Hi all,
while am installing process template dar using dar installer i am getting the following exception , what the object_type i was used in the process template i extended the functionality using TBO, that is working fine when i am trying to install processtemplate dar i am getting the following exception can any suggest some how to debug that error
[INFO] Restored Auto Build [Current Setting is ON]...
[INFO] Reseting installer Thu Oct 28 12:12:34 GMT+05:30 2010
[INFO] 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:571)
at internal.com.emc.ide.installer.DarInstaller.doInstall(DarInstaller.java:304)
at internal.com.emc.ide.installer.DarInstaller.doInstall(DarInstaller.java:277)
at com.emc.ide.installer.popup.actions.RunDARInstallerActionDelegate$2.run(RunDARInstallerActionDelegate.java:402)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113)
Caused by: java.lang.NumberFormatException: For input string: ""
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
at java.lang.Integer.parseInt(Integer.java:468)
at java.lang.Integer.<init>(Integer.java:620)
at com.boeing.seds.tbo.SedsDocument.SedsvoeingDocumentTBO.getProperties(SedsvoeingDocumentTBO.java:533)
at com.boeing.seds.tbo.SedsDocument.SedsvoeingDocumentTBO.syncDmvoeingFolderCache(SedsvoeingDocumentTBO.java:739)
at com.boeing.seds.tbo.SedsDocument.SedsvoeingDocumentTBO.doLink(SedsvoeingDocumentTBO.java:250)
at com.documentum.fc.client.DfSysObject.link(DfSysObject.java:1163)
at com.boeing.seds.tbo.SedsDocument.SedsBoeingDocumentTBO___PROXY.link(SedsBoeingDocumentTBO___PROXY.java)
at com.emc.ide.installer.AbstractSysobjectInstallerDelegate.linkToParentFolders(AbstractSysobjectInstallerDelegate.java:232)
at com.emc.ide.installer.AbstractSysobjectInstallerDelegate.postProcessInstallableObject(AbstractSysobjectInstallerDelegate.java:176)
at com.emc.ide.installer.AbstractInstallerDelegate.install(AbstractInstallerDelegate.java:151)
at internal.com.emc.ide.installer.DarInstaller.installObject(DarInstaller.java:967)
at internal.com.emc.ide.installer.DarInstaller.installObjects(DarInstaller.java:911)
at internal.com.emc.ide.installer.DarInstaller.installAllObjects(DarInstaller.java:893)
at internal.com.emc.ide.installer.DarInstaller.doInstall(DarInstaller.java:470)
... 4 more