ERROR on AIX - no library weblogicoci36 (libweblogicoci36.a or .so) in java.library.path

I have WLS 5.1 SP10 running successfully on all platforms (Solaris,
HP-UX, NT/2000 and AIX). On AIX, I am unable to communicate with the
Oracle instance. The error I am receiving is the well-known "no
library weblogicoci36 (libweblogicoci36.a or .so) in
java.library.path". The actual command and output are:
[undertaker]/apps/weblogic2/weblogic/bin/oci816_8$ java utils.dbping
ORACLE weblogic weblogic
Error encountered:
java.sql.SQLException: System.loadLibrary threw
java.lang.UnsatisfiedLinkError
with the message 'no library weblogicoci36 (libweblogicoci36.a or
.so) in java.library.path'.
at weblogic.jdbcbase.oci.Driver.connect(Driver.java:116)
at java.sql.DriverManager.getConnection(DriverManager.java:459)
at java.sql.DriverManager.getConnection(DriverManager.java:108)
at utils.dbping.main(dbping.java:156)
I have followed the BEA recommended resolution steps, and the problem
persists. While I have seen many posts about this problem on Solaris,
NT and even HP-UX, I have not been seen posts with AIX as the
platform. Any insight into why the problem is occuring is greatly
appreciated. Here is the enviroment:
1. AIX 4.3.3
2. WLS 510 SP10
3. Oracle 8.1.6
============= Setting Environment ================
WL_HOME=/apps/weblogic2/weblogic
JAVA_HOME=/usr/java_dev2
CLIENT_CLASSES=/apps/weblogic2/weblogic/myserver/clientclasses
SERVER_CLASSES=/apps/weblogic2/weblogic/myserver/serverclasses
SERVLET_CLASSES=/apps/weblogic2/weblogic/myserver/servletclasses
PATH=/usr/java_dev2/jre/sh:/usr/java_dev2/sh:/usr/bin:/etc:/usr/sbin:/usr/ucb:/usr/bin/X11:/sbin:/usr/local/bin:/usr/bin:/etc:/usr/sbin:/usr/ucb:/usr/bin/X11:/sbin:/apps/oracle/product/8.1.6/bin:/usr/local/bin:/usr/ucb
CLASSPATH=/usr/java_dev2/lib/tools.jar:/apps/weblogic2/weblogic/license:/apps/weblogic2/weblogic/lib/weblogic510sp10.jar:/apps/weblogic2/weblogic/classes:/apps/weblogic2/weblogic/lib/weblogicaux.jar:/apps/weblogic2/weblogic/lib/aix/oci816_8:/apps/oracle/product/8.1.6/bin:/apps/oracle/product/8.1.6/lib:/apps/weblogic2/weblogic/bin/oci816_8:/apps/weblogic2/weblogic/myserver/clientclasses:/apps/weblo
ic2/weblogic/myserver/serverclasses
LIBPATH=/apps/weblogic2/weblogic/lib/aix:/apps/weblogic2/weblogic/lib/aix/oci816_8:/apps/oracle/product/8.1.6/lib
Regards,
Jeffrey Overton

