the FOD build sample error

Hi all
I installed Jdeveloper Studio Edition Version 11.1.2.1.0 and I database 10g express edition and install the example of FOD scheme as explained in this link:
http://www.Oracle.com/technetwork/developer-tools/jdev/index-095536.html
After I change the properties of my environment as below
# Master Ant properties file for Fusion Order Demo
# All build files refer to this master list of properties
# Continuous builds override these settings
# $Id: build.properties 812 2007-02-20 07:14:33Z lmunsing $

# Base Directory for library lookup
jdeveloper.home=C:\oracle\Middleware11.1.2.1\jdeveloper
src.home=..//..


# JDBC info used to create Schema
jdbc.driver=oracle.jdbc.OracleDriver
jdbc.urlBase=jdbc:oracle:thin:@localhost
jdbc.port=1521
jdbc.sid=XE

# Information about the default setup for the demo user.
db.adminUser=system
db.demoUser=FOD
db.demoUser.password=fusion
db.demoUser.tablespace=USERS
db.demoUser.tempTablespace=TEMP
and build together, I get this message in the log.
Buildfile: C:\JDeveloper\Release2.1\FusionOrderDemo_R2_1_revised\Infrastructure\Ant\build.xml

init:
    [javac] Compiling 1 source file to C:\JDeveloper\Release2.1\FusionOrderDemo_R2_1_revised\Infrastructure\Ant\classes

setProperties:

createDatabase:

refreshSchema:

BUILD FAILED
C:\JDeveloper\Release2.1\FusionOrderDemo_R2_1_revised\Infrastructure\Ant\build.xml:51: The following error occurred while executing this line:
C:\JDeveloper\Release2.1\FusionOrderDemo_R2_1_revised\Infrastructure\DBSchema\build.xml:100: The following error occurred while executing this line:
C:\JDeveloper\Release2.1\FusionOrderDemo_R2_1_revised\Infrastructure\DBSchema\build.xml:63: The following error occurred while executing this line:
C:\JDeveloper\Release2.1\FusionOrderDemo_R2_1_revised\Infrastructure\DBSchema\build.xml:28: C:\JDeveloper\Release2.1\FusionOrderDemo_R2_1_revised\Infrastructure\Ant\wlserver_10.3\server\lib not found.

Total time: 4 seconds
The error occurred at this goal
  <target name="createDatabase">
    <ant antfile="build.xml" dir="../DBSchema"
         target="createDatabase" inheritrefs="true"/> #This is Line 51
  </target>
Any help is appreciated.

Edited by: 920003 may 4, 2012 08:24

I think you need regular / not -here:
JDeveloper.Home=C:\oracle\Middleware11.1.2.1\jdeveloper

Tags: Java

