Bug#775505: tomcat7: NullPointerException with catalina*.jar from package - datasource

2016-12-07 Thread Emmanuel Bourg
Hi Ralf,

If you are still affected by this issue, could you try upgrading the to
the version of tomcat7 in the jessie-backports repository please? Let me
know if it works better.

Regards,

Emmanuel Bourg

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#775505: Re: Bug#775505: tomcat7: NullPointerException with catalina*.jar from package - datasource

2015-02-17 Thread Ralf Hauser
Hi Emmanuel,

Unfortunately, your request from last Wednesday didn't make it into my
inbox.
So, I only saw your request now.

Regards 

  Ralf

Out of the server.xml
...
Resource name=jdbc/privasphere auth=Container
type=javax.sql.DataSource driverClassName=com.mysql.jdbc.Driver
url=jdbc:mysql://127.0.0.1:3306/privalope?autoReconnect=trueamp;autoReconn
ectForPools=trueamp;amp;useUnicode=trueamp;characterEncoding=UTF-8amp;co
nnectTimeout=30amp;socketTimeout=30amp;gatherPerfMetrics=trueamp;
reportMetricsIntervalMillis=180amp;logSlowQueries=trueamp;serverTimezo
ne=Europe/Zurichamp;removeAbandoned=trueamp;logAbandoned=trueamp;
username=someUser password=somePw
maxActive=15 maxIdle=15
maxWait=1 factory=org.apache.commons.dbcp.BasicDataSourceFactory
initialSize=2
validationQuery=SELECT 1 testWhileIdle=true
loginTimeout=10 minIdle=4 poolPreparedStatements=false
timeBetweenEvictionRunsMillis=100
testOnBorrow=false /
ResourceParams ...
...
Resource name=jdbc/privasphereExtraDomSig auth=Container
type=javax.sql.DataSource driverClassName=com.mysql.jdbc.Driver
url=jdbc:mysql://localhost:3306/psconf?useSSL=falseamp;requireSSL=falseam
p;autoReconnect=trueamp;autoReconnectForPools=trueamp;amp;useUnicode=true
amp;characterEncoding=UTF-8amp;removeAbandoned=trueamp;logAbandoned=true
amp;
username=someUser password=somePw
maxActive=4 maxIdle=4 maxWait=1
factory=org.apache.commons.dbcp.BasicDataSourceFactory initialSize=2
validationQuery=SELECT 1 testWhileIdle=true
loginTimeout=10 minIdle=4 poolPreparedStatements=false
timeBetweenEvictionRunsMillis=100
/
ResourceParams name=jdbc/privasphereExtraDomSig
parameter...
...

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.