Crash of GPCoreFunctions.dll when executing WFS to Feature Class : known ?

3374
1
09-25-2014 01:42 PM
StedinNetbeheer_B_V_
New Contributor II


Hi we run arcgis server 10.2.2 on a windows 2008 R2.

when querying two specific WFSés arcgis crashes, another one does work.

the working one mentions UTF-8 in the xml, the others report  ISO-8859-1 in their XML.

the problem remains when exporting the model to a python script and running it separately.

using fiddler I see the describefeatures succeeds in all cas, so the problem must occur in the getfeature call

any idea how I can get more info from arcgis about what happenes when arcgis crashes ?

Is this behaviour known ?

is there any way to know what was called in that DLL ?

Im just a newbie in Arcgis as well as in Windows server. help (pleeeease) !

what I know :

MS popup

Description:
  Stopped working

Problem signature:
  Problem Event Name: APPCRASH
  Application Name: python.exe
  Application Version: 0.0.0.0
  Application Timestamp: 5193f37d
  Fault Module Name: GPCoreFunctions.dll
  Fault Module Version: 10.2.2.3552
  Fault Module Timestamp: 52fdb202
  Exception Code: c0000005
  Exception Offset: 000a193c
  OS Version: 6.1.7601.2.1.0.274.10
  Locale ID: 1033

Read our privacy statement online:
  http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409

If the online privacy statement is not available, please read our privacy statement offline:
  C:\Windows\system32\en-US\erofflps.txt

python log

*** Python 2.7.5 (default, May 15 2013, 22:43:36) [MSC v.1500 32 bit (Intel)] on win32. ***
*** Remote Python engine  is active ***
>>>
*** Remote Interpreter Reinitialized  ***
>>>
started
Traceback (most recent call last):
  File "<string>", line 73, in execInThread
  File "C:\Program Files (x86)\PyScripter\Lib\rpyc.zip\rpyc\core\netref.py", line 196, in __call__
  File "C:\Program Files (x86)\PyScripter\Lib\rpyc.zip\rpyc\core\netref.py", line 71, in syncreq
  File "C:\Program Files (x86)\PyScripter\Lib\rpyc.zip\rpyc\core\protocol.py", line 431, in sync_request
  File "C:\Program Files (x86)\PyScripter\Lib\rpyc.zip\rpyc\core\protocol.py", line 379, in serve
  File "C:\Program Files (x86)\PyScripter\Lib\rpyc.zip\rpyc\core\protocol.py", line 337, in _recv
  File "C:\Program Files (x86)\PyScripter\Lib\rpyc.zip\rpyc\core\channel.py", line 50, in recv
  File "C:\Program Files (x86)\PyScripter\Lib\rpyc.zip\rpyc\core\stream.py", line 166, in read
EOFError: [Errno 10054] An existing connection was forcibly closed by the remote host
>>>
*** Remote Interpreter Reinitialized  ***
>>>

0 Kudos
1 Reply
ArjenPluim
Esri Contributor

Could you give a bit more info on your environment? Are you running a python script (exported from a model) via PyScripter on a machine that only has ArcGIS Server installed or is ArcGIS Desktop also present on that machine? Are the WFS-services public and could you post the URLs? Posting your python code may also help.

I'd be happy to try and reproduce this, given the info above.

Thanks!

Arjen

0 Kudos