Similar Questions

  • build error of createUser using the c# code sample

    I get the following build error when you use the c# code for the createUser use method example.

    I use VisualStudio2008 and the Blackberry_Admin_API - 5.0 - US.pdf c# code example.

    Build error States:

    Cannot implicitly convert type 'BESAdmin.BASemailExchangeWebService.EnableBlackBerryUserAttributesType' in 'BESAdmin.BASCoreWebService.EnableBlackBerryUserAttributesType' C:\VS2008\BESAdmin\BESAdmin\Form1.cs 76 488 BESAdmin

    The build error is on this part of the code:

    for (int j = 0; j)< attributes.enableblackberryuserattributes.length;="">

    {

    userEnableBBAttributes.enableBlackBerryUserAttributes [j] = attributes.enableBlackBerryUserAttributes [j];

    }

    Everyone has this same problem and found the solution?  It seems that there is something missing or incorrect in the sample code around type conversion between the EnableBlackberryAttributesType.

    Thank you, Ed

    Hi Ed,

    I tried throwing the code example in a project already created the mine and has not known this error at compile. The two types of objects must be the same, so I don't know why there is no conflict with assignment.

    Please try to use the sample code to create a user from the BAA API reference documents:

    http://www.BlackBerry.com/developers/docs/BAA/5.0.0/

    Or the Knowledge Base of the developer section:

    http://www.BlackBerry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/1608023/How_To_-_Get _...

    It can also be a good idea to recreate your proxy to do this.

    Let us know if the problem is still evident with the examples above.

  • Tried to use iTunes to restore iPhone 5s, but the 17 error happens: "this device is not eligible for the requested build". No problem to enter the mode of recovery, apple server and the internet. Help?

    I tried to use iTunes to restore my iPhone 5s, but the 17 error happens: "this device is not eligible for the requested build". No problem to enter the recovery mode, connection to the apple Server (the software update download was complete) and internet connection. Help? I do an Apple store to restore?

    Error 17 refers to network problems. Take a look at these articles and try the suggestions:

    Solve the iOS update and restore error in iTunes - Apple Support

    Get help with iOS update or restore errors - Apple Support

  • With a sampling of the data with DAQMX, error-200279 occurs when making 2d array dbl

    Hello

    I did a system of simple analog voltage with DAQMX data acquisition.

    It is made for reading of capacitance, where output capacitance value out of a circuit in the periodic voltage signal.

    What I want is to get data from four capacitors simultaneously through four channels, using samples n n (dbl 2d).

    The structure of my VI is almost similar with examples of continuous sampling of voltage in LabView, with the exception of a few other calculations in the loop.

    And for the synchronization of the trigger, I've corrected the edge of release with the external signal from the capacitance reading circuit.

    Version no. 1 has a channel for data input voltage. Version n ° 2 has four channels for the input data.

    While ver.1 can get accurate reading of four capacitors circuit data each (a single channel at a time),.

    ver.2 acquires four channels of data, with a single thin data channel, all the others were wrong.

    I saw a 200279 error occur in the DAQMX read part 2d dbl, so I tried increasing the buffers by changing the sampling frequency or the number of samples, but it wasn't everything.

    I rose for most of the forums with the 200279 error, but the solution would not work on mine.

    Anyone can find the problem? I will attach my screws it may include a bit of Korean language, but most of them are in English, shouldn't be too hard to recognize. Sorry for the inconvenience.

    Oh I forgot, my DAQ is NI USB-6259, and it works in Win XP sp3 and LabView 8.6.

    Thank you.

    Hello Azurenight,

    The 6259 is a DAQ card of the M Series Multiplexed, which means that it is not possible to sample each signal at the same instant, rather the channels are all sent through the ADC even and must be sampled in order. More information on this can be found here:

    LabVIEW Help: Multiplexing compared with simultaneous sampling

    http://zone.NI.com/reference/en-XX/help/370466W-01/mxcncpts/multisimulsamp/

    It may still be possible to get the data you need with the card you have - could you give more information about the maximum eligible period between samples on different channels?

    If you require * real * simultaneous sampling, you will probably need different hardware.

    Kind regards

  • Unable to load the query in Crystal Designer: error "Could not load the Query builder compenent."

    Hi all
    I am using Crystal report 10 which was an upgrade of crystal 7 and 8.5
    I can open the crystal report and can do everything but I could not display the SQL query option
    It gives me an error message
    "Failed to load the Query builder compenent."
    I also reinstalled the application twice as a sysadmin even then I get this message
    Please, can someone suggest me what should I do?

    Contact technical support for Crystal Reports or watch in their forums. This is not a product of MS and is not related to the installation, upgrade and activation of Windows XP.

  • Unable to access Adobe Folio Builder using Indesign (CS6) on Windows 7, the error message is 'an error has occurred trying to connect to the Folio Builder Panel' [IMS_ERROR_FAILURE]

    Unable to access Adobe Folio Builder using Indesign (CS6) on Windows 7, the error message is 'an error has occurred trying to connect to the Folio Builder Panel' [IMS_ERROR_FAILURE]

    Here is a list of the ports/areas to the whitelist to access the DPS Server problems

  • Error with title i.d. and password in the app Builder

    Salvation;

    Ive just subscribing to edition Pro DPS and begins to build my Viewer application, however im getting an error with the title i.d. and password in the app Builder

    It says niether the id of title or password are valid, but they are the same that I used for the two newspapers in builder app and download my Folio to folio producer.

    What I'm missing here?

    Scott

    Yes, the account management stuff is confusing when you place a 'creative' account to a Pro account. As said the updated guide on the road when you configure your Pro account, you must use dedicated Adobe ID such as [email protected] and [email protected], not [email protected]. The Folio copy command makes it easy to transfer the folios from one account to another, especially if you do it on the same machine that you used to create the folios. All right.

    Yet once again, do not use your 'master' account to create and publish folios. Use it only for the administration of accounts.

  • ORA-28112: failed to perform the function of guidance - error in the Application Builder

    Hey all,.

    I added a political function to one of my paintings, and now I get this error when I try to update a report region that refers to this table.

    "The query cannot be parsed into the generator. If you believe that your query is syntactically correct, check the generic "columns" box below the source of the region without analysis. "ORA-28112: failed to perform the function of guidance."

    If I remove the policy then everything works fine. My application works well with the policy in place. I just get these errors in the application builder when refreshing a report or a LOV that references the secured table.

    The analysis schema is APPL_USER.

    Here's the political function:

    FUNCTION DOCUMENT_TABLE_POLICY (object_schema IN VARCHAR2 DEFAULT NULL
    object_name IN VARCHAR2 DEFAULT NULL)
    RETURN VARCHAR2 IS
    v_nt_seq NUMBER;
    BEGIN
    IF use = "APPL_USER" or INSTR(user, 'ITFC_') = 1 THEN
    RETURNS A NULL VALUE.
    END IF;

    IF V ('APP_USER') IS NOT NULL THEN
    IF V ('F_NT_SEQ') IS NOT NULL THEN
    v_nt_seq: = V ('F_NT_SEQ');
    ON THE OTHER
    SELECT NT_SEQ
    IN v_nt_seq
    OF APPL_USERS
    WHERE UPPER (NT_ID) = UPPER (V ('APP_USER'));
    END IF;

    RETURN ' (DOCUMENT_TYPE, MANAGED_BY_ELEMENT, PROGRAM_CODE, CONTRACT_NUMBER) IN (SELECT DISTINCT R.DOCUMENT_TYPE, USL. ELEMENT, USL. PROGRAM_CODE, USL. CONTRACT_NUMBER OF USL, R IPRACA_SECURITY_ROLES IPRACA_USERS_SECURITY_LINK WHERE R.SECURITY_ROLE_SEQ = USL. SECURITY_ROLE_SEQ AND USL. NT_SEQ = ' | To_char (v_nt_seq) | ')';
    END IF;

    -UNAUTHORIZED USERS CANNOT SEE ANY DATA
    RETURN '1 = 0';
    END;

    This is how to set up the policy:

    BEGIN

    DBMS_RLS. () ADD_POLICY
    object_schema = > 'APPL_USER '.
    , object_name = > 'APPL_DOCUMENT '.
    , policy_name = > 'APPL_DOCUMENT_POLICY '.
    , function_schema = > 'APPL_USER '.
    , policy_function = > ' APPL_SECURITY. DOCUMENT_TABLE_POLICY'
    );

    END;


    Any help would be greatly appreciated!

    Thank you

    Jonathan Hart
    APEX 3.1.1

    It is possible that this raises an exception:

    SELECT NT_SEQ
    IN v_nt_seq
    OF APPL_USERS
    WHERE UPPER (NT_ID) = UPPER (V ('APP_USER'));

    Is there a line in APPL_USERS where NT_ID = ?

    Scott

  • error: the number of sample must be &gt; 0 Please help.

    Dear genius.

    I tried the same mistake in this forum, but I do not understand how I can solve my problem.

    I'm just a beginner in LV, so I need your help. I made AM modulation and demodulation vi.

    When I used 'fake signal' as signal message, noting happened.

    but, I changed the signal simulated as 'acquire sound' and adds a waveform to play after that, there is problem.

    in fact, I don't understand on the sampling frequency of number or a sampler.

    How can I solve my problem?

    and you know some site use digital communication with usrp and labview to try?

    Please let me know your idea.

    Thank you very much.

    It seems that your alignment of waveform leave you with empty waveforms.  You could just get rid of it.  Just make sure that the number of samples generated in your carrier is identical to the one generated by your acquisition of the sound wave.

  • Build EXE Error _ BeginUpdateResourceA.vi

    Have you guys ever seen this error before?

    "Generation failed...". Error 1 has occurred in BeginUpdateResourceA.vi.

    I looked for the file named "BeginUpdateResourceA.vi", but I couldn't find it. The file is not in the project of course.  The error only occurs to my customer's system.

    Configurations:

    1 LabVIEW Professional Development System 2013 SP1

    2. the source VI is a TestStand Custom operator Interface. Other normal screws are good build.

    3. There is no problem before installing a security program that is provided by my client ' coporate. The program periodically checks each file in the system.

    If you have the solution to this problem, please let me know.

    Best regards

    Joonam

    Let me add that I have seen this error before and what it it make me feel again this morning.  It worked fine until my last code (minor) update.  On a whim, I just to build another executable in the same project (which worked well) and when to try again with the first specification to build, had "error 1 has occurred in EndUpdateResourceA.vi"

    This thread has some changes to begin... vi.  Mr._Jim suggested:

    1. Mass of the entire application of the compilation directory

    2. LabVIEW of closure and reopening

    I would like a solution to this.  Maybe it'll go away when I switch to LV2014?  Maybe I'll just blame my lousy computer and go home...

  • An internal tool or the library returned an error.

    I had a very slight modification of a source today and update the source file.  When I tried to build the distribution, however, failed to build with the following messages: "Error Part developer configuration options", then "an internal tool or the library returned an error."  No other information was provided as to the source of possible error.  It is a project that has been maintained for several years.  I tried to build in 2015 of the BCI and in 2013 with the same results.  I was able to build another project without error.

    I've attached a screenshot of the error window.  I was able to build the distribution after you have created a new file .cds.  The other file must be corrupted in some unknown way.

  • We Build wave error when make it executable

    Hi guys,.

    It is a long shot, since I don't have much to go off in addition to a very vague survey error. The Details area looks like this:

    Click on the link below to visit the Application Builder support page. Use the following as a reference:

    Error 6a held to invoke the node in AB_EXE.lvclass:Build.vi-> AB_Engine_Build.vi-> AB_Build_Invoke.vi-> AB_Build_Invoke.vi.ProxyCaller

    Possible reasons:

    LabVIEW: File generic i/o error.
    =========================
    LabVIEW: File generic i/o error.
    =========================
    NOR-488: IO abandoned operation.

    Name of the method: Build: Application

    This error sometimes quickly,<10% progress="" on="" the="" build.="" other="" times="" it="" looks="" like="" the="" build="" has="" nearly="" finished="" and="" then="" it="" pops="" up.="" i="" used="" to="" be="" able="" to="" make="" a="" successful="" build="" by="" just="" trying="" a="" couple="" of="" times,="" but="" now="" after="" 10="" or="" so="" tries,="" it="" still="" looks="" like="" it's="" not="" going="" to="" work.="" please="" give="" me="" any="" suggestions.="" thank="">

    You know what... I remember having an error when generating an EXE file.  I don't know if it's the same exact error that you are talking about here, but your post reminded me earlier.  The solution I found was to make sure that I didn't have the target folder open when building it.  You may not be displaying the content of the target folder.  Try and see what happens.

  • Builder IP error

    The property using intellectual builder for cRIO-9068 or 7932R produces the same result, regardless of the VI that I select. I tried with a simple VI that connects a constant to an indicator and the result is the same. The quick estimate still works fine. I tested this on 2 separate virtual machines that run LabVIEW 2015 sp1 with Vivado 2014.4 tools.

    That's what said the summary:

    An error occurred during the generation. FPGA IP Builder: Internal error returned by Xilinx fuse. Contact National Instruments technical support.

    The last part of the journal report reads as follows:

    Compilation of construction architecture entity xil_defaultlib.m319c0140_toph [m319c0140_toph]

    GCC.exe: internal error: abandoned (collect2 program)

    Please submit a bug report. See <> http://www.mingw.org/bugs.shtml> for instructions.

    An error occurred during the generation. Internal error returned by Xilinx fuse. Contact National Instruments technical support.

    Hi jarcTek,

    I just checked with a colleague and he turns off the manufacturer IP must use local compile the tools and will not work with cloud to compile or compile server. That being said, your normal compilations outside level component IP or the intellectual property Builder should work with Cloud compile.

    The constructor of the intellectual property, I recommend to install on a Windows 7 Virtual Machine just to confirm that this is the problem you are experiencing. If so you will unfortunately need to downgrade or maintain a system/VM that can run the constructor of the intellectual property.

    Compilation tools support is due to the fact that the compiler of Xilinx that we use does not support Windows 8 or 10. I don't know why we have not setup a warning, but the installer cannot check what operating system, it runs on, unfortunately, and therefore could not warn you.
    http://digital.NI.com/public.nsf/allkb/8FDE6923DA3C069786257A36005C3EEF

  • I can't create an installer, after install the Vision Builder demo and then uninstall it. I can't create a Labview Installer more, he asks me an installer of generator of Vision, even if Labview my program does not have nothing to do with it...

    I can't create an installer on LabView, after install the Vision Builder demo and then uninstall it. I can't create a Labview Installer more, he asks me an installer of generator of Vision, even if Labview my program does not have nothing to do with it...

    Hi, Shada, this can happen if you include additional installers to your installer for example DAQmx. When you do this the installation program must include other files like MAX (Measuremente and Automation Explorer). Probably when you installed Vision Builder he updated MAX, so when your Installer try to understand MAX, his request the source where it was installed in your computer in this case Vision Builder.

    Here you can cache information so it is not asked once again, or you can download a version more recent fo DAQmx, then it will update MAX and change the dependecy.

    You can find more details about it in this KB:

    3S88PJMY knowledge base: why do I get an error message 'Missing Distribution' when you try to build an install...

    And to keep a copy, here's more information:

    How to stop missing delivery Notification whenever I build an installer?

    Best regards

  • the application builder exe file does not work

    Hi all

    I have a usb data acquisition module, it is USB 2408-2AO of MC. I order the module with a VI and it works very well. I used the Application Builder to create an exe of the VI. The exe works great too, but only on my own computer and not on other computers.

    I already made the other screws's exe files and never had any problems to run the exe on other machines. I also tried to do an installation of the VI program and not just a stand-alone application, but once again the final application does not work. The application runs without problem on the target computer, no errors are displayed, but it just does not control the USB module as it should. I think the problem is that the builder Application does not include al screws required in the installation program, particularly MC devices to control the USB device. I tried to manually choose the screws, but it seems that everything is included... I am sure that the problem is the USB device, as I did other exe files and they all work very well (but they do not control the USB device) on other machines. Someone has any idea how to solve the problem?


