Re: tomcat startup error, IBM DB2 related (database) [SPAM]

2024-09-27 Thread Shekhar Dhotre
Ok 👍 sorry about that, I thought it would help him. It was for free advice, not selling any service. SD From: Christopher Schultz Sent: Friday, September 27, 2024 8:36:36 PM To: users@tomcat.apache.org Subject: Re: tomcat startup error, IBM DB2 related

Re: tomcat startup error, IBM DB2 related (database) [SPAM]

2024-09-27 Thread Christopher Schultz
don't post service advertisements to this list. -chris -Original Message- From: Michael Lau Sent: 24 September 2024 13:28 To: users@tomcat.apache.org Cc: reggie.v.gokot...@accenture.com; neil.james.perdi...@accenture.com Subject: tomcat startup error, IBM DB2 related (database)

RE: tomcat startup error, IBM DB2 related (database)

2024-09-24 Thread Shekhar Dhotre
.james.perdi...@accenture.com Subject: tomcat startup error, IBM DB2 related (database) Good afternoon, we've been having trouble trying to start-up our server for a while, tried restarting again and again and error still persists we can't run our website. It's been ok for the past few w

Re: tomcat startup error, IBM DB2 related (database)

2024-09-24 Thread Mark Thomas
On 24/09/2024 08:58, Michael Lau wrote: here's a clip of the error from the cmd window of my friend: 0-Sep-2024 13:51:51.584 INFO [Timer-0] org.apache.catalina.loader.WebappClassLoaderBase.checkStateForResourceLoading Illegal access: this web application instance has been stopped already. Could

tomcat startup error, IBM DB2 related (database)

2024-09-24 Thread Michael Lau
Good afternoon, we've been having trouble trying to start-up our server for a while, tried restarting again and again and error still persists we can't run our website. It's been ok for the past few weeks it's just we failed to shut down the server properly and may have messed things up with resid

Re: tomcat startup error on windows 10

2019-10-01 Thread Mark Thomas
On 01/10/2019 22:12, Barry Kimelman wrote: > my laptop is windows 10 , 64 bit > > I am running tomcat 9.0.14. it has been running fine since I installed it, > until today. Today for the first time in a long while I could not start > tomcat. > > I found the following logfile >

tomcat startup error on windows 10

2019-10-01 Thread Barry Kimelman
my laptop is windows 10 , 64 bit I am running tomcat 9.0.14. it has been running fine since I installed it, until today. Today for the first time in a long while I could not start tomcat. I found the following logfile *** * C:\Tomcat_9_0_14\logs

Re: Tomcat startup error!

2011-05-15 Thread Konstantin Kolinko
2011/5/14 red phoenix : > I use tomcat 7.0.12 with hibernate 3,when I startup first,it can work well > and no errors.then I shutdown tomcat,and startup again,it raise following > warning information: > Warn: Failed to scan JAR [jndi:/localhost/examples/WEB-INF/lib/standard.jar] > from WEB-INF/lib >

RE: Tomcat startup error!

2011-05-13 Thread Caldarale, Charles R
> From: red phoenix [mailto:rodphoe...@gmail.com] > Subject: Tomcat startup error! > Warn: Failed to scan JAR [jndi:/localhost/examples/WEB-INF/lib/standard.jar] > from WEB-INF/lib > java.io.FileNotFoundException: > c:\apache-tomcat-7.0.12\temp\jar_cache1803949900871975219.tmp

Tomcat startup error!

2011-05-13 Thread red phoenix
I use tomcat 7.0.12 with hibernate 3,when I startup first,it can work well and no errors.then I shutdown tomcat,and startup again,it raise following warning information: Warn: Failed to scan JAR [jndi:/localhost/examples/WEB-INF/lib/standard.jar] from WEB-INF/lib java.io.FileNotFoundException: c:\a

Re: Startup error in 6.0.20 with JSF application

2011-03-25 Thread Konstantin Kolinko
2011/3/24 Murugan, Subash : > > Also we tried upgrading the myFaces version to 1.2 for 6.0.20 version but > still the issue occurs. Why not with 6.0.32? There were a lot of fixes since 6.0.20. Best regards, Konstantin Kolinko -

Startup error in 6.0.20 with JSF application

