laptop and a wrench

Bug

While creating a com.esri.arcgisws.RectangleElement from com.esri.arcgis.carto.RectangleElement, the application is throwing the following exception: "Com.esri.adf.web.ags.ADFAGSException: Unable to create Stub from the ArcObject."

Zuletzt veröffentlicht: August 25, 2014 No Product Found
Bug-ID-Nummer NIM012666
EingereichtOctober 30, 2007
Zuletzt geändertJune 5, 2024
Gilt fürNo Product Found
Gefunden in Version9.2
ProgrammspracheJava
StatusDuplicate

Zusätzliche Informationen

This is the same issue as NIM009790.

Workaround

Below is a sample snippet to create com.esri.arcgisws.RectangleElement from com.esri.arcgis.geometry.IEnvelope. -----------------------------------------------Create IEnvelope content and use the below code to create RectangleElement.Com.esri.arcgisws.RectangleElement rectangleElement1 =new com.esri.arcgisws.RectangleElement ();EnvelopeN envelopeN = (EnvelopeN) AGSUtil.createStubFromArcObject (ienvelope, EnvelopeN.class, serverContext);rectangleElement1.setRectangle (envelopeN);----------------------------------------------

Schritte zur Reproduzierung

Bug-ID: NIM012666

Software:

  • No Product Found

Benachrichtigung erhalten, wenn sich der Status eines Bugs ändert

Esri Support App herunterladen

Weitere Informationen zu diesem Thema erkunden

Unterstützung durch ArcGIS-Experten anfordern

An den technischen Support wenden

Esri Support App herunterladen

Zu Download-Optionen wechseln