Problem runnning 1.0B samples in WSAD 5.1

Hi,
I installed the jsf-guessNumber.war file from the JSF 1.0b release and I get the following error
when I start my Websphere server
java.lang.NullPointerException
     at javax.faces.webapp.FacesServlet.init(FacesServlet.java:143)
     at com.ibm.ws.webcontainer.servlet.StrictServletInstance.doInit(StrictServletInstance.java:82)
     at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet._init(StrictLifecycleServlet.java:147)
Anybody can help me?
thank you !

... I as well am having the same problem after upgrading from JSF 1.0 to 1.1 on WSAD 5.1. Everything was working fine under JSF 1.0. I recall having similar difficulties when fist getting 1.0 to work, but I can't remeber what it was. I seem to remember something about the faces-config.xml file.
[6/1/04 12:07:59:250 EDT] 7fc97fc9 WebGroup E SRVE0020E: [Servlet Error]-[Faces Servlet]: Failed to load servlet: java.lang.NullPointerException
     at java.lang.Throwable.<init>(Throwable.java)
     at java.lang.Throwable.<init>(Throwable.java:73)
     at java.lang.NullPointerException.<init>(NullPointerException.java:60)
     at javax.faces.webapp.FacesServlet.init(FacesServlet.java:144)
     at com.ibm.ws.webcontainer.servlet.StrictServletInstance.doInit(StrictServletInstance.java:82)
     at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet._init(StrictLifecycleServlet.java:147)
     at com.ibm.ws.webcontainer.servlet.PreInitializedServletState.init(StrictLifecycleServlet.java:270)
     at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet.init(StrictLifecycleServlet.java:113)
     at com.ibm.ws.webcontainer.servlet.ServletInstance.init(ServletInstance.java:189)
     at javax.servlet.GenericServlet.init(GenericServlet.java:258)
     at com.ibm.ws.webcontainer.webapp.WebAppServletManager.addServlet(WebAppServletManager.java:870)
     at com.ibm.ws.webcontainer.webapp.WebAppServletManager.loadServlet(WebAppServletManager.java:224)
     at com.ibm.ws.webcontainer.webapp.WebAppServletManager.loadAutoLoadServlets(WebAppServletManager.java:542)
     at com.ibm.ws.webcontainer.webapp.WebApp.loadServletManager(WebApp.java:1277)
     at com.ibm.ws.webcontainer.webapp.WebApp.init(WebApp.java:283)
     at com.ibm.ws.webcontainer.srt.WebGroup.loadWebApp(WebGroup.java:387)
     at com.ibm.ws.webcontainer.srt.WebGroup.init(WebGroup.java:209)
     at com.ibm.ws.webcontainer.WebContainer.addWebApplication(WebContainer.java:987)
     at com.ibm.ws.runtime.component.WebContainerImpl.install(WebContainerImpl.java:136)
     at com.ibm.ws.runtime.component.WebContainerImpl.start(WebContainerImpl.java:356)
     at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:418)
     at com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:787)
     at com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:354)
     at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:575)
     at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:271)
     at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:249)
     at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:536)
     at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:413)
     at com.ibm.ws.runtime.component.ApplicationServerImpl.start(ApplicationServerImpl.java:125)
     at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:536)
     at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:413)
     at com.ibm.ws.runtime.component.ServerImpl.start(ServerImpl.java:183)
     at com.ibm.ws.runtime.WsServer.start(WsServer.java:128)
     at com.ibm.ws.runtime.WsServer.main(WsServer.java:225)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:41)
     at java.lang.reflect.Method.invoke(Method.java:386)
     at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:94)
     at com.ibm.etools.websphere.tools.runner.api.ServerRunnerV5$1.run(ServerRunnerV5.java:97)

