Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

StackOverflowError in eclipse Oxygen(OEPE) during application publishing using weblogic 10.3.6

Stefan D.Jul 9 2018 — edited Sep 10 2018

Hello,

i get an StackOverflowError in eclipse Oxygen (OEPE) during the publishing of my application (EAR) using weblogic 10.3.6.


Eclipse is logging the following error message.

!ENTRY org.eclipse.core.jobs 4 2 2018-07-09 16:54:11.960
!MESSAGE An internal error occurred during: "Publishing to Oracle WebLogic Server 11gR1 (10.3.6) [v3]...".
!STACK 0
java.lang.StackOverflowError
at java.lang.Exception.<init>(Unknown Source)
at java.lang.RuntimeException.<init>(Unknown Source)
at java.lang.IllegalArgumentException.<init>(Unknown Source)
at java.lang.NumberFormatException.<init>(Unknown Source)
at java.lang.NumberFormatException.forInputString(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
at oracle.eclipse.tools.weblogic.j2eelib.Version.<init>(Version.java:36)
at oracle.eclipse.tools.weblogic.j2eelib.Version.compareTo(Version.java:175)
at oracle.eclipse.tools.weblogic.j2eelib.Version.compareTo(Version.java:175)
at oracle.eclipse.tools.weblogic.j2eelib.Version.compareTo(Version.java:175)
at oracle.eclipse.tools.weblogic.j2eelib.Version.compareTo(Version.java:175)
at oracle.eclipse.tools.weblogic.j2eelib.Version.compareTo(Version.java:175)
at oracle.eclipse.tools.weblogic.j2eelib.Version.compareTo(Version.java:175)

Looks almost like the problem addressed here: https://community.oracle.com/thread/3944182

Is it a bug, like it was in eclipse mars/neon before?
How can i work around the problem?

Environment Details:
----------------------
Eclipse Oxygen OEPE with latest updates
Oracle Weblogic Server/Scripting Tools - 17.2.0.2018.06.07.1916

eclipse.buildId=4.7.3.M20180330-0640
java.version=1.8.0_121
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=de_DE
Command-line arguments:  -data file:/G:/Workspaces/workspace/ -os win32 -ws win32 -arch x86_64 -clean

Using this eclipse update site

http://download.oracle.com/otn_software/oepe/12.2.1.8/oxygen/repository/

Weblogic Server - installed the latest available patches (e.g.)
WebLogic Server 10.3.6.0.180417 PSU Patch for BUG27395085 THU FEB 21 18:34:42 IST 2018

Thank you for your help.

Greetings

Stefan

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 8 2018
Added on Jul 9 2018
11 comments
2,805 views