Problem building main project

hi all
when i"m treing to builed my project i"m getting an :
" ... \nbproject\build-impl.xml:260: Directory ... creation was not successful for an unknown reason" error
and when i click this error it takes me to the builed-impl.xml file to this line :
" <mkdir dir="${dist.jar.dir}"/> "
i must add that my "mainfest.mf " say : X-COMMENT: Main-Class will be added automatically by build
i really hope someone can help me i"m treing to tackle this problem for a very long time
thanx alot

check out the path given in ${dist.jar.dir} is a valid path if yes checkout do u have rights to create directory at the path?

Similar Messages

  • Problem in build netbean projects with jaxb

    Hi, I encounter the problem which I dont' know if it is due to my pc memory insufficient or other reason.
    In my netbean projects, I add a Jaxb binding with a local xsd file, but when I try to clean and build the project, each time I have to wait for around 25 minutes, i think it is not make sense to build in such a time. As if I want to debug/run the project each time, it is impossible for me to wait like this.
    However, I have to use the xml file in that way, if I can't solve this problem, i have to write / use other method to "eat" the xml file for myself.
    Any suggestion or help is appreciated, thx.....

    Bishnu,
    Thanx for the response.
    My problem is whenever i do a little modification in the code, even if i just do some chanes & undo it then also i need to rebuild the application.
    There is a single project in my workshop which is pretty huge.As per your reply i am getting only two parts to check & uncheck i.e. If the project is "A" then i am getting A.work & project:A in the build box.
    The most important question: Do i need to shut down the server each time i make a small change?Even i have tried this by restarting the server,but every time i get the message that "the Controller.jpf could not compile."
    Any idea is most welcome.
    Samir

  • Run main project error

    I'm using netbeans but i do not get any compiling errors just a error when i build my project.
    java.lang.NullPointerException
    at Flights.<init>(Flights.java:25)
    at Flights.main(Flights.java:29)
    Exception in thread "main"
    Java Result: 1

    That is an error that occurs when you run the program. To find what the error is, find the exception class named NullPointerException in the java.lang API documentation. It says:
    "NullPointerException extends RuntimeException
    Thrown when an application attempts to use null in a case where an object is required. These include:
    Calling the instance method of a null object.
    Accessing or modifying the field of a null object.
    Taking the length of null as if it were an array.
    Accessing or modifying the slots of null as if it were an array.
    Throwing null as if it were a Throwable value"
    The rest of the error message tells you where the problems is happening - at line 25 of the main method in the program Flights.
    Often caused by using an array index that is too large (trying to index beyond the end of the array). Bottom line, an object was expected, but a null was found.

  • 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?

  • Unable to build EJB project.

    Hi All,
    I am new to CE and trying to crete an EJB project. I am following the below tutorial.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/b030e7fb-2662-2b10-0dab-c4aa52c3550b?quicklink=index&overridelayout=true
    I have configured the data source, created the EJB module, created the Entity Bean & session bean. While trying to build the project, I am getting an error "Unable to provide dictionary objects. Please check if the connected project is sttll valid."
    Please help me resolving the issue.
    Regards,
    Bhavya.

    Hi Divya,
    Follow the above steps in the following link how to use external library in DC's
    /people/bertram.ganz/blog/2008/11/24/how-to-use-external-jar-files-in-web-dynpro-development-components
    1)Expose the JAR file in two separate public parts, one with purpose assembly (1) and another one with purpose compilation (2).
    2)Use the public part with purpose compilation in the Web Dynpro "client" development component
    Let me know if you are still facing the problem.
    Hope this helps you...
    Regards,
    Saleem
    Edited by: Saleem Baig Mohammed on Jun 2, 2009 2:35 PM

  • File- Print not working from SQL Developer 1.2.1 Build MAIN-32.13

    File->Print not working from SQL Developer 1.2.1 Build MAIN-32.13.
    I downloaded sqldeveloper-1.2.1.3213.ZIP and extract to a local directory. From the extracted directory I ran ..\sqldeveloper\sqldeveloper.exe from Windows XP sp2. The program itself seems to run just fine but File-Print doesn't do anything. In Help-About, Java Platform is reported as 1.5.0_06 and Oracle IDE is 1.2.1.3213. I'm not sure where to look for what is causing the problem.
    Thanks

    I hadn't tried CTRL-P before but I did today. On the first attempt, I saw a small jump in the memory usage for sqldeveloper.exe as reported in Windows Task Manager. Otherwise, there was no change. A second CTRL-P in the same session produced a further bump but subsequent attempts in the same session produced no further change in CPU or Memory Usage.
    Using Task Manager to monitor this further, I tried File->Print again and saw that sqldeveloper would periodically climb to 1 or 2 percent CPU and consume a little more memory. After a minute or so, though, all activity stops again.
    I do not get a print dialog box from SQLDeveloper using either CTRL-P or File->Print

  • 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

  • Last problem in my project!!

    i've intend to open this 'Receipt.class' by clicking button from other class file called 'Main.class'
    Normally we used this statement "Receipt open = new Receipt();" to open,
    but what if the class file is like that??
    Please help me even giving me the clues!! please.. this is my last problem in my project!!!
    import java.awt.geom.*;
    import java.awt.event.ActionListener;
    import java.awt.event.ActionEvent;
    import java.awt.print.PrinterJob;
    import java.awt.event.*;
    import java.awt.*;
    import javax.swing.*;
    import java.awt.print.*;
    public class Receipt extends JPanel implements Printable, ActionListener {
    final static JButton button = new JButton("Print");
    public Receipt() {
         setBackground(Color.white);
    button.addActionListener(this);
    init();
    public void actionPerformed(ActionEvent e) {
    if (e.getSource() instanceof JButton) {  
    PrinterJob printJob = PrinterJob.getPrinterJob();
    printJob.setPrintable(this);
    if (printJob.printDialog()) {
    try {
    printJob.print();
    catch (Exception ex) {
    ex.printStackTrace();
    public void paintComponent(Graphics g) {
         super.paintComponent(g);
         Graphics2D g2 = (Graphics2D) g;
         drawShapes(g2);
    public void drawShapes(Graphics2D g2){
    g2.drawString("Hello world",50,50);
    public int print(Graphics g, PageFormat pf, int pi) throws PrinterException {
    if (pi >= 1) {
    return Printable.NO_SUCH_PAGE;
         drawShapes((Graphics2D) g);
    return Printable.PAGE_EXISTS;
    public void init{
         JFrame f = new JFrame();
         JPanel panel = new JPanel();
         panel.add(button);
         f.getContentPane().add(BorderLayout.SOUTH, panel);
         f.getContentPane().add(BorderLayout.CENTER, new Receipt());
         f.setSize(580, 500);
         f.show();

    I don't quite get your question. What did you mean by open? Did you mean to display it. Receipt is a JPanel, to show it you need to have it inside a Frame or an Applet or some sort of container.
    try this
    import javax.swing.*;
    Receipt receipt = new Receipt();
    JFrame aFrame = new JFrame("Display Receipt Panel"); //create a JFrame
    aFrame.getContentPane().setLayout(new BorderLayout()); //set Layout Manager for the frame
    aFrame.getContentPane().add(receipt, BorderLayout.CENTER); //add panel to the frame
    aFrame.show(); //show the frameThe above block of codes create a JFrame and add the Receipt panel to the Frame. Then call the Frame to show. You can put this code in a method, if you need to use this Frame and panel again, make them instance variables rather than local variables.

  • SQL Developer  Version 1.5.1 Build MAIN-5440 Imported Connections missing

    I have a problem using SQL Developer Version 1.5.1 Build MAIN-5440. I have successfully imported connections from my previous version of SQL Developer. After I restart, all the connections I have imported has been gone. I tried to import the connections but got an error message:
    java.lang.NullPointerException
         at oracle.jdeveloper.db.DatabaseConnections.getReferenceable(DatabaseConnections.java:695)
         at oracle.jdeveloper.db.DatabaseConnections.addConnection(DatabaseConnections.java:762)
         at oracle.dbtools.raptor.connections.ConnectionGrinder.doImportExport(ConnectionGrinder.java:243)
         at oracle.dbtools.raptor.connections.ConnectionGrinder.invoke(ConnectionGrinder.java:117)
         at oracle.dbtools.raptor.navigator.DatabaseNavigatorController.handleEvent(DatabaseNavigatorController.java:200)
         at oracle.ide.controller.IdeAction.performAction(IdeAction.java:524)
         at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:855)
         at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:496)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.AbstractButton.doClick(AbstractButton.java:302)
         at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1000)
         at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1041)
         at java.awt.Component.processMouseEvent(Component.java:5488)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
         at java.awt.Component.processEvent(Component.java:5253)
         at java.awt.Container.processEvent(Container.java:1966)
         at java.awt.Component.dispatchEventImpl(Component.java:3955)
         at java.awt.Container.dispatchEventImpl(Container.java:2024)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
         at java.awt.Container.dispatchEventImpl(Container.java:2010)
         at java.awt.Window.dispatchEventImpl(Window.java:1774)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    I tried to create a new connections. I can test the newly created connections but cannot save it.

    This bug was fixed in SqlDev 2.1.1. You'll find this build on our homepage.
    -Raghu

  • Problem in main.m file, SIGABRT !

    Hey!
    Run in to some confusing problems in my project, SIGABRT ?!
    The program received signal SIGABRT?
    Debugger shows that the problem was in the following main.m file:
    #import <UIKit/UIKit.h>
    int main(int argc, char *argv[]) {
    NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
    *_int retVal = UIApplicationMain(argc, argv, nil, nil);_*
    [pool release];
    return retVal;
    I can't se the problem in this code?!
    Please help!

    Not sure, you could try [pool drain]; to see if this fixes!

  • Problem Building Source Distro

    I can build my project into an EXE and Installer without problem but when I try to build a Source Distribution I get the following error:
    As you can see the source file C:\Documents and Settings\Program Files\National Instruments\LabVIEW 8.6\resource\objmgr\daqmx.rc
     does not exist.  Of course not, you can't get to Program Files from Documents and Settings.  Has anyone else seen this problem and/or found a workaround?
    Message Edited by jmcbee on 12-16-2008 01:03 PM
    CLA, CLED, CTD,CPI, LabVIEW Champion
    Platinum Alliance Partner
    Senior Engineer
    Using LV 2013, 2012
    Don't forget Kudos for Good Answers, and Mark a solution if your problem is solved.
    Solved!
    Go to Solution.
    Attachments:
    SD Error.PNG ‏31 KB

    Hi Stephen,
     You are correct, I am programmatically registering NI-DAQmx events.  The project seems to be too large to attach to this post, do you have another way I can get it to you?
    CLA, CLED, CTD,CPI, LabVIEW Champion
    Platinum Alliance Partner
    Senior Engineer
    Using LV 2013, 2012
    Don't forget Kudos for Good Answers, and Mark a solution if your problem is solved.

  • Problem building schema - Siebel OnDemand Web Services

    I'm trying to call a Siebel OnDemand Web Service from BPEL.
    I've downloaded the Contact.wsdl from OnDemand and imported it into my project.
    I've created a partner link and created variables for the input and output.
    The problem is that JDeveloper cannot build the schemas defined in the wsdl.
    If you try to copy a value to the Input variable, JDeveloper gives the error:
    Exception - Problem building schema!
    You cannot navigate the schema path.
    Does anyone know why this is happening?

    I'm also trying to do this.
    Some info from the Siebel web services guide:-
    "The login request is an HTTPS request to instantiate a session and obtain a session ID. A client invokes login by sending an HTTP GET request to a URL like the following:
    https://secure.crmondemand.com/Services/Integration?command=login
    NOTE: The login parameter value is case sensitive.
    ■ Login input. The input to login is provided in the URL parameters and the HTTP headers, as follows:
    ■ The only URL parameter to be set is command. This parameter value is login.
    Two HTTP headers, UserName and Password, must be set with the appropriate values for your system. For example:
    ❏ UserName: [email protected]
    ❏ Password: mypass
    ■ Login output. The login command returns the following items:
    ■ A session cookie, jsessionid. The client must use this cookie when submitting subsequent requests, including logoff requests.
    ■ A status code of 200, if the session does not encounter any errors. This indicates that the request succeeded.
    Then to get data out ....
    Integration request input. The jsessionid returned to the client during login must be included with the request. The request must contain the jsessionid either as a cookie or as a URL parameter, as follows:
    https://secure.crmondemand.com/Services/Integration/object;jsessionid=xyZ12489w3482413
    Does anyone have any ideas on how we might do this using the Oracle BPEL PM?
    Thanks in advance.

  • "Stream not Initialized" message when trying to build Encore project.

    I have been using Adobe Encore CS6 for a while now, using three video camera models.
    9 times out of 10 I have no problems making my DVDs, yet every so often, the video clips will have audio and video of different lengths.
    Whenever this happens, if I try to build the project, I get an error message pop up stating "Stream not initialized".
    I can adjust the clips so that the audio and video are the same length, thus eliminating the tiny, often two frame gap in the timeline, but this only fixes the problem some times.
    Today it isn't fixing the problem at all.
    I've tried transcoding the clips, even though they are in DVD format directly from the camera, yet still get the same error message.
    Any help with this issue would be a god send as it is starting to drive me potty!
    Thanks.

    Giorgio,
    Thanks for the taking the time to respond. Nothing suggested works.
    You suggested: build an image of your author or build the DVD in your HD?
    I tried both and still get "Program Quits" window, with Encore shutting down without any error message.
    You suggested:  disk problem.
    I tried different Sony, and then Verbatim disks. Same problem.
    Additional Project Info:
    Time Line: 1:18:07
    Preferences: Playback Quality: Automatic.
    Disc Info: free space thermometer: Blue all the way across.
    4.7 GB Used.  3.309 MB free.
    Same problem also exists with Premier Pro CS4. PPr will just quit for no reason that is detectable/No error message. I do frequent saves so have not lost anything in PPr, just have to restart program. The problem with PPr is not consistant, whereas with Encore it happens every time when attempting to "Build". I suspect fault is within Encore/PPr  and Win 7 Ultimate 64 bit and latest updates from Microsoft. Both programs ran without problems before. By the way. I tried to update PPr & Encore, and I could not, as I have latest versions.
    By the way....You are writing from Italy? Where? My grandparents came to New York from Italy around 1907.
    Thanks for your effort,
    Tony Salso

  • 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.

  • Git, Main project and library project

    I use git for version control, eclipse+flex builder for flex development.
    I created a library prject 'core' and a main project 'base' which uses 'core'.
    so my question is, how can I manage the 2 projects with Git, whena new developer check out 'base', it will also check out 'core' automatically, and references 'core' in 'base'
    thanks in advance

    Sounds like a bug. However, I would recommend that you don't import all 8,000 images into a single project. Assuming each of your folders represents a shoot I would make a project for each one.
    This is because you can import/export projects and you might want to export one for DVD backup. An 8,000 image project probably won't fit on a DVD if you're shooting with raw files. Also, this should make it cleaner to import projects captured on another computer (like a laptop).
    I initially imported all my images into a single project, but eventually moved images into many small projects. You can always rearrange things from within the UI after the fact.

Maybe you are looking for

  • RE : Creation of subcontrating PO - Components details

    Hi Experts, I am doing a subcontracting purchase order using BAPI - (Bapi_po_create1). But iam not able to update for the sub components of the materials. So, I opted for the PO creation first using Bapi_po_create1 and then using the FM Bapi_po_chang

  • Error while starting SOA suite

    Hi All, i am unable to start SOA suite it is giving a error saying OPMN error how to come out of this Configuration information Running in C:\product\10.1.3.1\OracleAS_2 Operation mode:Startup, App Server, No Enterprise Manager, Single Instance Oracl

  • How to implement select all files (Ctrl-A) in open file dialog??

    I successfully created file open dialog. However, in most windows file open dialog, if you press "Ctrl-A," it will select all the files in the directory. If you press "Ctrl" key with arrow key, it will highligh the files you want. ie. It allows users

  • How can i down load to run real player font iso-8857-1

    hi any one help me, how can i down load to run real player font iso-8857-1 thank you

  • Render HTML TEXT

    I have a problem... in my Movie clip i use a share font, i import in a Dymanic Text a TXT file as html text. If I use character embedding hmtl tag doesn't work, if i don't embed character html tag works correctly. I need use character embedding becau