here's the stack trace i'm getting
[ERROR] com.emc.ide.logger.defaultimpl.DmLoggerDefault::getDefaultThrowableMessage (line 98)
DfDocbrokerException:: THREAD: main; MSG: [DFC_DOCBROKER_REQUEST_FAILED] Request to Docbroker "VANKADARU-HP:1489" failed; ERRORCODE: ff; NEXT: null
at com.documentum.fc.client.DfDocbrokerException.newRequestFailedException(DfDocbrokerException.java:12)
at com.documentum.fc.client.impl.connection.docbroker.DocbrokerConnection.<init>(DocbrokerConnection.java:30)
at com.documentum.fc.client.impl.connection.docbroker.DocbrokerConnectionFactory.newDocbrokerConnection(DocbrokerConnectionFactory.java:27)
at com.documentum.fc.client.impl.docbroker.MapBuilder.issueRequest(MapBuilder.java:27)
at com.documentum.fc.client.impl.docbroker.DocbaseMapBuilder.getDataFromDocbroker(DocbaseMapBuilder.java:63)
at com.documentum.fc.client.impl.docbroker.DocbaseMapBuilder.getMap(DocbaseMapBuilder.java:32)
at com.documentum.fc.client.impl.docbroker.DocbrokerClient.getDocbaseMap(DocbrokerClient.java:176)
at com.emc.ide.external.dfc.utils.DFCUtility.getDocbaseList(DFCUtility.java:47)
at com.emc.ide.importer.ui.migrate.ui.DocAppMigrationRepositoryWizardPage.<init>(DocAppMigrationRepositoryWizardPage.java:59)
at com.emc.ide.importer.ui.migrate.ui.DocAppArchiveImportWizard.addWizardPages(DocAppArchiveImportWizard.java:277)
at com.emc.ide.project.ui.wizards.NewDmProjectWizardBase.addPages(NewDmProjectWizardBase.java:85)
at org.eclipse.jface.wizard.WizardSelectionPage.getNextPage(WizardSelectionPage.java:113)
at org.eclipse.ui.internal.dialogs.WorkbenchWizardSelectionPage.getNextPage(WorkbenchWizardSelectionPage.java:100)
at org.eclipse.jface.wizard.WizardDialog.nextPressed(WizardDialog.java:813)
at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:369)
at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:228)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3823)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3422)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
at org.eclipse.jface.window.Window.open(Window.java:801)
at org.eclipse.ui.internal.handlers.WizardHandler$New.executeHandler(WizardHandler.java:253)
at org.eclipse.ui.internal.handlers.WizardHandler.execute(WizardHandler.java:273)
at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:281)
at org.eclipse.core.commands.Command.executeWithChecks(Command.java:476)
at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508)
at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:169)
at org.eclipse.ui.internal.handlers.SlaveHandlerService.executeCommand(SlaveHandlerService.java:247)
at org.eclipse.ui.internal.actions.CommandAction.runWithEvent(CommandAction.java:157)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:583)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:500)
at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3823)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3422)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:592)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
Caused by: DfIOException:: THREAD: main; MSG: [DM_SESSION_E_RPC_ERROR]error: "Server communication failure"; ERRORCODE: 100; NEXT: null
at com.documentum.fc.client.DfIOException.newCommunicationFailureException(DfIOException.java:16)
at com.documentum.fc.client.impl.connection.docbroker.netwise.NetwiseDocbrokerRpcClientFactory.newDocbrokerRpcClient(NetwiseDocbrokerRpcClientFactory.java:40)
at com.documentum.fc.client.impl.connection.docbroker.DocbrokerConnection.<init>(DocbrokerConnection.java:25)
... 57 more
Caused by: java.io.IOException: VANKADARU-HP
at com.documentum.fc.client.impl.connection.docbroker.netwise.NetwiseDocbrokerRpcClientFactory.resolveHostNameCorrectly(NetwiseDocbrokerRpcClientFactory.java:319)
at com.documentum.fc.client.impl.connection.docbroker.netwise.NetwiseDocbrokerRpcClientFactory.connect(NetwiseDocbrokerRpcClientFactory.java:114)
at com.documentum.fc.client.impl.connection.docbroker.netwise.NetwiseDocbrokerRpcClientFactory.openSocket(NetwiseDocbrokerRpcClientFactory.java:94)
at com.documentum.fc.client.impl.connection.docbroker.netwise.NetwiseDocbrokerRpcClientFactory.newDocbrokerRpcClient(NetwiseDocbrokerRpcClientFactory.java:36)
... 58 more
[INFO] Successfully upgraded project 'AcmevillePoliceDepartment'. Total: 7 artifacts. Upgraded: 0
[INFO] DFS clean started: AcmevillePoliceDepartment
[INFO] DFS clean finished
[INFO] DFS build for project 'AcmevillePoliceDepartment' has nothing to do
[INFO] Build started: AcmevillePoliceDepartment
[INFO] Finished building of 7 artifacts: 7 succeeded, 0 failed, 0 skipped
[INFO] Packaged 7 artifacts
[INFO] AcmevillePoliceDepartment build succeeded
[INFO] DFS clean started: AcmevillePoliceDepartment
[INFO] DFS clean finished
[INFO] DFS build for project 'AcmevillePoliceDepartment' has nothing to do
[INFO] Build started: AcmevillePoliceDepartment
[INFO] Finished building of 7 artifacts: 7 succeeded, 0 failed, 0 skipped
[INFO] Packaged 7 artifacts
[INFO] AcmevillePoliceDepartment build succeeded
[INFO] DFS clean started: AcmevillePoliceDepartment
[INFO] DFS clean finished
[INFO] DFS build for project 'AcmevillePoliceDepartment' has nothing to do
[INFO] Build started: AcmevillePoliceDepartment
[INFO] Finished building of 7 artifacts: 7 succeeded, 0 failed, 0 skipped
[INFO] Packaged 7 artifacts
[INFO] AcmevillePoliceDepartment build succeeded
[INFO] DFS clean started: AcmevillePoliceDepartment
[INFO] DFS clean finished
[INFO] DFS build for project 'AcmevillePoliceDepartment' has nothing to do
[INFO] Build started: AcmevillePoliceDepartment
[INFO] Finished building of 7 artifacts: 7 succeeded, 0 failed, 0 skipped
[INFO] Packaged 7 artifacts
[INFO] AcmevillePoliceDepartment build succeeded
[INFO] DFS clean started: AcmevillePoliceDepartment
[INFO] DFS clean finished
[INFO] DFS build for project 'AcmevillePoliceDepartment' has nothing to do
[INFO] Build started: AcmevillePoliceDepartment
[INFO] Finished building of 7 artifacts: 7 succeeded, 0 failed, 0 skipped
[INFO] Packaged 7 artifacts
[INFO] AcmevillePoliceDepartment build succeeded
[INFO] DFS clean started: SampleClient
[INFO] DFS clean finished
[INFO] DFS build for project 'SampleClient' has nothing to do
[INFO] Build started: SampleClient
[INFO] Finished building of 3 artifacts: 3 succeeded, 0 failed, 0 skipped
[INFO] Packaged 3 artifacts
[INFO] SampleClient build succeeded
i restarted all my services once again