Similar Messages

  • Problem recording audio from sampler...

    Problem recording audio from sampler (MPC 1000) to Logic using midi trigger thru Lexicon Omega box.
    When I hit the record button in Logic, it triggers my mpc to start playing. Logic then picks up the incoming audio signal on the appropriate track and starts recording the audio... PROBLEM- Logic appears to keep restarting the incoming audio, repeating the first 1/4 of the first 1Bar. So every time I hear the metronome tempo counter as it records, the incoming audio replays from the beginning and this is what gets recorded. On the contrary when I'm controlling the sampler via midi and just hit the play button in Logic, the audio signal comes threw and plays the full 4 bars of the audio that I want recorded.
    Any idea on how I can fix this? It seems like it has to do with my metronome counter or midi time code?
    Thanks to all that help!

    Thanks, good suggestion but these are music instruction dvds that aren't copyrighted.
    cheers
    Eric

  • Problem with Cut.java sample

    I am attempting to use code from the Cut.java sample to cut multiple
    regions from the same source audio file to separate destination files.
    I am calling the doIt() method from my coding, passing MediaLocators to
    the input and output files (both .wav) , and arrays with a single
    element (time in ns as a long) for the start and end, and false for
    frame mode. The first time I call it, it works fine. However, on
    subsequent calls, despite the output messages suggesting it has worked
    successfully, the output files are full of white noise. I have tried:
    using a new instance of Cut each time
    adding code to close the processor and disconnect the datasink
    disabling JMF buffering
    all to no effect. Any suggestions would be greatly appreciated.
    cheers
    Matthew Wilson.

    I have kind of the same problem too.
    I copy-paste the "cutting sections from an input" example from http://java.sun.com/products/java-media/jmf/2.1.1/solutions/Cut.java but can't get it to work.
    The error I'm getting back is:
    - Create processor for: file:/c:/song.mp3
    - Configure the processor for: file:/c:/song.mp3
      Transcode:
         from: mpeglayer3, 44100.0 Hz, 16-bit, Stereo, LittleEndian, Signed, 16000.0 frame rate, FrameSize=32768 bits
         to: LINEAR, 44100.0 Hz, 16-bit, Stereo, BigEndian, Signed
    - Realize the processor for: file:/c:/song.mp3
    Failed to build a graph for the given custom options.
    Failed to realize: com.sun.media.ProcessEngine@19360e2
      Cannot build a flow graph with the customized options:
        Unable to transcode format: mpeglayer3, 44100.0 Hz, 16-bit, Stereo, LittleEndian, Signed, 16000.0 frame rate, FrameSize=32768 bits
          to: LINEAR, 44100.0 Hz, 16-bit, Stereo, BigEndian, Signed
          outputting to: RAW
    Error: Unable to realize com.sun.media.ProcessEngine@19360e2
    Failed to realize the processor.
    Failed to cut the inputsince I'm using eclipse as IDE, I made some "minor" changes on Cut.java to test it on eclipse
    public static void main(String [] args) {
        args = new String[7];
        args[0] = "-o";
        args[1] = "file:/c:/tmp.mov"; //outputfile
        args[2] = "file:/c:/peli.mov"; //inputfile
        args[3] = "-s";
        args[4] = "5000";
        args[5] = "-e";
        args[6] = "25000";
        //no more changes...Does any one have an idea what do I'm doing wrong? I'll appreciate ur help.

  • Problem in compiling the sample applet

    hello: im installed jdk 1.2.2 now i wanna folow the instruction written in the
    PDF document.i did everything as it is but when i arrived to the step
    "compiling the sample applet" i issue the command
    " javac -g src/com/sun/javacard/samples/helloWorld/*.java"
    but it doesn't work it give me a message that the command is not known.
    i changed the directory where i issue the command from to c:\jdk1.1.6\bin
    then he find it but i have an other problem is that he makes to error:
    "package.javacard.framework not found in the import"
    "import javacard.framework.*"
    the second errer :
    "superclass com.sun.javacard.samples.HelloWorld.applet of class com.sun.javacard.samples.HelloWorld.HelloWorld not found"
    "public class HelloWorld extends applet"
    i don't know why it doesn't work eventhought i folowed the steps as they are written .
    can some one help me because i can"t pass to the next step if i couldn't compile those files.
    thank you very much

    See http://forum.java.sun.com/thread.jsp?forum=7&thread=203737

  • Problem in integrating FlexUIStroke sample in CS4 SDK with Indesign CS6

    Hi all,
    I want to add a flex panel to the adobe indesigner using a indesigner plugin. For that I used the FlexUIStroke sample project  in the CS4 product SDK. But I have adobe indesigner CS6. I successfully built the FlexUIStroke project and created a plugin file and added to the indesign plugin folder. But when I try to start the indesign it display error message that the plugin is not a valid plugin. I need to know what can be the cause of the message. If that approch doesn't work what are the alternative approaches that I can take to integrate a flex panel to the indesigner using a indesigner plugin?
    Thank You.

    Thanks for all your suggestions. Unfortunately the form still returns the 'no matches found for [email protected]' I've changed the URL field on the submit button to mailto: xxxxx@xxxx and I've also tried it with no space after the mailto:, unfortunately both these return the above error message. This is the same whatever email address I try. I'm starting to tear my hair out with this one. I've tried it on my home PC arunning Norton Internet Security and on my works PC running Avast. Same problem on both.

  • Problem in iPhone SDK Sample: [CrashLanding ]

    iPhone SDK build : build 9M2199a
    Sample: CrashLanding
    Version: 1.7
    OpenGL swap buffer method seems to fails sometimes resulting in a crappy blink display. The display seems split into two images. The screen goes messy, I can view the backbuffer blinking over frontbuffer with no drawing update on it.
    Thanks,
    Julien Meyer
    Jadegame.com

    I developed my application based on the CrashLanding sample. I have inherited the same rendering failure. The swap occurs, but it's presenting stale data for one of the frames. The stale data appears to be the first frame rendered. The failure occurs either immediately, or not at all. Restarting the application usually makes the problem go away.
    Has anyone determined a fix for this?
    Thank you,
    Joel-

  • Problem in running a sample form in form builder

    Hi
    Recently,I started using oracle9i DS, and for creating form in it,i use form builder.
    it has some samples incorporated,but i can't run them in internet browser.
    At first it gave me an error that there was no listener on port 8889,but i create a listener and a service name for that port and solved the problem.
    now after connecting to the database and compiling module successfully ,i click to run a form ,it open the browser with this Address but nothing happened.
    http://localhost:8889/forms90/f90servlet?form=E:\OracleD\forms90\userexit\Customer%20F.fmx&buffer_records=NO&debug_messages=NO&array=YES&query_only=NO&quiet=NO&RENDER=YES
    if anyone can help me i will be very very thankfull.
    best regards

    Hi,
    Please make sure there is no space between your file name.
    From the url I can see your file name like Customer%20F.fmx.

  • Problems with audio Parallels sample rate

    Hi!
    I recently I installed Finale 2014 in my iMac (Os X 10.9.2) and, when I try to run the application, I receive an error message telling that I must adjust my audio sample rate to 44.1 kHz and Finale crashes. So, by going to Applications --> Utillities --> Audio and MIDI Setup, I adjusted the sample rate to this value and the issue continues to appear. By contacting Finale support, they told me that I must remove my audio device from Parallels Desktop 9 (I was not allowed to adjust this device). But, the problem is that I simply can not remove the device - when I select the device, the " - " signal is in gray. How can I remove the device, in this case?
    Thank you!

    Hello!, first of all thanks for your reply. Yes, the camera is the same, the problem is on my computer, I have discovered a solution: first I capture the audio, only the audio, and then the video, only the video. After this I soncronize the two separate files on Final Cut timeline. It´s a slow process, but I am really desesperated. I don´t know what happens, I few minutes ago I have captured a 30 mins. video and the sample rate of the audio was 42.145k (???). It´s a crazy thing...

  • Problems with a jar file in wsad

    hi, my name is carlos and I am working with WebSphere Studio Application developer.
    my problem: Some people give me a jar file for start to build a web app, when finish one part i wish test in the sever enviorment embed in the wsad, then appear this error:
    [5/10/05 15:58:31:125 COT] 61255324 WebGroup E SRVE0026E: [Error de servlet]-[co/edu/uautonoma/siunac/business/BIFactory]: java.lang.NoClassDefFoundError: co/edu/uautonoma/siunac/business/BIFactory
    and other stuff.....
    i dont know what means this error, do you any idea????
    thanks for your help...

    It means the jar needs another jar which contains the class which is missing.

  • JDeveloper 11g: Problem with search page sample

    Hello all!
    I realized the detailed search page in Oracle JDeveloper 11g Handbook ".
    Before, it runned without problem. But for a while, I have the following exception when I run a search:
    *Unexpected exception: java.lang.ArrayIndexOutOfBoundsException, e = 0.*
    I searched the forums, the answers that I had alluded to the types of data in the entity, and in the view. But I checked and the different types of entities are those views.
    The error always returns.
    I also increased by Size Range in the definition of the page.
    But there is nothing. Can anyone help me?
    Thank's
    Nystan

    Hi,
    you want at least to give us the page number that has the example you reference. Chances are that some of the experts on OTN own the book and could have a look. When you say "Before, it runned without problem. But for a while, I have the following exception when I run a search:", what did it make change ?
    Frank

  • Problem  running the OdpNetWs sample

    Hi,
    I have the following error when starting the OdpNetWebService sample (I must say that I work with Oracle8i DataBase instead of 9i, in case this would be the trouble...)
    Thank you very much in advance for your help
    Bert
    Server Error in '/OdpNetWs/src/client' Application.
    File or assembly name ciejkhb8.dll, or one of its dependencies, was not found.
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
    Exception Details: System.IO.FileNotFoundException: File or assembly name ciejkhb8.dll, or one of its dependencies, was not found.
    Source Error:
    Line 33: '<remarks/>
    Line 34: Public Sub New()
    Line 35: MyBase.New
    Line 36: Me.Url = "http://bmasson/OdpNetWs/src/webservice/ODPService.asmx"
    Line 37: End Sub
    Source File: D:\ODP\web\OdpNetWs\src\client\Web References\webservice\Reference.vb Line: 35
    Assembly Load Trace: The following information can be helpful to determine why the assembly 'ciejkhb8.dll' could not be loaded.
    === Pre-bind state information ===
    LOG: Where-ref bind. Location = C:\WINDOWS\TEMP\ciejkhb8.dll
    LOG: Appbase = file:///D:/ODP/web/OdpNetWs/src/client
    LOG: Initial PrivatePath = bin
    Calling assembly : (Unknown).
    ===
    LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
    LOG: Attempting download of new URL file:///C:/WINDOWS/TEMP/ciejkhb8.dll.
    Stack Trace:
    [FileNotFoundException: File or assembly name ciejkhb8.dll, or one of its dependencies, was not found.]
    System.Reflection.Assembly.nLoad(AssemblyName fileName, String codeBase, Boolean isStringized, Evidence assemblySecurity, Boolean throwOnFileNotFound, Assembly locationHint, StackCrawlMark& stackMark) +0
    System.Reflection.Assembly.InternalLoad(AssemblyName assemblyRef, Boolean stringized, Evidence assemblySecurity, StackCrawlMark& stackMark) +307
    System.Reflection.Assembly.Load(AssemblyName assemblyRef, Evidence assemblySecurity) +21
    System.CodeDom.Compiler.CompilerResults.get_CompiledAssembly() +67
    System.CodeDom.Compiler.CompilerResults.get_CompiledAssembly() +0
    System.Xml.Serialization.Compiler.Compile() +408
    System.Xml.Serialization.TempAssembly..ctor(XmlMapping[] xmlMappings) +1259
    System.Xml.Serialization.XmlSerializer.FromMappings(XmlMapping[] mappings) +60
    System.Web.Services.Protocols.SoapClientType..ctor(Type type) +957
    System.Web.Services.Protocols.SoapHttpClientProtocol..ctor() +151
    client.webservice.ODPService..ctor() in D:\ODP\web\OdpNetWs\src\client\Web References\webservice\Reference.vb:35
    client.MainForm.Page_Init(Object sender, EventArgs e) in D:\ODP\web\OdpNetWs\src\client\Main.aspx.vb:52
    System.Web.UI.Control.OnInit(EventArgs e) +67
    System.Web.UI.Control.InitRecursive(Control namingContainer) +240
    System.Web.UI.Page.ProcessRequestMain() +174
    Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573

    Hi,
    I have the following error when starting the OdpNetWebService sample (I must say that I work with Oracle8i DataBase instead of 9i, in case this would be the trouble...)
    Thank you very much in advance for your help
    Bert
    Server Error in '/OdpNetWs/src/client' Application.
    File or assembly name ciejkhb8.dll, or one of its dependencies, was not found.
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
    Exception Details: System.IO.FileNotFoundException: File or assembly name ciejkhb8.dll, or one of its dependencies, was not found.
    Source Error:
    Line 33: '<remarks/>
    Line 34: Public Sub New()
    Line 35: MyBase.New
    Line 36: Me.Url = "http://bmasson/OdpNetWs/src/webservice/ODPService.asmx"
    Line 37: End Sub
    Source File: D:\ODP\web\OdpNetWs\src\client\Web References\webservice\Reference.vb Line: 35
    Assembly Load Trace: The following information can be helpful to determine why the assembly 'ciejkhb8.dll' could not be loaded.
    === Pre-bind state information ===
    LOG: Where-ref bind. Location = C:\WINDOWS\TEMP\ciejkhb8.dll
    LOG: Appbase = file:///D:/ODP/web/OdpNetWs/src/client
    LOG: Initial PrivatePath = bin
    Calling assembly : (Unknown).
    ===
    LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
    LOG: Attempting download of new URL file:///C:/WINDOWS/TEMP/ciejkhb8.dll.
    Stack Trace:
    [FileNotFoundException: File or assembly name ciejkhb8.dll, or one of its dependencies, was not found.]
    System.Reflection.Assembly.nLoad(AssemblyName fileName, String codeBase, Boolean isStringized, Evidence assemblySecurity, Boolean throwOnFileNotFound, Assembly locationHint, StackCrawlMark& stackMark) +0
    System.Reflection.Assembly.InternalLoad(AssemblyName assemblyRef, Boolean stringized, Evidence assemblySecurity, StackCrawlMark& stackMark) +307
    System.Reflection.Assembly.Load(AssemblyName assemblyRef, Evidence assemblySecurity) +21
    System.CodeDom.Compiler.CompilerResults.get_CompiledAssembly() +67
    System.CodeDom.Compiler.CompilerResults.get_CompiledAssembly() +0
    System.Xml.Serialization.Compiler.Compile() +408
    System.Xml.Serialization.TempAssembly..ctor(XmlMapping[] xmlMappings) +1259
    System.Xml.Serialization.XmlSerializer.FromMappings(XmlMapping[] mappings) +60
    System.Web.Services.Protocols.SoapClientType..ctor(Type type) +957
    System.Web.Services.Protocols.SoapHttpClientProtocol..ctor() +151
    client.webservice.ODPService..ctor() in D:\ODP\web\OdpNetWs\src\client\Web References\webservice\Reference.vb:35
    client.MainForm.Page_Init(Object sender, EventArgs e) in D:\ODP\web\OdpNetWs\src\client\Main.aspx.vb:52
    System.Web.UI.Control.OnInit(EventArgs e) +67
    System.Web.UI.Control.InitRecursive(Control namingContainer) +240
    System.Web.UI.Page.ProcessRequestMain() +174
    Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573

  • Problem running RMI/IIOP sample (stateless bean)

    Hi.
    I am unable to run the RMI/IIOP stateless bean sample (Weblogic 6.1 on
    Windows 2000). I have deployed the sample (iiop_ejb_stateless) and the
    server is running. I checked in the admin console and the module is
    deployed OK.
    However, the client is unable to get the initial context and throws a
    ""We were unable to get a connection to the WebLogic server at
    iiop://localhost:
    Please make sure that the server is running."
    error message on the command prompt. What could be wrong? Is there a
    flag I need to throw on to get the server to enable IIOP based
    connections?
    Thanks in advance,
    - deepak

    Deepak Balakrishna <[email protected]> writes:
    I am unable to run the RMI/IIOP stateless bean sample (Weblogic 6.1 on
    Windows 2000). I have deployed the sample (iiop_ejb_stateless) and the
    server is running. I checked in the admin console and the module is
    deployed OK.
    However, the client is unable to get the initial context and throws a
    ""We were unable to get a connection to the WebLogic server at
    iiop://localhost:
    Please make sure that the server is running."
    error message on the command prompt. What could be wrong? Is there a
    flag I need to throw on to get the server to enable IIOP based
    connections?It should be on by default. Try using SP2 to see if that helps at all
    (although all the examples work on all releases). Also try substituting
    localhost for your machine name, W2K does some fun tricks with DNS.
    andy

  • Problem in running wu_test_106 sample form

    I am getting error FRM-40039 can not attach webutl while opening......
    The path is set as per documentation.
    webutil is regenerated.
    frmwebutil.jar and jacob jar are both self-signed.
    compiled perfect.
    version I am running is 10.1.2.0.2.
    Please assist

    Hello,
    Be sure that a copy of Webutil.plx is located in one of the Forms path.
    Francois

  • Problem! To compile Samples PCC-F-NOERRFILE, unable to open error message file

    make -f demo_proc.mk sample1
    make -
    f /u2/oracle/base/product/8.0.5/precomp/demo/proc/demo_proc.mk
    OBJS=sampld
    make[1]: Entering directory
    `/u2/oracle/base/product/8.0.5/precomp/demo/proc'
    /u2/oracle/base/product/8.0.5/bin/proc iname=sample1
    PCC-F-NOERRFILE, unable to open error message file, facility PR2
    make[1]: *** [sample1.o] Error 1
    make[1]: Leaving directory
    `/u2/oracle/base/product/8.0.5/precomp/demo/proc'
    make: *** [sample1] Error 2
    null

    Cross-posted:
    http://stackoverflow.com/questions/19534883/oracle-proc-gives-error-pcc-f-noerrfile-unable-to-open-error-message-file-fac

  • Don't know how to explain the problem, look at my sample image please!

    I'm making a short music video and i can't seem to find out how to get these lines out of the video.
    every time someone makes a fast motion on screen, you can see every other line of pixels being separated from the image.
    http://bradywurtz2.googlepages.com/Picture1.jpg
    that is the link to a screen shot of my video to show you exactly what i'm talking about
    I've had some friends of mine tell me i need to de-interlace the video, and i've done that, and i get the absolute same exact video!
    the video is a .mov file, i've just been editing it in final cut, i captured it at 24fps (i'm almost possitive), and i'm not sure what other kind of information to supply to help better answer the question.
    if you need more info let me know, but i desperately need some help on this one!

    IF you have interlacing artifacts (and you do), then the camera was NOT set to produce 24fps.
    The interlacing artifacts typically are only visible in a freeze frame of fast moving objects. When the video is playing at normal speed, the interlacing should be invisible to the eye.
    If the interlacing looks down right terrible at normal speed, then your fields are reversed.
    Use the "Shift Fields" Video Filter in the Video folder on the Effects tab.
    Please understand that using the De-interlace filter in the video folder will indeed de-interlace your video, but it will do it by throwing away half the information unless you adjust the flicker settings.
    The BEST way to de-interlace video is through Compressor with the Frame settings set to Best.

Maybe you are looking for