- This topic has 6 replies, 2 voices, and was last updated 18 years, 11 months ago by
Riyad Kalla.
-
AuthorPosts
-
kkveniMemberAll my projects are lost when I installed Subclipse on MyEclipse. Has anyone faced this before? Does anyone know how to fix this??? Please reply ASAP.
Thank you,
KrishnaJuly 27, 2006 at 8:45 pm #255695
Riyad KallaMemberMoving to OT > Soft Dev
Krishna,
You have many choices. Try them in this order:1) Try restarting using the -clean command line argument, it may fix it.
2) Try removing subclipse
3) Try creating a new workspace (using File > Switch Workspace) and reimporting your projects and preferences from the old workspace into it.July 28, 2006 at 2:20 pm #255759
kkveniMemberHi Riyadh,
Thank you for the immediate response. I tried all the options but nothing worked. When I created a new workspace and tried to reimport project, it is not allowing me to create any new projects. It is giving the error “An error occured while creating the new project. See error log for more details”. When I exit out of MyEclipse, I recieve an “internal error” message. Any help is greatly appreicated.Thank you,
KrishnaveniJuly 28, 2006 at 2:21 pm #255760
Riyad KallaMemberKrishnaveni,
I don’t think there is any way around it, you’re install is toast. I would suggest reinstalling Eclipse, MyEclipse and subclipse with clean downloads of the latest stable Eclipse 3.2 SDK and then MyEclipse 5.0Milestone 2July 28, 2006 at 2:42 pm #255761
kkveniMemberHere is the log message from the .log file:
!SESSION Jul 28, 2006 14:32:36.406 ———————————————
java.version=1.4.2_03
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
!ENTRY org.eclipse.osgi Jul 28, 2006 14:32:36.406
!MESSAGE Bundle reference:file:c:/All Documents/eclipse/eclipse/plugins/org.eclipse.debug.ui_3.0.0 [77] was not resolved
!ENTRY org.eclipse.osgi Jul 28, 2006 14:32:36.406
!MESSAGE Bundle reference:file:c:/All Documents/eclipse/eclipse/plugins/org.eclipse.jdt.debug_3.0.0 [86] was not resolved
!ENTRY org.eclipse.ui.ide 4 4 Jul 28, 2006 14:32:42.218
!MESSAGE InvocationTargetException refreshing from local on startup
!ENTRY org.eclipse.ui.ide 4 0 Jul 28, 2006 14:32:42.218
!MESSAGE InvocationTargetException refreshing from local on startup
!STACK 0
java.lang.NullPointerException
at org.eclipse.core.internal.events.NotificationManager.broadcastChanges(NotificationManager.java:150)
at org.eclipse.core.internal.resources.Workspace.broadcastChanges(Workspace.java:154)
at org.eclipse.core.internal.resources.Workspace.endOperation(Workspace.java:856)
at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1167)
at org.eclipse.ui.internal.ide.IDEWorkbenchAdvisor$6.run(IDEWorkbenchAdvisor.java:512)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:101)
!ENTRY org.eclipse.jdt.ui 4 10001 Jul 28, 2006 14:33:01.375
!MESSAGE Internal Error
!STACK 0
java.lang.reflect.InvocationTargetException
at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:313)
at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:252)
at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:758)
at org.eclipse.jdt.internal.ui.wizards.JavaProjectWizardSecondPage.changeToNewProject(JavaProjectWizardSecondPage.java:96)
at org.eclipse.jdt.internal.ui.wizards.JavaProjectWizardSecondPage.setVisible(JavaProjectWizardSecondPage.java:70)
at org.eclipse.jface.wizard.WizardDialog.updateForPage(WizardDialog.java:959)
at org.eclipse.jface.wizard.WizardDialog.access$1(WizardDialog.java:940)
at org.eclipse.jface.wizard.WizardDialog$3.run(WizardDialog.java:929)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84)
at org.eclipse.jface.wizard.WizardDialog.showPage(WizardDialog.java:927)
at org.eclipse.jface.wizard.WizardDialog.nextPressed(WizardDialog.java:684)
at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:316)
at org.eclipse.jface.dialogs.Dialog$1.widgetSelected(Dialog.java:402)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:833)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2348)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2029)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:647)
at org.eclipse.jface.window.Window.open(Window.java:627)
at org.eclipse.ui.actions.NewProjectAction.run(NewProjectAction.java:111)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:881)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:536)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488)
at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:420)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:833)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2348)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2029)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1550)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1526)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:265)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:47)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:257)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:104)
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.core.launcher.Main.basicRun(Main.java:279)
at org.eclipse.core.launcher.Main.run(Main.java:742)
at org.eclipse.core.launcher.Main.main(Main.java:581)
Caused by: java.lang.NullPointerException
at org.eclipse.core.internal.events.NotificationManager.broadcastChanges(NotificationManager.java:150)
at org.eclipse.core.internal.resources.Workspace.broadcastChanges(Workspace.java:154)
at org.eclipse.core.internal.resources.Workspace.endOperation(Workspace.java:856)
at org.eclipse.core.internal.resources.Project.create(Project.java:264)
at org.eclipse.jdt.internal.ui.wizards.buildpaths.BuildPathsBlock.createProject(BuildPathsBlock.java:557)
at org.eclipse.jdt.ui.wizards.JavaCapabilityConfigurationPage.createProject(JavaCapabilityConfigurationPage.java:182)
at org.eclipse.jdt.internal.ui.wizards.JavaProjectWizardSecondPage.updateProject(JavaProjectWizardSecondPage.java:119)
at org.eclipse.jdt.internal.ui.wizards.JavaProjectWizardSecondPage$1.run(JavaProjectWizardSecondPage.java:88)
at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:302)
… 42 more
!ENTRY org.eclipse.ui.ide 4 4 Jul 28, 2006 14:33:12.125
!MESSAGE Problems saving workspace
!ENTRY org.eclipse.ui.ide 4 1 Jul 28, 2006 14:33:12.125
!MESSAGE Problems occurred while trying to save the state of the workbench.
!SUBENTRY 1 org.eclipse.ui.ide 4 1 Jul 28, 2006 14:33:12.125
!MESSAGE Internal Error
!STACK 0
java.lang.NullPointerException
at org.eclipse.core.internal.resources.Workspace.save(Workspace.java:1606)
at org.eclipse.ui.internal.ide.IDEWorkbenchAdvisor$7.run(IDEWorkbenchAdvisor.java:542)
at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:302)
at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:252)
at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:394)
at org.eclipse.ui.internal.ide.IDEWorkbenchAdvisor.disconnectFromWorkspace(IDEWorkbenchAdvisor.java:549)
at org.eclipse.ui.internal.ide.IDEWorkbenchAdvisor.postShutdown(IDEWorkbenchAdvisor.java:256)
at org.eclipse.ui.internal.Workbench.shutdown(Workbench.java:1818)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1530)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:265)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:47)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:257)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:104)
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.core.launcher.Main.basicRun(Main.java:279)
at org.eclipse.core.launcher.Main.run(Main.java:742)
at org.eclipse.core.launcher.Main.main(Main.java:581)July 28, 2006 at 4:21 pm #255764
kkveniMemberI reinstalled Eclipse and MyEclipse. Everything is working fine now. Thank you very much for you help Riyad.
Krishna
July 28, 2006 at 4:50 pm #255765
Riyad KallaMemberI am glad to hear it.
-
AuthorPosts