Re: trouble starting tomcat: "error 0" on Windows 64bit SOLVED

2009-05-16 Thread will trillich
On Sat, May 16, 2009 at 7:35 PM, Caldarale, Charles R wrote: >> No catalina.out at all, and stderr and stdout are empty. Only the >> jakarta logs from when we tried running it as a service had any info, >> as previously reported. > That's because of your incorrect "server" option - tomcat never g

Re: startup.bat and catalina.bat -> NoClassDefFoundError: server SOLVED

2009-05-16 Thread will trillich
On Sat, May 16, 2009 at 7:30 PM, Caldarale, Charles R wrote: > Looks like you have set JAVA_OPTS or CATALINA_OPTS to "server" - which is > incorrect.  When used, it should be "-server"; however, since you're on a > 64-bit JVM, it's always in server mode, and the option is not needed. > >> start

RE: trouble starting tomcat: "error 0" on Windows 64bit

2009-05-16 Thread Caldarale, Charles R
> From: will trillich [mailto:trill...@gmail.com] > Subject: Re: trouble starting tomcat: "error 0" on Windows 64bit > > Intel Xeon E5530 running @ 2.40GHz That's AMD64 architecture, despite Intel's reluctance to admit it. > Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_18-b02) >

RE: startup.bat and catalina.bat -> NoClassDefFoundError: server

2009-05-16 Thread Caldarale, Charles R
> From: trill...@gmail.com [mailto:trill...@gmail.com] On Behalf Of > w...@serensoft.com > Subject: startup.bat and catalina.bat -> NoClassDefFoundError: server > > We find what the launch-tomcat command is from the startup.bat and > catalina.bat files, and paste that in directly at the command li

Re: Performance on socket reads

2009-05-16 Thread Bill Barker
"David kerber" wrote in message news:4a0dbf88.6030...@verizon.net... > Christopher Schultz wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> David, >> >> On 5/15/2009 12:22 PM, David kerber wrote: >> >>> But the code works; it just seems to be a little slow. >>> >> >> Gotcha. How

startup.bat and catalina.bat -> NoClassDefFoundError: server

2009-05-16 Thread w...@serensoft.com
First, I appreciate your responses and your help. Thanks! Here's my new question: Short version: We find what the launch-tomcat command is from the startup.bat and catalina.bat files, and paste that in directly at the command line, only to get: "Exception in thread "main" java.lang.NoClassDefFoun

Re: trouble starting tomcat: "error 0" on Windows 64bit

2009-05-16 Thread will trillich
On Sat, May 16, 2009 at 5:24 PM, Martin Gainty wrote: > just to clarify > statement reads you ARE dealing with binaries.. > > Martin Gainty Thanks, Martin, but... >> From: mgai...@hotmail.com >> To: users@tomcat.apache.org >> Subject: RE: trouble starting tomcat: "error 0" on Windows 64bit >> Da

RE: trouble starting tomcat: "error 0" on Windows 64bit

2009-05-16 Thread Martin Gainty
just to clarify statement reads you ARE dealing with binaries.. Martin Gainty __ Jogi és Bizalmassági kinyilatkoztatás/Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Ez az üzenet bizalmas. Ha nem ön az akinek szánva volt,

RE: trouble starting tomcat: "error 0" on Windows 64bit

2009-05-16 Thread Martin Gainty
read the sun documentation on what error0 means remember you're not dealing with binaries so error0 doesnt have to have any meaning except to the person that wrote the binary Sun suggest installing JRE64bit first then install JDK64bit https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_De

Re: trouble starting tomcat: "error 0" on Windows 64bit

2009-05-16 Thread w...@serensoft.com
On Sat, May 16, 2009 at 9:15 AM, Martin Gainty wrote: > Will- > > uninstall current java > uninstall current jre > http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6747473 We're not having any problem with "Internal Error 2318. C:\Windows\system32\java.exe"...? There are some interesting steps

Re: trouble starting tomcat: "error 0" on Windows 64bit

2009-05-16 Thread will trillich
On Sat, May 16, 2009 at 12:23 PM, Todd Hivnor wrote: > One troubleshooting suggestion would be to confirm that > Java itself is working. Use java -version, and run some > basic HelloWorld program. > > If Java isn't working, Tomcat won't stand a chance. Good point. :) Java is working -- we slappe

Re: trouble starting tomcat: "error 0" on Windows 64bit

2009-05-16 Thread will trillich
Thanks for your input, guys! Responses interleaved below: On Sat, May 16, 2009 at 12:16 PM, Caldarale, Charles R wrote: > AMD invented the x86-64 instruction set, and Intel copied it from them.   > However, > there is an older Intel 64-bit architecture called IA64 (aka Itanium); you'll > need >

Re: trouble starting tomcat: "error 0" on Windows 64bit

2009-05-16 Thread Mark Thomas
w...@serensoft.com wrote: > We're having a heck of a time getting tomcat running on windows server > 2003 enterprise x64 -- it barely gets started, and instantly quits. We > installed java from jdk-1_5_0_18-windows-amd64.exe which seems to be > the only 64-bit version available? Our processor is i

Re: trouble starting tomcat: "error 0" on Windows 64bit

2009-05-16 Thread Todd Hivnor
One troubleshooting suggestion would be to confirm that Java itself is working. Use java -version, and run some basic HelloWorld program. If Java isn't working, Tomcat won't stand a chance. - Original Message From: "w...@serensoft.com" To: users@tomcat.apache.org Sent: Friday, May

RE: trouble starting tomcat: "error 0" on Windows 64bit

2009-05-16 Thread Caldarale, Charles R
> From: trill...@gmail.com [mailto:trill...@gmail.com] On Behalf Of > w...@serensoft.com > Subject: trouble starting tomcat: "error 0" on Windows 64bit > > Our processor is intel, tho... Is there an intel-not-amd > version we missed? AMD invented the x86-64 instruction set, and Intel copied it f