No location set for Topic resource MessageDrivenBean

i get the following error while trying to run a message driven bean:
Error deploying file:/E:/jdev1012_base/jdev/mywork/MDB/Model/classes/ homes: No location set for Topic resource MessageDrivenBean MessageDrivenEJB
Error in application current-workspace-app: Error loading package at file:/E:/jdev1012_base/jdev/mywork/MDB/Model/classes/, Error deploying file:/E:/jdev1012_base/jdev/mywork/MDB/Model/classes/ homes: No location set for Topic resource MessageDrivenBean MessageDrivenEJB
05/10/24 20:09:32 done.
05/10/24 20:09:32 Error instantiating application 'current-workspace-app' at file:/E:/jdev1012_base/jdev/mywork/MDB/MDB-oc4j-app.xml: Error initializing ejb-module; Exception Error in application current-workspace-app: Error loading package at file:/E:/jdev1012_base/jdev/mywork/MDB/Model/classes/, Error deploying file:/E:/jdev1012_base/jdev/mywork/MDB/Model/classes/ homes: No location set for Topic resource MessageDrivenBean MessageDrivenEJB
the bean is initializes after this error. but it seems to be not working.

To develop Message Driven Beans, select EJB in the Component Palette, and select Message Driven Bean in Component Palette list. A UML diagram, and a Message Driven Bean node gets added. Select the Message Driven Bean node. A EJB Module Editor gets displayed. Select Enterprise JavaBeans>Message Driven Bean in the EJB Module Editor and configure a Message Driven Bean.