2011-03-23 Thread Murugan, Subash
Hi, We are using tomcat version 6.0.20, apache version 2.2.14 and the application runs in Linux box having java version 1.6.0_18-rev-b09 installed. We use JSF in our application, myfaces 1.1.5. When we try to start the applcaition instance we get the following exception trace and th

Re: Tomcat startup error

2010-04-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bill, On 4/10/2010 5:33 PM, Bill Barker wrote: >> Another thing to note is that the Tomcat folks have made an unstable >> change, here, by changing a public API. It would have been better to >> create a method with a new signature and deprecated the o

Re: Tomcat startup error

2010-04-11 Thread Amit Agarwal
Thanks all -- I could resolve this after compiling with the latest jars. On Sun, Apr 11, 2010 at 3:03 AM, Bill Barker wrote: > > > "Christopher Schultz" wrote in message > news:4bbf945e.4050...@christopherschultz.net... > > -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> Harry, >> >> On

Re: Tomcat startup error

2010-04-10 Thread Bill Barker
"Christopher Schultz" wrote in message news:4bbf945e.4050...@christopherschultz.net... -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Harry, On 4/9/2010 2:01 PM, Harry Metske wrote: you are using some piece of software (com.mypkg.packaging.*) that is calling tomcat code. It expects to find

Re: Tomcat startup error

2010-04-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Harry, On 4/9/2010 2:01 PM, Harry Metske wrote: > you are using some piece of software (com.mypkg.packaging.*) that is calling > tomcat code. > It expects to find a method in org.apache.tomcat.util.IntrospectionUtils > that is no longer there in 6.0.2

Re: Tomcat startup error

2010-04-09 Thread Harry Metske
you are using some piece of software (com.mypkg.packaging.*) that is calling tomcat code. It expects to find a method in org.apache.tomcat.util.IntrospectionUtils that is no longer there in 6.0.26, which causes the NoSuchMethodError. Basically your embedder does not support this version of Tomcat,

Re: Tomcat startup error

2010-04-09 Thread Amit Agarwal
Hi Harry, Thanks for the tip. Here is the full stack trace. I am not sure what did you mean by compile with embedding package. Could you put some more light on it. WrapperSimpleApp: Encountered an error running main: java.lang.NoSuchMethodError: org.apache.tomcat.util.IntrospectionUtils.setPrope

Re: Tomcat startup error

2010-04-09 Thread Harry Metske
Amit, you should post the full stacktrace, but it looks like your embedding package was compiled against an older version of Tomcat than the one you are running. The method signature of org.apache.tomcat.util.IntrospectionUtils.setProperty has changed (return type void => boolean) in revision 467

Tomcat startup error

2010-04-09 Thread Amit Agarwal
After upgrading to the latest 6.0.26 ver from 6.0.13, I see the following error while starting embedded Tomcat. Any ideas how to get around this? WrapperSimpleApp: Encountered an error running main: java.lang.NoSuchMethodError: org.apache.tomcat.util.IntrospectionUtils.setProperty(Ljava/lang/Obje

RE: Tomcat Startup Error on "IBM AIX 5.3" after Cluster enable in server.xml

2009-10-15 Thread Imad Hachem
Subject: Re: Tomcat Startup Error on "IBM AIX 5.3" after Cluster enable in server.xml -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Imad, On 10/15/2009 12:03 PM, Imad Hachem wrote: > As per the ifconfig command, it seems BROADCAST and MULTICAST are > enabled on my AIX 5.3 Network int

Re: Tomcat Startup Error on "IBM AIX 5.3" after Cluster enable in server.xml

2009-10-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Imad, On 10/15/2009 12:03 PM, Imad Hachem wrote: > As per the ifconfig command, it seems BROADCAST and MULTICAST are > enabled on my AIX 5.3 Network interface: Yes, it appears that all of your interfaces have MULTICAST enabled. > Is there another pl

RE: Tomcat Startup Error on "IBM AIX 5.3" after Cluster enable in server.xml

2009-10-15 Thread Imad Hachem
: Tomcat Startup Error on "IBM AIX 5.3" after Cluster enable in server.xml > From: Imad Hachem [mailto:ihac...@lb.path-solutions.com] > Subject: Tomcat Startup Error on "IBM AIX 5.3" after Cluster enable in > server.xml > > I am getting the below error durin

Re: Tomcat Startup Error on "IBM AIX 5.3" after Cluster enable in server.xml

2009-10-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Imad, On 10/15/2009 9:43 AM, Imad Hachem wrote: > I have installed the latest Tomcat version "Tomcat-6.0.20" and I am > still getting the same Error. > > Is there anything to do on the IBM AIX level or at the level of Tomcat > Settings or Startup scr

RE: Tomcat Startup Error on "IBM AIX 5.3" after Cluster enable in server.xml

2009-10-15 Thread Imad Hachem
any errors, omissions, computer viruses and other defects.] -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Wednesday, October 14, 2009 7:54 PM To: Tomcat Users List Subject: RE: Tomcat Startup Error on "IBM AIX 5.3" after Cluster enable in

