- This topic has 1 reply, 2 voices, and was last updated 14 years, 6 months ago by support-shalini.
-
AuthorPosts
-
tta-sandiaMemberI have a workspace that is broken, I can never open it. In general I find working with 8.5 difficult due to lots of intermittent problems. Any idea on how to fix this?
Here is the log:
!ENTRY org.eclipse.core.net 1 0 2010-06-22 09:49:21.619
!MESSAGE System property http.proxyHost has been set to …by an external source. This value will be overwritten using the values from the preferences!ENTRY org.eclipse.core.net 1 0 2010-06-22 09:49:21.619
!MESSAGE System property http.proxyPort has been set to 80 by an external source. This value will be overwritten using the values from the preferences!ENTRY org.eclipse.core.net 1 0 2010-06-22 09:49:21.634
!MESSAGE The HTTP proxy is enabled in the preferences but disabled in the system settings!ENTRY org.eclipse.jst.jsp.core 4 4 2010-06-22 09:49:31.478
!MESSAGE A workspace crash was detected. The previous session did not exit normally. Not using saved taglib indexes.!ENTRY org.eclipse.jst.jsp.core 2 2 2010-06-22 09:49:34.785
!MESSAGE Taglib Index IOException: C:/bea/weblogic92/common/lib C:\bea\weblogic92\common\lib (Access is denied)!ENTRY org.eclipse.jface 2 0 2010-06-22 09:49:39.465
!MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation.
!SUBENTRY 1 org.eclipse.jface 2 0 2010-06-22 09:49:39.465
!MESSAGE A conflict occurred for SHIFT+DEL:
Binding(SHIFT+DEL,
ParameterizedCommand(Command(org.eclipse.datatools.sqltools.result.removeAllInstances,Remove All Visible Results,
,
Category(org.eclipse.datatools.sqltools.result.category,SQL Results View,null,true),
,
,,true),null),
org.eclipse.ui.defaultAcceleratorConfiguration,
org.eclipse.ui.contexts.window,,,system)
Binding(SHIFT+DEL,
ParameterizedCommand(Command(org.eclipse.ui.edit.cut,Cut,
Cut the selection to the clipboard,
Category(org.eclipse.ui.category.edit,Edit,null,true),
org.eclipse.ui.internal.handlers.WidgetMethodHandler@5babce,
,,true),null),
org.eclipse.ui.defaultAcceleratorConfiguration,
org.eclipse.ui.contexts.dialogAndWindow,,,system)
Binding(SHIFT+DEL,
ParameterizedCommand(Command(org.topcased.modeler.deleteModelObject,Delete From Model,
Allows the user to delete the selected graph element and its associated model element in a Topcased editor.,
Category(org.eclipse.ui.category.edit,Edit,null,true),
,
,,true),null),
org.eclipse.ui.defaultAcceleratorConfiguration,
org.eclipse.ui.contexts.window,,,system)!ENTRY org.eclipse.ui.workbench 2 0 2010-06-22 09:49:39.637
!MESSAGE A handler conflict occurred. This may disable some commands.
!SUBENTRY 1 org.eclipse.ui.workbench 2 0 2010-06-22 09:49:39.637
!MESSAGE Conflict for ‘com.genuitec.eclipse.ast.deploy.core.runonservershortcut.debug’:
HandlerActivation(commandId=com.genuitec.eclipse.ast.deploy.core.runonservershortcut.debug,
handler=org.eclipse.debug.internal.ui.launchConfigurations.LaunchShortcutExtension$LaunchCommandHandler@1c6849,
expression=,sourcePriority=0)
HandlerActivation(commandId=com.genuitec.eclipse.ast.deploy.core.runonservershortcut.debug,
handler=org.eclipse.debug.internal.ui.launchConfigurations.LaunchShortcutExtension$LaunchCommandHandler@768931,
expression=,sourcePriority=0)!ENTRY org.maven.ide.eclipse 4 0 2010-06-22 09:50:02.427
!MESSAGE Unable to update index for central|http://repo1.maven.org/maven2
!STACK 0
java.io.IOException: Transfer for nexus-maven-repository-index.properties failed; Transfer error: Connection timed out: no further information
at org.sonatype.nexus.index.updater.DefaultIndexUpdater$WagonFetcher.retrieve(DefaultIndexUpdater.java:693)
at org.sonatype.nexus.index.updater.AbstractResourceFetcher.retrieve(AbstractResourceFetcher.java:22)
at org.sonatype.nexus.index.updater.DefaultIndexUpdater.downloadIndexProperties(DefaultIndexUpdater.java:493)
at org.sonatype.nexus.index.updater.DefaultIndexUpdater.access$100(DefaultIndexUpdater.java:74)
at org.sonatype.nexus.index.updater.DefaultIndexUpdater$IndexAdaptor.setProperties(DefaultIndexUpdater.java:780)
at org.sonatype.nexus.index.updater.DefaultIndexUpdater.fetchAndUpdateIndex(DefaultIndexUpdater.java:954)
at org.sonatype.nexus.index.updater.DefaultIndexUpdater.fetchAndUpdateIndex(DefaultIndexUpdater.java:138)
at org.maven.ide.eclipse.internal.index.NexusIndexManager.updateRemoteIndex(NexusIndexManager.java:1060)
at org.maven.ide.eclipse.internal.index.NexusIndexManager.updateIndex(NexusIndexManager.java:1013)
at org.maven.ide.eclipse.internal.index.NexusIndexManager$1.run(NexusIndexManager.java:624)
at org.maven.ide.eclipse.internal.index.IndexUpdaterJob.run(IndexUpdaterJob.java:71)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
support-shaliniMembertta-sandia,
I have a workspace that is broken, I can never open it.
You cannot recover from a broken workspace. As a workaround, you can switch to a new workspace and import your projects from the broken workspace.
java.io.IOException: Transfer for nexus-maven-repository-index.properties failed; Transfer error: Connection timed out: no further information
Are you behind a proxy? Can you Window > Preferences > General > Network Connections and set up your proxy details?
Let me know if that helps -
AuthorPosts