Are you using a 32-bit or a 64-bit version of java? The interesting thing is that the error indicates you are trying to load the AIX libs on a windows platform, if indeed this error is from the windows host. I would expect to see libarjni70.dll on the windows host, not libarjni70.a.
Axton Grams On Tue, Apr 1, 2008 at 10:45 AM, Matthew Kunkel <[EMAIL PROTECTED]> wrote: > ** List, > > We're getting the error below when trying to use the JAVA api on a windows > platform. This particular program is running on AIX, whereas I'm most > familiar with HP-UX. I've googled the error and can't seem to find > anything. We get the same result on both the 6.3 and 7.0 versions of the > API. Any help is appreciated. > > > Caused by: java.lang.UnsatisfiedLinkError: /u/applic/Remedy/libarjni70.a > (0509-022 Cannot load module /u/applic/Remedy/libarjni70.a. > 0509-103 The module has an invalid magic number.) > at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete( > NewConnectionInitialReadCallback.java:113) > at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted( > AioReadCompletionListener.java:165) > at com.ibm.io.async.AbstractAsyncFuture.invokeCallback( > AbstractAsyncFuture.java:217) > at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions( > AsyncChannelFuture.java:161) > at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:136) > at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:195) > at com.ibm.io.async.ResultHandler.runEventProcessingLoop( > ResultHandler.java:743) > at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:873) > at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1469) > > > Thanks, > Matt > > ------------------------------ > > * ********************************************************************** > This email and any files transmitted with it are confidential and intended > solely for the individual or entity to whom they are addressed. If you have > received this email in error destroy it immediately. > ********************************************************************** > Wal-Mart Confidential > ********************************************************************** * > __Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are" > html___ _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"

