COMPILING NOTE/ERROR

I was wondering if anyone could shed some light on the note(s) that I receive when I trying to compile the following source code. Here are the note(s),as well as the source code! I am still fuzzy on how how to compile using deprecation to show the location of the deprecated API's.
Thanks!!!
Note: Summer.java uses or overrides a deprecated API
Note: Recompile with -deprecation for details
import java.util.*;
public class Summer
public static void main(String[] args)
// Date and time right now
Date start = new Date();
// Date and time on June 21st 2003
Date end = new Date(103,5,21);
// Number of milliseconds between today and June 21st
long interval = end.getTime() - start.getTime();
System.out.println("The current date and time is " + start);
System.out.println("The summer starts on " + end);
System.out.println("Number of ms in this period " + interval);

You can compile with -deprecation to show the details..
javac -deprecation Summer.java
In your case, it's a result of the following line..
Date end = new Date(103,5,21);
The constructor you are trying to use has been deprecated, so that's why you're getting the message. It's not an error, and your program will function, but you should consider using java.util.Calendar for Date calculations instead.

Similar Messages

  • Fpga compile worker error (file not found)

    Hi
    I try to get started with the FPGA functionality of cRIO and got stuck. This seems to be no issue of the cRIO(9014) but of the Xilinx software together with NI.
    I am running an English LV 2011 ( many previuos versions installed as well) on  a German Windows XP prof. 32 bit.
    I was setting up a little project and when it came to compiling ran into errors. First I asked a colleague than I checked the NI support web site. Next time I'll contact the NI local support, but maybe some of you guys hast a faster answer before.
    1. I want to run a local compile server. I can start it from start> programs>NI> FPGA. Up pops a  question whether I want to allow others to connect remotly. The answer seems to make no difference.
        I do not see any icon in the task bar or elsewhere. SHOULD I see a process running in the task manager ? 
    2. The NI Service locator seems to be running http:/localhost:3580/dump shows a table  like attached. SHOULD I see the server running here ?
    3. If I start the Compile Worker after some seconds I get a message saying something like file not found. I think, compile server error is only a followup.
    I have already re-installed the Xilinx-Tools from the down loaded iso. (that having started yesterday night ......) .
    I attach as well the log file. (would have liked, but three is the max)
    That whole system of compilation seems to be not very stable when I see all the posts, but I have not found these specific errors.
    So I still hope someone has an idea.
    Thanks in advance
    Gabi 
    7.1 -- 2013
    CLA
    Attachments:
    ServiceLocator.jpg ‏47 KB
    XilinkNotFound.jpg ‏101 KB
    FPGA Fehler.jpg ‏44 KB

    Gabi Tillmann wrote:
    Second thoughts:
    Is it really worth using that so highly promoted FPGA  on cRIO  ???? We'll see.
    This Question is technically wrong!
    Whenever you are using the C-Series IO-Modules of the cRIO you are using the FPGA, even in ScanMode where NI RIO loads pre-defined bitfiles onto the FPGA.
    The FPGA provides you ns Timing, it gives you nativly true parallelism, you are directly programming the bahaviour of FlipFlops, LUTs, Registers and so on.
    It gives you the ability to programm hardware without the need to understand complex HDL languages.
    The cRIO is besides PXI the most flexible and powerful (908x) platform NI offers. The decision to use an FPGA or to use a cRIO should not be "because it's there".
    The decision to use an FPGA-based Platform depends on the complexity of the application, just think about custome beahviour of IOs or custom triggering.
    Christian
    P.s.: Great that you solved your compiler issue.

  • Compilation process error : null/bin/javac: not found

    Hi experts,
    I am getting following error in IR.
    Compilation process error : null/bin/javac: not found
    Can anybody plaese help what is cause for this error.
    Kind Regards,
    Praveen

    Hi Praveen
    Specify the jstartup/vm/home parameter in the instance profile to be directed at the correct JAVA_HOME.
    Furthermore, act by SAP Note 718901.
    Also test ur mapping using this blog
    /people/michal.krawczyk2/blog/2005/09/16/xi-how-to-test-your-mapping-in-real-life-scenarios
    Regards,
    Prateek

  • Compilation process error : Not enough space

    Hi Experts,
    I have transported two mapping routines from development system to the Testing system, but when I am trying to activate the mapping routines only one got activated and the other shows the below error
    Compilation process error : Not enough space
    STACKTRACE:
    com.sap.aii.utilxi.swing.framework.FrameworkException: Compilation process error : Not enough space
        at com.sap.aii.ib.gui.editor.XiDocument.checkConsistency(XiDocument.java:780)
        at com.sap.aii.ib.gui.editor.XiDocument.checkObject(XiDocument.java:799)
        at com.sap.aii.ib.gui.editor.CheckObjectCommand.execute(CheckObjectCommand.java:38)
        at com.sap.aii.utilxi.swing.framework.ExecutionContext.execute(ExecutionContext.java:196)
        at com.sap.aii.utilxi.swing.framework.ExecutionContext.executeSafe(ExecutionContext.java:134)
        at com.sap.aii.utilxi.swing.framework.CommandAction.actionPerformed(CommandAction.java:69)
        at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
        at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Unknown Source)
        at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
        at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
        at javax.swing.AbstractButton.doClick(Unknown Source)
        at com.sap.plaf.frog.FrogMenuItemUI$MouseInputHandler.mouseReleased(FrogMenuItemUI.java:833)
        at java.awt.Component.processMouseEvent(Unknown Source)
        at java.awt.Component.processEvent(Unknown Source)
        at java.awt.Container.processEvent(Unknown Source)
        at java.awt.Component.dispatchEventImpl(Unknown Source)
        at java.awt.Container.dispatchEventImpl(Unknown Source)
        at java.awt.Component.dispatchEvent(Unknown Source)
        at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
        at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
        at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
        at java.awt.Container.dispatchEventImpl(Unknown Source)
        at java.awt.Window.dispatchEventImpl(Unknown Source)
        at java.awt.Component.dispatchEvent(Unknown Source)
        at java.awt.EventQueue.dispatchEvent(Unknown Source)
        at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
        at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
        at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
        at java.awt.EventDispatchThread.run(Unknown Source)
    Please suggest to resolve the issue.
    Thank you,
    MK

    Goto XI server machine and check the drive spaces. U may also use DB2 transaction. Ur BASIS may help u with this
    Regards,
    Prateek

  • Compiler Process error in Message Mapping

    Hi all,
    I have recently installed an XI system.
    First time when i create simple message mapping, it was showing compilation process error.
    Please tell me what needs to be done so that message mapping works well. It is really urgent.
    Thank you all.
    Regards,
    Kavan Shah

    hi
    check the HDD space on your XI server machine
    try checking the java path on your XI machine
    if this will not work contact the SAP via an OSS note
    As this is a new XI server it probably means it
    was incorrectly installed
    Note:please reward points if solution found helpfull
    Regards
    Chandrakanth.k

  • Compile time error

    I am a newbie in XML. I am trying to compile the following code. I am getting compile time errors. I have following environment varaibles set. Any help will be really appreciated.
    TIA.
    set JAVA_HOME=C:\Program Files\jdk1.3.1_03
    set JWSDP_HOME=C:\Program Files\jwsdp-1.1
    set JAXB_HOME=%JWSDP_HOME%\jaxb-1.0
    set JAXB_LIBS=%JAXB_HOME%\lib
    set JAXP_LIBS=%JWSDP_HOME%\jaxp-1.2.2\lib
    set JWSDP_LIBS=%JWSDP_HOME%\jwsdp-shared\lib
    set PATH=%JAVA_HOME%\bin;%JAXB_HOME%\bin;%JWSDP_HOME%\jwsdp-shared\bin;%PATH%
    set CLASSPATH=%JAXB_LIBS%\jaxb-api.jar;%JAXB_LIBS%\jaxb-ri.jar;%JAXB_LIBS%\jaxb-xjc.jar;%JAXB_LIBS%\jaxb-libs.jar;%JAXP_LIBS%\jaxb-api.jar;%JAXP_LIBS%\endorsed\xercesImpl.jar;%JAXP_LIBS%\endorsed\xalan.jar;%JAXP_LIBS%\endorsed\sax.jar;%JAXP_LIBS%\endorsed\dom.jar;%JWSDP_LIBS%\jax-qname.jar;%JWSDP_LIBS%namespace.jar;.
    C:\Learn XML>javac -verbose CountSax.java
    [parsing started CountSax.java]
    [parsing completed 63ms]
    CountSax.java:3: package org.xml.sax does not exist
    import org.xml.sax.* ;
    ^
    CountSax.java:4: package org.xml.sax.helpers does not exist
    import org.xml.sax.helpers.* ;
    ^
    CountSax.java:5: package javax.xml.parsers does not exist
    import javax.xml.parsers.*;
    ^
    CountSax.java:7: cannot resolve symbol
    symbol : class DefaultHandler
    location: class CountSax
    public class CountSax extends DefaultHandler {
    ^
    [loading C:\jdk1.3.1_02\jre\lib\rt.jar(java/lang/String.class)]
    CountSax.java:22: cannot resolve symbol
    symbol : class Attributes
    location: class CountSax
    public void startElement(String name,Attributes atts) {
    import java.io.* ;
    import org.xml.sax.* ;
    import org.xml.sax.helpers.* ;
    import javax.xml.parsers.*;
    public class CountSax extends DefaultHandler {
    public static void main(String args[]) {
    SAXParserFactory factory = SAXParserFactory.newInstance() ;
    SAXParser saxParser = factory.newSAXParser() ;
    saxParser.parse(new File(args[0]),new CountSax()) ;
    static private int eltCount = 0 ;
    public void startDocument() {
    eltCount = 0 ;
    public void startElement(String name,Attributes atts) {
    eltCount ++ ;
    public void endDocument() {
    System.out.println("Total number of elements: " + eltCount) ;
    }

    Here is my classpath now
    set CLASSPATH=%JAVA_HOME%;%JAXB_LIBS%\jaxb-api.jar;%JAXB_LIBS%\jaxb-ri.jar;%JAXB_LIBS%\jaxb-xjc.jar;%JAXB_LIBS%\jaxb-libs.jar;%JAXP_LIBS%\jaxb-api.jar;%JAXP_LIBS%\endorsed\xercesImpl.jar;%JAXP_LIBS%\endorsed\xalan.jar;%JAXP_LIBS%\endorsed\sax.jar;%JAXP_LIBS%\endorsed\dom.jar;%JWSDP_LIBS%\jax-qname.jar;%JWSDP_LIBS%namespace.jar;.
    It still doesn't work. The pakages that it is complaining about comes from sax.jar which is already in classpath. Can anybody please help.
    TIA

  • Formatting Failed:  Compiler File Error

    Hello...
    Yesterday I got my crossgrade disks from Apple, so I upgraded my G4 Powerbook with the full Studio Pro upgrade, then made sure I had all current patches.
    When I opened up one of my DVD Studio Pro projects and clicked Burn, It failed with a dailog box that said "Formatting failed, Building was not successful, See log" so I looked at the log and it said in red "Compiler File Error"
    This project worked fine before I upgraded... So, for grins, I started from scratch and rebuilt the project and reimported the assets. Now I had just recompressed the video/audio with the new compressor as well... Anyway, same result. Also, when it fails, the OS-X window pops up that you normally get once you insert a blank DVD and you can choose an app or hit ignore.
    Can't figure this out... Any help would be greatly appreciated.
    Dave
    Powerbook G4   Mac OS X (10.4.3)  

    Once I upgraded, I recompressed the video (its about 14 min, and uses Dolby, not AIFF)... When I opened DVD Studio Pro, it prompted me that assets had changed, I said ok, then tried to burn and go the error. I then tried deleting the PAR folder, no help. So, I just closed the project, hit NEW and recreated the project (it was rather simple) and then tried to burn... Same error.
    I burned this same DVD two days ago under the old pre-universal version and it worked fine. I only recompressed because I heard that the new version performed much better.
    Sorta lost on this one... I don't see any reason why it shouldnt work. The log only says the one line and gives no other help.

  • Fatal Error: compiler internal error

    Hi,
    I'm new to JDeveloper and am having a problem trying to use jdk
    1.3.1_01 with it. The version I'm using is Version 2.0 (Build
    343).
    I tried to define a new target JDK version for java version
    1.3.1_01 and got a "Could not create dependency files" message
    at the end (I got the same message when I defined a new target
    JDK version for 1.2.1).
    When I try to compile anything in JDeveloper with the 1.3.1_01
    version set I get the following errors:
    Fatal Error: compiler internal error
    and
    Fatal Error: internal assertion failure jmk 465
    When trying to to compile with 1.2.2 I don't get this problem.
    Would anyone be able to help me with this?
    Thanks,
    Marcia

    Hi,
    I'm new to JDeveloper and am having a problem trying to use jdk
    1.3.1_01 with it. The version I'm using is Version 2.0 (Build
    343). If you are new to JDeveloper, I recommend that you get a latter
    version from OTN. You can get production 3.2.3 and Oracle9i
    JDeveloper Release Candidate from OTN
    (http://otn.oracle.com/software/products/jdev/content.html).
    JDeveloper 2.0 works on JDK 1.1.7b.
    JDeveloper 3.2.3 uses JDK 1.2
    Oracle9i JDeveloper uses JDK 1.3
    >
    I tried to define a new target JDK version for java version
    1.3.1_01 and got a "Could not create dependency files" message
    at the end (I got the same message when I defined a new target
    JDK version for 1.2.1).
    When I try to compile anything in JDeveloper with the 1.3.1_01
    version set I get the following errors:
    Fatal Error: compiler internal error
    and
    Fatal Error: internal assertion failure jmk 465
    When trying to to compile with 1.2.2 I don't get this problem.It sounds like a backwards compatiability problem with java.
    Again I would switch version of JDeveloper, which comes with the
    correct version of JDK.
    >
    Would anyone be able to help me with this?
    Thanks,
    Marcia

  • Pls suggest a reason for a compile time error

    the following program gives a compile time error bcoz of the statement
    ((State)this).val=this.val. if u could suggest why?
    public class Mainc
    public static void main(String args[])
    State st=new State();
    System.out.println(st.getvalue());
    State.Memento mem= st.memfunc();
    st.altervalue();
    System.out.println(st.getvalue());
    mem.restore();
    System.out.println(st.getvalue());
    public static class State
    protected int val=11;
    int getvalue()
         return val;
    void altervalue()
         val=(val+7)%31;
    Memento memfunc()
         return new Memento();
    class Memento
         int val;
    Memento()
         this.val=state.this.val;
         void restore()
              ((State)this).val=this.val;
    }

    The statement :
    ((State)this).val
    tries to cast Memento into its super class State which is inorrect [former is not latter's subclass]
    restore method should be as follows:
    void restore()
    State.this.val=this.val;
    }

  • Compiler File Error

    I am unable to burn DVDs in DVDSP2. I get the same message each time: Compiler File Error. I have tried compressing as MPEG2, I have tried moving media to boot drive and I have tried re-loading Compressor and DVDSP and upgrading before opening. I have tried everything suggested here to solve this issue but have been unsuccessful so far. Any thoughts?

    I used the "DVD: Best Quality 90 minutes" presets in Compressor (Dobly Digital Pro 2.0 and MPEG-2 2.6Mbps 2-pass). By "gaps in the timeline" do you mean the FCP timeline? If so, no, there is only one movie.
    The project does not build at all. I click BURN, the INITIATE dialog box appears and closes immediately. The log then shows COMPILER FILE ERROR.

  • Continuous 'Compiler File Error'

    I've tried to burn various projects recently and each time I am getting a 'Compiler File Error' message. Can anybody advise what I should do to get rid of this. It's a real pain!
    Basically I have various projects which I'm unable to build it at all. Here's a run down on what's happening from the log...
    Starting DVD Build...
    Compiler File Error (in red)
    Build Cancelled
    Formatting Finished
    Building was not successful. See log. (in yellow)
    And there's nothing about this error message in the Help guide either.

    I had the very same problem. I simply moved the DVD Studio Pro prefs file found in system library>prefrences to my desktop. DVDSP will automaticly create a new pref file. If it fixed the problem you can trash the old pref file. This worked for me.

  • Product: Microsoft SQL Server 2012 Transact-SQL Compiler Service -- Error 1335

    Hello,
    I am getting an error while using windows update or manually downloading and running
    SQLServer2012-KB2793634-x64.exe
    Product: Microsoft SQL Server 2012 Transact-SQL Compiler Service  -- Error 1335. The cabinet file 'Redist.cab' required for this installation is corrupt and cannot be used. This could indicate a network error, an error reading from installation media,
    or a problem with this package.
    What can be done?
    Thanks
    Bye

    Hello,
    I am getting an error while using windows update or manually downloading and runningT
    SQLServer2012-KB2793634-x64.exe
    Product: Microsoft SQL Server 2012 Transact-SQL Compiler Service  -- Error 1335. The cabinet file 'Redist.cab' required for this installation is corrupt and cannot be used. This could indicate a network error, an error reading from installation media,
    or a problem with this package.
    What can be done?
    Thanks
    Bye
    This KB article was issued as fix for known Issue as per below link.
    http://support.microsoft.com/kb/2793634
    Now I assume you are getting this error because downloaded file seems corrupt to me.Can you download again and copy it to local disk and start running  from there.
    http://www.microsoft.com/en-in/download/details.aspx?id=36215
    Also make sure your installer is not corrupt.If you find it corrupt please download it from below link and install after that run the setup again
    http://support.microsoft.com/kb/942288
    Hope this helps
    Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers

  • Compilation failed due to a compile server error

    I was using LABView 8.0 with RT and FPGA module without problems.
    I updated windows on 2006 April 18th and now I cannot compile any FPGA VI. Even the older one I compiled with the same computer previously.
    When I take EXACTLY the same project to another computer, it compiles just fine and when I take the bitfile back, my corrupted system can run with the bitfile.
    I fear the problem is with windows. I reinstalled LABView TOTALLY and still have the same error when trying to compile.
    According to the knowledge base I checked the HKEY and it doesn't change anything.
    Here is the error message:
    Status : compilation failed due to a Compile Server error
    Error -61499 occured at nirviExtractVHDLHierarchy.vi when called from nirviBuildprjFile.vi
    Possible reason(s)
    LABView FPGA : An internal software error in ALBView FPGA Module has occured. Please contact NI support
    Details : Error 7 occured at Open File reading C : \ NIFPGA80\srvrtmp\localhost\Eight...name of the bitfile ...\scripts\toplevel_gen_synth_lvfpga.txt
    Note : I checked this folder, it doesn't exist, thus it has never been created like the previous. After April 18th, not any new folder has been created.
    Possible reasons : File moved or deleted, incorrect filepath,...
    NI-488 : Non-existent board
    Note : I have nor use none of this nowhere !
    Start  time - Stop time : 12 seconds

    In order to try and isolate the problem can you perform a few tests.
    1)  Set up a remote compile and use the machine that is not working as the client and the machine that is working as the server.
    1.a) You can configure the client machine to use another machine as the compile server by going to Tools>>FPGA Module Options...>>Configure Compile Settings and change the machine from 'localhost' to the machine that you want to act as the server.
    1.b) On the server machine open the Compile Server manually by going to the Windows Start Menu>>All Programs>>National Instruments>>LabVIEW 8.0>>LabVIEW FPGA Utilities>>Compile Server
    1.c) Try and compile the VI.  It should generate code on the client machine and send the generated code to the server.  Wehn the server receives the code it will compile it and return the bitfile when complete.
    2) Set up a remote compile and use the machine that is not working as the server and the machine that is working as the client.
    2.a) Follow the instructions in part 1, but switch the client and server machines.
    These tests should help us isolate if the problem is with the Compile Server, or the code generation.
    Regards,
    Joseph D.
    National Instruments

  • Compiled with errors ... but "no errors" ... ?!

    Hi all,
    I am going crazy here.
    I am trying to migrate our code to 10g ...
    I have an issue with a package. I compile it with SQLDeveloper (hate that thing) and get some warnings, but no errors. Trying to start the package in sqlplus I get the message "invalid package" ...
    Then I type "alter package xxx compile debug" and get the info "compiled with errors". But when I type "show errors" it says "no errors" ...
    Does someone know how I teach this thing some sense?
    Thanks and merry Xmas and stuff,
    Steffi

    Usage: SHOW ERRORS [{ FUNCTION | PROCEDURE | PACKAGE
    |
    PACKAGE BODY | TRIGGER | VIEW
    | TYPE | TYPE BODY | DIMENSION
    | JAVA SOURCE | JAVA CLASS } [schema.]name]
    how err schema.package_nameRegards
    SinghThis really did it, thank you so much!!
    Unfortunately it does not really help me ... only some warnings on bind-variables ...
    LINE/COL ERROR
    110/24   PLW-07202: Bind-Typ würde zu einer Konvertierung weg vom
             Spaltentyp führen
    110/30   PLW-07202: Bind-Typ würde zu einer Konvertierung weg vom
             Spaltentyp führen
    114/24   PLW-07202: Bind-Typ würde zu einer Konvertierung weg vom
             Spaltentyp führen
    114/30   PLW-07202: Bind-Typ würde zu einer Konvertierung weg vom
             Spaltentyp führen
    LINE/COL ERROR
    118/24   PLW-07202: Bind-Typ würde zu einer Konvertierung weg vom
             Spaltentyp führen
    118/30   PLW-07202: Bind-Typ würde zu einer Konvertierung weg vom
             Spaltentyp führen
    122/24   PLW-07202: Bind-Typ würde zu einer Konvertierung weg vom
             Spaltentyp führen
    122/30   PLW-07202: Bind-Typ würde zu einer Konvertierung weg vom
    LINE/COL ERROR
             Spaltentyp führen
    186/12   PLW-07202: Bind-Typ würde zu einer Konvertierung weg vom
             Spaltentyp führen
    186/34   PLW-07202: Bind-Typ würde zu einer Konvertierung weg vom
             Spaltentyp führen
    187/12   PLW-07202: Bind-Typ würde zu einer Konvertierung weg vom
             Spaltentyp führen
    LINE/COL ERROR
    187/34   PLW-07202: Bind-Typ würde zu einer Konvertierung weg vom
             Spaltentyp führen
    227/12   PLW-07202: Bind-Typ würde zu einer Konvertierung weg vom
             Spaltentyp führen
    229/12   PLW-07202: Bind-Typ würde zu einer Konvertierung weg vom
             Spaltentyp führen
    229/34   PLW-07202: Bind-Typ würde zu einer Konvertierung weg vom
             Spaltentyp führen
    LINE/COL ERROR
    230/12   PLW-07202: Bind-Typ würde zu einer Konvertierung weg vom
             Spaltentyp führen
    230/34   PLW-07202: Bind-Typ würde zu einer Konvertierung weg vom
             Spaltentyp führen
    357/53   PLW-07204: Konvertierung vom Spaltentyp weg kann zu einem
             nicht-optimalen Abfrageplan führen
    357/70   PLW-07204: Konvertierung vom Spaltentyp weg kann zu einem
    LINE/COL ERROR
             nicht-optimalen Abfrageplan führen
    364/30   PLW-07202: Bind-Typ würde zu einer Konvertierung weg vom
             Spaltentyp führen

  • Help ! ever seen this in DVD Studio Pro : 'Compiler File Error' ?

    Help !
    This is a strange problem :
    Evertime I try to burn a disc, it says :
    Starting DVD Build DVD_
    Compiler File Error
    Build cancelled
    Formatting finished.
    Building was not successful. See log.
    Now I tried several different projects and it does it on multiple computers.
    Only explenation would be something I did in my DVD menu, or assets.
    If I burn it on my powerbook though, it works perfectly....
    Harry Potter was busy, so please help me, I'm getting desperate...
    Have the latest update, the latest OS, en DVD Studio Pro 4.2

    Welcome to the boards.
    Take a look at the log as it is compiling and see where the compile stops/crashes. Also download MPEG streamclip and open up the last VOB in the build folder in MPEG Streamclip. (VOB ares here, you will have different VOBs of course and numbers but look at the last one that has something in it) http://dvdstepbystep.com/vts.php It will show you the last part was compiled properly so you can look at the asset in the DVD SP project.
    Some things to look for
    1.) Gaps in the timeline in the audio or video. In fact I just had this happen. The project compiled fine in an older version of DVD SP (4.03) BUT would crash out at 4.2. Turns out there was a gap I had missed (doh!) somehow and cleaning it up would then cure then problem.
    2.) Did you make the audio AC3? What rates were the video encode? High rates can cause the compile errors.

