FTPSVC/SMTP Starting then Stoping immediately

Hi,
When i am starting  FTPSVC or SMTP , its starting, then stoping immediately with this messages : -
"Services on local computer started and then stoped. Some services stop automatically if they are not in use by other services or programs "
Basically, I am using Samba4 As Domain controller ( Please dont say, Go away as its not Windows Domain controller ) as i dont think its the issues with Samba4 domain controller as this problem only for this server.
when I added a servername/Administrator into
Local Security Policy - > Local Policies -> user Rights -> log on as a service
i got this messages :
Failed to save loal policy databasee
I have also tryed to install the patch which is provide for that issues.
however IIS is running fine .
Can any one please help me to find out
what configuration/permission i need to change to make it work ??
( if i remove the server from Domain, its works fine , but  also, there are other server is joined to the same domain controller but they works fine)
Really appreciated your help.

Hi alam_2001,
Based on the error message, please navigate to
Run, type Services.msc and click OK. In Services console, please right click those two services and select
Properties. In the service Properties, please:
Select the
Dependencies tab, then check and make sure system components which this service depended on run as normal.
In
Log On tab, please check which account it logged on as.
If this issue still persists, please navigate to Event Viewer and check if you can find some related error
messages.
In addition, based on your description, it seems to be more related to the IIS configuration. I suggest that
you would post your question in IIS Forum. I believe we will get a better assistance there.
http://forums.iis.net/
Hope this helps.
Best regards,
Justin Gu

