gpt4 book ai didi

gwt - java.sql.SQLException : URL is not in the correct format 异常

转载 作者:行者123 更新时间:2023-11-28 23:52:21 24 4
gpt4 key购买 nike

我正在使用 tomcat、Java 和 GWT。当尝试连接到数据库时,我的应用程序会出现以下错误。相同的驱动程序信息在独立应用程序上完美运行。

java.sql.SQLException: URL is not in the correct format: jdbc:timesten:client:dsn=XXXX_cachedb_devc;uid=XXXX;pwd=XXXXX at com.google.cloud.sql.jdbc.internal.Exceptions.driverUrlNotInCorrectFormat(Exceptions.java:103) at com.google.cloud.sql.jdbc.Driver.connect(Driver.java:47) at com.google.cloud.sql.jdbc.Driver.connect(Driver.java:24) at java.sql.DriverManager.getConnection(DriverManager.java:582) at java.sql.DriverManager.getConnection(DriverManager.java:207)

请问如何解决这个问题。

最佳答案

看起来您要么正在尝试部署到 App Engine,要么不知何故 appengine jar 在您的运行时类路径中。如果您不打算在 Google App Engine 上部署您的应用程序,只需从您的项目中删除 App Engine SDK jar。

另一方面,如果您想部署到 App Engine,请注意 GAE 尚不支持连接到外部数据库。你所能做的就是使用像 hsqldb 这样的内存 SQL 数据库。然后,您的连接 url 需要符合内存数据库的 hsqldb 连接 url 模式。

关于gwt - java.sql.SQLException : URL is not in the correct format 异常,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6773186/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com