OE11 Developer Studio corrupt installation?

Posted by MBeynon on 10-Jan-2020 08:20

Hello,

Whilst trying to run my Eclipse editor (specifically whan it starts the AVM) I get the following messages;

C:\OE102B\gui\adecomm.pl has an incorrect version (found 7 should be 11). (1945)
C:\OE102B\gui\adecomp.pl has an incorrect version (found 7 should be 11). (1945)
C:\OE102B\gui\adedesk.pl has an incorrect version (found 7 should be 11). (1945)
C:\OE102B\gui\adedict.pl has an incorrect version (found 7 should be 11). (1945)
C:\OE102B\gui\adeedit.pl has an incorrect version (found 7 should be 11). (1945)
C:\OE102B\gui\adeicon.pl has an incorrect version (found 7 should be 11). (1945)
C:\OE102B\gui\aderes.pl has an incorrect version (found 7 should be 11). (1945)
C:\OE102B\gui\adeshar.pl has an incorrect version (found 7 should be 11). (1945)
C:\OE102B\gui\adeuib.pl has an incorrect version (found 7 should be 11). (1945)
C:\OE102B\gui\adeweb.pl has an incorrect version (found 7 should be 11). (1945)
C:\OE102B\gui\adexml.pl has an incorrect version (found 7 should be 11). (1945)
C:\OE102B\gui\prodict.pl has an incorrect version (found 7 should be 11). (1945)

C:\OE102B\gui\protools.pl has an incorrect version (found 7 should be 11). (1945)

** c:\oe116\oeide\eclipse\plugins\com.openedge.pdt.project_11.6.3.00\runtime\_serverdefault.p Could not understand line 493. (196)

This has only just started happening after using the Developer Studio for years with no issues.

I'm not sure why its suddenly started looking at OE10 libraries and I'm not sure where in the config I can change this.

Does anyone know what's gone wrong?

Thanks.

All Replies

Posted by Peter Judge on 10-Jan-2020 13:16

You can see the propath in the project's properties.
If you select the Progress OpenEdge item, the current version and its install directory are shown. If you expand that, you can see the project's PROPATH. The @{DLC) references point to that.
 
Hth,
-- peter
 

Posted by MBeynon on 10-Jan-2020 13:46

Hi,

Yes I looked at the propath for a given project; Properties, Openedge, PROPATH and can see the @DLC prefix for @DLC\gui\adecomm.pl for example.

What I haven't found yet is where the DLC is set when the Developer Studio Eclipse editor starts up.

This also affects my webspeed instances under Fathom

Thanks,

Mark.

Posted by Brian K. Maher on 10-Jan-2020 13:52

Mark,
 
Can you try the following…
 
  • Run $DLC/oeide/integrateArchitect.bat -update
  • Run DevStudio and include -clearPersistedState on the command line
  • Exit DevStudio
  • Restart DevStudio as normal

Posted by MBeynon on 10-Jan-2020 14:23

Thanks Brian;

I tried this but got;

!SESSION 2020-01-10 14:15:13.351 -----------------------------------------------

eclipse.buildId=unknown

java.version=1.7.0_45

java.vendor=Oracle Corporation

BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_GB

Framework arguments:  -application com.progress.installer.application -updateFeature com.openedge.pdt -productRoot C:\OE116\oeide -productName Architect -productRepoPrefix Architect -tpRepoPrefix Architect_Third_Party -JAVA_LOCATION C:\OE116\jre\bin\\javaw.exe

Command-line arguments:  -consoleLog -application com.progress.installer.application -updateFeature com.openedge.pdt -productRoot C:\OE116\oeide -productName Architect -productRepoPrefix Architect -tpRepoPrefix Architect_Third_Party -JAVA_LOCATION C:\OE116\jre\bin\\javaw.exe

!ENTRY org.eclipse.equinox.p2.director.app 4 0 2020-01-10 14:15:18.885

!MESSAGE The installable unit com.openedge.pdt.feature.group has not been found.

This was run under proenv as not doing so generated an error.

Sadly, this has now generated a start up error in Studio;

An error has occurred. See error log for more details.
com/openedge/pdt/core/analytics/TeleriksLogger

and Developer Studio cannot now open files in the editor.

Plug-in "com.openedge.pdt.text" was unable to instantiate class "com.openedge.pdt.text.editor.OETextEditor".

Mark.

Posted by Brian K. Maher on 10-Jan-2020 14:28

Mark,
 
What OE versions do you have installed?
 
Did you  install or update anything between when it worked and when it didn’t?
 

Posted by MBeynon on 10-Jan-2020 14:57

Hi Brian,

I've had OE102B and OE116 on my machine for sometime now with both co-existing peacefully.

As far as I'm aware, nothing has changed on my machine recently.

Am I looking at an OE116 re-install?

Posted by Brian K. Maher on 10-Jan-2020 15:02

Hi Mark,
 
Can you send me your workspaces “.log” file?

Posted by Kondra Mohan Raju on 10-Jan-2020 15:38

See what its been set for below configuration

Posted by Ramadevi Dhavala on 13-Jan-2020 13:44

Hi,

Though you have tried updating the plugins, can you please try uninstall and installing the plugins and see whether it works for your or not.

From 11.6 proenv,

$116DLC\oeide\integrateArchitect.bat -uninstall

$116DLC\oeide\integrateArchitect.bat -install $116DLC\oeide\eclipse

Launch developer studio with clean option.

Thanks,

Ramadevi

This thread is closed