Similar Messages

  • My itunes opens then closes immediately upon start up - I have loaded and reloaded but it still happens - what's up?

    My itunes opens then closes immediately upon start up - I have loaded and reloaded but it still happens - what's up?

    If you restored to factory defaults/new iPod and are still haveing the problem than an appointment at the Genius Bar of an Apple store is in order.

  • Order of Starting and  Stoping the OBIEE 11 g services in linux...

    Hi all,
    Could you please help me to Starting and Stoping the OBIEE 11.1.1.3 services in linux...
    Thanks in advance...
    Kind Regards,
    Mohan.............

    Hi Srikanth Mandadi ,
    many thanks for yor kind reply...........
    Please help me...........
    Is this is correct what am doing because if am executing the below command in linux
    stopWebLogic.sh bi_server1 [http://usstuobitest01.diversey.com:7001/em] [weblogic] [obiee11g]
    then am getting error like " WLSTException: Error occured while performing connect : null "
    /u01/app/oracle/product/OracleBI_11g/user_projects/domains/bifoundation_domain/bin> stopWebLogic.sh bi_server1 [http://usstuobitest01.diversey.com:7001/em] [weblogic] [obiee11g]
    SVR_GRP =
    Stopping Weblogic Server...
    [WARN ] Use of -Djrockit.optfile is deprecated and discouraged.
    Initializing WebLogic Scripting Tool (WLST) ...
    Welcome to WebLogic Server Administration Scripting Shell
    Type help() for help on available commands
    Connecting to t3://[weblogic] with userid bi_server1 ...
    This Exception occurred at Wed Oct 12 06:21:04 CDT 2011.
    javax.naming.ServiceUnavailableException [Root exception is java.net.UnknownHostException: [weblogic]]
    at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:34)
    at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLInitialContextFactoryDelegate.java:787)
    at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:366)
    at weblogic.jndi.Environment.getContext(Environment.java:315)
    at weblogic.jndi.Environment.getContext(Environment.java:285)
    at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:117)
    at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
    at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
    at javax.naming.InitialContext.init(InitialContext.java:223)
    at javax.naming.InitialContext.<init>(InitialContext.java:197)
    at weblogic.management.scripting.WLSTHelper.populateInitialContext(WLSTHelper.java:520)
    at weblogic.management.scripting.WLSTHelper.initDeprecatedConnection(WLSTHelper.java:573)
    at weblogic.management.scripting.WLSTHelper.initConnections(WLSTHelper.java:313)
    at weblogic.management.scripting.WLSTHelper.connect(WLSTHelper.java:203)
    at weblogic.management.scripting.WLScriptContext.connect(WLScriptContext.java:61)
    at weblogic.management.scripting.utils.WLSTUtil.initializeOnlineWLST(WLSTUtil.java:147)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.python.core.PyReflectedFunction.__call__(Unknown Source)
    at org.python.core.PyMethod.__call__(Unknown Source)
    at org.python.core.PyObject.__call__(Unknown Source)
    at org.python.core.PyObject.invoke(Unknown Source)
    at org.python.pycode._pyx4.connect$1(<iostream>:16)
    at org.python.pycode._pyx4.call_function(<iostream>)
    at org.python.core.PyTableCode.call(Unknown Source)
    at org.python.core.PyTableCode.call(Unknown Source)
    at org.python.core.PyFunction.__call__(Unknown Source)
    at org.python.pycode._pyx15.f$0(/u01/app/oracle/product/OracleBI_11g/user_projects/domains/bifoundation_domain/shutdown.py:6)
    at org.python.pycode._pyx15.call_function(/u01/app/oracle/product/OracleBI_11g/user_projects/domains/bifoundation_domain/shutdown.py)
    at org.python.core.PyTableCode.call(Unknown Source)
    at org.python.core.PyCode.call(Unknown Source)
    at org.python.core.Py.runCode(Unknown Source)
    at org.python.util.PythonInterpreter.execfile(Unknown Source)
    at weblogic.management.scripting.WLST.main(WLST.java:131)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at weblogic.WLST.main(WLST.java:29)
    Caused by: java.net.UnknownHostException: [weblogic]
    at java.net.InetAddress.getAllByName(InetAddress.java:1081)
    at java.net.InetAddress.getAllByName(InetAddress.java:1019)
    at weblogic.rjvm.RJVMFinder.getDnsEntries(RJVMFinder.java:422)
    at weblogic.rjvm.RJVMFinder.findOrCreateInternal(RJVMFinder.java:192)
    at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:170)
    at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:153)
    at weblogic.jndi.WLInitialContextFactoryDelegate$1.run(WLInitialContextFactoryDelegate.java:345)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
    at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:340)
    at weblogic.jndi.Environment.getContext(Environment.java:315)
    at weblogic.jndi.Environment.getContext(Environment.java:285)
    at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:117)
    at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
    at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
    at javax.naming.InitialContext.init(InitialContext.java:223)
    at javax.naming.InitialContext.<init>(InitialContext.java:198)
    at weblogic.management.scripting.WLSTHelper.populateInitialContext(WLSTHelper.java:520)
    at weblogic.management.scripting.WLSTHelper.initDeprecatedConnection(WLSTHelper.java:573)
    at weblogic.management.scripting.WLSTHelper.initConnections(WLSTHelper.java:315)
    at weblogic.management.scripting.WLSTHelper.connect(WLSTHelper.java:203)
    at weblogic.management.scripting.WLScriptContext.connect(WLScriptContext.java:62)
    at weblogic.management.scripting.utils.WLSTUtil.initializeOnlineWLST(WLSTUtil.java:148)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.python.core.PyReflectedFunction.__call__(Unknown Source)
    at org.python.core.PyMethod.__call__(Unknown Source)
    at org.python.core.PyObject.__call__(Unknown Source)
    at org.python.core.PyObject.invoke(Unknown Source)
    at org.python.pycode._pyx4.connect$1(<iostream>:16)
    at org.python.pycode._pyx4.call_function(<iostream>)
    at org.python.core.PyTableCode.call(Unknown Source)
    at org.python.core.PyTableCode.call(Unknown Source)
    at org.python.core.PyFunction.__call__(Unknown Source)
    at org.python.pycode._pyx15.f$0(/u01/app/oracle/product/OracleBI_11g/user_projects/domains/bifoundation_domain/shutdown.py:7)
    ... 11 more
    Problem invoking WLST - Traceback (innermost last):
    File "/u01/app/oracle/product/OracleBI_11g/user_projects/domains/bifoundation_domain/shutdown.py", line 6, in ?
    File "<iostream>", line 22, in connect
    File "<iostream>", line 646, in raiseWLSTException
    WLSTException: Error occured while performing connect : null
    Use dumpStack() to view the full stacktrace
    Done

  • H67MA-E45 (B3) - Start then shudown

    Hi,
    I've a H67MA-45 (B3). It was working properly. I've shutdown normally the computer. Then few days later I start up the computer but nothing on the screen. It starts, stops then restarts immediately etc etc etc.
    On the top of the motherboard, the blue led1 is on for few seconds then off (during the shutdown) then on, then off etc etc
    No changes were made to the config. which was working few days beafore. I've tested another Power supply and memory module. Also made a clear CMOS (Jbat1 pin)
    an idea?
    thanks
    Some specs: memory Kingston KVR133303N9/2G (but tested also with Corsair CM3X1024-1333C9DHX), PSU Antec 380W EA-380D (tesed also with Antec 350W BasiQ), CPU i3 2120

    Quote from: HU16E on 29-July-11, 16:43:14
    Right, understood. That is what makes this tougher to troubleshoot. All the RAM check out ok in another system? If the RAM refuses to initialize, it starts to point as a problem from the dimm slots to the CPU if you follow my thinking here. A lot of work, but a CPU reseat may possibly solve it. It could be a number of things that may have gone bad on the mainboard itself. BIOS chip corruption or failure? It appears you have already tested the most common culprits. Trying a third memory stick should completely exhaust that aspect.
    Tested other memory sticks (other references but all kingston however) .. same results.
    Without any memory it should start and stay on (of course without anything on screen) .. it's not staying on; reboot loop. I'm nearly sure that it's not related to memory stick / memory bank on the motherboard.
    Removal of the cpu does not change anything.
    One thing: the computer was working properly and was shut down normally. Then unplugged (keyboard, mouse, vga, power supply). It was replugged few days later and the loop reboot problem was there.
    EDIT: tested another cpu (i3 2100) ... same thing

  • Blend connects then disconnects immediately

    No problem with Z10, pc and ipad using leaked OS, yesterday I installed OS 10.3.1.1565, SW 10.3.1.2243 OTA from carrier.
    Now Blend verifies, connects and immediately disconnects via pc and ipad. Sometimes I get a message to switch Blend on and even to reboot the Z10.
    Solved!
    Go to Solution.

    Sadly I´m facing the same problem here. Using it on an iPad Air 2 with iOS 8.1.3 and a Blackberry Classic and Q10, both on the latest OS Versions available to me (both on 10.3.1565). The Blend App on the iPad is updated as well. It does show me both of the phones when I log in to the BB ID in Blend on iPad, it does connect to both phones, but then it immediately shows "not connected". Tried to redownload the App, checked if connections where allowed ohn the phones, the Wifi is working fine (checked 3 different Wifis to make sure), IPv6 on the router activated and deactivated, but no change at all. Sad thing is that when you read the comments on the Apple App Store regarding the Blend App, it does seem that its quite a common problem, for a bit of a while now, but seems that they can't fix it. Also wanted to report the problem from the App via report button on the top left corner of the App, but somebody slept while programming it as it seems since there is the Mail App starting with a prepared Email, but the address where the mail should be send to is missing. Its a sad story, Blend is a great idea, but executed absolutely **bleep**ty! Ah, and obviously on my Mac, I´m facing the same problem as many others here, the Programm doesn´t start at all and doesn´t send an error message, so I have no chance to find the problem... Would be good if we could get some info from Blackberry, but this is the only plattform for official support for the app as far as I can see...

  • Tried bit alas did not help. It's too much of a coincidence that I got download then problem immediately after.Still think its Apples fault.Only about 4 of every 10 e mails affected!!!!!

    Tried  bit alas did not help. It's too much of a coincidence that I got  download then problem immediately after.Still think its Apples  fault.Only about 4of every 10 e mails affected!!!!!

    I'd suggest you follow up in the thread you started in regards to the problem rather than starting new topics:
    https://discussions.apple.com/message/24982409#24982409
    If you start a new topic part way through discussing an issue, people don't know what you're referring to. It's also consider impolite to post all in caps in Internet forums, as using caps is considered to be shouting.
    Regards.

  • The window 8 store and all other app open and then close immediately .

    The window 8 store and all other app open and then close immediately .I
    have tried many methods like sfc /scannow,, powershell
    -ExecutionPolicy Unrestricted Add-AppxPackage -DisableDevelopmentMode -Register $Env:SystemRoot\WinStore\AppxManifest.xml without the quotes but , changed registery entries but found no effect . kindly help me !

    Hi ObaidMaki,
    This forum is to discuss problems of Windows Forms. Your question is not related to the topic of this forum.
    I would suggest you posting it in the dedicated Windows Forum
    http://answers.microsoft.com/en-us/windows for more efficient responses, where you can contact Windows experts.
    Best regards,
    Youjun Tang
    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.

  • Why is it when I try to re download apps that were previously deleted from my iCloud, the download looks like it is going to start then it stops almost instantly?

    OK, so this problem has been going on for quite a few months, and has persisted through several iOS updates:
    I deleted both Facebook messenger and Instagram from my iPhone 5s. they have been stored to my iCloud. Now, when I try to re-download just those 2 apps (doesn't happen with any others I have noticed yet), it looks like the download is going to start, but almost immediately switches back to the download from cloud button. I have signed out and back in to my iCloud account and my apple account and neither have worked. A hard reset did not work either. Repeatedly tapping (hey I was frustrated!) did not work either. updating my iOS did not work. It only happens to these 2 seemingly popular, well developed apps. Can anyone provide me a solution? Thanks!

    I Also want to try to avoid doing a full reset if possible. Or whatever the process is called that erases all your photos and messages and apps, Etc.

  • Emac tried to start then stopped, finally after 3 attempts it started

    After a hard drive failure i run my emac on an external hard drive through a fire wire.
    That worked OK till yesterday when it tried to start but after a few seconds of the normal fan noise and before the screen lit up, it stopped. I hit the switch again and it did the same thing 3 times but on the 4th attempt it started but a white screen came on and told me to type "mac-boot" and hit return.
    It finally started.
    The external hard drive was still running OK at the time it had stopped, it was internally that it had stopped.
    I took the back off the emac and vacuumed the dust from inside and after that it has since started normally every time though it seems slower to start, but I could be mistaken about that as I can't now remember noticing how long it took to start before.
    Someone said the problem could be the power supply failing.
    Is there any way for me to diagnose what exactly is wrong, since an emac power supply is not same as a PC power supply?
    Could a PC power supply be modified to replace the emac power supply as I have a failed PC with a good power supply I could use if it would work?
    Any help or suggestions would be appreciated.
    Ann

    Hello and thanks for your reply.
    I neglected to mention that at the time of the hard disk failure I put a new hard disk inside too with the intention of using it as a back up to the External Hard Drive but I found it was easier in the end to get another external hard drive and now I use Time Machine to back up on to that 2nd external hard drive every few days.
    I disconnect the 2nd external hard drive when I'm not backing up data on to it.
    Most of the time when I boot up the emac it somehow knows to go straight to the 1st External Hard Drive instead of the Internal Hard Drive but occasionally it will go to the Internal Hard Drive and when it does that I have to go to System Preferences and then to Startup Disk and actually select the External Hard Drive icon and that's what I had to do every time when it was having that weird starting then stopping phase, ie, every time during the starting then stopping phase, when it did start it went to the Internal Hard Drive even after I would go into Startup Disk and select External Hard Drive it would start on the Internal Hard Drive, so in the end I didn't bother trying any more and I just connected to the internet through the Internal Hard Drive until I took the back off and vacuumed the dust out and ever since I did that it's been running normally, ie, it's always selecting the External Hard Drive again and running at what seems to be normal speed for everything too.
    I just don't know why it went into that starting then stopping phase.
    When it was in the starting then stopping phase the internal fan noise would stop but the little white light next to the DVD door would stay lit up so it was definitely getting some power from somewhere but it was failing to go on and boot up because the power to the internal fan had failed ie, I could clearly hear the fan stop only 3 or 4 seconds after hitting the start button.
    I've just had a look at the capacitors that you suggested and they look perfect, like new in fact, they have a shiny metallic top with a + indented in the top and they are flat and they show no sign of a dried up liquid or any bubbling up anywhere.
    Anyway, your reply was helpful since you ruled out the Power Supply and the capacitors, so thank you for those.
    The friend who advised me how to get going again after the initial hard disk failure, ie, via the External Hard Drive connected by fire wire, did warn me not to touch anything in the back that wasn't directly related to changing the hard drive but thanks for the heads up anyway.
    Ann

  • Trying to use a new, larger external hard drive for my Time Machine backup.  However, every time I start the backup, it gets started then fails.  And, I can't delete the few files that did save on the external.  Sort of a catch 22.  Any ideas?

    Trying to use a new, larger external hard drive for my Time Machine backup.  However, every time I start the backup, it gets started then fails.  And, I can't delete the few files that did save on the external.  Sort of a catch 22.  Any ideas?

    Is it a USB hard drive?  USB hard drives have the problem of not giving full speed if they are hooked up on the same bus as keyboards and mice.  Double check your profiler to make sure that is not a problem.  If it is Firewire, make sure there aren't other firewire devices in use at the same time.  I recommend not only keeping a Time Machine backup, but also a clone, and if you do use Time Machine, to make sure the Time Machine drive or partition is at least twice the size of the original drive.

  • VB6 and Excel loading then unloading immediately

    First off I posted this here
    http://social.msdn.microsoft.com/Forums/office/en-US/4c07879b-e033-4e8f-8266-95f9f606923a/vb6-and-excel-loading-then-unloading-immediately?forum=exceldev However I think this is the right forum for this.
    We have an old VB6 application that uses data from and to Excel 97-2003 XLS and
    Access MDB. This application is slated to be updated to VS2012 and VB.NET. In
    the mean time I have a glitch that I cannot seem to find the issue. When we
    load the VB6 app it opens Excel 2010 in the background for getting and setting
    data. We are set to roll out Office 2010 on everyone’s system and I am still
    unable to find why it works fine on two systems and not on others. With Office
    2007 everything seems to work just fine.
    What happens is when I look at the processes in Task Manager on my Windows 7
    Enterprise edition with Office Professional Plus 2010 system while loading
    the VB6 app I see?
    EXCEL.EXE *32 | "My user name" | 00 CPU | 10,132k | Microsoft Excel
    This is normal and stays in process the entire time I run it on my system. I also have
    this working on another end users system. However the issue and the fix I used
    on our two systems does not seem to work on other systems. I launch the VB6 app
    and it comes up.
    EXCEL.EXE *32 | "My user name" | 00 CPU | 10,132k | Microsoft Excel
    This loads in the processes and then immediately unloads without any errors. Then when I
    execute something that needs to use Excel I get.
    Run-Time error ‘91’:
    Object variable or With block variable not set.
    This only happens if Excel unloads immediately otherwise the program works great. There
    are no events in any of the event logs and our other IT guy said it is loading
    and unloading normally with out crashing.
    I have applied this to the systems http://support.microsoft.com/kb/926430/en-us . In
    all of my searching this looked like the best answer. However only two systems
    are working with Office Professional Plus 2010.
    Here are the references and components.
    References:
    Visual Basic For Applications
    Visual Basic runtime objects and procedures
    Visual Basic objects and procedures
    OLE Automation
    Microsoft DAO 3.6 Object Library
    Microsoft Excel 5.0 Object Library
    Components:
    Controls
    Desaware Animated Button Control
    Microsoft Common Dialog Control 6.0 (SP6)
    Microsoft Data Bound Grid Control 5.0 (SP6)
    Designers
    Dat Environment
    Data Report
    DHTML Page
    WebClass
    Code:
    Public xlApp As Excel.Application
    Public WBSetup As Excel.Workbook
    Public objWbCALC As Excel.Workbook
    Public objShtLEVELS As Excel.Worksheet
    Sub Main()
    ' There is more code here that is not specific to Excel issue
    Set xlApp = Excel.Application
    ' Get the workbook.
    Set objWbCALC = xlApp.Workbooks.Open("c:\temp\Calc.xls")
    Set WBSetup = xlApp.Workbooks.Open("c:\temp\Setup.xls")
    ' Get worksheet
    Set objShtLEVELS = objWbCALC.Worksheets("Levels")
    ' There is more code here that is not specific to Excel issue
    End Sub
    This is working on one system that had Office 2007 and was upgraded to Office 2010. Working on my system with Office 2010. The EXE file is ran from the server you can install it or add the OCX files to local system and register them with regsvr32. No
    new components have been added or changed to the actual VB6 application. It seems to work on two systems and not on other systems.
    However our test system have Office 2010 loaded on it and never had office 2007 on it. Maybe there is a residual left over file on it.
    Any ideas?
    www.ipdg3.com

    Hello,
    Thank you for your post.
    I am afraid that the issue is out of support range of VS General Question forum which mainly discusses
    WPF & SL designer, Visual Studio Guidance Automation Toolkit, Developer Documentation and Help System
    and Visual Studio Editor.
    I would like to know whether you can get the same issue when you create/load a Visual Basic application rather than VB6 in VS2012. If the issue only occurs when you load VB6 app, as Andrew said, there are other better forums for
    VB6 app provided in this thread:
    http://social.msdn.microsoft.com/Forums/vstudio/en-US/6a0719fe-14af-47f7-9f51-a8ea2b9c8d6b/where-to-post-your-vb-6-questions?forum=vbgeneral
    For example:
    VB Forums
    VB City
    Best regards,
    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.

  • Working with my 2 FireWire HD i had a crash. the only way to start was a safe start. then id maged to start from a DVD and install a MAC OS 10.3 wich ran 4 some time then the same problem only safeMode. kernel panic inserted the tech tool DVD

    working with my 2 FireWire HD i had a crash. the only way to start was a safe start. then id maged to start from a DVD and install a MAC OS 10.3 wich ran 4 some time then the same problem only safeMode. kernel panic by inserting the tech tool DVD, wich produces the following highligted text:
    panic(cpu 0 caller =xffff0003): 0x300 - Data access
    latest stack backtrace for CPU 0:
    Backtrace:
    0x0009CC88 0x00D63C 0x00029DAO  0x000BOA10 0x000B4270
    proceeding back via exception chain:
    Exception state (sv=0x26acd700)
    PC=0x2717E900; MSR=0x00009030; DAR=0x00000000; DSISR=0x40000000; LR=0x2717EBE4; R1=0x26AD3AE0; XCP=0x0000000C (0x300 - Data access)
    Backtrace:
    0x27178B0 0x00344ACB 0x00345970 0x2717EC08 0x2718458 0x00340590
    0x003496EC 0x0034B59C 0x0034A6BC 0x000B1DD4
    Kernel Loadable modules in backtrace (with dependencies):
    com.apple.driver.AppleFWDHC1(3.9.5)00x2717c000->0x271aafff
    dependency: com.apple.iokit.10PCIFamily(2.6)00x1e840000
    dependency: com.apple.iokit.I0FireWireFamily(3.4.7)00x270dd000
    Exception state (sv=0x26abd280)
    PC=0x00000000; MSR=0x0000D030; DAR=0x00000000; DSISR=0x00000000; LR=0x00000000;R1=0x00000000; XCP=0x00000000 (unknown)
    BSD process name corresponding to current thread: kernel_task
    so what
    greetings from berlin

    Greetings,
    It appears to be a FW problem, possibly flaky case, or drive problem.
    One way to test is to Safe Boot from the HD, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, Test for problem in Safe Mode...
    PS. Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive
    Reboot, test again.
    If it only does it in Regular Boot, then it could be some hardware problem like Video card, (Quartz is turned off in Safe Mode), or Airport, or some USB or Firewire device, or 3rd party add-on, Check System Preferences>Accounts (Users & Groups in later OSX versions)>Login Items window to see if it or something relevant is listed.
    Check the System Preferences>Other Row, for 3rd party Pref Panes.
    Also look in these if they exist, some are invisible...
    /private/var/run/StartupItems
    /Library/StartupItems
    /System/Library/StartupItems
    /System/Library/LaunchDaemons
    /Library/LaunchDaemons

  • TS3212 Help I have tried to download the new Itunes but it keeps popping up service apple mobile device failed to start verify you have sufficent privledges  to start then my computer froze altogether and I had to end task which then deleted my existing I

    Hepl I tried to download the new version of Itunes  but it came up with the message service apple mobile failed to start verify you have sufficient privledges to start then my computer froze altogether and I had to end task , which wiped my existing itunes and same message keeps popping up when I try to install how do I get my itunes reset up and do I lose all my music ?

    Hello, dindillon. 
    Thank you for visiting Apple Support Communities.
    Here are the best steps to help you resolve this issue.  This will not modify your media library. 
    How to restart the Apple Mobile Device Service (AMDS) on Windows
    http://support.apple.com/kb/TS1567
    iTunes 11.1.4 for Windows: Unable to install or open
    http://support.apple.com/kb/TS5376
    Cheers,
    Jason H.

  • How can i get my imac proceed to home page from restarting endlessly?  it will start then start booting then chime then bck to step one, not even hitting the start up page.... plssss help!

    how can i get my imac proceed to home page from restarting endlessly?  it will start then start booting then chime then bck to step one, not even hitting the start up page.... plssss help!

    Hi
    My Powerbook was the same. Only fix is to reinstall OSX from the install CD but be sure not to pick the Format and install clean. Once you boot with the install CD pick the preserve user data and settings.
    On My machine the reinstall looked perfect. My network, email, files and all the programmes were all there. Most apps worked fine but Adobe CS2, Virtual PC and NetBarrier all needed reinastallation as they reported a few files or registration was missing. I went for the 10.4.3 upgrade again and it worked fine.
    Good luck
    D

  • Satellite M45-S265 tries to start then dies

    I have a M45-S265 and when I turn it on the light comes on (on the switch), the fan comes on then it just dies. I tried taking the battery out and it worked once then froze. Kept trying over a period of a week, same result, came back after a week, with the battery in and it started then froze again.
    I have no idea if this could a faulty switch or what! The fact that it has frozen on the couple of occasions it actually has started has me confused!

    Hi
    Hmm. First of all check if you AC adaptor is ok and if its connected properly to the notebook. You should ensure that AC adaptor provides power to the notebook.
    As next step you should check if its not a software issue. In such case you should try to boot from the Recovery disk.
    If its not possible to reinstall the OS using such disk then a hardware problem could be possible.
    In such case the RAM modules should be checked. Maybe one of the modules or both RAM modules are faulty and therefore the notebook does not run as it should.
    Last but not least if you dont have enough resources to perform such notebook test then a notebook technician should be contacted.

Maybe you are looking for

  • How to save data on a graph and then add new data to it

    i am currently plotting data on a graph from a physical system. However when i want to add new data to the plot, the old one is replaced. I am trying to do more than one plot on the same graph, where the incoming data is at different times. I want so

  • Mapping of Control records in file to idoc scenario

    Hi, In the mapping part of file to idoc scenario is it necessary to provide the exact control record details or will it pick what ever is mentioned ? Can any one please explain regarding the same? Many Thanks, Sharath

  • OBIEE 11.1.1.6 Installation

    Hi, I tried to install obiee 11.1.1.6 . In "configure components" step,it gave error " INST-08072: Operating system does not support IP V 4". Thanks in Regards...

  • Using supplier to update material master (MM02)

    Hi, We have a supplier that manufactures for us and we are asking that they pass certain MARA fields to us, so that we can automatically update the material master.  The primary fields are weights and dimensions.  We are using EDI and the MATMAS mess

  • Why do I get the excalmation sign against music that has just been uploaded from C Ds.

    I have just spent 2 weeks uploading C.Ds. to I Tunes on;ly to find that certain albims are made unavailable when I try to play them.Why is this happening ? AND HOW DO i RESOLVE THIS ISSUE?