CSS Failure in cfdocument

I'm using CF 8.01 with latest hotfixes. Have simple sample
below that loops to create two PDF files. In the first one the CSS
background-color style works. In the second it does not. Seems like
a bug to me. Thoughts?
<cfloop index="i" from="1" to="2">
<cfdocument format="PDF" filename="#i#.pdf"
overwrite="Yes">
<html> <head>
<style type="text/css" media="print"> h1
{background-color: #ddd;} </style>
</head> <body>
<h1>This is Heading One</h1>
</body></html>
</cfdocument>
</cfloop>

Could you then reproduce the code as close as possible to the version in which the error occurs? Just to rule out the obvious. I cannot tell you the number of threads I have participated in, where more than 20 posts had passed before the original poster realized he had simply put a dot in the wrong place.

Similar Messages

  • Cfdocumentsection breaking css in pdf

    I have a 500 page document that is styled with css. The cfdocument tag is working perfectly to produce the styled text. When I add cfdocumentsections to get bookmarks, the css no longer works.
    I am using CF 9,0,1,274733 Enterprise on IIS7. The content is contained in Mura.

    <cfdocument format="pdf" bookmark="yes" backgroundvisible="yes" fontEmbed="no" marginbottom="1" marginleft="1" marginright="1" margintop="1">
    <cfoutput>
    <cfinclude template="inc/print_head.cfm" />
    <body id="#$.getTopID()#" class="oneCol depth#arrayLen($.event('crumbdata'))#">
    <!--- Get the home page --->
    <cfset contentBean = application.contentManager.getActiveContent('00000000000000000000000000000000001', 'catalog')>
    <!--- Get the home page's kids - aka portal pages --->
    <cfset it = contentBean.getKidsIterator()>
    <cfset it.setNextN(0)>
    <!--- loop through the portal pages --->
    <cfloop condition="#it.hasNext()#">
    <!--- Get the next portal page as a contentBean --->
    <cfset portalContentBean = it.next()>
    <!--- get the portal's kids - the actual content --->
    <cfset pcbIt = portalContentBean.getKidsIterator()>
    <cfset pcbIt.setNextN(0)>
        <!--- CF Document Section Code Follows --->
        <!---<cfdocumentsection name="#portalContentBean.getTitle()#">--->
            <cfoutput>
                <h1><strong>#portalContentBean.getTitle()#</strong></h1>
            </cfoutput> 
            <!--- skip printing the content if we are looking at "Course Descriptions" --->
            <cfif (portalContentBean.getTitle() NEQ "Course Descriptions")>
                <!--- look through the content pages (children of each portal) --->
                <cfloop condition = "#pcbIt.hasNext()#">
                    <cfset childContentBean = pcbIt.next()>
                    <cfoutput>#childContentBean.getBody()#</br></cfoutput>
                </cfloop>
            <cfelse>
                <!--- TEMPLATE CODE --->
                <cfinclude template="#$.siteConfig('AssetPath')#/includes/custom/coursenumbering.htm">
                <cfinclude template="#$.siteConfig('AssetPath')#/includes/custom/college.cfm">
                <cfinclude template="#$.siteConfig('AssetPath')#/includes/custom/theology.cfm">
                <cfinclude template="#$.siteConfig('AssetPath')#/includes/custom/evangelism.cfm">   
                <cfinclude template="#$.siteConfig('AssetPath')#/includes/custom/education.cfm">   
                <cfinclude template="#$.siteConfig('AssetPath')#/includes/custom/churchmusic.cfm">   
                <cfinclude template="#$.siteConfig('AssetPath')#/includes/custom/intcourses.cfm">   
            </cfif>
            <cfdocumentitem type="header">
                <cfoutput><span style="position: absolute; bottom: 0; right: 0;"><br />#cfdocument.currentpagenumber#</span></cfoutput>
            </cfdocumentitem>
        <!---</cfdocumentsection>--->
    </cfloop>
    </body>
    </html>
    </cfoutput>
    </cfdocument>

  • CSS command (socket) execution failed

    I have a CSS reporting script problems when I am using build-in script ap-kal-httptag, here my exact command and CSS failure response:
    script play ap-kal-httptag    "192.168.8.22 content/corp/main/en/group.html?noCache=true Sika"
    brgsikalb01#
    Error in script playback line:37
    >>>socket waitfor ${SOCKET} "200 OK" 2000
    brgsikalb01#
    Script Playback cancelled.
    Waitfor: Failed
    The CSS build in script ap-kal-httptag failes during execution!
    Failure is on line 37 which contains this command [   socket waitfor ${SOCKET} "200 OK" 2000    ]
    CSS commits this failure string [  
        Error in script playback line:37
    >>> socket waitfor ${SOCKET} "200 OK" 2000
    Was there a command syntax change and Cisco forgot to reprogram the build-in scripts?
    Here I copy the full script taken from CSS in question directly:
    show script ap-kal-httptag
    !no echo
    ! Filename: ap-kal-httptag
    ! Parameters: HostName WebPage HostTag
    ! Description:
    !  This script will connect to the remote host and do an HTTP
    !   GET method upon the web page that the user has asked for.
    !   This script also adds a host tag to the GET request.
    ! Failure Upon:
    !   1. Not establishing a connection with the host.
    ! 2. Not receiving an HTTP status "200 OK"
    if ${ARGS}[#] "NEQ" "3"
    echo "Usage: ap-kal-httptag \'Hostname WebPage HostTag\'"
    exit script 1
    endbranch
    ! Defines:
    set HostName "${ARGS}[1]"
    set WebPage "${ARGS}[2]"
    set HostTag "${ARGS}[3]"
    ! Connect to the remote Host
    set EXIT_MSG "Connection Failure"
    socket connect host ${HostName} port 80 tcp 2000
    ! Send the GET request for the web page
    set EXIT_MSG "Send: Failed"
    socket send ${SOCKET} "GET ${WebPage} HTTP/1.0\nHost: ${HostTag}\n\n"
    ! Wait for a good status code
    set EXIT_MSG "Waitfor: Failed"
    socket waitfor ${SOCKET} "200 OK" 2000
    no set EXIT_MSG
    socket disconnect ${SOCKET}
    exit script 0
    I can not see any broken limitation on this command [ socket waitfor ${SOCKET} "200 OK" 2000   ]
    Thanks for advise and / or correction

    The failure just means the server did not respond with an HTTP 200 OK response.
    For example, it could be a 302 Redirect or a 404 Unauthorised.
    Check with a sniffer trace what is the response from the server.
    Gilles.

  • Error when raise crs on one node

    rac with three-node,linux redhat as 5+10.2.0.4
    on rac01:
    [root@rac01 bin]# *./crsctl stop crs*
    Stopping resources. This could take several minutes.
    Error while stopping resources. Possible cause: CRSD is down.
    [root@rac01 bin]# *./crsctl check css*
    Failure 1 contacting CSS daemon
    [root@rac01 bin]# *./crsctl check crs*
    Failure 1 contacting CSS daemon
    Cannot communicate with CRS
    Cannot communicate with EVM
    [root@rac01 bin]# *./crsctl start crs*
    Attempting to start CRS stack
    The CRS stack will be started shortly
    [root@rac01 bin]# *./crs_stat -t*
    Message not found
    [root@rac01 bin]# ps -ef | grep oracle | grep "\.bin" | grep -v grep
    oracle 3815 3814 1 23:26 ? 00:00:05 /home/oracle/product/10.2.0/crs/bin/evmd.bin
    oracle 5160 5132 1 23:28 ? 00:00:02 /home/oracle/product/10.2.0/crs/bin/oclsomon.bin
    root 6991 6569 0 22:29 ? 00:00:00 /home/oracle/product/10.2.0/crs/bin/oprocd.bin run -t 1000 -m 500 -f
    oracle 7169 6600 0 22:29 ? 00:00:27 /home/oracle/product/10.2.0/crs/bin/ocssd.bin
    root 30004 29673 1 23:14 ? 00:00:18 /home/oracle/product/10.2.0/crs/bin/crsd.bin restart
    log outputs:
    [root@rac01 cssd]# tail -100f ocssd.log
    [    CSSD]2011-06-14 00:03:44.686 [1209174336] >TRACE: Authentication OSD error, op: scls_auth_response_prepare
    loc: validate4
    info: directory for /home/oracle/product/10.2.0/crs/css/auth/A2513039 does not exist
    dep: 2
    [    CSSD]2011-06-14 00:03:45.001 [1209174336] >TRACE: Authentication OSD error, op: scls_auth_response_prepare
    loc: validate4
    info: directory for /home/oracle/product/10.2.0/crs/css/auth/A4520272 does not exist
    dep: 2
    [    CSSD]2011-06-14 00:03:45.011 [1209174336] >TRACE: Authentication OSD error, op: scls_auth_response_prepare
    loc: validate4
    info: directory for /home/oracle/product/10.2.0/crs/css/auth/A1135239 does not exist
    dep: 2
    [    CSSD]2011-06-14 00:03:46.001 [1209174336] >TRACE: Authentication OSD error, op: scls_auth_response_prepare
    loc: validate4
    info: directory for /home/oracle/product/10.2.0/crs/css/auth/A3144859 does not exist
    [oracle@rac01 crsd]$ tail -100f crsd.log
    2011-06-14 00:04:01.284: [ COMMCRS][2606041840]clsc_auth_send: (0x12abec80) Connection not active
    2011-06-14 00:04:01.284: [ COMMCRS][2606041840]Authorization failed, network error
    2011-06-14 00:04:01.284: [ CSSCLNT][2606041840]clsssInitNative: connect failed, rc 2
    2011-06-14 00:04:01.286: [  CRSRTI][2606041840]0CSS is not ready. Received status 3 from CSS. Waiting for good status ..
    [  OCRUTL][2606041840]u_set_comp_error: Parameter was NULL
    [  OCRUTL][2606041840]u_set_ocr_error: Parameter was NULL
    2011-06-14 00:04:02.681: [ COMMCRS][2606041840]Authorization failed, network error
    2011-06-14 00:04:02.681: [ CSSCLNT][2606041840]clsssInitNative: connect failed, rc 2
    [oracle@rac01 evmd]$ tail -10f evmd.log
    2011-06-13 23:45:29.059: [ CSSCLNT][319068720]clsssInitNative: connect failed, rc 2
    2011-06-13 23:45:29.059: [    EVMD][319068720]0EVMD waiting for CSS to be ready err = 3
    [  OCRUTL][319068720]u_set_comp_error: Parameter was NULL
    [  OCRUTL][319068720]u_set_ocr_error: Parameter was NULL
    2011-06-13 23:45:30.345: [ COMMCRS][319068720]Authorization failed, network error
    2011-06-13 23:45:30.345: [ CSSCLNT][319068720]clsssInitNative: connect failed, rc 2
    2011-06-13 23:45:30.346: [    EVMD][319068720]0EVMD waiting for CSS to be ready err = 3
    [  OCRUTL][319068720]u_set_comp_error: Parameter was NULL
    [  OCRUTL][319068720]u_set_ocr_error: Parameter was NULL
    processes on rac02:
    [oracle@rac02 ~]$ ps -ef | grep oracle | grep "\.bin" | grep -v grep
    oracle 6334 6330 0 16:53 ? 00:00:02 /home/oracle/product/10.2.0/crs/bin/evmd.bin
    root 6464 5524 0 16:53 ? 00:00:27 /home/oracle/product/10.2.0/crs/bin/crsd.bin reboot
    root 6898 6475 0 16:53 ? 00:00:00 /home/oracle/product/10.2.0/crs/bin/oprocd.bin run -t 1000 -m 500 -f
    oracle 7007 6954 0 16:53 ? 00:00:00 /home/oracle/product/10.2.0/crs/bin/oclsomon.bin
    oracle 7069 6509 0 16:53 ? 00:00:17 /home/oracle/product/10.2.0/crs/bin/ocssd.bin
    oracle    7218  6334  0 16:54 ?        00:00:00 /home/oracle/product/10.2.0/crs/bin/evmlogger.bin -o /home/oracle/product/10.2.0/crs/evm/log/evmlogger.info -l /home/oracle/product/10.2.0/crs/evm/log/evmlogger.log
    why node rac01's crs service not raise ?

    Hi;
    For your issue i suggest close your thread here as changing thread status to answered and move it to Forum Home » Grid Computing » Real Application Clusters which you can get more quick response
    Regard
    Helios

  • Failure 1 contacting CSS daemon

    hi all
    please provide me the solution
    when iam checking crs status i got error
    -a $crsctl check crs
    Failure 1 contacting CSS daemon
    CRS appears healthy
    EVM appears healthy
    As iam new to rac
    please give me step by step solution

    -a $crsctl check crs
    Failure 1 contacting CSS daemon
    CRS appears healthy
    EVM appears healthy
    -a $ps -ef|grep crs
    oracle 2368 2367 0 Jun 27 ? 142:28 /u01/crs/bin/oclsomon.bin
    root 2189 1766 0 Jun 27 ? 1053:51 /u01/crs/bin/crsd.bin reboot
    oracle 3404 1 0 Jun 27 ? 0:00 /u01/crs/opmn/bin/ons -d
    root 1766 1 0 Jun 27 ? 0:00 /bin/sh /etc/init.d/init.crsd
    run
    oracle 2138 1764 0 Jun 27 ? 0:00 sh -c sh -c 'ulimit -c unlimi
    ted; cd /u01/crs/log/sun4/evmd; exec /u01/crs/bin/
    oracle 2367 2366 0 Jun 27 ? 0:00 /bin/sh -c cd /u01/crs/log/su
    n4/cssd/oclsomon; ulimit -c unlimited; /u01/crs/bi
    oracle 2366 2216 0 Jun 27 ? 0:00 sh -c /bin/sh -c 'cd /u01/crs
    /log/sun4/cssd/oclsomon; ulimit -c unlimited; /u01
    oracle 2509 2143 0 Jun 27 ? 2:49 /u01/crs/bin/evmlogger.bin -o
    /u01/crs/evm/log/evmlogger.info -l /u01/crs/evm/l
    oracle 2143 2138 0 Jun 27 ? 64:18 /u01/crs/bin/evmd.bin
    oracle 3406 3404 0 Jun 27 ? 6:13 /u01/crs/opmn/bin/ons -d
    root 2357 2200 0 Jun 27 ? 24:56 /u01/crs/bin/oprocd.bin run -
    t 1000 -m 500 -f
    oracle 2432 2243 0 Jun 27 ? 921:19 /u01/crs/bin/ocssd.bin
    oracle 23823 23572 0 11:55:32 pts/1 0:00 grep crs
    -a $

  • CSS 11500 Re-balance services after service failure

    We have 3 servers in our server farm and under normal circumstances wish to balance them unevenly such that the 3rd server only gets a small proportion of the traffic. The other two should be equally balanced. (Say 45, 45, 10).
    When one of the prime servers (1st or 2nd) fails we wish to distribute the load across the remaining 2 evenly.
    We are currently considering a cmd-sched script which will monitor the status of all three servers and reset the weights in the case of a server failure.
    Is there a better way, preferably without a cmd-sched script?

    Andrew,
    This is messy but it should work. Configure multiple services for each server. Then use keepalive scripts to make some of the server3 services show as down if both the other servers are up, but if one of server1 and server2 is down, then all the server3 services show as up. You need to end up with the same number of reals configured for each physical box and vary the scripts so that most of the server3 services are down when the other 2 servers are OK.
    Peter

  • Random failures to CSS doing https balancing.

    So I have a cluster of about 10 machines behind a 11503, each server is setup like
    service server-1
    ip address 192.168.10.171
    port 443
    string cluster01
    keepalive type script ap-kal-httplist "192.168.10.171 /webct/about.jsp"
    keepalive frequency 15
    active
    and clustered in a service via
    content ssl-rule
    balance leastconn
    protocol tcp
    port 443
    advanced-balance sticky-srcip-dstport
    vip address 192.168.200.19
    add service server-1
    add service server-2
    add service server-3
    add service server-9
    add service server-10
    active
    I am not currently doing ssl termination, just balancing.
    Ok, so recently the load has started to rise (it is an e-learning application for a university and it's finals time) and now I see a scenario where random users are unable to connect to the https://elearningapp.somedomain.ca URL, while the person sitting next to them (both physically and IP-wise) connects fine. It is only a percentage of users who see this, seemingly no correlation between them, and if I reset the css it goes away for a while.

    You'll need to collect some info.
    First, capture a sniffer trace on one of the host showing the problem.
    Check if the client gets a response to the SYN.
    Check if the client can ping the CSS.
    Then verify that the SYN comes to the CSS.
    [capture a sniffer trace in front of CSS].
    Then use 'sho flows x.x.x.x' to see if a flow is created.
    Verify if the SYN is forwarded to a server.
    Could be the server not responding.
    What version do you run ?
    Gilles.

  • Cisco css http keepalive is not working with GET command

    Dear all
    i have Cisco Css connected to Dell Server (via switch)
    Cisco CSS - 192.168.1.3 and Dell Server - 192.168.1.5
    Dell server is setup with windows 2009R2 and Apache HTTPD is version 2.2
    This server is dedicated to host multiple doamins with Apache lik
    www.abc.co.uk
    www.xyz.co.uk
    Now the clinet wants to setup the http keepalive  with specfic web page like /testpage.html  for all these domains. i have teseed with single URI. it is working the comamnds are
    config)# service serv1
    (config-service[serv1])# ip address 192.168.1.5
    (config-service[serv1])# keepalive type http
    (config-service[serv1])# keepalive method head    ( get i have not used due to hash mismatch with apche server, if i use GET it is not working)
    (config-service[serv1])# keepalive uri "/testpage.html"
    (config-service[serv1])# active
    It is working with single URI.  but how can i do the same thing for multiple doamins ?
    for multiple doamins do i need use script ? or can i use with commands ?
    if i need to use script the script is
    !no echo
    ! Filename: httptag-test
    ! Parameters: HostName WebPage HostTag
    ! Description:
    !       This script will connect to the remote host and do an HTTP
    !   GET method upon the web page that the user has asked for.
    !   This script also adds a host tag to the GET request.
    ! Failure Upon:
    !   1. Not establishing a connection with the host.
    !       2. Not receiving an HTTP status "200 OK"
    if ${ARGS}[#] "NEQ" "3"
            echo "Usage: httptag-test \'Hostname WebPage HostTag\'"
            exit script 1
    endbranch
    ! Defines:
    set HostName "${ARGS}[1]"
    set WebPage "${ARGS}[2]"
    set HostTag "${ARGS}[3]"
    ! Connect to the remote Host
    set EXIT_MSG "Connection Failure"
    socket connect host ${HostName} port 80 tcp
    ! Send the GET request for the web page
    set EXIT_MSG "Send: Failed"
    socket send ${SOCKET} "GET ${WebPage} HTTP/1.1\nHost: ${HostTag}\n\n"
    ! Send the HEAD request for the web page
    set EXIT_MSG "Send: Failed"
    socket send ${SOCKET} "HEAD ${WebPage} HTTP/1.1\nHost: ${HostTag}\n\n"
    ! Wait for a good status code
    set EXIT_MSG "Waitfor: Failed"
    socket waitfor ${SOCKET} "200 OK"
    no set EXIT_MSG
    socket disconnect ${SOCKET}sh w
    exit script 0
    in the script i have not used GET becasue, when CSS send GET request to apache it use hash, but apache is not able to respond with same hash and it shows that website is down. more information- click below url
    http://www.cisco.com/en/US/docs/app_ntwk_services/data_center_app_services/css11500series/v7.40/command/reference/CmdKeepC.html#wp1139668
    (config-keepalive) method
    I have uploaded in CSS with httptag-test file and applied these commands
    service comp.brit.co.uk-80
      keepalive port 80
      ip address 192.168.1.5
      keepalive frequency 10
    keepalive maxfailure 2
    keepalive retryperiod 10
    keepalive type script httptag-test "192.168.1.5 /testpage.html  www.abc.co.uk
    keepalive type script httptag-test "192.168.1.5 /testpage.html  www.xyz.co.uk
    but this script is not working
    my question is:
    1.do i need use script only to setup http keepalvie with webpage for multiple domains ?
    2.with out using script is there any solution like CICSCO  CSS commands  to setup http uril for multiple domains which are on 1 singl server.
    please help me asap

    Hello Muhammad,
    If you wish to use multiple domains for a URI  keep-alive check, and perform a HEAD request what Daniel mentioned is  correct.  You have to use a scripted keep-alive check on the service.  However, you should not use the default "ap-kal-httptag" script to do so  as it's limited to only 1 website (unless you modify the script).  You're best bet would be using the "ap-kal-httplist" script on the CSS  as it allows the checking of 2 different websites along with a webpage  to check for each site using HTTP HEAD method.
    !no echo
    ! Filename: ap-kal-httplist
    ! Parameters: Site1 WebPage1 Site2 WebPage2 [...]
    ! Description:
    !    This script will connect a list of sites/webpage pairs.  The
    !   user must simply supply the site, and then the webpage and
    !   we'll attempt to do an HTTP HEAD on that page.
    ! Failure Upon:
    !   1. Not establishing a connection with the host.
    !   2. Not receiving a status code 200 on the HEAD request on any
    !      one site.  If one fails, the script fails.
    ! Make sure the user has a qualified number of arguments
    if ${ARGS}[#] "LT" "2"
            echo "Usage: ap-kal-httplist \'WebSite1 WebPage1 WebSite2 WebPage2 ...'"
            exit script 1
    endbranch
    while ${ARGS}[#] "GT" "0"
            set Site "${ARGS}[1]"
        var-shift ARGS
        if ${ARGS}[#] "==" "0"
            set EXIT_MSG "Parameter mismatch: hostname present but webpage was not"
            exit script 1
        endbranch
        set Page "${ARGS}[1]"
        var-shift ARGS
        no set EXIT_MSG
        function HeadUrl call "${Site} ${Page}"
    endbranch
    exit script 0
    function HeadUrl begin
    ! Connect to the remote Host
    set EXIT_MSG "Connect: Failed to connect to ${ARGS}[1]"
    socket connect host ${ARGS}[1] port 80 tcp 2000
    ! Send the head request
    set EXIT_MSG "Send: Failed to send to ${ARGS}[1]"
    socket send ${SOCKET} "HEAD ${ARGS}[2] HTTP/1.0\n\n"
    ! Wait for the status code 200 to be given to us
    set EXIT_MSG "Waitfor: Failed to wait for '200' on ${ARGS}[1]"
    socket waitfor ${SOCKET} " 200 " 2000
    no set EXIT_MSG
    socket disconnect ${SOCKET}
    function HeadUrl end
    Rather  then modify the default "ap-kal-httplist" script on the CSS I would  simply define the arguments within the service configuration itself.   Something like the following (using your service example):
    service dell-192.168.1.5
    ip address 192.168.1.5
    keepalive type script ap-kal-httplist "www.abc.co.uk /testpage.html www.xyz.co.uk /testpage.html"
    active
    As  long as the server is configured to reply to host headers, and the page  is configured to retuen a "200 OK" the above service configuration  should work. If there are any errors simply run "show service  " to view why there was a failure. If there is a  failure, and the output from the command specified shows a line number  run the following command against the script to view at what point  (line) did the failure occur:
    show script ap-kal-httplist line-numbers
    Hope this helps!
    - Jason Espino

  • Using cfdocument to generate PDF

    Hi all,
    The actual table is a lot larger than the mock-up one that I am going to show you but this mock-up one does explain the problem.  Please go to http://www.monteandjanicechan.com/test_table.cfm
    The thickness of the grid lines in the table are coming up the way I want in the HTML version.  You can do a View Source to see the actual HTML stuff that gets generated. Now, I put these HTMl codes within the cfdocument tag with format="pdf"; please go to http://www.monteandjanicechan.com/test_table_pdf.cfm.  You will see the inconsistent thickness of the grid line for sneezing and for flu.  To further illustrate my point, I removed the background colors and generate a PDF; please go to http://www.monteandjanicechan.com/test_table_pdf_nocolor.cfm.  The thickness of the grid lines is back to normal.
    This leads me to believe that the background color of one cell somehow goes over to the cell right next to it and cover up the border.  Here are the strange things:
    1) This is ONLY happening in rowspan and ONLY happening from the second row on to the rest of the rowspan.  For example, first Sneezing is okay but the border of the second sneezing is not correct; the first Flu is okay but the borders of the second and the third Flu are not correct.
    2) The background color does NOT cover the border of its own cell at all; it only cover the border of the cell right next to it.
    My question is, how can I fix this issue?
    Any suggestions and pointers are greatly appreciated.

    Two things:
    1) Whether or not this is a bug. The cfdocument style implementation seems to differ from the browser's. It seems that, in cfdocument, the style of an element overrides that of the element preceding it. For example, the style of the row
    <tr>
        <td class="b">Joe Schmo</td>
        <td class="c" style="background-color:#99FF99">Sneezing</td>
      </tr>
    overrrides the style of the row
    <tr>
        <td class="b">John Doe</td>
        <td class="c" style="background-color:#99FF99">Sneezing</td>
        <td class="d_style" rowspan="2" style="background-color:#99FF99">Nose Spray</td>
      </tr>
    Therefore, as there is no d_style in the Joe Schmo row, this row overrides the d_style inherited from the rowspan. This might or might not be a bug. However, it should make you wonder whether or not you've over-designed.
    2) Your styling is inefficient. For example, the following style settings draw 2 borders at the same place
    .c_first {border-right:1px solid black;}
    .d_first {border-left:1px solid black;}
    <td class="c_first" style="background-color:#ffff99">Cough</td>
    <td class="d_first" style="background-color:#ffff99">Vitamins</td>
    If your intention is to emphasize a border, then it is easy to improve your styling. One way to do so is to remove the border-right setting of the first TD, and double the border-left of the next TD. Alternatively, you may double the border-right setting of the first TD, and remove the border-left of the next TD.
    Also, it is best-practice to transfer all the CSS to the style sheet, so that your table contains no CSS code.
    The following HTML is based on what I've just said:
    <html>
      <head>
        <title>Test Table</title>
        <style type="text/css">
        .a_style
            {border-left: 1px solid black;
            border-bottom: 1px solid black;
            border-top: 1px solid black;
            border-right: 1px solid black;
        .a2_style
            {border-left: 1px solid black;
            border-bottom: 1px solid black;
            border-top: 1px solid black;
            border-right: 2px solid black;
        .a3_style
            /* border-left: 2px solid black;*/
            border-bottom: 1px solid black;
            border-top: 1px solid black;
            border-right: 1px solid black;
        .b_first
            {border-right: 1px solid black;
            border-bottom: 1px solid black;
            border-left: 1px solid black;
            border-top: 1px solid black;}
        .b_last
            {border-right: 1px solid black;
            border-bottom: 1px solid black;
            border-left: 1px solid black;}
        .b
            {border-right: 1px solid black;
             border-bottom: 1px solid black;
             border-left: 1px solid black;}
        .c1
            border-right: 2px solid black;
            border-bottom: 1px solid black;
            background-color: 99FF99;}
        .c2
            {border-right: 2px solid black;
            border-bottom: 1px solid black;
            background-color: cccccc;}
        .c_first
            border-right: 2px solid black;*/
            border-bottom: 1px solid black;
            border-top: 1px solid black;
            background-color: ffff99;}
        .c_last
            {border-right: 1px solid black;
            border-bottom: 1px solid black;
            background-color: cccccc;}    
        .d_style
            /* border-left: 1px solid black;
            border-right: 1px solid black;
            border-bottom: 1px solid black;
            background-color: 99FF99;
        .d_first
            border-right: 1px solid black;
            border-bottom: 1px solid black;
            /* border-left: 2px solid black;*/
            background-color: ffff99;}
        .d_last
            border-right: 2px solid black;
            border-bottom: 1px solid black;
            /* border-left: 1px solid black;*/
            background-color: cccccc;}                
        </style>
      </head>
      <body>
    <table border="0" cellspacing="0" cellpadding="5">
      <tr>
        <td class="a_style">Name</td>
        <td class="a2_style">Problem</td>
        <td class="a3_style">Treatment</td>
      </tr>
      <tr>
        <td class="b_first">Jane Doe</td>
        <td class="c_first">Cough</td>
        <td class="d_first">Vitamins</td>
      </tr>
      <tr>
        <td class="b">John Doe</td>
        <td class="c1">Sneezing</td>
        <td class="d_style" rowspan="2">Nose Spray</td>
      </tr>
      <tr>
        <td class="b">Joe Schmo</td>
        <td class="c1">Sneezing</td>
      </tr>
      <tr>
        <td class="b">Joe Six Pack</td>
        <td class="c2" >Flu</td>
        <td class="d_last" rowspan="3">Flu Shot</td>
      </tr>
      <tr>
        <td class="b">Joe The Plumber</td>
        <td class="c2">Flu</td>
      </tr>
      <tr>
        <td class="b_last">Joe Doe</td>
        <td class="c2">Flu</td>
      </tr>
    </table>
    </body>
    </html>

  • IE not using some CSS or JS files, some of the time..

    I'm working with a client trying to solve a problem that just started on a site I built for her.  The problem started about three weeks ago.
    It's a really simple ASP.NET site: http://nancyjoart.com/  One master page loads a common CSS bundle and JS bundle on all pages, however I used to have then unbundled and only bundled them to try to limit the
    problem.  It didn't work, but I left the bundles as they do speed the site up.
    One machine on her network constantly fails, a surface pro 2, Windows 8.1, IE11, all updates installed.  Short story:  On four pages, two public and two privately accessed, IE doesn't apply a CSS or run the javascript in the bundle.
    Here are the two public pages that fail:
    http://nancyjoart.com/default.aspx and
    http://nancyjoart.com/gallery.aspx
    If the NAV bar at the top has blue links instead of grey/black, the CSS didn't load.  If the page has no art and shows the loading GIF, or no images, the JS didn't load.
    Now the fun and amazing part: the CSS that doesn't work on these four pages, is successfully used and works on every other page.
    The CSS and JS files do actually get requested and downloaded by IE, as evidenced by a Network Monitor trace session and the F12 tools, but don't get applied (CSS) or loaded(JS) on these pages.
    Now it gets weirder:  I can run the site fine on my Surface RT and my Pro2 from anywhere else without fail.  However, if I'm on her wifi - only half the time I can't get the scripts to run or that one CSS to apply.  I press CTRL+R and
    they work fine when the page reloads, but only half the time.  In fact, it took me about a half an hour to experience the failure.  Once it happened, my dev machine would exhibit the problem, then it would work, then it would fail.
    In terms of the JS - When it fails, the debugger indicates a class isn't found.  IE has parsed and downloaded that JS file, and shows the file in the debugger file list dropdown  - but doesn't seem to use it.
    Even more odd, the request and responses all appear to happen quickly, all have 200 OK/Success results and the request and response headers look completely normal.  I've even saved the JS file itself and binary compared it to what I have on the server,
    and it matches, so it isn't somehow getting mangled in-transit.  Even more odd than this little oddity is that once the files are requested and "fail", even if you switch to a cellular connection, the next page loads, and IE doesn't NOT load
    the files correctly either.  CTRL+R eventually will get it to work on this new connection type though.
    Other things I've tried:
    Works on her wifi on:  iPhone, Windows Phone 8.1, Windows Phone 8, Windows Phone 7, Blackberry (Bold and Playbook) and her Windows 7 desktop.  I've put Firefox on her machine, and it works fine every time.   Anything in this list never
    fails, ever except ie11 on the surfaces.
    Her surface is pretty much OOB in terms of apps.  Just Modern apps installed.
    My surface pro 2 dev machine is OOB too. used daily for development - Again, site works everywhere but her wifi.
    Minifying the CSS or JS doesn't seem to help,
    Chkdsk reports nothing,
    Windows Defender is the only AV installed,
    all Windows updates are installed,
    Bundling the css and JS with webgrease didn't help,
    I've reset the IE advanced settings, security settings, cleared the cache, tried inPrivate, tried making it trusted, nothing worked.
    even reset the wifi router
    She reports other websites all work fine. (** caveat: not sure how complicated these sites are, or how frequently she does this...)
    Does anyone have any suggestions that they'd try next if they were in my sad shoes?
    Darin R.

    Hi,
    f12>Networking tab, click the start button then refresh the page to view request/response timings.
    http://nancyjoart.com/api/art/ThumbImage/fb958270-8c20-46e9-9adf-05ef6990ec85/250
    Key Value
    Response HTTP/1.1 200 OK
    Cache-Control public, max-age=36000, s-maxage=36000
    Transfer-Encoding chunked
    Content-Type text/html
    Server Microsoft-IIS/8.0
    X-AspNet-Version 4.0.30319
    X-Powered-By ASP.NET
    Date Wed, 20 Aug 2014 02:34:12 GMT
    you are sending back the wrong mime-type + it appears that you are not using response.close after streaming back the image in your asp.net code behind.
    Open a new window in IE... copy and paste
    http://nancyjoart.com/api/art/ThumbImage/fb958270-8c20-46e9-9adf-05ef6990ec85/250
    in the address bar... the image loads but the document.readyState does not reach loaded. there is no EOF in the response body and it is served as text/html not image/jpg.
    ensure Internet Options>Security tab, click "Reset all zones to default"... (IE has security settings for mime types) and also that Tracking Protection is turned off for the site (Tools>Tracking protection)
    + the defer attribute on the <script> tag only applies to script tags with a src attribute... validate and correct your markup errors at validator.w3.org.
    Post questions about html, css and scripting to the IE Web Development forum. Include with your question a link to your website or a mashup that shows the issue.
    Questions regarding Internet Explorer 8, 9 and 10 and Internet Explorer 11 for the IT Pro Audience. Topics covered are: Installation, Deployment, Configuration, Security, Group Policy, Management questions. If you are a consumer looking for answers or to
    raise a question, it's highly recommended you head on over to http://answers.microsoft.com
    Rob^_^

  • Failed to restart the CSSD during the interconnect failure

    Hi all,
    I run a small ATP on my LAB where i have
    - 2x nodes RAC 11.2.0.2 & ASM (my OCR & Voting files are stored on ASM)
    - 1 public interface <> eth0
    - 1 private interface <> eth1
    - 1 SCAN IP defined in the /etc/hosts file (i'm not using DNS or GNS)
    The test i run was to shutdown the private interface (eth1) on node 1 and i saw that
    1) all cluster services and cluster daemons on node 2 were killed and node 2 was evicted from the cluster by node 1
    2) all new connections were redirected to the survived node
    3) Oracle OHASD daemon was restarted on node 2 and tried to start the cluster services without success because private network between cluster nodes was down
    Up to here everything worked as expected but once i turn on eth1 it took ~ 9 minutes for the CSSD to startup and bring all the components up & running.
    The node2 alert logs showes
    [ctssd(12949)]CRS-2402:The Cluster Time Synchronization Service aborted on host node2. Details at (:ctss_css_init1:) in /u01/oracle/installed/oracle_cluster-11.2.0.2-1/log/node2/ctssd/octssd.log.
    2011-04-13 08:09:40.978
    [ohasd(5058)]CRS-2765:Resource 'ora.cssd' has failed on server 'node2'.
    2011-04-13 08:09:40.985
    [/u01/oracle/installed/oracle_cluster-11.2.0.2-1/bin/oraagent.bin(5764)]CRS-5011:Check of resource "+ASM" failed: details at "(:CLSN00006:)" in "/u01/oracle/installed/oracle_cluster-11.2.0.2-1/log/node2/agent/ohasd/oraagent_oracle/oraagent_oracle.log";
    2011-04-13 08:09:41.169
    [ohasd(5058)]CRS-2765:Resource 'ora.asm' has failed on server 'node2'.
    2011-04-13 08:09:50.337
    [cssd(13103)]CRS-1713:CSSD daemon is started in clustered mode
    2011-04-13 08:10:05.833
    [cssd(13103)]CRS-1707:Lease acquisition for node node2 number 2 completed
    2011-04-13 08:10:07.119
    [cssd(13103)]CRS-1605:CSSD voting file is online: ORCL:CRS_DISK1_2G; details in /u01/oracle/installed/oracle_cluster-11.2.0.2-1/log/node2/cssd/ocssd.log.
    2011-04-13 08:10:07.121
    [cssd(13103)]CRS-1605:CSSD voting file is online: ORCL:CRS_DISK2_2G; details in /u01/oracle/installed/oracle_cluster-11.2.0.2-1/log/node2/cssd/ocssd.log.
    2011-04-13 08:10:07.143
    [cssd(13103)]CRS-1605:CSSD voting file is online: ORCL:CRS_DISK1_2G; details in /u01/oracle/installed/oracle_cluster-11.2.0.2-1/log/node2/cssd/ocssd.log.
    2011-04-13 08:19:49.386
    [/u01/oracle/installed/oracle_cluster-11.2.0.2-1/bin/cssdagent(13091)]CRS-5818:Aborted command 'start for resource: ora.cssd 1 1' for resource 'ora.cssd'. Details at (:CRSAGF00113:) {0:6:7} in /u01/oracle/installed/oracle_cluster-11.2.0.2-1/log/node2/agent/ohasd/oracssdagent_root/oracssdagent_root.log.
    2011-04-13 08:19:49.387
    [cssd(13103)]CRS-1656:The CSS daemon is terminating due to a fatal error; Details at (:CSSSC00012:) in /u01/oracle/installed/oracle_cluster-11.2.0.2-1/log/node2/cssd/ocssd.log
    2011-04-13 08:19:49.387
    [cssd(13103)]CRS-1603:CSSD on node node2 shutdown by user.
    2011-04-13 08:19:54.501
    [ohasd(5058)]CRS-2765:Resource 'ora.cssdmonitor' has failed on server 'node2'.
    2011-04-13 08:19:57.723
    [cssd(17068)]CRS-1713:CSSD daemon is started in clustered mode
    2011-04-13 08:20:01.177
    [ohasd(5058)]CRS-2765:Resource 'ora.diskmon' has failed on server 'node2'.
    2011-04-13 08:20:13.167
    [cssd(17068)]CRS-1707:Lease acquisition for node node2 number 2 completed pay attention at the timestamp 08:10:07.143 & 08:19:49.386
    The error in the oracssdagent_root.log is
    2011-04-13 08:09:49.286: [CLSFRAME][3014212592] New Framework state: 2
    2011-04-13 08:09:49.286: [CLSFRAME][3014212592] M2M is starting...
    2011-04-13 08:09:49.288: [ CRSCOMM][3014212592] Ipc: Starting send thread
    2011-04-13 08:09:49.288: [ CRSCOMM][1092061504] Ipc: sendWork thread started.
    2011-04-13 08:09:49.289: [ CRSCOMM][1105643840] IpcC: IPC Client thread started listening
    2011-04-13 08:09:49.289: [ CRSCOMM][1105643840] IpcC: Received member number of 10
    2011-04-13 08:09:49.290: [CLSFRAME][3014212592] New IPC Member:{Relative|Node:0|Process:0|Type:2}:OHASD:node2
    2011-04-13 08:09:49.290: [CLSFRAME][3014212592] New process connected to us ID:{Relative|Node:0|Process:0|Type:2} Info:OHASD:node2
    2011-04-13 08:09:49.291: [CLSFRAME][3014212592] Tints initialized with nodeId: 0 procId: 10
    2011-04-13 08:09:49.291: [CLSFRAME][3014212592] Starting thread model named: MultiThread
    2011-04-13 08:09:49.292: [CLSFRAME][3014212592] Starting thread model named: TimerSharedTM
    2011-04-13 08:09:49.293: [CLSFRAME][3014212592] New Framework state: 3
    2011-04-13 08:09:49.293: [    AGFW][3014212592] Agent Framework started successfully
    2011-04-13 08:09:49.293: [    AGFW][1116150080] {0:10:2} Agfw engine module has enabled...
    2011-04-13 08:09:49.293: [CLSFRAME][1116150080] {0:10:2} Module Enabling is complete
    2011-04-13 08:09:49.293: [CLSFRAME][1116150080] {0:10:2} New Framework state: 6
    2011-04-13 08:09:49.294: [CLSFRAME][3014212592] M2M is now powered by a doWork() thread.
    2011-04-13 08:09:49.294: [    AGFW][1116150080] {0:10:2} Agent is started with userid: root , expected user: root
    2011-04-13 08:09:49.294: [   AGENT][1116150080] {0:10:2} Static Version 11.2.0.2.0
    2011-04-13 08:09:49.294: [    AGFW][1116150080] {0:10:2} Agent sending message to PE: AGENT_HANDSHAKE[Proxy] ID 20484:11
    2011-04-13 08:09:49.302: [    AGFW][1116150080] {0:10:2} Agent received the message: RESTYPE_ADD[ora.cssd.type] ID 8196:12358
    2011-04-13 08:09:49.302: [    AGFW][1116150080] {0:10:2} Added new restype: ora.cssd.type
    2011-04-13 08:09:49.303: [    AGFW][1116150080] {0:10:2} Agent sending last reply for: RESTYPE_ADD[ora.cssd.type] ID 8196:12358
    2011-04-13 08:09:49.305: [    AGFW][1116150080] {0:10:2} Agent received the message: RESOURCE_ADD[ora.cssd 1 1] ID 4356:12359
    2011-04-13 08:09:49.305: [    AGFW][1116150080] {0:10:2} Added new resource: ora.cssd 1 1 to the agfw
    2011-04-13 08:09:49.306: [    AGFW][1116150080] {0:10:2} Agent sending last reply for: RESOURCE_ADD[ora.cssd 1 1] ID 4356:12359
    2011-04-13 08:09:49.308: [    AGFW][1116150080] {0:6:7} Agent received the message: RESOURCE_START[ora.cssd 1 1] ID 4098:12360
    2011-04-13 08:09:49.308: [    AGFW][1116150080] {0:6:7} Preparing START command for: ora.cssd 1 1
    2011-04-13 08:09:49.308: [    AGFW][1116150080] {0:6:7} ora.cssd 1 1 state changed from: UNKNOWN to: STARTING
    2011-04-13 08:09:49.309: [ora.cssd][1114048832] {0:6:7} [start] clsncssd_cssdstart: Start action called
    2011-04-13 08:09:49.309: [ora.cssd][1114048832] {0:6:7} [start] clsncssd_getattr: attr OMON_INITRATE, value 1000
    2011-04-13 08:09:49.309: [ora.cssd][1114048832] {0:6:7} [start] clsncssd_getattr: attr OMON_POLLRATE, value 500
    2011-04-13 08:09:49.309: [ora.cssd][1114048832] {0:6:7} [start] clsncssd_getattr: attr ORA_OPROCD_MODE, value
    2011-04-13 08:09:49.310: [ora.cssd][1114048832] {0:6:7} [start] clsncssd_getattr: attr PROCD_TIMEOUT, value 1000
    2011-04-13 08:09:49.310: [ora.cssd][1114048832] {0:6:7} [start] clsncssd_getattr: attr LOGGING_LEVEL, value 1
    2011-04-13 08:09:49.310: [ora.cssd][1114048832] {0:6:7} [start] clsncssd_cssdstart: loglevels CSSD=2,GIPCNM=2,GIPCGM=2,GIPCCM=2,CLSF=0,SKGFD=0,GPNP=1,OLR=0
    2011-04-13 08:09:49.313: [ora.cssd][1114048832] {0:6:7} [start] clsncssd_cssdstart: START action for resource /u01/oracle/installed/oracle_cluster-11.2.0.2-1/bin/ocssd: SUCCESS
    2011-04-13 08:09:49.313: [ora.cssd][1114048832] {0:6:7} [start] clsncssd_waitomon: start waiting
    2011-04-13 08:09:49.313: [ CSSCLNT][1098377536]clsssInitNative: Init for agent
    2011-04-13 08:09:50.317: [ CSSCLNT][1098377536]clsssInitNative: Init for agent
    2011-04-13 08:09:51.319: [ CSSCLNT][1098377536]clsssInitNative: Init for agent
    2011-04-13 08:09:51.322: [ CSSCLNT][1098377536]clssnsqueryfatal: css is fatal = 0
    2011-04-13 08:09:51.322: [ USRTHRD][1098377536] clsncssd_thrdspawn: spawn OPROCD succ
    2011-04-13 08:09:51.322: [ USRTHRD][1098377536] clsncssd_thrdspawn: spawn POLLMSG succ
    2011-04-13 08:09:51.323: [ USRTHRD][1099954496] clsnpollmsg_main: starting pollmsg thread
    2011-04-13 08:09:51.323: [ USRTHRD][1107745088] clsnproc_main: timeout of procd cannot be 0, now we set to default 1000.
    2011-04-13 08:09:51.323: [ USRTHRD][1117727040] clsnwork_main: starting worker thread
    2011-04-13 08:09:51.323: [ USRTHRD][1098377536] clsncssd_thrdspawn: spawn WORKER succ
    2011-04-13 08:09:51.323: [ USRTHRD][1107745088] clsnproc_main: starting oprocd
    2011-04-13 08:09:51.323: [ USRTHRD][1098377536] clsncssd_thrdspawn: spawn KILL succ
    2011-04-13 08:10:07.151: [ USRTHRD][1098377536] clsnomon_init: css init done, nodenum 2
    2011-04-13 08:10:07.151: [ USRTHRD][1098377536] clsnomon_WaitToRegister: waiting for first reconfiguration and kgzf initialization
    2011-04-13 08:19:49.385: [CLSFRAME][3014212592] TM [MultiThread] is changing desired thread # to 3. Current # is 2
    2011-04-13 08:19:49.387: [    AGFW][1111947584] {0:6:7} Created alert : (:CRSAGF00113:) :  Aborting the command: start for resource: ora.cssd 1 1
    2011-04-13 08:19:49.387: [ora.cssd][1111947584] {0:6:7} [start] clsncssd_cssdabort: sending shutdown abort to CSS with new ctx
    2011-04-13 08:19:49.387: [ CSSCLNT][1098377536]clsssRecvMsg: wrong type request (0) on 0xc9 ret 0
    2011-04-13 08:19:49.387: [ CSSCLNT][1098377536]clssnskgzfdone: RPC failed rc 1
    2011-04-13 08:19:49.387: [ USRTHRD][1098377536] clsnomon_WaitToRegister: exadata initialization completed with rc=1
    2011-04-13 08:19:49.387: [ USRTHRD][1098377536] clsnomon_init: problems in the CSS to allow OMON registration 2
    2011-04-13 08:19:49.387: [ USRTHRD][1098377536] clsnomon_cleanup: to exit status = 2
    2011-04-13 08:19:49.387: [ USRTHRD][1098377536] clsnomon_cleanup: failure, sending shutdown immediate to CSS
    2011-04-13 08:19:49.387: [ USRTHRD][1098377536] CHECK action is in progress, Rejecting the check action requested by entry point for ora.cssd
    2011-04-13 08:19:49.426: [    AGFW][2008402928] Starting the agent: /u01/oracle/installed/oracle_cluster-11.2.0.2-1/log/node2/agent/ohasd/oracssdagent_root/
    2011-04-13 08:19:49.426: [   AGENT][2008402928] Agent framework initialized, Process Id = 17013
    2011-04-13 08:19:49.426: [ USRTHRD][2008402928] to enter agent main
    2011-04-13 08:19:49.426: [ USRTHRD][2008402928] clsscssd_main: New soft limit for stack size is 1572864, hard limit is 4294967295
    2011-04-13 08:19:49.434: [ USRTHRD][2008402928] clsncssd_main: setting priority to 4
    2011-04-13 08:19:49.434: [ USRTHRD][2008402928]  *** Agent Framework Started *** Do you have any idea why it took so long to bring all the components up & running?
    Thanks a lot!!
    G

    Hi,
    there is an internal timer for the clusterware ressources regarding restarting the ressources.
    In case of a node eviction or clusterstack reboot the clusterware tries to startup again.
    If the issue still persists, CRS will wait for some time to start the stack again. This "restart" try is based on a timer, which is set to 600 seconds (note this is not the ORA_CHECK_TIMEOUT) but the STARTUP_TIMEOUT.
    Since a missing interconnect does have some implications (not only on the network but on the whole stack) it is expected, that the cluster does not start so fast automatically (because it still has the first start running.
    There is even another "issue" connected to this - Oracle will only try several times (FAILURE_COUNT/FAILURE_THRESHOLD) to restart ressources. If he cannot restart cssd/crsd for several times, OCW will not try to startup automatically, but expects the administrator to solve the error and then startup again.
    But actually this does make sense:
    We have to give some time for an error to be resolved, before we start automatically. It does not matter if the restart of the node is delayed by this, because
    => If the error is fixed automatically, it will normally be fixed after a cluster/node reboot and hence cluster will come up
    => If the error is not fixed automatically, but manually, it can be expected that the administrator tells clusterware the issue is resolved. He does that by simply starting the stack (crsctl start crs)
    => If the error is fixed automaticall, but fixing took a while (lets say 15 minutes), it does not really matter if clusterware needs 10 more minutes to come up.
    So what you see is expected, and wanted.
    It would cost way too much to monitor all ressources regarding cluster problems and trigger a startup....
    Sebastian

  • An account failed to log on unknown username or password. Causing Login audit failures

    I have a SBS11 Essentials server that is getting audit Failures over and over again. There computer account says it's the SBS11 server it's self.  It says unknown user name or bad password. I have checked for scheduled tasks, backup jobs, services and
    non of them are using any special user accounts.  I have used MS network monitor and can't find anything helpful to lead to the issue.  All computers in the network are running Windows 7.  The domain functional level is 2008 R2.
    I get a the 4768 event ID about a Kerberos event and then just after I get a Event ID 4625 account failure with Logon Type 3.  I have includes the events below.  I need to figure what is causing the audit failures as my GFI Test Hacker alert is
    catching it every morning.  Disabling the Test Hacker alert is not a option.  I have used Process Explorer also but can't seem to pin it down.  I also enabled Kerberos logging.
    http://support.microsoft.com/kb/262177?wa=wsignin1.0.  All event codes state its a unknown or no existing account but how do I stop it from happening?
    This is from the System Event log
    A Kerberos Error Message was received:
    on logon session TH.LOCAL\thsbs11e$
    Client Time:
    Server Time: 14:59:53.0000 3/4/2014 Z
    Error Code: 0x6 KDC_ERR_C_PRINCIPAL_UNKNOWN
    Extended Error:
    Client Realm:
    Client Name:
    Server Realm: TH.LOCAL
    Server Name: krbtgt/TH.LOCAL
    Target Name: krbtgt/[email protected]
    Error Text:
    File: e
    Line: 9fe
    Error Data is in record data.
    This is from the Security Event log
    A Kerberos authentication ticket (TGT) was requested.
    Account Information:
    Account Name: S-1-5-21-687067891-4024245798-968362083-1000
    Supplied Realm Name: TH.LOCAL
    User ID: NULL SID
    Service Information:
    Service Name: krbtgt/TH.LOCAL
    Service ID: NULL SID
    Network Information:
    Client Address: ::1
    Client Port: 0
    Additional Information:
    Ticket Options: 0x40810010
    Result Code: 0x6
    Ticket Encryption Type: 0xffffffff
    Pre-Authentication Type: -
    Certificate Information:
    Certificate Issuer Name:
    Certificate Serial Number:
    Certificate Thumbprint:
    Certificate information is only provided if a certificate was used for pre-authentication.
    Pre-authentication types, ticket options, encryption types and result codes are defined in RFC 4120.
    I then get teh following error in the next event
    An account failed to log on.
    Subject:
    Security ID: SYSTEM
    Account Name: THSBS11E$
    Account Domain: TH
    Logon ID: 0x3e7
    Logon Type: 3
    Account For Which Logon Failed:
    Security ID: NULL SID
    Account Name:
    Account Domain:
    Failure Information:
    Failure Reason: Unknown user name or bad password.
    Status: 0xc000006d
    Sub Status: 0xc0000064
    Process Information:
    Caller Process ID: 0x25c
    Caller Process Name: C:\Windows\System32\lsass.exe
    Network Information:
    Workstation Name: THSBS11E
    Source Network Address: -
    Source Port: -
    Detailed Authentication Information:
    Logon Process: Schannel
    Authentication Package: Kerberos
    Transited Services: -
    Package Name (NTLM only): -
    Key Length: 0
    This event is generated when a logon request fails. It is generated on the computer where access was attempted.
    The Subject fields indicate the account on the local system which requested the logon. This is most commonly a service such as the Server service, or a local process such as Winlogon.exe or Services.exe.
    The Logon Type field indicates the kind of logon that was requested. The most common types are 2 (interactive) and 3 (network).
    The Process Information fields indicate which account and process on the system requested the logon.
    The Network Information fields indicate where a remote logon request originated. Workstation name is not always available and may be left blank in some cases.
    The authentication information fields provide detailed information about this specific logon request.
    - Transited services indicate which intermediate services have participated in this logon request.
    - Package name indicates which sub-protocol was used among the NTLM protocols.
    - Key length indicates the length of the generated session key. This will be 0 if no session key was requested.

    Well I opened the case for him and he never followed up with Microsoft :-(
    It's a kerberos issue, we're told to ignore it.  Would you be willing to be patient and stubborn and work with CSS to at least understand what's going on better?  I can tell you it's normal with Essentials but not the exact technical reason it's
    happening.
    Unfortunately TechNet isn't coming back, sorry folks :-(

  • Always, when i start Firefox there is a CSS error (cross in red button)

    Could not read chrome manifest file '/Applications/Firefox.app/Contents/MacOS/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/chrome.manifest'.
    Waarschuwing: ‘/’ gevonden waar declaratie verwacht. Naar volgende declaratie gesprongen.
    Bronbestand: chrome://foxtab/skin/main.css
    Regel: 15
    Waarschuwing: ‘/’ gevonden waar declaratie verwacht. Naar volgende declaratie gesprongen.
    Bronbestand: chrome://foxtab/skin/main.css
    Regel: 23
    Waarschuwing: ‘/’ gevonden waar declaratie verwacht. Naar volgende declaratie gesprongen.
    Bronbestand: chrome://foxtab/skin/main.css
    Regel: 74
    Waarschuwing: ‘/’ gevonden waar declaratie verwacht. Naar volgende declaratie gesprongen.
    Bronbestand: chrome://foxtab/skin/main.css
    Regel: 75
    Fout: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIWebNavigation.sessionHistory]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: chrome://global/content/bindings/browser.xml :: :: line 755" data: no]
    Bronbestand: chrome://global/content/bindings/browser.xml
    Regel: 762
    Fout: Components.classes['@mozilla.org/extensions/manager;1'] is undefined
    Bronbestand: chrome://threeships/content/overlay.js
    Regel: 70
    OpenGL LayerManager Initialized Succesfully.
    Version: 2.1 NVIDIA-1.6.36
    Vendor: NVIDIA Corporation
    Renderer: NVIDIA GeForce 9400 OpenGL Engine
    FBO Texture Target: TEXTURE_2D
    Waarschuwing: Onbekende eigenschap ‘xpadding-left’. Declaratie genegeerd.
    Bronbestand: chrome://foxtab/skin/window.css
    Regel: 18
    Waarschuwing: ‘/’ gevonden waar declaratie verwacht. Naar volgende declaratie gesprongen.
    Bronbestand: chrome://foxtab/skin/window.css
    Regel: 52
    Waarschuwing: Fout tijdens het parsen van waarde voor ‘text-align’. Declaratie genegeerd.
    Bronbestand: chrome://foxtab/skin/window.css
    Regel: 159
    OpenGL LayerManager Initialized Succesfully.
    Version: 2.1 NVIDIA-1.6.36
    Vendor: NVIDIA Corporation
    Renderer: NVIDIA GeForce 9400 OpenGL Engine
    FBO Texture Target: TEXTURE_2D

    Add-on disabled but still error and warning notices when I open a site. I did open for Example Apple site en this is what I got in the foutconsole:
    Fout: Components.classes['@mozilla.org/extensions/manager;1'] is undefined
    Bronbestand: chrome://threeships/content/overlay.js
    Regel: 70
    Fout: AC.Tracking.pageName is not a function
    Bronbestand: http://www.apple.com/nl/
    Regel: 86
    And a lot of warnings like this:
    Waarschuwing: Onbekende eigenschap ‘zoom’. Declaratie genegeerd.
    Bronbestand: http://images.apple.com/global/nav/styles/navigation.css
    Regel: 10
    Waarschuwing: Fout tijdens het parsen van waarde voor ‘filter’. Declaratie genegeerd.
    Bronbestand: http://images.apple.com/global/nav/styles/navigation.css
    Regel: 20

  • Help with PDF creation using CFDOCUMENT / iText

    Hi everyone,
    Finally made the jump to CF7 after sticking with 5 for way
    too long and now have an urgent need to generate PDF.
    <cfdocument> seems to do better than anything else at
    converting HTML styled with CSS, but falls short in a few
    fundamental areas. What I need to do ( to name 3) is:
    * Generate a table of contents - including page numbers
    * Have far greater control over the headers / footers
    * Swap page orientation mid-document
    I can get round the page orientation thing by creating each
    section as an individual PDF and gluing them back together using
    PaulH's excellent PDF concatenation code. Using <cfdocument>
    I can reserve space for the headers / footers, and add a table of
    contents with placeholders for the numbers.
    Now, my question: Will I be able to rewrite all the page
    numbers, finish off the table of contents and headers / footers
    using iText? i.e. traverse the concatenated PDF file, rewrite the
    headers / footers, work out the page numbers and rewrite the TOC?
    I'm not asking for sample code or even a how to - just a
    heads-up from some who knows iText well and can quickly say whether
    this is feasible.
    I hope it is because my alternative approach is to go down
    the xsl-fo route which I suspect will be more effort in the long
    run.
    Thanks
    PJ

    as alternative solution you might check activepdf products.
    www.activepdf.com
    cheers
    kim

  • Vertical Text in PDF using CFDOCUMENT

    I am using font tag in a CSS file to layout a table header
    using vertical text. In HTML, the vertical text looks fine.
    However, when I convert the table to a pdf using
    <cfdocument>, the vertical text is displayed as horizintal
    text and does not follow the css specified font family, color or
    size.
    Here is the line in the CCS I am referencing:
    .header_vertical {FONT-WEIGHT: bold; FONT-SIZE: 8pt;
    FONT-STYLE: normal; writing-mode:tb-rl; FONT-FAMILY: helvetica,
    arial, verdana, sans-serif; TEXT-DECORATION: none; COLOR: #0f437c}
    This is CFMX7 on a Windows Server 2003 OS running IIS.
    Any ideas???
    Thanks.

    Hi there, did you find a solution to this?
    I had the same issue and no matter what i tried it didn't
    work. I found out that CFDOCUMENT doesn't support CSS2.
    Eventually I came up with a clunky solution, but had no other
    choice. I bought some imaging software called Alagad (
    http://www.alagad.com) which
    produces the vertical text as images on the fly. Its not ideal, but
    there was no ther way I could disply the text.
    Hope this helps you.
    Ally

Maybe you are looking for

  • Adapter?

    i have wi fi internet on second floor of home, what do i need to buy to make desktop computer on first floor work? sharing the internet, wi fi usb adapter? or wireless usb-n adapter? anything?

  • Creating query with a criteria(constraint)  on amount more than x dollars

    Hi experts, I have an user requirement where I want to see all the transactions for a particular GL account range (expenditures) which were above 5000 dollars. I am using the new GL cube and ods. How can I define like this query, can we have such a v

  • Server not found after uninstalling megaclick

    As the title says, I recently unistalled a megaupload toolbar that keeps directing me into a megaclick website and cause "Error Landing," now I dont have any problem bout the Error Landing but another problem occurs every time I use Firefox bout 15mi

  • Browse function for new Metadata field

    Hi In UCM Content Server, is there a way to add a "Browse" button to desk top or a custom search for a new Meta data field similar to "Primary File" ? All my research shows examples of static drop down list. Any help would be greatly appreciated. Tha

  • Adobe Form: Signature Field

    Hi folks, is anyone out there who knows how to find out whether a pdf form is signed or not? There must be an attribute belonging to the signature field which can be used for that via scripting. Does anybody know how to do that? Answers will be highl