RE: Tomcat Startup Error on "IBM AIX 5.3" after Cluster enable in server.xml

2009-10-14 Thread Caldarale, Charles R
> From: Imad Hachem [mailto:ihac...@lb.path-solutions.com] > Subject: Tomcat Startup Error on "IBM AIX 5.3" after Cluster enable in > server.xml > > I am getting the below error during Tomcat-5.5.12 Startup on "IBM AIX > 5.3" after enabling the Cluster conf

Tomcat Startup Error on "IBM AIX 5.3" after Cluster enable in server.xml

2009-10-14 Thread Imad Hachem
Dear all, I am getting the below error during Tomcat-5.5.12 Startup on "IBM AIX 5.3" after enabling the Cluster configuration in "server.xml" : Oct 14, 2009 2:31:58 PM org.apache.catalina.cluster.tcp.SimpleTcpCluster start INFO: Cluster is about to start Oct 14, 2009 2:31:58 PM org.apache

RE: hard-to-reproduce startup error with session-config

2009-02-20 Thread Alex Mosolov
l if it helps. Thank you for looking at it. Alex -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Friday, February 20, 2009 1:58 PM To: Tomcat Users List Subject: RE: hard-to-reproduce startup error with session-config > From: Al

RE: hard-to-reproduce startup error with session-config

2009-02-20 Thread Caldarale, Charles R
> From: Alex Mosolov [mailto:alex.moso...@hillcrestlabs.com] > Subject: RE: hard-to-reproduce startup error with session-config > > java version "1.6.0_03" Might try a newer JVM (1.6.0_12 is available), but I doubt that will help. Sounds more like some sort of file cach

RE: hard-to-reproduce startup error with session-config

2009-02-20 Thread Alex Mosolov
Users List Subject: RE: hard-to-reproduce startup error with session-config > From: Alex Mosolov [mailto:alex.moso...@hillcrestlabs.com] > Subject: hard-to-reproduce startup error with session-config > > It seems to happen on a fresh install of tomcat A real Tomcat, or a 3rd-party repack

RE: hard-to-reproduce startup error with session-config

2009-02-20 Thread Caldarale, Charles R
> From: Alex Mosolov [mailto:alex.moso...@hillcrestlabs.com] > Subject: hard-to-reproduce startup error with session-config > > It seems to happen on a fresh install of tomcat A real Tomcat, or a 3rd-party repackaged one that scatters things all over and then tries to put them back t

hard-to-reproduce startup error with session-config

2009-02-20 Thread Alex Mosolov
Once in a couple of weeks, I get the following in the catalina log file trying to start tomcat (which also causes the webapps to become unresponsive): INFO: Deploying web application archive secret.war Feb 4, 2009 6:30:16 PM org.apache.tomcat.util.digester.Digester startElement SEVERE: Begin event

RE: Tomcat 6 startup error

2008-11-12 Thread Caldarale, Charles R
> From: rajesh202023 [mailto:[EMAIL PROTECTED] > Subject: Tomcat 6 startup error > > I am getting the following error when I try to start Tomcat 6. What exact version of Tomcat? What JVM are you using? Which version of Windows are you using? Supplying adequate information and b

Tomcat 6 startup error

2008-11-12 Thread rajesh202023
? Please let me know ASAP. --Raj -- View this message in context: http://www.nabble.com/Tomcat-6-startup-error-tp20455940p20455940.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new topic, e-mail

Re: Identify a Startup Error Message

2007-09-27 Thread Mark Thomas
Bruno Vilardo wrote: > INFO: XML validation disabled Tomcat message. Tells you context.xml files and tld files will not be validated. > - Unable to find required classes )javax.activation.DataHandler and > javax.mail.internet.MimeMultipart). Attachment support is disabled. Struts message. Tells

