Bryan Schmiedeler
Bryan Schmiedeler

Reputation: 3127

Every Xpage app I open in designer spews 1000s of java errors

I just came back from MWLUG and started to open up some Xpages DBs to work on, when all of the sudden I am getting 1000s of errors like this:

enter image description here

I googled the issue and I believe it has something to do with the path of the org.eclipse.pde.core.requiredPlugins.

When I opened up the packages and looked at fixing an error I got this:

enter image description here

The problem is that I do not know what the correct setting for this should be, or how to fix it. The apps run fine, but obviously something is wrong.

Any help would be very much appreciated.

Bryan

==================================================

I may know more about the problem. In designer when I go to File==>Application==Application Management this is what I see:

enter image description here

A different install has several components under it.

I updated my designer and client and admin to 9.0.1 FP4 last week. That is the last thing I remember doing before this messed up (along with installing the Debug Toolbar).

How can I fix my designer install?

Upvotes: 0

Views: 70

Answers (1)

Oliver Busse
Oliver Busse

Reputation: 3395

Strange indeed, you should check your hard drive for bad sectors.

Looks like a broken DDE in general. The plugin XML file maybe broken so the app manager doesn't show you the plugins installed. Therefor I assume DDE starts very quickly, right? Because nothing is loaded. I had this before and my "solution" was:

  • de-install DDE and Fixpacks
  • delete workspace folder
  • re-install DDE and Fixpacks
  • re-install plugins ad setup workig sets

This is a pity but at least you get a clean install. You don't have to delete everything (e.g. the DATA folder)

Upvotes: 3

Related Questions