Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Could not lookup datasource successfully

François May 2, 2016

Hi,

I tried to connect to a mysql database located on a remote server.

I ve added my config in the server.xml like this:

 

<Resource name="jdbc/confluence" auth="Container"
type="com.mchange.v2.c3p0.ComboPooledDataSource" driverClass="com.mysql.jdbc.Driver"
jdbcUrl="jdbc:mysql://mydomain/confluence?autoReconnect=true&amp;useUnicode=true&amp;characterEncoding=UTF8"
user="confluence" password="confluence" factory="org.apache.naming.factory.BeanFactory"
acquireIncrement="1" minPoolSize="5" maxPoolSize="25" maxIdleTime="1800" />

 

But i get this error:

  • Could not lookup datasource successfully: com.atlassian.config.bootstrap.BootstrapException: Could not locate datasource: jdbc/confluence

 

Thanks for your help.

1 answer

0 votes
Douglas Griffiths September 5, 2016

Did you get an answer, Francois? I've got the same...

François September 5, 2016

Actually i forgot the idea to connect to a remote database... i'm not sure we can do that and i copy locally the database.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events