|
Yeah, SF99529 level 70. SF99503 level 8 SF99314 level 2 SF99269 level 9 SF99099 level 7 I guess we're in need of an update. Michael Schutte Dig in! Bob Evans New Knife & Fork Sandwiches - This much homestyle goodness demands a Knife & Fork! rpg400-l-bounces@xxxxxxxxxxxx wrote on 10/05/2006 02:03:58 PM:
SF99530 is a cume. Not necessarily the latest cume. :-) Do the following: WRKPTFGRP The latest cume for V5R3 is: 6178 which roughly stands for 6=2006, 178=Julian date 178 of that year http://www-912.ibm.com/a_dir/as4ptf. nsf/a18db68aae4a7d81862566ba005d145c/19709e6bb455ea7a86256ead001605a2? OpenDocument Now, I forget which release of WRKPTFGRP first started listing the cume. You may have to do a DSPPTF 5722999 Then your first one should be TL06178. The groups, and their levels, that I would be concerned about for this problem are: SF99529: 530 Group Hiper Level 100 SF99503: 530 DB2 UDB for iSeries Level 13 SF99314: 530 TCP/IP Group PTF Level 8 SF99269: 530 Java Level 12 SF99099: 530 IBM HTTP Server for iSeries Level 11 http://www-912.ibm.com/s_dir/sline003.nsf/GroupPTFs? OpenView&Start=1&Count=30&Expand=3#3 Rob Berendt -- Group Dekko Services, LLC Dept 01.073 PO Box 2000 Dock 108 6928N 400E Kendallville, IN 46755 http://www.dekko.com Michael_Schutte@xxxxxxxxxxxx Sent by: rpg400-l-bounces@xxxxxxxxxxxx 10/05/2006 12:48 PM Please respond to RPG programming on the AS400 / iSeries <rpg400-l@xxxxxxxxxxxx> To RPG programming on the AS400 / iSeries <rpg400-l@xxxxxxxxxxxx> cc Subject RE: Free Java Objects In RPG Okay, stupid question. Where do I found if I'm update to date with these ptfs (this is new to me)? I think the last one we have is SF99530. Michael Schutte Dig in! Bob Evans New Knife & Fork Sandwiches - This much homestyle goodness demands a Knife & Fork! rpg400-l-bounces@xxxxxxxxxxxx wrote on 10/05/2006 11:29:42 AM:I was seeing heap operation errors a couple of months ago on some http stuff. I applied the latest HTTP, database and group ptfs and it seemed to fix it. At least I haven't seen it since. This was on V5R3. HTH -----Original Message----- From: rpg400-l-bounces@xxxxxxxxxxxx [mailto:rpg400-l-bounces@xxxxxxxxxxxx] On Behalf Of Michael_Schutte@xxxxxxxxxxxx Sent: Thursday, October 05, 2006 10:19 AM To: rpg400-l@xxxxxxxxxxxx Subject: Free Java Objects In RPG Good morning all, I'm having trouble with one of CGI Web RPG programs. This particular web program is using java to get data from a windows machine. At the start of the program, I start my grouping of java objects. temp = BldJavaStr('a'); env = getJniEnv(); beginObjGroup (env : 10000); Then go on to execute my custom java apps to retrieve the data. When finished, I free my object group. endObjGroup (env); freeLocalRef (env : temp); This works most of the time, however there are times when I get the following messages in the job log... The requested heap space operation is invalid. The pointer parameter passed to free or realloc is not valid. These don't stop the program from running, however, there are times a system error will pop up (this doesn't occur on every run) and cause
the
program to stop running. Additional Message Information Message ID . . . . . . : RNQ0299 Severity . . . . . . . : 99 Message type . . . . . : Sender copy Date sent . . . . . . : 10/05/06 Time sent . . . . . . : 10:36:47 Message . . . . : The RPG dump failed due to error (C). Cause . . . . . : The dump of the RPG procedure was halted because
of
a system error. Recovery . . . : Check the status of service program QRNXIE and
file
QPPGMDMP. Possible choices for replying to message . . . . . . . . . . . . . . . : C -- Cancel processing S -- Obtain system dump Bottom Reply . . . : S Press Enter to continue. The message before this error message is on that I listed before. Pointer not set for location referenced. Additional Message Information Message ID . . . . . . : MCH3601 Severity . . . . . . . : 40 Message type . . . . . : Escape Date sent . . . . . . : 10/05/06 Time sent . . . . . . : 10:36:47 Message . . . . : Pointer not set for location referenced. Cause . . . . . : A pointer was used, either directly or as a basing pointer, that has not been set to an address. Bottom Press Enter to continue. F3=Exit F6=Print F9=Display message details F12=Cancel F21=Select assistance level Does anyone have experience with this error message? I thought it had something to do with the temp variable (temp = BldJavaStr('a');) when passed to the freelocalref procedure. I just can't seem to figure out what's going on. Michael Schutte Dig in! Bob Evans New Knife & Fork Sandwiches - This much homestyle goodness demands a Knife & Fork! -- This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing list To post a message email: RPG400-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/rpg400-l or email: RPG400-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at http://archive.midrange.com/rpg400-l. -- This is the RPG programming on the AS400 / iSeries (RPG400-L) mailinglistTo post a message email: RPG400-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/rpg400-l or email: RPG400-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at http://archive.midrange.com/rpg400-l.-- This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing
list
To post a message email: RPG400-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/rpg400-l or email: RPG400-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at http://archive.midrange.com/rpg400-l. -- This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing
list
To post a message email: RPG400-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/rpg400-l or email: RPG400-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at http://archive.midrange.com/rpg400-l.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.