Is it possible to use MapObjects Java with ArcIMS 10? We are starting to look at migrating our MOJava solution to run against ArcIMS 10, has anyone been successful in migrating to ArcIMS 10?
Our initial testing is indicating that there are problems with some of our feature layers. The layers don't return any geometries to the MOJava client. But the layers workes in ArcMap.
We are currrently runnig on ArcIMS 9.2 so any migrations issues for ArcIMS 9.3 might be intressting as well. According to the what's new in ArcIMS 10 there are no changes to ArcXML.
Update: Using MessageConsole in JoViewPlus gives this error message against the ArcIMS 10 layers:
> 2010-okt-31 11:12:08: com.esri.mo2.client.aims.d
com.esri.mo2.client.aims.InvalidStreamDataException: A general exception has occurred: (Invalid data has been detected within the FeatureStream: <' "<?xml version="1.0" encoding="UTF-8"?>
<ARCXML version="1.1">
<RESPONSE>
<ERROR machine="hsovimsu5" processid="2848" threadid="2940">AXLParser: POLYGON tag incorrect.</ERROR>
</RESPONSE>
</ARCXML")
> 2010-okt-31 11:12:08: com.esri.mo2.client.aims.d
com.esri.mo2.client.aims.InvalidStreamDataException: A general exception has occurred: (Invalid data has been detected within the FeatureStream: <' "<?xml version="1.0" encoding="UTF-8"?>
<ARCXML version="1.1">
<RESPONSE>
<ERROR machine="hsovimsu5" processid="2848" threadid="2968">AXLParser: POLYGON tag incorrect.</ERROR>
</RESPONSE>
</ARCXML")
> 2010-okt-31 11:12:08: com.esri.mo2.client.aims.d
com.esri.mo2.client.aims.InvalidStreamDataException: A general exception has occurred: (Invalid data has been detected within the FeatureStream: <' "<?xml version="1.0" encoding="UTF-8"?>
<ARCXML version="1.1">
<RESPONSE>
<ERROR machine="hsovimsu5" processid="2848" threadid="2940">AXLParser: POLYGON tag incorrect.</ERROR>
</RESPONSE>
</ARCXML")
> 2010-okt-31 11:12:08: com.esri.mo2.client.aims.d
com.esri.mo2.client.aims.InvalidStreamDataException: A general exception has occurred: (Invalid data has been detected within the FeatureStream: <' "<?xml version="1.0" encoding="UTF-8"?>
<ARCXML version="1.1">
<RESPONSE>
<ERROR machine="hsovimsu5" processid="2848" threadid="2968">AXLParser: POLYGON tag incorrect.</ERROR>
</RESPONSE>
</ARCXML")
More info: Talked to a colleague about this and we only have problems on some of our feature layers, all our images layers are ok. It seems to be connected to the scale of the map because sometimes it shows up when zooming in to different scale intervals. We have removed all scale dependent rendering, so it's not an renderer issue causing this. More likely that it might be some kind of generalization involved. Also the layer we are having problems with is a layer with multi part polygons. Has anyone been able to successfully migrate to ArcIMS 10?
