2018-04-19 23:34 GMT+03:00 John Dale :
>
> org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create
> PoolableConnectionFactory (Could not create connection to database
> server. Attempted reconnect 3 times. Giving up.)
Are you using "127.0.0.1" in your JDBC url?
Is the database OK and runni
There is a regression in handling of DataSource resources that do not
specify a factory.
http://bz.apache.org/bugzilla/show_bug.cgi?id=62316
Even though there is a simple workaround,
I think that we need to roll 7.0.87 release rather soon.
K.Kolinko
2018-04-16 16:32 GMT+03:00 Violeta Georgiev
2018-04-17 22:18 GMT+03:00 Shawn Heisey :
> ...
>
> You should be able to work around the problem by defining a factory in
> your pools set to "org.apache.tomcat.dbcp.dbcp.BasicDataSourceFactory"
> so that the default is not used. This addition should only be made on
> configs for Tomcat 7.
>
The
-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 b
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
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 reques
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 to require CLIENT-C
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 bin
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 n
-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 thre
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, t
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
> completio
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: Training material is now on-li
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 m
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 of GitHub pages, the Tomca
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, perh
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.
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 ti
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 11:36, Mark Thomas wrote:
> On 17/04/18 10:14, Richard Tearle wrote
19 matches
Mail list logo