Some very basic problem PLEASE HELP ME :(

hi,
im just new to EJB's and WebLogic. i have integrated JBuilderX with BEAweblogic 8.1 and then made simplest ejb.
started the server.
server successfuly startedthen made test client and while running test client i got following error...
"EJBModule.jar": Spaces in the temporary directory path may cause WebLogic APPC utility to produce fatal compile errors.
"EJBModule.jar": Spaces in the classpath may cause WebLogic APPC utility to produce fatal compile errors.
"EJBModule.jar": C:\bea\jdk142_04\bin\javaw -classpath "C:\bea\weblogic81\server\lib\weblogic_sp.jar;C:\bea\weblogic81\server\lib\weblogic.jar;C:\bea\weblogic81\server\lib\webservices.jar;C:\Documents and Settings\Administrator\jbproject\ejbsess\EJBModule.jar;" weblogic.appc -keepgenerated -forceGeneration -compiler C:/bea/jdk142_04/bin/javac "C:/Documents and Settings/Administrator/jbproject/ejbsess/EJBModule.jar.jar" -output "C:/Documents and Settings/Administrator/jbproject/ejbsess/EJBModule.jar"
AND
"EJBModule.jar": <Nov 3, 2004 10:47:15 PM GMT+05:00> <Warning> <EJB> <BEA-010054> <EJB Deployment: WebLogicSes has a class ejbsess.WebLogicSesBean that is in the classpath. This class should only be located in the ejb-jar file.>
"EJBModule.jar": <Nov 3, 2004 10:47:16 PM GMT+05:00> <Warning> <EJB> <BEA-010054> <EJB Deployment: WebLogicSes has a class ejbsess.WebLogicSesHome that is in the classpath. This class should only be located in the ejb-jar file.>
"EJBModule.jar": <Nov 3, 2004 10:47:16 PM GMT+05:00> <Warning> <EJB> <BEA-010054> <EJB Deployment: WebLogicSes has a class ejbsess.WebLogicSes that is in the classpath. This class should only be located in the ejb-jar file.>
"EJBModule.jar": [J2EE:160127]ERROR: Could not delete previous archive: C:\Documents and Settings\Administrator\jbproject\ejbsess\EJBModule.jar
PLEASE HELP ME WAT TO DO....
WAITING...
:-(

hi,
i again made the whole thing with C:\project\weblogicsessproject
i just simply made session bean and one method getMessage() which simply return String message.
i compile that code and get following warning..
"EjbsessModule.jar": Spaces in the temporary directory path may cause WebLogic APPC utility to produce fatal compile errors.
then i run the server from JBuilder which runs correctly and gives the message to client that...
<Nov 10, 2004 1:09:41 PM GMT+05:00> <Notice> <WebLogicServer> <BEA-000355> <Thread "ListenThread.Default" listening on port 7001, ip address *.*>
AND ON RUNNING TEST CLIENT OF JBUILDER I GET NAMING EXCEPTIONS...
C:\bea\jdk142_04\bin\javaw -classpath "C:\project\weblogicsessproject\classes;C:\bea\weblogic81\server\lib\weblogic_sp.jar;C:\bea\weblogic81\server\lib\weblogic.jar;C:\bea\weblogic81\server\lib\webservices.jar;C:\bea\jdk142_04\jre\lib\charsets.jar;C:\bea\jdk142_04\jre\lib\ext\dnsns.jar;C:\bea\jdk142_04\jre\lib\ext\ldapsec.jar;C:\bea\jdk142_04\jre\lib\ext\localedata.jar;C:\bea\jdk142_04\jre\lib\ext\sunjce_provider.jar;C:\bea\jdk142_04\jre\lib\im\indicim.jar;C:\bea\jdk142_04\jre\lib\im\thaiim.jar;C:\bea\jdk142_04\jre\lib\jce.jar;C:\bea\jdk142_04\jre\lib\jsse.jar;C:\bea\jdk142_04\jre\lib\plugin.jar;C:\bea\jdk142_04\jre\lib\rt.jar;C:\bea\jdk142_04\jre\lib\sunrsasign.jar;C:\bea\jdk142_04\lib\dt.jar;C:\bea\jdk142_04\lib\htmlconverter.jar;C:\bea\jdk142_04\lib\tools.jar" weblogicsessproject.WebLogicSesTestClient1
-- Initializing bean access.
javax.naming.NameNotFoundException: Unable to resolve 'WebLogicSes' Resolved [Root exception is javax.naming.NameNotFoundException: Unable to resolve 'WebLogicSes' Resolved ]; remaining name 'WebLogicSes'
     at weblogic.rjvm.BasicOutboundRequest.sendReceive(BasicOutboundRequest.java:108)
     at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:284)
-- Failed initializing bean access.
     at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:244)
     at weblogic.jndi.internal.ServerNamingNode_813_WLStub.lookup(Unknown Source)
     at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:369)
     at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:357)
     at javax.naming.InitialContext.lookup(InitialContext.java:347)
     at weblogicsessproject.WebLogicSesTestClient1.initialize(WebLogicSesTestClient1.java:34)
     at weblogicsessproject.WebLogicSesTestClient1.<init>(WebLogicSesTestClient1.java:19)
     at weblogicsessproject.WebLogicSesTestClient1.main(WebLogicSesTestClient1.java:270)
