Re: Java 7 + Tomcat 6.0.35 + Win2k3 Problem

2012-07-07 Thread Mark Thomas
On 14/03/2012 19:18, pricyber wrote: > I downloaded the apache source code and commented out the line in > org.apache.tomcat.util.net.SocketProperties.setProperties(SocketProperties.java:184) > where it say > socket.setTrafficClass(soTrafficClass); > > And it works, but not sure if there are any

Re: NullPointerException/java.util.logging.ErrorManager: 5 when have

2012-07-07 Thread ohaya
Mark Thomas wrote: > On 07/07/2012 17:33, oh...@cox.net wrote: > > Trace A: > > java.util.logging.ErrorManager: 5 > > java.lang.NullPointerException > > at > > java.util.ListResourceBundle.handleGetObject(ListResourceBundle.java:109) > > at java.util.ResourceBundle.getObje

Re: confused by tomcat6/7 docs

2012-07-07 Thread Olivier Lamy
Yup because currently not all goals from tomcat6 have been implemented in tomcat7. http://tomcat.apache.org/maven-plugin-2.0-SNAPSHOT/tomcat6-maven-plugin/plugin-info.html whereas. http://tomcat.apache.org/maven-plugin-2.0-SNAPSHOT/tomcat7-maven-plugin/plugin-info.html You can load an issue (if p

Re: NullPointerException/java.util.logging.ErrorManager: 5 when have

2012-07-07 Thread Mark Thomas
On 07/07/2012 17:33, oh...@cox.net wrote: Trace A: > java.util.logging.ErrorManager: 5 > java.lang.NullPointerException > at > java.util.ListResourceBundle.handleGetObject(ListResourceBundle.java:109) > at java.util.ResourceBundle.getObject(ResourceBundle.java:368) > at ja

Re: NullPointerException/java.util.logging.ErrorManager: 5 when have

2012-07-07 Thread ohaya
Mark Thomas wrote: > On 07/07/2012 13:40, oh...@cox.net wrote: > > Can anyone tell me what might be causing the error, and how I can eliminate > > the problem? > > Since you have removed the part of the stack trace that might tell use > what the cause is, no. > > Mark Hi Mark, Sorry

Re: Tomcat 7 Cluster Issue

2012-07-07 Thread Mark Thomas
On 15/03/2012 10:14, Pid wrote: > On 12/03/2012 22:14, Bruce Pease wrote: >> I am using a windows 2003 server 32 bit standard edition SP2 with IIS 6. I >> have an isapi_redirect.dll v.1.2.31 communicating to tomcat via ajp1.3. JDK >> version was 7.03, and tomcat version is 7.0.26. Tomcat is inst

Re: NullPointerException/java.util.logging.ErrorManager: 5 when have

2012-07-07 Thread Mark Thomas
On 07/07/2012 13:40, oh...@cox.net wrote: > Can anyone tell me what might be causing the error, and how I can eliminate > the problem? Since you have removed the part of the stack trace that might tell use what the cause is, no. Mark

NullPointerException/java.util.logging.ErrorManager: 5 when have

2012-07-07 Thread ohaya
Hi, I have a simple servlet deployed to Tomcat 6.0.35, and when I enable in the web.xml, so that the servlet's init() method gets run when Tomcat starts up, I get: . . In LoginServlet.init: Returned from calling CreateDefaultInstance... In LoginServlet.init: FINISHED initializing!! Jul 7, 2012