data sources derby - connection refused

前端 未结 4 2002
春和景丽
春和景丽 2020-12-05 16:04

I am trying to connect a database with a java project. After reading some tutorials and the course support, I have understood that I need to make a new data source under the

4条回答
  •  醉梦人生
    2020-12-05 16:35

    Did you define an authentication alias? Seems to be the same problem as the one in link below;

    http://www.webspheretools.com/sites/webspheretools.nsf/docs/Error%20when%20testing%20a%20JDBC%20connection%20to%20Derby

    Also if you check SystemOut.log you may see an error message telling which property is not set;

    {"08001","Required Derby DataSource property {0} not set.","40000"},

提交回复
热议问题