Call Library Function Node 'Wrapper.C​reate': Library not found or failed to load. using windows 7 64 bits

Dear all
I try to interface my spectrometer (NIRquest from ocean optics) using labview on my 64 bits cumputer using windows 7.
I have absolutely no problem to run the spectrometer with the program dedicated to the spectrometer (called Spetrasuite).
I've installed "OmniDriverSPAM-1.66-win64-development-installer.e​xe" and everything went right.
When I select a VI in LabView (e.g."wrapper_create.vi") from the wrapper.llb, LabView returns an error :
"Call Library Function Node 'Wrapper.Create': Library not found or failed to load."
I chek the call library function, but everyting seems to be right :
I use LabView 8.6.1 and my others *.vi are running perfectly...
Do you have any idea from where does the problem comes ?
Thank you very much

Hello Flanguy,
In addition to smercurio_fc's feedback I can confirm that LabVIEW 8.6.1 doesn't exist in 64-bit version.
Officially, LabVIEW 8.6.1 doesn't support Windows 7 either.
The minimal version of LabVIEW you would need to both support Windows 7 and exist in 64-bit version is LabVIEW 2009 64-bit or any 64-bit versions which are more recent.
In the two links (1 & 2) you can find more background information.
Kind Regards,
Wouter
National Instruments Belgium

