First JSF Test fails

Hi,
I'm new to JSF and was just about testing a first simple test.
I'm using Tomcat (for WSDP), WSDP and Eclipse with the sysdeo-tomcat-plugin.
I followed a tutorial in a book ("Java Server Faces" by Andi Bosch, Addison-Wesley) so I'm sure that my code should work.
When I try to start the Tomcat, I get the following messages and my JSF pages are not accessable after that.
Tomcat Messages:
16.08.2006 16:17:28 org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on port 8080
16.08.2006 16:17:28 org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 2003 ms
16.08.2006 16:17:28 org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
16.08.2006 16:17:28 org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Sun-Java-System/Web-Services-Pack-1.4
16.08.2006 16:17:28 org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
16.08.2006 16:17:30 org.apache.catalina.core.StandardContext listenerStart
SCHWERWIEGEND: Skipped installing application listeners due to previous error(s)
16.08.2006 16:17:30 org.apache.catalina.core.StandardContext start
SCHWERWIEGEND: Error listenerStart
16.08.2006 16:17:30 org.apache.catalina.core.StandardContext start
SCHWERWIEGEND: Context startup failed due to previous errors
16.08.2006 16:17:30 org.apache.catalina.core.StandardHost getDeployer
INFO: Create Host deployer for direct deployment ( non-jmx )
[...] (Cuted for more clearness)
org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on port 8080
16.08.2006 16:17:39 org.apache.catalina.startup.Catalina start
INFO: Server startup in 11166 ms

Can nobody give me a hint? I have no ideas what "previous errors" could mean.

