• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

j2ee and AS400 Problem

 
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Friends

I write in this opportunity in order to explain my problem. I am working right now
in a J2EE application with a Web Tier (Struts ) and Ejb Tier (using BMP). The application is deployed in WAS 5.1 and the Database is DB2 over AS400.

Well I deployed the app in WAS and tested it with a single user and no problem everything was ok. Then I ran a Stress Test with 100 users and in System Err appear several times the following error

Row or object SPVPER in CPLAFVAC type *FILE in use

I am aware that the tables or rows are locked but I would like to obtain your feedback because I don�t know what could be the best practice here to avoid this problem, maybe some adjustment in the database or in the EJBs and This could be activities for the java developers or should be done for db2 DBA

Thanks lot friends
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic