Re: Java 7 + Tomcat 6.0.35 + Win2k3 Problem

2012-03-31 Thread pricyber
Any updates on this? -- View this message in context: http://tomcat.10.n6.nabble.com/Java-7-Tomcat-6-0-35-Win2k3-Problem-tp4566739p4674549.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-

Re: Java 7 + Tomcat 6.0.35 + Win2k3 Problem

2012-03-27 Thread pricyber
I've confirm that -Djava.net.preferIPv4Stack=true made no difference to the Java 7 setup. -- View this message in context: http://tomcat.10.n6.nabble.com/Java-7-Tomcat-6-0-35-Win2k3-Problem-tp4566739p4661984.html Sent from the Tomcat - User mailing list archive at Nabble.com. ---

Re: Java 7 + Tomcat 6.0.35 + Win2k3 Problem

2012-03-18 Thread pricyber
I confirm that -Djava.net.preferIPv4Stack=true or = false made no differnece to the Java 7 setup. Thanks alot! -- View this message in context: http://tomcat.10.n6.nabble.com/Java-7-Tomcat-6-0-35-Win2k3-Problem-tp4566739p4630889.html Sent from the Tomcat - User mailing list archive at Nabble.c

Re: Java 7 + Tomcat 6.0.35 + Win2k3 Problem

2012-03-16 Thread pricyber
I am doing this at the moment. diff /apache-tomcat-6.0.35-src/java/org/apache/tomcat/util/net/SocketProperties.java < socket.setTrafficClass(soTrafficClass); --- > try { > socket.setTrafficClass(soTrafficClass); > } catch (Throwable t) { > //TODO: L

Re: Java 7 + Tomcat 6.0.35 + Win2k3 Problem

2012-03-16 Thread pricyber
OK. 1. Can you set the address field manually, rather than letting the defaults run? I tried with either "localhost", "127.0.0.1" still doesnt work. Also, can you please log "InetAddress.toString()" immediately before you do the above line? I suspect Inet4 v Inet6 is the culprit. Tried wi

Re: Java 7 + Tomcat 6.0.35 + Win2k3 Problem

2012-03-14 Thread pricyber
I did nothing in the xml files, but in the embedded tomcat I did this instead. connector = embedded.createConnector((String)null, port, Http11NioProtocol.class.getName()); -- View this message in context: http://tomcat.10.n6.nabble.com/Java-7-Tomcat-6-0-35-Win2k3-Problem-tp4566739p4619650.html S

Re: Java 7 + Tomcat 6.0.35 + Win2k3 Problem

2012-03-14 Thread pricyber
I did nothing in the xml files, but in the embedded tomcat I did this instead. connector = embedded.createConnector((String)null, port, Http11NioProtocol.class.getName()); -- View this message in context: http://tomcat.10.n6.nabble.com/Java-7-Tomcat-6-0-35-Win2k3-Problem-tp4566739p4619649.html S

Re: Java 7 + Tomcat 6.0.35 + Win2k3 Problem

2012-03-14 Thread pricyber
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 ill effects for doing that. This problem only o

Re: Java 7 + Tomcat 6.0.35 + Win2k3 Problem

2012-03-14 Thread pricyber
It look like a similar issue with Tomcat 7 http://tomcat.10.n6.nabble.com/Tomcat-7-Cluster-Issue-td4562937.html -- View this message in context: http://tomcat.10.n6.nabble.com/Java-7-Tomcat-6-0-35-Win2k3-Problem-tp4566739p4579220.html Sent from the Tomcat - User mailing list archive at Nabble.co

Re: Java 7 + Tomcat 6.0.35 + Win2k3 Problem

2012-03-13 Thread pricyber
I looked at the logs and I find this on Windows 2003 with Java 7 and tomcat 6.0.35 java.net.SocketException: Invalid argument: no further information at sun.nio.ch.Net.setIntOption0(Native Method) at sun.nio.ch.Net.setSocketOption(Net.java:279) at sun.nio.ch.SocketChannelImpl.setOption(SocketChan

Re: Java 7 + Tomcat 6.0.35 + Win2k3 Problem

2012-03-11 Thread pricyber
Using Orcale Java 7 u3. Will try to get some logs. Thanks A lot! On 2012-03-11, at 5:38 PM, Pid * [via Tomcat] wrote: > On 11/03/2012 21:07, Pid wrote: > > > On 11/03/2012 18:28, pricyber wrote: > >> Yes I used Http11NioProtocol , more specifically I used > >> H

Re: Java 7 + Tomcat 6.0.35 + Win2k3 Problem

2012-03-11 Thread pricyber
Windows 2008 and as well as Ubuntu. So the only problems lies with a combination of Windows 2003, Http11NioProtocol, and Java 1.7 Thanks. On 2012-03-11, at 1:48 PM, Konstantin Kolinko [via Tomcat] wrote: > 2012/3/11 pricyber <[hidden email]>: > > Using binaries downloaded in

Re: Java 7 + Tomcat 6.0.35 + Win2k3 Problem

2012-03-11 Thread pricyber
: > Am 11.03.2012 11:33, schrieb Pid: > > > On 11/03/2012 06:25, pricyber wrote: > >> Hi I recently upgrade JDK from 1.6 to 1.7u3. And tomcat no longer work on > >> Windows 2003, ie not sending response to any request either with https or > >> plain http. But t

Java 7 + Tomcat 6.0.35 + Win2k3 Problem

2012-03-10 Thread pricyber
Hi I recently upgrade JDK from 1.6 to 1.7u3. And tomcat no longer work on Windows 2003, ie not sending response to any request either with https or plain http. But the same code/setting works on Windows 7 and my ubuntu machine. Are there known issues with Java 7 and Win2k3 with Tomcat 6.0.35? Th