调用Web服务时,C0000005 ACCESS_VIOLATION带有Progress Openedge的异常 [英] C0000005 ACCESS_VIOLATION Exception with Progress Openedge when calling a Web Service

查看:171
本文介绍了调用Web服务时,C0000005 ACCESS_VIOLATION带有Progress Openedge的异常的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试使用Progress OE 11.5来访问外部Web服务.当我从GUI过程编辑器或CHUI过程编辑器执行代码时,调用API时它会崩溃

I am trying to hit an external web service using Progress OE 11.5. When I execute the code from GUI Procedure Editor or the CHUI Procedure Editor, it crashes when calling the API

RUN ProcessTrack IN hTrackPortType(INPUT lcRequest, OUTPUT lcResponse) no-error.

我没有任何错误.进度GUI窗口崩溃了.

I don't get any errors. The progress GUI window just crashes.

当我跟踪日志时,它具有"C0000005 ACCESS_VIOLATION";例外.知道为什么会这样吗?但是,当我从SoapUI或Python程序访问相同的Web服务时,它可以正常工作.我不确定Progress OpenEdge是否有任何访问限制来联系api.

When I traced the logs it has "C0000005 ACCESS_VIOLATION" exception. Any idea why this is caused? But when I access the same web services from SoapUI or from a Python program it works fine. I am not sure if Progress OpenEdge has any access restrictions to contact the apis.

我在这里有完整的堆栈跟踪.

I have the full stack trace here.

=====================================================
PROGRESS stack trace as of Fri Aug 07 12:26:40 2020
=====================================================

Progress OpenEdge Release 11.5 build 1114 on WINNT 

Startup parameters:
-pf C:\Progressx86\OpenEdge\startup.pf,-cpinternal ISO8859-1,-cpstream ISO8859-1,-cpcoll Basic,-cpcase Basic,-d mdy,-numsep 44,-numdec 46,(end .pf),-param C:\.....\api_request.p

Exception code: C0000005 ACCESS_VIOLATION
Fault address:  025C21CC 1C3:0034002D 

Registers:
EAX:086496B8
EBX:00000002
ECX:03100000
EDX:03100000
ESI:59DF2175
EDI:085AA1E0
CS:EIP:0023:025C21CC
SS:ESP:002B:00F4BFA0  EBP:00F4BFD0
DS:002B  ES:002B  FS:0053  GS:002B
Flags:00210206


Debugging dll: C:\Progressx86\OpenEdge\bin\DBGHELP.DLL
Symbol Path:
 C:\Progressx86\OpenEdge\bin;C:\Progressx86\OpenEdge\pdbfiles


Call Stack:
Address   Frame
025C21CC  00F4BF9C  0000:00000000 
085AA1E0  00F4BFD0  0000:00000000 
59DF27DB  00F4BFDC  WSDLAttribute::getHandle+3F52B
59DA415C  00F4F130  WSDLArray_Empty+23ABC
59DCD9A0  00F4F144  WSDLAttribute::getHandle+1A6F0
59E502A8  00F4F198  WSDLAttribute::getHandle+9CFF8
59E5032C  00F4F1CC  WSDLAttribute::getHandle+9D07C
59DCF04E  00F4F204  WSDLAttribute::getHandle+1BD9E
59D9B724  00F4F240  WSDLArray_Empty+1B084
59E50403  00F4F260  WSDLAttribute::getHandle+9D153
59D55D6F  00F4F2A0  csp_tweakFileURL+312F


** ABL Stack Trace **

--> C:\....\p56215_api_request.ped at line 54  (C:\.....\p56215_api_request.ped)
    adecomm/_runcode.p at line 665  (adecomm/_runcode.r)
    ExecuteRun adeedit/_proedit.p at line 3613  (adeedit/_proedit.r)
    RunFile adeedit/_proedit.p at line 10625  (adeedit/_proedit.r)
    USER-INTERFACE-TRIGGER adeedit/_proedit.p at line 1985  (adeedit/_proedit.r)
    adeedit/_proedit.p at line 12280  (adeedit/_proedit.r)
    _edit.p at line 408  (C:\Progressx86\OpenEdge\gui\_edit.r)

** Persistent procedures/Classes **

** PROPATH **
.,C:\Progressx86\OpenEdge\gui,C:\Progressx86\OpenEdge\gui\ablunit.pl,C:\Progressx86\OpenEdge\gui\adecomm.pl,C:\Progressx86\OpenEdge\gui\adecomp.pl,C:\Progressx86\OpenEdge\gui\adedesk.pl,C:\Progressx86\OpenEdge\gui\adedict.pl,C:\Progressx86\OpenEdge\gui\adeedit.pl,C:\Progressx86\OpenEdge\gui\adeicon.pl,C:\Progressx86\OpenEdge\gui\aderes.pl,C:\Progressx86\OpenEdge\gui\adeshar.pl,C:\Progressx86\OpenEdge\gui\adeuib.pl,C:\Progressx86\OpenEdge\gui\adeweb.pl,C:\Progressx86\OpenEdge\gui\adexml.pl,C:\Progressx86\OpenEdge\gui\dataadmin.pl,C:\Progressx86\OpenEdge\gui\OpenEdge.BusinessLogic.pl,C:\Progressx86\OpenEdge\gui\OpenEdge.Core.pl,C:\Progressx86\OpenEdge\gui\OpenEdge.ServerAdmin.pl,C:\Progressx86\OpenEdge\gui\prodict.pl,C:\Progressx86\OpenEdge\gui\protools.pl,C:\Progressx86\OpenEdge,C:\Progressx86\OpenEdge\bin

** Databases (logical/type/physical) **

** End of Protrace **

推荐答案

This KnowledgeBase post indicates that this is a known error. If you run a version below 11.7.1 you should consider upgrading to the latest version of 11.7 (currently 11.7.6). If you run a version later than 11.7.1 that's mentioned in the article you should consider contacting Progress support.

由于运行11.5升级应该是当务之急!

since running 11.5 upgrading should be a priority!

这篇关于调用Web服务时,C0000005 ACCESS_VIOLATION带有Progress Openedge的异常的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