Re: [Resin-interest] Best Way to Track Down Random Resin Restarts

2011-08-10 Thread Shane Cruz
hope this eventually helps someone else with the same problem. Thanks, Shane From: resin-interest-boun...@caucho.com [mailto:resin-interest-boun...@caucho.com] On Behalf Of Shane Cruz Sent: Thursday, February 17, 2011 6:18 PM To: General Discussion for the Resin application server Subject: Re

Re: [Resin-interest] Best Way to Track Down Random Resin Restarts

2011-02-17 Thread Shane Cruz
...@caucho.com wrote: Shane Cruz wrote: We are running Resin Pro 3.0.25 on RHEL 5.5 and using 64-bit Sun JDK 1.6.0_05. Recently, we have started seeing several incidents where the Resin JVM seems to just randomly get restarted. There is nothing in the logs to indicate that the JVM

Re: [Resin-interest] Best Way to Track Down Random Resin Restarts

2011-02-17 Thread Shane Cruz
, 2011 at 2:06 PM, Scott Ferguson f...@caucho.com wrote: Shane Cruz wrote: So, with full debug logging turned on, I did see this exception in the logs right before the restart: [13:55:37.603] com.caucho.log.EnvironmentLogger.log com.caucho.config.ConfigException: OpenSSL can't open

[Resin-interest] Best Way to Track Down Random Resin Restarts

2011-02-11 Thread Shane Cruz
We are running Resin Pro 3.0.25 on RHEL 5.5 and using 64-bit Sun JDK 1.6.0_05. Recently, we have started seeing several incidents where the Resin JVM seems to just randomly get restarted. There is nothing in the logs to indicate that the JVM was shutdown cleanly or a restart was attempted, the

[Resin-interest] Resin LineConfigException and InstantiationException at Startup

2009-10-01 Thread Shane Cruz
We are running Resin Pro 3.0.23 on RHEL 5.3 and are seeing occasional errors after a restart that are causing 500 exceptions to be thrown when JSPs are loaded. This has now happened two times in the past several weeks and we can't seem to figure out what is causing this. Here are the lines we

Re: [Resin-interest] Sometimes resin can find jdbc driver in webapp, other times no. What gives?

2009-06-25 Thread Shane Cruz
If you define your database pools at the server level in resin.conf, then you need to put the JDBC drivers in the resin/lib directory so the pools can be created when the server starts. Privileged/Confidential Information may be contained in this message. If you are not the addressee indicated in

Re: [Resin-interest] Does dependency-check-interval affect jspchanges?

2009-06-16 Thread Shane Cruz
JSP is handled separately and has its own check interval. The concepts are similar, of course, but the actual needs are different enough that it made more sense to configure them separately. Is that only in Resin 3.1 and later or is that also in 3.0? Is the JSP check interval configurable?

Re: [Resin-interest] Blank Welcome Pages

2008-04-20 Thread Shane Cruz
1:47 PM To: General Discussion for the Resin application server Subject: Re: [Resin-interest] Blank Welcome Pages On Apr 18, 2008, at 3:23 PM, Shane Cruz wrote: We are using Resin Pro 3.0.24 and have noticed an intermittent problem that is rather weird. After the JVM has been running

Re: [Resin-interest] 3.0.25 changes?

2008-01-22 Thread Shane Cruz
Does issue #2154 also affect cluster/tcp store or just JDBC store? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sam Sent: Tuesday, January 15, 2008 8:29 AM To: General Discussion for the Resin application server Subject: Re: [Resin-interest] 3.0.25

Re: [Resin-interest] Could not find datasource

2007-12-03 Thread Shane Cruz
Can you try?: property name=connection.datasourcejdbc/RO_DS1/property From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Guru Sent: Monday, December 03, 2007 10:39 AM To: General Discussion for the Resin application server Subject: Re:

Re: [Resin-interest] point resin to alternative webapps directory andgive it a context name

2007-11-13 Thread Shane Cruz
You might want to consider looking at something like the Improve Resin Plugin for Eclipse: http://www.improve-technologies.com/alpha/resin/ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mehdi Bennani Sent: Tuesday, November 13, 2007 6:49 PM

Re: [Resin-interest] Debugging Resin Apps in/with Eclipse

2007-08-14 Thread Shane Cruz
How are you passing the arguments to the JVM? In Resin 3.0, that was done with specifying args in httpd.sh. In Resin 3.1 you need to specify the arguments in resin.conf as shown here: http://www.caucho.com/resin-3.1/doc/server-tags.xtp#jvm-arg Shane