Operating System - OpenVMS
1828205 Members
2194 Online
109975 Solutions
New Discussion

Re: SYSTEM-F-ACCVIO when using WSIT

 
Michael Holdgaard
New Member

SYSTEM-F-ACCVIO when using WSIT

Hi

I'm trying to add a web service using WSIT, but I get the following error, when I call the web service:

System.Web.Services.Protocols.SoapException: com.hp.wsi.WsiServerException: %SYSTEM-F-ACCVIO, access violation, reason mask=!XB, virtual address=!XH, PC=!XH, PS=!XL
at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at TestWSIT.Messages_Service.messagesImplService.p_med_send_ext(Int32 in0, Int32 in1, String in2,
Int32 in3, Int32 in4, String in5, Int32 in6, Int32 in7, Int32 in8, String in9, Int32 in10, String i
n11, String in12, Int32 in13, Int32 in14, Int32 in15, String in16, Int32 in17, String in18, Int32 in
19, String in20, Int32 in21, String in22, Int32 in23, Int32 in24, Int32 in25, Int32 in26, Int32 in27
, Int32 in28) in C:\Documents and Settings\holdgmic\Dokumenter\Visual Studio 2005\Projects\TestWSIT\TestWSIT\Web References\Messages_Service\Reference.cs:line 108
at TestWSIT.Program.GetMessages() in C:\Documents and Settings\holdgmic\Dokumenter\Visual Studio 2005\Projects\TestWSIT\TestWSIT\Program.cs:line 60

There isn't much hint in this error message, I think. Anyone have an idea?

/Michael
2 REPLIES 2
labadie_1
Honored Contributor

Re: SYSTEM-F-ACCVIO when using WSIT

You have not posted your Vms version, architecture (Alpha, Itanium)

Do you meet the requirements

OpenVMS I64 Version 8.2 or higher - or -

· OpenVMS Alpha Version 7.3-2 or higher

· ODS-5 disk

I see at
http://h71000.www7.hp.com/openvms/products/ips/wsit/wsit-install.html#RequirementsChap

?

Can you post your patches ?
$ set term/wid=132
$ prod sh prod /fu
$ prod sh hist /fu
Michael Holdgaard
New Member

Re: SYSTEM-F-ACCVIO when using WSIT

Hi Labadie

We are running on an Alpha, OpenVMS ver 7.3-2 and Java 1.4.2

I can run some other web services on the Alpa, so I think, that WSIT is running. I added a new web service and got this error - just wanted to check, if anyone knew this error?

Thanks

/Michael