cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Dharmisetty
Level 4

Problem with ocijdbc.dll in 64 Bit Operating System

Hi I am facing this exception while installing my product on 64 bit Windows OS.

C:\XXX\install\ant\teams-load.xml:91: java.lang.UnsatisfiedLinkError: C:\oracle\product\10.2.0\db_1\BIN\ocijdbc10.dll: Can't load AMD 64-bit .dll on a IA 32-bit platform
at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:541)
at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:418)
at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
at sun.reflect.GeneratedMethodAccessor70.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
at org.apache.tools.ant.Task.perform(Task.java:348)
at org.apache.tools.ant.Target.execute(Target.java:357)
at org.apache.tools.ant.Target.performTasks(Target.java:385)
at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
at org.apache.tools.ant.Project.executeTarget(Project.java:1298)
at com.zerog.ia.installer.util.AntUtility.a(DashoA10*..)

Thanks & Regards,
Naresh.D.
Labels (1)
0 Kudos
(3) Replies
pv7721
Level 20

I'm afraid the error says the other way around: you're attempting to load a 64 bit .dll on a 32 bit platform.
0 Kudos
Dharmisetty
Level 4

Hi Vlad,

I am installing my product on 64 bit Windows server 2003 O/s. I wondered by seeing this exception and I am in help less position to resolve this issue.

If you show any path to resolve this issue, it will become more precious help for me.

Thanks,
Naresh.D.
0 Kudos
pv7721
Level 20

I'm afraid that without the project and the ANT file it's pretty hard to help...
0 Kudos