[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [dsdp-tm-dev] Newbie user question
|
Which build are you using? TM RC2.0 on Eclipse 3.3 RC3? Anything else
loaded in your workbench? Does it do this with a clean workspace?
This is trying to store a profile as a result of adding the new
connection and failing for some reason.
-- Dave Dykstal
On Jun 12, 2007, at 11:37 AM, Manish Sapariya wrote:
Hi,
Thanks for the help. Install went fine. However when I create a new
connection
I get following exception.
java.lang.ArrayStoreException
java.lang.ArrayStoreException
at java.lang.System.arraycopy(Native Method)
at java.util.ArrayList.toArray(Unknown Source)
at
org.eclipse.rse.internal.core.filters.SystemFilter.getPersistableChild
ren(SystemFilter.java:1391)
at
org.eclipse.rse.internal.persistence.RSEPersistenceManager.cleanTree
(RSEPersistenceManager.java:439)
at
org.eclipse.rse.internal.persistence.RSEPersistenceManager.cleanTree
(RSEPersistenceManager.java:442)
at
org.eclipse.rse.internal.persistence.RSEPersistenceManager.cleanTree
(RSEPersistenceManager.java:442)
at
org.eclipse.rse.internal.persistence.RSEPersistenceManager.save
(RSEPersistenceManager.java:418)
at
org.eclipse.rse.internal.persistence.RSEPersistenceManager.commitProfi
le(RSEPersistenceManager.java:137)
at org.eclipse.rse.internal.core.model.SystemProfile.commit
(SystemProfile.java:216)
at org.eclipse.rse.internal.core.model.SystemHostPool.commit
(SystemHostPool.java:612)
at org.eclipse.rse.internal.core.model.SystemHostPool.commit
(SystemHostPool.java:621)
at org.eclipse.rse.internal.core.model.SystemHostPool.updateHost
(SystemHostPool.java:254)
at org.eclipse.rse.internal.core.model.SystemHostPool.createHost
(SystemHostPool.java:208)
at org.eclipse.rse.ui.internal.model.SystemRegistry.createHost
(SystemRegistry.java:1652)
at org.eclipse.rse.ui.internal.model.SystemRegistry.createHost
(SystemRegistry.java:1601)
at
org.eclipse.rse.ui.wizards.newconnection.RSEDefaultNewConnectionWizard
.performFinish(RSEDefaultNewConnectionWizard.java:332)
at org.eclipse.jface.wizard.WizardDialog.finishPressed
(WizardDialog.java:690)
at org.eclipse.jface.wizard.WizardDialog.buttonPressed
(WizardDialog.java:362)
at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:
616)
at org.eclipse.swt.widgets.TypedListener.handleEvent
(TypedListener.java:227)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938)
at org.eclipse.swt.widgets.Display.runDeferredEvents
(Display.java:3673)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:
3284)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:820)
at org.eclipse.jface.window.Window.open(Window.java:796)
at org.eclipse.rse.ui.actions.SystemBaseDialogAction.run
(SystemBaseDialogAction.java:299)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
at
org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(
ActionContributionItem.java:545)
at org.eclipse.jface.action.ActionContributionItem.access$2
(ActionContributionItem.java:490)
at org.eclipse.jface.action.ActionContributionItem$5.handleEvent
(ActionContributionItem.java:402)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938)
at org.eclipse.swt.widgets.Display.runDeferredEvents
(Display.java:3673)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:
3284)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:
2337)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2301)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2176)
at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:463)
at org.eclipse.core.databinding.observable.Realm.runWithDefault
(Realm.java:289)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench
(Workbench.java:458)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench
(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start
(IDEApplication.java:101)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run
(EclipseAppHandle.java:146)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplic
ation(EclipseAppLauncher.java:106)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start
(EclipseAppLauncher.java:76)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run
(EclipseStarter.java:356)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run
(EclipseStarter.java:171)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:476)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:416)
at org.eclipse.equinox.launcher.Main.run(Main.java:1141)
Any idea?
Thanks.
Manish
Atsuhiko Yamanaka wrote:
Hi,
2007/6/12, Manish Sapariya <manish@xxxxxxxxx>:
On the same note, I tried installing RC2 of TM on Eclipse 3.3 M6 but
it fails to install because it could not find jsch ver 0.1.31. I
downloaded
eclipse-SDK-3.3M7-win32, but it also has jsch 0.1.28.
Eclipse SDK 3.3RC3 has included it. If you can not use it,
jsch ver 0.1.31 will be available at
http://eclipse.jcraft.com/site.xml
, which is Eclipse Plug-in Update Site.
_______________________________________________
dsdp-tm-dev mailing list
dsdp-tm-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dsdp-tm-dev
_______________________________________________
dsdp-tm-dev mailing list
dsdp-tm-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dsdp-tm-dev