Similar Messages

  • Why can't FC save the folder locations set for render files?

    I wrongly assumed that when you go to system settings to select the scratch disks (root folder where all the audio and video render folders and files go, capture files, etc.) that Final Cut would save the folder locations within the FC project you are working in. Makes total sense, but for reasons I don't understand, FC does NOT save these folder locations and the result is that I have render files scattered all over the place on my hard drive and it is quite a mess! Fortunately, the project file remembers where it put the render files, so as long as you don't remove or rename any project folders, everything shows up rendered on the time line as it should. The problem is, if I'm working on several projects at once, I have to reset the scratch disks every time I reopen a project, otherwise the program will save it to the last scratch location selected and put all of the render files in another project's folder. I often forget to reset the scratch disks when I'm busy and now I have render files mixed up in various project folders.
    Why can't you just set the scratch disks one time when you first set up the project and have the project always remember that location, instead of always having to reset them every time you reopen a project. I love Final Cut, but this is a product defect that should be addressed and corrected. If the project file can remember where it is putting all the render files, it should also be capable of remembering the scratch disk locations you originally selected when you first set up the project or better yet, save it to the project's root folder by default. Am I missing something here?

    As MtD describes, FCP sets file locations for ALL projects at the system level.  It may help to organize things this way so your files don't end up scattered across multiple locations.
    Save the project files to your User folder on the boot drive.
    For all the other files FCP creates, set them on a non-boot drive similar to this:
    Media Drive
    ----->FCP Documents
    ---------->Autosave Vault
    ---------------->Acme Widgets Demo (sample project name)
    ---------------->Grass Valley Music Video (sample project name)
    ---------------->Jen's Wedding (sample project name)
    ---------->Audio Render Files
    ---------------->Acme Widgets Demo (sample project name)
    ---------------->Grass Valley Music Video (sample project name)
    ---------------->Jen's Wedding (sample project name)
    ---------->Capture Scratch
    ---------------->Acme Widgets Demo (sample project name)
    ---------------->Grass Valley Music Video (sample project name)
    ---------------->Jen's Wedding (sample project name)
    ----------->Render Files
    ---------------->Acme Widgets Demo (sample project name)
    ---------------->Grass Valley Music Video (sample project name)
    ---------------->Jen's Wedding (sample project name)
    ----------->Waveform Cache
    Of course, you can choose to keep renders or the Autosave Vault folder on other drives ... just keep them off your boot drive.  It may not be the way you're use to working, but it's worked well for me the past 14 years.  When you finish with a project and ready to delete the associate files, just go to your media drive and delete folders bearing the project's name.
    -DH

  • Can I have two locations set for files in my iTunes library?

    I have most of my movies and TV Shows on a hard drive connected to my router at home so i can access the files from any device. I was wondering if i can set two file locations for my movies and TV Shows so if i disconnect the hard drive from the router and plug it into my mac directly iTunes will still know where the files are.
    Any help would be great.
    Thanks in advance.

    iTunes Match does not work on GB amount. There is a 25,000 track limit on tracks not purchased from the iTunes Store, so concevialy you could have much more than 60GB, but less than the 25K track limit.
    So, yes, your entire library will be available on all the iDevices you own in the cloud. However, not everything will "match." Some tracks will "upload."

  • Clusterware/DB Setting For Low Resource System

    I'm trying to Install oracle Clusterware on Redhat Linux Using VMWare and it Crashed twice after Successful Installation.
    The Node Hangs Whenever I Start Clusterware and Database on a Node and try to change config of any clusterware resource.
    Can Anyone help me in Setting proper Settings for
    1) Linux Hangcheck Driver
    2) RAC Timeout and Failer Detection parameter for CSSD/CRSD and VIP Parameters ?
    Thanks and Regards
    Prakash

    What do you mean 'and try to change config...' Does it only crash when you attempt this ? If so what are you doing exactly.
    On your un-support configuration you may as well leave the hangcheck timer off if you think that is your problem
    Philip...

  • Error initializing the Oracle JMS Resource provider for Topics

    Getting this error when starting OC4J 9.0.3 standlone on Windows2000.
    Resource provider config'd as
    <resource-provider class="oracle.jms.OjmsContext" name="ojms">
    <description> OJMS/AQ </description>
    <property name="datasource" value="jdbc/ProlianceDS"></property>
    </resource-provider>
    Datasource config'd as
         <data-source
              class="com.evermind.sql.OrionCMTDataSource"
              name="ProlianceDS"
              location="jdbc/ProlianceDS"
              xa-location="jdbc/xa/ProlianceDS"
              ejb-location="jdbc/ProlianceDS"
              connection-driver="oracle.jdbc.driver.OracleDriver"
              username="proliance"
              password="******"
              url="jdbc:oracle:thin:@aps67.ere.com:1538:ifstst"
              inactivity-timeout="30"
         />
    ejb-jar config'd as
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" "http://java.sun.com/dtd/ejb-jar_2_0.dtd">
    <ejb-jar>
    <enterprise-beans>
    <message-driven>
    <description>Proliance Message Driven Bean</description>
    <display-name>ProlianceMDB</display-name>
    <ejb-name>ProlianceMDB</ejb-name>
    <ejb-class>com.lendlease.bll.ProlianceMDB</ejb-class>
    <transaction-type>Container</transaction-type>
    <message-selector>
    <method>
    <ejb-name>ProlianceMDB</ejb-name>
    <method-name>onMessage</method-name>
    </method>
    </message-selector>
    <message-driven-destination>
    <destination-type>javax.jms.Topic</destination-type>
    <subscription-durability>Durable</subscription-durability>
    </message-driven-destination>
    <resource-ref>
    <res-ref-name>java:comp/resource/ojms/Topics/PROLIANCE.OUT_AQ</res-ref-name>
    <res-type>javax.jms.Topic</res-type>
    <res-auth>Container</res-auth>
    </resource-ref>
    <resource-env-ref>
    <resource-env-ref-name>java:comp/resource/ojms/TopicConnectionFactories/aqTcf</resource-env-ref-name>
    <resource-env-ref-type>javax.jms.TopicConnectionFactory</resource-env-ref-type>
    </resource-env-ref>
    </message-driven>
    </enterprise-beans>
    <assembly-descriptor>
    <container-transaction>
    <method>
    <ejb-name>ProlianceMDB</ejb-name>
    <method-name>onMessage</method-name>
    </method>
    <trans-attribute>Required</trans-attribute>
    </container-transaction>
    </assembly-descriptor>
    </ejb-jar>
    orion-ejb-jar config'd as:
    <?xml version = '1.0'?>
    <!DOCTYPE orion-ejb-jar PUBLIC "-//Evermind//DTD Enterprise JavaBeans 1.1 runtime//EN" "http://xmlns.oracle.com/ias/dtds/orion-ejb-jar.dtd">
    <orion-ejb-jar deployment-time="e7f1ce76f6" deployment-version="1.0.2.2">
    <enterprise-beans>
    <message-driven-deployment
    name="ProlianceMDB"
    connection-factory-location="java:comp/resource/ojms/TopicConnectionFactories/aqTcf"
    destination-location="java:comp/resource/ojms/Topics/PROLIANCE.OUT_AQ"
    subscription-name="PROLIANCE_SUBSCRIBER">
    </message-driven-deployment>
    </enterprise-beans>
    </orion-ejb-jar>
    Full startup trace is:
    C:\ora\oc4j_9.0.3\j2ee\home>java -Djdbc.connection.debug=true -jar oc4j.jar
    Node started with id=-2143203582
    Auto-unpacking C:\ora\oc4j_9.0.3\j2ee\home\applications\ProlianceMDB.ear... done.
    Auto-unpacking C:\ora\oc4j_9.0.3\j2ee\home\applications\ProlianceMDB\ProlianceMDB.war... done.
    Auto-deploying ProlianceMDB (New server version detected)...
    Copying default deployment descriptor from archive at C:\ora\oc4j_9.0.3\j2ee\home\applications\ProlianceMDB/ProlianceMDB
    .jar/META-INF/orion-ejb-jar.xml to deployment directory C:\ora\oc4j_9.0.3\j2ee\home\application-deployments\ProlianceMDB
    \ProlianceMDB.jar...
    Auto-deploying ProlianceMDB.jar (New server version detected)... done.
    Error initializing the Oracle JMS Resource provider for Topics: Not an OracleConnection
    Error deploying file:/C:/ora/oc4j_9.0.3/j2ee/home/applications/ProlianceMDB/ProlianceMDB.jar homes: No javax.jms.Destina
    tion found at the specified destination-location (java:comp/resource/ojms/Topics/PROLIANCE.OUT_AQ) for MessageDrivenBean
    ProlianceMDB
    OrionCMTConnection not closed, check your code!
    Logical connection not closed, check your code!
    Created at:
    java.lang.Throwable: OrionCMTConnection created
    at com.evermind.sql.OrionCMTConnection.<init>(OrionCMTConnection.java:42)
    at com.evermind.sql.OrionCMTDataSource.getConnection(OrionCMTDataSource.java:82)
    at oracle.jms.AQjmsConnection.newDBConnection(AQjmsConnection.java:1681)
    at oracle.jms.AQjmsConnection.<init>(AQjmsConnection.java:537)
    at oracle.jms.AQjmsTopicConnectionFactory.createTopicConnection(AQjmsTopicConnectionFactory.java:232)
    at oracle.jms.OjmsResource.initT(OjmsResource.java:512)
    at oracle.jms.OjmsResource.initAQ(OjmsResource.java:411)
    at oracle.jms.OjmsResource.init(OjmsResource.java:214)
    at oracle.jms.OjmsContextFactory.getObjectInstance(OjmsContextFactory.java:103)
    at oracle.jms.OjmsContext.getResource(OjmsContext.java:328)
    at com.evermind.server.Application.lookupResource(Application.java:2548)
    at com.evermind.server.Application.lookupResource(Application.java:2563)
    at com.evermind.server.ApplicationContext.handleResourceLookup(ApplicationContext.java:639)
    at com.evermind.server.ApplicationContext.lookup(ApplicationContext.java:162)
    at com.evermind.server.ApplicationContext.lookup(ApplicationContext.java:66)
    at com.evermind.server.ejb.MessageDrivenHome.<init>(MessageDrivenHome.java:236)
    at com.evermind.server.ejb.EJBPackageDeployment.bindHomes(EJBPackageDeployment.java:304)
    at com.evermind.server.ejb.EJBContainer.postInit(EJBContainer.java:595)
    at com.evermind.server.Application.postInit(Application.java:431)
    at com.evermind.server.Application.setConfig(Application.java:136)
    at com.evermind.server.ApplicationServer.addApplication(ApplicationServer.java:1635)
    at com.evermind.server.ApplicationServer.initializeApplications(ApplicationServer.java:1585)
    at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:1240)
    at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:93)
    at java.lang.Thread.run(Thread.java:484)
    Auto-deploying ProlianceMDB Poster (New server version detected)...
    Oracle9iAS (9.0.3.0.0) Containers for J2EE initialized
    Using native aqapi.jar with OC4J -didn't copy from 9.2.0.2 DB. 9.2.0.2 patchset ran fully, completed fine. What's going wrong?
    Brian

    Shouldn't I be getting a com.evermind.sql.OrclCMTConnection created instead of a com.evermind.sql.OrionCMTConnection (per the stack trace)? OJMS is complaining that it doesn't have an OracleCOnnection but how do I tell it to use the "OrclCMTConnection" class instead?
    Brian

  • "not a valid location for linked resource" in Flash Builder 4.7

    Hi,
    I'm constantly running into the problem, that Flash Builder simply won't let one create a linked resource that points to a location on the same drive?
    I'm getting the infamous
    "...not a valid location for linked resource..."
    error message.
    I'm using FB 4.7 with Flash Professional CC.
    Is that supposed to work at all?
    I've 1 workspace where I've successfully created a linked resouce - but it fails for all others. Even when I'm setting up a new WS.
    And it's totally unclear to me why it had worked there but not in all others that I'm trying to create.
    André

    A year later, but I'm facing the same bug.
    If your ever found a solution I'd be glad to hear.
    I filed a bug with more details and my own workaround: 
      3697022

  • Failure of ACL setting for CIFS share resource on Windows client logined with administrator account

    Hi,
      We accounter a puzzle of ACL setting for a CIFS share resource. In our application, we use the
    administrator account to login a Windows 7 OS which is used as the CIFS client. We can access the share resource by "\\server_ip" on  this CIFS client,  but we can't add
    a new ACE to the ACL of a CIFS share resource provided by a CIFS server.
    Why dose this hanppen? Note that the CIFS server maybe a Windows OS or a self-developed CIFS server. 
      The operation details as followed:
    1.Access the share resource by "\\server_ip", login the CIFS server by a valid account on the CIFS server.
    2.On the Windows client, select the "Security" panel in the mouse-right-button properties dialog of a cifs share resource.
    3.To add a new ACE for someone eg. user0, we input "user0" in the "Select Users ans Groups" dialog popped up.
    4.Click OK, but the Windows client will not get the user information for user0 from the CIFS server.
    WHY?
    5.By wireshare network trace, we find the Windows client didn't send any SAMR requests to the CIFS server.
    6.Restart the Windows client OS and login again with another account except administrator, carry out the above operations. We find that the Windows client can get the user information, opposite with the step 4 above.
    WHY?
    7.By wireshare network trace, we find that the Windows client has sent SAMR requests to the CIFS server to get user informations. But that is different from step 5,  WHY?
    If the Windows client OS is login with administrator account, is there any configuration on Windows client to decide whether request user information on CIFS server when setting ACL for CIFS share resource?
    Expect your help.Thanks.
    Best wishes.

    The purpose of this forum is to support the Open Specifications documentation. You can read about the Microsoft Open Specifications program here,
    http://www.microsoft.com/openspecifications/en/us/default.aspx
    The library of Open Specification documents is located here,
    http://msdn.microsoft.com/en-us/library/dd208104.aspx
    It doesn’t appear that you are implementing one of the protocols cited.  Your question may be more applicable to Technet's Windows Server Platform Networking forum at
    https://social.technet.microsoft.com/Forums/en-US/home?forum=winserverPN or the File Services and Storage forum at
    https://social.technet.microsoft.com/Forums/en-US/home?forum=winserverfiles.
    If you are working on implementing a protocol using the specifications cidet above, please provide more detail.
    Bryan S. Burgin Senior Escalation Engineer Microsoft Protocol Open Specifications Team

  • WebView's default location for local resources

    I did a bunch of searching but have not been able to see where the default path location is for WebView when resources, such as images, css or html files, are specified locally.
    In other words, if I specify a <img src="pic.png"/>, where does the resolution to the pic.png occur assuming that the html was loaded using loadContent("...html page as a string...").
    I have a number of local web pages to display with customized content and I need to specify many different local resources, images, javascript and stylesheets. The topmost web page is loaded as a classpath resource, converted into a string then loaded using WebEngine.loadContent. The location property is blank in this case.

    Well, I really need this to work, so I pushed on. It seems that there is no good way to anchor the "location" if you load WebEngine using loadContent. So I went ahead and experimented with an URL handler. Since my application does not use any other components that set the URL handler factory, I set my own and created a classpath URL handler. If you use OSGi there are nicer ways to set this, but the code below worked for me. I now load the WebEngine using load instead of loadContent.
    The scala URL handler code which is not very exciting is here.

  • BEA-141230 Could Not locate descriptor file for System Resource: DS name

    Guys,
    When I start the Admin and Managed server ..I get below warning message.
    *<Warning> <Management> <BEA-141230> <Could Not locate descriptor file for System Resource : datasource1.>*
    I know that weblogic server is unable to locatie datasource1.xml file at <SOA_HOME>/user_projects/domains/base_domain/config/jdbc
    Is there any way to to get rid off from this error? I tried to delete datasource from weblogic Admin console, but get below error:
    java.lang.NullPointerException
    All changes have been activated. No restarts are necessary.
    Errors were encountered while performing this delete operation.
    Thanks,
    Ab

    Are you starting servers with the root user? make sure that using whichever user you are starting server, it has full access on MW_Home and it's sub-directories. You may consider raising a support SR.
    Regards,
    Anuj

  • How to set property for KM Resource in webdynpro Java

    Hi all
    i am trying to set the property for KM resource in webdynpro for java.
    can anybody send sample code, then it will be great help to us?
    Regards
    Sunil

    Hi Sunil,
    check in sdn with thread name as
    "Reading property from a resource via api, tricky one"
    Koti Reddy

  • Unable to locate specified base class 'resources.style1.HelpButtonIcon' for component class

    Hi,
    I have a Flex (4.1.0) project, which has many skinnable custom components. The application allows a user to choose another style which changes these skins via loading a new compiled CSS. These non-default skins are in a separate Flex project.  I've not had a problem with this method until now.
    The custom component I am skinning contains several icons which are defined in the component like this:
    [SkinPart(required="true", type="mx.core.IVisualElement")]
    public var componentIconHelp:IFactory;
    then I use the iconRendererFunction to return the appropriate component part:
    private function iconRendererFunction(item:Object):IFactory
         //truncated method    
         return componentIconHelp;
    Within the skin for "style1", I then have
    <s:Skin xmlns:fx="http://ns.adobe.com/mxml/2009"
         xmlns:s="library://ns.adobe.com/flex/spark"
         xmlns:mx="library://ns.adobe.com/flex/mx"
         xmlns:style1="resources.style1.*">
    <!-- host component -->
    <fx:Metadata>
         [HostComponent("myApp.components.ButtonComponent")]
    </fx:Metadata>
    <fx:Declarations>
         <fx:Component id="componentIconHelp">
              <style1:HelpButtonIcon />
         </fx:Component>
    </Declarations>
    When I try to compile this, I get the "Unable to locate specified base class 'resources.style1.HelpButtonIcon' for component class 'resources.style1.ButtonComponentSkinInnerClass0'" error.
    If I remove the HelpButtonIcon from the <fx:Component> declaration, and just put it in the main body of the skin, it compiles and renders, but I need it to be a component (there's multiple components I have to choose from to display, similar to the ButtonBar skin).
    Any ideas why it's not compiling and what I need to do to achive this?
    Thanks

    Thanks, one step closer (or further away :-)
    I tried adding the airspark.swc to the library path for the project and it made no difference so I added:
    -external-library-path /Applications/Adobe Flash Builder 4/sdks/4.0.0/frameworks/libs/air/airspark.swc
    to the external tools configuration and now get the error:
    command line: Error: unable to open 'Flash'
    The project itself runs fine, it's only the ASDocs that's causing problems.

  • Deployment Issues with Custom TS variables set for client

    Good Day folks!
    I have come across an interesting issue that I have not been able to find a quick fix as such I am looking for some ideas where to trouble shoot my issue moving forwards.
    So the Issue:
    I have a TS that deploys a Windows 8.1 SOE image, this is done first by using a PXE boot PE image for an “unknown” systems to load a Custom HTA. This HTA allows me manually add the system to SCCM and add it to a required deployments collection that has the
    8.1 SOE deployed to it.
    The HTA also sets a few custom variables for the system resource things like system location, Machine Domain etc. 
    Once the HTA has run the system then has a delay to allow for the resource to show up tin the 8.1 deployment collection and then closes.
    Now all this appears to work fine, the system is added to the collection, reboots and the deployment runs from start to finish without error.
     I can also check the system resource and the variables are present.
    The problem I have found is that the custom variables for this resource are not being used by the TS after reboot.. upon further investigation I found that these variables are not even being retrieved ( ran a VB script to save all the variables from the
    TS to a txt file to check this )  Because of this the TS is bypassing some needed TS Tasks.
    A few interesting things to note:
    System appears to be added again when AD discovery is run…. So it causes a Duplicate.
    Client Dose connect to SCCM server after deployment but is not receiving deployments ( is getting some policy )
    Worked with SCCM 2012 but not 2012 R2
    So it appears that when the system reboots from the HTA PE step it has identified itself as an unknown system again…. Even though it has been manually added…
     I am interested to know if first of all if others would agree with this and second how SCCM while running a TS matches itself up to a system to retrieve the custom set variables before client install etc... Or a good place to start looking
    to dig up more information!  Or anything else!
    Thanks
    Stuart.

    Have you taken a look at this hotfix?
    http://support.microsoft.com/kb/2907591
    We had to apply it in order for our variables to be seen.
    joeblow

  • HELP :: Error Location Registration for Workflow - RTC-5347

    Sorry to have to post this again ... I'm just getting anywhere with it .
    Hi all,
    Specs
    OWB 9.2.0.2.8 (Client) OWB 9.2.0.2.0 (Repository)
    Oracle Workflow 2.6.2
    Oracle 9.2.0.3.0
    Sunos 9
    I have completed the OWB install, both client and severside. Oracle Workflow repository installed on Server.
    During my test of all components I had encountered the following error while trying to register the Oracle Workflow location.
    RTC-5347: Schema owf_mgr does not contain an Oracle Workflow Repository
    After checking the forum I came across a work around for version 9.0.4 where multi language support was being used.
    Checking my WF_RESOURCES table in the OWF_MGR schema I have the following information. The note explains this has been resolved in later releases such as 9.2. The work around updates records where the language <> 'US' So the work around does not apply.
    TYPE,NAME,LANGUAGE,SOURCE_LANG,ID,TEXT,PROTECT_LEVEL,CUSTOM_LEVEL
    WFTKN,WF_SYSTEM_GUID,US,US,0,C927BE17AFC92A14E0340003BA361452,0,0
    WFTKN,WF_SYSTEM_STATUS,US,US,0,ENABLED,0,0
    I'm not sure where to go from here. Has anyone come across the same problem with OWB 9.2 ? If so how did you resolve it.
    Thanks
    Nick
    Nick,
    Can you verify whether there are any invalid objects in the owf_mgr schema? Also, can you execute:
    select count(object_name)
    from user_objects
    connected to the schema?
    Thanks,
    Mark.
    Hi Mark,
    All objects are valid. 644 of them.
    I've also checked the WF_LANGUAGES view to verify that US - American - America has the installed_flag set to Y.
    Checked the RDBMS to confirm American - America as the NLS_LANGUAGE and NLS_Territory are set.
    I also tried to use Workflow Builder client to narrow down the problem. Using Worflow Client I get an 1004 error. Reading up on this problem reffers to languages not being supported.
    The workflow install log contains - American_America.WE8ISO8859P1 Which does not match the WF_LANGUAGES setting for AMERICAN (US7ASCII) ? So not sure why.
    I'm getting fustrated with this as there doesn't seem to be any documentation on what it should be configured like.
    Thanks
    Nick

    Hi all,
    Just incase you find yourself in the same frustrating situation, here is the solution.
    Firstly ensure competent DBA on board. My DBA installed two languages, US and GB. To complicate things further the Workflow install log showed several errors which were ignored. Importantly the loading of resources into the WF_RESOURCES table. So here is my fix.
    Add a row the the WF_RESOURCES table with parameters.
    WF_VERSION and setting the text to 2.6.2, default the other fields to 0.
    Next use the wfnlena.sql script to enable the GB langauge in table WF_LOCAL_LANGUAGES.
    Thanks
    Nick Macolino

  • Problems rebooting: "couldn't lock for reboot: Resource busy"

    Hi there,
    I'm having trouble rebooting my Xserve G4. The server has been up for 128 days, and a previous admin had installed some software updates, and I recently applied several new ones including 'Java for Mac OS X 10.5 Update 5', QuickTime 7.6.6 and Safari 4.0.5.
    It appears it's been trying to reboot ever since the first set of updates, but is not able to. What is strange is that even after having applied the updates mentioned, Server Admin still lists these same software updates as new, uninstalled updates, and asks me to install them.
    Also, the CPU usage is running at around 60%, and diskarbitrationd and kextcache seem to be the main CPU hogs.
    I have tried asking the machine to reboot through Server Monitor, and it fails, stating:
    14/05/2010 10:32:42: Starting remote hardware monitoring for ‘laramie.gcal.ac.uk’
    14/05/2010 10:32:43: Server contacted successfully
    14/05/2010 10:32:43: Connection to server established
    14/05/2010 10:33:01: Restart request sent, waiting for confirmation…
    14/05/2010 10:33:01: Server restarting
    14/05/2010 10:33:12: Failed to contact server
    14/05/2010 10:38:46: Restart request sent, waiting for confirmation…
    14/05/2010 10:39:10: Server restarting
    14/05/2010 10:49:18: Configuration sent, waiting for confirmation…
    14/05/2010 10:49:19: Configuration sent, waiting for confirmation…
    14/05/2010 10:49:24: Configuration received by server and now active
    14/05/2010 10:49:24: Configuration received by server and now active
    But the server never actually reboots.
    I've also tried 'sudo reboot' at the shell, and this generates:
    laramie:~ swadmin$ sudo reboot
    reboot: / is busy updating; waiting for lock
    reboot: couldn't lock for reboot: Resource busy
    Here's what's in /var/log/system.log, on a continuous loop:
    May 14 11:04:36 laramie servermgrd[55638]: --Module servermgr_xserve's response has retain count of 1.
    May 14 11:04:37 laramie kextd[24]: 0x17ad40 exited without unlocking '/'
    May 14 11:04:37 laramie kextd[24]: / is still busy, delaying reboot
    May 14 11:04:38 laramie com.apple.launchd[1] (com.apple.UserNotificationCenter[39316]): Exited with exit code: 1
    May 14 11:04:38 laramie com.apple.launchd[1] (com.apple.UserNotificationCenter): Throttling respawn: Will start in 9 seconds
    May 14 11:04:40 laramie com.apple.launchd[1] (com.apple.UserNotificationCenter): Throttling respawn: Will start in 7 seconds
    May 14 11:04:41 laramie kextd[24]: 0x17ad40 exited without unlocking '/'
    May 14 11:04:41 laramie kextd[24]: / is still busy, delaying reboot
    May 14 11:04:42 laramie com.apple.launchd[353] ([0x0-0x1540c3f7].com.apple.finder[39326]): Exited with exit code: 1
    May 14 11:04:44 laramie com.apple.launchd[1] (com.apple.UserNotificationCenter): Throttling respawn: Will start in 3 seconds
    May 14 11:04:45 laramie kextd[24]: 0x17ad40 exited without unlocking '/'
    May 14 11:04:45 laramie kextd[24]: / is still busy, delaying reboot
    May 14 11:04:48 laramie servermgrd[55638]: --Module servermgr_xserve's response has retain count of 1.
    May 14 11:04:48 laramie kextd[24]: 0x17ad40 exited without unlocking '/'
    May 14 11:04:48 laramie kextd[24]: / is still busy, delaying reboot
    May 14 11:04:49 laramie com.apple.launchd[1] (com.apple.UserNotificationCenter[39346]): Exited with exit code: 1
    May 14 11:04:49 laramie com.apple.launchd[1] (com.apple.UserNotificationCenter): Throttling respawn: Will start in 8 seconds
    May 14 11:04:50 laramie com.apple.launchd[353] ([0x0-0x1540e3f9].com.apple.finder[39347]): Exited with exit code: 1
    May 14 11:04:51 laramie com.apple.launchd[1] (com.apple.UserNotificationCenter): Throttling respawn: Will start in 7 seconds
    May 14 11:04:52 laramie kextd[24]: 0x17ad40 exited without unlocking '/'
    May 14 11:04:52 laramie kextd[24]: / is still busy, delaying reboot
    May 14 11:04:54 laramie com.apple.launchd[1] (com.apple.UserNotificationCenter): Throttling respawn: Will start in 4 seconds
    May 14 11:04:55 laramie kextd[24]: 0x17ad40 exited without unlocking '/'
    May 14 11:04:55 laramie kextd[24]: / is still busy, delaying reboot
    May 14 11:04:57 laramie com.apple.launchd[353] ([0x0-0x154113fc].com.apple.finder[39370]): Exited with exit code: 1
    May 14 11:04:57 laramie com.apple.launchd[1] (com.apple.UserNotificationCenter): Throttling respawn: Will start in 1 seconds
    May 14 11:04:58 laramie kextd[24]: 0x17ad40 exited without unlocking '/'
    May 14 11:04:58 laramie kextd[24]: / is still busy, delaying reboot
    May 14 11:04:59 laramie com.apple.launchd[1] (com.apple.UserNotificationCenter[39378]): Exited with exit code: 1
    May 14 11:04:59 laramie com.apple.launchd[1] (com.apple.UserNotificationCenter): Throttling respawn: Will start in 9 seconds
    May 14 11:05:00 laramie servermgrd[55638]: --Module servermgr_xserve's response has retain count of 1.
    May 14 11:05:00 laramie com.apple.launchd[1] (com.apple.UserNotificationCenter): Throttling respawn: Will start in 8 seconds
    May 14 11:05:01 laramie kextd[24]: 0x17ad40 exited without unlocking '/'
    May 14 11:05:01 laramie kextd[24]: / is still busy, delaying reboot
    May 14 11:05:03 laramie com.apple.launchd[353] ([0x0-0x154143ff].com.apple.finder[39392]): Exited with exit code: 1
    May 14 11:05:04 laramie com.apple.launchd[1] (com.apple.UserNotificationCenter): Throttling respawn: Will start in 4 seconds
    May 14 11:05:04 laramie kextd[24]: 0x17ad40 exited without unlocking '/'
    May 14 11:05:04 laramie kextd[24]: / is still busy, delaying reboot
    May 14 11:05:06 laramie com.apple.launchd[1] (com.apple.UserNotificationCenter): Throttling respawn: Will start in 2 seconds
    May 14 11:05:07 laramie kextd[24]: 0x17ad40 exited without unlocking '/'
    May 14 11:05:07 laramie kextd[24]: / is still busy, delaying reboot
    May 14 11:05:10 laramie com.apple.launchd[1] (com.apple.UserNotificationCenter[39413]): Exited with exit code: 1
    May 14 11:05:10 laramie com.apple.launchd[1] (com.apple.UserNotificationCenter): Throttling respawn: Will start in 9 seconds
    May 14 11:05:10 laramie com.apple.launchd[353] ([0x0-0x15416401].com.apple.finder[39415]): Exited with exit code: 1
    May 14 11:05:10 laramie com.apple.launchd[1] (com.apple.UserNotificationCenter): Throttling respawn: Will start in 8 seconds
    May 14 11:05:11 laramie kextd[24]: 0x17ad40 exited without unlocking '/'
    May 14 11:05:11 laramie kextd[24]: / is still busy, delaying reboot
    May 14 11:05:14 laramie com.apple.launchd[1] (com.apple.UserNotificationCenter): Throttling respawn: Will start in 4 seconds
    May 14 11:05:15 laramie kextd[24]: 0x17ad40 exited without unlocking '/'
    May 14 11:05:15 laramie kextd[24]: / is still busy, delaying reboot
    May 14 11:05:17 laramie com.apple.launchd[353] ([0x0-0x15419404].com.apple.finder[39433]): Exited with exit code: 1
    May 14 11:05:18 laramie com.apple.launchd[1] (com.apple.UserNotificationCenter): Throttling respawn: Will start in 1 seconds
    May 14 11:05:18 laramie kextd[24]: 0x17ad40 exited without unlocking '/'
    May 14 11:05:18 laramie kextd[24]: / is still busy, delaying reboot
    May 14 11:05:21 laramie com.apple.launchd[1] (com.apple.UserNotificationCenter[39445]): Exited with exit code: 1
    May 14 11:05:21 laramie com.apple.launchd[1] (com.apple.UserNotificationCenter): Throttling respawn: Will start in 9 seconds
    May 14 11:05:22: --- last message repeated 1 time ---
    May 14 11:05:22 laramie kextd[24]: 0x17ad40 exited without unlocking '/'
    May 14 11:05:22 laramie kextd[24]: / is still busy, delaying reboot
    May 14 11:05:24 laramie com.apple.launchd[353] ([0x0-0x1541c407].com.apple.finder[39454]): Exited with exit code: 1
    May 14 11:05:24 laramie com.apple.launchd[1] (com.apple.UserNotificationCenter): Throttling respawn: Will start in 5 seconds
    May 14 11:05:25 laramie kextd[24]: 0x17ad40 exited without unlocking '/'
    May 14 11:05:25 laramie kextd[24]: / is still busy, delaying reboot
    May 14 11:05:27 laramie com.apple.launchd[1] (com.apple.UserNotificationCenter): Throttling respawn: Will start in 3 seconds
    May 14 11:05:28 laramie kextd[24]: 0x17ad40 exited without unlocking '/'
    May 14 11:05:28 laramie kextd[24]: / is still busy, delaying reboot
    May 14 11:05:30 laramie com.apple.launchd[353] ([0x0-0x1541e409].com.apple.finder[39477]): Exited with exit code: 1
    May 14 11:05:31 laramie kextd[24]: 0x17ad40 exited without unlocking '/'
    May 14 11:05:31 laramie kextd[24]: / is still busy, delaying reboot
    May 14 11:05:31 laramie com.apple.launchd[1] (com.apple.UserNotificationCenter[39480]): Exited with exit code: 1
    May 14 11:05:31 laramie com.apple.launchd[1] (com.apple.UserNotificationCenter): Throttling respawn: Will start in 9 seconds
    May 14 11:05:33 laramie com.apple.launchd[1] (com.apple.UserNotificationCenter): Throttling respawn: Will start in 7 seconds
    May 14 11:05:34 laramie kextd[24]: 0x17ad40 exited without unlocking '/'
    May 14 11:05:34 laramie kextd[24]: / is still busy, delaying reboot
    May 14 11:05:37 laramie com.apple.launchd[1] (com.apple.UserNotificationCenter): Throttling respawn: Will start in 3 seconds
    May 14 11:05:37 laramie com.apple.launchd[353] ([0x0-0x1542140c].com.apple.finder[39498]): Exited with exit code: 1
    May 14 11:05:37 laramie kextd[24]: 0x17ad40 exited without unlocking '/'
    May 14 11:05:37 laramie kextd[24]: / is still busy, delaying reboot
    May 14 11:05:03 laramie com.apple.launchd[353] ([0x0-0x154143ff].com.apple.finder[39392]): Exited with exit code: 1
    May 14 11:05:04 laramie com.apple.launchd[1] (com.apple.UserNotificationCenter): Throttling respawn: Will start in 4 seconds
    May 14 11:05:04 laramie kextd[24]: 0x17ad40 exited without unlocking '/'
    May 14 11:05:04 laramie kextd[24]: / is still busy, delaying reboot
    May 14 11:05:06 laramie com.apple.launchd[1] (com.apple.UserNotificationCenter): Throttling respawn: Will start in 2 seconds
    May 14 11:05:07 laramie kextd[24]: 0x17ad40 exited without unlocking '/'
    May 14 11:05:07 laramie kextd[24]: / is still busy, delaying reboot
    May 14 11:05:10 laramie com.apple.launchd[1] (com.apple.UserNotificationCenter[39413]): Exited with exit code: 1
    May 14 11:05:10 laramie com.apple.launchd[1] (com.apple.UserNotificationCenter): Throttling respawn: Will start in 9 seconds
    May 14 11:05:10 laramie com.apple.launchd[353] ([0x0-0x15416401].com.apple.finder[39415]): Exited with exit code: 1
    May 14 11:05:10 laramie com.apple.launchd[1] (com.apple.UserNotificationCenter): Throttling respawn: Will start in 8 seconds
    May 14 11:05:11 laramie kextd[24]: 0x17ad40 exited without unlocking '/'
    May 14 11:05:11 laramie kextd[24]: / is still busy, delaying reboot
    May 14 11:05:14 laramie com.apple.launchd[1] (com.apple.UserNotificationCenter): Throttling respawn: Will start in 4 seconds
    Here's the output of 'kextstat':
    kextstat
    Index Refs Address Size Wired Name (Version) <Linked Against>
    1 1 0x0 0x0 0x0 com.apple.kernel (9.8.0)
    2 26 0x0 0x0 0x0 com.apple.kpi.bsd (9.8.0)
    3 3 0x0 0x0 0x0 com.apple.kpi.dsep (9.8.0)
    4 33 0x0 0x0 0x0 com.apple.kpi.iokit (9.8.0)
    5 35 0x0 0x0 0x0 com.apple.kpi.libkern (9.8.0)
    6 34 0x0 0x0 0x0 com.apple.kpi.mach (9.8.0)
    7 18 0x0 0x0 0x0 com.apple.kpi.unsupported (9.8.0)
    8 1 0x0 0x0 0x0 com.apple.iokit.IONVRAMFamily (9.8.0)
    9 1 0x0 0x0 0x0 com.apple.driver.AppleNMI (9.8.0)
    10 1 0x0 0x0 0x0 com.apple.iokit.IOSystemManagementFamily (9.8.0)
    11 1 0x0 0x0 0x0 com.apple.iokit.ApplePlatformFamily (9.8.0)
    12 29 0x0 0x0 0x0 com.apple.kernel.6.0 (7.9.9)
    13 1 0x0 0x0 0x0 com.apple.kernel.bsd (7.9.9)
    14 1 0x0 0x0 0x0 com.apple.kernel.iokit (7.9.9)
    15 1 0x0 0x0 0x0 com.apple.kernel.libkern (7.9.9)
    16 1 0x0 0x0 0x0 com.apple.kernel.mach (7.9.9)
    17 14 0x35594000 0x14000 0x13000 com.apple.iokit.IOPCIFamily (2.6) <7 6 5 4>
    18 4 0x355ae000 0x5000 0x4000 com.apple.driver.IOPlatformFunction (1.8.7d5) <12>
    19 0 0x355c5000 0x10000 0xf000 com.apple.driver.AppleMacRISC2PE (1.8.7d5) <18 17 12 7 5 4>
    20 0 0x35688000 0x6000 0x5000 com.apple.BootCache (30.4) <7 6 5 4 2>
    21 1 0x3578e000 0x4c000 0x4b000 com.apple.iokit.IOHIDFamily (1.5.5) <7 6 5 4 2>
    22 0 0x357e2000 0x4000 0x3000 com.apple.security.TMSafetyNet (3) <7 6 5 3 2>
    23 0 0x35806000 0xb000 0xa000 com.apple.nke.applicationfirewall (1.6.77) <7 6 5 4 2>
    24 0 0x35860000 0x1e000 0x1d000 com.apple.security.seatbelt (107.12) <7 6 5 3 2>
    25 0 0x3a2f0000 0x4000 0x3000 com.apple.driver.AppleFlashNVRAM (1.0.5) <12>
    27 0 0x3a376000 0xa000 0x9000 com.apple.driver.AppleMacRiscPCI (3.4.0) <17 12>
    28 0 0x3b39b000 0x8000 0x7000 com.apple.driver.AppleI2C (4.0.0d2) <12>
    29 0 0x3b3b3000 0x4000 0x3000 com.apple.driver.AppleCPUThermo (2.0.0a0) <12>
    30 0 0x3b44f000 0x6000 0x5000 com.apple.driver.AppleKiwiRoot (1.0.5f1) <17 12>
    31 2 0x3b673000 0x5b000 0x5a000 com.apple.iokit.IOFireWireFamily (3.4.9) <6 5 4 2>
    32 0 0x3b712000 0x2f000 0x2e000 com.apple.driver.AppleFWOHCI (3.9.7) <31 17 7 6 5 4 2>
    33 1 0x3b7e3000 0x5000 0x4000 com.apple.iokit.IOKeyLargo (1.7.2f1) <12>
    34 0 0x3b7fc000 0x7000 0x6000 com.apple.driver.AppleKeyLargo (1.7.2f1) <33 18 17 12>
    35 3 0x3b966000 0x37000 0x36000 com.apple.iokit.IOUSBFamily (3.4.9) <7 6 5 4 2>
    36 0 0x3ba59000 0xe000 0xd000 com.apple.driver.AppleUSBOHCI (3.4.6) <35 17 6 5 4>
    37 0 0x3ba76000 0x3000 0x2000 com.apple.driver.AppleBlower (2.0.0) <12>
    38 0 0x3ba87000 0x4000 0x3000 com.apple.driver.MacIOGPIO (1.3.0d0) <12>
    39 0 0x3ba9c000 0x5000 0x4000 com.apple.driver.I2CGPIO (1.3.0d0) <12>
    40 2 0x3bb84000 0x22000 0x21000 com.apple.iokit.IOSCSIArchitectureModelFamily (2.1.1) <6 5 4 2>
    41 1 0x3bbb7000 0xc000 0xb000 com.apple.iokit.IOSCSIParallelFamily (1.5.2) <40 6 5 4 2>
    42 0 0x3bbfb000 0x18000 0x17000 com.apple.driver.AppleLSIFusionMPT (2.0.3) <41 17 6 5 4 2>
    43 0 0x3bc27000 0x3000 0x2000 com.apple.driver.AppleKeyswitch (1.0.4d1) <12>
    44 0 0x3bc86000 0x4000 0x3000 com.apple.driver.AppleMPIC (1.5.3) <17 12>
    45 2 0x3bd0e000 0x12000 0x11000 com.apple.iokit.IOATAFamily (2.0.1) <6 5 4 2>
    48 0 0x3bd4e000 0x4000 0x3000 com.apple.driver.AppleVIA (1.5.1d1) <12>
    49 0 0x3bd6a000 0x4000 0x3000 com.apple.driver.AppleGPIO (1.3.0d0) <18 12>
    50 0 0x3be74000 0x16000 0x15000 com.apple.driver.ApplePMU (2.5.6d2) <21 12 7 6 5 4>
    51 0 0x3bee6000 0x3000 0x2000 com.apple.iokit.IOUSBUserClient (3.4.9) <35 6 5 4>
    52 0 0x3bf9b000 0x10000 0xf000 com.apple.driver.AppleUSBHub (3.4.9) <35 6 5 4>
    53 0 0x3c029000 0x4000 0x3000 com.apple.driver.AppleKiwiATA (1.0.2f1) <45 17 12>
    55 5 0x3c13f000 0x21000 0x20000 com.apple.iokit.IOStorageFamily (1.5.6) <7 6 5 4 2>
    56 0 0x3c19c000 0x13000 0x12000 com.apple.iokit.IOATABlockStorage (2.0.6) <55 45 6 5 4 2>
    58 0 0x3c2f5000 0x6000 0x5000 com.apple.driver.XsanFilter (2.7.91) <55 12>
    60 0 0x3c4f4000 0x24000 0x23000 com.apple.driver.AppleRAID (3.0.19) <55 6 5 4>
    61 2 0x356c5000 0x26000 0x25000 com.apple.iokit.IOGraphicsFamily (1.7.3) <17 7 6 5 4>
    62 1 0x356eb000 0x18000 0x17000 com.apple.iokit.IONDRVSupport (1.7.3) <61 17 7 6 5 4>
    63 0 0x3567d000 0x3000 0x2000 com.apple.driver.AppleI2S (1.0.1f1) <12>
    64 1 0x35703000 0xc000 0xb000 com.apple.iokit.IOSerialFamily (9.4) <7 6 5 4 2>
    65 0 0x3570f000 0x9000 0x8000 com.apple.driver.AppleRS574Serial (1.3b7) <64 12>
    66 0 0x35718000 0x4000 0x3000 com.apple.driver.AppleLED (2.0.0a2) <12>
    67 0 0x3571c000 0x4000 0x3000 com.apple.driver.AppleLM87 (2.0.0) <12>
    69 0 0x357e6000 0xf000 0xe000 com.apple.driver.AppleVSP (2.2.2) <12>
    70 3 0x35811000 0x1f000 0x1e000 com.apple.iokit.IONetworkingFamily (1.6.1) <7 6 5 4 2>
    71 0 0x35830000 0xb000 0xa000 com.apple.iokit.IOFireWireIP (1.7.7) <70 31 6 5 4 2>
    72 1 0x35723000 0x4000 0x3000 com.apple.kext.OSvKernDSPLib (1.1) <6 5>
    73 2 0x3b49d000 0x20000 0x1f000 com.apple.iokit.IOAudioFamily (1.6.9fc5) <72 6 5 4 2>
    74 0 0x35727000 0x5000 0x4000 com.apple.driver.VirtualAudioDriver (2.5.8f1) <73 12>
    79 0 0x3b4bd000 0x17000 0x16000 com.apple.iokit.AppleBCM5701Ethernet (2.2.3b1) <70 17 6 5 4 2>
    80 0 0x3b3f5000 0xb000 0xa000 com.apple.iokit.AppleGMACEthernet (1.5.9f1) <70 17 6 5 4 2>
    82 0 0x3a2f8000 0x3000 0x2000 com.apple.driver.AppleFPButton (1.0.5a1) <12>
    83 0 0x3a31a000 0x3000 0x2000 com.apple.driver.AppleHWClock (1.5.2d0) <18 12>
    84 0 0x3b4df000 0x44000 0x43000 com.apple.ATIRadeon (5.4.8) <62 61 17 12 4 2>
    86 0 0x3b400000 0x5000 0x4000 com.apple.driver.AudioIPCDriver (1.0.6) <73 6 5 4 2>
    90 0 0x3b57b000 0x16000 0x15000 com.apple.driver.DiskImages (199) <55 7 6 5 4 2>
    91 0 0x3bd9a000 0xd000 0xc000 com.apple.filesystems.autofs (2.0.2) <7 6 5 4 2>
    92 1 0x22c9d000 0xe000 0xe000 com.apple.driver.ndrv.ATY,BlueStar.0x22ca6248 (1.0.0f251)
    93 0 0x3b555000 0x1b000 0x1a000 com.apple.iokit.IOSCSIBlockCommandsDevice (2.1.1) <55 40 6 5 4 2>
    I'd be grateful for any help or advice in clari
    Message was edited by: gregariousfruit

    I got sick of the error so hard-rebooted the server manually. Seems to be fine now, and software updates work as normal.

  • Setting up a Resource Based Calendar with Multiple Permissions

    Using SharePoint 2010 we're trying to schedule multiple conference rooms in a single calendar using calendar resources as described here: office.microsoft.com/en-us/sharepoint-server-help/enable-reservation-of-resources-in-a-calendar-HA101810595 (dot) aspx
    Our requirements are that most of the conference rooms (resources) may be scheduled by anyone, but two of the rooms may only be scheduled by some users (a different set of users for each room...three sets of permissions).
    I suspect there is no way to articulate permissions for different resources, all coming from the same resource list, and I can not figure out how to create more than one resource list per subweb. My solution has been to create two subwebs, one for each of
    the restricted calendars, and have three different calendars which I'm trying to conceal to some degree from the user by making everything look the same, having the same navigational structure everywhere, etc.
    A near-requirement (strongly desired but not absolutely required) is for a master view of all the conference room schedules. Not sure how I'm going to do this yet.
    Questions are:
    Is there a way to assign different permissions to different resources?
    Is there a way to establish more than one resource list for this type of calendar within a single subweb, and if so, how do you assign different calendars to different lists?
    With the approach I've taken, is there a way to combine my three calendars into a single calendar (ideally) or a single "schedule" that users may use to see which conference rooms might be open for a desired date/time?
    Thanks in advance.

    Hi,
    In workflow, use impersonation step. It will help you decide who can view or edit this document.
    You can refer these link to know how impersonation step works:
    http://blogs.sharepoint911.com/blogs/jennifer/Lists/Posts/Post.aspx?ID=91 
    http://www.learningsharepoint.com/2010/07/31/impersonation-in-sharepoint-designer-2010-workflow/

Maybe you are looking for

  • Help on ftpClient

    Hi there, I am a Oracle Developer and I would request your help in using ftpClient. I am using following code for ftping files and then deleting them from the ftp server. import java.io.*; import oracle.sql.*; import java.io.IOException; import sun.n

  • Form Reset Button.. works in Pro., Doesn't in Reader

    I created a form in MS Word 2007 and converted to Actobat Pro 9.2.0 and included a reset and print button.  When opening the document in Reader 8.1.3, the reset button only resets some of the fields, although all of the fields are checkmarked in the

  • Email form and not XML

    Hello, How do I set the email button so that the form is mailed and not the data in XML format? Thank you.

  • Help plz! How do i stop win200professionl from Restarting!?

    Hi, i just put together a p4 2.6 w/ MSI board and it wont stop restarting... could it be the board or the OS.. i have tried re-wiring this thing over n over and i cleared the cmos..but i still get the same results... What should i do? thanks Ryan

  • Have 3.5 gig of Data + 3.5 gig of "Other"...?

    Howdy, I have a gen 1 iPhone running V2.0. As soon as I upgraded, iTunes started to display the phone as having on it my Audio, Video, and Photos totalling 3.5 gig plus 3.5 gig of "Other." My suspicion is that everything on the phone is somehow "dupl