|
>Can you call this same stored procedure >twice within a single STRSQL session? Yup. With same or different parameters. Not a problem unless I DROP and CREATE the same Java-written SP without signing off. >Also, I believe the JVM ends when an >activation group ends so maybe something >like that is happening. Good thought. During STRSQL: ----Activation Group----- Number Name In Use Indicator 0000000001 *DFTACTGRP Yes 0000000002 *DFTACTGRP Yes 0000003166 QJVAJDBC No 0000001242 QLGLOCAL No 0000003178 QSQCLI No I haven't the time to test it now, but I will try to reclaim these system-created AGs to see if that works. >Are you calling a native program from your >java stored procedure that is causing an activation >group to end? No native calls, sort of. The way Java-written SPs work, the system creates a C program that runs in AG(*CALLER). Since I am running STRSQL straight off the command line (sign on, no initial program, STRSQL) it should be running in the default AG. >What level of commitment control are >you using on STRSQL? >Have you tried it with *NONE? *CHG. I will test *NONE. >PTF SI04186 looks like it may be a similar problem. >Is this PTF applied? No and I will check this out too. >If none of this works out, I'd open a problem >with SupportLine. Hopefully, they can have >you run a trace to see why the JVM is >disappearing. I don't think the JVM is disappearing; rather the opposite. I think that once the class is loaded into memory you can't change it. --buck
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.