Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "DTP 1.6.2 Update Manager Issues"

(Few Things to Try)
(Added another possible solution)
 
(6 intermediate revisions by one other user not shown)
Line 3: Line 3:
 
The purpose of this document is to provide a few ideas for those people encountering issues when upgrading from DTP 1.6 or 1.6.1 to our 1.6.2 release.
 
The purpose of this document is to provide a few ideas for those people encountering issues when upgrading from DTP 1.6 or 1.6.1 to our 1.6.2 release.
  
==Status==
+
Some of the bugzilla entries and newsgroup items logged for this issue include:
'''WORK IN PROGRESS'''
+
  
 +
*[https://bugs.eclipse.org/267183 BZ 267183: Installing the DataToolsPlatform SQL Developer Tools within an RCP will lead to an NoClassDefFoundError ]
 +
*[http://dev.eclipse.org/newslists/news.eclipse.dtp/msg01510.html Newsgroup: Datatools Install/Uninstall Problems ]
 +
*[http://dev.eclipse.org/newslists/news.eclipse.dtp/msg01478.html Newsgroup: How do I repair eclipse (remove datatools)? ]
 +
*[http://dev.eclipse.org/newslists/news.eclipse.dtp/msg01439.html Newsgroup: Re: Can't install a thing ]
 +
*[http://dev.eclipse.org/newslists/news.eclipse.dtp/msg01423.html Newsgroup: No repository found - Cannot install any new feature in Eclipse]
 +
*[http://dev.eclipse.org/newslists/news.eclipse.dtp/msg01418.html Newsgroup: Dependency problem: org.eclipse.datatools.connectivity.sqm.core]
 +
 +
==Status==
 +
#Downloaded DTP 1.6.1, EMF 3.4.1, GEF 3.4.1, and Eclipse 3.4.1. Used Update Manager through the Ganymede Update Site to grab the 1.6.2 version of DTP. Restarted. No errors.
 +
#Deleted all DTP features and plug-ins. Restarted. Unable to open DTP perspective in workspace. Tried new workspace, still unable to open DTP perspectives. Closed workbench.
 +
#Started eclipse with "-clean" command-line option. Still not able to use DTP features. Obviously deleting the DTP bits and copying over new ones isn't the way to go.
  
 
==Few Things to Try==
 
==Few Things to Try==
Though I'm currently trying to reproduce the issues using DTP 1.6.1, EMF 3.4.1, GEF 3.4.1, and Eclipse 3.4.1 so I can upgrade via the update manager to DTP 1.6.2, here are a few things to try:
+
Though I'm currently trying to reproduce the reported issues, but here are a few things to try:
  
 
#Delete org.eclipse.datatools.* features (from the eclipse/features directory) and plugins (from the eclipse/plugins directory).
 
#Delete org.eclipse.datatools.* features (from the eclipse/features directory) and plugins (from the eclipse/plugins directory).
 
#Install from the 1.6.2 zip.
 
#Install from the 1.6.2 zip.
 
#Now try re-running the update to see if that clears up the issues.
 
#Now try re-running the update to see if that clears up the issues.
 +
 +
This worked for me at least once:
 +
#Exit Eclipse
 +
#Remove or rename the folder p2/org.eclipse.equinox.p2.core/cache in your Eclipse installation
 +
#Start Eclipse
  
 
[[Category:Data Tools Platform]]
 
[[Category:Data Tools Platform]]

Latest revision as of 11:46, 16 June 2009

Back to DTP Main Page

Purpose

The purpose of this document is to provide a few ideas for those people encountering issues when upgrading from DTP 1.6 or 1.6.1 to our 1.6.2 release.

Some of the bugzilla entries and newsgroup items logged for this issue include:

Status

  1. Downloaded DTP 1.6.1, EMF 3.4.1, GEF 3.4.1, and Eclipse 3.4.1. Used Update Manager through the Ganymede Update Site to grab the 1.6.2 version of DTP. Restarted. No errors.
  2. Deleted all DTP features and plug-ins. Restarted. Unable to open DTP perspective in workspace. Tried new workspace, still unable to open DTP perspectives. Closed workbench.
  3. Started eclipse with "-clean" command-line option. Still not able to use DTP features. Obviously deleting the DTP bits and copying over new ones isn't the way to go.

Few Things to Try

Though I'm currently trying to reproduce the reported issues, but here are a few things to try:

  1. Delete org.eclipse.datatools.* features (from the eclipse/features directory) and plugins (from the eclipse/plugins directory).
  2. Install from the 1.6.2 zip.
  3. Now try re-running the update to see if that clears up the issues.

This worked for me at least once:

  1. Exit Eclipse
  2. Remove or rename the folder p2/org.eclipse.equinox.p2.core/cache in your Eclipse installation
  3. Start Eclipse

Back to the top