Apache error log shows localhost requests going to /var/empty

( 1 )'/etc/apache2/httpd.conf' shows the DocumenRoot as '/Library/WebServer/Documents', as has been standard for previous OSX versions.
( 2 ) Create a simple php file 'local_info.php' and drop it into the DocumenRoot.
( 3 ) try to access : https://localhost/local_info.php
( 4 ) the page is not served, and I get a 'Not Found' error.
( 5 ) Go to '/var/log/apache2/error_log'
[Sat Feb 04 15:21:48 2012] [error] [client ::1]
    script '/var/empty/local_info.php' not found or unable to stat
( 6 ) If I go to 'System Preferences -> Sharing -> Web Sharing' and restart Apache, then try to access the page nothing changes, the 'Not Found' error persists.
( 7 ) If I copy 'local_info.php' from '/Library/WebServer/Documents/local_info.php' to '/var/empty/local_info.php' and then point the browser to
( 8 ) try to access : https://localhost/local_info.php
      the page is displayed correctly.
This is basically pretty much pristine copy of 'OS X Lion -> OS X Lion Server' with 'Server.app -> Services -> Web' turned off for the moment. During this testing phase I am only trying '/Library/WebServer/Documents', and not the virtual hosts.
I have the virtual hosts working very well through 'Server.app -> Services -> Web' which like I said above is turned off for the moment. The only problem I ran into there was that '/etc/hosts' was not being modified when a new virtual host was added via 'Server.app -> Services -> Web', but that was under OS X Server Lion 10.7.2, since I created the virtual hosts, I installed the Combo Updater for Lion Server 10.7.3, and I have not tried to create any new virtual hosts since then.
It is interesting that towards the bottom of httpd.conf there are some flags that load different pieces of code depending upon what flags are set. What is even more interesting is that both 'Server.app -> Services -> Web', and 'System Preferences -> Sharing -> Web Sharing' use one common '/etc/apache2/httpd.conf' file, which depending upon which flags are set during Apache startup load different config code. At least I think it is interesting...
These are the flags I noticed in /etc/apache2/httpd.conf
<IfDefine !MACOSXSERVER>
<IfDefine MACOSXSERVER>
<IfDefine WEBSERVICE_ON>
<IfDefine !WEBSERVICE_ON>
<IfDefine WEBSHARING_ON>
# Here only 'System Preferences -> Sharing -> Web Sharing' is running
$ ps aux | grep httpd
root            ... /usr/sbin/httpd -D FOREGROUND -D MACOSXSERVER -D WEBSHARING_ON
_www            ... /usr/sbin/httpd -D FOREGROUND -D MACOSXSERVER -D WEBSHARING_ON
# Here only 'Server.app -> Services -> Web' is running
$ ps aux | grep httpd
root            ... /usr/sbin/httpd -D FOREGROUND -D MACOSXSERVER -D WEBSERVICE_ON
_www            ... /usr/sbin/httpd -D FOREGROUND -D MACOSXSERVER -D WEBSERVICE_ON
$
# Here both 'Server.app -> Services -> Web', and 'System Preferences -> Sharing -> Web Sharing' are running
$ ps aux | grep httpd
_www            ... /usr/sbin/httpd -D FOREGROUND -D MACOSXSERVER -D WEBSERVICE_ON -D WEBSHARING_ON
root            ... /usr/sbin/httpd -D FOREGROUND -D MACOSXSERVER -D WEBSERVICE_ON -D WEBSHARING_ON
$
Here's some handy stuff that is echoed to my terminal for easy access
# Some handy commands to access the files I use regularly...
sudo open -a /Applications/BBEdit.app /etc/hosts
sudo open -a /Applications/BBEdit.app /etc/php.ini
sudo open -a /Applications/BBEdit.app /etc/bashrc
open -a /Applications/BBEdit.app ~/.bash_profile
open -a /Applications/BBEdit.app ~/.bashrc
open -a /Applications/BBEdit.app ~/.bash_history
# Or I can open all three at the same time
open -a /Applications/BBEdit.app /etc/bashrc ~/.bash_profile ~/.bashrc
To (show|hide) files set AppleShowAllFiles (true|false) and kill the finder
defaults write com.apple.Finder AppleShowAllFiles true
KillAll Finder
Hopefully Apple will get this problem fixed quickly so that 'System Preferences -> Sharing -> Web Sharing' works correctly...
Bill Hernandez
Plano, Texas

I've learned some interesting things since I posted the original message on this thread a couple of days ago.
I had looked at the 'Include directives towards the bottom of httpd.conf, and I did a quick search on 'DocumentRoot' and hit the 'previous' button in BBEdit's find dialog. Sure enough it came up with:
DocumentRoot "/Library/WebServer/Documents"
However if I would have started the search from the top of the document I would have noticed that '/var/empty' that I found in the logs was not a bug, not an error, but by design.
If I would have gone a few lines further up I would have seen :
<IfDefine MACOSXSERVER>
DocumentRoot /var/empty
which explains it all. How incredibly cool, this is really clever!
This morning I went back to httpd.conf
sudo open -a /Applications/BBEdit.app /etc/apache2/httpd.conf
and right at the top of the document staring me right in the face was:
# Mac OS X / Mac OS X Server
# The <IfDefine> blocks segregate server-specific directives
# and also directives that only apply when Web Sharing or
# server Web Service (as opposed to other services that need Apache) is on.
# The launchd plist sets appropriate Define parameters.
# Generally, desktop has no vhosts and server does; server has added modules,
# custom virtual hosts are only activated when Web Service is on, and
# default document root and personal web sites at ~username are only
# activated when Web Sharing is on.
Basically on the Lion Server you are not relying on DocumentRoot, everything is done via the VIrtual Hosts in 'Server.app -> Services -> Web'.
The default Virtual Host when you first launch 'Server.app -> Services -> Web' is <whatever_hostname_you_gave_your_computer>.local, and it points to /Library/Server/Web/Data/Sites/Default, at this point there is no localhost defined as you are used to seeing, there is only /var/empty.
As soon as you create a localhost Virtual host in 'Server.app -> Services -> Web', and the instance of Apache stops and restarts everything works as expected, http://localhost shows a webpage with 'It works!'.
The moral to this whole story is that after having read/modified countless httpd.conf documents, and manually creating the Virtual Hosts, and Includes, and not bothering to read '/etc/apache2/httpd.conf' for Lion Server, it is currently printing and I have my yellow highlighter ready so I can go through it and expand the wisdom level from none to minimal...
I am off to read !
Oh, one thing I did do is drop a copy of a 'local_info.php' that I created that provides some info during testing while I am figuring all this out, but basically the gist is that I put this : <?php echo(__FILE__); ?> along with some other little bits of info anytime the page was hit. I dropped it into several of the virtual hosts I created to make sure I understand how this is all working.

