Job nfs-server.service/start deleted to break ordering cycle [SOLVED]

I have the following entries in my journal:
Found ordering cycle on rpc-statd-notify.service/start
Found dependency on nfs-server.service/start
Found dependency on rpc-gssd.service/start
Found dependency on nfs-client.target/start
Found dependency on rpc-statd-notify.service/start
Breaking ordering cycle by deleting job nfs-server.service/start
Job nfs-server.service/start deleted to break ordering cycle starting with rpc-statd-notify.service/start
and nfs-server does not start. So it would seem that the nfs services are starting in the wrong order. Could some kind person explain why and tell me how to fix this?
Apart from following the arch wiki for nfs I don't believe that I have changed anything.
Thanks
Andrew
Last edited by fdservices (2014-08-11 07:14:05)

Thanks for the quick reply.
So I just need to install this new file:
# /etc/systemd/system/nfs-client.target.d/DefaultDependenciesFalse.conf
[Unit]
DefaultDependencies=False
Andrew

Similar Messages

  • [SOLVED] Can't start NFS server

    I've read the wiki page and I've been changing my config files accordingly. When I try to start it I get the following error (from journalctl):
    Nov 02 21:41:47 arch sudo[11201]: dennis : TTY=pts/0 ; PWD=/home/dennis ; USER=root ; COMMAND=/usr/bin/systemctl start nfsd.
    service rpc-idmapd.service rpc-mountd.service rpcbind.service
    Nov 02 21:41:47 arch sudo[11201]: pam_unix(sudo:session): session opened for user root by dennis(uid=0)
    Nov 02 21:41:47 arch systemd[1]: Starting NFS server...
    Nov 02 21:41:47 arch systemd[1]: Mounting RPC pipe filesystem...
    [b]Nov 02 21:41:47 arch rpc.nfsd[11204]: rpc.nfsd: Unable to access /proc/fs/nfsd errno 2 (No such file or directory).
    Nov 02 21:41:47 arch rpc.nfsd[11204]: Please try, as root, 'mount -t nfsd nfsd /proc/fs/nfsd' and then restart rpc.nfsd to correct the problem[/b]
    Nov 02 21:41:47 arch rpc.nfsd[11204]: error starting threads: errno 38 (Function not implemented)
    Nov 02 21:41:47 arch systemd[1]: Started RPC Bind.
    Nov 02 21:41:47 arch systemd[1]: nfsd.service: main process exited, code=exited, status=1/FAILURE
    Nov 02 21:41:47 arch mount[11205]: mount: unknown filesystem type 'rpc_pipefs'
    Nov 02 21:41:47 arch systemd[1]: Failed to start NFS server.
    Nov 02 21:41:47 arch systemd[1]: Dependency failed for NFS Mount Daemon.
    Nov 02 21:41:47 arch systemd[1]: Job rpc-mountd.service/start failed with result 'dependency'.
    Nov 02 21:41:47 arch systemd[1]: Unit nfsd.service entered failed state
    Nov 02 21:41:47 arch systemd[1]: var-lib-nfs-rpc_pipefs.mount mount process exited, code=exited status=32
    Nov 02 21:41:47 arch systemd[1]: Failed to mount RPC pipe filesystem.
    Nov 02 21:41:47 arch systemd[1]: Dependency failed for NFSv4 ID-name mapping daemon.
    Nov 02 21:41:47 arch systemd[1]: Job rpc-idmapd.service/start failed with result 'dependency'.
    Nov 02 21:41:47 arch systemd[1]: Unit var-lib-nfs-rpc_pipefs.mount entered failed state
    Nov 02 21:41:47 arch sudo[11201]: pam_unix(sudo:session): session closed for user root
    When I run mount -t nfsd nfsd /proc/fs/nfsd it says:
    [dennis@arch ~]$ sudo mount -t nfsd nfsd /proc/fs/nfsd
    mount: unknown filesystem type 'nfsd'
    What to do? I've no idea how to solve this.
    edit : changed quote tags to code --Inxsible
    Last edited by snufkin (2012-11-03 07:50:52)

    alphaniner wrote:What happens if you just run systemctl start nfsd.service ?
    Then I got another error message.
    I found out what was wrong though. I had suspended the computer, which caused GNOME or whatever to mess with my session data. A reboot fixed the problem, although I'm sure a relog would've done the same.
    Last edited by snufkin (2012-11-03 07:51:13)

  • Why won't Web Proxy Admin Service start on Win Server 2008 installation?

    Hi,
    I've just installed Sun Web Proxy 4.0.13 on my Windows Server 2008 box. I cannot get "Sun Java System Web Proxy Server 4.0.13 Administration Server" to start, it fails with the following event messages:
    In Application logs i get:
    "+The description for Event ID 26 from source c__sun_proxyserver40_proxy-admserv_config cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.+
    +If the event originated on another computer, the display information had to be saved with the event.+
    +The following information was included with the event:+
    +File C:\Sun\ProxyServer40\proxy-admserv\config/server.xml, line 8, column 8: Unknown element 'SERVER'+
    +the message resource is present but the message is not found in the string/message table+"
    ...and....
    "+The description for Event ID 26 from source c__sun_proxyserver40_proxy-admserv_config cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.+
    +If the event originated on another computer, the display information had to be saved with the event.+
    +The following information was included with the event:+
    +File C:\Sun\ProxyServer40\proxy-admserv\config/server.xml, line 8, column 8: Unknown element 'SERVER'+
    +the message resource is present but the message is not found in the string/message table+"
    Any help would be greatly appreciated. I have JRE 6.0u18 installed, and pointed the install to use that directory for the JRE home.
    Many thanks, Mark
    P.S. the proxy server service starts fine, it's just the admin service that won't start....

    Hello,
    Could you please copy the model.mdf and modellog.ldf from
    C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\Binn\Templates
    To
    C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA
    Rebuilding the system databases you will lose lose logins, jobs, SSIS packages. You may have to restore or attach user databases.
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • NFS server unmount error w/ bind-mount

    Hello, please let me know if I should change the thread title.
    so I'm sharing a folder through NFS between two arch-linux pc's.
    Host1 is my desktop, Host2 is my laptop.
    I boot up my computer, rpcbind is started on boot-up
    I launch the server on Host2
    I launch the client on Host1
    on Host2, I do a bind-mount from some directory to the one I'm exporting
    I then unmount it, and it unmounts w/o error
    then I redo the bind-mount
    then, on the client, I mount the server's NFS share to some directory
    then, on the client, I unmount it w/o error
    then, on the server, I try to unmount the bind-mounted directory, but it won't, says it's "busy"
    if I restart the server, then I can unmount the bind-mount w/o error, but I believe it should work without me having to restart the server every time
    I want to bind a different directory to the exported directory.
    server
    $ systemctl start nfs-server
    client
    $ systemctl start nfs-client.target
    server
    $ mount test/ nfs/ --bind
    client
    $ mount Host1:/srv/nfs /mnt/nfs -t nfs
    $ umount /mnt/nfs
    server
    $ umount /srv/nfs
    umount: /srv/nfs: target is busy
    (In some cases useful info about processes that
    use the device is found by lsof(8) or fuser(1).)
    the output of
    $ lsof | grep /srv/nfs
    $ lsof | grep /srv
    did not show anything that had either the substring "nfs" or "rpc" in it...
    below is the status of both hosts rpcbind @startup (they were identical)
    $ systemctl status rpcbind
    rpcbind.service - RPC bind service
    Loaded: loaded (/usr/lib/systemd/system/rpcbind.service; static)
    Active: active (running) since Sat 2014-12-06 15:51:38 PST; 46s ago
    Process: 262 ExecStart=/usr/bin/rpcbind -w ${RPCBIND_ARGS} (code=exited, status=0/SUCCESS)
    Main PID: 264 (rpcbind)
    CGroup: /system.slice/rpcbind.service
    └─264 /usr/bin/rpcbind -w
    Dec 06 15:51:38 BabaLinux systemd[1]: Started RPC bind service.
    below is the status of the nfs-server @ startup then after it was launched
    $ systemctl status nfs-server
    nfs-server.service - NFS server and services
    Loaded: loaded (/usr/lib/systemd/system/nfs-server.service; disabled)
    Active: inactive (dead)
    $ systemctl status nfs-server
    nfs-server.service - NFS server and services
    Loaded: loaded (/usr/lib/systemd/system/nfs-server.service; disabled)
    Active: active (exited) since Sat 2014-12-06 15:53:44 PST; 21s ago
    Process: 483 ExecStart=/usr/sbin/rpc.nfsd $RPCNFSDARGS (code=exited, status=0/SUCCESS)
    Process: 480 ExecStartPre=/usr/sbin/exportfs -r (code=exited, status=0/SUCCESS)
    Main PID: 483 (code=exited, status=0/SUCCESS)
    CGroup: /system.slice/nfs-server.service
    Dec 06 15:53:44 BabaLinux exportfs[480]: exportfs: /etc/exports [1]: Neither 'subtree_check' or 'no_subtree_check' specified for export "NeoZelux:/srv/nfs".
    Dec 06 15:53:44 BabaLinux exportfs[480]: Assuming default behaviour ('no_subtree_check').
    Dec 06 15:53:44 BabaLinux exportfs[480]: NOTE: this default has changed since nfs-utils version 1.0.x
    Dec 06 15:53:44 BabaLinux systemd[1]: Started NFS server and services.
    below is the status of the nfs-client @ startup then after it was launched
    $ systemctl status nfs-client.target
    nfs-client.target - NFS client services
    Loaded: loaded (/usr/lib/systemd/system/nfs-client.target; disabled)
    Active: inactive (dead)
    $ systemctl status nfs-client.target
    nfs-client.target - NFS client services
    Loaded: loaded (/usr/lib/systemd/system/nfs-client.target; disabled)
    Active: active since Sat 2014-12-06 15:54:18 PST; 4s ago
    Dec 06 15:54:18 NeoZelux systemd[1]: Starting NFS client services.
    Dec 06 15:54:18 NeoZelux systemd[1]: Reached target NFS client services.

    NFSv4 operates in "namespaces" and you're basically messing with it's brain by bind-mounting (and unmounting) within the exported directory while it's live, without using the exportfs command (either via add/remove in /etc/exports or just putting it all on the commandline). You'll want to read up on section 7 of the RFC:
    https://tools.ietf.org/html/rfc5661
    In essence you're confusing it's brain -- when you add a bind mount, re-export and vice versa -- when removing it, deconfigure and re-export. It still might not work but you can try -- like Spider.007 I question your technique and methodology. It just feels like you're trying to do something... "wrong" here that should be designed in a better way.

  • Need Help on Oracle BI Server Service

    Hi there,
    I would need help on to start Oracle BI Server service start.
    I have installed OBIEE 10.1.3.4 version and I've been working on creating repository and creating Answers & Dashboards etc..,
    Today, I was working on to point other repository in NQSConfig.INI file and when I tried to Start Oracle BI Server Service I get below error:
    " *Could not start the Oracle BI Server service on Local Computer*
    *Error 1064 An exception occurred in the service when handling the control request*"
    It's been working, just I got this error today only, all other services are working fine.
    Has anyone got this error?
    Any help would be greatly appreciated.
    Thank you
    Skat
    Edited by: Skat on Nov 10, 2009 8:07 PM

    Hi All,
    Thank you so much for all your quick replies and it worked now.
    You are right, I changed repo name and changed back to original one and and Service is starting now.
    I think something missing space or format issue when I add other entry in the NQSconfig.INI file, Ihave to follow same synatx.
    Now I am good to go.
    Thanks again,
    skat

  • SQL Server Service won't start on SQL Server 2008

    Hi everyone,
    I'm having trouble starting SQL Server service after stopping and starting the service. Before this happened, I created a Stored Procedure for marking all tables at once along with a maintenance plan for differential backup on all my databases based on the
    recommendation from this link, http://msdn.microsoft.com/en-us/library/ms253070.aspx.
    When I realized that the differential backup failed with some databases displaying (Restoring...) post-fix to the database name, I decided to stop SQL Server service and start it up. That is when I won't be able to start the service again.
    Is there a fix for starting the SQL Server service? Any help is very much appreciated.
    Additional information:
    - With administrator permission granted.
    - Service Pack 1 for SQL Server 2008 installed.
    - Using default database instance.
    - Tried C:\Program Files\Microsoft SQL Server\MSSQL.....\Binn>net start MSSQLSERVER /T3608 ( return msg: System error 5 has occurred. Access is denied.
    - When I start SQL Server service, I keep getting this dialog msg:
    "Windowns could not start the SQL Server (MSSQLSERVER) on Local Computer. For more information, review the System Event Log. If this is a non-Microsoft service, contact the service vendor, and refer to service-specific error code 1814."
    The event log does not explain or provide any hint on how to fix the problem.
    - Log msg:
    2010-07-22 10:30:25.09 Server      (c) 2005 Microsoft Corporation.
    2010-07-22 10:30:25.09 Server      All rights reserved.
    2010-07-22 10:30:25.09 Server      Server process ID is 6076.
    2010-07-22 10:30:25.10 Server      Authentication mode is MIXED.
    2010-07-22 10:30:25.10 Server      Logging SQL Server messages in file 'C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\Log\ERRORLOG'.
    2010-07-22 10:30:25.11 Server      This instance of SQL Server last reported using a process ID of 5708 at 7/21/2010 3:27:01 PM (local) 7/21/2010 10:27:01 PM (UTC). This is an informational message only; no user action is required.
    2010-07-22 10:30:25.11 Server      Registry startup parameters:
         -d C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\master.mdf
         -e C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\Log\ERRORLOG
         -l C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\mastlog.ldf
    2010-07-22 10:30:25.14 Server      SQL Server is starting at normal priority base (=7). This is an informational message only. No user action is required.
    2010-07-22 10:30:25.14 Server      Detected 4 CPUs. This is an informational message; no user action is required.
    2010-07-22 10:30:25.23 Server      Using locked pages for buffer pool.
    2010-07-22 10:30:25.43 Server      Using dynamic lock allocation.  Initial allocation of 2500 Lock blocks and 5000 Lock Owner blocks per node.  This is an informational message only.  No user action is required.
    2010-07-22 10:30:25.73 Server      Node configuration: node 0: CPU mask: 0x000000000000000f Active CPU mask: 0x000000000000000f. This message provides a description of the NUMA configuration for this computer. This is an informational
    message only. No user action is required.
    2010-07-22 10:30:25.81 spid7s      Starting up database 'master'.
    2010-07-22 10:30:26.14 spid7s      CHECKDB for database 'master' finished without errors on 2010-07-19 21:15:02.823 (local time). This is an informational message only; no user action is required.
    2010-07-22 10:30:26.18 spid7s      Resource governor reconfiguration succeeded.
    2010-07-22 10:30:26.18 spid7s      SQL Server Audit is starting the audits. This is an informational message. No user action is required.
    2010-07-22 10:30:26.18 spid7s      SQL Server Audit has started the audits. This is an informational message. No user action is required.
    2010-07-22 10:30:26.19 spid7s      FILESTREAM: effective level = 0, configured level = 0, file system access share name = 'MSSQLSERVER'.
    2010-07-22 10:30:26.28 spid7s      SQL Trace ID 1 was started by login "sa".
    2010-07-22 10:30:26.29 spid7s      Starting up database 'mssqlsystemresource'.
    2010-07-22 10:30:26.31 spid7s      The resource database build version is 10.00.2531. This is an informational message only. No user action is required.
    2010-07-22 10:30:26.43 spid10s     Starting up database 'model'.
    2010-07-22 10:30:26.43 spid7s      Server name is 'XXXXXXXXXXXXXX'. This is an informational message only. No user action is required.
    2010-07-22 10:30:26.47 spid10s     The database 'model' is marked RESTORING and is in a state that does not allow recovery to be run.
    2010-07-22 10:30:26.47 spid10s     Error: 927, Severity: 14, State: 2.
    2010-07-22 10:30:26.47 spid10s     Database 'model' cannot be opened. It is in the middle of a restore.
    2010-07-22 10:30:26.59 spid10s     Could not create tempdb. You may not have enough disk space available. Free additional disk space by deleting other files on the tempdb drive and then restart SQL Server. Check for additional errors in
    the event log that may indicate why the tempdb files could not be initialized.
    2010-07-22 10:30:26.59 spid10s     SQL Trace was stopped due to server shutdown. Trace ID = '1'. This is an informational message only; no user action is required.

    Hello,
    Could you please copy the model.mdf and modellog.ldf from
    C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\Binn\Templates
    To
    C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA
    Rebuilding the system databases you will lose lose logins, jobs, SSIS packages. You may have to restore or attach user databases.
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • Timer Job job-application-server-admin-service spiking CPU after every minute

    Hi all,
    I have an issue in my SP2010 Farm that all the servers spiking CPU to 100% after a minute or so. I have drilled down and found that the following timer jon is the culprit.
    Timer Job job-application-server-admin-service. If I change the service running to 2 minutes (default is 1 Min) then the spikes comes after every 2 minutes.
    Please suggest what I can do about this?

    Was it working fine previously. If yes, what changes happened which caused this issue
    1. Check the ULS + Eventviewer logs at the time when this issue happens.
    2. Collect perflog files and execute PAL on that this will give you the complete analysis of processes and performance at that time.
    Check below:
    http://social.technet.microsoft.com/Forums/office/en-US/07207109-0450-47cf-b6ee-467a58eaa887/trust-relationship-between-the-primary-domain-and-trusted-domain-failed?forum=sharepointgenerallegacy
    http://webcache.googleusercontent.com/search?q=cache:nJYnqC6ug8cJ:sharepointfraggel.blogspot.com/+&cd=3&hl=en&ct=clnk&gl=in
    Fix the problem
    Manually clear the file system cache on the local servers (fe's) on which the timer service is running (http://support.microsoft.com/kb/939308)
    Stop the SharePoint Timer Service in Administrative Tool/Services.
    Go to the cache folder. For Windows Server 2008: Drive:\ProgramData\Microsoft\SharePoint\Config
    Find the folder that contains the file Cache.ini
    Delete all the XML configuration files in the folder so that you can verify that the folder is replaced by new XML files when the cache is rebuilt. 
    Open the Cache.ini file, delete all content in the file and type 1, save and exit. 
    Start the SharePoint Timer service 
    If this helped you resolve your issue, please mark it Answered

  • Sql server service wont start after disabling TLS 1.0 and SSL 3.0 on windows

    We have been hardening our servers for some time now and recently we disabled SSL 3.0 because of the poodle attack. When I did this on one of our test servers SQL Server failed to start up after the restart.
    I have been able to reproduce this on Windows Server 2012 and Windows 7 by disabling TLS 1.0 and SSL 3.0 through the registry. I am using SQL Server 2012 on the server machine. On my windows 7 machine sql server 2012 and sql server 2005 will not start with
    those disabled.
    These are the event log errors I get: 
    Application Logs: 
    (28/10/2014 8:38:54 AM) SQL Server could not spawn FRunCM thread. Check the SQL Server error log and the Windows event logs for information about possible related problems. 
    (28/10/2014 8:38:54 AM) Could not start the network library because of an internal error in the network library. To determine the cause, review the errors immediately preceding this one in the error log. 
    (28/10/2014 8:38:54 AM) TDSSNIClient initialization failed with error 0x80090331, status code 0x1. 
    (28/10/2014 8:38:54 AM) TDSSNIClient initialization failed with error 0x80090331, status code 0x80. 
    System Logs: 
    (28/10/2014 8:38:54 AM) The SQL Server (MSSQLSERVER) service terminated with service-specific error %%-2146893007. 
    (28/10/2014 8:38:54 AM) A fatal error occurred while creating an SSL server credential. The internal error state is 10013. 
    Done anyone know have we can keep SSL 3.0 and TLS 1.0 disabled and get SQLServer server to start?

    Hi Don,
    I already have TLS 1.0 Disabled to prevent the BEAST exploit. So the values I have for:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 
    1.0\Server
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 
    1.0\Client
    Both have enabled set to ("Enabled"=dword:00000000).
    If change both of these back to ("Enabled"=dword:00000001)
    to enable TLS 1.0, and restart then SQLServer is able to start again. But we are now vulnerable to the BEAST attack once again.
    If I keep server enabled and disable the client or vice versa and restart. Then SQLServer starts but I
    am unable to connect to it. When I check the Event logs I get the same errors as my original past.
    With your last post, do you mean to backup SCHANNEL and delete it so it gets recreated? If that is the case it will probably work because if I re enable SSL 3.0 or TLS 1.0 from here it fix's the issue,  but I then I won't have the exploits patched and
    we need this for some of our customers.
    This is my SCHANNEL Export:
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols]
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\SSL 2.0]
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\SSL 2.0\Client]
    "DisabledByDefault"=dword:00000001
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\SSL 3.0]
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\SSL 3.0\Client]
    "DisabledByDefault"=dword:00000001
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\SSL 3.0\Server]
    "Enabled"=dword:00000000
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.0]
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.0\Client]
    "Enabled"=dword:00000000
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.0\Server]
    "Enabled"=dword:00000000

  • Server service does not start, error 1075

    "Could not start the Server service on Local Computer - Error 1075:  The dependency  service does not exist or has been marked for deletion"
    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Srv]
    "Type"=dword:00000002
    "Start"=dword:00000003
    "ErrorControl"=dword:00000001
    "Tag"=dword:00000006
    "ImagePath"=hex(2):73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,44,00,\
      52,00,49,00,56,00,45,00,52,00,53,00,5c,00,73,00,72,00,76,00,2e,00,73,00,79,\
      00,73,00,00,00
    "DisplayName"="Srv"
    "Group"="Network"
    "Description"="Srv"
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Srv\Security]
    "Security"=hex:01,00,14,80,b8,00,00,00,c4,00,00,00,14,00,00,00,30,00,00,00,02,\
      00,1c,00,01,00,00,00,02,80,14,00,ff,01,0f,00,01,01,00,00,00,00,00,01,00,00,\
      00,00,02,00,88,00,06,00,00,00,00,00,14,00,fd,01,02,00,01,01,00,00,00,00,00,\
      05,12,00,00,00,00,00,18,00,ff,01,0f,00,01,02,00,00,00,00,00,05,20,00,00,00,\
      20,02,00,00,00,00,14,00,8d,01,02,00,01,01,00,00,00,00,00,05,04,00,00,00,00,\
      00,14,00,8d,01,02,00,01,01,00,00,00,00,00,05,06,00,00,00,00,00,14,00,00,01,\
      00,00,01,01,00,00,00,00,00,05,0b,00,00,00,00,00,18,00,fd,01,02,00,01,02,00,\
      00,00,00,00,05,20,00,00,00,23,02,00,00,01,01,00,00,00,00,00,05,12,00,00,00,\
      01,01,00,00,00,00,00,05,12,00,00,00
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Srv\Enum]
    "0"="Root\\LEGACY_SRV\\0000"
    "Count"=dword:00000001
    "NextInstance"=dword:00000001
    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NetBT]
    "Type"=dword:00000001
    "Start"=dword:00000001
    "ErrorControl"=dword:00000001
    "Tag"=dword:00000005
    "ImagePath"=hex(2):73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,44,00,\
      52,00,49,00,56,00,45,00,52,00,53,00,5c,00,6e,00,65,00,74,00,62,00,74,00,2e,\
      00,73,00,79,00,73,00,00,00
    "DisplayName"="NetBios over Tcpip"
    "Group"="PNP_TDI"
    "DependOnService"=hex(7):54,00,63,00,70,00,69,00,70,00,00,00,00,00
    "DependOnGroup"=hex(7):00,00
    "Description"="NetBios over Tcpip"
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NetBT\Linkage]
    "OtherDependencies"=hex(7):54,00,63,00,70,00,69,00,70,00,00,00,00,00
    "Bind"=hex(7):5c,00,44,00,65,00,76,00,69,00,63,00,65,00,5c,00,54,00,63,00,70,\
      00,69,00,70,00,5f,00,7b,00,45,00,42,00,33,00,44,00,36,00,31,00,41,00,42,00,\
      2d,00,43,00,30,00,43,00,38,00,2d,00,34,00,38,00,35,00,35,00,2d,00,41,00,37,\
      00,45,00,38,00,2d,00,42,00,46,00,38,00,38,00,32,00,36,00,33,00,37,00,32,00,\
      30,00,41,00,31,00,7d,00,00,00,5c,00,44,00,65,00,76,00,69,00,63,00,65,00,5c,\
      00,54,00,63,00,70,00,69,00,70,00,5f,00,7b,00,43,00,36,00,39,00,31,00,43,00,\
      30,00,42,00,35,00,2d,00,30,00,38,00,35,00,41,00,2d,00,34,00,35,00,41,00,41,\
      00,2d,00,39,00,36,00,42,00,35,00,2d,00,35,00,41,00,43,00,36,00,44,00,33,00,\
      37,00,35,00,35,00,36,00,33,00,39,00,7d,00,00,00,5c,00,44,00,65,00,76,00,69,\
      00,63,00,65,00,5c,00,54,00,63,00,70,00,69,00,70,00,5f,00,7b,00,38,00,34,00,\
      38,00,38,00,33,00,35,00,46,00,34,00,2d,00,33,00,37,00,41,00,41,00,2d,00,34,\
      00,32,00,44,00,39,00,2d,00,41,00,34,00,45,00,31,00,2d,00,34,00,41,00,46,00,\
      32,00,43,00,44,00,44,00,30,00,31,00,37,00,35,00,30,00,7d,00,00,00,5c,00,44,\
      00,65,00,76,00,69,00,63,00,65,00,5c,00,54,00,63,00,70,00,69,00,70,00,5f,00,\
      7b,00,45,00,38,00,33,00,34,00,42,00,34,00,41,00,38,00,2d,00,37,00,37,00,31,\
      00,46,00,2d,00,34,00,31,00,37,00,42,00,2d,00,38,00,33,00,46,00,39,00,2d,00,\
      39,00,39,00,39,00,32,00,42,00,38,00,41,00,43,00,41,00,43,00,45,00,42,00,7d,\
      00,00,00,00,00
    "Route"=hex(7):22,00,54,00,63,00,70,00,69,00,70,00,22,00,20,00,22,00,7b,00,45,\
      00,42,00,33,00,44,00,36,00,31,00,41,00,42,00,2d,00,43,00,30,00,43,00,38,00,\
      2d,00,34,00,38,00,35,00,35,00,2d,00,41,00,37,00,45,00,38,00,2d,00,42,00,46,\
      00,38,00,38,00,32,00,36,00,33,00,37,00,32,00,30,00,41,00,31,00,7d,00,22,00,\
      00,00,22,00,54,00,63,00,70,00,69,00,70,00,22,00,20,00,22,00,7b,00,43,00,36,\
      00,39,00,31,00,43,00,30,00,42,00,35,00,2d,00,30,00,38,00,35,00,41,00,2d,00,\
      34,00,35,00,41,00,41,00,2d,00,39,00,36,00,42,00,35,00,2d,00,35,00,41,00,43,\
      00,36,00,44,00,33,00,37,00,35,00,35,00,36,00,33,00,39,00,7d,00,22,00,00,00,\
      22,00,54,00,63,00,70,00,69,00,70,00,22,00,20,00,22,00,4e,00,64,00,69,00,73,\
      00,57,00,61,00,6e,00,49,00,70,00,22,00,00,00,00,00
    "Export"=hex(7):5c,00,44,00,65,00,76,00,69,00,63,00,65,00,5c,00,4e,00,65,00,74,\
      00,42,00,54,00,5f,00,54,00,63,00,70,00,69,00,70,00,5f,00,7b,00,45,00,42,00,\
      33,00,44,00,36,00,31,00,41,00,42,00,2d,00,43,00,30,00,43,00,38,00,2d,00,34,\
      00,38,00,35,00,35,00,2d,00,41,00,37,00,45,00,38,00,2d,00,42,00,46,00,38,00,\
      38,00,32,00,36,00,33,00,37,00,32,00,30,00,41,00,31,00,7d,00,00,00,5c,00,44,\
      00,65,00,76,00,69,00,63,00,65,00,5c,00,4e,00,65,00,74,00,42,00,54,00,5f,00,\
      54,00,63,00,70,00,69,00,70,00,5f,00,7b,00,43,00,36,00,39,00,31,00,43,00,30,\
      00,42,00,35,00,2d,00,30,00,38,00,35,00,41,00,2d,00,34,00,35,00,41,00,41,00,\
      2d,00,39,00,36,00,42,00,35,00,2d,00,35,00,41,00,43,00,36,00,44,00,33,00,37,\
      00,35,00,35,00,36,00,33,00,39,00,7d,00,00,00,5c,00,44,00,65,00,76,00,69,00,\
      63,00,65,00,5c,00,4e,00,65,00,74,00,42,00,54,00,5f,00,54,00,63,00,70,00,69,\
      00,70,00,5f,00,7b,00,38,00,34,00,38,00,38,00,33,00,35,00,46,00,34,00,2d,00,\
      33,00,37,00,41,00,41,00,2d,00,34,00,32,00,44,00,39,00,2d,00,41,00,34,00,45,\
      00,31,00,2d,00,34,00,41,00,46,00,32,00,43,00,44,00,44,00,30,00,31,00,37,00,\
      35,00,30,00,7d,00,00,00,5c,00,44,00,65,00,76,00,69,00,63,00,65,00,5c,00,4e,\
      00,65,00,74,00,42,00,54,00,5f,00,54,00,63,00,70,00,69,00,70,00,5f,00,7b,00,\
      45,00,38,00,33,00,34,00,42,00,34,00,41,00,38,00,2d,00,37,00,37,00,31,00,46,\
      00,2d,00,34,00,31,00,37,00,42,00,2d,00,38,00,33,00,46,00,39,00,2d,00,39,00,\
      39,00,39,00,32,00,42,00,38,00,41,00,43,00,41,00,43,00,45,00,42,00,7d,00,00,\
      00,00,00
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NetBT\Parameters]
    "NbProvider"="_tcp"
    "NameServerPort"=dword:00000089
    "CacheTimeout"=dword:000927c0
    "BcastNameQueryCount"=dword:00000003
    "BcastQueryTimeout"=dword:000002ee
    "NameSrvQueryCount"=dword:00000003
    "NameSrvQueryTimeout"=dword:000005dc
    "Size/Small/Medium/Large"=dword:00000001
    "SessionKeepAlive"=dword:0036ee80
    "TransportBindName"="\\Device\\"
    "EnableLMHOSTS"=dword:00000001
    "EnableProxy"=dword:00000002
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NetBT\Parameters\Interfaces]
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NetBT\Parameters\Interfaces\Tcpip_{848835F4-37AA-42D9-A4E1-4AF2CDD01750}]
    "NameServerList"=hex(7):00,00,00,00
    "RASFlags"=dword:00000001
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NetBT\Parameters\Interfaces\Tcpip_{C691C0B5-085A-45AA-96B5-5AC6D3755639}]
    "NameServerList"=hex(7):00,00
    "NetbiosOptions"=dword:00000002
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NetBT\Parameters\Interfaces\Tcpip_{E834B4A8-771F-417B-83F9-9992B8ACACEB}]
    "NameServerList"=hex(7):00,00
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NetBT\Parameters\Interfaces\Tcpip_{EB3D61AB-C0C8-4855-A7E8-BF88263720A1}]
    "NameServerList"=hex(7):00,00
    "NetbiosOptions"=dword:00000002
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NetBT\Security]
    "Security"=hex:01,00,14,80,e8,00,00,00,f4,00,00,00,14,00,00,00,30,00,00,00,02,\
      00,1c,00,01,00,00,00,02,80,14,00,ff,01,0f,00,01,01,00,00,00,00,00,01,00,00,\
      00,00,02,00,b8,00,08,00,00,00,00,00,14,00,8d,01,02,00,01,01,00,00,00,00,00,\
      05,0b,00,00,00,00,00,18,00,9d,01,02,00,01,02,00,00,00,00,00,05,20,00,00,00,\
      23,02,00,00,00,00,18,00,ff,01,0f,00,01,02,00,00,00,00,00,05,20,00,00,00,20,\
      02,00,00,00,00,18,00,ff,01,0f,00,01,02,00,00,00,00,00,05,20,00,00,00,25,02,\
      00,00,00,00,14,00,fd,01,02,00,01,01,00,00,00,00,00,05,12,00,00,00,00,00,14,\
      00,40,00,00,00,01,01,00,00,00,00,00,05,13,00,00,00,00,00,14,00,40,00,00,00,\
      01,01,00,00,00,00,00,05,14,00,00,00,00,00,18,00,9d,01,02,00,01,02,00,00,00,\
      00,00,05,20,00,00,00,2c,02,00,00,01,01,00,00,00,00,00,05,12,00,00,00,01,01,\
      00,00,00,00,00,05,12,00,00,00
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NetBT\Enum]
    "0"="Root\\LEGACY_NETBT\\0000"
    "Count"=dword:00000001
    "NextInstance"=dword:00000001
    c:\windows\system32\drivers
    srv.sys
    5.2.3790.4832 (srv03_sp2_gdr.110217-0526)
    mrxsmb.sys
    5.2.3790.4883 (srv03_sp2_gdr.110706-0334)
    rdbss.sys
    5.2.3790.4671 (srv03_sp2_gdr.100224-1541)

    Hi jenhwa,
    Please run
    sfc /scannow command to scan all protected system files. Any find?
    In addition, please type
    Regedit in RUN to open Registry Editor, then follow the path:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer
    Please right-click the
    DependOnService entry, and then click "Modify...".
    In the Value data box, please check if just has
    SamSSand
    Srv services.
    In addition, please check the System event log if find relevant errors.
    If any update, please feel free to let me know.
    Hope this helps.
    Best regards,
    Justin Gu
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Sql Server  service is not starting

    Hi all,
    in one of my client place, we were running SAP 4.0B on NT server with SQL 2000 server. from few days onwards.... if we happend to restart server after hardware maintenance (or any other job), SQL server Icon on task bar will be in red colour.
    SQL service is not starting automatically.
    i need to click and open the swl server icon, and then start it mannually.
    but, this should not happen like this.
    please suggest me how to approch to this problem.
    thanking you in all,
    by
    raghav

    Hi,
    open
    Control Panel -> Administrative Tools -> Services
    and search from the service with the name
    MSSQLSERVER
    Set the startup mode to from manual to automatic by open the properties for the service.
    Regards
       Clas

  • WDS Server Service won't start - 'An error occurred trying to start the Windows Deployment Services Server.'

    I'm having issues installing starting the WDS server service on Win 2008 R2,  this is happening on multiple (all 2008 R2) systems on this domain so I'm beginning to think it's either AD or network related, in event viewer I get the following error.
    'An error occurred trying to start the Windows Deployment Services Server.'
    Error Information: 0x0906
    EventID : 257 
    single domain, single forest, 2008 R2 functional level, both system are virtual plugged into same vswitch on a flat network.
    any ideas what might be the issue?  I've never had an issue getting this working on many occasions before today and I've come to many a dead end looking at other articles thus far... 
    With WDS tracing enabled I get the following error information:
    [4304] 09:22:11: ===>Starting logging of module [WDSServer]
    [4304] 09:22:11: [UDPPorts] Policy: 1, Dynamic Port Range: 64001-65000.
    [4304] 09:22:11: [RPC] Using Tcp Port 5040 for Rpc Calls.
    [4304] 09:22:11: [RPC] Client Impersonation Logging=Disabled
    [4304] 09:22:11: [RPC] Host Name: sccm.domain.local
    [4304] 09:22:11: [RPC] NTLM/Kerberos Spn: ldap/sccm.domain.local
    [4304] 09:22:11: [RPC] Initialized
    [3756] 09:22:11: [RPC] Server Started.
    [4304] 09:22:11: [BINLSVC][RPC][Ep={5F4FB9F0-C0E3-41C1-AA00-9A7C690AC3A3}] Registered
    [4304] 09:22:11: [BINLSVC] Provider Initialized.
    [4304] 09:22:11: [WDSDDPS][RPC][Ep={FA0A27E1-C2BA-4B3B-94B2-025E82FFAA6D}] Registered
    [4304] 09:22:11: [WDSDDPS][RPC][Ep={011D24AC-CB3A-4739-A339-5D2E1B5306CE}] Registered
    [4304] 09:22:11: [51][WDSDDPS] [d:\w7rtm\base\ntsetup\opktools\wds\ddp\server\ddpprovider.cpp:196] Expression: , Win32 Error=0x906
    [4304] 09:22:11: [WDSDDPS][RPC][Ep={FA0A27E1-C2BA-4B3B-94B2-025E82FFAA6D}] Closed
    [4304] 09:22:11: [WDSDDPS][RPC][Ep={011D24AC-CB3A-4739-A339-5D2E1B5306CE}] Closed
    [4304] 09:22:11: [d:\w7rtm\base\ntsetup\opktools\wds\wdssrv\server\src\wdsprovider.cpp:144] Expression: , Win32 Error=0x906
    [4304] 09:22:11: [WDSDDPS] Initialization Failed (rc=2310)
    [4304] 09:22:11: [d:\w7rtm\base\ntsetup\opktools\wds\wdssrv\server\src\wdsprovhdl.cpp:172] Expression: , Win32 Error=0x906
    [4304] 09:22:11: [WDSDDPS] Deleted.
    [4304] 09:22:11: [d:\w7rtm\base\ntsetup\opktools\wds\wdssrv\server\src\wdsservice.cpp:178] Expression: , Win32 Error=0x906
    [4304] 09:22:11: [Udp] Listen Shutdown.
    [3756] 09:22:11: [RPC] Server terminated (rc=0)
    [4304] 09:22:11: [RPC] Listen Stopped.
    [4304] 09:22:11: [BINLSVC] Shutting down
    [4304] 09:22:11: [BINLSVC][RPC][Ep={5F4FB9F0-C0E3-41C1-AA00-9A7C690AC3A3}] Closed
    [4304] 09:22:11: [BINLSVC] Deleted.

    It seems I've found out the solution myself,  the issue seems to be caused when DHCP and WDS are on the same server, The installation must identify this during the first installation of WDS but not on subsequent installations, the method to
    get it working again is:
    1.      
    Install WDS Role (using defaults)
    2.      
    Make the following registry change:
    HKLM\SYSTEM\CurrentControlSet\services\WDSServer\Providers\WDSPXE\UseDhcpPorts  =  0
    3.      
    Run the following command line to initialize Windows Deployment Services:
    wdsutil /initialize-server /reminst:D:\RemoteInstall
    4.      
    Run the following command to enable the DHCP port registry setting
    wdsutil /Set-Server /UseDHCPPorts:No /DHCPOption60:Yes

  • Failing to Delete/Remove Project Server Service Application, giving error "Object reference not set to an instance of an object"

    I have installed Project Server 2013 on SharePoint 2013, and installed the first PWA which worked. But I needed to change some configurations and so I deleted the PWA instances, but now I cannot delete the Project Server Service Application. Every attempt
    to delete the Service Application it gives the error above, namely:
    Sorry, something went wrong
    Object reference not set to an instance of an object.
    Technical Details
    Troubleshoot issues with Microsoft SharePoint Foundation.
    Correlation ID: ecaeaf9c-9fec-3049-ba23-d9a18337b9e2
    Date and Time: 8/18/2014 12:55:31 PM
    I'd urgently appreciate help.

    Thanks Paul for the reply. Here's the error, and the logs below covering the time the error occurred.
    I've tried to extract a section of the log file below:
    ==========================================================                                                        
    08/18/2014 19:20:19.07 w3wp.exe (0x542C)                      
    0x6DF4 SharePoint Foundation                 DistributedCache                             
    00000    Unexpected       SPDistributedCachePointerWrapper::InitializeDataCacheFactory - No cache hosts are present or running in the farm.
    08/18/2014 19:20:19.07 w3wp.exe (0x542C)                      
    0x6DF4 SharePoint Foundation                 DistributedCache                             
    ah24w   Unexpected       Unexpected Exception in SPDistributedCachePointerWrapper::InitializeDataCacheFactory for usage 'DistributedLogonTokenCache' - Exception 'System.InvalidOperationException: SPDistributedCachePointerWrapper::InitializeDataCacheFactory
    - No cache hosts are present or running in the farm.     at Microsoft.SharePoint.DistributedCaching.SPDistributedCachePointerWrapper.InitializeDataCacheFactory()'.     
    08/18/2014 19:20:19.07 w3wp.exe (0x542C)                      
    0x6DF4 SharePoint Foundation                 DistributedCache                             
    air4g      Monitorable       Token Cache: Failed to initialize SPDistributedSecurityTokenCache  Exception: 'System.InvalidOperationException: SPDistributedCachePointerWrapper::InitializeDataCacheFactory
    - No cache hosts are present or running in the farm.     at Microsoft.SharePoint.DistributedCaching.SPDistributedCachePointerWrapper.InitializeDataCacheFactory()     at Microsoft.SharePoint.DistributedCaching.SPDistributedCache..ctor(String
    name, TimeSpan timeToLive, SPDistributedCacheContainerType containerType, Boolean encryptData)     at Microsoft.SharePoint.IdentityModel.SPDistributedSecurityTokenCache..ctor(String name, TimeSpan timeToLive, SPDistributedCacheContainerType
    containerType, Boolean encrptyData, TimeSpan minimumTokenExpirationWindow)     at Microsoft.SharePoint.IdentityModel.SPDistributedSecurityTokenC...   
    08/18/2014 19:20:19.07*               w3wp.exe (0x542C)                      
    0x6DF4 SharePoint Foundation                         DistributedCache             
                   air4g      Monitorable       ...acheInitializer.Init(Object state)'.        
    08/18/2014 19:20:19.07 w3wp.exe (0x7240)                      
    0x7370  SharePoint Foundation                 General                      
                    af4yd     High       [Forced due to logging gap, cached @ 08/18/2014 19:20:18.99, Original Level: Verbose] TenantAppEtag
    record requested but there is no sitesubscription or tenantId for site {0} so we will use the WebApp Id for the cache.               f1c4af9c-7f7e-3049-ba23-ddc2aa2f9d7b
    08/18/2014 19:20:19.07 w3wp.exe (0x7240)                      
    0x7370  SharePoint Foundation                 Asp Runtime                                  
    aj1kp     High       [Forced due to logging gap, Original Level: Verbose] SPRequestModule.PreSendRequestHeaders     f1c4af9c-7f7e-3049-ba23-ddc2aa2f9d7b
    08/18/2014 19:20:19.10 w3wp.exe (0x7240)                      
    0x7370  Project Server                   Unified Logging Service                      
    b8fx       High       ULS Init Completed (w3wp.exe, Microsoft.Office.Project.Server.Native.dll)        f1c4af9c-7f7e-3049-ba23-ddc2aa2f9d7b
    08/18/2014 19:20:19.15 w3wp.exe (0x7240)                      
    0x7370                                  0x6FB7007                    
          6t8h       High                    [Forced due to logging gap, cached @ 08/18/2014 19:20:19.07, Original
    Level: Verbose] {0}            f1c4af9c-7f7e-3049-ba23-ddc2aa2f9d7b
    08/18/2014 19:20:19.15 w3wp.exe (0x7240)                      
    0x7370  Project Server                   Provisioning                      
    9or8                High       [Forced due to logging gap, Original Level: Verbose] Unprovisioning service app {0}        
    f1c4af9c-7f7e-3049-ba23-ddc2aa2f9d7b
    08/18/2014 19:20:19.16 w3wp.exe (0x7240)                       
    0x7370  Project Server                   Provisioning                      
    8ig5                High       Unregistering project psi shared application timer job.   f1c4af9c-7f7e-3049-ba23-ddc2aa2f9d7b
    08/18/2014 19:20:19.21 w3wp.exe (0x7240)                      
    0x7370  SharePoint Foundation                 General                      
                    8nca       Medium               Application error when access /_admin/ServiceApplicationDelete.aspx,
    Error=Object reference not set to an instance of an object.   at Microsoft.Office.Project.Server.Administration.PsiServiceApplication.get_ServiceAppTimerJob()     at Microsoft.Office.Project.Server.Administration.ProjectPSISharedApplicationTimerJob.Unregister(PsiServiceApplication
    psi)     at Microsoft.Office.Project.Server.Administration.PsiServiceApplication.Unprovision(Boolean deleteData)     at Microsoft.SharePoint.ApplicationPages.ServiceApplicationDeletePage.OkButton_Click(Object sender,
    EventArgs e)     at System.EventHandler.Invoke(Object sender, EventArgs e)     at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)     at System.Web.UI.Page.ProcessRequestMain(Boolean
    includeStagesBeforeAsyn...             f1c4af9c-7f7e-3049-ba23-ddc2aa2f9d7b
    08/18/2014 19:20:19.21*               w3wp.exe (0x7240)                      
    0x7370  SharePoint Foundation                 General                      
                    8nca       Medium               ...cPoint, Boolean includeStagesAfterAsyncPoint)           
    f1c4af9c-7f7e-3049-ba23-ddc2aa2f9d7b
    08/18/2014 19:20:19.23 w3wp.exe (0x7240)                      
    0x7370  SharePoint Foundation                 Runtime                                      
    tkau       Unexpected       System.NullReferenceException: Object reference not set to an instance of an object.    at Microsoft.Office.Project.Server.Administration.PsiServiceApplication.get_ServiceAppTimerJob()    
    at Microsoft.Office.Project.Server.Administration.ProjectPSISharedApplicationTimerJob.Unregister(PsiServiceApplication psi)     at Microsoft.Office.Project.Server.Administration.PsiServiceApplication.Unprovision(Boolean deleteData)    
    at Microsoft.SharePoint.ApplicationPages.ServiceApplicationDeletePage.OkButton_Click(Object sender, EventArgs e)     at System.EventHandler.Invoke(Object sender, EventArgs e)     at System.Web.UI.WebControls.Button.RaisePostBackEvent(String
    eventArgument)     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoin... f1c4af9c-7f7e-3049-ba23-ddc2aa2f9d7b
    08/18/2014 19:20:19.23*               w3wp.exe (0x7240)                      
    0x7370  SharePoint Foundation                 Runtime                      
                    tkau       Unexpected       ...t)         f1c4af9c-7f7e-3049-ba23-ddc2aa2f9d7b
    08/18/2014 19:20:19.24 w3wp.exe (0x7240)                      
    0x7370  SharePoint Foundation                 General                      
                    ajlz0       High       Getting Error Message for Exception System.Web.HttpUnhandledException (0x80004005): Exception
    of type 'System.Web.HttpUnhandledException' was thrown. ---> System.NullReferenceException: Object reference not set to an instance of an object.     at Microsoft.Office.Project.Server.Administration.PsiServiceApplication.get_ServiceAppTimerJob()    
    at Microsoft.Office.Project.Server.Administration.ProjectPSISharedApplicationTimerJob.Unregister(PsiServiceApplication psi)     at Microsoft.Office.Project.Server.Administration.PsiServiceApplication.Unprovision(Boolean deleteData)    
    at Microsoft.SharePoint.ApplicationPages.ServiceApplicationDeletePage.OkButton_Click(Object sender, EventArgs e)     at System.EventHandler.Invoke(Object sender, EventArgs e)     at System.Web.UI.WebControls.Button.Rais...               
    f1c4af9c-7f7e-3049-ba23-ddc2aa2f9d7b
    08/18/2014 19:20:19.24*               w3wp.exe (0x7240)                      
    0x7370  SharePoint Foundation                 General                      
                    ajlz0       High       ...ePostBackEvent(String eventArgument)     at System.Web.UI.Page.ProcessRequestMain(Boolean
    includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)     at System.Web.UI.Page.HandleError(Exception e)     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)    
    at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)     at System.Web.UI.Page.ProcessRequest()     at System.Web.UI.Page.ProcessRequest(HttpContext context)    
    at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()     at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)   f1c4af9c-7f7e-3049-ba23-ddc2aa2f9d7b
    08/18/2014 19:20:19.32 w3wp.exe (0x14A4)                      
    0x6508  SharePoint Foundation                 DistributedCache                             
    00000    Unexpected       SPDistributedCachePointerWrapper::InitializeDataCacheFactory - No cache hosts are present or running in the farm. 67c4af9c-afed-3049-ba23-d538b7dde463
    08/18/2014 19:20:19.32 w3wp.exe (0x14A4)                      
    0x6508  SharePoint Foundation                 DistributedCache                             
    ah24w   Unexpected       Unexpected Exception in SPDistributedCachePointerWrapper::InitializeDataCacheFactory for usage 'DistributedLogonTokenCache' - Exception 'System.InvalidOperationException: SPDistributedCachePointerWrapper::InitializeDataCacheFactory
    - No cache hosts are present or running in the farm.     at Microsoft.SharePoint.DistributedCaching.SPDistributedCachePointerWrapper.InitializeDataCacheFactory()'.               
    67c4af9c-afed-3049-ba23-d538b7dde463
    08/18/2014 19:20:19.32 w3wp.exe (0x14A4)                      
    0x6508  SharePoint Foundation                 DistributedCache                             
    air4g      Monitorable       Token Cache: Failed to initialize SPDistributedSecurityTokenCache  Exception: 'System.InvalidOperationException: SPDistributedCachePointerWrapper::InitializeDataCacheFactory
    - No cache hosts are present or running in the farm.     at Microsoft.SharePoint.DistributedCaching.SPDistributedCachePointerWrapper.InitializeDataCacheFactory()     at Microsoft.SharePoint.DistributedCaching.SPDistributedCache..ctor(String
    name, TimeSpan timeToLive, SPDistributedCacheContainerType containerType, Boolean encryptData)     at Microsoft.SharePoint.IdentityModel.SPDistributedSecurityTokenCache..ctor(String name, TimeSpan timeToLive, SPDistributedCacheContainerType
    containerType, Boolean encrptyData, TimeSpan minimumTokenExpirationWindow)     at Microsoft.SharePoint.IdentityModel.SPDistributedSecurityTokenC...               
    67c4af9c-afed-3049-ba23-d538b7dde463
    08/18/2014 19:20:19.32*               w3wp.exe (0x14A4)                      
    0x6508  SharePoint Foundation                         DistributedCache             
                   air4g      Monitorable       ...acheInitializer.Init(Object state)'.        
    67c4af9c-afed-3049-ba23-d538b7dde463
    08/18/2014 19:20:19.38 w3wp.exe (0x7240)                      
    0x7370  SharePoint Foundation                 Upgrade                      
                    aiaih       High       [Forced due to logging gap, Original Level: Verbose] desiredVersion: {0}               
    f1c4af9c-7f7e-3049-ba23-ddc2aa2f9d7b
    08/18/2014 19:20:19.41 w3wp.exe (0x7240)                      
    0x7370  SharePoint Foundation                 General                      
                    aat87     Monitorable                      f1c4af9c-7f7e-3049-ba23-ddc2aa2f9d7b
    08/18/2014 19:20:19.43 w3wp.exe (0x7240)                      
    0x7370  SharePoint Foundation                 DistributedCache                             
    00000    Unexpected       SPDistributedCachePointerWrapper::InitializeDataCacheFactory - No cache hosts are present or running in the farm. f1c4af9c-7f7e-3049-ba23-ddc2aa2f9d7b
    08/18/2014 19:20:19.43 w3wp.exe (0x7240)                      
    0x7370  SharePoint Foundation                 DistributedCache                             
    ah24w   Unexpected       Unexpected Exception in SPDistributedCachePointerWrapper::InitializeDataCacheFactory for usage 'DistributedViewStateCache' - Exception 'System.InvalidOperationException: SPDistributedCachePointerWrapper::InitializeDataCacheFactory
    - No cache hosts are present or running in the farm.     at Microsoft.SharePoint.DistributedCaching.SPDistributedCachePointerWrapper.InitializeDataCacheFactory()'.               
    f1c4af9c-7f7e-3049-ba23-ddc2aa2f9d7b
    08/18/2014 19:20:19.43 w3wp.exe (0x7240)                      
    0x7370  SharePoint Foundation                 General                      
                    ajb4s     Monitorable       ViewStateLog: Failed to write to the velocity cache:
    http://sharepoint:48488/_admin/ServiceApplicationDelete.aspx?id=24024e6bfd8f486ea7ab0b68658ce165&IsDlg=1               
    f1c4af9c-7f7e-3049-ba23-ddc2aa2f9d7b
    08/18/2014 19:20:19.46 w3wp.exe (0x7240)                      
    0x7370  SharePoint Foundation                 Monitoring                                   
    b4ly        Medium               Leaving Monitored Scope (Request (POST:http://sharepoint:48488/_admin/ServiceApplicationDelete.aspx?id=24024e6bfd8f486ea7ab0b68658ce165&IsDlg=1)).
    Execution Time=550.415729455012 f1c4af9c-7f7e-3049-ba23-ddc2aa2f9d7b
    08/18/2014 19:20:20.08 w3wp.exe (0x542C)                      
    0x6EC4  SharePoint Foundation                 DistributedCache                             
    00000    Unexpected       SPDistributedCachePointerWrapper::InitializeDataCacheFactory - No cache hosts are present or running in the farm.
    08/18/2014 19:20:20.08 w3wp.exe (0x542C)                      
    0x6EC4  SharePoint Foundation                 DistributedCache                             
    ah24w   Unexpected       Unexpected Exception in SPDistributedCachePointerWrapper::InitializeDataCacheFactory for usage 'DistributedLogonTokenCache' - Exception 'System.InvalidOperationException: SPDistributedCachePointerWrapper::InitializeDataCacheFactory
    - No cache hosts are present or running in the farm.     at Microsoft.SharePoint.DistributedCaching.SPDistributedCachePointerWrapper.InitializeDataCacheFactory()'.     
    08/18/2014 19:20:20.08 w3wp.exe (0x542C)                      
    0x6EC4  SharePoint Foundation                 DistributedCache                             
    air4g      Monitorable       Token Cache: Failed to initialize SPDistributedSecurityTokenCache  Exception: 'System.InvalidOperationException: SPDistributedCachePointerWrapper::InitializeDataCacheFactory
    - No cache hosts are present or running in the farm.     at Microsoft.SharePoint.DistributedCaching.SPDistributedCachePointerWrapper.InitializeDataCacheFactory()     at Microsoft.SharePoint.DistributedCaching.SPDistributedCache..ctor(String
    name, TimeSpan timeToLive, SPDistributedCacheContainerType containerType, Boolean encryptData)     at Microsoft.SharePoint.IdentityModel.SPDistributedSecurityTokenCache..ctor(String name, TimeSpan timeToLive, SPDistributedCacheContainerType
    containerType, Boolean encrptyData, TimeSpan minimumTokenExpirationWindow)     at Microsoft.SharePoint.IdentityModel.SPDistributedSecurityTokenC...   
    08/18/2014 19:20:20.08*               w3wp.exe (0x542C)                      
    0x6EC4  SharePoint Foundation                         DistributedCache             
                   air4g      Monitorable       ...acheInitializer.Init(Object state)'.        
    08/18/2014 19:20:20.30 OWSTIMER.EXE (0x09C4)                             
    0x09F8  SharePoint Foundation                 Monitoring                                   
    nasq      Medium               Entering monitored scope (Timer Job SchedulingUnpublish). Parent No acba9844-723f-4477-901c-adfdcae98e4e
    08/18/2014 19:20:20.30 OWSTIMER.EXE (0x09C4)                             
    0x09F8  SharePoint Foundation                 Logging Correlation Data               xmnv    
    Medium               Name=Timer Job SchedulingUnpublish  f1c4af9c-ffd4-3049-ba23-d4fe1cc1d1d7
    08/18/2014 19:20:20.31 OWSTIMER.EXE (0x09C4)                             
    0x0A10 SharePoint Foundation                 Monitoring                                   
    nasq      Medium               Entering monitored scope (Timer Job SchedulingUnpublish). Parent No 5dbf5387-ba14-4980-bc61-5ba5490870fa
    ==============================================
    Thanks for the attention.

  • Can't Start HTTP Server Service

    I can't seem to be able to start the Oracle HTTP server service on NT.
    All other service get started properly but when I attempt to start the HTTP Server service I get Error 1067: process terminated unexpectedly.
    Any idea why this is happening?
    My installation of the DB and 9iAS did not give any errors.
    Any comments appreciated
    Thanks
    Rima

    David, your reply helped, Thanks !
    There was a duplicate include of :
    "d:\ORACLE\iSuites\Apache\Apache\conf\mod__ose.conf" in the oracle_apache.conf file
    Rima
    "d:\ORACLE\iSuites\Apache\Apache\conf\mod__ose.conf"
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by [email protected]:
    After much debugging with this, I discovered that the problem realted to a single entry in the httpd.conf file, last line
    # Include the Oracle configuration file for custom settings
    include "d:\ORACLE\iSuites\Apache\Apache\conf\oracle_apache.conf"
    Examining the oracle_appache.conf file, I discovered the installation program had made a double entry of one of the lines,
    include "d:\ORACLE\iSuites\Apache\jsp\conf\ojsp.conf"
    I think, or else include "d:\ORACLE\iSuites\Apache\Apache\conf\mod__ose.conf"
    I deleted the extra line and the service started up.
    Also, if you installed Oracle 8i it creates a listener using port 80. Change the port number of one or the other or simply shut down the Oracle 8i http listener to avoid conflicts.
    Regard<HR></BLOCKQUOTE>
    null

  • Cannot start Coldfusion 9 Application Server Service

    Note that this is for a Dev server.  Not vital, but super annoying.  I found my machine had been restarted due to Lumension.  This is normal.  However, since I imported a .car file from the old CF8 server directly to this CF9 Dev server I had not rebooted or restared the CF9 service.
    I found these error messages in the Event viewer:
    The ColdFusion 9 Application Server service could not be started.  Check the server "coldfusion" log files for more information.
    and
    The ColdFusion 9 Application Server service terminated with service-specific error The system cannot find the file specified..
    I checked the JRUN logs and cannot find any logs pertaining to anything matching today's timestamp nor anything out of place that appears to be the cause.  Nothing in CF logs either, mostly because CF never got up to running status so no logs could be generated.
    I thought I found the culprit in this post, http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:61223 ... but the fix had no effect.  I didn't find anything in my search using grep outside of the JRUN temp folder which a single .xml file had an invalid Coldfusion8 path.  Fixing the path or deleting the offending temp files didn't cure the problem.
    I've also tried moving all the root files that was moved into the /ColdFusion9/wwwwroot/ directory out and trying to start the service, but same error and failure occurs.
    I have not tried reinstalling.  I did install the CF9.0.1 update and it was working just dandy until this restart.  There are no other computer problems experienced that I can tell and not other errors were found in the event viewer.

    Thanks!  I now have an error that I can chase and hopefully diagnose.
    "Error: no known VMs.  (check for corrupt jvm.cfg file)" was the exposed error.
    With a little big of the Goog I ended up with a solution from another CF user experiencing the same joys: http://forums.adobe.com/thread/795168
    Found the problem to be as I suspected some incorrect path.  It was the java.home variable that was incorrect.  java.home=<IncorrectDrive>:/ColdFusion9/runtime/jre  I changed that to java.home=C:/ColdFusion9/runtime/jre and it fired up just fine.  Solved!

  • Executing a Job via Web Services using a Server Group?

    When executing a job from Designer or from the Management Console you have the option to select a specific job server or a server group.
    But when executing a job via Web Services it uses the first job server with which the repository was associated (i.e. the first job server listed in AL_MACHINE_INFO).
    Is there a way to get the job to execute using a server group instead simply choosing the first job server in the list?
    Note: We are using FIM to execute the jobs via web services and don't have access to additional parameters.

    Joe
    Here is the where you can change the server group/job server.
    - After you add the Batch/real Time job as a webservice.
    - Go to the Webservice Batch Job Attribute and from the drop down choose the "Enable job Attributes" and hit apply.
    - After this if you use the WSDL URL http://<Data Services Web Server>:<Web server Port>/DataServices/servlet/webservices?ver=2.0&wsdlxml
    - You will see the job attributes that you can change based on the allowed parameters mentioned in the documentation.
    The batch job or real time job is published without the job parameters by default. Once you enable the job attributes, remove and re publish the batch job as a web service. The application making the call to this webservice should be able to read the WSDL generated by Data services and pickup all the input and output parameters of the method.
    Refer to the Data Services Integrator guide (Chapter 3 : pages 25 - 33 ) to get the exact parameter values permitted via Data Services jobs called via web services.
    Hope this helps!
    Thanks & Regards
    Tiji

Maybe you are looking for

  • How to save changed data from a input field to the source structure

    Hi, I have a small problem with the onChange event with HTML input fields. When changing a value of a input field or by creating a new value for a field the OnChange event is called by moving away the mouse pointer.... get_form_field( 'field_name' ).

  • Unlock a sequence with TS API

    Hello, I have a sequence that is locked. I am trying to unlock the sequence porgramatically, but it never seems to work. This my psuedo code: 1) Create Engine 2) SequenceFile sfile = Engine::GetSequenceFileEx(...) 3) PropertyObjectFile pobjFile = sfi

  • STARTING FROM THE BEGINNING OF A TV SERIES

    Sorry if this is a bit thick but I can't seem to play a TV series I've bought the series pass to from the start. Whenever I click on TV shows, it starts from the last episode and I have no idea of how to start from the beginning. Does anyone have a c

  • One select list with multiple LOV's (LOV based on how page was called)

    APEX 4.0.2 I've a DML form page from a report on which I need a single select list item to have a differing LOV based on how the form page was called. The calling page (report), contains an edit link column and a create button. Depending on which is

  • Where MD is used at process level

    Hi All, please could you tell me if in SAP R/3 or somewhere else a sort of ?where used? function for MD is available at process level? For instance, I have to manage the material master data, so, I?d like to understand where the material master data