We have "worked around" this problem. We switched to the Oracle thin
client driver and resolved the problem. We are still working with BEA
Technical Support on this issue. I'll post updates as we get more
information.
[email protected] (Jeffrey Overton) wrote in message news:<[email protected]>...
"Tom Gross" <[email protected]> wrote in message news:<[email protected]>...
I haven't tried 5.1 on AIX, but I know in 6.0 there is an error in startWebLogic.sh
specific to AIX: it exports "LIB_PATH" when it should say "LIBPATH". I just checked
in the 5.1 script and it appears to have the same error. You need to change the
name "LIB_PATH" to "LIBPATH". This error is fixed in 6.1 so we can be sure there
is at least one other person on the planet who is trying to use Weblogic on AIX.
:-)Tom,
Thanks for the help. Unfortunately, I cannot find a reference to
LIB_PATH in setEnv.sh or startWebLogic.sh. At this point, we are
pursuing the possibility that the IBM JDK 1.2.2 introduced some
incompatibilities. From the "IBM AIX Developer Kit, Java TM2
Technology Edition, Version 1.2.2 README":
"Because of incompatibility between the IBM AIX Developer Kit, Java
TM2 Technology Edition, Version 1.2.2"..."JNI executable programs,
including third-party software packages and those built for previous
Java software releases on AIX, that were built without this binder
option are NOT compatible with the JVM in this
release"..."Compatibility of an executable program can be verified
using dump -ov The stdout output will show the modtype to be "UR"..."A
script file (convertJNI) is shipped in the directory
/usr/java_dev2/sdk/sh. This script will help you to convert the
modtype to UR in the optional header of your JNI executable programs
without having to recompile the code."
Out of the hundreds of potential files, which need to be converted?
Based on additional information obtained by running in verbose mode,
we were able to gather the following:
java.sql.SQLException: System.loadLibrary threw
java.lang.UnsatisfiedLinkError
with the message '/apps/weblogic2/weblogic/lib/aix/oci816_8/libweblogicoci36.a:
0509-130 Symbol resolution failed
for /apps/oracle/product/8.1.6/lib/libclntsh.a(shr.o) because:
0509-136 Symbol JNI_CreateJavaVM (number 253) is not
exported from
dependent module /usr/java_dev2/jre/bin/libjava.a.
0509-136 Symbol JNI_GetDefaultJavaVMInitArgs (number 254) is
not exported from
dependent module /usr/java_dev2/jre/bin/libjava.a.
0509-136 Symbol dlsym (number 255) is not exported from
dependent module /usr/j'.
at weblogic.jdbcbase.oci.Driver.connect(Driver.java:116)
at java.sql.DriverManager.getConnection(DriverManager.java:459)
at java.sql.DriverManager.getConnection(DriverManager.java:108)
at utils.dbping.main(dbping.java:156)
We performed the dump -ov on each and each reported a modtype of RE
instead of UR.
We backed up libclntsh.a and libweblogicoci36.so, converted one at a
time, and ran the dbping after each. No such luck. Any ideas on how
we can find the JNI needle in the haystack?
Regards,
Jeffrey Overton

