|
|
|
| Hi all,
I am trying to configure the JNDI in my WAS.I see this error when I am trying to test the datasource connection:
Test Connection failed for datasource ClaimCenter Data Source on server castecas1 at node castecn01 with the following exception: javax.management.RuntimeMBeanException: class "com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolDataSource"'s signer infor
mation does not match signer information of other classes in the same package
Can you suggest me something what to do.
| |
| Yuriy Petrov 2007-07-30, 1:23 pm |
| shruthi_745@yahoo.com wrote:
> I am trying to configure the JNDI in my WAS.I see this error when I am trying to test the datasource connection:
>
> Test Connection failed for datasource ClaimCenter Data Source on server castecas1 at node castecn01 with the following exception: javax.management.RuntimeMBeanException: class "com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolDataSource"'s signer inf
ormation does not match signer information of other classes in the same package
>
> Can you suggest me something what to do.
Looks like that at least one .class file in the .jar with the driver implementation has been altered
somehow. Hacked by some bad guy? 
Then - just replace the current .jar with the one obtained from the trusted source.
PS. The title of the topic is misguiding ;)
| |
| Brian S Paskin 2007-07-30, 1:23 pm |
| Hi,
You problem is not with JNDI, but with your JDBC connection to your Microsoft SQL Server.
Your error indicates that there is a problem in the jar/zip file that contains the Microsoft SQL Server Java Classes. You may want to get the latest version and try again.
Here is the information from the Info Center on how to configure a JDBC Provider and DataSource:
http://publib.boulder.ibm.com/infoc...lcome_base.html
Brian
| |
|
|
|
|