Similar Messages

  • First flexunit test is always failing with Error Error #1009: Cannot access a property or method of

    Hi,
    I have flexunit project which I am trying to run on linux server.
    1. I have Tests project.
    2. I am trying to compile it on linux server and creating Tests.swf file and then executing Tests.swf using ant on 64 bit linux server using standalone flash debug player.
    3. Tests project contains 4 tests and first tests always fail with following error,
        test:
         [flexunit] Validating task attributes ...
         [flexunit] Generating default values ...
         [flexunit] Using default working dir [/mnt/build/VinitFlexUnitBranch/workspace/src/Tests]
         [flexunit] Using the following settings for the test run:
         [flexunit] FLEX_HOME: [/var/lib/flex4.1sdk]
         [flexunit] haltonfailure: [true]
         [flexunit] headless: [false]
         [flexunit] display: [99]
         [flexunit] localTrusted: [true]
         [flexunit] player: [flash]
         [flexunit] port: [1024]
         [flexunit] swf: [/mnt/build/VinitFlexUnitBranch/workspace/bin/Tests.swf]
         [flexunit] timeout: [60000ms]
         [flexunit] toDir: [/mnt/build/VinitFlexUnitBranch/workspace/src/Tests/report]
         [flexunit] Setting up server process ...
         [flexunit] Entry [/mnt/build/VinitFlexUnitBranch/workspace/bin] already available in local trust file at [/home/deploy/.macromedia/Flash_Player/#Security/FlashPlayerTrust/flexUnit.cfg].
         [flexunit] Executing 'gflashplayer' with arguments:
         [flexunit] '/mnt/build/VinitFlexUnitBranch/workspace/bin/Tests.swf'
         [flexunit]
         [flexunit] The ' characters around the executable and arguments are
         [flexunit] not part of the command.
         [flexunit]
         [flexunit] Starting server ...
         [flexunit] Opening server socket on port [1024].
         [flexunit] Waiting for client connection ...
         [flexunit] Client connected.
         [flexunit] Setting inbound buffer size to [262144] bytes.
         [flexunit] Receiving data ...
         [flexunit] Sending acknowledgement to player to start sending test data ...
         [flexunit]
         [flexunit] FlexUnit test pause in suite Tests.Classes.DummyASyncTest had errors.
         [flexunit]
         [flexunit] Stopping server ...
         [flexunit] End of test data reached, sending acknowledgement to player ...
         [flexunit] Closing client connection ...
         [flexunit] Closing server on port [1024] ...
         [flexunit] <testcase classname="Tests.Classes::DummyASyncTest" name="pause" time="8" status="error"><error message="Error #1009: Cannot access a property or method of a null object reference." type="Tests.Classes::DummyASyncTest.pause" ><![CDATA[TypeError: Error #1009: Cannot access a property or method of a null object reference.
         [flexunit] at org.fluint.uiImpersonation.flex::FlexEnvironmentBuilder/buildVisualTestEnvironment()
         [flexunit] at org.fluint.uiImpersonation::VisualTestEnvironmentBuilder/buildVisualTestEnvironment()
         [flexunit] at org.flexunit.internals.runners.watcher::FrameWatcher/getStage()
         [flexunit] at org.flexunit.internals.runners.watcher::FrameWatcher()
         [flexunit] at org.flexunit.internals.runners.statements::StackAndFrameManagement()
         [flexunit] at org.flexunit.runners::BlockFlexUnit4ClassRunner/withStackManagement()
         [flexunit] at org.flexunit.runners::BlockFlexUnit4ClassRunner/withDecoration()
         [flexunit] at org.flexunit.runners::BlockFlexUnit4ClassRunner/methodBlock()
         [flexunit] at org.flexunit.runners::BlockFlexUnit4ClassRunner/runChild()
         [flexunit] at org.flexunit.internals.runners::ChildRunnerSequencer/executeStep()
         [flexunit] at org.flexunit.internals.runners.statements::StatementSequencer/handleChildExecuteComplete( )
         [flexunit] at org.flexunit.internals.runners.statements::StatementSequencer/evaluate()
         [flexunit] at org.flexunit.runners::ParentRunner/run()
         [flexunit] at org.flexunit.runners::Suite/runChild()
         [flexunit] at org.flexunit.internals.runners::ChildRunnerSequencer/executeStep()
         [flexunit] at org.flexunit.internals.runners.statements::StatementSequencer/handleChildExecuteComplete( )
         [flexunit] at org.flexunit.internals.runners.statements::StatementSequencer/evaluate()
         [flexunit] at org.flexunit.runners::ParentRunner/run()
         [flexunit] at org.flexunit.runners::Suite/runChild()
         [flexunit] at org.flexunit.internals.runners::ChildRunnerSequencer/executeStep()
         [flexunit] at org.flexunit.internals.runners.statements::StatementSequencer/handleChildExecuteComplete( )
         [flexunit] at org.flexunit.internals.runners.statements::StatementSequencer/evaluate()
         [flexunit] at org.flexunit.runners::ParentRunner/run()
         [flexunit] at org.flexunit.runner::FlexUnitCore/beginRunnerExecution()
         [flexunit] at org.flexunit.runner::FlexUnitCore/verifyRunnerCanBegin()
         [flexunit] at org.flexunit.token::AsyncCoreStartupToken/sendReady()
         [flexunit] at org.flexunit.runner.notification.async::AsyncListenerWatcher/sendReadyNotification()
         [flexunit] at org.flexunit.runner.notification.async::AsyncListenerWatcher/handleListenerReady()
         [flexunit] at flash.events::EventDispatcher/dispatchEventFunction()
         [flexunit] at flash.events::EventDispatcher/dispatchEvent()
         [flexunit] at org.flexunit.listeners::CIListener/setStatusReady()
         [flexunit] at org.flexunit.listeners::CIListener/dataHandler()
         [flexunit] at flash.events::EventDispatcher/dispatchEventFunction()
         [flexunit] at flash.events::EventDispatcher/dispatchEvent()
         [flexunit] at flash.net::XMLSocket/scanAndSendEvent()]]></error></testcase>
         [flexunit] <endOfTestRun/>
         [flexunit] Analyzing reports ...
         [flexunit]
         [flexunit] Suite: Tests.Classes.DummyASyncTest
         [flexunit] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.008 sec
         [flexunit]
         [flexunit] Results :
         [flexunit]
         [flexunit] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.008 sec
         [flexunit]
        BUILD FAILED
        /mnt/build/VinitFlexUnitBranch/workspace/src/Tests/build.xml:26: FlexUnit tests failed during the test run.
        at org.flexunit.ant.tasks.TestRun.analyzeReports(Unknown Source)
        at org.flexunit.ant.tasks.TestRun.run(Unknown Source)
        at org.flexunit.ant.tasks.FlexUnitTask.execute(Unknown Source)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
        at org.apache.tools.ant.Task.perform(Task.java:348)
        at org.apache.tools.ant.Target.execute(Target.java:390)
        at org.apache.tools.ant.Target.performTasks(Target.java:411)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1368)
        at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
        at org.apache.tools.ant.Main.runBuild(Main.java:809)
        at org.apache.tools.ant.Main.startAnt(Main.java:217)
        at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
        at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
        Total time: 1 second
    Exited with status 1
    [deploy]$
    4. Everytime I run this, any test which is run first will fail and all other tests will pass.
    My Tests.as file is as below:
    * Tests.as
    package
    import Tests.XTestSuite;
    import flash.display.Sprite;
    import mx.core.FlexSprite;
    import org.flexunit.listeners.CIListener;
    import org.flexunit.listeners.UIListener;
    import org.flexunit.runner.FlexUnitCore;
    public class Tests extends Sprite
    public var flexSprite:FlexSprite;
    public function Tests()
    onCreationComplete();
    public function onCreationComplete() : void {
    var core : FlexUnitCore = new FlexUnitCore();
    core.addListener(new CIListener());
    core.runClasses(Tests.XTestSuite);
    public function currentRunTestSuite():Array
    var testsToRun:Array = new Array();
    testsToRun.push(Tests.XTestSuite);
    return testsToRun;
    XTestSuite try to run 4 flexunit test classes.
    one of that flexunit test script class is as below:
    package Tests.Classes
    import flexunit.framework.Assert;
    import org.flexunit.Assert;
    import org.flexunit.asserts.assertEquals;
    public class DummyASyncTest
    [Test]
    public function pause() : void
    assertEquals(true, true);
    trace("I M in dummy");
    All other tests are dummy tests which just asserts(true, true).
    I am not sure if I doing something wrong or forgot to take care of something.

    Hi,
    I have flexunit project which I am trying to run on linux server.
    1. I have Tests project.
    2. I am trying to compile it on linux server and creating Tests.swf file and then executing Tests.swf using ant on 64 bit linux server using standalone flash debug player.
    3. Tests project contains 4 tests and first tests always fail with following error,
        test:
         [flexunit] Validating task attributes ...
         [flexunit] Generating default values ...
         [flexunit] Using default working dir [/mnt/build/VinitFlexUnitBranch/workspace/src/Tests]
         [flexunit] Using the following settings for the test run:
         [flexunit] FLEX_HOME: [/var/lib/flex4.1sdk]
         [flexunit] haltonfailure: [true]
         [flexunit] headless: [false]
         [flexunit] display: [99]
         [flexunit] localTrusted: [true]
         [flexunit] player: [flash]
         [flexunit] port: [1024]
         [flexunit] swf: [/mnt/build/VinitFlexUnitBranch/workspace/bin/Tests.swf]
         [flexunit] timeout: [60000ms]
         [flexunit] toDir: [/mnt/build/VinitFlexUnitBranch/workspace/src/Tests/report]
         [flexunit] Setting up server process ...
         [flexunit] Entry [/mnt/build/VinitFlexUnitBranch/workspace/bin] already available in local trust file at [/home/deploy/.macromedia/Flash_Player/#Security/FlashPlayerTrust/flexUnit.cfg].
         [flexunit] Executing 'gflashplayer' with arguments:
         [flexunit] '/mnt/build/VinitFlexUnitBranch/workspace/bin/Tests.swf'
         [flexunit]
         [flexunit] The ' characters around the executable and arguments are
         [flexunit] not part of the command.
         [flexunit]
         [flexunit] Starting server ...
         [flexunit] Opening server socket on port [1024].
         [flexunit] Waiting for client connection ...
         [flexunit] Client connected.
         [flexunit] Setting inbound buffer size to [262144] bytes.
         [flexunit] Receiving data ...
         [flexunit] Sending acknowledgement to player to start sending test data ...
         [flexunit]
         [flexunit] FlexUnit test pause in suite Tests.Classes.DummyASyncTest had errors.
         [flexunit]
         [flexunit] Stopping server ...
         [flexunit] End of test data reached, sending acknowledgement to player ...
         [flexunit] Closing client connection ...
         [flexunit] Closing server on port [1024] ...
         [flexunit] <testcase classname="Tests.Classes::DummyASyncTest" name="pause" time="8" status="error"><error message="Error #1009: Cannot access a property or method of a null object reference." type="Tests.Classes::DummyASyncTest.pause" ><![CDATA[TypeError: Error #1009: Cannot access a property or method of a null object reference.
         [flexunit] at org.fluint.uiImpersonation.flex::FlexEnvironmentBuilder/buildVisualTestEnvironment()
         [flexunit] at org.fluint.uiImpersonation::VisualTestEnvironmentBuilder/buildVisualTestEnvironment()
         [flexunit] at org.flexunit.internals.runners.watcher::FrameWatcher/getStage()
         [flexunit] at org.flexunit.internals.runners.watcher::FrameWatcher()
         [flexunit] at org.flexunit.internals.runners.statements::StackAndFrameManagement()
         [flexunit] at org.flexunit.runners::BlockFlexUnit4ClassRunner/withStackManagement()
         [flexunit] at org.flexunit.runners::BlockFlexUnit4ClassRunner/withDecoration()
         [flexunit] at org.flexunit.runners::BlockFlexUnit4ClassRunner/methodBlock()
         [flexunit] at org.flexunit.runners::BlockFlexUnit4ClassRunner/runChild()
         [flexunit] at org.flexunit.internals.runners::ChildRunnerSequencer/executeStep()
         [flexunit] at org.flexunit.internals.runners.statements::StatementSequencer/handleChildExecuteComplete( )
         [flexunit] at org.flexunit.internals.runners.statements::StatementSequencer/evaluate()
         [flexunit] at org.flexunit.runners::ParentRunner/run()
         [flexunit] at org.flexunit.runners::Suite/runChild()
         [flexunit] at org.flexunit.internals.runners::ChildRunnerSequencer/executeStep()
         [flexunit] at org.flexunit.internals.runners.statements::StatementSequencer/handleChildExecuteComplete( )
         [flexunit] at org.flexunit.internals.runners.statements::StatementSequencer/evaluate()
         [flexunit] at org.flexunit.runners::ParentRunner/run()
         [flexunit] at org.flexunit.runners::Suite/runChild()
         [flexunit] at org.flexunit.internals.runners::ChildRunnerSequencer/executeStep()
         [flexunit] at org.flexunit.internals.runners.statements::StatementSequencer/handleChildExecuteComplete( )
         [flexunit] at org.flexunit.internals.runners.statements::StatementSequencer/evaluate()
         [flexunit] at org.flexunit.runners::ParentRunner/run()
         [flexunit] at org.flexunit.runner::FlexUnitCore/beginRunnerExecution()
         [flexunit] at org.flexunit.runner::FlexUnitCore/verifyRunnerCanBegin()
         [flexunit] at org.flexunit.token::AsyncCoreStartupToken/sendReady()
         [flexunit] at org.flexunit.runner.notification.async::AsyncListenerWatcher/sendReadyNotification()
         [flexunit] at org.flexunit.runner.notification.async::AsyncListenerWatcher/handleListenerReady()
         [flexunit] at flash.events::EventDispatcher/dispatchEventFunction()
         [flexunit] at flash.events::EventDispatcher/dispatchEvent()
         [flexunit] at org.flexunit.listeners::CIListener/setStatusReady()
         [flexunit] at org.flexunit.listeners::CIListener/dataHandler()
         [flexunit] at flash.events::EventDispatcher/dispatchEventFunction()
         [flexunit] at flash.events::EventDispatcher/dispatchEvent()
         [flexunit] at flash.net::XMLSocket/scanAndSendEvent()]]></error></testcase>
         [flexunit] <endOfTestRun/>
         [flexunit] Analyzing reports ...
         [flexunit]
         [flexunit] Suite: Tests.Classes.DummyASyncTest
         [flexunit] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.008 sec
         [flexunit]
         [flexunit] Results :
         [flexunit]
         [flexunit] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.008 sec
         [flexunit]
        BUILD FAILED
        /mnt/build/VinitFlexUnitBranch/workspace/src/Tests/build.xml:26: FlexUnit tests failed during the test run.
        at org.flexunit.ant.tasks.TestRun.analyzeReports(Unknown Source)
        at org.flexunit.ant.tasks.TestRun.run(Unknown Source)
        at org.flexunit.ant.tasks.FlexUnitTask.execute(Unknown Source)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
        at org.apache.tools.ant.Task.perform(Task.java:348)
        at org.apache.tools.ant.Target.execute(Target.java:390)
        at org.apache.tools.ant.Target.performTasks(Target.java:411)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1368)
        at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
        at org.apache.tools.ant.Main.runBuild(Main.java:809)
        at org.apache.tools.ant.Main.startAnt(Main.java:217)
        at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
        at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
        Total time: 1 second
    Exited with status 1
    [deploy]$
    4. Everytime I run this, any test which is run first will fail and all other tests will pass.
    My Tests.as file is as below:
    * Tests.as
    package
    import Tests.XTestSuite;
    import flash.display.Sprite;
    import mx.core.FlexSprite;
    import org.flexunit.listeners.CIListener;
    import org.flexunit.listeners.UIListener;
    import org.flexunit.runner.FlexUnitCore;
    public class Tests extends Sprite
    public var flexSprite:FlexSprite;
    public function Tests()
    onCreationComplete();
    public function onCreationComplete() : void {
    var core : FlexUnitCore = new FlexUnitCore();
    core.addListener(new CIListener());
    core.runClasses(Tests.XTestSuite);
    public function currentRunTestSuite():Array
    var testsToRun:Array = new Array();
    testsToRun.push(Tests.XTestSuite);
    return testsToRun;
    XTestSuite try to run 4 flexunit test classes.
    one of that flexunit test script class is as below:
    package Tests.Classes
    import flexunit.framework.Assert;
    import org.flexunit.Assert;
    import org.flexunit.asserts.assertEquals;
    public class DummyASyncTest
    [Test]
    public function pause() : void
    assertEquals(true, true);
    trace("I M in dummy");
    All other tests are dummy tests which just asserts(true, true).
    I am not sure if I doing something wrong or forgot to take care of something.

  • Pavilion G6-1203ey: Hard Disk Test FAILED, but can still boot into Windows

    Hello
    I have HP Pavilion G6-1203ey laptop. After installing Windows (7 ultimate, 64 bit) and some drivers on it and after several restarts, it hanged at Windows logo and I had to turn it off with power button. Then after turning it on, it gave me the option to repair problems which are preventing it from starting up, from there I let it to restore the computer to an earlier restore point and after a restart the Windows was working again. After that I decided to do a hard disk check just in case.
    The Hard Disk Self Test ended up with a message: Hard Disk 1 Full (305). Then I installed HP Unified Extensible Firmware Interface (UEFI) Support Environment and did hard disk from there. I chose the comprehensive test from the options, but it finished fairly quickly (in ~1 minute) with the following output:
    Testing Drive: 1
    Hard Disk SMART Check : PASSED
    Hard Disk Short DST : FAILED
    FAILURE ID : PTTU22-5T774L-MFPV4K-60S003
    PRODUCT ID : A5Q15EA#B1R
    Hard Disk 1
    Hard Disk Test : FAILED
    A bit more background:
    The previous owner told me that the original HDD was faulty which is why he replaced it with this one last year. He said that other than that there has been no problems with the laptop. The Windows is working right now and this HDD is quite new so I would not have expected any problems with it, but the results from the previously mentioned tests seem troubling. Is there a reason to worry?
    Thanks
    This question was solved.
    View Solution.

    Hi Alnuir,
    Welcome to the HP Support Forums, I hope you enjoy your experience! To help you get the most out of the HP Forums I would like to direct your attention to the HP Forums Guide First Time Here? Learn How to Post and More.
    I read your post and looked into the failure ID that you posted regarding the failed Short DST test. That error is indicating a hard disk failure meaning that if it hasn't failed it might soon. If everything is working I would considering backing up your data on a regular basis just to be safe. You could have a local technician take a look at the hard drive to see how close it is to full failure.
    Thank you,
    Please click “Accept as Solution ” if you feel my post solved your issue.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Thank you,
    BHK6
    I work on behalf of HP

  • Hard disk test failed on HP Pavillion dv6-1100eo notebook

    I have a HP Pavilion dv6-1100eo Entertainment Notebook PC  (P/N: NR597EA) with Vista 32-bit.  Unfortunately no warranty left in and general I have been very happy with this notebook.
    However suddenly Wondows would not start up - and it did not even find Startup Recovery partition on the harddisk. As I wasn't sure if this Startup Recovery was on hard disk or not - I ordered System Recovery DVDs for this Scandinavian language version.
    These disks did not work - so I figured I have probably not done my homework before ordering those disks.
    Then I ran system Diagnostics (even if I have a old BIOS version F.03).  On the diagnositics - both Quick and Full Hard disk test failed during the first 1% of the scan.
    Is there anything that can be done - or is the only option new hard disk? In case - what hard disk is recommended that is not too expensive - as I don't want to invest too much into a soon 3 year old notebook.
    I recently bougth an external harddisk (1 TB) based on USB connection. Can that be used bypassing internal HD. In this way I would increase HD capacity and not invest anymore into this notebook - since I already have the recovery DVDs
    It is probably only a time question before I will buy a new HP notebook - that is why I don't want any long permanent fix of this problem.
    This question was solved.
    View Solution.

    Hi,
    Sorry to say, but you won't be able to install or boot Vista from the external HDD, so if you need to get the notebook working, you're going to have to replace the internal drive.
    The drive on the link below is an example of one that would be fine for your notebook.
    500Gb Hard Drive
    The procedure to replace the Hard Drive starts on Page 57 of your Maintenance & Service Guide.
    Once done, simply use your Recovery DVDs to reinstall the Operating System on the new drive.
    Regards,
    DP-K
    ****Click the White thumb to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    ****I don't work for HP****
    Microsoft MVP - Windows Experience

  • Massive stability issues - Disk Utility repair failed, hardware test failed

    Hi,
    I am having massive stability issues. The installer will not install anything, programs are quitting randomly, and it is getting very annoying!
    I read through a lot of posts and I have attempted to:
    Repair my disk using the install cd: but that failed.
    I did a Hardware test: but i had an error relating to fonts (?), couldn't see anything on the screen and I couldn't do anything.
    Is there something else I could do that I haven't tried?
    I have had my PB for a little over a year and have had no issues like this before. All of these issues seemed to start when I was playing a game and it suddenly just quit; I then couldn't go back into the game or re-install the game.
    Help!!
    12" Powerbook G4 1.5Ghz   Mac OS X (10.4.6)   768 RAM

    Hi, Dan.
    You wrote: "Repair my disk using the install cd: but that failed."That's a big problem. You won't get very far until the problems noted by Repair Disk, the function I presume you ran based on your description, are sorted out. It's possible the hard drive has failed.
    If the Apple Hardware Test failed, that's another significant problem. If it produces messages you can read that describe the failure, write them down. The machine may need to be serviced by an Apple Authorized Service Provider.
    As to your next steps, first run the procedure specified in my "Resolving Disk, Permission, and Cache Corruption" FAQ. Perform the steps therein in the order specified to see what's up with your disk and if anything can be done to correct that.
    Good luck!
    Dr. Smoke
    Author: Troubleshooting Mac® OS X
    Note: The information provided in the link(s) above is freely available. However, because I own The X Lab™, a commercial Web site to which some of these links point, the Apple Discussions Terms of Use require I include the following disclosure statement with this post:
    I may receive some form of compensation, financial or otherwise, from my recommendation or link.

  • HP Pavilion DV7; System will not boot; Memory Test Failed using Advanced System Diagnostic​s

    Not sure exactly how, but I managed to contracted several variants of the nasty Rovnix virus and now my system will not even boot into Safe Mode after trying to restore to several different restore points.  Enabled bootlogging, but not sure how to retrieve the log.
    Currently am able to get into HP Advanced Diagnostics and began Start-Up Test.  Test failed on Memory Module:
    Failure ID: Q0AE6C-5LS79T-MFH15G-406N03
    Any next steps or directional assistance would be greatly appreciated.  Thank you in advance!

    Hello @GarrettBishop,
    Welcome to the HP Forums, I hope you enjoy your experience! To help you get the most out of the HP Forums I would like to direct your attention to the HP Forums Guide First Time Here? Learn How to Post and More.
    I have read your post on how your notebook computer has failed a memory test in the advanced system, and I would be happy to assist you in this matter!
    Since the Failure ID has come up with Q0AE6C-5LS79T-MFH15G-406N03, I recommend contacting our technical support at 800-474-6836. If you live outside the US/Canada Region, please click the link below to get the support number for your region.
    http://www8.hp.com/us/en/contact-hp/ww-phone-assis​t.html
    I hope this helps!
    Regards
    MechPilot
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the right to say “Thanks” for helping!

  • HOW TO RESOLVE(Test failed: The Network Adapter could not establish the connection)

    Hii
    I want to create new databse as sysdba in jdev.I followed the steps as given in
    Oracle JDeveloper 11g Release 2 Tutorials - Designing and Building Database Tables
    In step 7 create database user and database connection, I am not able to do that and getting the error
    (Test failed: The Network Adapter could not establish the connection).
    Please help me.

    Hi,
    Could you please provide all value you pass to the connection properties on the connection creation panel? First of all, you should choose "Generic JDBC" as the connection type in order to use BDB SQL JDBC driver.
    Regards,
    Cindy

  • SQL Developer: Failure -Test failed: IO Error: Got minus one from a read ca

    SQL Developer: Failure -Test failed: IO Error: Got minus one from a read call
    Hi,
    I am sorry I know this is probably most frequently asked question, but I have no idea what I should be searching for.
    I looked up the error above to see if i could find a solution, but unfortunately I did not.
    Right Let me start of with I am a Total Noob.. well it terms of having to install Oracle 11g myself.
    In my University they hosted a database, and assigned us a User & pass thats how I have been using SQL Developer,
    but since I am not longer a university student. I need to use Oracle Database.
    So I downloaded Oracle 11g Enterprise Installed it on my laptop that i don't use much.
    Name the Database: Rudu
    It did all the installation, and seemed to have succeeded, I went on to the https://localhost:1158/em (Though am not sure why em? whats the deal with that? I thought it would be https://localhost:1158/Rudu) anyways....
    Logged in using the System user.
    Went to Users and created a user called: RUDUHR
    Thought yeah its working... went on to my other laptop opened up SQL Developer.
    Created Connection with the following Settings
    Con Name: RK
    User: RUDUHR
    Pass: TEST
    Con Type: Basic
    Role: Default
    Hostname: 192.168.0.8
    Port: 1158
    SID: Rudu
    It don't work though Why is that??????
    192.168.0.8 is laptop that has oracle 11g installed and running.
    I even tried using SYSTEM user to connect, but same error
    also tried changing SID to em, it made no difference I keep getting the error Status: Failure -Test failed: IO Error: Got minus one from a read call
    So ya am clueless... LOL I only know how to create tables and stuff not how to configure a Database.
    and just so you know I did forward the port on me router to correct laptop.

    It don't work though Why is that??????
    192.168.0.8 is laptop that has oracle 11g installed and running.
    It is because you don't read documentation.
    1158 is the default port for Enterprise Manager
    1521 is the default port for Sqlnet.
    Your port number is incorrect.
    Needless to say, you can create your tables in EM too.
    As per the Forums Etiquette post (first link when you get to this page) it is recommended you read documentation before asking Yet Another Doc Question.
    Sybrand Bakker
    Senior Oracle DBA

  • SQL Developer: Failure -Test failed: IO Error: Network Adapter No Conn

    SQL Developer: Failure -Test failed: IO Error: The Network Adapter could not establish the connection
    Hi,
    and sorry this is a really common questions and yes I did do a search, but I don't understand it.
    First let me just tell you that Oracle 11g is installed on my second laptop on the same Network.
    Secondly I can connect to the Database using Oracle SQL Developer on the laptop Oracle 11g is installed on.
    The problem is I want to connect to the database on my main Laptop.
    I put in the correct details Hostname 192.168.0.8 ( this is the laptop oracle is installed and running on)
    Port 1521
    SID dbarudu
    ****** YES I HAVE PORT FORWARDED
    ****** YES I HAVE ALLOWED 1521 on the FIREWALL
    ****** YES I HAVE EVEN SWITCHED OFF THE FIREWALL
    Now one more thing you should know ... I don't know nothing about Oracle Servers ok.... so I have just installed Oracle 11g Enterprise and thought done it should be working now.
    I just need to use oracle db for a project.
    So keep in mind I am a total noob and terms like TNSPING etc mean absolutely nothing to me.
    So please help, but help with step by step guide on how to get Oracle to let me have access from another computer.

    If the Listener is working, then you should not get the error SQL-Developer error you are reporting.
    The listener typically runs using the hostname and port 1521. This means it opens tcp port 1521 on all IP addresses of that platform.
    The database server by default will register itself with the local listener. Thus the listener will know the database SID, the database services, whether there are dispatchers to support shared server connections and so on.
    The client side needs simply to specify 3 pieces of data to connect:
    - the IP of the database server
    - the tcp port of the listener
    - a database identifier (such as Oracle SID or service name) to connect to
    It is really that simple.
    If this does not work, the problem falls into 2 broad categories:
    a) incorrect installation and configuration of the Oracle software (the out-of-the-box install works unless messed up)
    b) some kind of networking issue
    To troubleshoot any problem means reducing the complexity of the problem, eliminating multiple moving parts and focusing on specific ones, in order to isolate the problem.
    For your problem, this will go something as follows:
    - does the listener run? (check if the service is running and whether tcp connections are accepted on the listener port - telnet can be used for the latter)
    - does the database successfully registers itself with the listener? (check the services command of the listener and relevant db initialisation parameters)
    - does a local TNS (tcp network) connection work on that server? (use SQL*Plus and test on that platform client-server connectivity via tcp to the listener)
    - does the client platform have connectivity with the server platform? (use ICMP and telnet to test)
    - repeat the TNS test on the client platform using the same working TNS tested on the server platform
    Do not use JDBC to test the connection - keep it simple and use sqlplus and the standard Oracle Call Interface (OCI). A full client version of the OCI plus sqlplus can be downloaded under the Oracle InstantClient downloads.
    Finally - if you expect to simply install and use Oracle, then use the correct version. Oracle Express Edition aka Oracle XE. Installs and works out-of-the-box. The only manual config change to make is (as far as I recall) to run the listener on all IP addresses of that platform. And this required editing the listener.ora file, changing the HOST parameter and restarting the listener.
    Also keep in mind that you have not presented an Oracle error code and Oracle error message. But a client application error message. And that message is pretty much meaningless - it does not point to a specific Oracle networking or Oracle server problem. To diagnose that, we expect a TNS or ORA error number.

  • First RFC call failed, config not loaded. Check the System landscape configuration.

    Dear Experts,
    We are getting below error on portal while using the BEX query in BI system.
    Error:
    BEx Web Application
    Error: First RFC call failed, config not loaded. Check the System landscape configuration.
    Exception occurred while processing the current request; this exception cannot be handled by the application or framework
    Failed to process request; contact your system administrator
    To facilitate analysis of the problem, keep a copy of this error page
    We are sorry for the inconvenience.
    As the ITS & WEB AS connection tests go successful on object created for BI system in portal.
    Kindly suggest me on this issue..
    Thanks,
    Bharath.

    Hi Bharath,
    Please go through the below SAP Note and let me know if this helps.
    1903392 - Error: First RFC call failed, config not loaded
    BR,
    Anurag

  • Error in EMS - Test failed - BAM-00553: Resources start operation

    All:
    I am setting up a JMS Module with Foreign Server. I have created 2 Modules....the 2nd one is exactly similar as the first one.
    I get an error: Test failed - BAM-00553: Resources start operation for destination jms/BAM01Topic failed when I do the Test for the EMS in BAM Architect.
    I have restarted BAM Managed Server and also the WLS server...doesn't help.
    Here are the config files:
    This works:
    <?xml version='1.0' encoding='UTF-8'?>
    <weblogic-jms xmlns="http://xmlns.oracle.com/weblogic/weblogic-jms" xmlns:sec="http://xmlns.oracle.com/weblogic/security" xmlns:wls="http://xmlns.oracle.com/weblogic/security/wls" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlns.oracle.com/weblogic/weblogic-jms http://xmlns.oracle.com/weblogic/weblogic-jms/1.0/weblogic-jms.xsd">
    <foreign-server name="BAM_EBIZ_FOREIGN">
    <default-targeting-enabled>true</default-targeting-enabled>
    <foreign-destination name="BAM_OM_EBIZ">
    <local-jndi-name>jms/BAMEBIZTopic</local-jndi-name>
    <remote-jndi-name>Topics/XX_OM_MONITOR_Q</remote-jndi-name>
    </foreign-destination>
    <foreign-connection-factory name="BAM_EBIZ_CF">
    <local-jndi-name>jms/BAMEBIZTopicCF</local-jndi-name>
    <remote-jndi-name>TopicConnectionFactory</remote-jndi-name>
    </foreign-connection-factory>
    <initial-context-factory>oracle.jms.AQjmsInitialContextFactory</initial-context-factory>
    <jndi-property>
    <key>datasource</key>
    <value>jdbc/db/EBSAM</value>
    </jndi-property>
    </foreign-server>
    </weblogic-jms>
    This doesn't:
    <?xml version='1.0' encoding='UTF-8'?>
    <weblogic-jms xmlns="http://xmlns.oracle.com/weblogic/weblogic-jms" xmlns:sec="http://xmlns.oracle.com/weblogic/security" xmlns:wls="http://xmlns.oracle.com/weblogic/security/wls" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlns.oracle.com/weblogic/weblogic-jms http://xmlns.oracle.com/weblogic/weblogic-jms/1.0/weblogic-jms.xsd">
    <foreign-server name="BAM001_FOREIGN">
    <default-targeting-enabled>true</default-targeting-enabled>
    <foreign-destination name="BAM001_EBIZ">
    <local-jndi-name>jms/BAM01Topic</local-jndi-name>
    <remote-jndi-name>Topics/XX_OM_BAM01_Q</remote-jndi-name>
    </foreign-destination>
    <foreign-connection-factory name="BAM001_EBIZ_CF">
    <local-jndi-name>jms/BAM01TopicCF</local-jndi-name>
    <remote-jndi-name>TopicConnectionFactory</remote-jndi-name>
    </foreign-connection-factory>
    <initial-context-factory>oracle.jms.AQjmsInitialContextFactory</initial-context-factory>
    <jndi-property>
    <key>datasource</key>
    <value>jdbc/db/EBSAM</value>
    </jndi-property>
    </foreign-server>
    </weblogic-jms>
    Any help will be greatly appreciated.
    Santanu

    Deepan,
    Here are the exports for EMS
    <?xml version="1.0"?>
    <OracleBAMExport Version="2025">
    <EMS Version="2" Name="FINISH_PAY_HIST" ID="8"^M
    <EnterpriseMessageSource version="6"><Description><EMSType>EMST.ORACLE</EMSType><Location><Part1>weblogic.jndi.WLInitialContextFactory</Part1>
    <Part2>t3://uslx46c.intranet.local:9001</Part2>
    <Part3>jms/BAMEBIZTopicCF</Part3>
    <Part4>jms/BAMEBIZTopic</Part4>
    <Part5>aiujd16</Part5>
    <Part6>###3aYwb6Ww68LmirhFwkn5I8wn7OxTPrkzUqM34Y6s1tI=</Part6>
    <Part7>8</Part7>
    <Part8>TEMP1</Part8>
    <Part9/>
    <Part10>/Test DO/FINISH_PAY_HIST</Part10>
    <Part11>1</Part11>
    <Part12>1</Part12>
    <Part13>1</Part13>
    <Part14>Yes</Part14>
    <Part15/>
    <Part16/>
    </Location><Fields><Field System="0"><ID>DummyName</ID><Key>off</Key><ProvidersName>DummyName</ProvidersName><DisplayName>DummyName</DisplayName><Type>String</Type><MaxSize>0</MaxSize><PackingSpec Type="XML"><BatchNamespaceURI/><MsgNamespaceURI/><BatchNode/><RootNode>ORDER</RootNode><Path/><DTPattern/><DTLanguage/><DTCountry/><DTVariant/><Fields Type="Tags"><Field Key="true" Type="String"><Name>EXTRACT_WEEK</Name><DisplayName>EXTRACT_WEEK</DisplayName></Field><Field Key="true" Type="String"><Name>EXTRACT_TYPE</Name><DisplayName>EXTRACT_TYPE</DisplayName></Field><Field Key="true" Type="String"><Name>ORG_ID</Name><DisplayName>ORG_ID</DisplayName></Field><Field Key="true" Type="String"><Name>ORDER_NUMBER</Name><DisplayName>ORDER_NUMBER</DisplayName></Field><Field Key="false" Type="String"><Name>RECEIPT_TYPE</Name><DisplayName>RECEIPT_TYPE</DisplayName></Field><Field Key="false" Type="String"><Name>PAYMENT_TYPE</Name><DisplayName>PAYMENT_TYPE</DisplayName></Field><Field Key="false" Type="String"><Name>BUCKET_HIGH</Name><DisplayName>BUCKET_HIGH</DisplayName></Field><Field Key="false" Type="String"><Name>BUCKET</Name><DisplayName>BUCKET</DisplayName></Field><Field Key="false" Type="String"><Name>ELAPSED_TIME</Name><DisplayName>ELAPSED_TIME</DisplayName></Field></Fields></PackingSpec></Field></Fields></Description></EnterpriseMessageSource>^M
    </EMS>
    </OracleBAMExport>
    <?xml version="1.0"?>
    <OracleBAMExport Version="2025">
    <EMS Version="2" Name="FINISH_PAY_HIST1" ID="9"^M
    <EnterpriseMessageSource version="6"><Description><EMSType>EMST.ORACLE</EMSType><Location><Part1>weblogic.jndi.WLInitialContextFactory</Part1>
    <Part2>t3://uslx46c.intranet.local:9001</Part2>
    <Part3>jms/BAM01TopicCF</Part3>
    <Part4>jms/BAM01Topic</Part4>
    <Part5>aiujd16</Part5>
    <Part6>###ojE/zWMN2kMfDgtjuKomSBqC7TiPgDCGT5rrmlH4yXs=</Part6>
    <Part7>8</Part7>
    <Part8>TEMP1</Part8>
    <Part9/>
    <Part10>/Test DO/FINISH_PAY_HIST1</Part10>
    <Part11>1</Part11>
    <Part12>1</Part12>
    <Part13>1</Part13>
    <Part14>Yes</Part14>
    <Part15/>
    <Part16/>
    </Location><Fields><Field System="0"><ID>DummyName</ID><Key>off</Key><ProvidersName>DummyName</ProvidersName><DisplayName>DummyName</DisplayName><Type>String</Type><MaxSize>0</MaxSize><PackingSpec Type="XML"><BatchNamespaceURI/><MsgNamespaceURI/><BatchNode/><RootNode>ORDER</RootNode><Path/><DTPattern/><DTLanguage/><DTCountry/><DTVariant/><Fields Type="Tags"><Field Key="true" Type="String"><Name>EXTRACT_WEEK</Name><DisplayName>EXTRACT_WEEK</DisplayName></Field><Field Key="true" Type="String"><Name>EXTRACT_TYPE</Name><DisplayName>EXTRACT_TYPE</DisplayName></Field><Field Key="true" Type="String"><Name>ORG_ID</Name><DisplayName>ORG_ID</DisplayName></Field><Field Key="true" Type="String"><Name>ORDER_NUMBER</Name><DisplayName>ORDER_NUMBER</DisplayName></Field><Field Key="false" Type="String"><Name>RECEIPT_TYPE</Name><DisplayName>RECEIPT_TYPE</DisplayName></Field><Field Key="false" Type="String"><Name>PAYMENT_TYPE</Name><DisplayName>PAYMENT_TYPE</DisplayName></Field><Field Key="false" Type="String"><Name>BUCKET_HIGH</Name><DisplayName>BUCKET_HIGH</DisplayName></Field><Field Key="false" Type="String"><Name>BUCKET</Name><DisplayName>BUCKET</DisplayName></Field><Field Key="false" Type="String"><Name>ELAPSED_TIME</Name><DisplayName>ELAPSED_TIME</DisplayName></Field></Fields></PackingSpec></Field></Fields></Description></EnterpriseMessageSource>^M
    </EMS>
    </OracleBAMExport>

  • My first JSF application stopped responding completely

    when I tried to do my first JSF application, the application hangs for
    a long time then in the (Command Prompt) I saw this message :
    ================================================================================
    Jul 4, 2005 2:23:41 PM org.apache.catalina.loader.WebappClassLoader
    findResourceInternal
    INFO: Illegal access : this web application instance has been stopped
    already (the eventual
    following stack trace is cause by an error thrown for debugging
    purposes as well as to
    attempt to terminate the thread which caused the illegal access, and
    has no functional impact)
    ================================================================================
    My application structure
    WEB-INF
         web.xml
         faces-config.xml
         classes
         lib
              activation.jar
              commons-beanutils.jar
              commons-collections.jar
              commons-digester.jar
              commons-logging.jar
              jsf-api.jar
              jsf-impl.jar
              jstl.jar
              standard.jar
    index.jsp
    ================================================================================
    the contents of index.jsp is
    <%@page contentType="text/html"%>
    <%@page pageEncoding="UTF-8"%>
    <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
    <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <f:view>
    <html>
    <head><title>JSP INDEX</title></head>
    <body>
    <h:form>
    <h1>JSP Page</h1>
    This example uses JSTL, uncomment the taglib directive above.
    To test, display the page like this:
    index.jsp?sayHello=true&name=Murphy
    </h:form>
    </body>
    </html>
    </f:view>
    ================================================================================
    and the content of web.xml is
    <?xml version="1.0" encoding="UTF-8"?>
    <web-app xmlns="http://java.sun.com/xml/ns/j2ee"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
    http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
         version="2.4">
    <!--
    <listener>
    <listener-class>com.sun.faces.config.ConfigureListener</listener-class>
         </listener>
    -->
    <servlet>
    <servlet-name>Faces Servlet</servlet-name>
    <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
    <load-on-startup>1</load-on-startup>
    </servlet>
    <servlet-mapping>
    <servlet-name>Faces Servlet</servlet-name>
    <url-pattern>*.jsp</url-pattern>
    </servlet-mapping>
    <welcome-file-list>
         <welcome-file>/index.jsp</welcome-file>
    </welcome-file-list>
    </web-app>
    ================================================================================
    and the content of faces-config.xml is
    <?xml version="1.0" encoding="windows-1252"?>
    <!DOCTYPE faces-config PUBLIC
    "-//Sun Microsystems, Inc.//DTD JavaServer Faces Config 1.1//EN"
    "http://java.sun.com/dtd/web-facesconfig_1_1.dtd">
    <faces-config xmlns="http://java.sun.com/JSF/Configuration">
    </faces-config>
    ================================================================================
    this is a complete description about the structure of my JSF
    application ,,
    So, would you please give me your suggestions for this problem
    Regards

    thank you alot Daniel
    the example you gave is working fine
    but still my application hangs when I try to run it
    and also there is no bean as you noticed
    it is so simple
    <%@page contentType="text/html"%>
    <%@page pageEncoding="UTF-8"%>
    <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
    <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <f:view>
    <html>
    <head><title>JSP INDEX</title></head>
    <body>
    <h:form>
    <h1>JSP Page</h1>
    </h:form>
    </body>
    </html>
    </f:view>

  • Unable to create Media Recovery Disc on two Pavilion 15-e084ca units. F2 test fails as well.

    Hi,
    Just purchased two Pavilion 15 Notebooks E1X77UA#ABL (Win 8-64bit) and have been unable to create Recovery Disks on both machines (managed to get several new coasters though . The optical drive is a CDDVDW SU-208CB SATA CdRom Device.
    Tried several different brands of DVD media: Maxwell DVD-R, Verbatim DVD-R, Maxwell DVD+. Tried all these on a different machine and could burn to all of them. After several attempts, managed to get one set done on one of the machines. I'm not sure if it is normal or not but this took several hours.
    Using the EFI diag routine (f2), running the diagnostic for optical drives, read write test fails on both machines and all media types listed above and also on various CDs as well. The error message: "the inserted Media is not the correct type"
    When the first device failed, I contacted HP via chat and it was suggested that I return the laptop for replacement. However, now that I have two units showing the same issue, I feel that a thrid unit will just end up being the same problem.
    Anyone else experiencing issues with this machine or drive? Could this be a firmware or bios issue? Thank you for any suggestions that you may have.

    If you live in the US, contact HP Here.
     If you are in another part of the world, begin Here.
    ↙-----------How do I give Kudos?| How do I mark a post as Solved? ----------------↓

  • 870A-G54 RAM R/W test failed

    Hello
    I build a new system for a friend. I tested it for 2 days non-stop, she had the new computer for a week when this error started to appear. Sometimes (not everytime), when you power up the computer the memory count stops at 4096, beeps twice with error RAM R/W test failed. Also it only detects half the RAM installed (4GB) If you press F1 to continue, it boots to windows OK, but sees just half memory. So far I tried reseating all memory modules and swapping first 2 with the last 2. Also tried to disable DCT Unganged Mode. All settings under Cell menu are default, there is no overclocking. Could it be a faulty RAM module? Motherboard problem? Anybody has any ideas?
    Here are the specs:
    MSI 870A-G54 BIOS 17.7, AMD Athlon II X4 640 @ 3.00 Ghz, Windows 7 Home Premium 64 bit
    Corsair 2x2GB CMX4GX3M2A1600C9 (2 kits 8GB total)
    Cooler Master GX 550W Power supply +12V~44A, +5V~24A, +3.3V~24A
    Gigabyte Radeon HD 4850 1GB GV-R485OC-1GH
    Samsung SpinPoint F2 Ecogreen 1.5TB SATA2 32MB cache
    Samsung SH-S223L/RSMN DVD/RW SATA

    Quote from: Bas on 20-November-10, 22:20:19
    Nope.
    http://www.amd.com/us/products/desktop/processors/athlon-ii-x2/Pages/AMD-athlon-ii-x2-processor-model-numbers-feature-comparison.aspx
    Only X3 and X4 do.
    He has an X4 so he's fine
    However it's XMS memory; we have seen many more troubles with that.
    Quote
    He has an X4 so he's fine
    Yes, i was talking about his CPU as well.
    I miss read Athlon II with Athlon X2
    So yes,
    Athlon II X2 = 1066
    Athlon II X3 = 1333
    Athlon II X4 = 1333

  • Color LaserJet MFP M476nw Fax Test failed

    I bought a new LaserJet M476nw, but my fax test fails everytime through the laserjet setup and HP utilities software.  The Laserjet is connected on a network and using Vista.  
    I have a dedicated fax line connected from the jack to the icon with the jack on the back of the laserjet.   I can hear dial tone on the fax line when connected to a phone.   I have called the fax line and it is rings normally and no answer.   I also tried connecting a phone to the laserjet phone icon, while the fax line is connected to the laserJet, I can hear the dial tone from the phone.
    I do not know what else I should do to get the fax test to pass, so I can start faxing on this new machine.  Any suggestion is appreciated.
    Mike 
    This question was solved.
    View Solution.

    Actually this problem is now solved.  
    It was a brand new machine, so since I really didn't have any data so I did a restore default.  It rebooted and now it passes.