Identify a Startup Error Message

2007-09-27 Thread Bruno Vilardo
Hello All Tomcat Gurus!! :-) Windows XP SP2 Tomcat 5.5.25 Java JDK - 1.5.0_06 JRE - 1.5.0_06 We have a Web-application, Actually it is our ERP system that has a web based interface that uses Tomcat and Java. Every time I startup Tomcat using c:\tomcat\bin\startup.sh file I get the following messa

Re: Tomcat startup error

2007-08-08 Thread Manivannan Palanichamy
Proabably, you have wronly edited server.xml or tomcat-users.xml. Revert the changes or get fresh files & then try again. On 8/8/07, R Y <[EMAIL PROTECTED]> wrote: > > I install tomcat 5.5 package on Ubuntu, it run server on port 8180 by > default. > > I start Tomcat 5.5 by running /etc/init.d/tom

Re: Tomcat startup error

2007-08-08 Thread David Delbecq
According to your log, i fails to parse the tomcat xml password file. It is malformed from xml point of view. Perhaps you have characters not allowed in xml like < or " or > in a password field? or maybe you forgot to close a xml tag? hints on reading the log: Error at line 11 column 2: The markup

Tomcat startup error

2007-08-08 Thread R Y
I install tomcat 5.5 package on Ubuntu, it run server on port 8180 by default. I start Tomcat 5.5 by running /etc/init.d/tomcat script, it responses: * Starting Tomcat servlet engine tomcat5.5 [ OK ] but when check its running status, it is: * Tomcat servlet engine

Re: Tomcat5.5 Ubuntu startup error

2007-06-09 Thread Will Parkinson
Thanks for all your help, i have finally got the server running on localhost:8080. I pointed the JAVA_HOME at the sun jdk instead of the default ubuntu jvm However i am now having a problem integrating it with apache2 mod_jk It wont read .jsp files, the browser genrates this error: Service Tem

Re: Tomcat5.5 Ubuntu startup error

