Re: Question regarding running Tomcat 7.0.57 offline

2018-04-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 John, On 4/19/18 4:34 PM, John Dale wrote: > Indeed - that is what I thought as well (DNS). > > But what about this (stacktrace below)? > > Will see about the thread dumps (I'm in appointments for the rest > of the day, but can't wait to make it

Re: Question regarding running Tomcat 7.0.57 offline

2018-04-19 Thread John Dale
Tomcat 7.0.57 java version "1.8.0_05" Java(TM) SE Runtime Environment (build 1.8.0_05-b13) Java HotSpot(TM) 64-Bit Server VM (build 25.5-b02, mixed mode) There are a couple of subsequent emails with more information .. I'm in meetings for a couple of hours, then I'll check back. Thanks! John

Question regarding running Tomcat 7.0.57 offline

2018-04-19 Thread Terence M. Bandoian
On 4/19/2018 12:37 PM, John Dale wrote: Greetings; I have a 2006 era macbook pro with the latest osx. I run MySQL, which binds to localhost just fine when the network cable is unplugged and wireless turned off. Tomcat makes it through most of its startup, but hangs before completion and

Re: Connection closed error and certificateVerification="required"

2018-04-19 Thread logo
Mark, > Am 19.04.2018 um 20:58 schrieb Mark Thomas : > > On 19/04/18 16:50, Peter@Kreuser-Online wrote: > > > >> Do you mind to share more about the root cause? I’ve followed this mail >> communication from the start and am curious. > > Sure. > > Tomcat was configured

Re: Question regarding running Tomcat 7.0.57 offline

2018-04-19 Thread John Dale
Indeed - that is what I thought as well (DNS). But what about this (stacktrace below)? Will see about the thread dumps (I'm in appointments for the rest of the day, but can't wait to make it back and read responses and put this one to bed). I was reading that MySQL does some things with host

Re: Question regarding running Tomcat 7.0.57 offline

2018-04-19 Thread John Dale
also .. no matter what, I can't seem to shut down tomcat normally unless network is plugged-in (have to kill it). I assure you ladies and gents .. tomcat is indeed running. :) Will see if I can double-back and look at the thread dumps in more detail .. I like that idea. Thanks! SEVERE: Could

Re: Question regarding running Tomcat 7.0.57 offline

2018-04-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 John, On 4/19/18 4:06 PM, John Dale wrote: > String hostname = InetAddress.getLocalHost().getHostName(); > InetAddress[] addresses = InetAddress.getAllByName(hostname); I'll bet that either or both of these lines are the ones hanging. Take a

Re: Question regarding running Tomcat 7.0.57 offline

2018-04-19 Thread John Dale
Greetings; So I have an update on this issue. YAY! :D I have a service that creates a little bit of metadata in the database for sending large amounts of emails/sms (for speed, the user doesn't have to wait for the population of the queue). I create a servlet on startup that polls the table,

Re: Question regarding running Tomcat 7.0.57 offline

2018-04-19 Thread Mark Thomas
On 19/04/18 18:37, John Dale wrote: > Greetings; > > I have a 2006 era macbook pro with the latest osx. > > I run MySQL, which binds to localhost just fine when the network cable > is unplugged and wireless turned off. > > Tomcat makes it through most of its startup, but hangs before >

Re: Training material is now on-line

2018-04-19 Thread Mark Thomas
On 19/04/18 19:44, Berneburg, Cris J. - US wrote: > Thanks Mark for making that available! My questions below. > > -Original Message- > From: Mark Thomas [mailto:ma...@apache.org] > Sent: Wednesday, April 11, 2018 6:32 PM > To: Tomcat Users List > Subject:

Re: Connection closed error and certificateVerification="required"

2018-04-19 Thread Mark Thomas
On 19/04/18 16:50, Peter@Kreuser-Online wrote: > Do you mind to share more about the root cause? I’ve followed this mail > communication from the start and am curious. Sure. Tomcat was configured to require CLIENT-CERT auth and the main client was configured to use this. Occasionally, the

RE: Training material is now on-line

2018-04-19 Thread Berneburg, Cris J. - US
Thanks Mark for making that available! My questions below. -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Wednesday, April 11, 2018 6:32 PM To: Tomcat Users List Subject: Training material is now on-line > Hi all, > > Thanks to the magic

Re: Question regarding running Tomcat 7.0.57 offline

2018-04-19 Thread Chris P.
Hi John, I'm not overly familiar with OSX, but does ifconfig show a loopback device when you're not connected? Can you not create a dummy NIC and statically assign some 10.0.0.10 address or something, then let tomcat bind to that? You may have to add something to the hosts file for it to work,

Re: Is LDAP connection failing?

2018-04-19 Thread Suvendu Sekhar Mondal
On Wed, Apr 11, 2018, 3:00 PM Felix Schumacher < felix.schumac...@internetallee.de> wrote: > Am 05.04.2018 15:32, schrieb Suvendu Sekhar Mondal: > > Hello Everyone, > > > > Recently in one of our environments I am seeing following log in > > Catalina.out. It seems that LDAP connection is failing.

Question regarding running Tomcat 7.0.57 offline

2018-04-19 Thread John Dale
Greetings; I have a 2006 era macbook pro with the latest osx. I run MySQL, which binds to localhost just fine when the network cable is unplugged and wireless turned off. Tomcat makes it through most of its startup, but hangs before completion and requests from the browser hang and eventually

Re: Connection closed error and certificateVerification="required"

2018-04-19 Thread Peter@Kreuser-Online
Mark, >> Am 18.04.2018 um 11:55 schrieb Mark Thomas : >> >> On 18/04/18 10:36, Richard Tearle wrote: >> On 17 April 2018 at 16:45, Richard Tearle >> wrote: >>> On 17 April 2018 at 14:54, Mark Thomas wrote: > On 17/04/18