Maybe you are looking for

  • In-Ear Headphones Warranty Question

    My non-Apple headphones are dead - a wire is probably loose at the connector (most common problem I have with headphones). I'm probably going to purchase the Apple In-Ear headphones. Does it come with a one-year warranty? If the cord or connector goe

  • Coldfusion CMS add a new page

    Hi, I want to create a simple CMS site using coldfusion. I would like to have an 'add new page' button which will create a new html or coldfusion page and show the name of that page in the navigation bar as a link, can someone point me in the right d

  • Is there a fixed directory structure where we put our application?

    the samples .java files I find in \ias6\ias\ias-samples\database\hellodb\src\samples\hellodb\servlet ... I need to know if there is a directory structure that I should follow that iPlanet need when I deploy my application? like where do I put my .jsp

  • Promise 20376 SATA Raid Controller Drivers?

       Hi I'm trying to install WinXP with an K7N2GM2 - ILSR board and I'm having problems with the SATA drivers I've downloaded (from http://www.msi.com.tw/program/support/driver/dvr/spt_dvr_list.php?part=1&kind=4&CHIP=4&COM=19). The 'make disk' instruc

  • Net due days from the base line invoide date

    Hi, I am doing a report inFI module.i need to find out the net due days that should be added to the base line invoide date to get the due date for the customer. in table T052 there are two fields ZTAGG ZTAG1 which one is the field that i should use.