laptop and a wrench

Bug

IServerObjectExtensionManager.findExtensionByTypeName and IServerObjectExtensionManager.findExtensionByCLSID return NULL IServerObjectExtension object.

Last Published: August 25, 2014 ArcGIS Server (Java)
Bug ID Number NIM045411
SubmittedMay 18, 2009
Last ModifiedApril 28, 2025
Applies toArcGIS Server (Java)
Version found9.3.1
Program languageJava
Operating SystemWindows OS
Operating System Version2003
Version Fixed10.0
StatusFixed

Workaround

1. In your .NetSOE class, implement ESRI.ArcGIS.esriSystem.IClassID And for its 2 member function, put the code as: #region IClassID Members public Guid GetCLSID() { return System.Guid.NewGuid(); } public string GetProgID() { return "mysoetestid"; } #endregion2. Re-build and register the .NetSOE3. From Java client, we can get IServerObjectExtension by calling IServerObjectExtension.findExtensionByTypeName with supplying the SOE name.

Steps to Reproduce

Bug ID: NIM045411

Software:

  • ArcGIS Server (Java)

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options