090003. Eclipse Ide troubleshooting

***************************************************
Template Blog
***************************************************
What you’ll need

  • About 15 minutes
  • JDK 1.7 or later 

References: 
External reference: 
Conventions: Not Applicable.

Table of contents
  1 Heading
     1.1 Subheading
       1.1.1 minor

/*******************************  Body *****************************************/

01. Eclipse list installed environments

List of Eclipse releases: https://en.wikipedia.org/wiki/Eclipse_(software)

1. It happen each time that we deploy ear/war files in one domain from 2 different workspaces.

 It is better to have one domain per workspace, in order to solve it we have to open the weblogic console

Troubleshootings

1. Oracle Server

Ear file reference in Application server but not found by Eclipse.

<Apr 25, 2018 1:53:15 PM CEST> <Error> <Deployer> <BEA-149205> <Failed to initialize the application "_auto_generated_ear_" due to error weblogic.management.DeploymentExceptionjava.io.FileNotFoundExceptionC:\pgm\wsdmjersey18\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\publigrant\_auto_generated_ear_ (The system cannot find the file specified)
weblogic.management.DeploymentExceptionjava.io.FileNotFoundException: C:\pgm\wsdmjersey18\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\publigrant\_auto_generated_ear_ (The system cannot find the file specified)
      at weblogic.servlet.internal.WarDeploymentFactory.findOrCreateComponentMBeans(WarDeploymentFactory.java:70)
      at weblogic.application.internal.MBeanFactoryImpl.findOrCreateComponentMBeans(MBeanFactoryImpl.java:43)
      at weblogic.application.internal.MBeanFactoryImpl.createComponentMBeans(MBeanFactoryImpl.java:112)
      at weblogic.application.internal.MBeanFactoryImpl.initializeMBeans(MBeanFactoryImpl.java:71)
      at weblogic.management.deploy.internal.MBeanConverter.createApplicationMBean(MBeanConverter.java:89)
      Truncated. see log file for complete stacktrace
Caused By: java.io.FileNotFoundException: C:\pgm\wsdmjersey18\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\publigrant\_auto_generated_ear_ (The system cannot find the file specified)
      at java.util.zip.ZipFile.open(Native Method)
      at java.util.zip.ZipFile.<init>(ZipFile.java:219)
      at java.util.zip.ZipFile.<init>(ZipFile.java:149)
      at java.util.zip.ZipFile.<init>(ZipFile.java:163)
      at weblogic.servlet.utils.WarUtils.existsInWar(WarUtils.java:169)
      Truncated. see log file for complete stacktrace

> 


2. Cannot open Eclipse market place



C:\pgm\neon\eclipse.exe -vmargs -Djava.net.preferIPv4Stack=true

The solution was found in the next folder:
https://www.eclipse.org/forums/index.php/t/270718/


 It happen each time that we deploy ear/war files in one domain from 2 different workspaces.
 It is better to have one domain per workspace, in order to solve it we have to open the weblogic console

Information:
Example



Warning:
Example


Errors:
Example


Coding or settings:

Section for add coding or settings


/*******************************  Foot *****************************************/

See Also in the Blog:

The following reference may also be helpful:
References

Pending task/Challengues:

Not Applicable.

Next steps:

Comments