2007-06-08 Thread Matthew Whittaker-Williams
On Friday 08 June 2007 15:16, Leonel wrote: > On 6/7/07, Will Parkinson <[EMAIL PROTECTED]> wrote: > > Hi All, > > > > I am having a few problems with tomcat 5.5 on ubuntu feisty > > > > When i start the tomcat service, its outputs that its started ok, but > > when i view the status (/etc/init.d/to

Re: Tomcat5.5 Ubuntu startup error

2007-06-08 Thread Leonel
On 6/7/07, Will Parkinson <[EMAIL PROTECTED]> wrote: Hi All, I am having a few problems with tomcat 5.5 on ubuntu feisty When i start the tomcat service, its outputs that its started ok, but when i view the status (/etc/init.d/tomcat5.5 status) it says the service is not running. This is in th

Re: Tomcat5.5 Ubuntu startup error

2007-06-08 Thread Hakan Koseoglu
Will Parkinson said the following on 06/08/2007 05:14 AM: Hi All, I am having a few problems with tomcat 5.5 on ubuntu feisty Your system is set to use GNU Java. Youse the update-alternatives command to change the Java version to the Sun JREs. Cheers, Hakan --

Re: Tomcat5.5 Ubuntu startup error

2007-06-07 Thread Kristian Rink
Will; ["Will Parkinson" <[EMAIL PROTECTED]> @ Fri, 8 Jun 2007 16:35:45 +1000] > Hi Zdenek > > I have JDK 6.0 installed (from this url > http://java.sun.com/javase/downloads/index.jsp) > Ubuntu comes preinstalled with GNU classpath and friends so no matter whether or not you install an "addition

Re: Tomcat5.5 Ubuntu startup error

2007-06-07 Thread Will Parkinson
Hi Zdenek I have JDK 6.0 installed (from this url http://java.sun.com/javase/downloads/index.jsp) Cheers Will On 6/8/07, Zdeněk Vráblík <[EMAIL PROTECTED]> wrote: Hi Will, what java JDK do you have installed? It looks you don't have installed SUN JDK 5 or higher. Regards, Zdenek On 6/

Re: Tomcat5.5 Ubuntu startup error

2007-06-07 Thread Zdeněk Vráblík
Hi Will, what java JDK do you have installed? It looks you don't have installed SUN JDK 5 or higher. Regards, Zdenek On 6/8/07, Will Parkinson <[EMAIL PROTECTED]> wrote: Hi Rene, Thanks for the help, i removed the line i tried the -Xmx=128m alteration to the JAVA_OPTS line and nothing ch

Re: Tomcat5.5 Ubuntu startup error

2007-06-07 Thread Will Parkinson
Hi Rene, Thanks for the help, i removed the line i tried the -Xmx=128m alteration to the JAVA_OPTS line and nothing changes. I also tried removing the -Xmx128M option all together and what i got was this: #/etc/init.d/tomcat5.5 status * Tomcat servlet engine is not running, but pid file exists.

Re: Tomcat5.5 Ubuntu startup error

2007-06-07 Thread Rene Guenther
Probably the options setting should be -Xmx=128m. I am not sure, but you should check the enviroment variables: CATALINA_OPTS JAVA_OPTS and the startup scripts in %CATALINA_HOME%\bin René On Fri, 8 Jun 2007 14:14:05 +1000 "Will Parkinson" <[EMAIL PROTECTED]> wrote: Hi All, I am having a fe

Tomcat5.5 Ubuntu startup error

2007-06-07 Thread Will Parkinson
Hi All, I am having a few problems with tomcat 5.5 on ubuntu feisty When i start the tomcat service, its outputs that its started ok, but when i view the status (/etc/init.d/tomcat5.5 status) it says the service is not running. This is in the /var/log/tomcat5.5/catalina.out logfile libgcj: unk

Re: Application startup error - TOMCAT 5.0.28 / 1.5

2007-04-25 Thread Rashmi Rubdi
On 4/25/07, Dwight Farris <[EMAIL PROTECTED]> wrote: Hello All, One of my webApps is throwing the following exception; java.lang.ClassFormatError: Illegal UTF8 string in constant pool in class file org/hibernate/hql/ast/ErrorCounter I have checked the UTF8 strings; nothing has changed and the a

RE: Application startup error - TOMCAT 5.0.28 / 1.5

2007-04-25 Thread Dwight Farris
Thanks for your quick response, Barry; I will take a look into that. Dwight -Original Message- From: Propes, Barry L [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 25, 2007 8:19 AM To: Tomcat Users List Subject: RE: Application startup error - TOMCAT 5.0.28 / 1.5 almost sounds like

RE: Application startup error - TOMCAT 5.0.28 / 1.5

2007-04-25 Thread Propes, Barry L
April 25, 2007 10:11 AM To: 'Tomcat Users List' Subject: Application startup error - TOMCAT 5.0.28 / 1.5 Hello All, One of my webApps is throwing the following exception; java.lang.ClassFormatError: Illegal UTF8 string in constant pool in class file org/hibernate/hql/ast/ErrorCount

Application startup error - TOMCAT 5.0.28 / 1.5

2007-04-25 Thread Dwight Farris
Hello All, One of my webApps is throwing the following exception; java.lang.ClassFormatError: Illegal UTF8 string in constant pool in class file org/hibernate/hql/ast/ErrorCounter I have checked the UTF8 strings; nothing has changed and the app has been running without issue. Any ideas are grea

startup error

2007-02-15 Thread Propes, Barry L [GCG-NAOT]
Hi folks, I was trying to get DBCP working and tried adding the Resource param info per the TC 4.1 documentation: factory org.apache.commons.dbcp.BasicDataSourceFactory driverClassName oracle.jdbc.OracleDriver url jdbc:oracle:thin:@169.xxx.xx.xxx:1521:SID username usernameval pas

Re: Tomcat startup error

2006-09-06 Thread Mark Thomas
socio_pal wrote: > I am new to tomcat and I am using tomcat version 5.5.16. After deplying the > tar files in tomcat, I tried to start it using startup.sh and it throws me > the following error: Have you read http://apache.mirrors.tds.net/tomcat/tomcat-5/v5.5.17/README.html ? Did you use an appro

Re: Tomcat startup error

2006-09-06 Thread Steve R Burrus
"Socio_pal" I might suggest that you maybe see that all of your env. variables are set correctly especially the classpath since you are getting the "java.lang.ClassNotFoundException" Java exception. socio_pal wrote: I am new to tomcat and I am using tomcat version 5.5.16. After deplying t

Tomcat startup error

2006-09-06 Thread socio_pal
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(XMLDocumentFragmentScannerImp Could anyone please tell me where the problem would be. I need an answer ASAP, please. Thanks, socio -- View this message in context: http://www.nabble.com/Tomcat-startup-error-tf2229230.html#a6178609 Sent from the Tomcat - User forum at Nabble.com

Re: Tomcat Startup Error

2006-09-01 Thread Filip Hanik - Dev Lists
Class not found problem java.lang.ClassNotFoundException: org.apache.catalina.Container you're probably missing some environment variable that is used to setup class loaders, such as CATALINA_BASE or CATALINA_HOME etc Filip Zach Calvert wrote: I have a problem with Tomcat and I cannot fig

Tomcat Startup Error

2006-09-01 Thread Zach Calvert
I have a problem with Tomcat and I cannot figure out what is going on. I am using Tomcat 4.1.31. When running bootstrap.jar's main, I get Starting service Tomcat-Standalone Apache Tomcat/4.1.31 Catalina.start: LifecycleException: Context startup failed due to previous errors LifecycleException:

Native Connector startup error

2006-05-16 Thread Fenlason, Josh
I'm seeing the error below when I try to startup Tomcat with the native connector enabled on Windows. It's starts up fine when I disable the native connector, so the port isn't actually in use. This is happening in Tomcat 5.5.15. Has anyone seen this? Or have any suggestions? Thanks in advance.

RE: Tomacat startup error

2006-03-09 Thread Devireddy, Nagendra Reddy (STSD)
Check for this file .. D:\ASF\Tomcat5\conf\Catalina\localhost\WWSF -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, March 09, 2006 6:17 PM To: Tomcat Users List Subject: Tomacat startup error HI Gurus , I am getting following error in tomcat 5

Tomacat startup error

2006-03-09 Thread birendar . waldiya
HI Gurus , I am getting following error in tomcat 5 .0.16 can anyone tell me what could be the resson? my server.xml has a context "WWSF/dca" and the docbase="newdca" however i my webapplication deployment descriptor is web.xml thanks Regrads Birendar S Waldiya EROOR ar 9, 2006 4:36:32 PM org.a

startup error: Unable to find required classes (javax.activation.DataHandler ...)

2006-02-17 Thread Dr. Exner
Hi, with both, the preconfigured version from jakarta-tomcat-5.5.9-preconfigured.zip and the installation from apache-tomcat-5.5.15.exe I get the following startup messages: - Unable to find config file. Creating new servlet engine config file: /WEB-INF/server-config.wsdd - Unable to find r

Re: Catalina Startup Error: Socket bind failed: 730048

2006-01-16 Thread Markus Schönhaber
Joe Reger, Jr. wrote: > Hi! I've been getting a bind error lately on Windows XP development > instances using Tomcat 5.5.12. It looks like the web connector is > trying to bind to port 730048 but I have it set to port 8080 in > server.xml. I've searched my config files and don't see 730048 > any

RE: Catalina Startup Error: Socket bind failed: 730048

2006-01-16 Thread Caldarale, Charles R
> From: Joe Reger, Jr. [mailto:[EMAIL PROTECTED] > Subject: Catalina Startup Error: Socket bind failed: 730048 > > It looks like the web connector is trying to bind to port > 730048 but I have it set to port 8080 in server.xml. I've > searched my config files and do

Catalina Startup Error: Socket bind failed: 730048

2006-01-16 Thread Joe Reger, Jr.
Hi! I've been getting a bind error lately on Windows XP development instances using Tomcat 5.5.12. It looks like the web connector is trying to bind to port 730048 but I have it set to port 8080 in server.xml. I've searched my config files and don't see 730048 anywhere. On one of the dev boxes