[JDeveloper/BPEL] "repository.jar" is missing when building the project

Hi,
First of all let me say that I'm new to JDeveloper and BPEL. I followed the "CreditFlow" tutorial and everything was OK. I could deploy and run it. Then I wanted to create my own webservice and try to create a simple HelloWorld BPEL workflow. My problem now is that I get a "Error: C:\oracle\JDeveloper\jlib\repository.jar (The system cannot find the file specified)" error when I build my project.
I had the same error message for the following jars:
-jaxb-libs.jar
-jaxb-impl.jar
-jaxb-api.jar
I just copied them from "<jdeveloper_inst_dir>\adfp\lib" to "<jdeveloper_inst_dir>\webservices\lib" to get rid of thoses error messages.
But this "repository.jar" simply doesn't exist on my filesystem...
I think it's pretty strange...
BTW I use JDeveloper version 10.1.3.3.0.
Thanks for any help!
Nicolas

Hi,
I am getting the same error. Any help is greatly appreciated.
May be if you have repossotory.jar in your lib folder by any chance please send it to [email protected]
Thanks

Similar Messages

  • Jar files missing when changing the desc  prop under room maintenance

    Hi
    I have a requirement to restrict the length of the
    description under room template maintenance ---> General Tab --> Description .
    I am downloading the com.sap.netweaver.coll.appl.ui.room.par and i done some modification in the Information control class file of  com.appl.ui.room.roominformation_api.jar jar file.
    I think its no suggestable to made the modification to the orginal par file.
    anyone can please help in the above problem.  and also let me know whether its the correct way of proceeding.
    Thanks in Advance

    no update yet. I'm gonna run the tool that is suggested, but I have no other issues with any previous patch. I thought the content of the file I added to my post would have ring a bell to somebody, who had the same problem, but it seems like I was wrong. I'll post once I run the tool suggested in the note
    thx all

  • Which files  should include in path when building J2EE project?

    Hi,
    I'm new to J2EE. Trying some examples on Servlet. But I've the error messages stating that it can't locate the javax.servlet.* classes like the ones below:
    <code>
    import javax.servlet.http.HttpServlet;
    import java.io.IOException;
    import javax.servlet.ServletException;
    import javax.servlet.http.HttpServletRequest;
    import javax.servlet.http.HttpServletResponse;
    </code>
    Could anybody pls tell me which file (of J2EE SDK) I should include in my path when building J2EE projects?
    thanks,
    jackling

    You need to have $J2EE_HOME/lib/j2ee.jar in your CLASSPATH when compiling your servlet

  • Error when building Azure project

    A few days ago I started to see an error when compiling my Azure Project (cloud service with web and worker roles). I've been working with this Azure project for almost 3 years without seeing this before. When I attempt to build my Azure Project, 9 times
    out of 10 it fails with this error:
    C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\Windows Azure Tools\2.2\Microsoft.WindowsAzure.targets(1371,5): error : Could not find file '<SourceCode>\SomeProject\bin\Debug\ServiceDefinition.csdef'.
    Here's another when I attempt to build again:
    C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\Windows Azure Tools\2.2\Microsoft.WindowsAzure.targets(985,5): error : Could not find a part of the path 'C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\csx\Debug\ServiceDefinition.csdef'.
    Sometimes the error refers to ServiceDefinition, sometimes to ServiceConfiguration. The problem is that it is looking for the two files in places where it's not supposed to be. I have a single Azure Project in my solution, and a single service definition
    in my solution, but when building the error message says it can't find the service definition/config in some other Project in the solution. For example, it may try to find the service definition in some unit testing C# Project instead of in the Azure Project.
    Some isolation:
    Building same source code works fine for my colleauges.
    I've set up a new computer with Windows 8, VS2013, VS2013 Update 1, Azure SDK 2.2. Still same error.
    I've turned off multi-core builds. Still same error.
    I've seen another post on SO with a similar issue, but then it was related to publish settings files in his solution which were missing.

    Hi,
    Did your colleague build the same solution or create a new solution with the existing code? If they have exactly the same solution as you have, then please check if the environment of your machine (both old and new) is different from theirs. For instance,
    please check Azure version, VS extension, etc. If they created a new solution with the existing code, you can try to do that yourself to see whether it works.
    Best Regards,
    Ming Xu
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Always assets links are missing when changing the location.

    Hi community: Can you share your ideas with me?
    Since adobe muse older versions, asssets files are missing when changing the location or computer. For example develop some project on "desktop" when it move to another location( ex: Another partition or folder with different name), assets says links are missing, we have to relink all assest, is there are any way to fix it? why is that keep happenings? when i design muse templates to sell, it is serious problems to me .
    Can you help me, thank you community!

    Hi,
    Oracle have a tool for precompiling JSP's it's called ojspc
    You can then turn JSP compilation off on the server.
    Here's a batch file that I use.
    Brenden
    @echo off
    set ORACLE_HOME=C:\[Jdev_install]\jdevstudio10133
    if not exist %ORACLE_HOME%\j2ee\home\ojspc.jar goto error
    java -Djava.compiler=NONE -Doracle.home=%ORACLE_HOME%  -jar %ORACLE_HOME%\j2ee\home\ojspc.jar -extend com.orionserver.http.OrionHttpJspPage yourapp.war
    goto end
    :error
    @echo ERROR: %%ORACLE_HOME%%\j2ee\home\ojspc.jar not found.  Please set ORACLE_HOME to point to an OC4J or OracleAS instance and retry.
    :end
    if "%OS%" == "Windows_NT" endlocal

  • When Building a Project

    When I'm building my DVD Project it sometimes gets stuck at around 42 percent. I'm thinking this my be a problem with some of the music I have put into the videos. Does anyone no of any problems DVDSP might have when building a project ?
    Thank You

    What does the log say when the error occurs? Is you audio AC3? Is DVDSP encoding your assests? or compressor? Try encoding your audio and video outside DVDSP and importing your encoded assets then all DVDSP will have to do is multiplex.

  • Error of heads when build the .dll by visual studio 2003

    I am trying to call the dll function in labVIEW which build by visual studio 2003.
    while I compile the basic program in visual studio 2003,the dll will be built successfully,but if I include heads like or in my program, etc.Compiling has the error of ,so the dll can not be built.
    I have trued to look for the solution in NI Discussion Forums,but havent seen the related article about the error of including .
    If someone can answer this for me,that will be a great help,and I'll be so appreciate if anyone get me out
    of the trouble.
    Sean

    I'm a little unclear about your question. What is the exact error that you are receiving and at what point are you receiving it? Is the error occurring when calling the DLL in LabVIEW or is it occurring when building the DLL in Visual Studio? Further clarification about exactly what the problem is and where it is occurring would be a big help!
    Regards,
    E. Sulzer
    Applications Engineer
    National Instruments

  • Unable to find the report in the manifest resources. Please build the project, and try again.

    The error is received when i transfer the .exe file, bin\Debug folder to another machine:
    Unable to find the report in the manifest resources. Please build the project, and try again.
    The error is issued when i try to open the form that contain the Crystal report viewer, I already checked the properties of the report file and it says "Embed Resource" in the "Build Action"
    This error is not visible on my development machine where visual studio is installed, anybody know what i should install on the other machine for this to run.
    I'm using C#, WinForms, .net 2.0, VS 2005.

    Fronde Systems Group: 
    Setting the build action to Embedded resource  is working
    in my local machine which has Visual studio 2003 installed. But when i deploy the same on Server
    (server has no .net framework installed on it), it keeps failing. I get the the following error:
    "ERROR Thrown from Crystal Reports ===> An undocumented error occured" which is triggered when it is Unable
    to find the report in the manifest resources.
    Please suggest me guys.... 
    Thanks
    Ravi
    [email protected]

  • SummaryInfo exception - Unable to find the report in the manifest resources. Please build the project, and try again.

    Hello,
    I've inherited the ReportClass.
        public class PReport : CrystalDecisions.CrystalReports.Engine.ReportClass
            protected DataSet dataSet;
            public override void Export(CrystalDecisions.Shared.ExportOptions exportOptions)
                base.Export(exportOptions);
                this.Customize(exportOptions);
            public override void SetDataSource(DataSet dataSet)
                base.SetDataSource(dataSet);
                this.dataSet = dataSet;
    public void main()
    PReport report = myObject.CreateReport();
    report.SummaryInfo.ReportSubject = this[CriteriaName].StringValue; <<< exception
    in the debug mode, when passing the line, I obtain:
    -          report.SummaryInfo     'report.SummaryInfo' threw an exception of type 'CrystalDecisions.CrystalReports.Engine.LoadSaveReportException'     CrystalDecisions.CrystalReports.Engine.SummaryInfo {CrystalDecisions.CrystalReports.Engine.LoadSaveReportException}
    Unable to find the report in the manifest resources. Please build the project, and try again.
    I have rebuit the project bat the behavior didn't change.

    the same exception  message I obtain when calling
    public override void SetDataSource(DataSet dataSet)
                base.SetDataSource(dataSet); <<< here

  • After Effects CC: how to retain Camera Raw's settings when opening the project from a different drive

    I want to open a project from a drive which is different than the original one, but which has exactly the same folder structure and files as the original drive. When opening the project, all files appear as missing because the drive is different. When I replace these missing files for the ones in the new drive, After Affects relinks all media. However, the camera-raw settings that were embedded in such files are lost: After Effects opens the files as no previous camera-raw correction had been done. Is there a way to avoid this?

    What could be in my project that makes it unable to open?

  • Encore rerenders Assets every time I Build the project...

    Hello,
    I am working on a project where I have multiple motion menus and chapter selection menus.  When I work on a project, I inevitably have to Build the project then play the result in PowerDVD to test for errors.  I usually have to Build the project multiple times over the course of troubleshooting the disc.  That is usually not a problem.
    The problem is that, for some reason, every time I press "Build", Encore will rerender the menus.  This takes literally hours to complete.  So once it is completed and I test it, I might find a problem with a subtitle.  Then I change that subtitle slightly, and rebuild.  Instead of going right to compiling the project into a folder, it starts rendering the assets again taking hours.
    I have no idea why it is doing this.  Once the menus are rendered, I want to be able to change other aspects of the project and Build the project again without this long delay.  It is usually the Chapter selection menus which are taking so long to render each time.  I have motion previews of the main movie on the three chapter selection menus I have.  I am NOT changing the chapter points in any way, yet they keep rerendering each time I build.
    Can anyone help me?

    Look at this thread:
    http://forums.adobe.com/thread/1331447?tstart=0
    Any similarities?

  • Video files in Captivate 6 externalize when publishing the project. Is there any way to publish an S

    Video files in Captivate 6 externalize when publishing the project. Is there any way to publish an SWF project with the video files all in one single file?

    Rhonda, I used Captivate 6. Create a New Project. Set the project size to the size of  your MP4. In my experience, this was 640 v 480 which also happened to fit nicely within my final project.
    From the menu, select Video > Insert Video. Choose "Multi-slide Synchronized" and point to the MP4 on your local drive. Select a skin and playbar that you like from Project > Skin Editor. Then publish. In the Publish dialog, choose SWF as your output format option (not HTML5).
    This is the SWF that I added to my master project through Insert > Animation.
    Hope this helps!

  • NoClassdefFoundError on the third-party jar's classes when building APK

    I am building a native extension for Android.
    For the android library, I create a android project and add several third-party jar files to build path.
    I extract a jar file from a android project and merge it and third-party jar files into a single jar file.
    I package ANE using a merged jar file and build a APK.
    When I install a APK and launch it, NoClassdefFoundError on the third-party class occurs.
    I use Flash Builder 4.6 and set sdk version to the Flex SDK 4.6.0 + AIR SDK 15.0.0.356.
    I decompile APK and check the classes.dex.
    Strangely a certain jar's classes are missing in the classes.dex.
    I tried googling and found a similar case.
    The following is the link :
    http://stackoverflow.com/questions/24777394/noclassdeffounderror-on-thirdparty-class-files -when-building-adobe-native-extens
    I try to follow the answer in this link.
    Did dx.jar in the AIR SDK really strip out some classes of third-party jar file??
    I inquired the java version of the third-party related with NoClassdefFoundError.
    Now I am waiting for the reply.
    Is anybody else know about this?

    The android-support-v4.jar is same.
    I check android-support-v4.jar's classes in ANE.
    But they are missing in APK after release build.
    I don't know why.
    I use Flash Builder 4.6 and Flex SDK 4.6.0 + AIR SDK 15.0.0.356.
    Is there anyone else know about this???

  • What jars are necessary when building an Executable for JAXB??

    I'm using JWSDP-1.2. I get the following error when I try to run my executable: DefaultValidationEventHandler: [FATAL_ERROR] Document root element is missing. I was curious which jars are necessary when making an executable for JAXB. So far I have: 1)dom.jar, 2) jaxb-api.jar, 3) jaxb-impl.jar, 4)jaxb-libs.jar, 5)jaxb-xjc.jar, 6)jax-qname.jar, 7)namespace.jar, 8)relaxngDatatype.jar, 9)sax.jar, 10)xalan.jar, 11)xercesImpl.jar, 12)xsdlib.jar . Are there any jars I'm missing? I thought I might be getting the error due to a missing class. I've made sure that the XML document is readable and that it exists. The application runs fine in Eclipse, but when I make an executable I get the ERROR message.

    I'll have to read up on the doctype stuff, but I don't have anything like that included. Is it necessary? I read from the same XML document when I run inside Eclipse and also read the same document when I run the jar.
    Below is the XML document I use and below the XML code is the code I use for my schema:
    <?xml version="1.0" encoding="UTF-8"?>
    <Information>
      <Employee number="1" TabPn="true">
        <FName>Jack</FName>
        <LName>Perry</LName>
        <Status>Part Time</Status>
        <Title>Software Developer</title>
        <DaysEmployed>
          <WorkDay>Monday</WorkDay>
        </DaysEmployed>
      </Employee>
      <Employee number="2" TabPn="true">
        <FName>Bob</FName>
        <LName>Smith</LName>
        <Status>Full Time</Status>
        <Title>Janitor</title>
        <DaysEmployed>
          <WorkDay>Monday</WorkDay>
          <WorkDay>Tuesday</WorkDay>
          <WorkDay>Wednesday</WorkDay>
          <WorkDay>Thursday</WorkDay>
          <WorkDay>Friday</WorkDay>
        </DaysEmployed>
      </Employee>
      <Employee number="3" TabPn="true">
        <FName>Fred</FName>
        <LName>Williams</LName>
        <Status>Full Time</Status>
        <Title>Sales</title>
        <DaysEmployed>
          <WorkDay>Thursday</WorkDay>
          <WorkDay>Friday</WorkDay>
        </DaysEmployed>
      </Employee>
    </Information>------------------------------------------------------------------------------------------------------------------------------------------------
    Schema:
    <?xml version="1.0" encoding="UTF-8"?>
    <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <!--definition of simple elements-->
    <xs:element name="FName" type="xs:string"/>
    <xs:element name="LName" type="xs:string"/>
    <xs:element name="Status" type="xs:string"/>
    <xs:element name="Title" type="xs:string"/>
    <xs:element name="WorkDay" type="xs:string"/>
    <!--definition of attributes-->
    <xs:attribute name="number" type="xs:positiveInteger"/>
    <xs:attribute name="TabPn" type="xs:boolean"/>
    <!--definition of complex elements-->
    <xs:element name="DaysEmployed">
      <xs:complexType>
        <xs:sequence>
          <xs:element ref="WorkDay" maxOccurs="7"/>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="Employee" >
      <xs:complexType>
        <xs:sequence>
          <xs:element ref="FName"/>
          <xs:element ref="LName"/>
          <xs:element ref="Status"/>
          <xs:element ref="Title"/>
          <xs:element ref="DaysEmployed"/>
        </xs:sequence>
        <xs:attribute ref="TabPn" use="required"/>
        <xs:attribute ref="number" use="required"/>
      </xs:complexType>
    </xs:element>
    <xs:element name="Information">
      <xs:complexType>
        <xs:sequence>
          <xs:element ref="Employee" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    </xs:schema>

  • .jar not working when building project with netbeans plugin and log4j

    hey..
    subject tells everything..if i build my project referencing log4j, i get a .jar file with 280 kb which is executable
    if i add log4j and do some logging, code still works in netbeans, but buildung produces a .jar with 80 kb and an
    attached lib-folder with the log4j.jar in it..if i uncheck copy requested libraries, i just get the 80 kb .jar file which
    is not working
    any hints?

    Are you building the jar file using the fxdeploy ant task to build the Jar? That is required to have an executable jar file.
    Also there was a change to the netbeans project structure, which may be a contributing factor.
    Things to try: Upgrade to the latest netbeans 7.1 beta build, set up a new Java platform in nb that includes JavaFX, create a new JavaFX project and build it. This should produce an executable jar.

