ZCC http/s-access is down

Hi!
SLES 11 SP1, ZCM 10.3.3.
Not sure it is connected with upgrading SLES 11 to SP1 (see thread http://forums.novell.com/novell/nove...11-sp1-ok.html), but this is first time using ZCM I see that web access to ZCC is down for so long. With SLES 11 SP0 time-to-time I got info that snmp or http was down, but it went back. Today suddenly http/https down and ... that's it. When I run SystemStatus it show "http://localhost:80/zenworks/zccstatus. Ensure that the web server is started.". Well, yes, web server seems to is not started. Trying to Google to find out something, but nothing much couldn't find. Seems to, also, other services and server in general is OK. Also, nothing I can spot strange in system nor zenworks logs. Last entry in zcc.log is about to http went down, also last entry in services-messages.log. Haven't restarted any services on server, just not jet, maybe is something I should try before that.
Any ideas?
More thanks, Alar.

Yes, probably nothing to-do with Deployment tab etc., certainly ZCC started kicking admin off more often -- annoying when this happen during some work. On some unknown for me reason. Usually appear again login screen after moments or two, but this today morning web server down problem ... something new! For me.
Alar.

Similar Messages

  • Use HTTPS to access webservice on standalone OC4J

    I have followed the instructions in the Oracle Containers for J2EE Security Guide for setting up SSL (Chapter 15) on standalone OC4J. I have also looked at Tugs blog about using HTTPS with web services. I believe I have everything setup right but have a problem.
    BTW, I am using a standalone OC4J instance that is also an ESB server. Prior to doing the SSL setup I already had 2 test web services running that could be accessed via http just fine.
    Here is my default-web-site.xml file contents:
    <web-site xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://xmlns.oracle.com/oracleas/schema/web-site-10_0.xsd" port="8888" display-name="OC4J 10g (10.1.3) Default Web Site" schema-major-version="10" schema-minor-version="0" >
    <default-web-app application="default" name="defaultWebApp" />
    <web-app application="system" name="dms0" root="/dmsoc4j" />
    <web-app application="system" name="dms0" root="/dms0" />
    <web-app application="system" name="JMXSoapAdapter-web" root="/JMXSoapAdapter" />
    <web-app application="default" name="jmsrouter_web" load-on-startup="true" root="/jmsrouter" />
    <web-app application="javasso" name="javasso-web" root="/jsso" />
    <web-app application="ascontrol" name="ascontrol" load-on-startup="true" root="/em" ohs-routing="false" />
    <web-app application="esb-test" name="esb-test" load-on-startup="true" root="/esbtest" />
    <web-app application="esb-dt" name="esb_console" load-on-startup="true" root="/esb" />
    <web-app application="orainfra" name="orainfra" load-on-startup="true" root="/orainfra" />
    <web-app application="esb-rt" name="provider-war" load-on-startup="true" root="/event" />
    <web-app application="Test-elexnet_service-WS" name="WebServices" load-on-startup="true" root="/Test-elexnet_service-context-root" />
    <web-app application="Test-elexnet_service2-WS" name="WebServices" load-on-startup="true" root="/Test-elexnet_service2-context-root" />
    <access-log path="../log/default-web-access.log" split="day" />
    </web-site>
    Here is my secure-web-site.xml file contents:
    <web-site xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://xmlns.oracle.com/oracleas/schema/web-site-10_0.xsd" secure="true" port="4443" display-name="OC4J 10g (10.1.3) Secure Web Site" schema-major-version="10" schema-minor-version="0" >
    <default-web-app application="default" name="defaultWebApp" />
    <web-app application="Test-elexnet_service-WS" name="WebServices" load-on-startup="true" root="/Test-elexnet_service-context-root" />
    <web-app application="Test-elexnet_service2-WS" name="WebServices" load-on-startup="true" root="/Test-elexnet_service2-context-root" />
    <access-log path="../log/secure-web-access.log" split="day" />
    <ssl-config keystore="C:\OracleESB\j2ee\home\oc4jkeystore.jks" keystore-password="xxx" />
    </web-site>
    I also have the following in my server.xml file:
    <application name="javasso" path="../../home/applications/javasso.ear" parent="default" start="false" />
    <application name="ascontrol" path="../../home/applications/ascontrol.ear" parent="system" start="true" />
    <application name="esb-dt" path="../applications/oraesb-dt.ear" parent="default" start="true" />
    <application name="orainfra" path="../applications/orainfra.ear" parent="default" start="true" />
    <application name="esb-rt" path="../applications/oraesb-rt.ear" parent="esb-dt" start="true" />
    <application name="esb-test" path="../applications/oraesb-test.ear" parent="default" start="true" />
    <application name="Test-elexnet_service-WS" path="../applications\Test-elexnet_service-WS.ear" parent="default" start="true" />
    <application name="webapp" path="../applications\webapp.ear" parent="default" start="true" />
    <application name="Test-elexnet_service2-WS" path="../applications\Test-elexnet_service2-WS.ear" parent="default" start="true" />
    <global-web-app-config path="global-web-application.xml" />
    <transaction-manager-config path="transaction-manager.xml" />
    <web-site default="true" path="./default-web-site.xml" />
    <web-site path="./secure-web-site.xml" />
    <cluster id="31671846181898" />
    All I really want is to access the 2 web services via HTTPS. I can access the default applciation via https just fine but when I try to use https to access the web services I get a 404 Not found error (after first getting a security alert popup). I can still access the services via http though. In the log of the server I have the following errors that occured on startup of OC4J. They pertain to the secure web site and there is an error for each web service. I don't understand what they mean/what the problem is:
    <MSG_TEXT>Internal error raised tyring to instantiate web-application: WebServices defined in web site OC4J 10g (10.1.3) Secure Web Site. Error compiling :C:\OracleESB\j2ee\home\applications\Test-elexnet_service2-WS\WebServices: Error instantiating compiler: IO error writing cache: C:\OracleESB\j2ee\home\application-deployments\Test-elexnet_service2-WS\WebServices\deployment-cache.jar</MSG_TEXT>
    <MSG_TEXT>Internal error raised tyring to instantiate web-application: WebServices defined in web site OC4J 10g (10.1.3) Secure Web Site. Error compiling :C:\OracleESB\j2ee\home\applications\Test-elexnet_service-WS\WebServices: Error instantiating compiler: IO error writing cache: C:\OracleESB\j2ee\home\application-deployments\Test-elexnet_service-WS\WebServices\deployment-cache.jar</MSG_TEXT>
    Anyone know what is going on? TIA!
    Nick

    I found that when I REMOVED the following from the default-web-site.xml
    <web-app application="Test-elexnet_service-WS" name="WebServices" load-on-startup="true" root="/Test-elexnet_service-context-root" />
    <web-app application="Test-elexnet_service2-WS" name="WebServices" load-on-startup="true" root="/Test-elexnet_service2-context-root" />
    and restarted OC4J, then everything is ok and I don't get any errors. However I can only access the web services via HTTPS and not HTTP.
    Anybody got any ideas?

  • Safari 5.1 HTML5 HTTP basic access authentication issue video does not load

    I have a .m4v video referenced in a page with the HTML5 video tag in a folder which is in a password protected folder housed on iPage.
    Safari 5.0.5 plays the video fine.  Safari 5.1 fails to load/play the video in the protected folder.  If I move the video to a not protected folder, Safari 5.1 plays it fine.
    This is on iPage.  Back on MobileMe all is fine with 5.1.
    I think this is a HTTP basic access authentication issue with 5.1.
    Anyone have similar issue? Work around?

    Yes, I can also confirm this behaviour. This is in Safari 5.1.1, but I also see the exact same thing in WebKit nightlies.

  • Need to change the Certificate in ACE that is using for HTTPS Management access

    Dear Team,
    Currently we are getting certificate cannot be trusted error in web browser while we are accessing the ACE through https. So we need to installed the new https certificate for https management connection to ACE for removing this error. We do not want to use the self signed certificate for https access to ACEmanagement. We have done the below configuration but there no luck, still its showing the previous self signed certificate in browser.
    parameter-map type ssl MNGMT_SSL
    cipher RSA_WITH_AES_128_CBC_SHA priority 2
    ssl-proxy service PSERVICE_SERVER
    key ACEKEY.key
    cert ACECERT.cert
    ssl advanced-options MNGMT_SSL
    Kindly suggest how we can installed the certificate on ACE for only https management access.
    Thanks in advance.
    Regrads,
    Ranjith

    Ranjith,
    You may want to see the details and recommendation relatedo to this situation and this bug:
    CSCte42757
    Jorge

  • EA4500, setting 'HTTPs' admin access only, failure CCC upgrading

    Got a new EA4500 yesterday, it came with traditional browser-based firmware.
    Then I changed its Admin access to HTTPs only, disabled HTTP.
    I downloaded CCC upgrading wizard, registered CCC account.
    When I tried to upgrade to CCC firmware, it kept trying to detect and finally told 'can not detect a device to upgrade'.
    When I enabled HTTP admin access and tried to upgrade CCC again, it worked.
    Does somebody encounter similar issue?
    If HTTP enabling is a necessary condition for CCC upgrading, shall such message be prompt at least, when the tool failed to detect applicable device?

    Which group are you talking about?
    I have a group for all direct access machines, You have to specify this group during the wizard.
    The permission issue seems to be related to the script trying to modify group policy
    I have tired with the default polices the wizard creates and also specifying 2 blank policies.

  • Bug: HTTP Basic Access Authorization in browser non-functional.

    Upon visiting any site that requires a username and password via HTTP Basic Access Authorization ( http://en.wikipedia.org/wiki/Basic_access_authentication ), a prompt shows up, as one should. There are two fields, which oddly are not denoted Username and Password. In any case, attempting to enter the proper username and password in those fields does not work! You will be reprompted until finally the server rejects you.
    I have tried this on numerous websites already, and have checked the passwords to ensure they were correct. 
    Post relates to: Pre p100eww (Sprint)

    I can confirm this bug too on the Palm Emulator for webOS (v1.2.0.33 currently). I do not have a physical Palm Pre to test this on, but I would expect that the emulator emulates the hardware's behavior too (else, what's the point of an emulator?). I've seen mixed reports on this particular issue. That is, I've seen at least one other person complaining about this problem on the real hardware, and yet, I've also seen another person who doesn't appear to have any such issues.
    I'll cut straight to the technical details. If I use hello:world as the login in a browser that does work correctly for basic HTTP auth, I see the following header in the sniffed packet:
    Authorization: Basic aGVsbG86d29ybGQ=
    However, when the Palm Pre (emulator) fails to log in, I see the following in the header:
    Authorization: Basic aGVsbG86d29ybGQA
    Clearly, the Palm is doing something incorrectly when it encodes the authorization details. It seems to be including an additional nonprintable character at the end (a terminating null?) when it encodes, which results in the different encoding. Considering the fact that various web browsers and Base64 encoding libraries I've tested agree with the former encoding, and not the latter, I'm inclined to believe that the Palm Pre is completely in the wrong here. Of course, why this doesn't seem to be happening to all users, though, is an oddity for which I have absolutely no potential explanations.
    Message Edited by Ultima on 11-07-2009 02:48 PM

  • Is it possible to clean up the http-web-access.log?

    The size of the file http-web-access.log has increase drastically and I've just started facing disk full problems on my Server. We have are using Oracle 10g. I was wondering if someone could give me any advice how I can cleanup this file.
    Thank you in adavnce.
    Edited by: user8378419 on Apr 24, 2009 10:01 AM

    Thank you for your reply. According to the defrag report it is an Oracle product - likely the OEM as we do use Enterprise Manager on a daily basis.
    Fragments File Size Most fragmented files
    3,630 600 MB \oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_wyocama01_ATSRV\log\http-web-access.log
    Thanks again for any guidance regarding this.

  • RFC to HTTP Interface - Access using NULL object reference is not possible

    Hi All,
    I am working on a Interface RFC to HTTP where in I am sending the data to a third party system.
    Using PI 7.3 and Adapter type XI to send this data.
    I am getitng an error Short dump occured when executing message in qRFC queue <Queuename>: Date/time 02.12.2011 08:44:57, user XXXXX, runtime error: Access using NULL object reference is not possible.
    <SAP:Code area="INTERNAL">QRFC_SYSTEM_DUMP</SAP:Code>
    I am entering the parameters such as target host,service number,path correctly with addrseing type as URL.
    The message is failing in the call adapter step with the above error.
    There are no messages stuck in SMQ2 as well.
    Now on the other if I use the  adapter type HTTP_AAE the messages is getting successfully delivered with the same parameters mentioned above.But as we know it is a plain adapter and will not have the SOAP envelope.
    We would want to send the data using the XI adapter.
    Any idea as why this issue is happening?
    Helpful answers will be rewarded points.
    Thanks & Regards,
    RK

    Hi,
    please go through below threads,
    Error for all the interfaces
    Access via NULL object reference not possible., error key: RFC_ERROR_SYSTEM
    hope it will help you
    regards,
    ganesh

  • Config XDB for https ssl access

    Hello,
    I’m trying to configure an Oracle DB 11g for https access. I tried to set the port to 8089 and the protocol to tcps.
    When I execute the following lines of code, I always get an Error, that the xml-file is not ok. But when validate the output of my modification on the XML, it says that it is OK.
    Screenshot of the Error-Massage: https://dl.dropbox.com/u/13247554/fb_comments/ORA-ERROR.JPG
    DECLARE
    configxml SYS.XMLType;
    configxml2 SYS.XMLType;
    begin
    SELECT insertXMLBefore((insertXMLBefore(DBMS_XDB.cfg_get(),
    '/xdbconfig/sysconfig/protocolconfig/httpconfig/authentication',
    XMLType('<http2-protocol xmlns="http://xmlns.oracle.com/xdb/xdbconfig.xsd">tcps</http2-protocol>'))),
    '/xdbconfig/sysconfig/protocolconfig/httpconfig/authentication',
    XMLType('<http2-port xmlns="http://xmlns.oracle.com/xdb/xdbconfig.xsd">8080</http2-port>'))
    into configxml2
    from dual;
    -- Update the configuration to use the modified version
    DBMS_XDB.cfg_update(configxml2);
    END;
    Does anybody has the same problem and can help me?_

    Configuration steps/guidelines
    http://docs.oracle.com/cd/E11882_01/appdev.112/e23094/xdb22pro.htm#CHDCAHDH
    Updating xdbconfig.xml
    http://docs.oracle.com/cd/E11882_01/appdev.112/e23094/xdb22pro.htm#CHDCAHDH
    This example illustrates the use of procedure cfg_update. The current configuration is retrieved as an XMLType instance and modified. It is then rewritten using cfg_update.
    DECLARE
      configxml    SYS.XMLType;
      configxml2   SYS.XMLType;
    BEGIN
      -- Get the current configuration
      configxml := DBMS_XDB.cfg_get();
      -- Modify the configuration
      SELECT updateXML(
               configxml,
               '/xdbconfig/sysconfig/protocolconfig/httpconfig/http-port/text()',
               '8000',
               'xmlns="http://xmlns.oracle.com/xdb/xdbconfig.xsd"')
        INTO configxml2 FROM DUAL;
      -- Update the configuration to use the modified version
      DBMS_XDB.cfg_update(configxml2);
    END;
    PL/SQL procedure successfully completed.
    SELECT DBMS_XDB.cfg_get() FROM DUAL;
    DBMS_XDB.CFG_GET()
    <xdbconfig xmlns="http://xmlns.oracle.com/xdb/xdbconfig.xsd" xmlns:xsi="http://w
    ww.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlns.oracle.com/x
    db/xdbconfig.xsd                                     http://xmlns.oracle.com/xdb
    /xdbconfig.xsd">
      <sysconfig>
        <acl-max-age>900</acl-max-age>
        <acl-cache-size>32</acl-cache-size>
        <invalid-pathname-chars>,</invalid-pathname-chars>
        <case-sensitive>true</case-sensitive>
        <call-timeout>300</call-timeout>
        <max-link-queue>65536</max-link-queue>
        <max-session-use>100</max-session-use>
        <persistent-sessions>false</persistent-sessions>
        <default-lock-timeout>3600</default-lock-timeout>
        <xdbcore-logfile-path/>
        <xdbcore-log-level>0</xdbcore-log-level>
        <resource-view-cache-size>1048576</resource-view-cache-size>
        <protocolconfig>
          <common>
          </common>
          <ftpconfig>
          </ftpconfig>
          <httpconfig>
            <http-port>8000</http-port>
          </httpconfig>
        </protocolconfig>
        <xdbcore-xobmem-bound>1024</xdbcore-xobmem-bound>
        <xdbcore-loadableunit-size>16</xdbcore-loadableunit-size>
      </sysconfig>
    </xdbconfig>
    1 row selected.Edited by: Marco Gralike on Sep 6, 2012 10:59 PM

  • Form based authentication HTTP 403 access forbidden in WL 8.1

    Hi there..
    I found following message posted in April-2004 by Sandeep very useful.
    I also ended up getting the following HTTP 403 Forbidden access error while using Pageflow controller and Form based authentication.
    I noticed 2 things. If you have a normal webapp A, which is a plain old webapp (which does not use pageflow..workshop etc..) then the following error does not occur.
    It only happens with those webapps which utilizes WL 8.1's pageflow features. Note that I am not using nested page flows. I just used 1 pageflow controller and wanted to have the form based login feature for the same.
    BEA's samples on form authentication talks about nested page flows and javax.security.auth.login.FailedLoginException and etc.. are they only applicable to nested pageflows?
    can't I use the same to capture failed login exception within a single controller?
    I tried out putting FailedLoginException exception-handler in Global.app file but it didn't catch it. Only the following work around worked. is this a bug in WL 8.1 workshop? or I am missing something.
    I would appreciate if someone can clear this doubt.
    I am using WL 8.1 with sp3.
    Rajesh
    Hey guys,
    I could find the solution for my problem. Here it is
    We need to add following lines of code in the erro.jsp page.
    <form action"j_security_check>
    ....write the error mesage....
    </form>
    You will get rid of "403 Forbidden page" error.
    Thanks,
    Sandip
    [email protected] (Sandip Atkole) wrote in message news:<[email protected]>...
    I am trying to set up Form-Based Authentication on WebLogic 8.1
    The Problem:
    If the user provides correct userid/password, he gets access to the
    protected resource as required, but if he provides incorrect
    userid/password, he gets a 403 Forbidden page, instead of getting the
    login failure page.
    The Descriptors:
    WEB.XML
    <login-config>
    <auth-method>FORM</auth-method>
    <form-login-config>
    <form-login-page>/Login.jsp</form-login-page>
    <form-error-page>/LoginError.jsp</form-error-page>
    </form-login-config>
    </login-config>
    Why doesn't it redirect to "/LoginError.jsp" instead of showing the
    403 Forbidden page?
    Thanks in advance
    Sandip

    It seems like a bug. However when I explicitly reset the error using set status it worked for me. I added following code in my error jsp .
    <%     
         response.setHeader("conent-type","text/html");
         response.setStatus(200);
    %>

  • Oracle10g How to configure HTTPS to access EM in Linux

    I have installed Oracle10g on Linux Enterprise Server on XEON-based server.
    I can run Oracle Enterprise Manager (EM) via
    http://127.0.0.1:5500/em
    Since EM will be unsafe to run on the Internet without SSL, does any one knows how to configure and enable Oracle10g to enable SSL access? Which port does it use?

    1. Stop dbcosole
    emctl stop dbconsole2. execute command (as following) and fill all questions
    emctl secure dbconsole3. Start dbconsole
    emctl start dbconsoleNow connect to https://<ip address>:5500/em
    Since EM will be unsafe to run on the Internet without SSLIt's generally bad idea to "share" administration site over internet (unless you don't have some VPN tunnel), because if you have weak passwords for DB users then you are asking for problems.

  • HTTP(S) Access to Switch

    I am trying to get logged into the web interface of one of my switches. I have the following in my config:
    ip http server
    ip http authentication aaa
    ip http secure-server
    and I also setup a trivial username/password to test. This switch is setup to use RADIUS, but I cannot seem to login to it with the username/password I use when accessing it via SSH and I also cannot access it using the trivial username/password I added to the local user database. What am I missing?

    Image WITH WEB BASED DEV MGR
    ip http server
    ip http secure-server
    ip http authentication local
    Are your rsa keys generated too?
    Crypto key generate rsa
    https://supportforums.cisco.com/docs/DOC-3392
    Hope this helps
    Sent from Cisco Technical Support iPhone App

  • HTTP headers access

    Hello,
    how can I access http headers in ADF expression builder? I'd like to access the "host" header.
    Thank you, Ladislav.

    Have you checked the 'JSP Objects' in the Expression Builder?
    you can try something like "#{facesContext.externalContext.requestHeaderValuesMap['key']}"
    Timo

  • HTTP requests & Access from a SAP Environment + DMZ

    Dear Experts,
    I don't know if i write in the right topic but if it is wrong, do accept my apologize.
    Currently, i have installed a SAP ECC 6.0 IDES + a SAP EP 7.0 Enterprise Portal + a SAP Solution Manager 7.0 (SAP Zone) with a SAP Router whitch is in a DMZ (See image this link for more details : http://img149.imageshack.us/img149/1603/sdniu3.jpg)
    In the SAP Zone, when i try to connect to Internet everything works. From the LAN or from other place, impossible to connect to http://<hostname>:5XX00/irj/portal from EP7 for example.
    I have poor skills in network and security and i would like to know what do you suggest me?
    1/ Can a SAP WebDispatcher be usefull in the DMZ?
    2/ Do i have to install IIS or APACHE for this?
    My own goal is to access for HTTP Request (http://<hostname>:5XX00/irj/portal for example) from the LAN or outside the NetWork.
    Thank you very much in advance for your helps.
    Best regards,
    Pascal.

    Hello Rainer Kunert,
    thank you for replying. I forget to say that there are only 2 ports opened to "outside" the SAP Zone. Inside the SAP Zone, i can sign in the portal with the port 5XX00 for example. For security reason, there will be only one way to pass throught the DMZ via 1 or 2 ports maximum. Outside the SAP Zone, i could access to the SAP System with SAP Logon but with a t-code whitch use http request (for example se80 for a package program) there is no effect but inside the SAP Zone, everything's ok.
    I just want to know what do you mean by "Web Application Firewall" and "appliance". Do you have an example or something explaining it please?
    Thank you very much again.
    Best regards,
    Pascal.

  • Can't access drop down menus

    I have CS4 and recently installed Camera Raw 5.2 but the drop down menus for the TAT and Crop tool don't function. I have tried right clicking, shift clicking, control clicking, etc. and nothing works. I tried redownloading Camera Raw 5.2 again, but no improvement. Any suggestions?
    I have an Intel iMac, 2.16 GHz, OS X 10.4.11, 3 GB RAM, lots of hard drive space.
    Thanks,
    Rick

    Normal click inside the tool icon and hold the button down for one second while not moving the cursor.

Maybe you are looking for