Eclipse Export SOE never succeed,using 10.2.1 sdk

2633
5
04-11-2014 12:37 AM
ChunjieXu
New Contributor II
Hi:

     I am trying to update the sdk to 10.2.1, my eclipse version is eclipse-jee-kepler-SR2-win32-x86_64, my java sdk version is :     Java(TM) SE Runtime Environment (build 1.7.0_21-b11), Java HotSpot(TM) 64-Bit Server VM (build 23.21-b01, mixed mode).

     I created a simple SOAP SOE, with one method, and try to export the SOE to deploy to the arcgis server. but I kept getting this error "javac terminated with errors" as the flowing picture shows:

      [ATTACH=CONFIG]33036[/ATTACH]

      Does anyone facing the same problem?

      I checked the document for installation guide of eclipse plugin and find the flowing description:

      ArcGIS Eclipse plug-ins are compatible with the Eclipse IDE for Java Developers built using Eclipse 3.3. You may download Eclipse IDE  from Eclipse download site and install eclipse as suggested. For more information, refer Installing and using Eclipse IDE.

     So I switched to eclipse 3.3.2, and the problem still exists.
0 Kudos
5 Replies
ChunjieXu
New Contributor II
I found another thread states the sample problem, but now answers

http://forums.arcgis.com/threads/103435-Problem-creating-SOAP-SOE-%28Java%29
0 Kudos
LeoDonahue
Occasional Contributor III
Eclipse Juno 4.2 is the most recent supported IDE according to this:
http://resources.arcgis.com/en/help/system-requirements/10.2/index.html#/ArcObjects_SDK/01510000006n...

Does "supported" mean that the plugin will or will not work on newer releases of eclipse, or does it mean that ESRI does not want to troubleshoot problems on other versions of eclipse.  I don't know the answer to that.

As far as your 64-bit java, I'm not sure we can use 64-bit java yet.  All I could find on that topic was located here:
http://resources.arcgis.com/en/help/arcobjects-java/concepts/engine/#/Post_Installation/00010000077q...
0 Kudos
LeoDonahue
Occasional Contributor III
This thread is about a year old, but addresses the 32bit vs 64 bit issue.  Don't confuse it with the other product though.

http://forums.arcgis.com/threads/88611-Cannot-load-Arcobject-java-plugin-to-eclipse-%2864-bit%29?p=3...
0 Kudos
ChunjieXu
New Contributor II
Hi, Leo:
 
     Thank you  very much for your reply. I also contact the ESRI's support and they also told me to use a 32bit JDK. So I setup a new clean windows 64 machine with ArcGIS Server 10.2.1. I tested the flowing conbinations:

     Eclipse Juno 64 bit, JDK 1.7.0 32 bit, result: "javac terminated with errors" when export SOE

     Eclipse Juno 32 bit, JDK 1.7.0 32 bit, result: "javac terminated with errors" when export SOE

    Wondering if someone succeed with 10.2.1 AO SDK?
0 Kudos
ChunjieXu
New Contributor II
New test results:

   If I do not add SOAP support, the export SOE works well with REST support !!

   So there is some problem with the SOAP SOE support.
0 Kudos