Hi,
Probably this is out of topic, but perhaps somebody can help me. I'm
getting the following error:
java.lang.UnsatisfiedLinkError: Native Library
E:\Oracle\Ora81\bin\ocijdbc8.dll already loaded in another classloader
when I try to run ant init for the sample app in tdk-2.1b4. Below, I've
included a longer part of the log because it does access oracle before
throwing the error.
Thanks,
Gabriel
turbine-insert-sql:
insert-sql-file:
[sql] Executing file:
D:\turbine\tdk\webapps\newapp\WEB-INF\src\sql\turbin
e-schema.sql
[sql] Failed to execute: drop table TURBINE_PERMISSION cascade
constraints
[sql] java.sql.SQLException: ORA-00942: table or view does not
exist
[sql] Failed to execute: drop table TURBINE_ROLE cascade
constraints
[sql] java.sql.SQLException: ORA-00942: table or view does not
exist
[sql] Failed to execute: drop table TURBINE_GROUP cascade
constraints
[sql] java.sql.SQLException: ORA-00942: table or view does not
exist
[sql] Failed to execute: drop table TURBINE_ROLE_PERMISSION
cascade constr
aints
[sql] java.sql.SQLException: ORA-00942: table or view does not
exist
[sql] Failed to execute: drop table TURBINE_USER cascade
constraints
[sql] java.sql.SQLException: ORA-00942: table or view does not
exist
[sql] Failed to execute: drop table TURBINE_USER_GROUP_ROLE
cascade constr
aints
[sql] java.sql.SQLException: ORA-00942: table or view does not
exist
[sql] Failed to execute: drop table TURBINE_SCHEDULED_JOB cascade
constrai
nts
[sql] java.sql.SQLException: ORA-00942: table or view does not
exist
[sql] 19 of 26 SQL statements executed successfully
insert-sql-file:
BUILD FAILED
java.lang.UnsatisfiedLinkError: Native Library
E:\Oracle\Ora81\bin\ocijdbc8.dll
already loaded in another classloader
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1346)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1306)
at java.lang.Runtime.loadLibrary0(Runtime.java:749)
at java.lang.System.loadLibrary(System.java:820)
at oracle.jdbc.oci8.OCIDBAccess.logon(OCIDBAccess.java:208)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]