Maybe you are looking for

  • How do I use the button states in an action script?

    In my Captivate 8 project I use smart shape as buttons. The buttons have different images presented dependent on the state of the button. I have also created a simple action script that shows what happens when the button is pressed. When the button h

  • Error in BASIS when trying to create a Leave Request

    Hi, We have developed an application in Oracle Forms 10g which is used by employees to create leave requests and transfer them to the SAP portal through BDC. There's a ABAP program to collect all leave requests applied by many employees in the Oracle

  • How to interpret psr command in Tuxedo 8.0

    My friends, i need your help, when I execute psr command: 1- I need to know how does RqDone and Load Done stand for? And why Load Done = RqDone * *50* (why 50, what does it mean too?) 2- What does RqDone = VERBOS stand for ? Thanks at all Best regard

  • HT5622 hello , i want to delete my Account and my Apple ID ? how can i do it ?

    Dear Sir : I have apple id account and i am not using this account for downloding any orginal programmes but still amount dedecting from my bank Account , and i want to delete all my account related to my bank account , and need help how to delete my

  • No way I can install a x-fi fatality

    Hi everybody, Here is my problem : With 3 differents motherboards* i can't install correctly my x-fi fatality. The card did work one day but i had to unplugg it and till this day, it didn't work anymore. Sometimes the installation says "no proper dev