Maybe you are looking for

  • Portal30 Installation/configuration problems.

    Subject: Portal30 Please share your solution in installing th Oracle Portal 3.0 (included in Oracle 9iAS installation.). I am facing problem in its installation on WINDOWS 2000 server. The first time I installed the Oracle 9iAS 1.0.2, the Portal30 an

  • Functunality of save view in BW report iview

    Dear all, When SAP BW Query report iview is called in portal, u will get Save view, Bookmark, variableSreen...etc buttons.. When u click on saveview button...it will ask u to save as a view of that report with specific name. My question is, where it

  • Color management help needed for adobe CS5 and Epson printer 1400-Prints coming out too dark with re

    Color management help needed for adobe CS5 and Epson printer 1400-Prints coming out too dark with reddish cast and loss of detail System: Windows 7 Adobe CS5 Printer: Epson Stylus Photo 1400 Paper: Inkjet matte presentation paper with slight luster I

  • HELP: Creating Process Chain flag

    Good Morning,     I was wondering if someone could point me into the right direction on how to create a flag on a process chain that will activate user's reports after selected cubes have loaded. I tried searching the forums but couldn't find anythin

  • Port use in Shared Server (MTS)

    Hi, Before I start; let me state it clear: If I had a choice to refuse shared server, then I would. But I am under pressure of management and other limitations. Therefore I have no option but to use shared server. The current situation is: We use ded