Maybe you are looking for

  • Satellite R 630 - BatteryBar Pro shows my wear and tear on the battery under the name more 14%

    Hello My R630 is only a few months old, but in BatteryBar Pro, it's showing my wear of the battery under the names of over 14%. What is classified as wear unacceptable battery to get a Toshiba replacement battery and how is the best way to exercise o

  • Batteries

    When I bought my laptop (my third HP), I tried to find information on the maintenance of the battery.  My question was this: if I use the power adapter, can I leave it plugged or recharge the battery, let it drain, load, empty.  I couldn't find any i

  • I can reflash BIOS on Satellite C855 - 12K PSKCEE to the same version?

    I want to * Toshiba BIOS REFLASH * in * THE SAME * VERSION. In other words, I want to force utility of flashing to install the same version of BIOS despite it's already isntalled (instead of just show 'the most recent version isntalled laready' popup

  • Default e-mail provider search

    Remember - this is a public forum so never post private information such as numbers of mail or telephone! Ideas: Pop - up: A program on your computer has corrupted your DEFAULT SEARCH PROVIDER of E-MAIL setting. Unable to heal. You have problems with

  • Can not install a hotspot with my Vista USB adapter

    Hello. I have a USB adapter with point characteristic access (hotspot), but he can never access the internet after a profile has been created. I can get a very good wireless networks, I can't set one up but it does not recognize some windows strange