IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Memory setup for CICS running JAVA


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Nenad

New User


Joined: 06 Nov 2009
Posts: 9
Location: Croatia

PostPosted: Wed Jan 12, 2011 6:01 pm
Reply with quote

Hello,
is there anybody experienced in tuning memory pools in CICS running JAVA transactions?. We are unsure about the number of JVMs we could safely run.
Also in certain situations cics began restarting JVMs very frequently, we got many J9 TCB mismatches and cics consumes enormous CPU. Number of tasks is raising until eventually DSA memory is exhausted and CICS stops responding.
I can provide the CISC statistics if there is somebody to have a look.
Regards,

Nenad
Back to top
View user's profile Send private message
Bill O'Boyle

CICS Moderator


Joined: 14 Jan 2008
Posts: 2501
Location: Atlanta, Georgia, USA

PostPosted: Wed Jan 12, 2011 7:12 pm
Reply with quote

When you say "DSA" are you referring to 24-Bit User Storage or 31-Bit, which is "EUDSA"?

In the SIT, what is your EDSALIM parameter set to?

If you're not sure, issue a CEMT INQ SYSTEM and review the DSALIMIT and the EDSALIMIT.

Hopefully, the majority of your application programs run in Key 9 (EXECKey : User) and DAtalocation : Any (program is linked as AMODE 31 RMODE ANY) or perhaps 64-Bit (above the bar), which Java supports.

Sounds like you're running Threadsafe, having these multiple Java TCB's?

If you are running Threadsafe, ensure the applicable PPT entries specify COncurrency : Threadsafe and meet compliance for Threadsafe.

If any GLUE's or TRUE's are being used, ensure they are Threadsafe compliant as well.

What is your CICS Version/Release?

IMHO, IBM has sold the Mainframe community false promises because I hear nothing but problems related to Java and CICS.

Bill
Back to top
View user's profile Send private message
Earl Haigh

Active User


Joined: 25 Jul 2006
Posts: 475

PostPosted: Thu Jan 13, 2011 7:21 am
Reply with quote

YUK, running JAVA transactions in CICS -- good luck with that ![/quote]
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> CICS

 


Similar Topics
Topic Forum Replies
No new posts Using API Gateway from CICS program CICS 0
No new posts Running REXX through JOB CLIST & REXX 13
No new posts Calling Java method from batch COBOL ... COBOL Programming 5
No new posts Calling an Open C library function in... CICS 1
No new posts How to 'Ping' a CICS region in JCL CICS 2
Search our Forums:

Back to Top