Kbase P122394: Accessing DB Navigator fails with "Unable to create view: Plug-in net.sourceforge.sqlexplorer"
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  2/21/2007 |
|
Status: Verified
FACT(s) (Environment):
OpenEdge 10.1A
SYMPTOM(s):
Cannot access DB Navigator after installing OpenEdge Service Pack
Cannot access OpenEdge Architect new functionality
Dialog box is displayed with the title "Unable to create view"
Unable to create view: Plug-in net.sourceforge.sqlexplorer was unable to load class net.sourceforge.sqlexplorer.plugin.views.ConnectionsView.
java.lang.ClassNotFoundException: net.sourceforge.sqlexplorer.plugin.views.ConnectionInfo
CAUSE:
OpenEdge Architect is using java cached representations rather than the new installed plug-in definitions.
FIX:
Open all workspaces in use with the "-clean" parameter at the end of the command line in the icon which starts the Architect. Expect the start-up time to increase with this parameter as all of the installed plug-in definitions need to be reloaded.
Example:
<OpenEdge Install>\oeide\eclipse\eclipse.exe -vm "<OpenEdge Install>\jre\bin\javaw.exe" -clean
Where:
<OpenEdge Install> is the OpenEdge installation directory
The -clean parameter can now be removed for subsequent access.