RE: java.lang.SecurityException
- From: evanba@xxxxxxxxxxxxxxxxxxxx (Evan T. Basalik (MSFT))
- Date: Mon, 15 May 2006 19:47:14 GMT
I just got off the phone with Haibing and we are looking at this issue in the context of a support case.
Please touch base with him if you need more details.
Evan
--------------------
Thread-Topic: java.lang.SecurityException
thread-index: AcZy52cSlhUNC5bOQGWKt7JCXKI+CQ==
X-WBNR-Posting-Host: 198.3.8.1
From: =?Utf-8?B?S0M=?= <KC@xxxxxxxxxxxxxxxxxxxxxxxxx>
Subject: java.lang.SecurityException
Date: Mon, 8 May 2006 14:36:01 -0700
Lines: 62
Message-ID: <6DEDDE79-3D89-408D-9FA6-CCCF69B138C3@xxxxxxxxxxxxx>
MIME-Version: 1.0
Content-Type: text/plain;
charset="Utf-8"
Content-Transfer-Encoding: 7bit
X-Newsreader: Microsoft CDO for Windows 2000
Content-Class: urn:content-classes:message
Importance: normal
Priority: normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.1830
Newsgroups: microsoft.public.sqlserver.jdbcdriver
Path: TK2MSFTNGXA01.phx.gbl
Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.sqlserver.jdbcdriver:7770
NNTP-Posting-Host: TK2MSFTNGXA01.phx.gbl 10.40.2.250
X-Tomcat-NG: microsoft.public.sqlserver.jdbcdriver
Hi,
I'm keep getting the following exception with JDBC 2005 driver on Websphere
6. Please let me know how to fix it. Thanks!
Caused by: java.lang.SecurityException: class
"com.microsoft.sqlserver.jdbc.SQLServerResource"'s signer information does
not match signer information of other classes in the same package
at java.lang.ClassLoader.checkCerts(ClassLoader.java(Compiled Code))
at java.lang.ClassLoader.defineClass(ClassLoader.java(Compiled Code))
at
java.security.SecureClassLoader.defineClass(SecureClassLoader.java(Compiled
Code))
at java.net.URLClassLoader.defineClass(URLClassLoader.java:475) at
java.net.URLClassLoader.access$500(URLClassLoader.java(Inlined Compiled
Code))
at java.net.URLClassLoader$ClassFinder.run(URLClassLoader.java(Compiled
Code))
at java.security.AccessController.doPrivileged1(Native Method)
at
java.security.AccessController.doPrivileged(AccessController.java(Compiled
Code))
at java.net.URLClassLoader.findClass(URLClassLoader.java(Compiled Code))
at com.ibm.ws.bootstrap.ExtClassLoader.findClass(ExtClassLoader.java:110)
at java.lang.ClassLoader.loadClass(ClassLoader.java(Compiled Code))
at java.lang.ClassLoader.loadClass(ClassLoader.java(Compiled Code))
at com.microsoft.sqlserver.jdbc.SQLServerException.getErrString(Unknown
Source)
at com.microsoft.sqlserver.jdbc.SQLServerConnection.checkClosed(Unknown
Source)
at com.microsoft.sqlserver.jdbc.SQLServerConnection.clearWarnings(Unknown
Source)
at
com.ibm.ws.rsadapter.jdbc.WSJdbcConnection.initialize(WSJdbcConnection.java(Inlined Compiled Code))
at
com.ibm.ws.rsadapter.jdbc.WSJdbcDataSource.getConnection(WSJdbcDataSource.java(Compiled Code))
at
com.ibm.ws.rsadapter.jdbc.WSJdbcDataSource.getConnection(WSJdbcDataSource.java(Compiled Code))
at
com.filenet.engine.context.ServerCallContext$GetConnection.run(ServerCallContext.java(Compiled Code)) ... 23 more}
at
com.filenet.api.exception.EngineRuntimeException.readResolve(EngineRuntimeException.java:354)
at com.ibm.rmi.io.ObjectStreamClass.readResolve(ObjectStreamClass.java:513)
at
com.ibm.rmi.io.IIOPInputStream.doPostReadProcessing(IIOPInputStream.java:1889)
at
com.ibm.rmi.io.IIOPInputStream.continueSimpleReadObject(IIOPInputStream.java:436)
at
com.ibm.rmi.io.IIOPInputStream.simpleReadObjectLoop(IIOPInputStream.java:405)
at com.ibm.rmi.io.IIOPInputStream.simpleReadObject(IIOPInputStream.java:348)
at com.ibm.rmi.io.ValueHandlerImpl.readValue(ValueHandlerImpl.java:200)
at com.ibm.rmi.iiop.CDRInputStream.read_value(CDRInputStream.java:1372)
at com.ibm.rmi.corba.ClientDelegate.invoke(ClientDelegate.java:812)
at com.ibm.CORBA.iiop.ClientDelegate.invoke(ClientDelegate.java:1180)
at org.omg.CORBA.portable.ObjectImpl._invoke(ObjectImpl.java:486)
at com.filenet.engine.ejb._Engine_Stub.getObjects(_Engine_Stub.java:251)
at com.filenet.engine.ejb.EJBSession$EJBImpl._getObjects(EJBSession.java:533)
at com.filenet.engine.ejb.EJBSession$EJBImpl.getObjects(EJBSession.java:463)
at com.filenet.engine.ejb.EJBSession.getObjects(EJBSession.java:348)
--
This posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
Note: For the benefit of the community-at-large, all responses to this message are best directed to the newsgroup/thread from which they originated.
.
- Prev by Date: Snapshot isolation with pooled connections
- Next by Date: Using alias in url to connect to database server
- Previous by thread: Snapshot isolation with pooled connections
- Next by thread: Using alias in url to connect to database server
- Index(es):
Loading