Failed to initialize class com.ibm.ws.ffdc.FFDCFilter

Running IBM Websphere on Eclipse Mars always gives this error:

An internal error occurred during: "Publishing to FrontServer...".
Could not initialize class com.ibm.ws.ffdc.FFDCFilter

I am using Websphere Version 7.0

Any idea how to solve this problem?

Thanks!

+6
source share
3 answers

There are several solutions, such as updating Eclipse, migrating to IBM JRE, etc.

But the problem is with the missing ORB bank.

The error FFDCFiltercan be resolved as described in the "RMI Connection Type" found in this technique. IBM Support Page - swg21999577

com.ibm.ws.orb_X jar, FFDCFilter. -IBM JDK. , WDT, , IBM JDK.

  • , , com.ibm.ws.orb_7.0.0.jar ( AppServer) , . C:\Lib

  • eclipse.ini -Djava.endorsed.dirs=C:\lib

( java jre.)

. .

+7

Windows , Eclipse . .

, β†’ IBM WebSphere β†’ ApplicationServer v7 β†’ β†’ Profile eclipse completelly

-1

. IBM Web Sphere. , WebShphere. . C:\IBMJars\lib eclipse eclipse.exe ini . -Djava.endorsed.dirs = C:\IBMJars\Lib , .

-1
source

Source: https://habr.com/ru/post/1014980/


All Articles