Similar Messages

  • Call Library Function Node: library not found or failed to load

    Hello,
    I had a VI that could not find some of the dll functions it needed.  It works on one machine and not on another.  So foolishly I copied the dll in question from the working machine and pasted it over the one on the non-working machine. 
    Now all my math functions are broken on the machine I copied the dll too.  The error is "Call Library Function Node: library not found or failed to load"
    And if I try to relink in the VI I get "Error loading C:\National Instruments\LabVIEW 8.2\resource\lvanlys.dll" A dynamic link library (DLL) initialization routine failed."
    I tried a repair labview and that did not help.
    I tried uninstall and reinstall labview and that did not help!
    Please help me fix this!
    Version 8.2
    dll: C:\National Instruments\LabVIEW 8.2\resource\lvanlys.dll
    Jim

    What library did you first copy?
    Also lvanlys.dll depends on the Intel Math Kernel Library that gets installed in a different location "C:\Program Files\National Instruments\Shared\MKL".
    This Intel Math Kernel Library again depends on the Visual C runtime libraries. Most likely you replaced one of those runtime libraries somehow and now the Math Kernel Library (MKL) fails to initialize which causes thelvanlys.dll to fail its load.
    Without a good view on your system and what other NI software you have installed it is very hard to recommend a good way of proceeding. There are various versions of the MKL used by various versions of NI products and just deleting the entire MKL folder might get you into trouble with other NI tools.
    Deinstalling everything from NI, deleting the entire National Instruments folder and then reinstalling what you need would be the most safe proceeding.
    And next time don't just copy some Visual C runtime libraries between machines. Their dependencies are complicated at the least and simply not graspable by us mere mortals. Use the according C runtime installer for the version you need as that installer will take care of installing the right versions of C runtime components and registering everything proberly so you do not usually run into problems with other applications using different versions of the C runtime.
    Message Edited by rolfk on 03-01-2010 10:26 AM
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • "Library not found or failed to load" on other system

    Dear all,
    I have searched the forum a little and found similar problems, but not really a solution. Therefore I will give it a try with this post:
    I have two computers both similar: Windows 7, 64-bits, Labview 2011 (service pack 1) installed.
    And the goal is to acquire images from a BitFlow frame-grabber. 
    BitFlow provided software for the frame-grabber, which is tested for windows 7, 64 bits and Labview 2011. With one of the machines (machine A), the programming is working fine. No problems there.
    On the other machine (machine B), Labview is unable to read the provided library: After selecting the library in the Call Library Function Node, Labview gives the error "Library not found or failed to load" at the Call Library Function Node.
    Machine B has - in all my knowledge - the same configuration of all the software compared to machine A, therefore I have no idea what the problem is here. The only difference is that machine B has a different computer security protocol - but it does have administrator rights...
    Additionally, I have tried a stand-alone executable (and installer) which did work on a third machine, but not on the machine B - due to the same problem.
    Does anybody have a clue in what direction I should search for the solution? Or what the problem may be? Or what I am missing here?
    Let me know if you need any additional info.
    Best regards,
    Michael
    Solved!
    Go to Solution.

    Haverdings wrote:
    "library not found or failed to load". I assume that would mean a 'failed to load' error (because the library is present), but I don't know whose 'fault' this is.
    The Bitflow driver is installed by just copying files to your computer. No installer is required - so they claim. Is there a way to check if the required C runtime version is used? 
    Thanks for the responses
    Well while the message could be more elaborate and make an explicit difference between file not found and not being able to load it, if LabVIEW would do some extra humba mumba woodoo, it's exactly what Windows tells an application when it tries to load a DLL. That error code simply says, sorry I couldn't load the DLL and that could be becuase it doesn't exist but also because I couldn't load it for other reasons, such as missing dependencies, (or a corrupted OS, or whatever else). Not very helpful for sure, and I'm not sure LabVIEW should try to be smarter than Windows here, by trying to see if the DLL did actually exist. For all it's worth it could be a text file, or anything else that is not a DLL at all, having the DLL name!
    An interesting read that actually explains the problem a bit more can be found here. You see that it is not a LabVIEW problem but just about anyones problem who has to deal with DLLs that can come just about from anywhere.
    The best way to see what dependencies your DLL has, is to load it with the Dependency Viewer program mentioned in there. It has it's problems nowadays on Windows 7 systems but still can give you some useful informations.
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • DIO Port Config & DIO Port Write Block Diagram Errors (Call Library Function Node:libra​ry not found or failed to load)

    Hi Guys, need help on this.
    I have this LabVIEW program that used to work on the old computer.
    The old computer crashes most of the time, so I upgraded the computer
    and used its Hard Drive as slave to the new computer.
    I have no idea where are its installers since the guy that made the program 
    is not in my department anymore.
    I downloaded all the drivers needed from NI: NIDAQ9.0, NIVISA,NI488.2, 
    and drivers of some instruments needed in the setup. I'm using LabVIEW8.2.
    Everything's fine until I open the LabVIEW program for our testing.
    Here goes the error:
       DIO Port Config
       DIO Port Write
    Block Diagram Errors
       Call Library Function Node: library not found or failed to load
    Attachments:
    ErrorList.JPG ‏200 KB

    Honestly, I'm a newbie on Labview. I just want this old program to run on the new computer.
    The guys that installed the drivers on the old computer are no longer here in my department.
    And I have no idea where the drivers are. So I just downloaded the drivers needed for my hardware and instruments.
    Here's my hardware: (cards: PCI-DIO-96, PCI-GPIB), (instruments: SCB100,E4407B, HP83623, HP3458, HP8657)
    OS: Windows XP Pro
    By the way, I have unzipped the TraditionalDAQ drivers. First I tried the 7.4.1, but installation error appeared.
    I thought maybe the installer is corrupted, so I downloaded the 7.4.4 and unzipped it.
    But, still same installation error appears. I don't understand, both TraditionalDAQ drivers have same installation error.
    Now I have tried the DAQmx8.7.2 driver, bu still the DIO Port Config and DIO Port Write have errors.

  • Calling a Function node in a DLL to give force-feedback effect to a joystick (using DirectInput)

    Hello,
    I have been working for a couple of weeks on writing a DLL in Visual C++ Studio. My intention is to write an exported function in the DLL to initialize a Logitech Force3Dpro joystick, setup a force feedback effect and run it using DirectInput. I would like to control this force feedback effect (in particular, the intensity of the feedback) from Labview by calling the function in the DLL.
    I followed the FFConst example in Microsoft SDK DirectInput Samples for making an .exe file to setup and run force feedback effects. I have been able to build the DLL successfully with an exported function that can be accessed from Labview by "Call a function node". I tested the function by running simple functions such as addition and multiplication of integers, andconfirmed the fact that the DLL was built correctly. I have also included the DirectInput code for initializing and running the force feedback effect. I am able to compile and build the DLL with no problems.
    The Problem:
    The only problem that I have at this point is with setting SetCooperativeLevel for the DirectInput8 joystick device. I have to provide a top-level window handle to SetCooperativeLevel so that I can give the function exclusive access to the joystick. Since I am not making a window and am building a DLL, I am not sure what handle I am supposed to provide it so that the joystick can respond. I am not sure if passing a handle to the Labview window would work because it is accessing the DLL's function? I tried passing LabView window handle to the function and read the X-axisposition off the joystick, but it read some junk (huge long integer) - which lead me to believe that the problem is something to do with initializing the joystick.
    For all practical purposes, I am a complete novice at DirectInput
    programming and working with Visual C++. Although, I have programmed in
    C++previously. I am sorry for the long message, but I wanted to give a bit of background so that my aim is clear.
    Any help, advice or direction with this problem be very much appreciated. Thank you for your time!
    Cheers!
    Abhishek

    Hi,
    This gave me the nudge in the right direction I needed, after a bit of basic frameset research I've got the desired functionality.
    Huge thanks!

  • Library not Found: /System/Library/Frameworks/StoreKit.framework/Versions/A/StoreKit

    Hello all,
    I am working with a MacBook purchased in 2009, OSX 10.6.8, processor: 2.13 GHz Intel Core 2 Duo, Memory: 2 GB 800 MHz DDR2 SDRAM.
    I recently downloaded and tried to install a game I had previously successfully installed from Gamehouse.com. The download goes fine, when I open the .dmg file the correct window pops up with an icon to double-click to start installation. At that point I receive an error message (see below). I contacted Gamehouse and ran through a number of solutions they gave me, including uninstalling and removing all traces of this or any other game from my computer (including .plist files), installing any available updates (iTunes finally got that update I've been postponing for months...), and dragging the installer icon into various different locations before opening. All to no avail.
    It appears to me the issue is this line in the error message: "Library not Found: /System/Library/Frameworks/StoreKit.framework/Versions/A/StoreKit"
    I checked the Frameworks folder and there is nothing there called StoreKit.framework, so that seems to make sense. It isn't anywhere else in the computer either. After a quick google I found this problem pops up now and then - there is one other question on the same issue in this forum, but I have no idea if the solution given there works, as the original poster never came back. Their suggestion was to try reinstalling Just OSX from the boot disc. I haven't attempted this yet - I thought I'd see if I can get any input before going that route.
    Thank you for any advice. Here is the full error report:
    Process:         Delicious - Emily's Wonder Wedding [349]
    Path:            /Applications/Delicious - Emily's Wonder Wedding Premium Edition.app/Contents/MacOS/Delicious - Emily's Wonder Wedding
    Identifier:      com.mrgoodlivng.delicious8.mac
    Version:         ??? (???)
    Code Type:       X86 (Native)
    Parent Process:  launchd [91]
    Date/Time:       2014-08-10 14:33:56.929 -0500
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:          201860 sec
    Crashes Since Last Report:           18
    Per-App Crashes Since Last Report:   21
    Anonymous UUID:                      750B56F7-4793-44CA-847D-5A35F9F8DABC
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Crashed Thread:  0
    Dyld Error Message:
      Library not loaded: /System/Library/Frameworks/StoreKit.framework/Versions/A/StoreKit
      Referenced from: /Applications/Delicious - Emily's Wonder Wedding Premium Edition.app/Contents/MacOS/Delicious - Emily's Wonder Wedding
      Reason: image not found
    Binary Images:
    0x8fe00000 - 0x8fe4162b  dyld 132.1 (???) <749D24EE-54BD-D74B-D305-C13F5E6C95D8> /usr/lib/dyld
    Model: MacBook5,2, BootROM MB52.0088.B06, 2 processors, Intel Core 2 Duo, 2.13 GHz, 2 GB, SMC 1.38f5
    Graphics: NVIDIA GeForce 9400M, NVIDIA GeForce 9400M, PCI, 256 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8E), Broadcom BCM43xx 1.0 (5.10.131.42.4)
    Bluetooth: Version 2.4.5f3, 2 service, 12 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: FUJITSU MHZ2160BH FFS G1, 149.05 GB
    Serial ATA Device: HL-DT-ST DVDRW  GS22N
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x06100000 / 2
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8215, 0x06110000 / 3
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x0229, 0x04600000 / 3
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0x04500000 / 2

    That file is a OS X system file, you'll have to overwrite OS X with a new copy to restore it.
    First things first
    Emergency backup procedure
    Drag and drop copy your users file folders (music, pictures, documents etc) to a regular external powered drive as soon as possible.
    Do not use, setup or trust only TimeMachine at this troubled time as it will copy corrupted data and we need just your users files safe just in case. TimeMachine cannot be used with a Windows PC.
    Unmount and Disconnect all external drives once the backup process is completed.
    Note:
    If you have any over 4GB sized files, those won't copy to a standard formatted FAT32/MSDOS drive from the factory, if you need to save these 4GB+ files use another blank/empty drive and use Disk Utility to format it 1 Partition, Option: GUID,  Format: OS X Extended Journaled (or the standard default one for older Mac's).
    Mac's cannot copy to nor format a NTFS  drive. ExFAT format to be used with a Windows machine must be right click formatted by Windows, not OS X (does it wrong) XP machines can install a free exFAT update from Microsoft. Vista-Win 8 can format exFAT.
    Formatting a drive will erase all data on it.
    Once your files are safely copied off the machine, next run through this list of fixes, I suspect #8 Reinstall Just OS X + Software Updating fully should restore the broken/missing file.
    ..Step by Step to fix your Mac
    Overwriting OS X with a new copy does not delete most programs or users files, but you backup your users files regardless as it might be something more than we currently know at this time.

  • GNU fortran90 doesn't work now.  I get the error message:gfortran: warning: couldn't understand kern.osversion '14.0.0 ld: library not found for -lcrt1.o collect2: error: ld returned 1 exit status

    GNU fortran 90 no longer works.
    I get the error message:
    gfortran: warning: couldn’t understand kern.osversion ‘14.0.0
    ld: library not found for -lcrt1.o
    collect2: error: ld returned 1 exit status

    GNU fortran 90 no longer works.
    I get the error message:
    gfortran: warning: couldn’t understand kern.osversion ‘14.0.0
    ld: library not found for -lcrt1.o
    collect2: error: ld returned 1 exit status

  • Transport library not found: dt_socket

    I'm a JBoss newbie trying to use to start jboss 4.0.3 on Fedora Core 4 with java 1.5.0_05 in debug mode. Following the instructions found here: http://java.sys-con.com/read/44918.htm, I modified the the jboss startup script run.sh by adding the line
    JAVA_OPTS="$JAVA_OPTS -Xdebug -Xrunjdwp:server=y,transport=dt_socket;address=4142,suspend=n"right before the exisitng line
    JAVA_OPTS="$JAVA_OPTS -Dprogram.name=$PROGNAME"I get the following error from the jboss console
    =========================================================================
      JBoss Bootstrap Environment
      JBOSS_HOME: /usr/lib/jboss-4.0.3SP1
      JAVA: /usr/lib/jvm/java-1.5.0-sun/bin/java
      JAVA_OPTS: -server -Xms128m -Xmx128m -Xdebug -Xrunjdwp:server=y,transport=dt_socket;address=4142,suspend=n -Dprogram.name=run-debug.sh
      CLASSPATH: /usr/lib/jboss-4.0.3SP1/bin/run.jar:/usr/lib/jvm/java-1.5.0-sun/lib/tools.jar
    =========================================================================
    ERROR: transport library not found: dt_socket;address=4142 ["transport.c",L138]
    ERROR: JDWP Transport dt_socket;address=4142 failed to initialize, TRANSPORT_LOAD(509) ["debugInit.c",L500]
    JDWP exit error JVMTI_ERROR_INTERNAL(113): No transports initializedFATAL ERROR in native method: JDWP No transports initialized, jvmtiError=JVMTI_ERROR_INTERNAL(113)I have tested that the debugger works on it's own by trying to debug a hello world app:
    java -Djava.compiler=NONE -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,server=y,address=8000 hello and then attaching to it with jdb -attach localhost:8000.
    Is this classpath issue?

    It looks like you have a semicolon between the name of the transport library and the address option - that should fix it :-)

  • Photo Library Not Found

    I was trying to free up some space on my internal HD yesterday; I did trash what I thought were just contents from the iPhoto library. Today I get a message "Photo Library Not Found" when I attempt to open iPhoto.
    In reading past posts here, there is a reference to "standard recovery procedure."
    Can someone tell me what that is or what thread I might look at that will tell me the best way to proceed here?
    I sure hate to think I've lost all my photos.
    Thanks
    Lee

    Lee
    You will get Time Machine with 10.5, but you can also purchase excellent back up apps like Chronosync, DejaVu without using 10.5. Also, if you purchase another external HD you can run your iPhoto (and your iTunes) from there, so freeing up space on your internal.
    1. Quit iPhoto
    2. Copy the iPhoto Library Folder as an entity from your Pictures Folder to the External Disk.
    3. Hold down the option (or alt) key while launching iPhoto. From the resulting menu select 'Choose Library' and navigate to the new location. From that point on this will be the default location of your library.
    4. Test the library and when you're sure all is well, trash the one on your internal HD to free up space.
    Regards
    TD

  • IPhoto Library Not Found after Upgrade to Leopard

    I was running the newest iPhoto under Tiger and I just upgraded to Leopard. I tried to open iPhoto and a message said, "iPhoto library not found." It was there before I upgraded from Tiger. I mostly use Adobe Bridge so I didn't have much in iPhoto but I'm curious to see why the library disappeared and whether it can be restored. I looked all around on the hard disk and didn't see the iPhoto library anywhere. Thanks.

    Yes, it must have been upgrade and install because I followed the defaults. The iPhoto library was in the Pictures folder in Tiger and I never moved it. After the upgrade to Leopard, it was gone--it is no longer in my Pictures folder, nor does it seem to be anywhere else. I didn't touch it--the upgrade made it disappear. Why did that happen? What can be done about it? Thanks very much.

  • Add Folder to Library option is not available in the latest version of iTunes for Windows. I am using Windows 7 64 bit. Any suggestion ?

    Add Folder to Library option is not available in the latest version of iTunes for Windows. I am using Windows 7 64 bit. Any suggestion ?

    CTRL + B will bring up the menu bar, on which is File/Add Folder...

  • Fobs4JMF, Native shared library NOT found, Mac OS 10.5

    Hello all,
    We are having trouble getting Fobs4JMF working on a MAC; we are receiving the following error:
    Fobs4JMF - Native shared library NOT found
    java.lang.UnsatisfiedLinkError: /Users/susan/Documents/workspace/GemIdent/libfobs4jmf.jnilib:
        at java.lang.ClassLoader$NativeLibrary.load(Native Method)
        at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1822)
        at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1739)
        at java.lang.Runtime.loadLibrary0(Runtime.java:823)
        at java.lang.System.loadLibrary(System.java:1030)
        at com.moesol.bindings.NativeLibraryFinder.loadLibrary(NativeLibraryFinder.java:63)
        at com.omnividea.media.parser.video.Parser.<clinit>(Parser.java:107)The source code we are using works fine on a windows machine using the native .dll file.
    The following files were copied from the binary download into our project folder:
    a) libfobs4jmf.jnilib
    b) jmf.jar
    c) fobs4jmf.jar
    d) jmf.propertiesThe jmf and fobs4jmf jars are added to the classpath
    We have tried the following to no avail:
    a) adding the "libfobs4jmf.jnilib" file to a /lib directory in the project space
    b) adding the "libfobs4jmf.jnilib" to "Contents/Resources/Java"
    We thought it may have been a 64bit issue, so we copies the jmstudio executable to our project workspace, executed it and we are able to play video files without any problems. Therefore, it's a problem with our setup.
    Our versions are listed below:
    Eclipse 3.3.1
    JRE 1.6.0
    Mac OS 10.5, 64bit (although it was also tried on OS 10 32bit to no avail)
    Fobs4JMF 0.4.1
    JMF 2.1.1e
    Thanks so much for your support,
    Adam Kapelner
    Lead Engineer, gemident
    Stanford University
    Susan Holmes
    Stanford University

    Hi Captfoss,
    Thanks for your help.
    We've figured it out. Fobs4JMF 0.4.1 is compiled in Java 5 for 32bit. Once we compiled in Java 5, it began to work. Repeat: do not use Fobs4JMF on a 64bit mac running Java 6, it will require a 64bit native library. The provided jnilib is in 32bit!
    Here was out directory structure:
    /gemident.jar
    /jmf.properties
    /libfobs4jmf.jnilib
    /lib/jmf.jar
    /lib/fobs4jmf.jarAnd our manifest.mf:
    Manifest-Version: 1.0
    Main-Class: GemIdentOperations.Run
    Class-Path: lib/jmf.jar lib lib/fobs4jmf.jarWe can execute with the following:
    java -Xmx1400m -jar gemident.jarThere is no need for any "Djava.library.path" or "LD_LIBRARY_PATH" - it should just work
    Adam

  • HT201250 hi bought a click free hard drive,could not get it to work keeps saying.ntfs library not found so bought a hitachi tour keeps saying the same can anyone help please

    hi bought a clickfree hard drive from qvc when i connect it the computer keeps saying ntfs-3g library not found,and so i have just bought a hitachi touro,and the same message keeps coming up can anybody help please

    Drive Preparation
    1.Open Disk Utility in your Utilities folder.
    2. After DU loads select your hard drive (this is the entry with the mfgr.'s ID and size) from the left side list. Click on the Partition tab in the DU main window.
    3. Under the Volume Scheme heading set the number of partitions from the drop down menu to one. Click on the Options button, set the partition scheme to GUID then click on the OK button. Set the format type to Mac OS Extended (Journaled.) Click on the Partition button and wait until the process has completed.
    4. Select the volume you just created (this is the sub-entry under the drive entry) from the left side list. Click on the Erase tab in the DU main window.
    5. Set the format type to Mac OS Extended (Journaled.) Click on the Security button, check the button for Zero Data and click on OK to return to the Erase window.
    6. Click on the Erase button. The format process can take up to several hours depending upon the drive size.

  • Getting "museJSAssert: Error calling selector function: Reference Error: Web Pro is not defined".

    First off, I am not a coding person. I decided to use Muse becuse I am good with Illustrator and Photoshop.
    The sight I built: www.speedcinch.com is now getting a bunch of errors when it initially was working fine. I am using godaddy for a host and using their ftp.
    This is the error I am getting now: museJSAssert: Error calling selector function: Reference Error: Web Pro is not defined
    You can see how my sight is supposed to work at http://speedcinchcom.businesscatalyst.com/index.html
    I have no idea what to do. Please help.

    Well, if nothing else I've ascertained that it's not GoDaddy's connectivity issue, as the issue continues late into today, and it does vary a bit per the other error reports. Using FileZilla there are just a few timeouts in the log, enough to give some pause but not necessarily (according to GD) disruptive. I've checked the list of uploaded files against the Muse Export folder contents and everything is there. In fact, the site looks good, buttons work, rollovers, etc, but there are no images. Like everyone else, this has cost me time and money in the last 24 hours.
    Let's see what the good people at Adobe live chat have to say, and I'll share it with you.

  • Create IDM Domain(OID Domain) Problem -- Bootstrap Domain Configuration. Library not found

    Hi Expert
    I have installed Weblogic 10.3.5 (64 bit) in my Oracle Linux 5 (x86_64 bit), I already installed JDK 6 (64 bit) lasted release.
    Next, I install IDM 11.1.1.2.0 (64 bit), was successful, after that patchset 11.1.1.5.0 (64 bit) was installed without any error.
    When I use IDM Configuration (ORACLE_HOME/bin/config.sh) to create a new domain for idm, It stuck in "Start Managed Server" phrase.
    In install log I found entries as below, am I missing something?
    Thank you,
    Noraset
    [2013-09-24T08:45:11.224+07:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.presentation] [tid: 11] [ecid: 0000K5DckoCFw00Fzzx0g01IGEtE000002,0] STARTING CONFIG OPERATION ...
    [2013-09-24T08:45:11.233+07:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.statistics] [tid: 11] [ecid: 0000K5DckoCFw00Fzzx0g01IGEtE000002,0] Install Adapter: Mark Start for:CONFIG
    [2013-09-24T08:45:11.646+07:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000K5Dd3vUFw00Fzzx0g01IGEtE000003,0]  [Action]: Bootstrap Domain Configuration. Library not found: /u01/Oracle/Middleware/modules/com.bea.core.weblogic.security.identity_1.1.2.0.jar
    [2013-09-24T08:45:11.646+07:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000K5Dd3vUFw00Fzzx0g01IGEtE000003,0]  [Action]: Bootstrap Domain Configuration. Library not found: /u01/Oracle/Middleware/patch_wls1032/profiles/default/sys_manifest_classpath/weblogic_patch.jar
    [2013-09-24T08:45:11.646+07:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000K5Dd3vUFw00Fzzx0g01IGEtE000003,0]  [Action]: Bootstrap Domain Configuration. Library not found: /u01/Oracle/Middleware/jrockit_160_14_R27.6.4-18/lib/tools.jar
    [2013-09-24T08:45:11.666+07:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000K5Dd3vUFw00Fzzx0g01IGEtE000003,0]  [Action]: Bootstrap Domain Configuration. Library not found: /u01/Oracle/Middleware/wlserver_10.3/server/lib/weblogic_sp.jar
    [2013-09-24T08:45:11.666+07:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000K5Dd3vUFw00Fzzx0g01IGEtE000003,0]  [Action]: Bootstrap Domain Configuration. Library not found: /u01/Oracle/Middleware/modules/features/weblogic.server.modules_10.3.2.0.jar
    [2013-09-24T08:45:11.666+07:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000K5Dd3vUFw00Fzzx0g01IGEtE000003,0]  [Action]: Bootstrap Domain Configuration. Library not found: /u01/Oracle/Middleware/modules/org.apache.ant_1.7.0/lib/ant-all.jar
    [2013-09-24T08:45:11.666+07:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000K5Dd3vUFw00Fzzx0g01IGEtE000003,0]  [Action]: Bootstrap Domain Configuration. Library not found: /u01/Oracle/Middleware/modules/net.sf.antcontrib_1.0.0.0_1-0b2/lib/ant-contrib.jar
    [2013-09-24T08:45:11.666+07:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000K5Dd3vUFw00Fzzx0g01IGEtE000003,0]  [Action]: Bootstrap Domain Configuration. Library not found: /u01/Oracle/Middleware/wlserver_10.3/common/eval/pointbase/lib/pbembedded57.jar
    [2013-09-24T08:45:11.666+07:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000K5Dd3vUFw00Fzzx0g01IGEtE000003,0]  [Action]: Bootstrap Domain Configuration. Library not found: /u01/Oracle/Middleware/wlserver_10.3/common/eval/pointbase/lib/pbclient57.jar
    [2013-09-24T08:45:11.666+07:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000K5Dd3vUFw00Fzzx0g01IGEtE000003,0]  [Action]: Bootstrap Domain Configuration. Library not found: /u01/Oracle/Middleware/wlserver_10.3/common/eval/pointbase/lib/pbtools57.jar
    [2013-09-24T08:45:11.676+07:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000K5Dd3vUFw00Fzzx0g01IGEtE000003,0]  [Action]: Bootstrap Domain Configuration. Library not found: /u01/Oracle/Middleware/modules/org.apache.ant_1.7.0/lib/ant-all.jar
    [2013-09-24T08:45:11.688+07:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000K5Dd3vUFw00Fzzx0g01IGEtE000003,0]  [Action]: Bootstrap Domain Configuration. Library not found: /u01/Oracle/Middleware/modules/org.apache.ant_1.7.0/lib/ant.jar
    [2013-09-24T08:45:11.689+07:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000K5Dd3vUFw00Fzzx0g01IGEtE000003,0]  [Action]: Bootstrap Domain Configuration. Library not found: /u01/Oracle/Middleware/modules/org.apache.ant_1.7.0/lib/ant-launcher.jar
    [2013-09-24T08:45:11.689+07:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000K5Dd3vUFw00Fzzx0g01IGEtE000003,0]  [Action]: Bootstrap Domain Configuration. Library not found: /u01/Oracle/Middleware/modules/features/weblogic.server.modules_10.3.1.0.jar
    [2013-09-24T08:45:11.760+07:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 12] [ecid: 0000K5Dd3vUFw00Fzzx0g01IGEtE000003,0] Setting data for action:Bootstrap Domain Configuration
    [2013-09-24T08:45:11.768+07:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 12] [ecid: 0000K5Dd3vUFw00Fzzx0g01IGEtE000003,0] No data for action:Bootstrap Domain Configuration

    Do you mean that I should create new domain without  OID instance, and next use ORACLE_HOME/bin/config.sh to create new OID instance with existing domain ?
    Thanks you,
    Noraset

Maybe you are looking for