-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
 Post subject: Nicht genügend Speicher im Zwischenspeicher für Anwendunge
PostPosted: Wed Nov 16, 2005 11:08 am 
Newbie

Joined: Wed Nov 16, 2005 10:58 am
Posts: 10
Hallo,

ich komme jetzt echt nicht mehr weiter. folgendes statement funktioniert wie gewünscht:

Code:
select acc from Request as acc inner join fetch acc.appsetup inner join fetch acc.modsetup inner join fetch acc.levsetup where (acc.requeststatus=3 or acc.requeststatus=5 ) and (upper(acc.firstapp) like '%B%') order by acc.appsetup.appId


sobald ich in der like-bedingung mehr als ein Zeichen habe

Code:
select acc from Request as acc inner join fetch acc.appsetup inner join fetch acc.modsetup inner join fetch acc.levsetup where (acc.requeststatus=3 or acc.requeststatus=5 ) and (upper(acc.firstapp) like '%KL%') order by acc.appsetup.appId


bekomme ich eine Exception:

Code:
[16.11.05 15:55:18:270 CET] 27a58bd5 JDBCException W org.hibernate.util.JDBCExceptionReporter  SQL Error: -954, SQLState: 57011

[16.11.05 15:55:18:280 CET] 27a58bd5 JDBCException E org.hibernate.util.JDBCExceptionReporter  [IBM][CLI Driver][DB2/NT] SQL0954C  Nicht genügend Speicher im Zwischenspeicher für Anwendungen (Application Heap) für die Verarbeitung der Anweisung.  SQLSTATE=57011


hat jemand eine Idee??

danke
v


Top
 Profile  
 
 Post subject:
PostPosted: Wed Nov 16, 2005 8:52 pm 
Newbie

Joined: Wed Nov 16, 2005 7:42 pm
Posts: 6
Hi

Also wenn dir speicher felh, dann kannst du das ändern, in dem du der VM sagt wieviel Speicher es verwenden soll.


Schau dir mal folgenden Link an.
http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/java.html

Hier stehen die Parameter für die VM.

Bye


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.