Monitoring a remote service, then starting and sending notfification

0
Hi-
I am a PS newbie so forgive me if this has been answered. We are migrating to SCOM2012 but have 1 2000 server that needs 1 service running on it. Since SCOM2012 can't monitor 2000 servers I need to monitor this service somehow. 
I am trying to write a Poweshell script that will:
1. Detect is the remote machine is up via PING, IF so proceed to step 2 if not then QUIT
2. Get the state of a service on a remote machine (i.e. Get-WmiObject -computer S00APP07 Win32_Service -Filter "Name='Messenger'") 
     If the service resturns a result of STARTED then quit otherwise proceed to step 3
3. Start the service and send an e-mail to [email protected]
4. Wait 30 seconds then goto STEP 2. 
So the result is that if the script finds the machine via ping it will then determine if the service is running or not. If the service is running the script will quit otherwise it will try to restar the service, send me an e-mail and then check again to see
if the service is running.
I had this mostly running in a standard cmd shell script but the "IF STATE 4 GOTO :END" isn't working and I'd rather do it in powershell
Ping Server | find "Reply"
if errorlevel 1 echo NG && goto :END
:BEGIN
sc \\Server querymessenger | find "STATE"
IF STATE 4 GOTO :END
sendmail -f [email protected] -t [email protected] -m THe service stopped and was sent a restart command via this batch file. This batch file will try to restart the service every 30 seconds until it is started. If you receive multiple copies of this e-mail
the auto restarting of the service was not sucessful and needs manual intervention. -u X Service on Server -s EMAILSERVER
SC \\SERVER START MESSENGER 
PING -n 30 127.0.0.1 >nul 
sc \\Server query Messenger | find "STATE"
IF ERRORLEVEL 1 GOTO :BEGIN
:END
If you have a good poweshell script that would do this I would appreciate it.