Similar Messages

  • No weblogicoci36 in java.library.path

     

    If after trying everything else (setting LD_LIBRARY_PATH, ORACLE_HOME, Checking the Oracle Client
    Install, etc.) you still get this error, try running "nm $ORACLE_HOME/lib/libclntsh.so.1.0 | grep -i opi".
    In order for the jDriver to load the "opinit" function must exist in your oracle client library (libclntsh.so).
    I have seen oracle 7.3.4 libraries that do not have this function. I'm not sure why, but they don't and
    it is required by the jDriver.
    Hope this helps,
    Charlie
    "weblogic.support.install" <[email protected]> wrote:
    I am currently evaluating the BEA Weblogic Enteprise Edition 5.1 with the 30
    day trial.
    I am running it on Solaris 5.6, connecting to an Oracle 7.3.4 database.
    I have installed it and I have been able to start it using the
    startWebLogic.sh script.
    I am now trying to run through the examples provided. In particular, the
    simpleselect.java.
    I have created the class as per the documentation (for which I used the
    setEnv.sh).
    However, when I run it I get the following response.
    $ java examples.jdbc.oracle.simpleselect
    Loaded properties
    Loaded driver
    Exception in thread "main" java.sql.SQLException: System.loadLibrary threw
    java.lang.UnsatisfiedLinkError
    with the message 'no weblogicoci36 in java.library.path'.
    at java.lang.Throwable.fillInStackTrace(Native Method)
    at java.lang.Throwable.fillInStackTrace(Compiled Code)
    at java.lang.Throwable.<init>(Compiled Code)
    at java.lang.Exception.<init>(Exception.java:42)
    at java.sql.SQLException.<init>(SQLException.java:82)
    at weblogic.jdbcbase.oci.Driver.connect(Driver.java:116)
    at examples.jdbc.oracle.simpleselect.main(Compiled Code)
    Note that I put the System.out.println lines myself (after it didn't work at
    first).
    So, it can't find the dynamic library weblogicoci36, which I pressume is
    from the library
    /u/spr/weblogic/weblogic/lib/solaris/oci734_7/libweblogicoci36.so
    As you can see it is in my LD_LIBRARY_PATH (I have also tried including the
    whole path and file)
    $ echo $LD_LIBRARY_PATH
    /u01/app/oracle/product/7.3.4/lib:/usr/local/lib:/u/spr/weblogic/weblogic/li
    b/solaris:/u/spr/weblogic/weblogic/lib/solaris/oci734_7:/u/spr/weblogic/webl
    ogic/lib/solaris
    It is also included in my PATH
    $ echo $PATH
    /u/spr/weblogic/weblogic/lib/solaris/oci734_7:/usr/java/bin:/u01/app/oracle/
    product/7.3.4/lib:/usr/bin:/usr/ucb:/etc:.:/usr/java/bin:/u/spr/weblogic/web
    logic/bin:/u/jac/bin
    Your documentation also speaks about my Oracle client Libraries. These are
    in
    /u01/app/oracle/product/7.3.4/lib
    which are also included in the PATH and LD_LIBRARY_PATH.
    I have tried many other combinations, such as trying
    /u01/app/oracle/product/7.3.4/bin instead, but with no success.
    I don't think its to do with the client libraries though, because the name
    refers to weblogic.
    Could you please help me to work out why it can't find this library?
    Thanks in advance,
    Spencer Russell
    E*Trade
    [email protected] OR [email protected]

  • Error: no ProtectorJNI in java.library.path

    I am facing this error and as i am quite new to java i am not sure what error is this. if ProtectorJNI is a library which will be a .jar file and i only have ProtectorJNI.dll inside my Tomcat which is not a library file.The error msg are as follows:
    javax.servlet.ServletException: no ProtectorJNI in java.library.path
         at DocumentAccessFilter.doFilter(DocumentAccessFilter.java:91)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:166)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:146)
         at DisableCacheFilter.doFilter(DisableCacheFilter.java:42)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:166)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:146)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:209)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:596)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:433)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:948)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:144)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:596)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:433)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:948)
         at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2358)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:133)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:596)
         at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:118)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:594)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:116)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:594)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:433)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:948)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:127)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:596)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:433)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:948)
         at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:152)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
         at java.lang.Thread.run(Thread.java:595)

    In JDeveloper Help Topics search for:
    Reference: Connection Requirements for Oracle's Type 2 JDBC Drivers (OCI)
    If that doesn't help solve it also see Oracle Support Note 295859.1

  • Unsatisfied Link Error with AIX

    Using WLS 6.1 and Oracle 816.8 under AIX 4.3 we are getting the following
    error creating a connection pool:
    "Could not create pool connection. The DBMS driver exception was:
    java.sql.SQLException: System.loadLibrary(weblogicoci37) threw
    java.lang.UnsatisfiedLinkError:
    /opt/weblogic6.1/lib/aix/oci816_8/libweblogicoci37.so: A file or directory
    in the path name does not exist."
    The library path is set as follows:
    $WL_HOME/lib/aix:$WL_HOME/lib/aix/oci816_8:$ORACLE_HOME/lib:$ORACLE_HOME/jdb
    c/lib
    where $WL_HOME = /opt/weblogic6.1 and
    $ORACLE_HOME=/opt/oracle/app/oracle/product/8.1.6
    and this path setting is correctly reflected in the java.library.path in the
    WLS server log.
    The libweblogicoci37.so file is present and correct in the
    $WL_HOME/lib/aix/oci816_8 directory.
    Unfotunately, the BEA WSL 6.1 JDriver environment setup docs don't give the
    settings for AIX - have we missed anything?
    Dave Lorde

    Thanks for the response, Deepak. As I said in my previous message, we
    already have /weblogic/lib/aix and the Oracle lib directory in our AIX
    LIBPATH.
    Do you know which files in the Oracle lib directory are actually required,
    so we can check they are there?
    Dave
    "Deepak Vohra" <[email protected]> wrote in message
    news:[email protected]..
    Dave
    Include /weblogic/lib/aix & ORACLE_HOME/ora81/lib in AIX LIBPATH.
    Deepak
    Dave Lorde wrote:
    Using WLS 6.1 and Oracle 816.8 under AIX 4.3 we are getting the
    following
    error creating a connection pool:
    "Could not create pool connection. The DBMS driver exception was:
    java.sql.SQLException: System.loadLibrary(weblogicoci37) threw
    java.lang.UnsatisfiedLinkError:
    /opt/weblogic6.1/lib/aix/oci816_8/libweblogicoci37.so: A file ordirectory
    in the path name does not exist."
    The library path is set as follows:
    $WL_HOME/lib/aix:$WL_HOME/lib/aix/oci816_8:$ORACLE_HOME/lib:$ORACLE_HOME/jdb
    c/lib
    where $WL_HOME = /opt/weblogic6.1 and
    $ORACLE_HOME=/opt/oracle/app/oracle/product/8.1.6
    and this path setting is correctly reflected in the java.library.path inthe
    WLS server log.
    The libweblogicoci37.so file is present and correct in the
    $WL_HOME/lib/aix/oci816_8 directory.
    Unfotunately, the BEA WSL 6.1 JDriver environment setup docs don't givethe
    settings for AIX - have we missed anything?
    Dave Lorde

  • While downloading podcasts to my library, I am getting the message, "the iTunes Library file cannot be saves. An unknown error occured (-54)." Any idea of what is going on?

    While downloading podcasts to my library, I am getting the message, "the iTunes Library file cannot be saves. An unknown error occured (-54)." Any idea of what is going on?
    Thanks.

    The problem went away on its own. Not sure what was the problem but perhaps somehow the system was out sync internally due installing Lion 10.7.3/Snow Leopard 10.6.8/10.7/10.7.3 with iTunes 6 installing after the 10.7.3 and then needing to be installed again after the second 10.7.3 install from the updater model.
    I kept accepting the error message and checking iTunes music file. No podcast downloads were actually rejected.

  • ​Error coming up states " warning some of the videos in your iTunes library including video "Dora" were  copied to the iPad "ellen's iPad " because they cannot be played on this

    I purchased tv shows for my son over 4th of July weekend from iTunes on my iPad...he has been watching with no problem...yeste​rday I backed up my iPad and the videos were taken off while I was syncing it. Error coming up states " warning some of the videos in your iTunes library including video "Dora" were not copied to the iPad "ellen's iPad " because they cannot be played on this iPad was not copied because the video format is not supported by the iPad.....makes no sense since he watched the video on Friday on my iPad...I went into the properties of the video and under the summary tab states kind of video is mpeg-4video file...went into the folder on my pc and the file is listed as a m4v file...under the tab tv shows when my iPad is connected I have it checked to sync tv shows and to automatically include "all" episodes of "all shows" ....
    I am using version 4.3.4 on my iPad and iTunes version 10.4 ...I even restored back to the original settings and still did not work....called apple twice yesterday and spoke to 2 different people and no one could help me.....I am able to load a movie from my pc to my iPad with no problem and the movie is a mpeg-4video file....totally​ clueless...

    I kept having a similar problem - 3 out of the 10 videos I had on iTunes wouldn't sync. They were in the right format and I KNEW they worked on my iPod because I'd RECORDED them on my iPod. I finally figured out what to do! Go to the movies in your iTunes library. Click on one that does not sync. Click on "Advanced" at the top of iTunes and choose "Create iPod or iPhone version". Once that's finished, be sure you delete the old version so you don't keep getting the error (or have 2 copies of the same video) and sync. This should eliminate the problem. At least it did for me!

  • After having upgraded my MacBook to Snow Leopard, the following error message pops when I try to access iTunes: "The file iTunes Library.itl cannot be read because it was created by a new version of iTunes".  I cannot now access iTunes.  How can I resolve

    After having upgraded my MacBook to Snow Leopard, the following error message pops when I try to access iTunes: "The file iTunes Library.itl cannot be read because it was created by a new version of iTunes".  So, now after the upgrade, I cannot access iTunes.  How do I resolve this??
    Thanks

    zepel has it, but perhaps some more detail will help.
    Empty/corrupt library after upgrade/crash
    Hopefully it's not been too long since you last upgraded iTunes, in fact if you get an empty/incomplete library immediately after upgrading then with the following steps you shouldn't lose a thing or need to do any further housekeeping. In the Previous iTunes Libraries folder should be a number of dated iTunes Library files. Take the most recent of these and copy it into the iTunes folder. Rename iTunes Library.itl as iTunes Library (Corrupt).itl and then rename the restored file as iTunes Library.itl. Start iTunes. Should all be good, bar any recent additions to or deletions from your library.
    See iTunes Folder Watch for a tool to catch up with any changes since the backup file was created.
    When you get it all working make a backup!
    tt2

  • "No connectivity with the server" error for one document but not the other, in the same document library

    We have a number of users all of a sudden getting "No connectivity with the server.  The file 'xxx' can't be opened because the server couldn't be contacted." errors trying to open MS Office docs (Word, Excel, etc.) in SharePoint with IE,
    just by clicking the link and selecting the "Read Only" option.  If they select the "Check Out and Edit" option, they can open the document no problem.  One of my customers gets the error on one document but not the other, in
    the same document library!  The older document (a weekly report) was copied and renamed as per standard procedure.  She can read the older document, but not the new one.
    It is definitely a profile issue, as other people have logged onto the machines of the users with problems and do not get the error.  We have also renamed people's c:\user profile folders and the corresponding Profilelist registry entry and the newly
    created profile does not experience the error for these people.  Renaming the profile back restores all their personal settings but the error reappears.  When we copied the old profile's folder structure into the new profile, many of the user settings
    were restored (but not all, like Dreamweaver settings) but the error did not appear.  We think that the system folders files (like AppData) weren't totally copied over so we're going to run another test using xcopy.  We are rebooting between
    logons to make sure all files are unlocked.
    The laptops and computers are mainly 32bit, Win7 Enterprise running IE9 and Office 2010 Professional Plus, but there's a few 64bit machines as well. The SharePoint farm has 1 WFE, 1 App Server running search and CA, and a shared database server running SQL
    2005 SP4.  SharePoint is 64bit MOSS 2007 with the latest CU.
    We've checked the logs on the client as well as on the server and there aren't any helpful entries.  We've also run Process Monitor, also with no helpful entries.  We're planning to run something like Fiddler next.
    It's not everyone, because there are many people are accessing the SharePoint system and the same files.  It is also not a permission thing, as we've tested by giving the users elevated permissions with no changes.  One person experiencing
    the errors is a Site Collection Admin.  That same person ran a test where I coped a simple Excel file into a Document Library which contained a problem file.  They were able to open it Read Only no problems that day, but the next day, the same
    file gave them an error.   In their case, they usually get a "xxx is not checked out" error and only occasionally get the "No connectivity with the server" error.
    We've tried lots of things including:
    Deleting IE cache
    Deleting SharePoint Drafts and webcache folder contents
    Running IE without add-ons
    Upgrading and Downgrading IE
    Uninstalling and re-installing IE
    Reinstalling our SSL certs
    Repairing Office
    Removing and then adding back in the Microsoft Office "Microsoft SharePoint Foundation Support" Office Tool 
    Deleting all HKLM and HKLU Office registry settings
    Toggling IE Compatibility Settings
    Toggling the IE Automatic Logon option
    Toggling the location of checked out files
    Adding the site in the trusted sites list
    Adding the site to the WebClient\Parameters registry locations
    Making sure the WebClient service is started
    Rebooting the machine (lol :)
    This is becoming a serious issue, not just because of the inconvenience for the users having to check out every document they want to read, but we have some files with macros that open up other documents to run which are now failing.  There aren't
    "check out" workarounds for some of those macros.
    We're planning to open a ticket with Microsoft, but I'm throwing it out here first in case someone has run into this before, or may have some suggestions on what to try next.  Thanks!
    -Richard.
    PS  I think this needs to be in the "General" forum instead?

    It took three days of dedicated troubleshooting, but I have found the cause of the errors, and a couple of fixes.  It helped tremendously that my own machine was throwing the error.  I have scheduled a couple of users to work with me to test the
    various fixes, to see which one works best, so the story isn't over yet.
    I had backed up my c:\users profile folder and HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList registry key so I could restore my profile after I was done.  I made a copy of the profile folder and was using that for awhile,
    but then made another copy where I had deleted a lot of content out of it so that the copies would go faster.  Since a newly created profile did not have errors, I was trying to copy back as much of the profile as possible to make it easier for our users
    to get back to work.  Instead of blowing away their profile and starting from scratch (which we know worked) I wanted to narrow down what was causing the error and just skip that from the restore.  The concept was to keep as much as the users profile
    in tact (application settings, etc.) not just restoring their desktop and My Documents folders.
    When we first tested a few weeks ago, simply copying the folder contents didn't reproduce the error.  I then tried xcopy, but got the "can't read file" error.  Then I tried robocopy, and ran into the "junction" problem. 
    I went back to xcopy, and found that placing the excludes.txt file in the windows/system32 folder eliminated the error.
    So the process went as follows: 
    Reboot and log into the machine as another user
    Delete the profile and associated registry key
    Reboot and log into the machine as the affected user, creating a new profile, and there is no error
    Reboot and log in as the other user
    xcopy the contents of the skinned-down backed-up profile to the newly created profile
    Reboot and log in as the affected user, and the error occurs
    Repeat the above, but add items in the excludes.txt file to see what, when eliminated, causes the error not to appear in the last step
    I eventually found that skipping the c:\users\<profile folder>\appdata\local\Microsoft\office\14.0 folder allowed the entire profile to be copied over without the error occurring.  That was strange, because we've cleaned out the cache folders
    before which didn't fix the issue. 
    So I went about it the opposite way, and tried to delete the 14.0 folder from the restored profile, and after reboot, the error still occurred.
    What eventually worked was deleting the 14.0 folder and copying over a 14.0 folder from a newly created profile!
    One way to do this was to:
    Reboot and log in as another user
    Rename the c:\users profile folder
    Rename the appropriate [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList] registry key
    Reboot and log in as the affected user, confirm that there is no error
    Reboot and log in as the other user
    Copy the C:\Users\<profile folder>\AppData\Local\microsoft\Office\14.0 folder to the other user's desktop
    Delete new profile folder, and rename the backup to be the production folder
    Delete the C:\Users\<profile folder>\AppData\Local\microsoft\Office\14.0 folder and then paste the 14.0 copy from the desktop
    Reboot and log in as the affected user, confirm that there is no error
    We've tried this on a couple machines and it works.  I had to run Windows Explorer as Administrator to access the other profile's folders.
    We've also successfully copied a 14.0 folder created by one profile on one affected computer over another profile's folder on another computer, eliminating the error, so we're trying that first, as that is fewer steps.
    We may attempt to script this, but the self-help instructions are only 5 lines long:
    Reboot and log into the affected computer with another account
    Go to <link to location of 14.0 folder on network> and copy the 14.0 folder
    Run Windows Explorer as Administrator
    Go to c:\users\<profile folder>\appdata\local\microsoft\office and delete the 14.0 folder, and paste the copied 14.0 folder (trying to overwrite it makes Win7 want to merge the folders)
    Reboot and log into your normal account, and confirm the error is gone
    I'll come back and report after we go into the field with this fix, but after the few tests, I am cautiously optimistic that this is it.

  • When opening the latest version of Iphoto an error message appears that says; You can't open your current iphoto library using this version of Iphoto. You have made changes to your photo library using a newer version of iphoto. Please quit and use the lat

    When opening the version of Iphoto i have an error message appears that says; You can't open your current iphoto library using this version of Iphoto. You have made changes to your photo library using a newer version of iphoto. Please quit and use the latest version of iphoto. What? If I can't open the current library using the latest version of iphoto, and I am asked to make changes the the newest version!!! I'm asked to run in circles chasing my tail...I had a new hard drive installed about 6 weeks ago. I am running MAC OS 10.5.8

    What version of iPhoto do you have? If you're on 10.5 then you're not running the latest iPhoto
    Any chance that the library was opened with another version?
    Simplest solution will be to just restore from your back up.

  • "Error occurred while packaging the application... Can't load library" in Flash Builder 4.7 (iOS)

    Been struggling to resolve this error since yesterday in Flash Builder 4.7 packaging an app for iOS.
    Error occurred while packaging the application:
    Exception in thread "Main Thread" java.lang.UnsatisfiedLinkError: Can't load library: C:\Program Files\Adobe\Adobe Flash Builder 4.7 (64 Bit)\eclipse\plugins\com.adobe.flash.compiler_4.7.0.349722\AIRSDK\lib\aot\lib\llvm.dll
              at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1706)
              at java.lang.Runtime.load0(Runtime.java:770)
              at java.lang.System.load(System.java:1004)
              at adobe.abc.LLVMEmitter.loadJNI(LLVMEmitter.java:587)
              at adobe.abc.LLVMEmitter.<clinit>(LLVMEmitter.java:597)
              at com.adobe.air.ipa.AOTCompiler.generateExtensionsGlue(AOTCompiler.java:419)
              at com.adobe.air.ipa.AOTCompiler.generateMachineBinaries(AOTCompiler.java:1790)
              at com.adobe.air.ipa.IPAOutputStream.createIosBinary(IPAOutputStream.java:378)
              at com.adobe.air.ipa.IPAOutputStream.finalizeSig(IPAOutputStream.java:762)
              at com.adobe.air.ApplicationPackager.createPackage(ApplicationPackager.java:91)
              at com.adobe.air.ipa.IPAPackager.createPackage(IPAPackager.java:246)
              at com.adobe.air.ADT.parseArgsAndGo(ADT.java:571)
              at com.adobe.air.ADT.run(ADT.java:419)
              at com.adobe.air.ADT.main(ADT.java:470)

    Update:
    My previous proposed solution (of installing the 64-bit JRE) resulted in a different problem. After multiple attempts and restarts I was unable to work in the Flash Builder IDE as it became unresponsive on load. Each time I had to use Task Manager to close the application.
    Apparent Solution:
    Close all applications running in Windows
    Uninstall all versions of JRE (Java Runtime Environment)
    Uninstall Flash Builder 4.7
    Reinstall Flash Builder 4.7

  • I have iphoto 6 and my pictures are no longer showing.  I have tried importing them but it just give me an error msg. (file format not recognized) I have tried rebuilding the iphoto library but that doesn't work either. Any suggestions?

    I have iphoto 6 and my pictures are no longer showing.  I have tried importing them but it just give me an error msg. (file format not recognized) I have tried rebuilding the iphoto library but that doesn't work either. Any suggestions?

    How did you rebuild?
    Try these in order - from best option on down...
    1. Do you have an up-to-date back up? If so, try copy the library6.iphoto file from the back up to the iPhoto Library allowing it to overwrite the damaged file.
    2. Download <a href="http://www.fatcatsoftware.com/iplm/"><b><u>iPhoto Library Manager</b></u></a> and use its rebuild function. This will create a new library based on data in the albumdata.xml file. Not everything will be brought over - no slideshows, books or calendars, for instance - but it should get all your albums and keywords back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one.
    3. If neither of these work then you'll need to create and populate a new library.
    To create and populate a new *iPhoto 6* library:
    Note this will give you a working library with the same Rolls and pictures as before, however, you will lose your albums, keywords, modified versions, books, calendars etc.
    Move the iPhoto Library to the desktop
    Launch iPhoto. It will ask if you wish to create a new Library. Say Yes.
    Go into the iPhoto Library on your desktop and find the Originals folder. From the Originals folder drag the individual Roll Folders to the iPhoto Window and it will recreate them in the new library.
    When you're sure all is well you can delete the iPhoto Library on your desktop.
    In the future, in addition to your usual back up routine, you might like to make a copy of the library6.iPhoto file whenever you have made changes to the library as protection against database corruption.

  • After updating to iPhoto9.6 an error occurred and the iPhoto icon says it is downloading. The library seems ok

    after updating to iPhoto9.6 an error occurred and the iPhoto icon says it is downloading. The library seems ok

    Perhaps you need to wait for the download to finish. If it's going on for a long time then cancel it (which you can do in Launchpad) and try again.

  • Error "no ocijdbc11 in java.library.path" in SQL Developer 4

    Hi!
    I have just installed the latest version of Oracle 12c and the latest SQL Developer (4.0.0.12). I have also JDK 7u25 installed. I run everything on Windows 7 64bit. When I create a local connection in SQL Developer and test or try to connect I get the error: no ocijdbc11 in java.library.path
    If I try the exact same thing in SQL Developer 3.2.2 (the one bundled with the latest Oracle 12c) it works fine. In both versions of SQL Developer I have done no configuration and all the settings are the defaults.
    I have read all the posts that relate to this error message, but they are all based on older versions or other platforms.
    Is there a problem in the default configuration of SQL Developer 4 or a compatibility problem with Oracle 12c? Any ideas of how to fix this?
    When I compare the properties of the two versions of SQL Developer I see that most of them are identical, but the java.library.path points to the sqldeveloper/bin directory in v4 and to the sqldeveloper root folder in v3. I don't know if that is significant.
    Also the setting "Use OCI/Thick Driver"  under "Database: Advanced" is unchecked, so it seems strange that it tries to use it anyway.
    /nikos

    Nikos:
    You should search that ocijdbc11 is installed in a path similar to C:\Oracle32bit\product\11.2.0\client32bit\bin and that this path (or C:\Oracle32bit\product\11.2.0\client32bit) is in your java.library.path.
    If you click on Help|About and the Extensions tab you will see a list of some of these.
    Click on the Export button and copy the contents to a file or clipboard.  Open the file (or Ctrl/V) in an editor and search for java.library.path.  This is the list of ;-separated folders that SQL looks in. Ensure that this list includes the one where your ocijdbc11 was found.
    HTH

  • Java library import error!

    Ok, so I have some code, but I need to import some things from the library. But, when I type:
    import java.util.ArrayList;It comes back with the error:
    SimpleDotCom.java:21: class, interface, or enum expected
    import java.util.ArrayList;
    ^I assume that this is because I'm missing some critical file,(I'm almost positive I didn't download the ME,) but I'm not sure. What did I do wrong?

    Hi
    This error is occured coz of misplacing the statement(import statement) in a wrong place.
    Consider this example.
    class ImportTest{
    public static void main(String ar[]){
    System.out.println("Hello World!");
    import java.util.ArrayList;
    if you compile this code, you will get the error which you are getting now
    i.e you have misplaced the import statement in the code.
    ERROR:
    javac ImportTest.java
    ImportTest.java:8: 'class' or 'interface' expected
    import java.util.ArrayList;
    ^
    1 error
    Note: Import statement always placed before the class definition
    And Package statement must be placed always in the begining
    of the file, i.e before any statements.
    say for eg:
    package test; // Always must be the first statement in a file.
    import java.util.ArrayList; // import statements must be after the
    // package and before class definition
    // if any
    class <Class-Name>{
    Just Check where you put your import statement. Guess your Line:21 will be the import statement - misplaced
    Message was edited by:
    chriscsit

  • No vdc in java.library.path error in performance reporting

    Has anyone ran into this issue? This is the error message I'm currently receiving while looking at the performance link in OEM reports. Everything else seems to work ok. Anyone know what file this is located in? Or where I'm going wrong?
    [Thread-160][2003-3-7:14:28:1:271] VtdService.Connect
    [Thread-160][2003-3-7:14:28:1:271] VtdService.getDataGatherer : [this=oracle.sysman.vtd.VtdService@44a5ec, m_dg=null, connect=true] initializing VtdDataGatherer for this service...
    [Thread-160][2003-3-7:14:28:1:271] VtdDataGatherer.&lt;init&gt;
    [Thread-160][2003-3-7:14:28:1:271] VtdcDataGatherer.initializeDirectConnect
    [Thread-160][2003-3-7:14:28:1:272] VtdException.&lt;init&gt;: Unable to locate the library necessary to support direct connect monitoring.
    java.lang.UnsatisfiedLinkError: no vdc in java.library.path

    Has anyone ran into this issue? This is the error message I'm currently receiving while looking at the performance link in OEM reports. Everything else seems to work ok. Anyone know what file this is located in? Or where I'm going wrong?
    [Thread-160][2003-3-7:14:28:1:271] VtdService.Connect
    [Thread-160][2003-3-7:14:28:1:271] VtdService.getDataGatherer : [this=oracle.sysman.vtd.VtdService@44a5ec, m_dg=null, connect=true] initializing VtdDataGatherer for this service...
    [Thread-160][2003-3-7:14:28:1:271] VtdDataGatherer.&lt;init&gt;
    [Thread-160][2003-3-7:14:28:1:271] VtdcDataGatherer.initializeDirectConnect
    [Thread-160][2003-3-7:14:28:1:272] VtdException.&lt;init&gt;: Unable to locate the library necessary to support direct connect monitoring.
    java.lang.UnsatisfiedLinkError: no vdc in java.library.path

Maybe you are looking for

  • Can I script the changing of creation date, using the file name?

    Normally people are doing this in reverse, but let me paint the picture. I pulled 204 video files from an old HDD based JVC camera.  JVC records in .MOD format which iPhoto won't import.  I imported them into iMovie just fine, and iMovie even set the

  • Wifi works perfect on iMac, internet doesn't

    Hello everybody i'm having a quite frustrating problem. The iMac details are on the picture above. Maybe it is a cause of the problem I don't know, but a week ago I updated to Yosemite. Since three days, at some random moment the internet stops worki

  • F-03 gl taging

    hi, I am using t-code f-03 for gl  clearing but i have problem that i have number of  entries  with different profit center  i want to tag that entry by profitcenter wies how can i can do that? or tell if any other method to tag entry by profitcenter

  • Password protect a page

    In DW6, how do I password-protect a specific page in a static html5 site? I would like to be able to set the password, not the user. Thank you!

  • Activated Palm in wrong country

    I don't think that anybody can help me, but it's worth trying: I bought my Palm half a year ago in Germany. Eager to try it out, I activated it, using a friend's SIM-card from Switzerland. Since then, the wrong phone number is stuck in my Palm Profil