我跟踪这个错误有一段时间了,它有不规则的基础,无法预测,我目前还没有找到方法来再现它。
我们的环境
linux centos 5.3托管一个JBos5.1应用服务器
linux centos 5.3托管一个oracle 10g XE db
windows server 2003 R2承载另一个oracle10gxedb
编程环境
seam 2.1
冬眠
JSF 1.2
大多数错误发生在“应用程序”作用域seam组件上,但也发生在elswhere上。
Wea正在使用XA数据源访问数据库。
它让人觉得这也是JBoss5.1 中的某种bug,但是我们没有持续6
我有以下java代码。
Class.forName("com.mysql.jdbc.Driver");
Connection con=DriverManager.getConnection("jdbc:mysql://localhost:3306/shincy_intrn","shincy_intrn","shincy");
Statement st=con.createStatement();
int result=st.executeUpdate("insert into test(name)values('S
嘿,我在连接到运行在Linux上的Java代码的SQL Server时遇到了问题。
如果我设置了integratedSecurity=true,那么java代码就会失败,并显示以下错误:
WARNING: Failed to load the sqljdbc_auth.dll cause : no sqljdbc_auth in java.library.path
com.microsoft.sqlserver.jdbc.SQLServerException: This driver is not configured for integrated authentication. Client
我试图在linux中创建一个数据库,其中:
不是在用户的家里
不要要求客户端通知db文件的整个服务器路径。
需要与bin目录不同,以防止核心转储失败。
文档中说您可以使用这样的url:
jdbc:h2:file:data/sample
但是这个简单的url不工作,并得到以下错误:
Exception in thread "main" org.h2.jdbc.JdbcSQLException: A file path
that is implicitly relative to the current working directory is not
all
最近我遇到了很多数据库连接问题。当前的情况是,驱动程序已经更新为mysql-连接器-java-8.0.22.jar用于linux。
当我将操作系统安装到20.x时,代码运行正常,并出现故障--这导致了太多的问题,我恢复到18.0.4
类负载是:
try { // The newInstance() call is a work around for some
// broken Java implementations
//Class.forName("com.mysql.jdbc.Driver").newInstance();
Class.f
下面是此异常的日志:
com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
The last packet successfully received from the server was 1,409,240 milliseconds ago. The last packet sent successfully to the server was 1,409,267 milliseconds ago.
at sun.reflect.NativeCon
我能够通过计算机上的以下JDBC连接连接到Server实例:
jdbc:sqlserver://<my_server>;databaseName=<my_db>;integratedSecurity=true;authenticationScheme=JavaKerberos;username=<my_user>;password=<my_pwd>
但是,当在Linux计算机上调用相同的连接字符串时,我得到以下错误堆栈:
com.microsoft.sqlserver.jdbc.SQLServerException: The TCP/IP con
我正在尝试从Linux机器上通过SSL连接到MS数据库,网址是:jdbc:sqlserver://server.com\TEST;database=test_db;integratedSecurity=true;encrypt=true;trustServerCertificate=true,java8,ms-sql driver 7.2.1.0,JDBC4.2。 收到此错误:[08S01] This driver is not configured for integrated authentication. ClientConnectionId:2580b81c-d9de-4394-89
我编写了一个java程序,其中使用了hibernate。在linux中运行该java程序时,我正在将hibernate日志打印到一个日志文件中,该日志文件由于内置的异常报告(如约束调用异常、启动会话工厂时等)占用了大量内存。但是,为了避免占用内存,我不希望hibernate内置的日志语句打印。我该怎么办?
我的异常日志报告,我不想在日志文件中打印:
org.hibernate.exception.ConstraintViolationException: Could not execute JDBC batch update
at org.hibernate.exception.SQL
我正在尝试安装和使用来自CPAN的DBD::JDBC模块,并且遇到了问题。论坛中的任何PERL专家都能帮我指出问题出在哪里?
我正在使用root来使用下面的所有操作。
这是我的PERL和CPAN版本,并在安装的DBD::JDBC模块上进行验证:
$perl -v
This is perl 5, version 28, subversion 1 (v5.28.1) built for x86_64-linux-thread-multi
(with 1 registered patch, see perl -V for more detail)
Copyright 1987-2018, Lar
我有一个Tomcat服务器运行在Linux上,它可以访问远程MySQL服务器,并且突然间,没有对配置/程序或任何我所知道的任何更改,我开始得到以下错误跟踪:
SQLException: Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. [Ljava.lang.StackTraceElement;@12fd02da
And the e