101
Views
8
Comments
Error 404 occurs when running a process
Question
 Hi guys,

 Has somebody already encountered this kind of error wherein when a process is executing, Error 404 occurs?
 Our process does not access any URL that is why we were wondering why the Error 404 was issued. Our process only involves creating records in the database.




We checked the Process Monitoring section in the Service Center but there were no errors listed in the processes.
 

404NotHound.jpg
2020-09-15 13-07-23
Kilian Hekhuis
 
MVP
The 404 is caused by a SOAP call that apparently points to nowhere. Are you sure you don't call a SOAP action?
UserImage.jpg
Lawrence Arielle .
 
Hi Killian,

   We do not use any SOAP action in our logic. it only creates records in the database.
  
2020-09-15 13-07-23
Kilian Hekhuis
 
MVP
From the stack trace, I gather there's a process started, and the launch triggers the 404. I can't see much more.
2017-10-09 20-45-22
André Siébra
As far as I know, a BPT process works with SOAP webservices behind (so it explains the error you are getting), but that's all I got...
2020-09-15 13-07-23
Kilian Hekhuis
 
MVP
Maybe a BPT licensing problem?
2017-10-09 20-45-22
André Siébra
I don't believe so, since it is available on personal envinroments.. and  I've never heard about license problems with BPT.
2020-09-15 13-07-23
Kilian Hekhuis
 
MVP
Andre,

The fact it's available on personal environments says nothing, as it *isn't* available on a standard licence, afaik (i.e. it has to be licenced separetely).
2018-05-03 15-19-41
Miguel João
Staff
Hello Lawrence,

The error occurs when the OutSystems Platform is attempting to call the BPT handler to run a process or activity. It does this by calling the url https://127.0.0.1/EIS/_ActivityHandler.asmx. This is not license related, as if it were not licensed, the call would never be made.

EDITED:

The problem seems to be inside the action Bacth_BillingPayjur_Premium. You're seem to be calling a Process_Launch that is returning the 404 error. Do you have another error in the error logs next to this one? Also check that the espace was properly deployed on this server (EIS-STAG).

Cheers


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.