Similar Messages

  • I got following erro message in Apache error log file

    Why mod_plsql is not started while trying to use Oracle Apex
    I got connection error as below into modplsql log file
    <106296140 ms>[ReqStartTime: 11/Sep/2007:14:48:50]
    <106296140 ms>Request ID ReqID:5160_1189536530
    <106296140 ms>Connecting to database with connect string : "(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=https)(PORT=//escis-000567.eschq.esc.state.)))(CONNECT_DATA=(SID=80)))"
    <106296140 ms>ORA-12545 LogOn ORA-12545: Connect failed because target host or object does not exist
    <106296140 ms>Stale Connection due to Oracle error 12545
    <106296140 ms>Logoff: Closing connection due to stale connection
    <106296140 ms>[ReqEndtime: 11/Sep/2007:14:48:50]
    <106296140 ms>[ReqExecTime: 0 ms]
    I got following from Oracle Apache error log file
    [Tue Sep 11 15:31:46 2007] [notice] FastCGI: process manager initialized
    [Tue Sep 11 15:32:03 2007] [error] [client 10.18.144.215] [ecid: 1189539123:10.18.144.215:2612:1148:1,0] mod_plsql: DAD '/pls/apex' is disabled because of misconfiguration. Please refer to the log entries during server startup up for more information.
    [Tue Sep 11 15:32:15 2007] [error] [client 10.18.144.215] [ecid: 1189539135:10.18.144.215:2612:2232:1,0] mod_plsql: DAD '/pls/apex' is disabled because of misconfiguration. Please refer to the log entries during server startup up for more information.
    [Tue Sep 11 15:32:21 2007] [error] [client 10.18.144.215] [ecid: 1189539141:10.18.144.215:2612:4896:1,0] File does not exist: c:/gridhomes/http/apache/apache/htdocs/apex
    [Tue Sep 11 15:32:29 2007] [error] [client 10.18.144.215] [ecid: 1189539149:10.18.144.215:2612:4896:2,0] mod_plsql: DAD '/pls/apex' is disabled because of misconfiguration. Please refer to the log entries during server startup up for more information.
    What could be problem
    also in first error log I found
    Connecting to database with connect string : "(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=https)(PORT=//escis-000567.eschq.esc.state.)))(CONNECT_DATA=(SID=80)))"
    why it picks up https as HOST name. I think that's problem. How to resolve it ?
    Thanks
    ~Keyur

    Please post the details of the application release, database version and OS.
    I am getting several of these messages in the Apache error logfile.
    File does not exist: $JAVA_TOP (this is actually my physical patch for $JAVA_TOP)Is this the complete error message?
    Is it normal to see this messages or some configuration is wrong?If your application is functioning properly with no issues, then you can ignore those errors.
    Thanks,
    Hussein

  • File does not exist error in Apache error log

    I have been getting the following error in apache error log located at $INST_TOP/apps/PROD_aclapp/logs/ora/10.1.3/Apache
    [Wed Mar 14 15:17:00 2012] [error] [client 173.26.0.33] [ecid: 1331718420:172.25.16.30:2172:0:484,0] File does not exist: /d05_applhome/apps/apps_st/comn/java/classes/oracle/ewt/alert/resource/AlertBundle_en_IN.properties
    [Wed Mar 14 15:19:13 2012] [error] [client 173.20.0.85] [ecid: 1331718553:172.25.16.30:2497:0:56,0] Directory index forbidden by rule: /d05_applhome/apps/apps_st/comn/java/classes/
    [Wed Mar 14 15:21:47 2012] [error] [client 173.26.0.36] [ecid: 1331718707:172.25.16.30:5691:0:6316,0] Directory index forbidden by rule: /d05_applhome/apps/apps_st/comn/java/classes/
    [Wed Mar 14 15:21:47 2012] [error] [client 173.26.0.36] [ecid: 1331718707:172.25.16.30:5691:0:6317,0] File does not exist: /d05_applhome/apps/apps_st/comn/java/classes/oracle/apps/media/oracle/apps/media/splash.gif
    [Wed Mar 14 15:21:47 2012] [error] [client 173.26.0.36] [ecid: 1331718707:172.25.16.30:5691:0:6318,0] File does not exist: /d05_applhome/apps/apps_st/comn/java/classes/oracle/apps/media/oracle/apps/media/splash.gif
    [Wed Mar 14 15:22:45 2012] [error] [client 192.168.8.126] [ecid: 1331718765:172.25.16.30:5689:0:5903,0] Directory index forbidden by rule: /d05_applhome/apps/apps_st/comn/java/classes/
    [Wed Mar 14 15:22:45 2012] [error] [client 192.168.8.126] [ecid: 1331718765:172.25.16.30:5689:0:5904,0] File does not exist: /d05_applhome/apps/apps_st/comn/java/classes/oracle/apps/media/oracle/apps/media/splash.gif
    [Wed Mar 14 15:22:45 2012] [error] [client 192.168.8.126] [ecid: 1331718765:172.25.16.30:5689:0:5905,0] File does not exist: /d05_applhome/apps/apps_st/comn/java/classes/oracle/apps/media/oracle/apps/media/splash.gif
    [Wed Mar 14 15:22:48 2012] [error] [client 192.168.8.145] [ecid: 1331718768:172.25.16.30:5695:0:6487,0] File does not exist: /d05_applhome/apps/apps_st/comn/java/classes/oracle/ewt/alert/resource/AlertBundle_en_IN.class
    [Wed Mar 14 15:22:48 2012] [error] [client 192.168.8.145] [ecid: 1331718768:172.25.16.30:5695:0:6488,0] File does not exist: /d05_applhome/apps/apps_st/comn/java/classes/oracle/ewt/alert/resource/AlertBundle_en_IN.properties
    [Wed Mar 14 15:24:53 2012] [error] [client 173.26.2.15] [ecid: 1331718893:172.25.16.30:3108:0:66,0] Directory index forbidden by rule: /d05_applhome/apps/apps_st/comn/java/classes/
    [Wed Mar 14 15:24:58 2012] [error] [client 173.26.2.15] [ecid: 1331718898:172.25.16.30:2497:0:84,0] Directory index forbidden by rule: /d05_applhome/apps/apps_st/comn/java/classes/
    [Wed Mar 14 15:25:01 2012] [error] [client 173.26.2.15] [ecid: 1331718901:172.25.16.30:3308:0:9,0] File does not exist: /d05_applhome/apps/apps_st/comn/java/classes/oracle/forms/engine/RunformBundle_en_IN.class
    [Wed Mar 14 15:25:01 2012] [error] [client 173.26.2.15] [ecid: 1331718901:172.25.16.30:3308:0:10,0] File does not exist: /d05_applhome/apps/apps_st/comn/java/classes/oracle/forms/engine/RunformBundle_en_IN.properties
    [Wed Mar 14 15:25:17 2012] [error] [client 173.25.2.8] [ecid: 1331718917:172.25.16.30:7669:0:6972,0] File does not exist: /d05_applhome/inst/apps/PROD_aclapp/portal/favicon.ico
    [Wed Mar 14 15:25:43 2012] [error] [client 173.25.9.5] [ecid: 1331718943:172.25.16.30:7663:0:5878,0] Directory index forbidden by rule: /d05_applhome/apps/apps_st/comn/java/classes/
    [Wed Mar 14 15:25:47 2012] [error] [client 173.25.2.8] [ecid: 1331718947:172.25.16.30:7663:0:5882,0] File does not exist: /d05_applhome/inst/apps/PROD_aclapp/portal/favicon.ico
    [Wed Mar 14 15:25:49 2012] [error] [client 173.25.9.5] [ecid: 1331718949:172.25.16.30:5691:0:6389,0] File does not exist: /d05_applhome/apps/apps_st/comn/java/classes/oracle/forms/engine/RunformBundle_en_IN.class
    [Wed Mar 14 15:25:49 2012] [error] [client 173.25.9.5] [ecid: 1331718949:172.25.16.30:5691:0:6390,0] File does not exist: /d05_applhome/apps/apps_st/comn/java/classes/oracle/forms/engine/RunformBundle_en_IN.properties
    Kindly do help me in understanding why this error is arising. The entire directory path in the errors does not exist.
    Database version : Oracle 10.2.0.3
    Apps version : R 12.0.4

    Hi;
    1. It was working before If yes what have been changed?
    2. Did you try to close apps run autoconfig on db than appstier and retest issue?
    3. Please see:
    R12: "FRM-92050: FAILED TO CONNECT TO SERVER: /FORMS/LSERVLET" Error Message When Launching Forms [ID 1070263.1]
    Regard
    Helios

  • Discoverer Plus generating errors in Apache error log

    The Apache error.log file is getting filled with "File does not exist" errors looking for the directory: /oracle/isuites/apache/apache/htdocs/discwb4/applet/tdg/<a host of different en_.properties and .class files>. I don't understand why I'm getting these errors. The files that exist don't have the '_en_' in the file name. Also, similar errors are looking for /oracle/isuites/apache/apache/htdocs/discwb4/applet/java files and the directory that exists is javax. Has anyone out there experienced similar errors?
    Thanks.

    I am suspecting there is something that needs to be added
    in either disco4iviewer.properties, jserv.conf or jserv.properties
    file.
    i would walk the above files and check to see if they have
    been updated correctly.
    CHW
    The Apache error.log file is getting filled with "File does not exist" errors looking for the directory: /oracle/isuites/apache/apache/htdocs/discwb4/applet/tdg/<a host of different en_.properties and .class files>. I don't understand why I'm getting these errors. The files that exist don't have the '_en_' in the file name. Also, similar errors are looking for /oracle/isuites/apache/apache/htdocs/discwb4/applet/java files and the directory that exists is javax. Has anyone out there experienced similar errors?
    Thanks.

  • Apache Error Log mod_security: Access denied with code 400

    Hi
    I am seeing the Access denied with code 400 errors in the apache log's after applying CPU Patch updates below into a Dev/TEST environment
    RDBMS Patches: 9032412 & 9352191 & post steps below:
    @?/rdbms/admin/dbmsaqds.plb
    @?/rdbms/admin/prvtaqds.plb
    @?/rdbms/admin/prvtaqiu.plb
    Java Fix > [ID 1082747.1]
    E-Business Suite Patches & post steps below:
    9323613 & 9506302
    Compiled Forms PLL files using adadmin to solve the known problem below
    ORA-04062: signature of package "APPS.FND_HELP" has been changed
    ORA-04062: KEY-HELP trigger raised unhandled exception ORA-04062.
    the error can be replicated by following the steps below:
    Log in to Oracle Apps E-Business Suite (11.5.10.2) select Report Management Information Responsibility and then transaction reports. (Opens Oracle Discoverer 4i Viewer) > select either Period to date or Year to date and then select any department & and any period (date) and then apply parameters:
    Error message in browser
    This error (HTTP 400 Bad Request) means that Internet Explorer was able to connect to the web server, but the webpage could not be found because of a problem with the address.
    For more information about HTTP errors, see Help.
    Apache log shows:
    error_log shows the following:
    [Fri Jul  8 10:52:08 2011] [error] [client 10.180.225.5] mod_security: Access denied with code 400. Pattern match "!^([-_@|#!=A-Za-z0-9/ :.$/(/)]){0,255}([-_@|#!=A-Za-z0-9/ :.$]){0,255}$" at ARGS_NAMES. [hostname "loadbalancer.webdomain"] [uri "/discoverer4i/viewer"] [unique_id ThbTSAq0BRQAABrfK7M]
    access_log shows the following:
    IP ADDRESS - - [08/Jul/2011:10:51:39 +0100] "GET /disco4iv/html/images/shadow_bottom02_leading_ltr.gif HTTP/1.1" 200 861 0
    IP ADDRESS - - [08/Jul/2011:10:51:39 +0100] "GET /disco4iv/html/images/seperator.gif HTTP/1.1" 200 42 0
    IP ADDRESS - - [08/Jul/2011:10:51:39 +0100] "GET /disco4iv/html/images/arch_blue_bottom_ltr.gif HTTP/1.1" 200 984 0
    10.180.225.5 - - [08/Jul/2011:10:51:39 +0100] "GET /disco4iv/html/images/white.gif HTTP/1.1" 200 37 0
    IP ADDRESS - - [08/Jul/2011:10:51:39 +0100] "GET /disco4iv/html/images/bar_blue_leading_edge_middle_ltr.gif HTTP/1.1" 200 111 0
    IP ADDRESS - - [08/Jul/2011:10:51:39 +0100] "GET /disco4iv/html/images/bar_blue_trailing_edge_middle_ltr.gif HTTP/1.1" 200 129 0
    IP ADDRESS - - [08/Jul/2011:10:51:39 +0100] "GET /disco4iv/html/images/shadow_bottom_leading_edge_ltr.gif HTTP/1.1" 200 862 0
    IP ADDRESS - - [08/Jul/2011:10:51:39 +0100] "GET /disco4iv/html/images/btopshadow.gif HTTP/1.1" 200 44 0
    IP ADDRESS- - [08/Jul/2011:10:51:39 +0100] "GET /disco4iv/html/images/bshadow.gif HTTP/1.1" 200 59 0
    IP ADDRESS - - [08/Jul/2011:10:52:08 +0100] "POST /discoverer4i/viewer HTTP/1.1" 400 227 0
    I have tried to follow a number of metalink notes but unable to resolve this issue, metalink notes looked at are:
    976473.1
    389558.1
    1313128.1 Patch 10324904 applied
    394587.1
    389558.1 Patch 5107107 applied
    1143882.1
    376992.1 Patch 3950067 applied
    Any ideas or suggestions most welcome
    Thank you
    Regards
    Arfan
    Edited by: user1717313 on 08-Jul-2011 04:59

    Hi JD
    I have tried the steps i.e stop apps tier, run adconfig on apps tiers and then started services on apps tiers and can replicate the error
    thanks
    Arfan
    Hi Helios
    I checked note 1080465.1 Patch 9506302 has been applied & Recompile all Forms PLL files using adadmin.
    I ran the sql feom the note, output below
    SQL> select text from dba_source where name='FND_HELP' and line <3;
    TEXT
    package Fnd_Help AUTHID CURRENT_USER as
    /* $Header: AFMLHLPS.pls 115.22 2009/10/12 12:56:58 nchiring ship $ */
    package body FND_HELP as
    /* $Header: AFMLHLPB.pls 115.115 2010/03/19 06:45:24 nchiring ship $ */
    Thanks
    Arfan
    Edited by: user1717313 on 08-Jul-2011 05:04

  • Apache error log

    I downloaded Oracle9i for Windows XP Home for an introductory class I'm taking. After installing the program and restarting my pc, my hard drive became consumed with an error log from somthing that had to do with apache. Can anyone shed any light on why that happened and what I can do to correct the error log? I didn't read the error long, since it made my pc unusable and I sent it in for professional help. They changed the name of the apache file that was calling out to create the error log, so I can use my pc now, but now I cant log into SQL plus to do my classwork.

    I had a similar issue with linux. It seems apache is unable read or execute a file it is supposed to do or the apache user in httpd.conf does not have priviledge to do and it is logging the message in loop after a sleep that generates the log. simply shutdown the apache service, it will solve if you do not need it. if you need it, better re-install 9i or troble shoot apache serivces, httpd.conf etc

  • File does not exist: /java/classes message in Apache error log file

    I am getting several of these messages in the Apache error logfile.
    File does not exist: $JAVA_TOP (this is actually my physical patch for $JAVA_TOP)
    Is it normal to see this messages or some configuration is wrong?
    thanks,
    Azodpe

    Please post the details of the application release, database version and OS.
    I am getting several of these messages in the Apache error logfile.
    File does not exist: $JAVA_TOP (this is actually my physical patch for $JAVA_TOP)Is this the complete error message?
    Is it normal to see this messages or some configuration is wrong?If your application is functioning properly with no issues, then you can ignore those errors.
    Thanks,
    Hussein

  • Error Log showing Line Items missing in APP Cheque Printing

    Hi
    Am working on APP Cheque Printing... i hav run here the F110 Steps ..Spool is also generated ...everything is cuming correct...but in spool one error log is also generated as below :
    Error log
    F0251                    In form YCHEQUE_NEW1 / window MAIN , the element 525 (Line items) is missing
    F0253                    Output of the relevant forms is defective
    YCHEQUE_NEW1  -> The Cheque Print Script  . In my Cheque Output i dont want to display the Line Items ..That's why in Script i hav deleted all the coding under the element 525 which displays Line Items data....
    then am getting this error log ..
    Please let me know how to solve  this problem..
    Thanks in Advance
    SATYA

    Hi,
    Just comment the code which is present in that text element or remove the code.
    Do not comment text element(i.e Empty text element).
    /E 525     "Do not remove or comment this line
    *Comment all code
    Edited by: Anil Mane on Sep 12, 2008 8:41 AM

  • Error log on http request from business connector (BC)

    Hi all,
    We are sending http requests from our business connector to one client but the messages keep having log errors :
    server.log details :
    003C24  [B2BCORE.0064.0014] Opening Socket https://www.qab2b.xxx.com:443/invoke/wm.b2b.cxml:receiveCXML  proxy=10.28.38.27:80
    003C25  [B2BCORE.0038.0002] --> CONNECT www.qab2b.xxx.com:443 HTTP/1.0
    003C26  [B2BCORE.0038.0002] --> User-Agent: Mozilla/4.0 [en] (WinNT; I)
    003C27  [B2BCORE.0038.0002] --> Accept: image/gif, /
    003C28  [B2BCORE.0038.0002] --> Host: www.qab2b.xxx.com:443
    003C29  [B2BCORE.0038.0002] --> Proxy-Authorization: Basic YWJ1c2luZXNzY29ubmVjdG9yOmFidXNpbjA0
    003C2A  [B2BCORE.0038.0002] --> Authorization: Basic U0ZSQ2VnZXRlbDoyMDA3KkVBSV9TRlI=
    003C2B  [B2BCORE.0038.0002] > Content-type: multipart/mixed; boundary="--=_Part_0_1941981.1219399983635"
    003C2C  [B2BCORE.0038.0002] --> Message-ID: <7159395.1219399983666.JavaMail.SYSTEM@sw0030>
    003C2D  [B2BCORE.0038.0002] --> Mime-Version: 1.0
    003C2E  [B2BCORE.0040.0001] HTTP/1.1 200
    003C2F  [B2BCORE.0064.0017] Proxy Header <--Connection established
    003C30  [B2BCORE.0038.0002] --> POST /invoke/wm.b2b.cxml:receiveCXML HTTP/1.0
    003C31  [B2BCORE.0038.0002] --> User-Agent: Mozilla/4.0 [en] (WinNT; I)
    003C32  [B2BCORE.0038.0002] --> Accept: image/gif, /
    003C33  [B2BCORE.0038.0002] --> Host: www.qab2b.xxx.com:443
    003C34  [B2BCORE.0038.0002] --> Proxy-Authorization: Basic YWJ1c2luZXNzY29ubmVjdG9yOmFidXNpbjA0
    003C35  [B2BCORE.0038.0002] --> Authorization: Basic U0ZSQ2VnZXRlbDoyMDA3KkVBSV9TRlI=
    003C36  [B2BCORE.0038.0002] > Content-type: multipart/mixed; boundary="--=_Part_0_1941981.1219399983635"
    003C37  [B2BCORE.0038.0002] --> Message-ID: <7159395.1219399983666.JavaMail.SYSTEM@sw0030>
    003C38  [B2BCORE.0038.0002] --> Mime-Version: 1.0
    003C39  [B2BCORE.0038.0002] --> Content-Length: 188225
    003C3A  [B2BCORE.0040.0001] HTTP/1.0 200
    003C3B  [B2BCORE.0041.0001] ssnid=86087kPxFCsECcmXU5DHUAInKY9mEIIU-9355222; path=/;
    003C3C  [B2BCORE.0038.0002] <-- Set-Cookie: ssnid=86087kPxFCsECcmXU5DHUAInKY9mEIIU-9355222; path=/;
    003C3D  [B2BCORE.0038.0002] <-- Content-Type: multipart/mixed; boundary="----=_Part_0_1941981.1219399983635"
    003C3E  [B2BCORE.0038.0002] <-- Connection: Close
    003C3F  [B2BCORE.0038.0002] <-- Content-Length: 0
    003C40  [B2BCORE.0049.0008] Sequence : index=8 depth=3
    003C41  [B2BCORE.0049.0008] Sequence : index=6 depth=2
    003C42  [B2BCORE.0049.0008] Sequence : index=1 depth=3
    003C43  [B2BCORE.0049.0005] Invoke : index=1 depth=4
    003C44  [B2BCORE.0049.0008] Sequence : index=2 depth=3
    003C45  [B2BCORE.0049.0005] Invoke : index=1 depth=4
    003C46  [B2BCORE.0049.0008] Sequence : index=3 depth=3
    003C47  [B2BCORE.0049.0005] Invoke : index=1 depth=4
    003C48  [B2BSERV.0048.9999] Array index out of range: -1
    003C49  [B2BCORE.0049.0008] Sequence : index=4 depth=3
    003C4A  [B2BCORE.0050.0004] Copy failed: (Simple) No source data available: to=/returnedStatusCode(0), from=/returnHttp(0)/cXML(0)/Response(0)/Status(0)/@code(0)
    003C4B  [B2BCORE.0050.0004] Copy failed: (Simple) No source data available: to=/returnedMessage(0), from=/returnHttp(0)/cXML(0)/Response(0)/Status(0)/*body(0)
    003C4C  [B2BCORE.0050.0004] Copy failed: (Simple) No source data available: to=/returnedText(0), from=/returnHttp(0)/cXML(0)/Response(0)/Status(0)/@text(0)
    003C4D  [B2BCORE.0049.0008] Sequence : index=5 depth=3
    003C4E  [B2BCORE.0049.0008] Sequence : index=6 depth=3
    003C4F  [B2BCORE.0049.0008] Sequence : index=7 depth=2
    003C50  [B2BCORE.0049.0008] Sequence : index=2 depth=1
    003C51  [B2BSERV.0056.0003] Unable to send mail. Illegal address
    error java log on server>logs>error:
    2008-08-22 12:16:33 CEST java.lang.ArrayIndexOutOfBoundsException: Array index out of range: -1
         at com.wm.util.List.elementAt(List.java:101)
         at com.wm.lang.xml.token.BlockInputBuffer.getChar(BlockInputBuffer.java:59)
         at com.wm.lang.xml.TextNode.appendSqueezedText(TextNode.java:178)
         at com.wm.lang.xml.ElementNode.appendSqueezedText(ElementNode.java:333)
         at com.wm.lang.xml.ElementNode.getTextOfChildren(ElementNode.java:309)
         at com.wm.lang.xml.Document.getTextOfChildren(Document.java:542)
         at com.wm.app.b2b.services.DocumentToRecordService.recursiveCollect(DocumentToRecordService.java:661)
         at com.wm.app.b2b.services.DocumentToRecordService.bind(DocumentToRecordService.java:356)
         at pub.web.documentToRecord(web.java:667)
         at java.lang.reflect.Method.invoke(Native Method)
         at com.wm.app.b2b.server.JavaService.baseInvoke(JavaService.java:281)
         at com.wm.app.b2b.server.ServiceManager.invoke(ServiceManager.java:693)
         at com.wm.app.b2b.server.BaseService.invoke(BaseService.java:140)
         at com.wm.lang.flow.FlowInvoke.invoke(FlowInvoke.java:292)
         at com.wm.lang.flow.FlowState.invokeNode(FlowState.java:559)
         at com.wm.lang.flow.FlowState.step(FlowState.java:430)
         at com.wm.lang.flow.FlowState.invoke(FlowState.java:400)
         at com.wm.app.b2b.server.FlowSvcImpl.baseInvoke(FlowSvcImpl.java:1786)
         at com.wm.app.b2b.server.ServiceManager.invoke(ServiceManager.java:693)
         at com.wm.app.b2b.server.ServiceManager.invoke(ServiceManager.java:455)
         at com.wm.app.b2b.server.Service.doInvoke(Service.java:495)
         at com.wm.app.b2b.server.Service.doInvoke(Service.java:392)
         at wm.PartnerMgr.gateway.transport.B2B.OutboundProcess(B2B.java:157)
         at java.lang.reflect.Method.invoke(Native Method)
         at com.wm.app.b2b.server.JavaService.baseInvoke(JavaService.java:281)
         at com.wm.app.b2b.server.ServiceManager.invoke(ServiceManager.java:693)
         at com.wm.app.b2b.server.BaseService.invoke(BaseService.java:140)
         at com.wm.lang.flow.FlowInvoke.invoke(FlowInvoke.java:292)
         at com.wm.lang.flow.FlowState.invokeNode(FlowState.java:559)
         at com.wm.lang.flow.FlowState.step(FlowState.java:430)
         at com.wm.lang.flow.FlowState.invoke(FlowState.java:400)
         at com.wm.app.b2b.server.FlowSvcImpl.baseInvoke(FlowSvcImpl.java:1786)
         at com.wm.app.b2b.server.ServiceManager.invoke(ServiceManager.java:693)
         at com.wm.app.b2b.server.ServiceManager.invoke(ServiceManager.java:455)
         at com.wm.app.b2b.server.Service.doInvoke(Service.java:495)
         at com.wm.app.b2b.server.Service.doInvoke(Service.java:464)
         at wm.PartnerMgr.gateway.runtime.InboundProcess(runtime.java:423)
         at pub.sap.transport.RFC.InboundProcess(RFC.java:190)
         at java.lang.reflect.Method.invoke(Native Method)
         at com.wm.app.b2b.server.JavaService.baseInvoke(JavaService.java:281)
         at com.wm.app.b2b.server.ServiceManager.invoke(ServiceManager.java:693)
         at com.wm.app.b2b.server.ServiceManager.invoke(ServiceManager.java:455)
         at com.wm.app.b2b.server.Service.doInvoke(Service.java:495)
         at com.wm.app.b2b.server.Service.doInvoke(Service.java:464)
         at com.wm.pkg.sap.rfc.Listener.handleRequest(Listener.java:286)
         at com.sap.mw.jco.JCO$Server.dispatchRequest(JCO.java:6022)
         at com.sap.mw.idoc.jco.JCoIDoc$Server.dispatchRequest(JCoIDoc.java:10120)
         at com.wm.pkg.sap.rfc.Listener.dispatchRequest(Listener.java:186)
         at com.sap.mw.jco.rfc.MiddlewareRFC$Server.nativeListen(Native Method)
         at com.sap.mw.jco.rfc.MiddlewareRFC$Server.listen(MiddlewareRFC.java:1070)
         at com.sap.mw.jco.JCO$Server.listen(JCO.java:5797)
         at com.sap.mw.jco.JCO$Server.run(JCO.java:5731)
         at com.wm.pkg.sap.rfc.Listener.run(Listener.java:101)
         at java.lang.Thread.run(Thread.java:479)
    Thanks for your support on this eai.
    Regards,
    Laurent.

    ok, I think we do not need the save/loadPipeline things, because you can debug the flow without that. I first thought you act as HTTP server, but you issue the client call in the flow itself.
    Looking at the logs more carefully, it shows for example:
    Copy failed: (Simple) No source data available: to=/returnedStatusCode(0), from=/returnHttp(0)/cXML(0)/Response(0)/Status(0)/@code(0)
    But you say have that input:
    <?xml version="1.0"?>
    <!DOCTYPE cXML SYSTEM "http://xml.cXML.org/schemas/cXML/1.2.011/cXML.dtd">
    <cXML version="1.2.011" payloadID="20080825171850716.18637uTQ9ExzheaK+H6b7O9oCAQWPzHA-9355222.8b3632def70da7220004d0b6" timestamp="2008-08-25T17:18:50-CEST">
    <Response>
    <Status code="500">No cXML document received from sender.</Status>
    </Response>
    </cXML>
    So we see that your mappings assumptions do not match the result structure.
    The other problem is that you get a status 500 and do not receive a cXML document, but that might be ok, depending on what parameters you pass to the other HTTP server. At least, you get a meaningful error message back from the server, meaning communication is ok.
    I suggest you first correct those "copy failed" issues and then check by single-stepping where exactly the flow fails and check that input again.
    By the way, when I feed the above cXML into recordToDocument, it works fine. Did you specify other input parameters besides "node" (e.g. recordName) ? And again, are you on Core Fix 8 ?
    CSY

  • Data Warehouse SQL error log shows failed login

    In addition to the above title, on our management servers (x2 Win 2012 R2 - SCOM 2012 R2), I am seeing the event ID 31551 stating:
    Failed to store data in the Data Warehouse. The operation will be retired. Exception 'SqlException':Login failed for user 'xx'.
    One or more workflows were affected by this.
    Workflow name: Microsoft.SystemCenter.DataWarehouse.CollectEntityHealthStateChange
    Instance name: management server
    Instance ID: {xxxxxxxxxxxxxxxxx}
    Management Group: XXXX
    I've logged onto Data Warehouse server using the account referenced in the error message, loaded SQL Management Studio (2012 Std), and logged in and am able to see, view tables within the OperationsManagerDW database. So I'm trying to establish what's going
    on! If I can access the DW DB using the account, why am I getting these errors?

    Hi
    Unfortunately, this hasn't resolved the issue. I've ran the query DBCC CHECKIDENT ("EventChannel"); and have got the following response back: 
    Checking identity information: current identity value '1', current column value '1'.
    DBCC execution completed. If DBCC printed error messages, contact your system administrator.
    I've revisited the run as account for 'Data Warehouse SQL Account' - this is a domain account. I've checked the Data Warehouse DB and can confirm that it's got write access over the database. I'm using the same account as the 'Data Warehouse Action Account'.
    However, the SQL log on the data warehouse server is saying failed login, see below:
    Login failed for user 'sv-scom-dw'. Reason: Could not find a login matching the name provided. [CLIENT: Management server 1 IP]
    I've checked the 'Management Group' table and can confirm the WriterLoginName is DOMAIN\sv-scom-dw
    However, the SQL error looks like it's looking for a local SQL login. The database is set to Mixed mode authentication.
    Any ideas?

  • Apache Error Log after update from 2.0 to 2.2.1

    Yesterday, I upgraded from 2.0 to 2.2.1.
    This morning some problems - very few - are happening with the users trying to save their work. Not allways but sometimes, they get a blank screen after trying to save the recored or they get the "Page can not be displayed - cannot find server or DNS error".
    I looked into my apache log and foud hundereds of error messages of the same type:
    [Mon Sep 18 09:27:06 2006] [alert] [client 10.2.28.77] [ecid: 1158564424:10.2.28.134:2192:6092:296,0] mod_plsql: Content-Length header value
    (size=58449 bytes) does not match the total number of bytes streamed (size=58454 bytes). This is most likely caused by the charset mismatch between modplsql
    (charset=AL32UTF8) and the database (charset=WE8MSWIN1252) and has performance implications. Please correct this by setting the PlsqlNLSLanguage property correctly.
    I followed the instalation documentation saying:
    4.3.2 Configuring Oracle HTTP Server 10g or Oracle Application Server 10g When Upgrading
    Locate the line containing PlsqlNLSLanguage.
    The PlsqlNLSLanguage setting determines the language setting of the DAD. The
    character set portion of the PlsqlNLSLanguage value must be set to AL32UTF8,
    regardless of whether or not the database character set is AL32UTF8. For example:
    PlsqlNLSLanguage AMERICAN_AMERICA.AL32UTF8
    Any ideas?
    Denes Kubicek

    aha, I missed something
    now, I never had any errors in the logfile - everything working properly
    Probably, because I never changed the characterset and it was matching the database character set.
    (I changed back to WE8MSWIN1252 character set and everything works now.)
    If I apply this patch, then I can change to the PlsqlNLSLanguage AMERICAN_AMERICA.AL32UTF8 as recomended and shouldn't expect the same problems? I assume, yes.
    Does anyone know why the character set has to be AMERICAN_AMERICA.AL32UTF8? If it is so important then for what exactly? I probably overlooked this part (or it didn't seem logical to me and I left it as it was) but encountered no problems so far.
    I will apply this patch today and then change the character set again (shame on me - I didn't read the release notes).
    Denes Kubicek

  • Thousands of "clock_get_time() failed" entries in WebServer (Apache) error log

    We are running Server.app 2.2.1 on OS X 10.8.4. The "Websites" service is enabled. When viewing the WebServer > error_log in Console, we see thousands and thousands of these entries:
    clock_get_time() failed: (ipc/rcv) invalid name
    There is no date/time prefix for each entry, i.e. that's the whole line. There are so many of these entries, in fact, that recently the log had grown to well over 6 GB in size which I suspect caused some recent kernel panics related to httpd, because when I deleted this gigantic log the panics stopped.
    The messages are still happening, but not perpetually, and the log is growing once again. What could be causing them? The only log entries prior to them starting are harmless "file does not exist" entries.
    A few facts about our "Websites" service setup:
    1) It's operating correctly. No obvious problems.
    2) We are storing our "service data" on a volume other than the startup volume as allowed by the Server.app GUI.
    3) We have the "Enable PHP web applications" checkbox checked.
    4) For the server website, we have "Enable Server Side includes", "Allow overrides using .htaccess files", and "Allow CGI execution" enabled.
    5) In order to enable user sites to load, i.e. server.name.com/~username, we have manually uncommented one line in /Library/Server/Web/Config/apache2, making sure that file permissions remained as they were:
         Include /private/etc/apache2/extra/httpd-userdir.conf
    Thank you for whatever insights or suggestions the community can offer.

    UPDATE: In roughly 12 hours the log file has grown from about 11 MB to over 1 GB. The cause of the bloat is the same repeating message. Perhaps not so coincidentally, another kernel panic (and automatic restart) occured today. The panic report blames httpd. See below.
    Thanks to any and all who can help shed some light on this.
    =====================
    Interval Since Last Panic Report:  458821 sec
    Panics Since Last Report:          6
    Fri Aug 16 14:41:15 2013
    panic(cpu 6 caller 0xffffff8003e44078): "zalloc: \"ipc ports\" (24378039 elements) retry fail 3, kfree_nop_count: 0"@/SourceCache/xnu/xnu-2050.24.15/osfmk/kern/zalloc.c:1826
    Backtrace (CPU 6), Frame : Return Address
    0xffffff81d48f3d60 : 0xffffff8003e1d626
    0xffffff81d48f3dd0 : 0xffffff8003e44078
    0xffffff81d48f3eb0 : 0xffffff8003e13dcb
    0xffffff81d48f3f10 : 0xffffff8003e14e12
    0xffffff81d48f3f50 : 0xffffff8003e22acc
    0xffffff81d48f3f70 : 0xffffff8003ea6536
    0xffffff81d48f3fb0 : 0xffffff8003ece9e3
    BSD process name corresponding to current thread: httpd
    Mac OS version:
    12E55
    Kernel version:
    Darwin Kernel Version 12.4.0: Wed May  1 17:57:12 PDT 2013; root:xnu-2050.24.15~1/RELEASE_X86_64
    Kernel UUID: 896CB1E3-AB79-3DF1-B595-549DFFDF3D36
    Kernel slide:     0x0000000003c00000
    Kernel text base: 0xffffff8003e00000
    System model name: MacPro5,1 (Mac-F221BEC8)
    System uptime in nanoseconds: 100774199676748
    vm objects:17414880
    vm object hash entri:2186880
    VM map entries:3022800
    pagetable anchors:1421312
    pv_list:6119424
    vm pages:295862760
    kalloc.64:4026368
    kalloc.128:4730880
    kalloc.256:5365760
    kalloc.512:1961984
    kalloc.1024:2105344
    kalloc.2048:1331200
    kalloc.4096:2658304
    kalloc.8192:3129344
    ipc ports:4290534864
    semaphores:1886281920
    threads:1930600
    uthreads:1143856
    vnodes:21401160
    namecache:8208960
    HFS node:26396128
    HFS fork:7200768
    cluster_write:4419360
    buf.4096:2551808
    buf.8192:97034240
    ubc_info zone:3929688
    pfrkentry:2338848
    vnode pager structur:2186880
    Kernel Stacks:3604480
    PageTables:74792960
    Kalloc.Large:20237339
    Backtrace suspected of leaking: (outstanding bytes: 690624)
    0xffffff8003e43d29
    0xffffff8003e15769
    0xffffff8003e339c3
    0xffffff8003e566bc
    0xffffff8003e20b3d
    0xffffff8003e10448
    0xffffff8003e1961b
    0xffffff8003ea6536
    last loaded kext at 167506238195: com.apple.filesystems.smbfs          1.8.4 (addr 0xffffff7f86078000, size 229376)
    last unloaded kext at 125891310058: com.apple.driver.AppleIntel8254XEthernet          3.1.1b1 (addr 0xffffff7f84982000, size 69632)
    loaded kexts:
    com.apple.filesystems.smbfs          1.8.4
    com.apple.driver.AudioAUUC          1.60
    com.apple.driver.AppleHWSensor          1.9.5d0
    com.apple.filesystems.autofs          3.0
    com.apple.iokit.IOBluetoothSerialManager          4.1.4f2
    com.apple.driver.AppleTyMCEDriver          1.0.2d2
    com.apple.driver.AGPM          100.12.87
    com.apple.driver.AppleMikeyHIDDriver          122
    com.apple.driver.AppleHDA          2.3.7fc4
    com.apple.driver.AppleUSBDisplays          357
    com.apple.driver.AppleUpstreamUserClient          3.5.10
    com.apple.driver.AppleMCCSControl          1.1.11
    com.apple.kext.AMDFramebuffer          8.1.2
    com.apple.iokit.IOUserEthernet          1.0.0d1
    com.apple.driver.AppleMikeyDriver          2.3.7fc4
    com.apple.AMDRadeonAccelerator          1.0.8
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.iokit.BroadcomBluetoothHCIControllerUSBTransport          4.1.4f2
    com.apple.driver.ApplePolicyControl          3.4.5
    com.apple.driver.AppleLPC          1.6.0
    com.apple.driver.ACPI_SMC_PlatformPlugin          1.0.0
    com.apple.driver.AppleRAID          4.0.6
    com.apple.driver.XsanFilter          404
    com.apple.iokit.IOAHCIBlockStorage          2.3.1
    com.apple.driver.Oxford_Semi          3.1.7
    com.apple.iokit.SCSITaskUserClient          3.5.5
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless          1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.BootCache          34
    com.apple.driver.AppleFWOHCI          4.9.6
    com.apple.driver.AppleUSBHub          5.5.5
    com.apple.driver.AirPort.Brcm4331          615.20.17
    com.apple.driver.Intel82574L          2.3.0b5
    com.apple.driver.AppleAHCIPort          2.5.2
    com.apple.driver.AppleUSBEHCI          5.5.0
    com.apple.driver.AppleUSBUHCI          5.2.5
    com.apple.driver.AppleEFINVRAM          1.7
    com.apple.driver.AppleRTC          1.5
    com.apple.driver.AppleHPET          1.8
    com.apple.driver.AppleACPIButtons          1.7
    com.apple.driver.AppleSMBIOS          1.9
    com.apple.driver.AppleACPIEC          1.7
    com.apple.driver.AppleAPIC          1.6
    com.apple.driver.AppleIntelCPUPowerManagementClient          196.0.0
    com.apple.nke.applicationfirewall          4.0.39
    com.apple.security.quarantine          2.1
    com.apple.driver.AppleIntelCPUPowerManagement          196.0.0
    com.apple.kext.triggers          1.0
    com.apple.iokit.IOSerialFamily          10.0.6
    com.apple.driver.DspFuncLib          2.3.7fc4
    com.apple.iokit.IOAudioFamily          1.8.9fc11
    com.apple.kext.OSvKernDSPLib          1.6
    com.apple.iokit.IOSurface          86.0.4
    com.apple.iokit.IOBluetoothFamily          4.1.4f2
    com.apple.iokit.IOAcceleratorFamily          74.5.1
    com.apple.driver.AppleSMBusController          1.0.11d0
    com.apple.driver.AppleSMBusPCI          1.0.11d0
    com.apple.iokit.AppleBluetoothHCIControllerUSBTransport          4.1.4f2
    com.apple.driver.AppleHDAController          2.3.7fc4
    com.apple.iokit.IOHDAFamily          2.3.7fc4
    com.apple.driver.AppleGraphicsControl          3.4.5
    com.apple.iokit.IONDRVSupport          2.3.7
    com.apple.kext.AMD5000Controller          8.1.2
    com.apple.kext.AMDSupport          8.1.2
    com.apple.iokit.IOGraphicsFamily          2.3.7
    com.apple.iokit.IOFireWireIP          2.2.5
    com.apple.driver.AppleSMC          3.1.4d2
    com.apple.driver.IOPlatformPluginLegacy          1.0.0
    com.apple.driver.IOPlatformPluginFamily          5.3.0d51
    com.apple.driver.AppleUSBHIDKeyboard          170.2
    com.apple.driver.AppleHIDKeyboard          170.2
    com.apple.driver.AppleUSBMergeNub          5.5.5
    com.apple.iokit.IOSCSIReducedBlockCommandsDevice          3.5.5
    com.apple.driver.AppleUSBHIDMouse          175.8
    com.apple.iokit.IOUSBHIDDriver          5.2.5
    com.apple.driver.AppleHIDMouse          175.8
    com.apple.driver.AppleUSBComposite          5.2.5
    com.apple.iokit.IOSCSIBlockCommandsDevice          3.5.5
    com.apple.iokit.IOFireWireSerialBusProtocolTransport          2.1.1
    com.apple.iokit.IOFireWireSBP2          4.2.2
    com.apple.iokit.IOSCSIMultimediaCommandsDevice          3.5.5
    com.apple.iokit.IOBDStorageFamily          1.7
    com.apple.iokit.IODVDStorageFamily          1.7.1
    com.apple.iokit.IOCDStorageFamily          1.7.1
    com.apple.iokit.IOAHCISerialATAPI          2.5.1
    com.apple.iokit.IOSCSIArchitectureModelFamily          3.5.5
    com.apple.iokit.IOFireWireFamily          4.5.5
    com.apple.iokit.IOUSBUserClient          5.5.5
    com.apple.iokit.IO80211Family          530.4
    com.apple.iokit.IONetworkingFamily          3.0
    com.apple.iokit.IOAHCIFamily          2.3.1
    com.apple.iokit.IOUSBFamily          5.6.0
    com.apple.driver.AppleEFIRuntime          1.7
    com.apple.iokit.IOHIDFamily          1.8.1
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.security.sandbox          220.3
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.security.TMSafetyNet          7
    com.apple.driver.DiskImages          345
    com.apple.iokit.IOStorageFamily          1.8
    com.apple.driver.AppleKeyStore          28.21
    com.apple.driver.AppleACPIPlatform          1.7
    com.apple.iokit.IOPCIFamily          2.7.3
    com.apple.iokit.IOACPIFamily          1.4
    com.apple.kec.corecrypto          1.0
    Model: MacPro5,1, BootROM MP51.007F.B03, 4 processors, Quad-Core Intel Xeon, 3.2 GHz, 16 GB, SMC 1.39f11
    Graphics: ATI Radeon HD 5770, ATI Radeon HD 5770, PCIe, 1024 MB
    Memory Module: DIMM 1, 4 GB, DDR3 ECC, 1066 MHz, 0x802C, 0x31384A53463531323732415A2D3147344431
    Memory Module: DIMM 2, 4 GB, DDR3 ECC, 1066 MHz, 0x802C, 0x31384A53463531323732415A2D3147344431
    Memory Module: DIMM 3, 4 GB, DDR3 ECC, 1066 MHz, 0x802C, 0x31384A53463531323732415A2D3147344431
    Memory Module: DIMM 4, 4 GB, DDR3 ECC, 1066 MHz, 0x802C, 0x31384A53463531323732415A2D3147344431
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8E), Broadcom BCM43xx 1.0 (5.106.98.100.17)
    Bluetooth: Version 4.1.4f2 12041, 2 service, 11 devices, 1 incoming serial ports
    Network Service: Ethernet 1, Ethernet, en0
    PCI Card: ATI Radeon HD 5770, sppci_displaycontroller, Slot-1
    Serial ATA Device: HL-DT-ST DVD-RW GH61N
    Serial ATA Device: WDC WD1001FALS-41Y6A1, 1 TB
    Serial ATA Device: Hitachi HDS722020ALA330, 2 TB
    Serial ATA Device: Hitachi HDS722020ALA330, 2 TB
    USB Device: hub_device, apple_vendor_id, 0x9130, 0xfa200000 / 2
    USB Device: Apple Optical USB Mouse, apple_vendor_id, 0x0304, 0xfa210000 / 5
    USB Device: Keyboard Hub, apple_vendor_id, 0x1006, 0xfa230000 / 4
    USB Device: Apple Keyboard, apple_vendor_id, 0x024f, 0xfa232000 / 6
    USB Device: Apple Cinema Display, apple_vendor_id, 0x9222, 0xfa220000 / 3
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x5a100000 / 2
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8215, 0x5a110000 / 3
    USB Device: TRIPP LITE UPS, 0x09ae  (Tripp Lite), 0x2007, 0x3d100000 / 2
    FireWire Device: unknown_device, OWC Mercury Elite-AL Pro RAID, 800mbit_speed
    FireWire Device: built-in_hub, 800mbit_speed
    FireWire Device: OXFORD IDE Device, KANO TECH, 800mbit_speed

  • Postgresql error: Log show can't access postgresql.conf

    Hello,
    In the Console, I have this looping error:
    18/07/12 3:57:23.534 AM org.postgresql.postgres: postgres_real cannot access the server configuration file "/var/pgsql/postgresql.conf": No such file or directory
    18/07/12 3:57:23.536 AM com.apple.launchd: (org.postgresql.postgres[9841]) Exited with code: 2
    18/07/12 3:57:23.536 AM com.apple.launchd: (org.postgresql.postgres) Throttling respawn: Will start in 10 seconds
    Spec: MBP 7,1, 2.4gHz Intel Core 2 Duo, 4GB DDR3 Ram, 500GB hard drive with Lion Server 10.7.4
    Advice?
    Thanks,
    Tony

    I'm having the same problem here.
    Last night my laptop shut down due to lack of power   It dualboots Win7 and Arch, neither of which run:
    Here's the error I'm getting:
    EXT4-fs (sda6): mounted filesystem with ordered data mode.  Opts: (null)
    ERROR: Root device mounted successfully, but /sbin/init does not exist.
    Bailing out, you are on your own.  Good luck.
    /bin/sh: can't access tty; job control turned off
    [ramfs /]#
    Booting into Win7 yields:
    BOOTMGR is missing
    I've booted up a KNOPPIX Livecd and the filesystem appears ok.  Can I just try and reinstall GRUB, as I'm assuming that's what the problem is?
    Thanks in advance,
    Jacques

  • Firefox Install log shows install complete, but directories are empty.

    I have tried installing Firefox v.4.x and v.6.x (on different occasions) into Windows Vista 64 bit Dell Inspiron laptop. Upon installation, the directories are present, but there were not any files of any kind in any of the directories.
    I have tried these installations with the firewall, antivrus program and the Windows defender disabled with the same results.
    I then booted into "Safe" mode and tried the installs with the same results.'

    the same here
    2012-6-1+17-7-33.985 [error] 1226 1062
    =O====== M/11.2.202.235 2012-06-01+17-07-32.534 ========
    0000 [I] 00000010 "C:\Windows\TEMP\{FE5CA04F-F3F5-4AF4-9F09-A90568B13457}\InstallFlashPlayer.exe" -install -skipARPEntry -iv 9 -au 4294967295
    0001 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/Version 2
    0002 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0003 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0004 [W] 00001037 SOFTWARE\MozillaPlugins\@adobe.com/FlashPlayer/ 2
    0005 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin/ 2
    0006 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0007 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0008 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0009 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0010 [W] 00001036 Software\Opera Software/Plugin Path 2
    0011 [W] 00001036 Software\Opera Software/Plugin Path 2
    0012 [I] 00000014 C:\Windows\SysWOW64\Macromed\Flash\NPSWF32_11_2_202_235.dll
    0013 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_11_2_202_235_Plugin.exe
    0014 [I] 00000017 C:\Windows\SysWOW64\Macromed\Flash
    0015 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0016 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    0017 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183
    0018 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    0019 [W] 00001106
    0020 [W] 00001106
    0021 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183
    0022 [I] 00000012
    =X====== M/11.2.202.235 2012-06-01+17-07-36.481 ========
    2012-6-14+11-7-0.219 [error] 1223 1056

  • Upgrade gives apache error

    recently upgraded Mac Server OS to 10.6.5
    running WordPress Multisite 3.0.4
    WordPress Dashboad is painfully slow. Access to sites is fine if not logged in. Apache error log shows:
    [Wed Jan 05 01:53:57 2011] [error] (61)Connection refused: proxy: HTTP: attempt to connect to 127.0.0.1:8008 (127.0.0.1) failed
    [Wed Jan 05 01:53:57 2011] [error] approxy_connectbackend disabling worker for (127.0.0.1)

    I don't see anything about a firewall in Server Admin. It seems as though that would not be a factor as it was fine before the upgrade and we haven't changed our firewall settings since then. Our firewall is a hardware device.
    Server running
    FTP
    Mail
    MySQL
    Web
    In Web services under Settings I have General, Mime types, Proxy,Modules, Wiki

Maybe you are looking for

  • How do I make my personal "reminders" seperate from my work Outlook email account?

    I will ask Siri to "Remind me to clean the guest bathroom tub when I get home". I get the reminder, but then  when I get into the office the next morning, they pop up on my Outlook as outdated reminders. Very embarrasing to have one of my coworkers s

  • DVI or VGA Connection For Sharp Aquos??

    I've got an older Sharp Aquos, specifically the LC37G4U. Previously owned a Mini G4, 1.42 GHZ. The best I could do imagewise was with a DVI connection and the Aquos and Mini set to 1280 x 768. This resulted in an image cropping of approximately 1/2 i

  • Navigator buttons

    Hi, I work with JSF, and I want to make actions with the navigator buttons, but I don't know how. Any Ideas? Thank you!! Siddharta.

  • Wifi Sync issue with Windows 7 64bit

    Hi, having an issue with wifi sync for some reason.  I am running Win 7 64bit, and I have tried everything on these forums with not luck.  It is not my router because it works on another computer with no problem.  I have enabled all ports, syncserver

  • Error in running BLAST search on 10gR2

    Hi everyone, I am doing the BLASTN seaches on the human genome sequence. one of the rows contain approx 200Mb of gene sequence. When I run the searches in the ecoli10 dataset which provided by oracle. I runs well. but when I run the searches on human