Re: PersistentManager and ClassNotFoundException

2024-05-30 Thread Jakub Królikowski
Hi Christopher, On Thu, May 30, 2024 at 1:40 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > Jakub, > > On 5/30/24 05:25, Jakub Królikowski wrote: > >> Where is your configuration located? It *should* be inside > >> your located in META-INF/co

Re: PersistentManager and ClassNotFoundException

2024-05-30 Thread Jakub Królikowski
Hello Chris, On Tue, May 28, 2024 at 6:38 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > Jakub, > > On 5/24/24 09:31, Jakub Królikowski wrote: > > On Fri, May 24, 2024 at 11:23 AM Mark Thomas wrote: > > > >> Can you provide the simples

Re: PersistentManager and ClassNotFoundException

2024-05-24 Thread Jakub Królikowski
On Fri, May 24, 2024 at 11:23 AM Mark Thomas wrote: > Can you provide the simplest web application (with source) that > replications the problem? > > Mark > > > On 23/05/2024 23:45, Jakub Królikowski wrote: > > Hi, > > > > I'm working with Tomcat 10.1

PersistentManager and ClassNotFoundException

2024-05-23 Thread Jakub Królikowski
Thread.java:63) at java.base/java.lang.Thread.run(Thread.java:1583) I guess this means that the two managers use ClassLoader differently. How to get the PersistentManager to work in this case? Best regards, -- Jakub Królikowski

Re: Tomcat 6 crash, no log, no hs_err_pid file

2011-05-06 Thread Jakub Królikowski
On Fri, May 6, 2011 at 9:45 AM, Mikolaj Rydzewski wrote: > On Fri, 6 May 2011 02:38:39 +0200, Jakub Królikowski wrote: > >> Well, my app is under intensive development now and I need to reload >> context quite often. >> I know it's a big numbers, but without that aft

Re: Tomcat 6 crash, no log, no hs_err_pid file

2011-05-06 Thread Jakub Królikowski
On Fri, May 6, 2011 at 10:10 AM, Mark Thomas wrote: > On 06/05/2011 08:41, Mikolaj Rydzewski wrote: >> On Fri, 6 May 2011 02:35:17 +0200, Jakub Królikowski wrote: >> >>>> My $0.02: do not run tomcat as root. >>> >>> Why? >> >> For securit

Re: Tomcat 6 crash, no log, no hs_err_pid file

2011-05-06 Thread Jakub Królikowski
On Fri, May 6, 2011 at 9:47 AM, Mikolaj Rydzewski wrote: > On Fri, 06 May 2011 09:42:12 +0200, André Warnier wrote: > >> Naive question : and is this a normal thing to happen, or does it >> indicate a problem ? > > Unfortunately it's a normal thing when redeploying hibernate webapps. > > -- > Miko

Re: Tomcat 6 crash, no log, no hs_err_pid file

2011-05-05 Thread Jakub Królikowski
On Thu, May 5, 2011 at 3:03 PM, Thomas Freitag wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi Jakub, > > On 05/05/2011 02:19 AM, Jakub Królikowski wrote: >> I made an Tomcat and JVM upgrade few weeks ago (to Tomcat 6.0.32 and >> jdk 1.6.0.24), and

Re: Tomcat 6 crash, no log, no hs_err_pid file

2011-05-05 Thread Jakub Królikowski
On Thu, May 5, 2011 at 8:54 AM, Mikolaj Rydzewski wrote: > On Thu, 5 May 2011 02:19:59 +0200, Jakub Królikowski wrote: > >> Before upgrade, if jvm crashed, the hs_err_pid*.log file was always in >> root home directory. > > My $0.02: do not run tomcat as root. Why? &

Re: Tomcat 6 crash, no log, no hs_err_pid file

2011-05-05 Thread Jakub Królikowski
On Thu, May 5, 2011 at 3:03 AM, Caldarale, Charles R wrote: >> From: Jakub Królikowski [mailto:ja...@pakamera.com.pl] >> Subject: Tomcat 6 crash, no log, no hs_err_pid file > >> sometimes, even once a day, Tomcat stops suddenly. There is no java >> process any

Re: "Expire sessions" button in Tomcat Manager

2011-05-04 Thread Jakub Królikowski
On Wed, May 4, 2011 at 9:35 PM, Konstantin Kolinko wrote: > 2011/5/4 Jakub Królikowski : >> Chris, >> >> I checked sources, HTMLManagerServlet.java is the answer. >> Button "expire" is showing only if application is deployed, it's >> hidden when app

Tomcat 6 crash, no log, no hs_err_pid file

2011-05-04 Thread Jakub Królikowski
Hi, I made an Tomcat and JVM upgrade few weeks ago (to Tomcat 6.0.32 and jdk 1.6.0.24), and since that time I can notice a very strange behavior: sometimes, even once a day, Tomcat stops suddenly. There is no java process anymore, there is no errors in catalina.out log file, and, what is the most

Re: "Expire sessions" button in Tomcat Manager

2011-05-04 Thread Jakub Królikowski
ultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Jakub, > > On 4/30/2011 9:19 PM, Jakub Królikowski wrote: >> In Tomcat Manager, on the application list, there is a button "Expire >> sessions"  available only for "/manager"

"Expire sessions" button in Tomcat Manager

2011-04-30 Thread Jakub Królikowski
Hello, I'm using Tomcat 6.0.32. My app is configured in server.xml file like this:                           In Tomcat Manager, on the application list, there is a button "Expire sessions" available only for "/manager" application. How should I configure tomcat to get this button for my app