There are a few different ways to accomplish this task. The way that matches what you had in a batch file is something like this:
$email = @{
To = '[email protected]'
From = '[email protected]'
SMTPServer = 'server.domain.com'
Subject = 'Messenger Service on S00APP07'
If (Test-Connection -Computer S00APP07 -Count 1 -Quiet) {
$Service = Get-WmiObject -computer S00APP07 Win32_Service -Filter "Name='Messenger' AND State='Stopped'"
If ($Service) {
$Return = ($Service.StartService()).ReturnValue
If ($ReturnValue -eq 0) {
Start-Sleep -Seconds 10
If ($Service = Get-WmiObject -computer S00APP07 Win32_Service -Filter "Name='Messenger' AND State='Running'") {
$email.body = 'Messenger Service successfully restarted on S00APP07'
Send-MailMessage @Email
} Else {
$email.body = 'Unable to start Messenger service on S00AP07'
Send-MailMessage @Email
} Else {
$email.body = ("Unable to start Messenger service on S00AP07/ Error code returned: {0}" -f $returnvalue)
Send-MailMessage @Email
You should could also look at using WMI Eventing (Register-WMIEvent) to watch that service and send out alerts when it stops. For a more permanent solution, you should look at permanent event consumers (http://msdn.microsoft.com/en-us/library/windows/desktop/aa393014%28v=vs.85%29.aspx).
Not sure if it is usable in Win2K, but something to look at.
Boe Prox
Blog |
PoshWSUS | PoshPAIG |
PoshChat

Similar Messages

  • When I download itunes, it says that Ipod Service failed to start. I checked the services under task manager and when I try to start it, it says access denied. How to I get access and for the ipod service to start and run?

    Please help. My ipod classic could not be recognised by itunes when I connect my ipod to PC. Previously it has been recognised before I updated. This was a while ago now and so I removed all apple files and re installed the latest itunes but am having the same problem.
    When I download itunes, it says that Ipod Service failed to start. I checked the services under task manager and when I try to start it, it says access denied. How to I get access and for the ipod service to start and run?

    Some anti-virus programs (e.g., McAfee) have this rule that can be invoked under the "maximum protection" settings: PREVENT PROGRAMS REGISTERING AS A SERVICE. If that rule is set to BLOCK, then any attempt to install or upgrade iTunes will fail with an "iPod service failed to start" message.
    If you are getting this problem with iTunes, check to see if your anti-virus has this setting and unset it, at least for as long as the iTunes install requires. Exactly how to find the rule and turn it on and off will vary, depending upon your anti-malware software. However, if your anti-virus or anti-malware software produces a log of its activities, examining the log may help you find the problem.
    For example, here's the log entry for McAfee:
    9/23/2009 3:18:45 PM Blocked by Access Protection rule NT AUTHORITY\SYSTEM C:\WINDOWS\system32\services.exe \REGISTRY\MACHINE\SYSTEM\ControlSet001\Services\iPod Service Common Maximum Protection:Prevent programs registering as a service Action blocked : Create
    Note that the log says "Common Maximum Protection: Prevent programs registering as a service". The "Common Maximum Protection" is the location of the rule, "Prevent programs registering as a service" is the rule. I used that information to track down the location in the McAfee VirusScan Console where I could turn the rule off.
    After I made the change, iTunes installed without complaint.

  • Exchange 2013 CU5 fresh install suffering issues with services not starting and coexistence with 2007

    Hi everyone,
    Hope you can help me out on a couple of issues I've been experiencing during the initial stages of a project to upgrade an on premise Exchange 2007 to 2013.
    On Monday last week I installed the first Exchange 2013 server into the network after a few weeks of careful planning, information gathering and remediation of our current Exchange 2007 environment and associated systems.
    The server itself has been having some issues from the word go, some of which I've resolved but none that are show stoppers but I want to get them resolved before building more servers and setting up the planned 2 x 2 node DAG's
    The main problems are as follows:
    There's usually one service that does not start following an OS restart and it's not always the same service. So far I've seen the following not start: DAG Management, Migration Workflow, Anti-spam Update, Unified Messaging, UM Call Router, Transport
    Service.
    The critical system event log entries are complaining of timeouts when the services are starting up but I can't imagine that the servers boot time is too long...  It's a 2 vCPU/12Gb vRAM VM, Windows 2012 R2
    I receive an error in the Event Log regarding RPC over HTTP Proxy
    to one of the 2007 CAS servers (not our primary one). The first error was because the Windows Component was missing but since installing it, disabling Outlook Anywhere, reenabling it, restarting the server, I now have a new error which is shown further down
    this post
    The Exchange 2013 server install is pretty default, CAS/MBX roles and some basic configuration performed such as new DNS entries, Public SSL certs installed and assigned, URL's updates, SCP updated. I have review and resolved some errors from the event logs
    for over chatty warnings about disk space (the warning is that we have loads of space...)
    This is a brief outline of the environment:
    Exchange 2007 SP3 RU13
    UK - Two physical locations in a stretch LAN (100Mb WAN)
    4 x CCR Cluster Mailbox Servers in two separate CCR Clusters
    Cluster 1 - Windows 2003 R2: One physical, one virtual server - don't ask, legacy install and I know the virtual is not a supported configuration.
    Cluster 2 - Windows 2008 R2: Two virtuals - New cluster built following a 4 day failure of Cluster 1. The aim was to move to supported config and decommission cluster 1.
    Note: Migration of Cluster 1 to Cluster 2 was halted as 2013 was so close it seemed pointless to continue the migration and instead migrate both Clusters to 2013 once in production.
    2 x Virtual Windows 2003 R2 - Hub Transport Servers
    2 x Virtual Windows 2003 R2 - Client Access Servers
    1 x Virtual Windows 2003 R2 - Unified Messaging Server
    1 x Virtual Windows 2003 R2 - Edge Transport Server (DMZ)
    US - One physical location
    1 x Physical Windows 2008 R2 - Mailbox, Client Access, Hub Transport Server
    Exchange 2013 CU5
    UK - Installed into same site along side Exchange 2007 servers
    1 x Virtual Windows 2012 R2 - Mailbox, Client Access Server
    Problem 2 Error Message - Please note, server names and domain name changed:
    Log Name:      Application
    Source:        MSExchange Front End HTTP Proxy
    Date:          18/07/2014 10:00:37
    Event ID:      3005
    Task Category: Core
    Level:         Warning
    Keywords:      Classic
    User:          N/A
    Computer:      EXC2013.domain.local
    Description:
    [RpcHttp] Marking ClientAccess 2010 server EXC2007CAS1.domain.local (https://EXC2007CAS1.domain.local/rpc/rpcproxy.dll) as unhealthy due to exception: System.Net.WebException: The underlying connection was closed: The connection was closed unexpectedly.
       at System.Net.HttpWebRequest.GetResponse()
       at Microsoft.Exchange.HttpProxy.ProtocolPingStrategyBase.Ping(Uri url)
    Event Xml:
    <Event xmlns=http://schemas.microsoft.com/win/2004/08/events/event>
      <System>
        <Provider Name="MSExchange Front End HTTP Proxy" />
        <EventID Qualifiers="32768">3005</EventID>
        <Level>3</Level>
        <Task>1</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2014-07-18T09:00:37.000000000Z" />
        <EventRecordID>64832</EventRecordID>
        <Channel>Application</Channel>
        <Computer>EXC2013.domain.local</Computer>
        <Security />
      </System>
      <EventData>
        <Data>RpcHttp</Data>
        <Data>EXC2007CAS1.domain.local</Data>
        <Data>https://EXC2007CAS1.domain.local/rpc/rpcproxy.dll</Data>
        <Data>System.Net.WebException: The underlying connection was closed: The connection was closed unexpectedly.
       at System.Net.HttpWebRequest.GetResponse()
       at Microsoft.Exchange.HttpProxy.ProtocolPingStrategyBase.Ping(Uri url)</Data>
      </EventData>
    </Event>

    Hi Off2work,
    I've gone through the article and the Get-OutlookAnywhere commandlet looks fine (especially when compared with our working CAS).
    Having looked through IIS I have spotted two additional misconfigurations with a missing setting to require SSL on the RPC folder and also the .NET version was not set.
    I've now set those to Require SSL and .NET 2.0.5072 however this has made no difference following restarted of both 2007 CAS and 2013 servers.
    I could potentially reinstall the CAS server or additionally decommission it as we have two of them and the other is not causing any errors with the 2013 server. This broken CAS server doesn't even have DNS records (except it's own hostname) or firewall
    rules pointing to it, nor does it have any active client connections if I check with a quick netstat -a
    As for UM, it's next on my list following some client/server connectivity testing so I have not yet assigned the SSL to the services or setup the dial plans, etc.
    The services do start most of the time, but others then don't so it's not a consistent issue with just this service. On my current boot, the DAG Management service failed to start, but again I don't have a DAG implemented yet.
    I will see if UM drops out of that list once I've configured it shortly
    Thanks for taking the time to respond (and that goes to DareDevil too)

  • SCOM monitoring on windows services in starting or stopping state

    Hi,
    Any chance if somebody can help me to set alarm on stopping and starting state  windows services  (automatic services) in SCOM for client servers.
    Balys

    1) Using Windows Service Template to create a windows service monitor with enabled "monitor only automatic service" option
    2) Export the management pack containing the monitor which created in step 1)
    3) Modidy data source from
    TypeID="Windows!Microsoft.Windows.Win32ServiceInformationProviderWithClassSnapshotDataMapper">
        <ComputerName>$Target/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
        <ServiceName>XXXX</ServiceName>
    into
    TypeID="Windows!Microsoft.Windows.WmiProviderWithClassSnapshotDataMapper">
        <NameSpace>root\cimv2</NameSpace>
        <Query>select * from win32_service </Query>
    AND
    <Setting>
              <Name>$MPElement[Name="MicrosoftSystemCenterNTServiceLibrary!Microsoft.SystemCenter.NTService"]/ServiceProcessName$</Name>
              <Value>$Data/Property[@Name='BinaryPathName']$</Value>
            </Setting>
    into
     <Setting>
              <Name>$MPElement[Name="MicrosoftSystemCenterNTServiceLibrary!Microsoft.SystemCenter.NTService"]/ServiceProcessName$</Name>
              <Value>$Data/Property[@Name='PathName']$</Value>
            </Setting>
    4) Import the management pack
    http://blogs.technet.com/b/brianwren/archive/2008/03/07/using-wildcards-with-the-windows-service-template.aspx
    Roger

  • Monitor exclusive lock on a table and send notification email through EM

    Hi,
    I have Oracle10g and EM10G running on different servers.
    now one of my plsql code creates an exclusive lock on one of my tables.
    i want to monitor this exclusive lock on this table through the EM. and when the exclusive lock on the table is continuing for more than 1 hour, i want an email notification sent to me by the EM.
    How can i do this?
    Can someone help me achieve this above situation.
    Thanks.
    Philip.

    One of the nice about OEM is that a lot of the things are self explanatory. E.g. I never read docs to set up our first user defined metrics. It is really just to dive in there. Define a metric and the sql you want to use for monitoring the lock. Then you just go and create email notification for this when it hits warning or critical treshold.

  • 2011 iMac not starting, then starting, and then not starting again?

    Hi,
    I've asked this question at another forum, but I haven't gotten any feedback, so I thought I'd try here.
    I have a 2011 iMac which I'm not really happy with at all, to be honest.
    The most severe problem is that it refuses to turn on sometimes. It has actually only happened two times so far, with a few weeks in between.
    I talked to Apple for over two hours yesterday. After a lot of troubleshooting, PRAM resets, (obviously error-free) diagnostics, etc, they still had absolutely no clue what the problem could be.
    The first time it happened, the iMac had been disconnected from the power outlet for a week. Imagine trying to power on an iMac with the power chord unplugged. That's how it was.
    After a lot of fiddling around, inserting and reinserting the power cable, and pressing the power button 40-50 times, it finally booted up. I then turned it off again, and it wouldn't power on once again. Then, it suddenly started working as normal, turning on every time.
    I happened again yesterday. The exact same issue, despite the fact that it has been plugged into the power all the time. After my long support call with Apple, it was working as usual again, powering on as normal every time. There was this one time when I held in the power button for like 5 seconds, until I heard the fans running. I then released the button, and the fans stopped. Then it powered on when I tried again.
    Rebooting always works, going to sleep and waking up always works, and it never powers off by itself once it's on. Trying a different power outlet makes no difference.
    I really just want another iMac, or my money back, but I understand that this is the absolute last thing Apple will do.
    All I kept hearing from the support reps were "call a service place". But what good is that going to do?
    What if it dies again and I really can't get it to work no matter how many times I press the button? It seems to be ALL about pressing the button btw, doing anything else has any impact whatsoever.
    If a technician tries to start it, it may start on the first attempt. Or the third. Or the twentieth. I have no idea, since there's no pattern, and nothing to go by.
    The only real clue is that it's imposible to NOT get it to start after it's been running for around 15 minutes.
    So, what should I do? Should I try to get it fixed/replaced/sold? Should I reinstall Lion (the guys at Apple actually told me to try that)? Should I just accept it and never shut it off (only sleeping/waking and rebooting)?
    I would love to hear your thoughts.

    Sorry, I forgot to mention - I was instructed to do that. Don't know if it helped or not, only time will tell.
    I'm 100% certain that the problem will occur again. It could be in a few weeks, or months, or even years.

  • Everytime i hit icon it wont start and sends report but have heard nothing back

    since yesterday when i click on firefox icon it will not start up, it displays crash reporter screen and says it will attempt to restart but when i hit restart it crashes again. when i hit quit firefox it sends report but ive heard nothing back. not sure if i need to download new copy or wait for response.

    Hearing back from the crash reporter is very, very, very rare, it isn't intended for direct user support. See about retrieving your most recent Crash Report ID's and we can take a look at those reports.
    We're sorry to hear that your Firefox seems to be crashing when you open it. Please perform the following steps to give us a crash report ID that helps us find out more about the cause of the crash.
    #On the keyboard, press [Windows] [[Image:Windows key]] + [R]. This should bring up a Run window that contains a text field.
    #In that text field, type '''%APPDATA%''' and press Enter. An explorer window should open.
    #From that explorer window, double-click on the ''Mozilla'' folder, then double-click on ''Firefox'' and then on ''Crash reports''. Double-click on ''submitted''.
    #Now, you should see a list of files that contain reports. Go to ''View'' > ''Arrange Icons by'' > ''Modified'' to get the most recent files at the top of the window.
    #Open the most recent 5 files with a text editor and copy the IDs.
    #Paste each ID with '''bp-''' into the reply window on the forums.
    Thanks in advance!
    You can find more information and troubleshooting steps in the [[Firefox crashes]] article.

  • Services to start and stop Tomcat

    I have Tomcat 4.1.27 on a Windows 2000 Server where the startup.bat doesnt work and I have to startup the container using the Windows Services tool. The server also doesnt show any Tomcat console window so I can see what is happening.
    The startup.bat just pulls up a window real quick and it disappears and the container never starts up. The shutdown.bat does shut down the container but I use the Server Services to shutdown the container when needed.
    Please advise if this is normal and anyway to change it to how I have it in my local develper environment. In my local developer env, I use startup.bat and shutdown.bat and see Tomcat console window after it is started up and the console window stays up so I can view it.

    Hi,
    I have the same env. I faced the same problem. Go to cmd prompt and go to tomcat bin directory, before that set the JAVA_HOME in the windows Env properties or open Catlina.bat file and set the JAVA_HOME. After setting the JAVA_HOME setup, give the command as like this "catalina run" in the command prompt, the command prompt window will not be disappered. If you give "Catlina start" a new tomcat startup window will be opened. If any error occurs on startup the window gets disappered.
    Let me know you need some more help.
    Cheers!!!
    Sundaram.

  • HT1040 I have produced an apple photo book on my macbook air which has been returned because I do not have the correct software.  Is it possible to transfer the photo book file to my desktop that does have the right soft ware and then modify and send to p

    Am I able to import an apple photobook from my macbook air to my desktop?  If anyone could help I would be very grateful.
    Thanks

    You will need to copy the Library to the other machine. You can't move a book, only the library that contains it.

  • I updated iTunes to 10.4 version and now it doesn't start and sen a messages "iTunes has detected an error and must be closed". Someone have the same problem and how can we repair our installation insted of change the windows XP installation? Best regard

    I updated iTunes to 10.4 version and now it doesn't start and send a messages "iTunes has detected an error and must be closed". Someone have the same problem and how can we repair our installation insted of change the windows XP installation? Best regards

    Only way to get iMac starting again was to re-install 10.4.4 from DVD, and then update it into 10.4.6. For a while it worked perfectly, just as before.
    Then I tried to print to CD with my EPSON Stylus Photo 950 from Adobe Photoshop Elements (2.0). It didn't print anything, but printer started flashing all lights. The print job was not performed, so I did remove it from the Printer Utility. After that the iMac started "ticking" again, same noise than before, after 10.4.7 installation. I did re-boot iMac. It never started, it does stuck on gray screen (gray block running clockwise). HW test from DVD didn't find any problems (extended search looping 3 times). But Disk Utility found hard drive to have inaccurate node structure, it could not fix it.
    Apple support recommended to use DiskWarrior. However, it does not support (yet) Intel Macs. I haven't got TechTool Pro 4.5.1 anywhere. iMac does start on to FireWire mode (T at boot), but I cannot see the disk from 10.2.8 iMac.
    So, obvisously the problem is not 10.4.7. I believe it to be ESPON printer driver compatibility on Mac OSX. This does not suprise me, EPSON printers *****, I shall never purchase one again. However, disk catalog structure should not get messed by one faulty printer driver!

  • HP PRO 3400 Series desktop won't boot CPU fan starts and stops , no video, no beeps

    I have the above computer with an i3-2125 CPU, Windows 7 Home Premium 64 bit, and a 300GB Seagate Hard drive.  I've had it for about 2 years and been working fine. It started acting up about 2 months ago.  It would lose the date and time.  I checked the battery, and it was OK, so I kept using the computer.  Then on 9/15/2014 it hung on "Starting Windows", I did the following:
    1.  Ran the built in HP diagnostic on hard drive and memory and they both passed.
    2.  Tried to go to last known good configuration and nothing happened.
    3.  Noticed the date and time were off, replaced the battery, nothing changed.
    4.  Tried another hard drive from another HP PRO 3400 Series and it would boot up but could not set date in bios.
    5.  Tried all kinds of things but could not set date in bios.
          a.  Bios date read 48/00/0048 after removing and replacing battery.
          b,  Tried to reset date to 9/16/2914 and it gets 56/00/0051
    6.  Then it wouldn't boot at all.   So now when you turn on the power, the CPU fan starts and runs for about 1 second, then shuts off for 4 seconds, then starts and runs for another 1 sec and it does this continuously.  There is  no video and no beeps and no difference when all memory is removed.
    7.  I removed the power supply, and checked voltages.  It appears to be OK.
    8.  I removed the motherboard, and inspected it- saw nothing obvious.
    9.  I connected the power supply to the motherboard with nothing else connected to the motherboard, and I get the same thing.  CPU fan starts then stops continuously, no video no beeps.
    10.  I am thinking it is the Motherboard, but I sure could use some suggestions as to what to do next.
    Thanks
    Maxgle from CA

    Maxgle, welcome to the forum.
    I believe that you would get more responses to your problem if you start a thread here.  They are the members who know your computer best.
    Please click the "Thumbs up + button" if I have helped you and click "Accept as Solution" if your problem is solved.
    Signature:
    HP TouchPad - 1.2 GHz; 1 GB memory; 32 GB storage; WebOS/CyanogenMod 11(Kit Kat)
    HP 10 Plus; Android-Kit Kat; 1.0 GHz Allwinner A31 ARM Cortex A7 Quad Core Processor ; 2GB RAM Memory Long: 2 GB DDR3L SDRAM (1600MHz); 16GB disable eMMC 16GB v4.51
    HP Omen; i7-4710QH; 8 GB memory; 256 GB San Disk SSD; Win 8.1
    HP Photosmart 7520 AIO
    ++++++++++++++++++
    **Click the Thumbs Up+ to say 'Thanks' and the 'Accept as Solution' if I have solved your problem.**
    Intelligence is God given; Wisdom is the sum of our mistakes!
    I am not an HP employee.

  • Web Services wont start, please help

    Hello all,
    I appologize up front but I dont really have a lot of experience with OSX server. So yesterday I got a report that my companied website was down. I went in to check the server and it wouldnt log in just got the pinwheel for about 10 minutes so we rebooted it (me and my IT staff). Upon reboot we could login and all seems well except that the web services wont start and our website is still down. when you try and start the service you get:
    " A service has encountered and error, Try to refresh the view (172.18.180.15/Web). Report the problem to the administrator if it persists. (could not start web service - details in error log)."
    but when you go to the log to see what is going on the last entry says:
    " [Thu Jan 15 14:47:27 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html "
    that is about the time that the website appears to have gone offline... Also after navigating to the directory it says, there indeed is no error.html but all other files appear to be there. I have also used the terminal to read the last 100 lines of the error log file using tail -100 /var/log/httpd/error_log and get:
    [Thu Jan 15 10:13:22 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/rc/bin/msgimport
    [Thu Jan 15 10:13:22 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 10:13:22 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/roundcube/bin/msgimport
    [Thu Jan 15 10:13:22 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 10:13:22 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/webmail/bin/msgimport
    [Thu Jan 15 10:13:22 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 10:14:49 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/HNAP1/
    [Thu Jan 15 10:14:49 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 10:14:52 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/TEADevInfo/
    [Thu Jan 15 10:14:52 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 10:28:27 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/favicon.ico
    [Thu Jan 15 10:28:27 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 10:32:17 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/favicon.ico
    [Thu Jan 15 10:32:17 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 10:32:55 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/favicon.ico
    [Thu Jan 15 10:32:55 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 10:32:57 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/favicon.ico
    [Thu Jan 15 10:32:57 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 10:34:56 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/HNAP1/
    [Thu Jan 15 10:34:56 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 10:34:59 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/TEADevInfo/
    [Thu Jan 15 10:34:59 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 10:55:02 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/HNAP1/
    [Thu Jan 15 10:55:02 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 10:55:05 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/TEADevInfo/
    [Thu Jan 15 10:55:05 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 11:15:10 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/HNAP1/
    [Thu Jan 15 11:15:10 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 11:15:13 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/TEADevInfo/
    [Thu Jan 15 11:15:13 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 11:23:55 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/favicon.ico
    [Thu Jan 15 11:23:55 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 11:24:42 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/Library/BOCESlogo.jpg
    [Thu Jan 15 11:24:42 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 11:26:15 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/favicon.ico
    [Thu Jan 15 11:26:15 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 11:29:48 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/Library/BOCESlogo.jpg
    [Thu Jan 15 11:29:48 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 11:35:17 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/HNAP1/
    [Thu Jan 15 11:35:17 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 11:35:20 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/TEADevInfo/
    [Thu Jan 15 11:35:20 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 11:50:50 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/robots.txt
    [Thu Jan 15 11:50:50 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 11:53:20 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/favicon.ico
    [Thu Jan 15 11:53:20 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 11:55:23 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/HNAP1/
    [Thu Jan 15 11:55:23 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 11:55:26 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/TEADevInfo/
    [Thu Jan 15 11:55:26 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 12:11:18 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/favicon.ico
    [Thu Jan 15 12:11:18 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 12:15:31 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/HNAP1/
    [Thu Jan 15 12:15:31 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 12:15:34 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/TEADevInfo/
    [Thu Jan 15 12:15:34 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 12:35:36 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/HNAP1/
    [Thu Jan 15 12:35:36 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 12:35:39 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/TEADevInfo/
    [Thu Jan 15 12:35:39 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 12:55:45 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/HNAP1/
    [Thu Jan 15 12:55:45 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 12:55:48 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/TEADevInfo/
    [Thu Jan 15 12:55:48 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 13:04:47 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/favicon.ico
    [Thu Jan 15 13:04:47 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 13:15:52 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/HNAP1/
    [Thu Jan 15 13:15:52 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 13:15:55 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/TEADevInfo/
    [Thu Jan 15 13:15:55 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 13:35:58 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/HNAP1/
    [Thu Jan 15 13:35:58 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 13:36:01 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/TEADevInfo/
    [Thu Jan 15 13:36:01 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 13:52:37 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/Library/BOCESlogo.jpg
    [Thu Jan 15 13:52:37 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 13:56:06 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/HNAP1/
    [Thu Jan 15 13:56:06 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 13:56:09 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/TEADevInfo/
    [Thu Jan 15 13:56:09 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 14:12:16 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/favicon.ico
    [Thu Jan 15 14:12:16 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 14:16:12 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/HNAP1/
    [Thu Jan 15 14:16:12 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 14:16:15 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/TEADevInfo/
    [Thu Jan 15 14:16:15 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 14:16:57 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/favicon.ico
    [Thu Jan 15 14:16:57 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 14:29:01 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/registrationSERPDC.html
    [Thu Jan 15 14:29:01 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 14:33:12 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/favicon.ico
    [Thu Jan 15 14:33:12 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 14:36:19 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/HNAP1/
    [Thu Jan 15 14:36:19 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 14:36:22 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/TEADevInfo/
    [Thu Jan 15 14:36:22 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 14:47:08 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/registrationSERPDC.html
    [Thu Jan 15 14:47:08 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    [Thu Jan 15 14:47:27 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/registrationSERPDC.html
    [Thu Jan 15 14:47:27 2009] [error] [client 172.18.180.15] File does not exist: /Library/WebServer/Documents/error.html
    So im at a loss and any ideas would be much appricated. I know that earlier in the day one of our web people updated our website to add a calender using dreamweaver but dont know much about exactly what was done.
    Thanks again
    Troy Smith

    Thanks for the responce. So it looks to me like the content of the webpage is all there , minus the error.html file. Its all located in Library/webserver/documents. I have gone there and am even able to bring up our webpage by launching index.html and it appears to work perfectly with no broken links. you just cant access it from the outside world.
    here is the last bit of the access log:
    700] "GET / HTTP/1.0" 200 11110
    172.18.70.21 - - [15/Jan/2009:12:42:13 -0700] "GET / HTTP/1.1" 304 -
    172.18.70.21 - - [15/Jan/2009:12:42:13 -0700] "GET /mm_travel2.css HTTP/1.1" 304 -
    172.18.70.21 - - [15/Jan/2009:12:42:13 -0700] "GET /BOCES_logo.jpg HTTP/1.1" 304 -
    172.18.180.150 - - [15/Jan/2009:12:55:45 -0700] "GET /HNAP1/ HTTP/1.1" 404 -
    172.18.180.150 - - [15/Jan/2009:12:55:48 -0700] "GET /TEADevInfo/ HTTP/1.1" 404 -
    172.18.180.150 - - [15/Jan/2009:12:55:51 -0700] "GET / HTTP/1.0" 200 11110
    172.18.21.33 - - [15/Jan/2009:12:59:44 -0700] "GET / HTTP/1.1" 304 -
    172.18.21.33 - - [15/Jan/2009:12:59:44 -0700] "GET /mm_travel2.css HTTP/1.1" 304 -
    172.18.21.33 - - [15/Jan/2009:12:59:44 -0700] "GET /BOCES_logo.jpg HTTP/1.1" 304 -
    172.18.21.33 - - [15/Jan/2009:12:59:44 -0700] "GET /mm_spacer.gif HTTP/1.1" 304 -
    172.18.21.33 - - [15/Jan/2009:12:59:44 -0700] "GET /mm_arrow.gif HTTP/1.1" 304 -
    66.249.71.204 - - [15/Jan/2009:13:00:04 -0700] "GET /Distance%20Learning/2ndSem.png HTTP/1.1" 304 -
    66.210.76.252 - - [15/Jan/2009:13:04:42 -0700] "GET / HTTP/1.1" 200 11110
    66.210.76.252 - - [15/Jan/2009:13:04:42 -0700] "GET /mm_travel2.css HTTP/1.1" 200 2084
    66.210.76.252 - - [15/Jan/2009:13:04:43 -0700] "GET /BOCES_logo.jpg HTTP/1.1" 200 39819
    66.210.76.252 - - [15/Jan/2009:13:04:43 -0700] "GET /mm_spacer.gif HTTP/1.1" 200 43
    66.210.76.252 - - [15/Jan/2009:13:04:44 -0700] "GET /mm_arrow.gif HTTP/1.1" 200 74
    66.210.76.252 - - [15/Jan/2009:13:04:47 -0700] "GET /favicon.ico HTTP/1.1" 404 -
    172.18.180.150 - - [15/Jan/2009:13:15:52 -0700] "GET /HNAP1/ HTTP/1.1" 404 -
    172.18.180.150 - - [15/Jan/2009:13:15:55 -0700] "GET /TEADevInfo/ HTTP/1.1" 404 -
    172.18.180.150 - - [15/Jan/2009:13:15:58 -0700] "GET / HTTP/1.0" 200 11110
    207.119.148.113 - - [15/Jan/2009:13:25:37 -0700] "GET / HTTP/1.1" 304 -
    207.119.148.113 - - [15/Jan/2009:13:25:37 -0700] "GET /mm_travel2.css HTTP/1.1" 304 -
    172.18.10.22 - - [15/Jan/2009:13:26:28 -0700] "GET / HTTP/1.1" 304 -
    172.18.10.22 - - [15/Jan/2009:13:26:28 -0700] "GET /mm_travel2.css HTTP/1.1" 304 -
    66.249.71.203 - - [15/Jan/2009:13:30:25 -0700] "GET /Distance%20Learning/2007-08%201st%20Semester.pdf HTTP/1.1" 304 -
    172.18.180.150 - - [15/Jan/2009:13:35:58 -0700] "GET /HNAP1/ HTTP/1.1" 404 -
    172.18.180.150 - - [15/Jan/2009:13:36:01 -0700] "GET /TEADevInfo/ HTTP/1.1" 404 -
    172.18.180.150 - - [15/Jan/2009:13:36:04 -0700] "GET / HTTP/1.0" 200 11110
    172.18.10.22 - - [15/Jan/2009:13:40:32 -0700] "GET / HTTP/1.1" 304 -
    172.18.10.22 - - [15/Jan/2009:13:40:32 -0700] "GET /mm_travel2.css HTTP/1.1" 304 -
    172.18.10.247 - - [15/Jan/2009:13:45:41 -0700] "GET / HTTP/1.1" 304 -
    172.18.10.247 - - [15/Jan/2009:13:45:41 -0700] "GET /mm_travel2.css HTTP/1.1" 304 -
    172.18.80.172 - - [15/Jan/2009:13:52:34 -0700] "GET / HTTP/1.1" 304 -
    172.18.80.172 - - [15/Jan/2009:13:52:34 -0700] "GET /mm_travel2.css HTTP/1.1" 304 -
    172.18.80.172 - - [15/Jan/2009:13:52:37 -0700] "GET /cgi-bin/htmlos.cgi/Library/login.html HTTP/1.1" 200 5337
    172.18.80.172 - - [15/Jan/2009:13:52:37 -0700] "GET /Library/BOCESlogo.jpg HTTP/1.1" 404 -
    172.18.80.172 - - [15/Jan/2009:13:52:51 -0700] "POST /cgi-bin/htmlos.cgi/00196.1.091587960413596865 HTTP/1.1" 200 6906
    172.18.80.172 - - [15/Jan/2009:13:52:51 -0700] "GET /Library/logo.gif HTTP/1.1" 304 -
    172.18.80.172 - - [15/Jan/2009:13:53:12 -0700] "POST /cgi-bin/htmlos.cgi/00196.2.398028895013596865 HTTP/1.1" 200 6954
    172.18.80.172 - - [15/Jan/2009:13:53:34 -0700] "POST /cgi-bin/htmlos.cgi/00196.3.379763596813596865 HTTP/1.1" 200 7631
    172.18.80.172 - - [15/Jan/2009:13:53:41 -0700] "GET /cgi-bin/htmlos.cgi/00196.4.979421102013596865 HTTP/1.1" 200 5707
    172.18.80.172 - - [15/Jan/2009:13:54:05 -0700] "POST /cgi-bin/htmlos.cgi/00196.4.653012131313596865 HTTP/1.1" 200 5009
    172.18.80.172 - - [15/Jan/2009:13:54:05 -0700] "GET /Library/cartcompanion/images/trash.gif HTTP/1.1" 304 -
    172.18.80.172 - - [15/Jan/2009:13:54:09 -0700] "GET /cgi-bin/htmlos.cgi/00196.6.067052834713596865 HTTP/1.1" 200 7631
    172.18.80.172 - - [15/Jan/2009:13:54:18 -0700] "POST /cgi-bin/htmlos.cgi/00196.7.340537939813596865 HTTP/1.1" 200 8416
    172.18.80.172 - - [15/Jan/2009:13:54:30 -0700] "GET /cgi-bin/htmlos.cgi/00196.8.1081705853513596865 HTTP/1.1" 200 6036
    172.18.80.172 - - [15/Jan/2009:13:54:46 -0700] "POST /cgi-bin/htmlos.cgi/00196.8.680478888813596865 HTTP/1.1" 200 5489
    172.18.80.172 - - [15/Jan/2009:13:54:48 -0700] "GET /cgi-bin/htmlos.cgi/00196.10.067088757713596865 HTTP/1.1" 200 8430
    172.18.80.172 - - [15/Jan/2009:13:54:59 -0700] "POST /cgi-bin/htmlos.cgi/00196.11.383185021613596865 HTTP/1.1" 200 6953
    172.18.80.172 - - [15/Jan/2009:13:55:04 -0700] "GET /cgi-bin/htmlos.cgi/00196.12.186489933813596865 HTTP/1.1" 200 5489
    172.18.80.172 - - [15/Jan/2009:13:55:07 -0700] "POST /cgi-bin/htmlos.cgi/00196.13.316198235313596865 HTTP/1.1" 200 4484
    172.18.180.150 - - [15/Jan/2009:13:56:06 -0700] "GET /HNAP1/ HTTP/1.1" 404 -
    172.18.180.150 - - [15/Jan/2009:13:56:09 -0700] "GET /TEADevInfo/ HTTP/1.1" 404 -
    172.18.180.150 - - [15/Jan/2009:13:56:12 -0700] "GET / HTTP/1.0" 200 11110
    172.19.62.94 - - [15/Jan/2009:14:05:22 -0700] "GET / HTTP/1.1" 304 -
    172.19.62.94 - - [15/Jan/2009:14:05:22 -0700] "GET /mm_travel2.css HTTP/1.1" 304 -
    172.19.62.94 - - [15/Jan/2009:14:05:23 -0700] "GET /BOCES_logo.jpg HTTP/1.1" 304 -
    172.19.62.94 - - [15/Jan/2009:14:05:23 -0700] "GET /mm_spacer.gif HTTP/1.1" 304 -
    172.19.62.94 - - [15/Jan/2009:14:05:23 -0700] "GET /mm_arrow.gif HTTP/1.1" 304 -
    172.19.62.94 - - [15/Jan/2009:14:05:37 -0700] "GET /ExcepStuServ.html HTTP/1.1" 304 -
    172.19.62.94 - - [15/Jan/2009:14:05:37 -0700] "GET /Scripts/AC_RunActiveContent.js HTTP/1.1" 304 -
    172.19.62.94 - - [15/Jan/2009:14:05:39 -0700] "GET /EngSafeguards.swf HTTP/1.1" 304 -
    172.19.62.94 - - [15/Jan/2009:14:05:39 -0700] "GET /SafeguardsSpanish.swf HTTP/1.1" 304 -
    172.19.62.94 - - [15/Jan/2009:14:05:39 -0700] "GET /ChildFind.swf HTTP/1.1" 304 -
    172.19.62.94 - - [15/Jan/2009:14:05:39 -0700] "GET /CSAPA.swf HTTP/1.1" 304 -
    172.19.62.94 - - [15/Jan/2009:14:05:39 -0700] "GET /CDE.swf HTTP/1.1" 304 -
    172.19.62.94 - - [15/Jan/2009:14:05:39 -0700] "GET /EarlyCh.swf HTTP/1.1" 304 -
    172.19.62.94 - - [15/Jan/2009:14:05:39 -0700] "GET /SEAS.swf HTTP/1.1" 304 -
    172.18.71.229 - - [15/Jan/2009:14:12:16 -0700] "GET / HTTP/1.1" 200 11110
    172.18.71.229 - - [15/Jan/2009:14:12:16 -0700] "GET /mm_travel2.css HTTP/1.1" 200 2084
    172.18.71.229 - - [15/Jan/2009:14:12:16 -0700] "GET /mm_spacer.gif HTTP/1.1" 200 43
    172.18.71.229 - - [15/Jan/2009:14:12:16 -0700] "GET /BOCES_logo.jpg HTTP/1.1" 200 39819
    172.18.71.229 - - [15/Jan/2009:14:12:16 -0700] "GET /mm_arrow.gif HTTP/1.1" 200 74
    172.18.71.229 - - [15/Jan/2009:14:12:16 -0700] "GET /favicon.ico HTTP/1.1" 404 -
    172.18.71.229 - - [15/Jan/2009:14:15:06 -0700] "GET / HTTP/1.1" 304 -
    172.18.71.229 - - [15/Jan/2009:14:15:06 -0700] "GET /mm_travel2.css HTTP/1.1" 304 -
    172.18.180.150 - - [15/Jan/2009:14:16:12 -0700] "GET /HNAP1/ HTTP/1.1" 404 -
    172.18.180.150 - - [15/Jan/2009:14:16:15 -0700] "GET /TEADevInfo/ HTTP/1.1" 404 -
    172.18.180.150 - - [15/Jan/2009:14:16:18 -0700] "GET / HTTP/1.0" 200 11110
    10.136.34.40 - - [15/Jan/2009:14:16:56 -0700] "GET / HTTP/1.1" 200 11110
    10.136.34.40 - - [15/Jan/2009:14:16:56 -0700] "GET /mm_travel2.css HTTP/1.1" 200 2084
    10.136.34.40 - - [15/Jan/2009:14:16:57 -0700] "GET /favicon.ico HTTP/1.1" 404 -
    172.18.71.164 - - [15/Jan/2009:14:18:59 -0700] "GET / HTTP/1.1" 304 -
    172.18.71.164 - - [15/Jan/2009:14:19:00 -0700] "GET /mm_travel2.css HTTP/1.1" 304 -
    204.132.102.1 - - [15/Jan/2009:14:29:01 -0700] "GET /registrationSERPDC.html HTTP/1.1" 404 -
    199.2.43.225 - - [15/Jan/2009:14:33:10 -0700] "GET / HTTP/1.1" 200 11110
    199.2.43.225 - - [15/Jan/2009:14:33:11 -0700] "GET /mm_travel2.css HTTP/1.1" 200 2084
    199.2.43.225 - - [15/Jan/2009:14:33:12 -0700] "GET /favicon.ico HTTP/1.1" 404 -
    172.18.10.22 - - [15/Jan/2009:14:34:55 -0700] "GET / HTTP/1.1" 304 -
    172.18.10.22 - - [15/Jan/2009:14:34:55 -0700] "GET /mm_travel2.css HTTP/1.1" 304 -
    172.18.180.150 - - [15/Jan/2009:14:36:19 -0700] "GET /HNAP1/ HTTP/1.1" 404 -
    172.18.180.150 - - [15/Jan/2009:14:36:22 -0700] "GET /TEADevInfo/ HTTP/1.1" 404 -
    172.18.180.150 - - [15/Jan/2009:14:36:25 -0700] "GET / HTTP/1.0" 200 11110
    70.90.115.161 - - [15/Jan/2009:14:36:53 -0700] "GET / HTTP/1.1" 200 11110
    70.90.115.161 - - [15/Jan/2009:14:36:54 -0700] "GET /mm_travel2.css HTTP/1.1" 200 2084
    70.90.115.161 - - [15/Jan/2009:14:37:11 -0700] "GET /HumRes.html HTTP/1.1" 200 19117
    70.90.115.161 - - [15/Jan/2009:14:37:12 -0700] "GET /Scripts/AC_RunActiveContent.js HTTP/1.1" 200 8321
    70.90.115.161 - - [15/Jan/2009:14:37:12 -0700] "GET /AmFidelity.swf HTTP/1.1" 200 1520
    70.90.115.161 - - [15/Jan/2009:14:37:12 -0700] "GET /CDE2.swf HTTP/1.1" 200 1165
    70.90.115.161 - - [15/Jan/2009:14:37:12 -0700] "GET /CEBT.swf HTTP/1.1" 200 1241
    70.90.115.161 - - [15/Jan/2009:14:37:12 -0700] "GET /jobapp.swf HTTP/1.1" 200 2360
    70.90.115.161 - - [15/Jan/2009:14:37:13 -0700] "GET /PERA.swf HTTP/1.1" 200 1169
    70.90.115.161 - - [15/Jan/2009:14:37:13 -0700] "GET /VSP.swf HTTP/1.1" 200 1162
    70.90.115.161 - - [15/Jan/2009:14:38:07 -0700] "GET /AdmStaff.html HTTP/1.1" 200 16561
    70.90.115.161 - - [15/Jan/2009:14:38:07 -0700] "GET /mm_travel2.css HTTP/1.1" 304 -
    70.90.115.161 - - [15/Jan/2009:14:41:07 -0700] "GET /CDE2.swf HTTP/1.1" 304 -
    70.90.115.161 - - [15/Jan/2009:14:41:08 -0700] "GET /CEBT.swf HTTP/1.1" 304 -
    70.90.115.161 - - [15/Jan/2009:14:41:08 -0700] "GET /jobapp.swf HTTP/1.1" 304 -
    70.90.115.161 - - [15/Jan/2009:14:41:08 -0700] "GET /PERA.swf HTTP/1.1" 304 -
    70.90.115.161 - - [15/Jan/2009:14:41:08 -0700] "GET /VSP.swf HTTP/1.1" 304 -
    70.90.115.161 - - [15/Jan/2009:14:41:10 -0700] "GET /AmFidelity.swf HTTP/1.1" 304 -
    172.18.10.22 - - [15/Jan/2009:14:41:26 -0700] "GET / HTTP/1.1" 304 -
    172.18.10.22 - - [15/Jan/2009:14:41:27 -0700] "GET /mm_travel2.css HTTP/1.1" 304 -
    172.17.35.11 - - [15/Jan/2009:14:47:08 -0700] "GET /registrationSERPDC.html HTTP/1.1" 404 -
    172.17.35.11 - - [15/Jan/2009:14:47:27 -0700] "GET /registrationSERPDC.html HTTP/1.1" 404 -
    and here is the output of the apache test command:
    Last login: Fri Jan 16 08:36:31 on ttyp1
    Welcome to Darwin!
    MultiServer:~ admin$ apachectl configtest
    Processing config directory: /etc/httpd/sites/*.conf
    Processing config file: /etc/httpd/sites/+entropy-php.conf
    Syntax error on line 8 of /etc/httpd/sites/+entropy-php.conf:
    Cannot load /usr/local/php5/libphp5.so into server: (reason unknown)
    MultiServer:~ admin$
    if i read this correctly looks like there is a syntax errror in the -php.conf file. So where do i go to see that file?
    thanks again for your help
    Troy

  • Oracle distributed document capture service not started

    Oracle distributed document capture service not started
    and timeout

    I did check the Distributed Document Capture Configuration (from the Start menu) and it also indicates that I have selected "Oracle Distributed Document Capture Prompted Login". Once I click "OK" after I supplied all the paths required by server settings, it also displays the error "The username and password could not be validated". What credentials should be entered in the User ID / Password / Domain fields? You should use the username and password entered while configuring the "capture" security model. Leave the domain field blank.
    I have not yet configured the IIS at this point. Is it required for the Capture application to authenticate the user I specified during the installation configuration at login? IIS will serve web ODDC interface and will be needed for authentication while accessing ODDC web pages. I beleive that it is not needed for authentication from ODC/ODDC applets. However, when something is not working as expected, I would first finish all required installation and especially post installation setup steps.
    I had a look at the IIS configuration in the installation document. It doesn't clearly state which document is the default document for the website one needs to create in IIS. Do you know what it should be? You have to add new web site, say like "Capture" and add virtual directory from assumed path like: C:\Program Files\Oracle\Document Capture\WebPages
    For the default document I have WebCapture.asp.
    The Oracle Distributed Document Capture service does no start on my PC. Is this required for me to atleast login to the Capture application? It's required only for processing the scanned batches.
    I hope that this will help.
    Boris
    Edited by: tombo on 2012.03.16 06:32

  • Oracle 8i. Service says "STARTING" after installing Windows SP 4

    Hello All,
    I installed windows 2000 SP 3, VS .NET, Oracle 8i.
    I restarted the computer and it was ok.
    After that I went to microsoft and update windows with SP 4 and current patches.
    After that I restarted the computer and my
    ORACLE service says "starting" and not "started"
    Is there problem with Oracle 8i and SP 4 and current security patches ??
    My configuration is - Windows 2000 SP 4, Oracle 8i and VS .NET on Pentinum 4
    Please help.
    Thank you
    Nick....

    Nick,
    Go to Microsoft KB835732. This has worked for 2 of 3 databases.

  • Shared services not starting

    Hi
    My shared services is starting and stopping frequently. I tried starting the service from startup menu and in the command prompt it said unable to connect the database. Reconfigure using configuration utlity. I tried the same and the configuration of database is failing

    Hi John,
    I again started the shared services and i started but the registration of planning with shared services and database configuration is failing.
    It asked to refer the configtool.log and the log details are as follows
    (Apr 9, 2009 2:54:22 PM), Install.product.install, com.hyperion.planning.HspHubRegistration, dbg, Creating Hub info file: C:\HYSL/common/config/product/planning/9.3.1.0/planningHub.properties
    (Apr 09, 2009, 03:55:18 PM), com.hyperion.cis.config.InitConfigurator, DEBUG,
    ---- Initializing Configuration Utility...
    (Apr 09, 2009, 03:55:19 PM), com.hyperion.cis.config.Configurator, DEBUG, Hyperion Home: C:\HYSL
    (Apr 09, 2009, 03:55:19 PM), com.hyperion.cis.config.Configurator, DEBUG, Localhost Name: demodrive.hyperion.com
    (Apr 09, 2009, 03:55:21 PM), com.hyperion.cis.config.Configurator, INFO, Loading product descriptor from file C:\HYSL\common\config\product\aps\9.3.0.0.0\aps_1.xml...
    (Apr 09, 2009, 03:55:31 PM), com.hyperion.cis.config.Configurator, INFO, Loaded product "APS", version 9.3.0.0.0, build 8.
    (Apr 09, 2009, 03:55:31 PM), com.hyperion.cis.config.Configurator, INFO, Loading product descriptor from file C:\HYSL\common\config\product\aps\9.3.1.0.0\aps_1.xml...
    (Apr 09, 2009, 03:55:31 PM), com.hyperion.cis.config.Configurator, INFO, Loaded product "APS", version 9.3.1.0.0, build 8.
    (Apr 09, 2009, 03:55:31 PM), com.hyperion.cis.config.Configurator, INFO, Loading product descriptor from file C:\HYSL\common\config\product\biplus\9.3.1.0\biplus_1.xml...
    (Apr 09, 2009, 03:55:32 PM), com.hyperion.cis.config.Configurator, INFO, Loaded product "biplus", version 9.3.1.0, build 248.
    (Apr 09, 2009, 03:55:32 PM), com.hyperion.cis.config.Configurator, INFO, Loading product descriptor from file C:\HYSL\common\config\product\bpma\9.3.1.0.0\bpma_1.xml...
    (Apr 09, 2009, 03:55:32 PM), com.hyperion.cis.config.Configurator, INFO, Loaded product "BPMA", version 9.3.1.0.0, build 73.
    (Apr 09, 2009, 03:55:32 PM), com.hyperion.cis.config.Configurator, INFO, Loading product descriptor from file C:\HYSL\common\config\product\dim\9.3.1.0.0\dim_1.xml...
    (Apr 09, 2009, 03:55:32 PM), com.hyperion.cis.config.Configurator, INFO, Loaded product "dim", version 9.3.1.0.0, build $A(DIM_BUILD).
    (Apr 09, 2009, 03:55:32 PM), com.hyperion.cis.config.Configurator, INFO, Loading product descriptor from file C:\HYSL\common\config\product\eas\9.3.1.0.0\eas_1.xml...
    (Apr 09, 2009, 03:55:32 PM), com.hyperion.cis.config.Configurator, INFO, Loaded product "eas", version 9.3.1.0.0, build 100.
    (Apr 09, 2009, 03:55:32 PM), com.hyperion.cis.config.Configurator, INFO, Loading product descriptor from file C:\HYSL\common\config\product\essbase\9.3.1.0.0\essbase_1.xml...
    (Apr 09, 2009, 03:55:32 PM), com.hyperion.cis.config.Configurator, INFO, Loaded product "Essbase", version 9.3.1.0.0, build 100.
    (Apr 09, 2009, 03:55:32 PM), com.hyperion.cis.config.Configurator, INFO, Loading product descriptor from file C:\HYSL\common\config\product\hfm\9.3.1\hfm_1.xml...
    (Apr 09, 2009, 03:55:32 PM), com.hyperion.cis.config.Configurator, INFO, Loaded product "HFM", version 9.3.1, build 1280.
    (Apr 09, 2009, 03:55:32 PM), com.hyperion.cis.config.Configurator, INFO, Loading product descriptor from file C:\HYSL\common\config\product\hps\9.3.1.0\hps_1.xml...
    (Apr 09, 2009, 03:55:33 PM), com.hyperion.cis.config.Configurator, INFO, Loaded product "hps", version 9.3.1.0, build 1.
    (Apr 09, 2009, 03:55:33 PM), com.hyperion.cis.config.Configurator, INFO, Loading product descriptor from file C:\HYSL\common\config\product\hsf\9.3.1.0\hsf_2.xml...
    (Apr 09, 2009, 03:55:33 PM), com.hyperion.cis.config.Configurator, INFO, Loaded product "HSF", version 9.3.1.0, build 2.
    (Apr 09, 2009, 03:55:33 PM), com.hyperion.cis.config.Configurator, INFO, Loading product descriptor from file C:\HYSL\common\config\product\hub\9.3.1.0\hub_1.xml...
    (Apr 09, 2009, 03:55:33 PM), com.hyperion.cis.config.Configurator, INFO, Loaded product "Hub", version 9.3.1.0, build 3.
    (Apr 09, 2009, 03:55:33 PM), com.hyperion.cis.config.Configurator, INFO, Loading product descriptor from file C:\HYSL\common\config\product\planning\9.3.1.0\planning_1.xml...
    (Apr 09, 2009, 03:55:33 PM), com.hyperion.cis.config.Configurator, INFO, Loaded product "Planning", version 9.3.1.0, build 1.
    (Apr 09, 2009, 03:55:33 PM), com.hyperion.cis.config.Configurator, INFO, Loading product descriptor from file C:\HYSL\common\config\product\smartsearchprovider\9.3.1.0.0\smartsearchprovider_1.xml...
    (Apr 09, 2009, 03:55:33 PM), com.hyperion.cis.config.Configurator, INFO, Loaded product "SmartSearchProvider", version 9.3.1.0.0, build 8.
    (Apr 09, 2009, 03:55:33 PM), com.hyperion.cis.config.Configurator, INFO, Loading product descriptor from file C:\HYSL\common\config\product\smartspace\9.3.1\smartspace_1.xml...
    (Apr 09, 2009, 03:55:33 PM), com.hyperion.cis.config.Configurator, INFO, Loaded product "smartspace", version 9.3.1, build 1.
    (Apr 09, 2009, 03:56:30 PM), com.hyperion.cis.config.dependencies.DependencyConfiguration, INFO, Loading dependency file: C:\HYSL\common\config\product\biplus\9.3.1.0\biplus_1_dependencies.xml
    (Apr 09, 2009, 03:56:30 PM), com.hyperion.cis.config.dependencies.DependencyConfiguration, INFO, Try to load custom dependency: com.hyperion.avalanche.config.AvalancheTasksDependency
    (Apr 09, 2009, 03:56:31 PM), com.hyperion.cis.config.dependencies.DependencyConfiguration, INFO, Loading dependency file: C:\HYSL\common\config\product\hub\9.3.1.0\hub_1_dependencies.xml
    (Apr 09, 2009, 03:56:31 PM), com.hyperion.cis.config.dependencies.DependencyConfiguration, INFO, Try to load custom dependency: com.hyperion.hub.HubTasksDependency
    (Apr 09, 2009, 03:56:31 PM), com.hyperion.cis.config.dependencies.DependencyConfiguration, INFO, Loading dependency file: C:\HYSL\common\config\product\planning\9.3.1.0\planning_1_dependencies.xml
    (Apr 09, 2009, 03:56:46 PM), com.hyperion.cis.config.wizard.ProductTaskSelectionPanel, DEBUG, Checking OS type/version/architecture against system requirements...
    (Apr 09, 2009, 03:56:46 PM), com.hyperion.cis.config.wizard.ProductTaskSelectionPanel, DEBUG, os.name: Windows 2003
    (Apr 09, 2009, 03:56:46 PM), com.hyperion.cis.config.wizard.ProductTaskSelectionPanel, DEBUG, os.version: 5.2
    (Apr 09, 2009, 03:56:46 PM), com.hyperion.cis.config.wizard.ProductTaskSelectionPanel, DEBUG, os.arch: x86
    (Apr 09, 2009, 03:56:46 PM), com.hyperion.cis.config.wizard.ProductTaskSelectionPanel, DEBUG, major os version #:5; minor os version #: 2
    (Apr 09, 2009, 03:56:47 PM), com.hyperion.awb.config.interfacedatasources.TaskProcessor, DEBUG, Initialized InterfaceTableTaskProcessor
    (Apr 9, 2009 3:56:48 PM), Install.product.install, com.hyperion.essbase.config.EssbaseAgentTaskProcessor, dbg, Initialized EssbaseAgentTaskProcessor
    (Apr 9, 2009 3:56:48 PM), Install.product.install, com.hyperion.hfm.config.HFMBPMATask, dbg, Initialized HFMBPMATask
    (Apr 9, 2009 3:56:48 PM), Install.product.install, com.hyperion.hfm.config.HFMLaunchTask, dbg, Initialized HFMLaunchTask
    (Apr 9, 2009 3:56:48 PM), Install.product.install, com.hyperion.hsf.config.HSFCustomeHubTaskProcessor, dbg, Initialized HSFCustomHubTaskProcessor
    (Apr 9, 2009 3:56:49 PM), Install.product.install, com.hyperion.essbase.config.EssbaseAgentTaskProcessor, dbg, Entered EssbaseAgentTaskProcessor.getDisplayName()
    (Apr 9, 2009 3:56:49 PM), Install.product.install, com.hyperion.essbase.config.EssbaseAgentTaskProcessor, dbg, Display name returned : Register Analytic Services Server as Windows Service
    (Apr 9, 2009 3:56:49 PM), Install.product.install, com.hyperion.essbase.config.EssbaseAgentTaskProcessor, dbg, Entered EssbaseAgentTaskProcessor.getDisplayName()
    (Apr 9, 2009 3:56:49 PM), Install.product.install, com.hyperion.essbase.config.EssbaseAgentTaskProcessor, dbg, Display name returned : Register Analytic Services Server as Windows Service
    (Apr 9, 2009 3:56:49 PM), Install.product.install, com.hyperion.hfm.config.HFMLaunchTask, dbg, Entered HFMLaunchTask.getDisplayName()
    (Apr 9, 2009 3:56:49 PM), Install.product.install, com.hyperion.hfm.config.HFMLaunchTask, dbg, Display name returned : Financial Management Configuration
    (Apr 9, 2009 3:56:49 PM), Install.product.install, com.hyperion.hfm.config.HFMLaunchTask, dbg, Exit HFMLaunchTask.getDisplayName()
    (Apr 9, 2009 3:56:49 PM), Install.product.install, com.hyperion.hfm.config.HFMLaunchTask, dbg, Entered HFMLaunchTask.getDisplayName()
    (Apr 9, 2009 3:56:49 PM), Install.product.install, com.hyperion.hfm.config.HFMLaunchTask, dbg, Display name returned : Financial Management Configuration
    (Apr 9, 2009 3:56:49 PM), Install.product.install, com.hyperion.hfm.config.HFMLaunchTask, dbg, Exit HFMLaunchTask.getDisplayName()
    (Apr 9, 2009 3:56:49 PM), Install.product.install, com.hyperion.hfm.config.HFMBPMATask, dbg, Entered HFMLaunchTask.getDisplayName()
    (Apr 9, 2009 3:56:49 PM), Install.product.install, com.hyperion.hfm.config.HFMBPMATask, dbg, Exit HFMBPMATask.getDisplayName()
    (Apr 9, 2009 3:56:49 PM), Install.product.install, com.hyperion.hfm.config.HFMBPMATask, dbg, Entered HFMLaunchTask.getDisplayName()
    (Apr 9, 2009 3:56:49 PM), Install.product.install, com.hyperion.hfm.config.HFMBPMATask, dbg, Exit HFMBPMATask.getDisplayName()
    (Apr 9, 2009 3:56:51 PM), Install.product.install, com.hyperion.hsf.config.HSFCustomeHubTaskProcessor, dbg, Entered HSFCustomHubTaskProcessor.getDisplayName()
    (Apr 9, 2009 3:56:51 PM), Install.product.install, com.hyperion.hsf.config.HSFCustomeHubTaskProcessor, dbg, Display name returned : HSF Shared Services custom panel
    (Apr 9, 2009 3:56:51 PM), Install.product.install, com.hyperion.hsf.config.HSFCustomeHubTaskProcessor, dbg, Entered HSFCustomHubTaskProcessor.getDisplayName()
    (Apr 9, 2009 3:56:51 PM), Install.product.install, com.hyperion.hsf.config.HSFCustomeHubTaskProcessor, dbg, Display name returned : HSF Shared Services custom panel
    (Apr 9, 2009 4:03:07 PM), Install.product.install, com.hyperion.planning.HspHubRegistration, dbg, Creating Hub info file: C:\HYSL/common/config/product/planning/9.3.1.0/planningHub.properties

Maybe you are looking for

  • How much is my iMac worth

    Hello, I am planning on buying a new iMac so I'm wondering how much should I sell my iMac for? Full Specs List Name: iMac (21.5-inch, Mid 2011) Processor: 2.5 GHz Intel Core i5 RAM Memory: 8 GB 1333 MHz DDR3 4x2GB Graphics Card: AMD Radeon HD 6750M 5

  • Pb avec facetime sur mon mac (suis pas visible mais audible)

    Bonjour, j'ai un problème. Lorsque j'utilise facetime avec mon mac, les gens m'entendent mais ne me voient pas. Moi je les entends et les vois parfaitement. J'ai pensé que c'était peut être lié à ma connexion wifi chez moi mais lorsque sur le même ré

  • Problem in saving the ½, ¼, ¾ values in database using xml

    Hi I am developing a java swing based application. In which I send data in xml format and save it on a online webstore through API calls. When I send the data in following format 3½, 3¼, 3¾. It saves only 3 not the whole value means It is ignoring th

  • BADI Implementation for INFOSPOKE

    Hi, I have a BADI logic to read the product description from the text table in my infospoke and writing into a file. I have multiple(10) infospoke extraction (same format but with different selections) which wants to use the similar type of logic. My

  • Conflict between 3G and GPS on iOS 8 iPad 2

    This can be a solution till Apple fix problem for 3G service on "old" ipad. Try to turn off/on localization service near application that have grey arrow, 3G service should restart without reboot device.