RE: Severe Errrors encountered in Tomcat when running a Struts2 project...

2013-02-04 Thread Caldarale, Charles R
> From: Howard W. Smith, Jr. [mailto:smithh032...@gmail.com] > Subject: Re: Severe Errrors encountered in Tomcat when running a Struts2 > project... > Chuck, if you look at Tripti's details above (in OP), it seems as > though Tripti desires to run 64-bit veresion of tomcat7.0.35 on 64-bit > JVM.

Re: Severe Errrors encountered in Tomcat when running a Struts2 project...

2013-02-04 Thread Howard W. Smith, Jr.
On Mon, Feb 4, 2013 at 11:31 AM, Tripti Mehta wrote: > > Hello Sir, > > Please help. I am a newbie trying to learn Application Develipment using > java and Struts2. > The details of my system and tomcat versions are : > Tomcat is : 7.0.35 > Java jdk- 1.7 > My system details are: Dell Laptop > OS -

Re: Severe Errrors encountered in Tomcat when running a Struts2 project...

2013-02-04 Thread Tripti Mehta
Chuck, Thank you so much helping. On Mon, Feb 4, 2013 at 12:05 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Tripti Mehta [mailto:mehtatript...@gmail.com] > > Subject: Severe Errrors encountered in Tomcat when running a Struts2 > project... > > > java.lang.UnsatisfiedLi

SEVERE: Manager No session state send at 2/4/13 3:16 PM received, timing out after 60,089 ms.

2013-02-04 Thread Zippy Zeppoli
Hi List, I am wondering what this message means. I looked for more of a description in the source, but I could not piece it together. Feb 4, 2013 3:16:14 PM org.apache.catalina.ha.session.DeltaManager getAllClusterSessions INFO: Manager [localhost#/myapp-0.1.0.BUILD-SNAPSHOT], requesting session s

Re: Tomcat and Sun/Oracle Java 7

2013-02-04 Thread André Warnier
Thanks to all. I got more than I was bargaining for. To summarise thus, if I understand correctly what was said here, and asking forgiveness in advance for pretty bad English style : - any well-written java application, which does not use any vendor-specific JVM API (or "internals") should be

Re: OT RE: Tomcat and Sun/Oracle Java 7

2013-02-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Nick, On 2/4/13 1:42 PM, Williams, Nick wrote: >> No wonder those guys were so reticent to change the JDBC API to >> (directly) support the upcoming Java Date & Time APIs: they've >> made everyone so angry in the past they don't want to do it again

OT RE: Tomcat and Sun/Oracle Java 7

2013-02-04 Thread Williams, Nick
> No wonder those guys were so reticent to change the JDBC API to > (directly) support the upcoming Java Date & Time APIs: they've made everyone > so angry in the past they don't want to do it again ;) > - -chris Chris, DID/WILL they update the JDBC API to support the new date/time API? Or did

Re: Tomcat and Sun/Oracle Java 7

2013-02-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Chuck, On 2/4/13 9:55 AM, Caldarale, Charles R wrote: >> From: André Warnier [mailto:a...@ice-sa.com] - the classes of a >> servlet that has been compiled under a Sun/Oracle Java 1.7 JDK >> will run fine under Tomcat 6 and a Sun/Oracle Java 1.6 JVM

Re: Tomcat and Sun/Oracle Java 7

2013-02-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 2/4/13 8:57 AM, Mark Thomas wrote: > On 04/02/2013 13:41, Caldarale, Charles R wrote: >>> From: Mark Thomas [mailto:ma...@apache.org] Subject: Re: Tomcat >>> and Sun/Oracle Java 7 >> What is the status of Tomcat vs Sun/oracle Java 7 ?

Re: Tomcat and Sun/Oracle Java 7

2013-02-04 Thread Jess Holle
On 2/4/2013 9:32 AM, Williams, Nick wrote: -Original Message- From: Jess Holle [mailto:je...@ptc.com] ... It's that you can't make Java source code which /implements /JDBC interfaces and make it compilable with both Java 6 and Java 7. The JDBC interfaces have new methods in Java 7 *and

RE: Severe Errrors encountered in Tomcat when running a Struts2 project...

2013-02-04 Thread Caldarale, Charles R
> From: Tripti Mehta [mailto:mehtatript...@gmail.com] > Subject: Severe Errrors encountered in Tomcat when running a Struts2 > project... > java.lang.UnsatisfiedLinkError: C:\Program Files (x86)\ > apache-tomcat-7.0.35\bin\tcnative-1.dll: Can't load AMD 64-bit .dll > on a IA 32-bit platform. Yo

Re: Tomcat and Sun/Oracle Java 7

