Hi,
I have two servers running jiveforums with same configuration. JiveForums 5.5
Aplication server: WebLogic 10.3
OS. Red Hat
Same Classpath
Same jdbc drivers.
In one of the servers I don't have any problem with the forum, but in the other I'm getting an SQL Exception when loading an avatar for an user. I get the following error.
2009.10.08 09:07:26 [error] Failed to load Oracle JDK 1.4 JDBC drivers.
java.lang.IllegalArgumentException: weblogic.jdbc.wrapper.Blob_oracle_sql_BLOB@9da
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.jivesoftware.forum.database.DbAttachment.insert(DbAttachment.java:542)
at com.jivesoftware.forum.database.DbAttachment.<init>(DbAttachment.java:150)
at com.jivesoftware.forum.database.DbAvatar.<init>(DbAvatar.java:97)
at com.jivesoftware.forum.database.DbAvatarManager.createAvatar(DbAvatarManager.java:83)
at com.jivesoftware.forum.proxy.AvatarManagerProxy.createAvatar(AvatarManagerProxy.java:43)
Any ideas, I've seen another thread with a similar issue, but it is not stated how it was finally solved
http://www.jivesoftware.com/jivespace/thread/21510
Thanks!