Re: Garbace Collection executes 1GB but HEAP Size at 1.5GB!

2007-01-11 Thread starki78
> --- > > On 1/10/07, starki78 <[EMAIL PROTECTED]> wrote: > > > > Hi I'm profiling my application with -verboseGC. > > My maximum heap-size is > > XMS

Garbace Collection executes 1GB but HEAP Size at 1.5GB!

2007-01-10 Thread starki78
Hi I'm profiling my application with -verboseGC. My maximum heap-size is XMS is 1.5GB but the garbage collection always is executed when about 1GB is reached. Why is it so early? Is there anything to control this? I'm using Sun 1.4.2 Thanks and nice greetings Starki -

Re: Why can java.io.NotSerializableException occur?

2006-11-07 Thread starki78
is trying to write you object for sesion persistence... > > > 2006/11/7, starki78 <[EMAIL PROTECTED]>: > > > > We have a crash at tomcat 4. > > The thing I don't understand is the fact that > > the class causing this error has no default constructor and > >

Why can java.io.NotSerializableException occur?

2006-11-07 Thread starki78
We have a crash at tomcat 4. The thing I don't understand is the fact that the class causing this error has no default constructor and does not implement serializable. So why can this error occur? THANKS A LOT 2006-11-07 11:25:49 StandardManager[/pss] IOException while loading persi= sted sessi

Re: Help!Tomcat crashes:Waiting for instance(s) to be deallocated

2006-05-14 Thread starki78
00 Subject : Re: Help!Tomcat crashes:Waiting for instance(s) to be deallocated > Hi Starki78 > > I had this problem when using a singelton class that stored a datasource > in it. Everytime I pressed F5 really fast the web server would hang and > when I shutdown I got that same message. Appa

Help!Tomcat crashes:Waiting for instance(s) to be deallocated

2006-05-10 Thread starki78
Hi, we are working with Tomcat 4.1: I didn't find a proper cause in the log-files. Can someone help me please? How could this be possible?? 2006-05-11 06:53:35 StandardWrapper[/pss:action]: Waiting for 74 instance(s) to be deallocated 2006-05-11 06:53:36 StandardWrapper[/pss:jsp]: Waiting for 1

Accessing classes within an web-application from a shared folder

2006-04-07 Thread starki78
Hi, I made some tests during the last days with classes I put in the shared folder and others which are still in the web-application folder. The result is, that there is very very few to put shared!! For instance: I've a log class inside my webapplication and want it to be accessed from a clas

Error Message when classes are put in shared-Folder

2006-04-04 Thread starki78
Hello! I've classes within a web-application on tomcat-5 and everything works fine. Then I put these classes to the shared folder, I get this error: java.lang.NullPointerException org.apache.struts.taglib.TagUtils.retrieveMessageResources(TagUtils.java:1161) org.apache.struts.

Problem with following a link in Virtual Path!

2005-11-02 Thread starki78
Hi I've a problem with Tomcat! I've established a virtual-path called itpm_public that leads to a path: /mnt/data1/sambra_shares/itpm_public this works but after this folder I've a (soft) link to another folder. Tomcat tells me that the page cannot be displayed! Is there any possibility such as f

URL-Encoding Problems after Transformation from JRUN to TOMCAT

2005-10-19 Thread starki78
Hi I've the following problem that makes me a little bit mad with encoding a URL: JRUN URLEncoder.encode("downloads.jsp?group=<%=group%>"); -->Method works on JRUN TOMCAT 5.0 URLEncoder.encode("downloads.jsp?group=<%=group%>","iso-8859-1"); -->at the bottom of the explorer it is displayed w