2013-02-04 Thread Konstantin Kolinko
2013/2/4 André Warnier : > >(...) > > I apologise if these are more Java-level questions than Tomcat-level > questions, but as a sysadmin I have to decide which JVM to install, to run > Tomcat along with webapps which I receive pre-compiled, and other non-Tomcat > Java applications also precompiled

RE: Tomcat and Sun/Oracle Java 7

2013-02-04 Thread Williams, Nick
> -Original Message- > From: Jess Holle [mailto:je...@ptc.com] > > ... > It's that you can't make Java source code which /implements /JDBC interfaces > and make it compilable with both Java 6 and Java 7. The JDBC interfaces have > new methods in Java 7 *and* some of these new methods use

Re: Tomcat and Sun/Oracle Java 7

2013-02-04 Thread Jess Holle
It's not that Tomcat doesn't *run* fine with Java 7 even if you're making use of JDBC. And it's not that you can't have code that calls JDBC APIs that works fine with Java 6 and Java 7. It's that you can't make Java source code which /implements /JDBC interfaces and make it compilable with b

RE: Tomcat and Sun/Oracle Java 7

2013-02-04 Thread Caldarale, Charles R
> From: André Warnier [mailto:a...@ice-sa.com] > Subject: Re: Tomcat and Sun/Oracle Java 7 > - tomcat 6 will run fine under a Sun/Oracle Java 1.6 JVM > - tomcat 7 will run fine under a Sun/Oracle Java 1.6 JVM > - tomcat 6 will run fine under a Sun/Oracle Java 1.7 JVM > - tomcat 7 will run fine un

Re: Tomcat and Sun/Oracle Java 7

2013-02-04 Thread Mark Thomas
On 04/02/2013 14:39, André Warnier wrote: > Mark Thomas wrote: >> On 04/02/2013 13:41, Caldarale, Charles R wrote: From: Mark Thomas [mailto:ma...@apache.org] Subject: Re: Tomcat and Sun/Oracle Java 7 > What is the status of Tomcat vs Sun/oracle Java 7 ? I vaguely > remember seein

Re: Help in diagnosing server unresponsiveness

2013-02-04 Thread Konstantin Kolinko
2013/2/3 Zoran Avtarovski : > Thanks for the reply Chris, > > The crash is more a hang than a crash as we don't get OOME. The app just > stops responding and the monitoring data shows spikes in memory and CPU to > 100% and then nothing. I can't find anything in the linux system logs or > in the tom

Re: Tomcat and Sun/Oracle Java 7

2013-02-04 Thread André Warnier
Mark Thomas wrote: On 04/02/2013 13:41, Caldarale, Charles R wrote: From: Mark Thomas [mailto:ma...@apache.org] Subject: Re: Tomcat and Sun/Oracle Java 7 What is the status of Tomcat vs Sun/oracle Java 7 ? I vaguely remember seeing some messages on this list about some kind of incompatibility.

Re: Tomcat and Sun/Oracle Java 7

2013-02-04 Thread Mark Thomas
On 04/02/2013 13:41, Caldarale, Charles R wrote: >> From: Mark Thomas [mailto:ma...@apache.org] Subject: Re: Tomcat and >> Sun/Oracle Java 7 > >>> What is the status of Tomcat vs Sun/oracle Java 7 ? I vaguely >>> remember seeing some messages on this list about some kind of >>> incompatibility. >

RE: Tomcat and Sun/Oracle Java 7

2013-02-04 Thread Caldarale, Charles R
> From: Mark Thomas [mailto:ma...@apache.org] > Subject: Re: Tomcat and Sun/Oracle Java 7 > > What is the status of Tomcat vs Sun/oracle Java 7 ? > > I vaguely remember seeing some messages on this list about some kind of > > incompatibility. > There are no known issues. Although there are no i

Re: Help in diagnosing server unresponsiveness

2013-02-04 Thread Howard W. Smith, Jr.
On Sun, Feb 3, 2013 at 12:39 PM, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Howard, > > On 2/1/13 6:27 PM, Howard W. Smith, Jr. wrote: >> For now, I want a cluster of at least 2 or 3 tomcat servers for >> fault-tolerance and load balancing. > > If your requi

Re: Tomcat and Sun/Oracle Java 7

2013-02-04 Thread Mark Thomas
On 04/02/2013 09:37, André Warnier wrote: > Hi. > What is the status of Tomcat vs Sun/oracle Java 7 ? > I vaguely remember seeing some messages on this list about some kind of > incompatibility. > But I cannot find anything readily mentioned in Tomcat 7's Release Notes > or similar places. There a

Tomcat and Sun/Oracle Java 7

2013-02-04 Thread André Warnier
Hi. What is the status of Tomcat vs Sun/oracle Java 7 ? I vaguely remember seeing some messages on this list about some kind of incompatibility. But I cannot find anything readily mentioned in Tomcat 7's Release Notes or similar places. --