SMBIOS test fails

I am getting random blue screens and so I ran PC-Doctor and the only test that fails is the SMBIOS: Standards Test. I have a T61. Is there an easy way to repair?

I changed Oracle Home to
F:\oracle\product\10.1.0\Db_1
with or without OC4J_Instance Name specified
I still get
Test failed (-2). Invalid Oracle Home directory
Test Connection Status==>
F:\JDEV9052\jdk\jre\bin\javaw.exe -Djava.protocol.handler.pkgs=HTTPClient -jar F:\JDEV9052\jdev\lib\oc4j_remote_deploy.jar http://localhost:1810/Oc4jDcmServletAPI/ ias_admin **** listApplications F:\oracle\product\10.1.0\Db_1
Initialisation du journal
Interface de servlet pour commandes DCM OC4J
Temporisation de la commande : 600 secondes
Executing DCM command...
Exécution de la commande listApplications F:\oracle\product\10.1.0\Db_1 UNDEFINED UNDEFINED UNDEFINED
Commande = LISTAPPLICATIONS
Ouverture de la connexion à Oc4jDcmServlet
Paramétrage du nom utilisateur sur ias_admin
Envoi de la commande au servlet DCM
Code de réponse HTTP = 200, message de réponse HTTP = OK
Envoi de la commande à Oc4jDcmServlet réussi
Réception de l'ID de session du servlet pour vérifier le statut de la commande
ID de session = 51394401712e4911d28789e4b47b49bc3de69a81985
Veuillez patienter jusqu'à la fin de l'exécution de la commande...
Vérification du statut de la commande...
Paramétrage du nom utilisateur sur ias_admin
Paramétrage du cookie sur JSESSIONID=51394401712e4911d28789e4b47b49bc3de69a81985
Vérification du statut de la commande
Code de réponse HTTP = 200, message de réponse HTTP = OK
Commande exécutée
Réception de la valeur de fermeture de la commande
Réception de la sortie de commande
**** La commande n'a envoyé aucune sortie
Fermeture de la connexion à Oc4jDcmServlet
#### DCM command did not complete successfully (-2)
#### Invalid Oracle Home directory

