[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Ftpapi] Application error. MCH3601 unmonitored by YAJL at statement 0000000001



I would really appreciate some help here.

Thanks,

Jose


On Monday, January 14, 2019, 1:23:58 PM GMT+8, Jose Tumbaga <diamond_jose@xxxxxxxxx> wrote:


Hi,

In the CUSTDETAIL sample program, how was the web service defined in the Apache server? My problem maybe in the definition of the web service in the Apache server.

Thanks,

Jose


On Monday, January 14, 2019, 8:51:35 AM GMT+8, Jose Tumbaga <diamond_jose@xxxxxxxxx> wrote:


Hi,

Please help me resolve this issue with run time exception error. The error appears both in SOAPUI and Postman, when I try to send JSON data to our iSeries machine.

Regards,

Jose Tumbaga


On Friday, January 11, 2019, 7:35:54 PM GMT+8, Jose Tumbaga <diamond_jose@xxxxxxxxx> wrote:


Hi,

I am creating a web service for the first time in our IBM i machine. Currently, I have an RPG program that accepts as input JSON data from HTTP server, using HTTP POST method.

I keep getting the following error message:

java.lang.RuntimeException: Invocation of program failed.
AS400Message (ID: CEE9901 text: Application error.  MCH3601 unmonitored by YAJL at statement 0000000001, instruction X'0000'.):com.ibm.as400.access.AS400Message@c93517ec

Please help me resolve this error. Can't seem to determine if this is a setup error when I deployed the service, or a problem with user access, or a problem with the program itself.

I used the following code to accept the JSON data from HTTP input, following the standard declaration from the sample RESP API program codes.

    docNode = yajl_stdin_load_tree( *ON: errMsg );   
    if errMsg <> '';                                 
       cusord.errMsg = 'json parse: ' + errMsg;      
       cusord.success = *off;                        
       yajl_writeStdout(500: errMsg);                
    endif;

Can't seem to get past the first line of code.


Thanks in advance.


Jose Tumbaga

-- 
_______________________________________________
Ftpapi mailing list
Ftpapi@xxxxxxxxxxxxxxxxxxxxxx
http://scottklement.com/mailman/listinfo/ftpapi