Page 1 of 1

Your Session ended - Application job has ended PUI0009

Posted: Sun Jan 19, 2014 6:55 pm
by SDeanD
All of a sudden I am getting this issue.

I have started and stopped server instance.

NO PUI programs will execute

Job 154468/QTMHHTTP/PROFOUNDUI started on 01/19/14 at 17:30:52 in
subsystem QHTTPSVR in QHTTPSVR. Job entered system on 01/19/14 at
17:30:52.
This is a CGI job for IBM HTTP Server instance PROFOUNDUI.
Ownership of object PUISSNP in QTEMP type *FILE changed.
Ownership of object PUISSNVP in QTEMP type *FILE changed.
Current library changed to *CRTDFT.
Library list changed.
The application job has ended.


I can not even debug it. it fails before it hits my program. Te above reference is all I have found in Wrkactjob not sure if it is related.

thanks,
Dean

Re: Your Session ended - Application job has ended PUI0009

Posted: Sun Jan 19, 2014 7:07 pm
by SDeanD
Small Update:

It seems like my first parm is not being passed into the called progam? Ending Immediately when called with the following Joblog:
Job 154489/QTMHHTTP/PROFOUNDUI started on 01/19/14 at 18:00:24 in
subsystem QHTTPSVR in QHTTPSVR. Job entered system on 01/19/14 at
18:00:24.
Current library changed to *CRTDFT.
Library list changed.
Result of SELECT more than one row.
Pointer not set for location referenced.
Function check. MCH3601 unmonitored by FMSGUI at statement 0000000453,
instruction X'0000'.
Pointer or parameter error (C G D F).


I did stop the server instance and restart it? then had problems.

Your Session ended - Application job has ended PUI0009

Posted: Sun Jan 19, 2014 7:51 pm
by SDeanD
Another UPDATE:

I think I have discovered the Cause.
My Runtime support FMSGUI uses a 9 Long Pram that has the Session Id a 9 long A/N ID. it just wrapped to the last 2 digits being P2 ...

http://173.197.248.14:8080/profoundui/a ... AAAP2&l1=9

I advanced to AAAAAAAQ1 ... Still bombed

Stumped,
Dean

Re: Your Session ended - Application job has ended PUI0009

Posted: Mon Jan 20, 2014 1:20 am
by SDeanD
SOLUTION:

I had removed 2 Libraries from the system library list.
PROFOUNDUI
FMSV4CTRL

They were removed days ago. But, did not cause issue till the server instance restarted.

I added them to the user library list and everything is fine.


thanks.

Dean