Similar Messages

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

  • 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

  • Unit test fails after upgrading to Kodo 4.0.0 from 4.0.0-EA4

    I have a group of 6 unit tests failing after upgrading to the new Kodo
    4.0.0 (with BEA) from Kodo-4.0.0-EA4 (with Solarmetric). I'm getting
    exceptions like the one at the bottom of this email. It seems to be an
    interaction with the PostgreSQL driver, though I can't be sure. I
    haven't changed my JDO configuration or the related classes in months
    since I've been focusing on using the objects that have already been
    defined. The .jdo, .jdoquery, and .java code are below the exception,
    just in case there's something wrong in there. Does anyone have advice
    as to how I might debug this?
    Thanks,
    Mark
    Testsuite: edu.ucsc.whisper.test.integration.UserManagerQueryIntegrationTest
    Tests run: 15, Failures: 0, Errors: 6, Time elapsed: 23.308 sec
    Testcase:
    testGetAllUsersWithFirstName(edu.ucsc.whisper.test.integration.UserManagerQueryIntegrationTest):
    Caused an ERROR
    The column index is out of range: 2, number of columns: 1.
    <2|false|4.0.0> kodo.jdo.DataStoreException: The column index is out of
    range: 2, number of columns: 1.
    at
    kodo.jdbc.sql.DBDictionary.newStoreException(DBDictionary.java:4092)
    at kodo.jdbc.sql.SQLExceptions.getStore(SQLExceptions.java:82)
    at kodo.jdbc.sql.SQLExceptions.getStore(SQLExceptions.java:66)
    at kodo.jdbc.sql.SQLExceptions.getStore(SQLExceptions.java:46)
    at
    kodo.jdbc.kernel.SelectResultObjectProvider.handleCheckedException(SelectResultObjectProvider.java:176)
    at
    kodo.kernel.QueryImpl$PackingResultObjectProvider.handleCheckedException(QueryImpl.java:2460)
    at
    com.solarmetric.rop.EagerResultList.<init>(EagerResultList.java:32)
    at kodo.kernel.QueryImpl.toResult(QueryImpl.java:1445)
    at kodo.kernel.QueryImpl.execute(QueryImpl.java:1136)
    at kodo.kernel.QueryImpl.execute(QueryImpl.java:901)
    at kodo.kernel.QueryImpl.execute(QueryImpl.java:865)
    at kodo.kernel.DelegatingQuery.execute(DelegatingQuery.java:787)
    at kodo.jdo.QueryImpl.executeWithArray(QueryImpl.java:210)
    at kodo.jdo.QueryImpl.execute(QueryImpl.java:137)
    at
    edu.ucsc.whisper.core.dao.JdoUserDao.findAllUsersWithFirstName(JdoUserDao.java:232)
    at
    edu.ucsc.whisper.core.manager.DefaultUserManager.getAllUsersWithFirstName(DefaultUserManager.java:252)
    NestedThrowablesStackTrace:
    org.postgresql.util.PSQLException: The column index is out of range: 2,
    number of columns: 1.
    at
    org.postgresql.core.v3.SimpleParameterList.bind(SimpleParameterList.java:57)
    at
    org.postgresql.core.v3.SimpleParameterList.setLiteralParameter(SimpleParameterList.java:101)
    at
    org.postgresql.jdbc2.AbstractJdbc2Statement.bindLiteral(AbstractJdbc2Statement.java:2085)
    at
    org.postgresql.jdbc2.AbstractJdbc2Statement.setInt(AbstractJdbc2Statement.java:1133)
    at
    com.solarmetric.jdbc.DelegatingPreparedStatement.setInt(DelegatingPreparedStatement.java:390)
    at
    com.solarmetric.jdbc.PoolConnection$PoolPreparedStatement.setInt(PoolConnection.java:440)
    at
    com.solarmetric.jdbc.DelegatingPreparedStatement.setInt(DelegatingPreparedStatement.java:390)
    at
    com.solarmetric.jdbc.DelegatingPreparedStatement.setInt(DelegatingPreparedStatement.java:390)
    at
    com.solarmetric.jdbc.DelegatingPreparedStatement.setInt(DelegatingPreparedStatement.java:390)
    at
    com.solarmetric.jdbc.LoggingConnectionDecorator$LoggingConnection$LoggingPreparedStatement.setInt(LoggingConnectionDecorator.java:1
    257)
    at
    com.solarmetric.jdbc.DelegatingPreparedStatement.setInt(DelegatingPreparedStatement.java:390)
    at
    com.solarmetric.jdbc.DelegatingPreparedStatement.setInt(DelegatingPreparedStatement.java:390)
    at kodo.jdbc.sql.DBDictionary.setInt(DBDictionary.java:980)
    at kodo.jdbc.sql.DBDictionary.setUnknown(DBDictionary.java:1299)
    at kodo.jdbc.sql.SQLBuffer.setParameters(SQLBuffer.java:638)
    at kodo.jdbc.sql.SQLBuffer.prepareStatement(SQLBuffer.java:539)
    at kodo.jdbc.sql.SQLBuffer.prepareStatement(SQLBuffer.java:512)
    at kodo.jdbc.sql.SelectImpl.execute(SelectImpl.java:332)
    at kodo.jdbc.sql.SelectImpl.execute(SelectImpl.java:301)
    at kodo.jdbc.sql.Union$UnionSelect.execute(Union.java:642)
    at kodo.jdbc.sql.Union.execute(Union.java:326)
    at kodo.jdbc.sql.Union.execute(Union.java:313)
    at
    kodo.jdbc.kernel.SelectResultObjectProvider.open(SelectResultObjectProvider.java:98)
    at
    kodo.kernel.QueryImpl$PackingResultObjectProvider.open(QueryImpl.java:2405)
    at
    com.solarmetric.rop.EagerResultList.<init>(EagerResultList.java:22)
    at kodo.kernel.QueryImpl.toResult(QueryImpl.java:1445)
    at kodo.kernel.QueryImpl.execute(QueryImpl.java:1136)
    at kodo.kernel.QueryImpl.execute(QueryImpl.java:901)
    at kodo.kernel.QueryImpl.execute(QueryImpl.java:865)
    at kodo.kernel.DelegatingQuery.execute(DelegatingQuery.java:787)
    at kodo.jdo.QueryImpl.executeWithArray(QueryImpl.java:210)
    at kodo.jdo.QueryImpl.execute(QueryImpl.java:137)
    at
    edu.ucsc.whisper.core.dao.JdoUserDao.findAllUsersWithFirstName(JdoUserDao.java:232)
    --- DefaultUser.java -------------------------------------------------
    public class DefaultUser
    implements User
    /** The account username. */
    private String username;
    /** The account password. */
    private String password;
    /** A flag indicating whether or not the account is enabled. */
    private boolean enabled;
    /** The authorities granted to this account. */
    private Set<Authority> authorities;
    /** Information about the user, including their name and text that
    describes them. */
    private UserInfo userInfo;
    /** The set of organizations where this user works. */
    private Set<Organization> organizations;
    --- DefaultUser.jdo --------------------------------------------------
    <?xml version="1.0"?>
    <!DOCTYPE jdo PUBLIC
    "-//Sun Microsystems, Inc.//DTD Java Data Objects Metadata 2.0//EN"
    "http://java.sun.com/dtd/jdo_2_0.dtd">
    <jdo>
    <package name="edu.ucsc.whisper.core">
    <sequence name="user_id_seq"
    factory-class="native(Sequence=user_id_seq)"/>
    <class name="DefaultUser" detachable="true"
    table="whisper_user" identity-type="datastore">
    <datastore-identity sequence="user_id_seq" column="userId"/>
    <field name="username">
    <column name="username" length="80" jdbc-type="VARCHAR" />
    </field>
    <field name="password">
    <column name="password" length="40" jdbc-type="CHAR" />
    </field>
    <field name="enabled">
    <column name="enabled" />
    </field>
    <field name="userInfo" persistence-modifier="persistent"
    default-fetch-group="true" dependent="true">
    <extension vendor-name="jpox"
    key="implementation-classes"
    value="edu.ucsc.whisper.core.DefaultUserInfo" />
    <extension vendor-name="kodo"
    key="type"
    value="edu.ucsc.whisper.core.DefaultUserInfo" />
    </field>
    <field name="authorities" persistence-modifier="persistent"
    table="user_authorities"
    default-fetch-group="true">
    <collection
    element-type="edu.ucsc.whisper.core.DefaultAuthority" />
    <join column="userId" delete-action="cascade"/>
    <element column="authorityId" delete-action="cascade"/>
    </field>
    <field name="organizations" persistence-modifier="persistent"
    table="user_organizations" mapped-by="user"
    default-fetch-group="true" dependent="true">
    <collection
    element-type="edu.ucsc.whisper.core.DefaultOrganization"
    dependent-element="true"/>
    <join column="userId"/>
    <!--<element column="organizationId"/>-->
    </field>
    </class>
    </package>
    </jdo>
    --- DefaultUser.jdoquery ---------------------------------------------
    <?xml version="1.0"?>
    <!DOCTYPE jdo PUBLIC
    "-//Sun Microsystems, Inc.//DTD Java Data Objects Metadata 2.0//EN"
    "http://java.sun.com/dtd/jdo_2_0.dtd">
    <jdo>
    <package name="edu.ucsc.whisper.core">
    <class name="DefaultUser">
    <query name="UserByUsername"
    language="javax.jdo.query.JDOQL"><![CDATA[
    SELECT UNIQUE FROM edu.ucsc.whisper.core.DefaultUser
    WHERE username==searchName
    PARAMETERS java.lang.String searchName
    ]]></query>
    <query name="DisabledUsers"
    language="javax.jdo.query.JDOQL"><![CDATA[
    SELECT FROM edu.ucsc.whisper.core.DefaultUser WHERE
    enabled==false
    ]]></query>
    <query name="EnabledUsers"
    language="javax.jdo.query.JDOQL"><![CDATA[
    SELECT FROM edu.ucsc.whisper.core.DefaultUser WHERE
    enabled==true
    ]]></query>
    <query name="CountUsers"
    language="javax.jdo.query.JDOQL"><![CDATA[
    SELECT count( this ) FROM edu.ucsc.whisper.core.DefaultUser
    ]]></query>
    </class>
    </package>
    </jdo>

    I'm sorry, I have no idea. I suggest sending a test case that
    reproduces the problem to support.

  • Will not let me sync my playlist after new purchases - sync test failed

    error message from diagnostic:
    Microsoft Windows XP Professional Service Pack 2 (Build 2600)
    Hewlett-Packard HP Pavilion dv9000 (EZ458UA#ABA)
    iTunes 7.6.0.29
    QuickTime 7.4.1
    CD Driver 2.0.6.1
    CD Driver DLL 2.0.6.2
    Apple Mobile Device 1.1.3.26
    Bonjour 1.0.4.12 (118.4)
    iTunes Serial Number E72858419F57DA04
    Current user is an administrator.
    The current local date and time is 2008-06-19 10:50:29.
    iTunes is not running in safe mode.
    Video Display Information
    NVIDIA GeForce Go 6150
    ** External Plug-ins Information **
    No external plug-ins installed.
    ** Network Connectivity Tests **
    Network Adapter Information
    Adapter Name: {0D1D1EA1-C577-4A0B-B332-F0F06E997127}
    Description: Broadcom 802.11b/g WLAN - Packet Scheduler Miniport
    IP Address: 172.16.205.238
    Subnet Mask: 255.255.254.0
    Default Gateway: 172.16.204.254
    DHCP Enabled: Yes
    DHCP Server: 172.16.204.254
    Lease Obtained: Thu Jun 19 09:05:37 2008
    Lease Expires: Fri Jun 20 09:05:37 2008
    DNS Servers: 216.136.33.82
    216.136.33.82
    216.54.204.186
    Adapter Name: {C3658844-9940-4DCE-B624-6D3323FE3076}
    Description: NVIDIA nForce Networking Controller - Packet Scheduler Miniport
    IP Address: 0.0.0.0
    Subnet Mask: 0.0.0.0
    Default Gateway:
    DHCP Enabled: Yes
    DHCP Server: 192.168.1.1
    Lease Obtained: Sun Feb 11 10:25:51 2007
    Lease Expires: Mon Feb 12 10:25:51 2007
    DNS Servers:
    Active Connection: LAN Connection
    Connected: Yes
    Online: Yes
    Using Modem: No
    Using LAN: Yes
    Using Proxy: No
    Firewall Information
    Windows Firewall is on.
    iTunes is enabled in Windows Firewall.
    Connection attempt to Apple web site was successful.
    Connection attempt to iTunes Store was successful.
    Secure connection attempt to iTunes Store was successful.
    Secure connection attempt to iPhone activation server was successful.
    Last successful store access was 2008-06-19 10:48:57.
    ** CD/DVD Drive Tests **
    LowerFilters: PxHelp20 (2.0.0.0),
    UpperFilters: GEARAspiWDM (2.0.6.1),
    E: HL-DT-ST DVDRAM GSA-4084N, Rev KQ09
    Drive is empty.
    ** iPod/iPhone Connectivity Tests **
    iPodService 7.6.0.29 is currently running.
    iTunesHelper 7.6.0.29 is currently running.
    Apple Mobile Device service 1.14.0.0 is currently running.
    Universal Serial Bus Controllers:
    Standard OpenHCD USB Host Controller. Device is working properly.
    Standard Enhanced PCI to USB Host Controller. Device is working properly.
    FireWire (IEEE 1394) Host Controllers:
    OHCI Compliant IEEE 1394 Host Controller. Device is working properly.
    Most Recent Device Not Currently Connected:
    iPod nano (Second Generation) running firmware version 1.1.3
    Serial Number: YM652P5NVQK
    ** iPhone/iPod Touch Sync Tests **
    One or more sync tests failed.

    Two things:
    - Completely remove and reinstall the Apple software by the following.  That link provides a link for Win &.
    Removing and Reinstalling iTunes, QuickTime, and other software components for Windows XP
    - If you still have a problem after restoring the iPod to factory defaults/new iPod you likely have a hardware problem. An appointment at the Genius Bar of an Apple store is then in order.

  • Windows App Certification Kit - Test Fails for Validate Desktop App at "Write appropriate Add/Remove Program values"

    Hi,
    I am trying to validate a .Net Framework 4 WinForms application for use in the Microsoft Partner Network portal.
    I am using Windows App Certification Kit 3.4 for Windows 8.1 , and the Validate Desktop App option.
    To build the package I am using InstallShield 2012 SPR Limited Edition (for Visual Studio), and the validation fails
    only with the following error (please also see the attached image):
    Clean reversible install test: Failed to Write appropriate Add/Remove Program values
    Error Found: The registry population test detected the following error: app didn't create the required registry entries.
    A non-optional value 'DisplayName' is missing or invalid (same for 'Publisher', 'ProductVersion')
    Please note that I have filled in all the publisher/product details in the InstallShield project, on the General Information page.
    Also I have tried to use the Microsoft Visual Studio Installer Project for VS2013, and the validation failed with the exact same error.
    (https://visualstudiogallery.msdn.microsoft.com/9abe329c-9bba-44a1-be59-0fbf6151054d)
    Any help would be very appreciated.
    Thank you.

    You may need to add the necessary info to the app’s Windows Installer package so it can configure Add/Remove Programs in Control Panel correctly. Setting these properties automatically writes the corresponding values into the registry. From the picture,
    you are missing some necessary information about your desktop app.
    Also You need the correct admin permissions to write to the registry.
    Please refer to this thread:
    http://stackoverflow.com/questions/21182856/windows-app-certification-kit-test-result-app-didnt-create-the-require-regist
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

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

  • My Macbook aliminium unibody from late 2008 will not boot. I reach the grey screen with the apple icon and the spinning grey gear. I used disk utility to boot it but it said integrity test failed. I don't know what to do can anyone please help?

    My Macbook aliminium unibody from late 2008 will not boot. I reach the grey screen with the apple icon and the spinning grey gear. I used disk utility to boot it but it said integrity test failed. I don't know what to do can anyone please help?

    Sounds like you may have a harddrive issue.  You are probably going to need to get that changed out and then install the OS X again to get it going.

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

  • [svn] 1013: Bug: LCDS-180 - [WebLogic 10.1 on Suse9] MxUnit Dynamic destination "SecurityEmployeeUser" test fails with a NullPointerException

    Revision: 1013
    Author: [email protected]
    Date: 2008-03-28 17:24:25 -0700 (Fri, 28 Mar 2008)
    Log Message:
    Bug: LCDS-180 - [WebLogic 10.1 on Suse9] MxUnit Dynamic destination "SecurityEmployeeUser" test fails with a NullPointerException
    QA: Yes
    Doc: No
    Details:
    This prevents the NPE but for non-servlet endpoints you need to be sure to define your users/roles in Weblogic's default security realm. The test was failing because login was failing, most likely because the regression server wasn't fully configured.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/LCDS-180
    Modified Paths:
    blazeds/branches/3.0.x/modules/opt/src/weblogic/flex/messaging/security/WeblogicLoginComm and.java

  • WebDynpro for Abap Test failed (System Admin/Support/WD)

    Hello,
    I'm using EP 7.0 and I'm trying to test travel&expenses (Ehp3) WD for Abap from System Admin/Support Desk: Integration of SAP Applications/WebDynpro and we get the following error: Exception in SAP Application Integrator occured: Unable to parse template...the problem occured at position 275. Cannot process expression &lt;IView.PCDUnit.ShortID&gt; because Unable to get PCD Unit com.sap.portal.appintegrator.sap.WebDynpro.
    System contector test is ok. Please, could you help me?
    Thank you

    Hello Michael,
    Ok, I forget system connector and support tests. Web AS parameter are supposed to be ok:
    Web AS Host Name: host.domain:port (from smicm tx)
    Web AS Host Name: /sap/bc/webdynpro/sap/
    Web AS Protocol:     http
    but the SAP Web AS Connection test fails. When trying to execute the iView it works. Does it mean that is it correct? Why WAS connection test fails?
    In the other hand, when iView is displayed, it asks for user and password because the R/3 user is locked. Why R/3 user is locking everytime?
    Thank you&Regards

  • 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

  • VI Analyzer Front Panel Size and Postion Test fails

    Hi
    We make a lot of use of the VI Analyser and I have been playing with the configuration settings to try and make it only fail the tests that matter to us and I have one test I do not understand correctly.
    From the LabVIEW help
    Panel Size and Position—Checks that a front panel
    completely resides within the bounds of the screen. The test also checks whether
    the front panel is larger than the maximum specified width and height. If you
    are using a multi-monitor system, the test fails if the panel does not reside
    entirely within the bounds of the primary monitor. This test works only on
    standard, control, and global VIs.
    I would like to apply this test, a simple check developers are not creating huge VI, it sounds simple enough, but I cannot seem to get this test to pass.
    I am working with two monitors and this test fails when my VI is on either monitor with the message  "This VI's front panel does not reside entirely within the specified bounds (1280 x 1024)" my current screen resolutionis 1280 x 1024, so I assume as long as my VI front panel fits within one screen it should be a pass.
    I can clearly see my that VI front panel (and block diagram for that matter) fits within the screen of either monitor. If I look at the VI properties of my VI the Window Size is 474 x 513, could anybody please suggest when why this might be failing.
    cheers 
    Dannyt
    Danny Thomson CLAD
    Sub10 Systems Ltd
    Solved!
    Go to Solution.

    Hi Norbert,
    Thanks for the prompt reply, my asking the question and your reply has made me play with this a little deeper and I have managed to solve my problem.
    In case anyone else has a similar problem here are the details.
    When you have two monitors and look at the Windows properites you see one monitor is identified as 1 and the other as 2, thses identities are based on the graphics card and the which monitor is plugged into which ouptput connector. You can then chose which monitor you wish to act as your primary monitor. You would suspect it would not matter once you have selected your primary monitor BUT IT DOES.
    My inital set-up   
    Left Hand Monitor    - idenity 2 selected to be primary monitor
    Right Hand Monitor - identiy 1 
    With this set-up everything looks and acts as I expect it to task bar, icons etc on my primarry monitor.  However if you run the VI Analyser it will fail Panel Size and Position on BOTH the left and right hand monitors.
    I crawlled under my desk and swapped the monitors cables round so now the set-up is
    Left Hand Monitor    - idenity 1 selected to be primary monitor
    Right Hand Monitor - identiy 2
    Now the VI Analysers Panel Size & Position Tests will pass on the left hand monitor but fail on the right hand monitor, just as would expect.
    It appears that LabVIEW is looking not only at the windows "Primary Monitor" setting but also the identies, this does not seem the behaviour I would expect nor the correct behaviour.
    cheers 
    Dannyt
    Danny Thomson CLAD
    Sub10 Systems Ltd

  • Perl unit tests fail

    I tried to build version 2.5.16 with the following options:
    ./buildall.sh prefix=/usr/local enable-perl
    I got the following message:
    make[1]: Entering directory `--------/dbxml-2.5.16/dbxml/src/perl/DbXml'
    PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, '../blib/lib', '../blib/arch')" t/*.t
    t/XmlContainerConfig.t ..... UNIVERSAL->import is deprecated and will be removed in a future perl at --------/dbxml-2.5.16/dbxml/src/perl/DbXml/../blib/lib/Sleepycat/DbXml.pm line 461
    UNIVERSAL->import is deprecated and will be removed in a future perl at --------/dbxml-2.5.16/dbxml/src/perl/DbXml/../blib/lib/Sleepycat/DbXml.pm line 519
    t/XmlContainerConfig.t ..... 1/28 BDB XML: Database environment not configured for encryption
    XmlException=SCALAR(0xd6cac0)# Looks like you planned 28 tests but ran 25.
    # Looks like your test exited with 2 just after 25.
    t/XmlContainerConfig.t ..... Dubious, test returned 2 (wstat 512, 0x200)
    Failed 3/28 subtests
    t/XmlDocument.t ............ UNIVERSAL->import is deprecated and will be removed in a future perl at --------/dbxml-2.5.16/dbxml/src/perl/DbXml/../blib/lib/Sleepycat/DbXml.pm line 461
    UNIVERSAL->import is deprecated and will be removed in a future perl at --------/dbxml-2.5.16/dbxml/src/perl/DbXml/../blib/lib/Sleepycat/DbXml.pm line 519
    t/XmlDocument.t ............ ok
    t/XmlEvent.t ............... UNIVERSAL->import is deprecated and will be removed in a future perl at --------/dbxml-2.5.16/dbxml/src/perl/DbXml/../blib/lib/Sleepycat/DbXml.pm line 461
    UNIVERSAL->import is deprecated and will be removed in a future perl at --------/dbxml-2.5.16/dbxml/src/perl/DbXml/../blib/lib/Sleepycat/DbXml.pm line 519
    t/XmlEvent.t ............... ok
    t/XmlIndexLookup.t ......... UNIVERSAL->import is deprecated and will be removed in a future perl at --------/dbxml-2.5.16/dbxml/src/perl/DbXml/../blib/lib/Sleepycat/DbXml.pm line 461
    UNIVERSAL->import is deprecated and will be removed in a future perl at --------/dbxml-2.5.16/dbxml/src/perl/DbXml/../blib/lib/Sleepycat/DbXml.pm line 519
    t/XmlIndexLookup.t ......... ok
    t/XmlIndexSpecification.t .. UNIVERSAL->import is deprecated and will be removed in a future perl at --------/dbxml-2.5.16/dbxml/src/perl/DbXml/../blib/lib/Sleepycat/DbXml.pm line 461
    UNIVERSAL->import is deprecated and will be removed in a future perl at --------/dbxml-2.5.16/dbxml/src/perl/DbXml/../blib/lib/Sleepycat/DbXml.pm line 519
    t/XmlIndexSpecification.t .. ok
    t/XmlManager.t ............. UNIVERSAL->import is deprecated and will be removed in a future perl at --------/dbxml-2.5.16/dbxml/src/perl/DbXml/../blib/lib/Sleepycat/DbXml.pm line 461
    UNIVERSAL->import is deprecated and will be removed in a future perl at --------/dbxml-2.5.16/dbxml/src/perl/DbXml/../blib/lib/Sleepycat/DbXml.pm line 519
    t/XmlManager.t ............. 31/92 failed
    Error: Flags check failed for reindexContainer(). Expected some combination of 'DBXML_INDEX_NODES|DBXML_NO_INDEX_NODES|DBXML_STATISTICS|DBXML_NO_STATISTICS', but was passed 'DBXML_INDEX_NODES|DBXML_TRANSACTIONAL|DB_NOMMAP|DBXML_CHKSUM|DB_EXCL|DB_RDONLY'. in t/XmlManager.t, line 367
    # Looks like you planned 92 tests but ran 53.
    # Looks like your test exited with -1 just after 53.
    t/XmlManager.t ............. Dubious, test returned 255 (wstat 65280, 0xff00)
    Failed 39/92 subtests
    t/XmlQueryContext.t ........ UNIVERSAL->import is deprecated and will be removed in a future perl at --------/dbxml-2.5.16/dbxml/src/perl/DbXml/../blib/lib/Sleepycat/DbXml.pm line 461
    UNIVERSAL->import is deprecated and will be removed in a future perl at --------/dbxml-2.5.16/dbxml/src/perl/DbXml/../blib/lib/Sleepycat/DbXml.pm line 519
    t/XmlQueryContext.t ........ ok
    t/XmlResults.t ............. UNIVERSAL->import is deprecated and will be removed in a future perl at --------/dbxml-2.5.16/dbxml/src/perl/DbXml/../blib/lib/Sleepycat/DbXml.pm line 461
    UNIVERSAL->import is deprecated and will be removed in a future perl at --------/dbxml-2.5.16/dbxml/src/perl/DbXml/../blib/lib/Sleepycat/DbXml.pm line 519
    t/XmlResults.t ............. ok
    t/XmlValue.t ............... UNIVERSAL->import is deprecated and will be removed in a future perl at --------/dbxml-2.5.16/dbxml/src/perl/DbXml/../blib/lib/Sleepycat/DbXml.pm line 461
    UNIVERSAL->import is deprecated and will be removed in a future perl at --------/dbxml-2.5.16/dbxml/src/perl/DbXml/../blib/lib/Sleepycat/DbXml.pm line 519
    t/XmlValue.t ............... ok
    Test Summary Report
    t/XmlContainerConfig.t (Wstat: 512 Tests: 25 Failed: 0)
    Non-zero exit status: 2
    Parse errors: Bad plan. You planned 28 tests but ran 25.
    t/XmlManager.t (Wstat: 65280 Tests: 53 Failed: 0)
    Non-zero exit status: 255
    Parse errors: Bad plan. You planned 92 tests but ran 53.
    Files=9, Tests=535, 3 wallclock secs ( 0.11 usr 0.02 sys + 0.69 cusr 0.14 csys = 0.96 CPU)
    Result: FAIL
    Failed 2/9 test programs. 0/535 subtests failed.
    make[1]: *** [test_dynamic] Error 255
    make[1]: Leaving directory `--------/dbxml-2.5.16/dbxml/src/perl/DbXml'
    If I don't used --enable-perl everything goes fine, the only problem is with perl enabled.
    I'm using perl version 5.12.1.
    Any ideas?
    thanks

    I turned off the deprecate warnings but still the tests fail.
    And her is the result
    PERL_DL_NONLAZY=1 /usr/bin/perl -w "-MExtUtils::Command::MM" "-e" "test_harness(0, '../blib/lib', '../blib/arch')" t/*.t
    t/XmlContainerConfig.t ..... 3/28 XmlException=SCALAR(0xd71428)# Looks like you planned 28 tests but ran 25.
    # Looks like your test exited with 2 just after 25.
    t/XmlContainerConfig.t ..... Dubious, test returned 2 (wstat 512, 0x200)
    Failed 3/28 subtests
    t/XmlDocument.t ............ ok
    t/XmlEvent.t ............... ok
    t/XmlIndexLookup.t ......... ok
    t/XmlIndexSpecification.t .. ok
    t/XmlManager.t ............. 1/92 print() on closed filehandle F at t/XmlManager.t line 146, <DATA> line 225.
    print() on closed filehandle F at t/XmlManager.t line 248, <DATA> line 225.
    t/XmlManager.t ............. 46/92 failed
    Error: Flags check failed for reindexContainer(). Expected some combination of 'DBXML_INDEX_NODES|DBXML_NO_INDEX_NODES|DBXML_STATISTICS|DBXML_NO_STATISTICS', but was passed 'DBXML_TRANSACTIONAL|DB_THREAD|DBXML_CHKSUM|DBXML_ENCRYPT|DB_EXCL|DB_RDONLY'. in t/XmlManager.t, line 367
    # Looks like you planned 92 tests but ran 53.
    # Looks like your test exited with -1 just after 53.
    t/XmlManager.t ............. Dubious, test returned 255 (wstat 65280, 0xff00)
    Failed 39/92 subtests
    t/XmlQueryContext.t ........ ok
    t/XmlResults.t ............. ok
    t/XmlValue.t ............... ok
    Test Summary Report
    t/XmlContainerConfig.t (Wstat: 512 Tests: 25 Failed: 0)
    Non-zero exit status: 2
    Parse errors: Bad plan. You planned 28 tests but ran 25.
    t/XmlManager.t (Wstat: 65280 Tests: 53 Failed: 0)
    Non-zero exit status: 255
    Parse errors: Bad plan. You planned 92 tests but ran 53.
    Files=9, Tests=535, 3 wallclock secs ( 0.09 usr 0.01 sys + 0.68 cusr 0.14 csys = 0.92 CPU)
    Result: FAIL
    Failed 2/9 test programs. 0/535 subtests failed.
    best,

Maybe you are looking for

  • Replacing sliver band on iPhone 4S... Will apple do it or third party...?

    Will apple replace it for a fee? I had my 4s in a bumper and like many other have the rubbing affect and think apple should fix it for free but that's beside the point anyone know if apple will or not I can buy the replacement part for $39 only issue

  • Plugin container consumes massive system resources

    When I play flash games on facebook, I notice after a few minutes that my computer seems to get slow and continues to be. When I looked at the Task Manager, plugin-container.exe is using up to 1.2gb of my memory. For example, the moment I no longer h

  • Communicate with the browser

    Is there a class that will allow me to change the text in the browser status bar from an Applet? Thanks, Chris

  • Linking and updating colors across multiple illustrator files

    Is there a way to link and automatically update color swatches across multiple illustrator files (CS4)? I've saved swatches into an ASE file, and opened the ASE file into multiple illustrator files, but the secondary files don't seem to reference bac

  • Tabular Forms, MRU's & master / detail FK's

    APEXV4 I've used a wizard to create a simple master detail form. Updates & delete's work fine on the detail block. When using the add row button all seems OK too. Issues arise when saving a new detail record. The PK from the master table does not see