RE: Encountered java.sql.sqlexception "the url cannot be null" starting from tomcat 9.0.71

2023-04-13 Thread Poh Wei Xiang
Hi, Am I right to say this statement in 9.0.74 changelog is referring to the fix for the below issue? Update the internal fork of Commons DBCP to f131286 (2023-03-08, 2.10.0-SNAPSHOT). This corrects a regression introduced in 9.0.71. (markt) With Regards, Poh Wei Xiang Senior Engineer D: +65

Re: Encountered java.sql.sqlexception "the url cannot be null" starting from tomcat 9.0.71

2023-03-08 Thread Poh Wei Xiang
ing for connectionString="..." that has the same vaue as url="..." that should get things working. Mark > > Mark > > > On 08/03/2023 09:03, Poh Wei Xiang wrote: >> Hi, >> >> java.sql.SQLException: The url cannot be null >>

RE: Encountered java.sql.sqlexception "the url cannot be null" starting from tomcat 9.0.71

2023-03-08 Thread Poh Wei Xiang
) org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) java.lang.Thread.run(Unknown Source) With Regards, Poh Wei Xiang Senior Engineer D: +65 6826 3865 A: 6 Serangoon North Ave 5, #03-16, Singapore 554910 W: www.nxg-c.com Service Helpdesk: +65 6842 2300 Service Email: serv...@nxg-c.com Follow us

Encountered java.sql.sqlexception "the url cannot be null" starting from tomcat 9.0.71

2023-03-07 Thread Poh Wei Xiang
Hi, I am encountering an issue validating my application database connectivity, it throws java.sql.SQLException: The url cannot be null upon validation. The application is developed using Avaya’s Orchestration designer (Eclipse) and database validation works until 9.0.70. I hope someone c