Caused by: javax.naming.NameNotFoundException: Unable to resolve 'WebLogicSes' Resolved
     at weblogic.jndi.internal.BasicNamingNode.newNameNotFoundException(BasicNamingNode.java:897)
     at weblogic.jndi.internal.BasicNamingNode.lookupHere(BasicNamingNode.java:230)
     at weblogic.jndi.internal.ServerNamingNode.lookupHere(ServerNamingNode.java:154)
     at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:188)
     at weblogic.jndi.internal.RootNamingNode_WLSkel.invoke(Unknown Source)
     at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:477)
     at weblogic.rmi.cluster.ReplicaAwareServerRef.invoke(ReplicaAwareServerRef.java:108)
     at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:420)
     at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
     at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:144)
     at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:415)
     at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:30)
     at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
IM DOING ALL THAT WITH HELP OF BORLAND WHITE PAPERS...
please help me
waiting

Similar Messages

  • Iphone 5 is taking too long to download through EDGE why????????Please help i just wnat to confirm that it is the normal behaviour or it is some kind of problem please help

    iphone 5 16 gn black my iphone is taking too long to download apps from apps to download on my iphone so please help from overcoming this problem
    i just want to know this is the normal behaviour or it is some kind of problem

    You have to turn on 3G/4G/LTE and be in a coverage area for such to happen.
    Or connect to wifi.
    Normal behavior for Edge is very very slow.

  • A very basic query, Please help.

    Hi all,
    I am very new to java and need your help in getting rid of this error. Please help.
    I have written two java files. packageTest.java and callPackageTest.java. Following is the code:
    // packageTest.java
    package aaa.bbb.ccc;
    public class packageTest
         public packageTest()
              System.out.println("This is from inside package test constructor");
         public static void main(String[] args)
              packageTest obj1 = new packageTest();
              System.out.println("Hello World!");
    //callPackageTest.java
    import aaa.bbb.ccc.*; // there is a star at the end. Seems to get removed by the forum every time.
    public class callPackageTest
         public static void main(String[] args)
              packageTest obj1 = new packageTest();
              System.out.println("Hello World!");
    Now when I compile packageTest.java with the following command:
    javac -d . packageTest.java
    I get correct class file created in correct directory, i.e. aaa/bbb/ccc/packageTest.class.
    But now when I try to compile the java file callPackageTest.java with the following command:
    javac -cp . callPackageTest.java
    I get the following error message:
    class file contains wrong class.
    Please remove or make sure it appears in the correct subdirectory of the classpath
    I also observed that when I put the complete class name in the import statement in the file callPackageTest.java ( import aaa.bbb.ccc.packageTest; ) then there is no error. But I expect the same to be done when I write import aaa.bbb.ccc. * ( an star at the end)
    Where is the mistake ? Please help.
    Thanks in advance.
    Sinha
    Edited by: sinha_java on May 26, 2010 10:50 PM
    Edited by: sinha_java on May 26, 2010 10:52 PM

    Thanks guys for all the information about how to post and other forum related stuff. So here goes the formatted code.
    I have written two java files. packageTest.java and callPackageTest.java. Following is the code:
    // packageTest.java
    package aaa.bbb.ccc;
    public class packageTest
    public packageTest()
    System.out.println("This is from inside package test constructor");
    public static void main(String[] args)
    packageTest obj1 = new packageTest();
    System.out.println("Hello World!");
    //callPackageTest.java
    import aaa.bbb.ccc.*;
    public class callPackageTest
    public static void main(String[] args)
    packageTest obj1 = new packageTest();
    System.out.println("Hello World!");
    Now when I compile packageTest.java with the following command:
    javac -d . packageTest.javaI get correct class file created in correct directory, i.e. aaa/bbb/ccc/packageTest.class.
    But now when I try to compile the java file callPackageTest.java with the following command:
    javac -cp . callPackageTest.javaI get the following error message:
    class file contains wrong class.
    Please remove or make sure it appears in the correct subdirectory of the classpath
    I also observed that when I put the complete class name in the import statement in the file callPackageTest.java ( import aaa.bbb.ccc.packageTest; ) then there is no error. But I expect the same to be done when I write import aaa.bbb.ccc.*
    Where is the mistake ?

  • Very unusual problem, please help

    Hi. I have CS4 and use an iMac with an Epson R1900 printer.  Here's my problem:  Every time I print a picture, the picture comes out with a textured background.  For example, I'm attempting to print a picture of a flower with a green background.  The picture  prints such that the background is textured (just as if I had applied a texture filter) but the the flower comes out just fine with no texturing.  This just started last night and I don't know whether I hit some sort of setting by mistake but it is frustrating the heck out of me.  I've tried printing several images and they all come out the same.  The main subject comes out fine but the background is textured or patterned.  Can anyone help me?
    My guess is somehow the program is corrupted.  Now I still have PS3 installed too (never uninstalled it when installing CS4)  and tried printing a picture.  The exact same results; textured/patterned background.  Has anyone ever had this problem before?  Appreciate any help you can give.

    Well Jeff, you were right.  I printed a test page last night and it seemed to have no problems.  Once I read your post I reprinted another page and sure enough, the yellow and black nozzles were not right.  Although they weren't completely empty, I replaced those cartridges and ran through some cleanings.  The prints then came out correctly.  The way the picture printed really threw me.  I thought these were patterns or textures but they were just due to clogged nozzles.
    Thanks for your help.  I really really appreciate it.  From now on I will definitely check the nozzels before printing especially if the printer has been standing idle for a while.  Lesson learned.  Thank you.

  • A Basic Problem, please help

    Hello.
    I have to burn a dvd with some footage I am currently working on in FCP. I exported my sequence out of FCP to Quicktime Movies and then added it in DVD Studio.
    This is my first time using DVD Studio. I have been able to arrange all the proper settings but every time I burn a disk, only a gray screen turns up. I am assuming this is because I did not take the time to create a menu.
    SO my question is the following:
    Is it possible to burn a sequence from FCP in DVD Studio without attaching menus? How?
    Thanks. Gilia

    The easiest way that I've found to do this is once you've placed the video on its track, go to the Graphical interface tab. You'll see 2 icons, a blue one and a green one. The blue icon is your menu, select it and press delete. Then right click the green icon and select "First Play". That will give you a DVD that will play automatically without a menu.
    The grey screen you're seeing is the default background for a menu, and since you didn't add any buttons, that's all you will see. Menus are set to "First Play" by default.

  • Memory fault?? very strange problem please help!

    hi!
    my computer return from lab today. i replase a CPU fan+MB fun.
    the techntion also touch the memory card because i ask him something about it and he pull it out and than return it.
    now i come to home i start the computer and suddenly i hear long beep....
    i open the case ,pull the memory card off and than return it again. all seems good .
    suddenly .in game,the computer stuck. after restart i hear long beep again!!!
    i pull out the to memory (thay connect at dual channel) and the result is this:
    whan i put one memory card in GREEN SLOT-all seems good. i try with the second memory and he work good(alone)
    whan i put the memory card in the the green connector and the other one in the green connector (BOTH) all seems good!
    whan i put the memory in the PERPEL connect-i HEAR A BEAP!  doest meter if i put one or two card. in BOTH OF THE PERPLE CONNECTORS! (and of course it beep on dual channel)
    what is the problem?

    ECC is a stick of memory that double-checks every signal before passing it on, one might say. ErrorCorrectionCode.
    You cannot have Dual Channel with only one stick. Two sticks needed.
    Reasons:
    Your two sticks can't work at the same speed. They are too different.
    Not good timings for the memory. Timings is mostly how the memory works, and how it waits.
    (You memtested so it seems as if the sticks are in good physical health. And the slots.)
    The memory sticks want different voltage, and one wont work well with what the other wants.

  • I connect my iphone 4g on charging after some time it is complete dead and very heat up please help me.

    i connect my iphone 4g on charging after some time it is complete dead and very heat up please help me.
    helllllllllllllllllpppppppeeeeeeeee me

    There is no such thing as an iPhone 4G.

  • Problem Please help me.....Let me know the area to look for it I am a DBA..

    Problem Please help me.....Let me know the area to look for it I am a DBA..Thanks in advance to let me know the cause and the area to look and fix it...
    Server Error in '/' Application.
    Problem with SAP/BAPI. SAP.Connector.RfcCommunicationException: Connect to message server failed Connect_PM MSHOST=prddb01.lamrc.com, R3NAME=PRD, GROUP=Prod HR PRD LOCATION CPIC (TCP/IP) on local host ERROR service 'sapmsPRD' unknown TIME Wed May 04 08:59:06 2005 RELEASE 620 COMPONENT NI (network interface) VERSION 36 RC -3 MODULE ninti.c LINE 428 DETAIL NiPServToNo SYSTEM CALL getservbyname COUNTER 1 at SAP.Connector.SAPConnection.ThrowRfcException(RFC_ERROR_INFO_EX rfcerrInfo, Encoding encoding, String languangeCode) at SAP.Connector.SAPConnection.Open() at SAP.Connector.SAPClient.RfcInvoke(String method, Object[] methodParamsIn) at SAP.Connector.SAPClient.SAPInvoke(String method, Object[] methodParamsIn) at SoftwareKeySAPG.SAPProxy1.Z_Bapi_Load_Kpi_Region(ZSOFT_KPI_REGIONS_MTable&amp; Kpi_Regions, ZSOFT_PROD_TYPETable&amp; Prod_Type) at SoftwareKeySAPG.SAPGSK.LoadKPIRegion(DataSet dsProduct)
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
    Exception Details: System.Web.Services.Protocols.SoapException: Problem with SAP/BAPI. SAP.Connector.RfcCommunicationException: Connect to message server failed Connect_PM MSHOST=prddb01.lamrc.com, R3NAME=PRD, GROUP=Prod HR PRD LOCATION CPIC (TCP/IP) on local host ERROR service 'sapmsPRD' unknown TIME Wed May 04 08:59:06 2005 RELEASE 620 COMPONENT NI (network interface) VERSION 36 RC -3 MODULE ninti.c LINE 428 DETAIL NiPServToNo SYSTEM CALL getservbyname COUNTER 1 at SAP.Connector.SAPConnection.ThrowRfcException(RFC_ERROR_INFO_EX rfcerrInfo, Encoding encoding, String languangeCode) at SAP.Connector.SAPConnection.Open() at SAP.Connector.SAPClient.RfcInvoke(String method, Object[] methodParamsIn) at SAP.Connector.SAPClient.SAPInvoke(String method, Object[] methodParamsIn) at SoftwareKeySAPG.SAPProxy1.Z_Bapi_Load_Kpi_Region(ZSOFT_KPI_REGIONS_MTable&amp; Kpi_Regions, ZSOFT_PROD_TYPETable&amp; Prod_Type) at SoftwareKeySAPG.SAPGSK.LoadKPIRegion(DataSet dsProduct)
    Source Error:
    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. 
    Stack Trace:
    [SoapException: Problem with SAP/BAPI.
    SAP.Connector.RfcCommunicationException: Connect to message server failed
    Connect_PM  MSHOST=prddb01.lamrc.com, R3NAME=PRD, GROUP=Prod HR PRD
    LOCATION    CPIC (TCP/IP) on local host
    ERROR       service 'sapmsPRD' unknown
    TIME        Wed May 04 08:59:06 2005
    RELEASE     620
    COMPONENT   NI (network interface)
    VERSION     36
    RC          -3
    MODULE      ninti.c
    LINE        428
    DETAIL      NiPServToNo
    SYSTEM CALL getservbyname
    COUNTER     1
       at SAP.Connector.SAPConnection.ThrowRfcException(RFC_ERROR_INFO_EX rfcerrInfo, Encoding encoding, String languangeCode)
       at SAP.Connector.SAPConnection.Open()
       at SAP.Connector.SAPClient.RfcInvoke(String method, Object[] methodParamsIn)
       at SAP.Connector.SAPClient.SAPInvoke(String method, Object[] methodParamsIn)
       at SoftwareKeySAPG.SAPProxy1.Z_Bapi_Load_Kpi_Region(ZSOFT_KPI_REGIONS_MTable&amp; Kpi_Regions, ZSOFT_PROD_TYPETable&amp; Prod_Type)
       at SoftwareKeySAPG.SAPGSK.LoadKPIRegion(DataSet dsProduct)]
       System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall) +1503
       System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) +218
       SoftwareKeyUI.InstalledBaseDataWS.InstalledBaseData.LoadKPIRegionMulti(DataSet products)
       SoftwareKeyUI.InstalledBaseDataAccess.LoadKPIRegionMulti(DataSet products)
       SoftwareKeyUI.InstalledBase.GetRegionDetails(Int32 userId, String product, String regionType)
       SoftwareKeyUI.FilteredAccess.GetRegionDetails(Int32 userId, String product, String regionType)
       SoftwareKeyUI.search.LoadRegionDetails()
       SoftwareKeyUI.search.regionType_SelectedIndexChanged(Object sender, EventArgs e)
       System.Web.UI.WebControls.ListControl.OnSelectedIndexChanged(EventArgs e) +108
       System.Web.UI.WebControls.DropDownList.System.Web.UI.IPostBackDataHandler.RaisePostDataChangedEvent() +26
       System.Web.UI.Page.RaiseChangedEvents() +115
       System.Web.UI.Page.ProcessRequestMain() +1099

    The error is a very basic one - the sapmsPRD service is not known. You will have to go to <NT_ROOT>\system32\drivers\etc and add the entry sapmsPRD 3600 to this file.
    This is basically telling the requester at what port to look for the message server.
    C

  • My iPad stop working suddenly i see black screen only pressing the home? and sleep button dose not solve the  problem please help?

    My iPad stop working suddenly i see black screen only pressing the home and sleep button dose not solve the problem please help ?

    Frozen or unresponsive iPad
    Resolve these most common issues:
        •    Display remains black or blank
        •    Touch screen not responding
        •    Application unexpectedly closes or freezes
    http://www.apple.com/support/ipad/assistant/ipad/
    iPad Frozen, not responding, how to fix
    http://appletoolbox.com/2012/07/ipad-frozen-not-responding-how-to-fix/
    iPad Frozen? How to Force Quit an App, Reset or Restart Your iPad
    http://ipadacademy.com/2010/11/ipad-frozen-how-to-force-quit-an-app-reset-or-res tart-your-ipad
    Black or Blank Screen on iPad or iPhone
    http://appletoolbox.com/2012/10/black-or-blank-screen-on-ipad-or-iphone/
    What to Do When Your iPad Won't Turn On
    http://ipad.about.com/od/iPad_Troubleshooting/ss/What-To-Do-When-Your-Ipad-Wo-No t-Turn-On.htm
    iOS: Not responding or does not turn on
    http://support.apple.com/kb/TS3281
    Home button not working or unresponsive, fix
    http://appletoolbox.com/2013/04/home-button-not-working-or-unresponsive-fix/
    Fixing an iPad Home Button
    http://tinyurl.com/om6rd6u
    iPad: Basic troubleshooting
    http://support.apple.com/kb/TS3274
     Cheers, Tom

  • X-Fi Fatal1ty Plat1num Champion Ed. problem, please help!

    9X-Fi Fatalty Platnum Champion Ed. problem, please help!? Hi there everyone,
    So i have a X-Fi Fatalty Platnum Champion Ed. and a computer with Windows 7.
    I've searched the web and i found many people saying that the card it's working and perfectly compatible so i would like to exclude this option as far as the problems that i'm having.
    So, right out of the box i've placed the front panel in with the ribbon cable and the power connected to it, then i connected the other end of the ribbon cable and finally placed the card in one of the PCI slots i have free.
    Now, when i start my PC, i don't hear any particolar "beep messages" but nothing will come on the screen, in few words my PC will not boot at all. I can hear the HDD spinning, everything sounds normal except for that "little" problem.
    So, i re-did all the connections thinking that maybe i did something wrong, but following the instruction i did exactly as told. So i tried again to power up the computer and i've noticed that the X-Fi logo is lit up (red light) and.. I don't really know if that means something or it's just something aside that doesn't really matter.. But, what is it's The PCI card is broken or there's something else?
    I did try to disable the sound card (integrated mobo sound) from the BIOS but that didn't change anything. I did try all the software options but this looks like more of an hardware problem (please correct me if i'm wrong and/or i've missed something).
    There's something that popped up in my mind.. the PSU. I noticed that i have a 300W PSU (mm.. low, isn't it's)?and i was wondering if that's enough or i need a more powerful one.. and if that's may be the case for the PCI to not work at all causing all i've already explained above. I mean.. It seems like i've installed a dead peripheral and that's impeding the computer to start up..
    I don't know.. I need clarification and help, PLEASE.
    Thank you very much in advance!

    Look at the beta thread sticked above but good luck waiting for a new driver. That beta driver has been there since January and although better than the normal driver it is still crap.
    All the boot type issues are with the SSD but if you getting in game crashes etc... under windows 8 that is simply that the driver stinks.

  • Hi guys i have an ipad 1 and when i plug it in to my macbook pro picasa opens up and show its name but when i open itunes i cant find the name, ive been working my head out to solve the problem please help me:(

    hi guys i have an ipad 1 and when i plug it in to my macbook pro picasa opens up and show its name but when i open itunes i cant find the name, ive been working my head out to solve the problem please help me:(

    Pay no attention to iinami, the amount of replies to people saying their handsets must have been jailbroken everytime iTunes throws out an error is tremendous. (Clearly you don't need to have any real knowledge to get to level 3 on these forums, let's hope apple's geniuses know a lot more than some of their customers.)
    http://support.apple.com/kb/TS3694
    Solution below.
    Error 9
    This error occurs when the device unexpectedly loses its USB connection with iTunes. This can occur if the device is manually disconnected during the restore process. This issue can be resolved by performing USB troubleshooting, using a different USB dock-connector cable, trying another USB port, restoring on another computer, or by eliminating conflicts from third-party security software.

  • P6N Lots of problems please help

    P6N Lots of problems please help
    The setup is the following:
    P4 D935 3.2gHz
    P6N Diamond MS-7320 Bios 1.3V
    Corsair XMS2-6400C4DHX
    NX8600GT-TD512EZ/D2
    Seagate Barracuda 7200 250Gb SataII 16Mb
    Akasa 460W Dual Rail
    Please help I have lots and lots of problems with lockups that can happen any time post , bios , loading vista and sometimes during OS. Some times will work ok play games etc. Already tried different combinations fitting the mem modules even tried and some pc4200 modules same problems. Spent lots of hours clocking the mems with different settings but non is stable. I am not interested in overcloking just to make it stable to start with. When is actually running is fine is more than enough for me. Already looked to lots of posts on the msi forum but… Since the cpu is old can I go back on an older bios version???? The Corsair modules have to run at 2.1V or is it possible to use them with slower setting. So confused so lost ….. please HELLPPPPP
    Any help greatly appreciated.

    please, don't buy any more unneded parts.  first find the problem then buy if no solutions available.
    One thing I find with BIOS issues is to do a full clear.
    1. disconnect the power cord from the power supply(turn switch to off if there is one.
    2. hit the power switch to clear the power out of the system.
    3. set the cmos jumper to clear and leave there if one is available.
    4. Pull the battery.
    5. carefully short out the battery connector on the motherboard to drain any power left.
    6. press the clear cmos button and hold for 30sec minimum, if you didn't have a jumper to set. 
    7. replace battery, move jumper back, plug in power cord, turn on power sipply switch.
    Now it should hopefully power up.  go into BIOS and load optimized results. hit save and exit and when it gets back to the post screen, go back into bios and set your normal MB settings(ie. set boot devices, boot order, disable sound if using sound card, etc...)
    go into your H/W Monitor section and list the CPU Vcore settings to make sure it is getting the power it needs.  I just looked it up and it's suppose to run from 1.225v - 1.325v.
    also, try your most generic ram you have with auto settings.  the faster the ram usually the more volts they need and default volts are 1.8v for ram and sometimes faster chips have issues with lower volts.
    Let me know how this works for you.
    -=Mark=-
    ps. make sure everything is unplugged from the computer you don't need.  just cpu, 1 stick of ram, and video. and of course keyboad and mouse.  Please make a signature with all your systems specs including make and model numbers.  I hate guessing at solutions and I'd hate to see you buy any more unneccessary parts because of lack of information.

  • System D.O.T automatically why? problem please help me

    hello everybody,
                           please help me my system says at post message that wrong cmos information then gives me option to boot or go to bios when i check my bios , my ONBOARD LAN GETS ENABLED AUTOMATICALLY  ,the Frequency tab i check says something like PRIVATE DOT ENABLED AND CPU+AGP SOMETHING i mean my comptuer gets fast and the CPU fan becomes on full speed and i hear loud noise until Corecenter runs it becomes quiet again. the question is is this a bios fault or something , DID ANYBODY WHO BOUGHT 865PE PLATINIUM BOARD EXPERIENCE THIS PROBLEM PLEASE HELP ME MY CONFIGURATIONS ARE BELOW
    PENTIUM 2.40 GHZ PRESCOTT (54 C MAXIMUM)
    MSI 865PE PLATINIUM BOARD (IT GOT NO RAID ABILITY)
    DDR 400 MHZ KINGSTON SINGLE CHIP RAM (ALTHOUGH IT RUNS AT 333MHZ)
    MSI GEFORCE FX 5200 T128 (64 BIT DAMN IT!!!)
    MSI CD ROM
    SONY FLOPPY
    COMPUTER CASING WITH SMALL MINI ADDITIONAL FAN ON THE SIDE (IT RUNS MAYBE AND ALSO GIVES ELECTRIC SHOCK OR SOMTHING SOMETIMES)
    STABIMATIC 500V AUTOMATIC STABILIZER(ALTHOUGH I HAVE UPS CAN SOME BODY TELL ME IS UPS ALSO STABILIZER OF APC(AMERICAN POWER ----)
    AMI BIOS 3.4
    SO CAN ANY BODY TELL ME IF THIS IS A PROBLEM OF BIOS SHOULD I UPGRADE TO LATEST
    WHAT METHOD THROUGH AUTOUPDATE OR MANUAL , I ONLY ONCE DID MANUALLY ON MY DELL 4100 PIECE OF CAKE !

    Hi,
    Go to here for MSI LIVEUPDATE
    http://www.msi.com.tw/program/support/software/swr/spt_swr_detail.php?UID=556&kind=1
    Install and run program.........
    BIOS problems:
    http://www.msi.com.tw/html/support/bios/note/boot.htm
    If you would like to download bios and install........
    http://www.msi.com.tw/program/support/bios/bos/spt_bos_detail.php?UID=556&kind=1
    You can also choose 3.7 if wish too first.....
    I am sure this will help you.
    Del

  • I recently lost and tracked down my iPhone (4s) w/find my iPhone. It was awesome! When I recovered it, my touch screen didn't work at all! What's going on? I'm very frustrated! Please help:(

    I recently lost and tracked down my iPhone (4s) w/find my iPhone. It was awesome! When I recovered it, my touch screen didn't work at all! What's going on? I'm very frustrated! Please help:(

    imanfromsweden wrote:
    Please apple support do you people have a convincing answer for us? Is there a solution? My phone is only 2 years old and was (2 hours ago), in top condition!!
    Please help....
    On belhalf of my fellow volunteers, the answer is, "We'll try our best." 
    My advice is to try not to treat this like it is a paid service provided by compensated professionals.  Ask nicely and one of the nice folks here might take some time out of their weekend to offer advice.

  • Urgent Problem please Help(hayat)

    Hello Hi,
    I want to Install Form 6.0 With Oracle 8i on Server
    mean not personal oracle,
    if i install first oracle 8i and then form 6.0 then
    they overwrite their homes and vice versa.
    What method i use to control this problem.
    please help me so that i install form 6.0 on oracle 8i server.
    thanks
    hayat

    Ok, I have read the sun site and downloaded the JDK and saved it to disk in the C:\ drive.
    However I still get the same error so I think I must be very stupid and I think the computer knows that.

Maybe you are looking for