Jsessionid issue

Hi All.
I sent the same message to JNLP forum, but may be it is more related to WEB services. I do not know.
I have encountered with strange behavior of WEB start application. I am developing GUI client for Documentum CMS and use DFS as API. DFS is based on WEB services.
When I am starting application as standalone one it wotks fine, when I am trying to run the same app as WEB start application something is changing. Application does not work and throws some stange error about jsessionid.
I sniffed SOAP messages and they are different. When I use standalone app I do not see jsessionid in message header, but when I make the same actions in WEB start app I see that all requests have jsessionid in headers. The response from server does not contain jsessionid that is why I have an error.
I do not understand why it is happend I did not use anything to initiate jsessionid in web start application. May there is some service that configurate it I do not know.
Any ideas?
Thanks,
Victor

None in most scenarios is kind of saying the second sever is not up or session replication is not on for that session. Are you sure the servers are up? If so have you changed the web application (can be found by examining the url for context root) to one that does not have session replication turned on?
          S

Similar Messages

  • Collaboration Server - JSessionID Issue

    After having spoken with Andrew Foster (another Plumtree developer, active in the discussion threads) he showed me how to fix the JSessionID issue that occurs when launching Collaboration Server Project Explorer. Basically, the page redirects when you launch the Project Explorer, or other components of Collaboration Server. Heres how he fixes it for Weblogic (not entirely sure if this issues is specific to Weblogic or not)-----------------------------------------------------------------------------------------------file location: (location is dependent of server setup) <Collab Install Directory>\<version>\webapp (find webapp directory under ptcollab)file: collab.war open file an go to directory WEB-INFopen file : weblogic.xmlfind line : </jsp-descriptor>add these lines after line above: <session-descriptor> <session-param> <param-name>URLRewritingEnabled</param-name> <param-value>false</param-value> </session-param> </session-descriptor>save and close filerestart server or service---------------------------------------------------------------------------------------------
    Hope this helps someone else as much as it has helped me!Adam MacDonald

    Hi, Yes I think that is correct - best plan it to test this with one or two users first and check it resolves the problem before amending all of your project leaders.
    Some companies prefer to have a Content Maintainers group per "audience' or department e.g. Finance content maintainers and add the Finance users into there. This is often appropriate if the same user will be maintaining both the project and the community.
    Alternatively, you could have a seperate "Collaboration project leaders" group with content maintainer rights and add leaders into there. You are then seperating out collab server security from security on any other plumtree objects and this group will need to be maintained centrally.
    When doing this, check that the Activity Security you have allowed for Content Maintainers will allow them to manage groups. Default is yes, but it may have been changed since your initial deployment - if so then Content Manager rights may be required.

  • Jsessionid issue - web proxy to multiple clusters

    My team has encountered a problem where we have applications from two clusters hosted under the same domain e.g. mydomain.com/app1 and mydomain.com/app2. It seems that when we bounce between the applications that each weblogic cluster will overwrite the other cluster's JSESSIONID cookie. Now, I know that the cookie path can be configured to be specific to /app1 and /app2; however, that causes us problems upstream with another 3rd party vendor's SSO implementation. Is there any way to configure Weblogic so that when it encounters a JSESSIONID that it simply reuses the value instead of overwriting it? FYI, we are using WL 8.1 SP6.
    thanks,
    -Jess

              Bob,
              You may set up VirtualHost (like in Apache) to server various clusters.
              Brian
              "Bob Cleaves" <[email protected]> wrote:
              >
              >Hello,
              >
              >can you point a web server to multiple WLS clusters?
              >
              >web server A -> cluster A and cluster B
              >
              >if not, this would mean you have to have at least as many web servers
              >as clusters in your system.
              >
              >thanks
              >bob
              

  • CSS BEA JSESSIONID delay issue

    Hi,
    my customer experiences strange delay variantions from accessing the webserver directly instead of accessing the servers via the CSS.
    the CSS is configured for cookiestickiness with the string commands.
    The difference in delay is as following:
    Accessing the server directly: 0.2 seconds until the page is delivered
    Acessing the service via the VIP 0.4 seconds until the page is delivered.
    this factor 2 can be seen everytime we are accessing the Bea-Webpage. If a certain request takes 0.7 seconds accessing the servers directly we have approximately 1.4 seconds via the CSS.
    Turning back to a Layer3 rule is right now out of the game nevertheless I try to arrange a testing window where I'll give it a try using a layer3 rule and src-ip-stickiness instead of a layer5 rule with cookie(JSessionID) stickiness.
    Any idea what might be the cause of this delay and how to solve this issue is appreciated.
    Kind Regards,
    Joerg

    Joerg,
    capture a trace when going directly and when going through CSS. Then compare delay between packets.
    Take a trace frontend and backend as well.
    Try also longer donwload - less than 10sec times are difficult to compare.
    Adding a device switch or router will always introduce a delay.
    Also, are you comparing just a single GET request ?
    The CSS in L7 mode will switch the first request in software and then move the service to fastpath.
    So the first request will always take longer but subsequent requests inside the same tcp connection should go faster.
    Finally, when comparing the CSS to a server you will most probably see better performance on the server with a small amount of connections.
    Give it another try with 50k connections or more and now I'm pretty sure the CSS will look better than a single server.
    I'm sorry to say that the current measuring is not very good to validate a performance issue.
    Gilles.

  • Issues with sessionId and persistent cookie in WL6.1

              I am using WL6.1 and I discovered the following from a brief experiment using a
              JSP which sets persistent cookies. The results are the same when I use IE browser
              or the HDML emulator.
              The name of the weblogic session cookie (weblogic.xml) is "_ses".
              Steps below. The server logs are included:
              1. Delete the persistent cookies relevant to the server.
              2. Access the jsp. SessionId is generated, say 12345.
              3. Close browser. My_Cookie1=blah is saved on client.
              4. Access server again. The cookie My_Cookie1=blah sent
              5. The server sets the SessionId to Cookie1=blah. The sessionId is set from the
              persistent cookie. Also, the String after the first underscore is the sessionId.
              When I change the name of the weblogic session cookie (weblogic.xml) to something
              without an underscore, such as "JSESSIONID" or "someCookieName", and repeat the
              steps, the sessionId is not attempted to be read from the persistent cookie.
              Why is this so?
              Thanks,
              Niranjan
              LOG AFTER HITTING FIRST TIME (STEP 2)
              ================================
              test.jsp: Hit
              session id (O8tS4HMN3KSYK!1003180768699)
              ctr: null
              --------- HTTP REQUEST HEADERS BEGIN -------------
              DEVSNIFF-header(1): Accept=image/gif, image/x-xbitmap, image/jpeg, image/pjpeg,
              application/vnd.ms-powerpoint, application/vnd.ms-excel, app
              lication/msword, */*
              DEVSNIFF-header(2): Accept-Language=en-us
              DEVSNIFF-header(3): Accept-Encoding=gzip, deflate
              DEVSNIFF-header(4): User-Agent=Mozilla/4.0 (compatible; MSIE 5.01; Windows NT
              5.0)
              DEVSNIFF-header(5): Host=nk
              DEVSNIFF-header(6): Connection=Keep-Alive
              --------- HTTP REQUEST HEADERS END -------------
              LOG AFTER HITTING SECOND TIME (STEP 5)
              ===================================
              test.jsp: Hit
              session id (Cookie1=59631091!1003180798903)
              ctr: null
              --------- HTTP REQUEST HEADERS BEGIN -------------
              DEVSNIFF-header(1): Accept=image/gif, image/x-xbitmap, image/jpeg, image/pjpeg,
              application/vnd.ms-powerpoint, application/vnd.ms-excel, app
              lication/msword, */*
              DEVSNIFF-header(2): Accept-Language=en-us
              DEVSNIFF-header(3): Accept-Encoding=gzip, deflate
              DEVSNIFF-header(4): User-Agent=Mozilla/4.0 (compatible; MSIE 5.01; Windows NT
              5.0)
              DEVSNIFF-header(5): Host=nk
              DEVSNIFF-header(6): Connection=Keep-Alive
              DEVSNIFF-header(7): Cookie=My_Cookie1=59631091
              --------- HTTP REQUEST HEADERS END -------------
              CHANGED _ses TO JSESSIONID (RESULT: CORRECT SESSION ID GENERATED)
              ==========================
              test.jsp: Hit
              session id (O8tZKVgE4LuPo!1003182377496)
              ctr: null
              --------- HTTP REQUEST HEADERS BEGIN -------------
              DEVSNIFF-header(1): Accept=image/gif, image/x-xbitmap, image/jpeg, image/pjpeg,
              application/vnd.ms-powerpoint, application/vnd.ms-excel, app
              lication/msword, */*
              DEVSNIFF-header(2): Accept-Language=en-us
              DEVSNIFF-header(3): Accept-Encoding=gzip, deflate
              DEVSNIFF-header(4): User-Agent=Mozilla/4.0 (compatible; MSIE 5.01; Windows NT
              5.0)
              DEVSNIFF-header(5): Host=nk
              DEVSNIFF-header(6): Connection=Keep-Alive
              --------- HTTP REQUEST HEADERS END -------------
              test.jsp: Hit
              session id (O8tZRy1Wq3o9T!1003182407901)
              ctr: null
              --------- HTTP REQUEST HEADERS BEGIN -------------
              DEVSNIFF-header(1): Accept=image/gif, image/x-xbitmap, image/jpeg, image/pjpeg,
              application/vnd.ms-powerpoint, application/vnd.ms-excel, app
              lication/msword, */*
              DEVSNIFF-header(2): Accept-Language=en-us
              DEVSNIFF-header(3): Accept-Encoding=gzip, deflate
              DEVSNIFF-header(4): User-Agent=Mozilla/4.0 (compatible; MSIE 5.01; Windows NT
              5.0)
              DEVSNIFF-header(5): Host=nk
              DEVSNIFF-header(6): Connection=Keep-Alive
              DEVSNIFF-header(7): Cookie=My_Cookie1=88575204
              --------- HTTP REQUEST HEADERS END -------------
              [test.jsp]
              

    Issue 1 is a know "feature" with Macs using an optical output.
    Issue 2 is still unresolved. Why can't Front Row act as a video jukebox just as well as it can for audio.
    Issue 3 is still unresolved. If I select a libray that has both audio and video files, Front Row will only play the audio and not the video. Seems like it should be smart enough to "switch" to play that video.
    Issue 4 seems to be resolved. I run visualizer all the time now and my TV does not switch out of 1080i any more.
    Issue 5 seems to be resolved. I think the trick is that the TV show name has to be filled in for the system to recognize it as a TV show. Guess Apple didn't orginally figure people would add TV shows not purchsed through the iTunes store.
    Issue 6 was realted to using files that are copy protected. But why iTunes XML file can't just keep the name that I want in it's directory rather than the name that is embedded in the file is still a mystery to me.

  • 0FC_OP_01 extractor issues- DFFKKOPBW data not matching with

    Hi All
    We have an issue with the extractor 0FC_OP_01. Our business is comparing the values in
    R/3 report u2013 G/L Account Balance Display (t-code S_ALR_87012277)   with the
    Open Items by GL Account report in BW .(actually these values in the BW report are coming from DFKKOPBW table in R/3) .
    But since august, the R/3 G/L account balance report is not matching with the DFKKOPBW table balances. So bottom line the extractor 0FC_OP_01 is doing something wrong when populating the DFKKOPBW table  which is causing these two reports to be out of balance
    Did anybody face this kind of issue before? Please Advise.
    FYI : We are following the same procedure to populate the DFKKOPBW table as in the below article.
    http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a9996115-0b01-0010-b2b2-d9de0170a425;jsessionid=%28J2EE3417800%29ID0001499250DB01896329908162586522End
    Thanks
    KPK

    In my case the Cube/PSA data itself is not matching with the R/3 report data. 
    Basically we run a job in R/3 in t-code FPBW with a Date id and Indentification. This job will pull the entries from base table DFKKOP into DFKKOPBW table .Then FRom this DFKKOPBW table data is loaded into PSA/Cube.
    Here in my case the data in table DFKKOPBW itself is not matching with the R/3 report -  G/L Account Balance Display (t-code S_ALR_87012277)) .
    I am following the same procedure to run the JOb in T-code FPBW to populate the DFKKOPBW table as listed in the document at the above link.  Moreover this difference in balances is occuring only starting from August ..Till July the balances in DFKKOPBW tally with the R/3report.
    Please advise ..
    Thanks
    KPK

  • Jsessionid - weblogic 10.3.5, saml 2.0 & adfs 2.0 with peopletools 8.5x

    We have set up SAML 2.0 to enable sso into peoplesoft (idp is adfs 2.0).
    On a simple sample web application SAML is working correctly.
    However when we tried to enable this for one of our Peoplesoft systems we ran into the issue that after the final
    redirect to the target access is denied.
    Peoplesoft is using a non-standard cookie name:
    from weblogic.xml
    <session-param>
    <param-name>CookieName</param-name>
    <param-value>PSDev2-0-PORTAL-PSJSESSIONID</param-value>
    </session-param>
    According to http://download.oracle.com/docs/cd/E12840_01/wls/docs103/secmanage/saml.html
    \quote
    Use of Non-default Cookie Name
    When the Assertion Consumer Service logs in the Subject contained in an assertion, an HTTP servlet session is created using the default cookie name JSESSIONID. After successfully processing the assertion, the ACS redirects the user’s request to the target web application. If the target web application uses a cookie name other than JSESSIONID, the Subject’s identity is not propagated to the target web application. As a result, the servlet container treats the user as if unauthenticated, and consequently issues an authentication request.
    To avoid this situation, do not change the default cookie name when deploying web applications in a domain that are intended to be accessed by SAML 2.0 based single sign-on.
    \endquote
    This is exactly the issue we encounter. SAML itself is working properly. However, on redirect to the target application access is denied.
    Now, if we disable the non-default cookie name in the peoplesoft application we get the error message 'cookies must be enabled' when trying to access i.e. \signon.html.
    What can we do to make SAML 2.0 work with Peoplesoft?
    Is there a way to change the cookie name for SAML or share the SAML session with the peoplesoft application?
    Any help in this matter is greatly appreciated.
    Thank you
    Karl Weber
    Systems Analyst
    NAIT - Department of Information Services

    Hi Karl,
    I have reproduced your issue in my environment:
    <session-descriptor>
         <cookie-name>HELLO_WORLD_SSO</cookie-name>
    </session-descriptor>What I am seeing is that Weblogic is not able to fix the user session (JSESSIONID), so it sends again the authentication request. Actually, in my case, it performs 5-6 retries. If you take a look at THE ADFS2 log you will see an exception like this: "The same client browser has made 6 request in the last 4 seconds..." At the end the IdP sends you a SAMLResponse with the status urn:oasis:names:tc:SAML:2.0:status:Responder. Weblogic +"translates"+ that message in a *403 Forbidden Error*.
    Maybe you could feed that cookie, PSDev2-0-PORTAL-PSJSESSIONID, by yourself, i.e. implementing a filter:
    HttpServletResponse httpServletResponse = (HttpServletResponse) response;
    httpServletResponse.addCookie(new Cookie("PSDev2-0-PORTAL-PSJSESSIONID", yourValue));
    .../...Hope it helps,
    Luis

  • Jabber login issue

    Hi 
    I have recently deploy expressway edge 8.1.1 with cucm 9.1.2 and cups 9.1.1.However,when I  try to login via internet using jabber 9.7.2,it return error "username or password wrong".From the log in expressway-core,I can see the log below
    (192.168.121.32 is the ip add of my cucm ,username is zhangzr)
    2014-06-19T22:08:08+08:00 EXPC edgeconfigprovisioning UTCTime="2014-06-19 14:08:08,603" Module="network.http.edgeconfigprovisioning" Level="DEBUG" Action="Received" Request-url="https://192.168.121.32:8443/cucm-uds/clusterUser?username=zhangzr" 
    HTTPMSG:
    |HTTP/1.1 200 OK
     Date: Thu, 19 Jun 2014 14:08:08 GMT
     X-Frame-Options: SAMEORIGIN
     Content-Type: application/xml
     Server: 
     <?xml version="1.0" encoding="UTF-8" standalone="yes"?><clusterUser uri="https://192.168.121.32:8443/cucm-uds/clusterUser?username=zhangzr" version="9.1.2"><result version="9.1.2" uri="https://192.168.121.32:8443/cucm-uds/user/zhangzr" found="true"/><homeCluster>192.168.121.32</homeCluster></clusterUser>
     |
    2014-06-19T22:08:08+08:00 EXPC edgeconfigprovisioning UTCTime="2014-06-19 14:08:08,604" Module="network.http.edgeconfigprovisioning" Level="DEBUG" Action="Send" Url="https://192.168.121.32:8443/cucm-uds/user/zhangzr/devices" 
    HTTPMSG:
    |GET //192.168.121.32:8443/cucm-uds/user/zhangzr/devices HTTP/1.1
     Authorization: <CONCEALED>
     |
    2014-06-19T22:08:08+08:00 EXPC ssh: Event="sshd" Module="openssh" Level="INFO"  Detail="Allocated port 34882 for remote forward to localhost:8443" UTCTime="2014-06-19 14:08:08"
    2014-06-19T22:08:08+08:00 EXPC ssh: Event="sshd" Module="openssh" Level="INFO"  Detail="RSA+cert host key for IP address '192.168.121.31' not in list of known hosts." UTCTime="2014-06-19 14:08:08"
    2014-06-19T22:08:08+08:00 EXPC ssh: Event="sshd" Module="openssh" Level="INFO"  Detail="Authenticated to expe.gdhwater.com ([192.168.121.31]:2222)." UTCTime="2014-06-19 14:08:08"
    2014-06-19T22:08:08+08:00 EXPC edgeconfigprovisioning UTCTime="2014-06-19 14:08:08,872" Module="network.http.edgeconfigprovisioning" Level="DEBUG" Action="Received" Request-url="https://192.168.121.32:8443/cucm-uds/user/zhangzr/devices" 
    HTTPMSG:
    |HTTP/1.1 403 Forbidden
     Set-Cookie: JSESSIONIDSSO=A2FB5364EB77D11136697ABAC436EE78; Path=/; Secure; HttpOnly
     Set-Cookie: JSESSIONID=588E4DCBE1165A82680BFF3BDD6A865B; Path=/cucm-uds/; Secure; HttpOnly
     Expires: Thu, 01 Jan 1970 07:00:00 CST
     Server: 
     Cache-Control: private
     Date: Thu, 19 Jun 2014 14:08:08 GMT
     Content-Type: text/html;charset=utf-8
     <!-- custom Cisco error page --><html>    <head>        <title>            Cisco System - Error report        </title>        <style type="text/css">            a {                color: #316984;                text-decoration: none;            }            a:hover {                color: #316984;                text-decoration: underline;            }            a:visted {                color: #316984;                text-decoration: none;            }            body {                background-attachment: fixed;                background-color: #ffffff;                background-repeat: no-repeat;                color: #316984;                font-family: arial,helvetica,sans-serif;            }            #content {                border: 1px solid #d6d7d6;                font-size: 93.5%;                margin: 0px 10% 30px 10%;            }            #content-header {                background-color: #eeeeee;                b
    order-bottom: 1px solid #666666;                color: #666666;                font-size: 124.5%;                padding: 5px 15px 5px 15px;            }            #copyright {                font-size: 75%;                margin: 0px 10% 0px 10%;                padding: 3px 0px 0px 0px;                text-align: right;            }            img {                display: block;                margin: 0px 0px 20px 0px;            }            #logo {                margin: 30px 10% 0px 10%;            }            p {                padding: 5px 15px 5px 15px;            }            pre {                padding: 5px 15px 5px 30px;            }        </style>    </head>    <body>        <div id="logo">            <img src="/ciscologo.gif" alt="Cisco Systems, Inc." />        </div>        <div id="content">            <div id="content-header">HTTP Status 403 - Access to the requested resource has been denied            </div>            <p>                <b>                    type:               </b> Status report            </p>            <p>                <b>message:               </b> Access to the requested resource has been denied            </p>            <p>                <b>description:               </b> Access to the specified resource has been forbidden.            </p>        </div>    </body></html>
     |2014-06-19T22:08:08+08:00 EXPC edgeconfigprovisioning: Level="INFO" Detail="Failed to authenticate user against server" Username="zhangzr" Server="('https', '192.168.121.32', 8443)" Reason="<twisted.python.failure.Failure <type 'exceptions.Exception'>>" UTCTime="2014-06-19 14:08:08,874"
    2014-06-19T22:08:08+08:00 EXPC edgeconfigprovisioning: Level="INFO" Detail="All attempts to authenticate user failed" Username="zhangzr" UTCTime="2014-06-19 14:08:08,875"
    Anyone can see what is the problem from the log? Should we upload  a jabber-config.xml for remote-access  to cucm so that we can authenticate ?Or is there any other reason causing such problem?

    Hi,
    I have exactly the same issue running exactly the same CUCM and CUPS versions.
    I am running Expressway 8.2 and Jabber Client 9.7.4.
    My log files show the same as yours, but I don't see any incorrect username or password statements.
    Internally the clients work fine, externally they seem to parse both Expressway servers and returning the cups and cucm internally addresses in the log files. And then the clients responds with "Cannot communicate with the server". Logging stops.
    Anyone got any pointers?

  • Problem with jsessionid and relative paths

    I'm having an issue with jsessionid in a J2EE application running on an all Oracle platform (Oracle DB, 9ias, etc.). Most of the time sessions are tracked with cookies, but occasionally the jsessionid appears on the URL (on first login with a new browser window I think?).
    Anyway, sometimes the session id is very large (100 chars +) and includes special characters, specifically a backslash. This is causing problems with relative paths in the page.
    Is this normal behavior or is there a problem with my app server/JVM setup? Has anyone else seen this? Thanks for any advice.

    Hi Stefan,
              The issue was logged as CR238704. You can either contact [email protected] or
              just pass me your email Id and I'll send the patch to you.
              -- Nagesh
              <Stefan Krause> wrote in message news:[email protected]..
              > The problem I have is that the application is very old and at the same
              > time very big (so we're doing the transition step by step) and there are
              > lots of variables (and even methods in JSP pages - no comment) shared
              > between the JSP pages!
              > So for us jsp:include isn't an option...
              >
              > Is there a way to report bugs when you've got only the free development
              > license?

  • Issue with apple id and tracker app

    hi all,
    My mum has a issue, she has misplaced her phone and wants to find it using the find my phone app on my phone. The problem is that she cant mind her apple id or her email adress that was connected with it as it was all just saved to her phone. so my question is how can i go about finding the apple id for her account without the the email,
    thanks

    You can use this to find the Apple ID:
    https://iforgot.apple.com/iForgot/findAccount.html;jsessionid=9EE908FE3FE3215A94 49B9B50126D9A9?border=false
    However, if Find My Phone was not setup/activated BEFORE she lost her phone, that won't do you any good. There is no way to locate the phone.

  • Deployment issue on windows server 2008(64 bit)

    Hi all,
    I am using crystal reports 2008 trial version for my web application. Its working fine in development environment but when I deploy application in windows server 2008 64 bit edition it shows following error:"An error has occurred while attempting to load the Crystal Reports runtime. Either the Crystal Reports registry key permissions are insufficient, or the Crystal Reports runtime is not installed correctly. Please install the appropriate Crystal Reports redistributable (CRRedist*.msi) containing the correct version of the Crystal Reports runtime (x86, x64, or Itanium) required."
    Is there any resolution available for this problem except for changing the IIS settings for 32 bit applications?
    Rgds

    Read the following [article|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/10d5fa88-2013-2c10-c9a5-f11963607d4e;jsessionid=(J2EE3417600)ID0244107750DB11172929121510648759End] as it goes over your issue.
    Essentially you will have to set IIS to 32 bit at the least.
    Jason

  • Issue while installing WCS using omii.ini: Database ping failed

    Hi,
    I am trying to install WCS on local linux VM. I am following the document 'Oracle WebCenter Sites: Installing on Oracle WebLogic Application Server".
    Following are the things I have been able to do successfully:
    Install Oracle DB, create a database and then create a user for this database
    Install WebLogic server, create domain, create admin server, managed server, and finally create a datasource. THe datasource connection to the DB created in step 1 above is successfull.
    I downloaded the WCS installer from Oracle Website 'WebCenterSites_11.1.1.6_bp1'. I am installing using silent installer using omii.ini file.
    During installation, on receiving the prompt to install CS and CAS applications, I installed them successfully via WebLogic console.
    I tested the URL 'http://localhost:7001/cs/HelloCS' and it showed me the Oracle WCS 11g page.
    Now, when I go back to the wcs installation terminal and hit Enter, it gives following error:
    [2013-07-11 01:32:21.861][CS.INSTALL][INFO] 1. If your platform requires you to manually deploy the Sites application, deploy Sites now. Otherwise, continue with step 2 2. Restart your application server. 3. Test the URL http:////HelloCS to see if application is deployed successfully 4. If the test is successful, press ENTER. URL http://localhost:7001/cs/HelloCS [2013-07-11 01:41:16.841][CS.INSTALL][INFO] CSSetupEngine.testConnectionAction:  Testing user configuration and database connectivity. [2013-07-11 01:41:17.118][CS.INSTALL][INFO] CSSetupEngine.postURL:  PostURL success for http://localhost:7001/cs/HelloCS [2013-07-11 01:41:17.118][CS.INSTALL][INFO] CSSetupEngine.testConnectionAction:  Web Server and Application Server Configuration test finished successfully. [2013-07-11 01:41:17.118][CS.INSTALL][INFO] CSSetupEngine.testConnectionAction:  Attempting to Ping the Database. [2013-07-11 01:41:17.459][CS.INSTALL][ERROR] CSSetupEngine.doPing:  Database Ping Failed. Make sure your application server and web server are running. Response received = HTTP/1.1 200 OK HOST_SERVICE: FutureTenseContentServer:11.1.1.6.1 Transfer-Encoding: chunked Date: Wed, 10 Jul 2013 20:11:17 GMT Set-Cookie: JSESSIONID=vpMNRd1Fwb1NJyb5NH1pXx5dfmPhzzyJL2S3yYry3FwQqL8hFVJ6!1994306862; path=/; HttpOnly Content-Type: text/html; charset=UTF-8 X-Powered-By: Servlet/2.5 JSP/2.1 [2013-07-11 01:41:17.459][CS.INSTALL][ERROR] CSSetupEngine.doPing:  Database Ping Failed. Make sure your application server and web server are running. Response received = HTTP/1.1 200 OK HOST_SERVICE: FutureTenseContentServer:11.1.1.6.1 Transfer-Encoding: chunked Date: Wed, 10 Jul 2013 20:11:17 GMT Set-Cookie: JSESSIONID=vpMNRd1Fwb1NJyb5NH1pXx5dfmPhzzyJL2S3yYry3FwQqL8hFVJ6!1994306862; path=/; HttpOnly Content-Type: text/html; charset=UTF-8 X-Powered-By: Servlet/2.5 JSP/2.1 [2013-07-11 01:41:17.460][CS.INSTALL][ERROR] CSSetupEngine.testConnectionAction: Database Ping was attempted with WCSDataSource as the DSN. The URL that was passed in = http://localhost:7001/cs/CatalogManager. Please Check your connection and property files settings. [2013-07-11 01:41:17.460][CS.INSTALL][ERROR] CSSetupEngine.testConnectionAction:  Install was unable to ping the database. Installation has halted. [2013-07-11 01:41:17.461][CS.INSTALL][ERROR] Worker.run. Install failed.                Please check log file.                          Click Yes to modify your install choices      and re-try install.                             Click No to terminate application. 
    It looks like DB ping is getting failed.
    But I am not sure how to resolve this error.
    Please help. I am pasting the content of my bea_omii.ini file that I have used. (Please view as HTML, as formatting is getting lost on this page.)
    Do let me know if any other information is required from my end.
    bea_omii.ini:
    #ContentServer install properties #Thu Apr 17 12:03:27 IST 2008 # Content Server Information # Specify the directory where you want to install Content Server i.e on windows C\:/csinstall on unix /opt/csinstall CSInstallDirectory=/home/oracle/WCS # Path to the Shared Directory i.e on windows C\:/csinstall/Shared on unix /opt/csinstall/Shared CSInstallSharedDirectory=/home/oracle/WCS/Shared # For delivery installation set Development to false Development=true # CSInstallType single/upgrade/cluster default is single only needed for upgrade or cluster #CSInstallType=single # This is to select APPSERVER Note: PORTALSERVER is not supported CSInstallPlatformType=APPSERVER # Set the application/portal server you want to install # Possible options are: wls92 for ( weblogic server), websphere60 (for webshpere), tomcat5 (for tomcat) CSInstallAppServerType=wls92 # Set the path to the server directory ex. For weblogic, on windows CSInstallAppServerPath=C\:\\bea\\wlserver_10.3 # on unix CSInstallAppServerPath=/u01/software/bea/wlserver_10.3 CSInstallAppServerPath=/home/oracle/Oracle/Middleware/wlserver_10.3 # [WEBLOGIC ONLY] Set the path to the weblogic domain i.e. on windows CSInstallWLDomainPath=C\:/bea/user_projects/domains/base_domain # on unix CSInstallWLDomainPath=/u01/software/bea/user_projects/domains/base_domain CSInstallWLDomainPath=/home/oracle/Oracle/Middleware/user_projects/domains/WCSDomain # [WEBLOGIC ONLY] Set the weblogic domain name i.e. base_domain name from path C\:/bea/user_projects/domains/base_domain CSInstallAdminDomainName=WCSDomain # Option for manual deployment (Should always be set to true) CSInstallbManual=true #Manual deployment needs to set the path where installer has to explode the war CSManualDeployPath=/home/oracle/WCS/deployment # Set the context path for your web application for example /cs/ sCgiPath=/cs/ # Set the database type Possible options #CSInstallDatabaseType=  [SQL Server, DB2, Oracle10]  CSInstallDatabaseType=Oracle10 # Set the data source name CSInstallDBDSN=WCSDataSource # By default it is installed as a primary cluster member. To install as cluster member make CSInstallType=cluster. CSInstallType=single #WEM installation IsWEMInstall=TRUE #hostname where cs is installed CASHostName=localhost # port number of cs installation CASPortNumber=7003 #Server HostName of internally accessible CAS CASHostNameLocal=localhost #Server PortNumber of internally accessible CAS CASPortNumberLocal=7003 #Server HostName where CAS is actually deployed CASHostNameActual=localhost # Select the default logger name (possible values com.fatwire.cs.core.logging.StandardLog, com.fatwire.cs.core.logging.TraditionalLog # com.fatwire.cs.core.logging.StandardTraditionalLog , org.apache.commons.logging.impl.Log4JLogger LoggerName=org.apache.commons.logging.impl.Log4JLogger # Set the host name where the application will be running CSInstallWebServerAddress=localhost # Set the port number where the application will be running CSInstallWebServerPort=7001 # Set this property to true if you are installing Spark CSInstallSpark=false # Sample Sites Information # Set this true if you want to install Avisports sample site. Avisports=true # CS-Direct and CS-Direct Advantage properties. Please don't touch them ContentCentre=true CatalogCentre=true # Set this true if you want to install CS Engage otherwise false MarketingStudio=true # Set this to true if you want to install Commerce Connectors CommerceConnector=true # Set this to true to install Structure and Navigation for FS2 this is only installed if this is development mode FSCore=true # Set this to true to install Engage Extensions for Structure and Navigation. This depends on Development and FSCore FSEngageCore=true # Set this to true to install Store Schema. This depends on Development and FSCore FSStoreSchema=true # Set this to true to install Engage Extensions for Store Schema. This depends on Development, CommereceConnector and FSEngageCore FSEngageStoreSchema=true # Set this to true to install Document Schema. This depends on Development and FSCore FSDocSchema=true # Set this to true to install Sample Visitors. This depends on Development and FSCore FSLocalUser=true # Set this to true to install Pretty URL Package. This depends on Development and FSCore FSPrettyURL=true # Set this to true to install Store Demo Data. This depends on Development and FSStoreSchema FSStoreDemoData=true # Set this to true to install Document Demo Data. This depends on Development and FSDocSchema FSDocDemoData=true # Set this to true to install Engage Store Data. This depends on Development,FSStoreDemoData,FSEngageStoreSchema and FSStoreSchema FSEngageStoreDemoData=true # If you want to install First Site II Site View set it true otherwise false. This depends on Development and FSStoreSchema FSSiteView=true # Set this to true to install Analytics. This depends on Development,FSCore,FSEngageCore,FSStoreSchema,CommerceConnector and CatalogCentre FSAnalytics=true # Set this to true to install Legacy (core) asset types (Article, Linkset). This depends on Development and ContentCentre CCSampleAssets=true # Set this to true to install Burlington Financial asset types. This depends on Development and ContentCentre CCSampleAssetsBF=true # Set this to true to install Engage and Analytics extensions for Burlington Financial. This depends on Development,MarketingStudio and ContentCentre MSSampleAssetsBF=true # Set this to true to install HelloAssetWorld asset types. This depends on Development and ContentCentre CCSampleAssetsHW=true # Set this to true to install GE Lighting asset types. This depends on Development and ContentCentre CatCSampleAssets=true # Set this to true to install Hello World sample site.  This depends on Development and ContentCentre CCSampleSiteHW=true # Set this to true to install Burlington Financial sample site. This depends on CCSampleAssets and CCSampleAssetsBF CCSampleSiteBF=true # Set this to true to install Burlington Financial Extensions sample site. MSSampleSiteBF=true # Set this to true to install GE Lighting sample site. MSSampleSiteGE=true # Spark sample site components # Set this to true to install Document Management sample asset types DMSampleAssets=false # Set this to true to install Content Management sample asset types WCMSampleAssets=false # Set this to true to install Base Components SparkSampleSite=false # Set this to true to install Sample Data SparkSampleData=false # Set this to true to install Sample Portlets. Set this true if this is a portal server SparkSamplePortlets=false

    Thanks for your reply Yct.
    I got the ping issue resolved today, there was an issue in the data source. Finally I was able to complete the installation successfully.
    But there is one more issue now. After completing the installation, I am trying to access the URL to get to the WCS login page, but with no success.
    Below, I am mentioning few URLs that I tried, and the outcome:
    http://localhost:7001/cs/HelloCS ,           This URL gives me a page with some static content messages like 'Welcome to Oracle WebCenter Sites 11gR1'. Then there are some text lines in blue color. I think this page is working as expected.
    http://localhost:7001/cs/login , this URL automatically gets redirected to the URL 'http://localhost:7003/cas/login?service=http%3A%2F%2Flocalhost%3A7001%2Fcs%2Fwem%2Ffatwire%2Fwem%2FWelcome' and I get an error message 'Firefox can't establish a connection to the server at localhost:7003.'
    http://localhost:7001/cas/login, this takes me to login page, where when I enter fwadmin@xceladmin credentials, I am taken to JASIG Central Authentication Service page, which is again static, and I can't do anything on this page
    http://localhost:7001/cs/Satellite?c=Page&cid=1327351719456&pagename=avisports%2FPage%2FHomeLayout1 , this takes me to the Avisports site, which is functional
    http://localhost:7001/cs/Satellite?c=Page&childpagename=FirstSiteII%2FFSIILayout&cid=1124747609916&pagename=FSIIWrapper, this takes me to he FirstSit page, which is again functional
    Issue: I am not getting the main login page, where I would get 3 sites(Avisports/FirstsiteII) in the dropdown.
    Looks like there is something wrong going on.
    Following I am pasting my omii.ini file, if it helps:
    #ContentServer install properties
    #Thu Apr 17 12:03:27 IST 2008
    # Content Server Information
    # Specify the directory where you want to install Content Server i.e on windows C\:/csinstall on unix /opt/csinstall
    CSInstallDirectory=/home/oracle/WCS
    # Path to the Shared Directory i.e on windows C\:/csinstall/Shared on unix /opt/csinstall/Shared
    CSInstallSharedDirectory=/home/oracle/WCS/Shared
    # For delivery installation set Development to false
    Development=true
    # CSInstallType single/upgrade/cluster default is single only needed for upgrade or cluster
    #CSInstallType=single
    # This is to select APPSERVER Note: PORTALSERVER is not supported
    CSInstallPlatformType=APPSERVER
    # Set the application/portal server you want to install
    # Possible options are: wls92 for ( weblogic server), websphere60 (for webshpere), tomcat5 (for tomcat)
    CSInstallAppServerType=wls92
    # Set the path to the server directory ex. For weblogic, on windows CSInstallAppServerPath=C\:\\bea\\wlserver_10.3
    # on unix CSInstallAppServerPath=/u01/software/bea/wlserver_10.3
    CSInstallAppServerPath=/home/oracle/Oracle/Middleware/wlserver_10.3
    # [WEBLOGIC ONLY] Set the path to the weblogic domain i.e. on windows CSInstallWLDomainPath=C\:/bea/user_projects/domains/base_domain
    # on unix CSInstallWLDomainPath=/u01/software/bea/user_projects/domains/base_domain
    CSInstallWLDomainPath=/home/oracle/Oracle/Middleware/user_projects/domains/WCSDomain
    # [WEBLOGIC ONLY] Set the weblogic domain name i.e. base_domain name from path C\:/bea/user_projects/domains/base_domain
    CSInstallAdminDomainName=WCSDomain
    # Option for manual deployment (Should always be set to true)
    CSInstallbManual=true
    #Manual deployment needs to set the path where installer has to explode the war
    CSManualDeployPath=/home/oracle/WCS/deployment
    # Set the context path for your web application for example /cs/
    sCgiPath=/cs/
    # Set the database type Possible options
    #CSInstallDatabaseType=  [SQL Server, DB2, Oracle10] 
    CSInstallDatabaseType=Oracle10
    # Set the data source name
    CSInstallDBDSN=WCSDataSource
    # By default it is installed as a primary cluster member. To install as cluster member make CSInstallType=cluster.
    CSInstallType=single
    #WEM installation
    IsWEMInstall=TRUE
    #hostname where cs is installed
    CASHostName=localhost
    # port number of cs installation
    CASPortNumber=7003
    #Server HostName of internally accessible CAS
    CASHostNameLocal=localhost
    #Server PortNumber of internally accessible CAS
    CASPortNumberLocal=7003
    #Server HostName where CAS is actually deployed
    CASHostNameActual=localhost
    # Select the default logger name (possible values com.fatwire.cs.core.logging.StandardLog, com.fatwire.cs.core.logging.TraditionalLog
    # com.fatwire.cs.core.logging.StandardTraditionalLog , org.apache.commons.logging.impl.Log4JLogger
    LoggerName=org.apache.commons.logging.impl.Log4JLogger
    # Set the host name where the application will be running
    CSInstallWebServerAddress=localhost
    # Set the port number where the application will be running
    CSInstallWebServerPort=7001
    # Set this property to true if you are installing Spark
    CSInstallSpark=false
    # Sample Sites Information
    # Set this true if you want to install Avisports sample site.
    Avisports=true
    # CS-Direct and CS-Direct Advantage properties. Please don't touch them
    ContentCentre=true
    CatalogCentre=true
    # Set this true if you want to install CS Engage otherwise false
    MarketingStudio=true
    # Set this to true if you want to install Commerce Connectors
    CommerceConnector=true
    # Set this to true to install Structure and Navigation for FS2 this is only installed if this is development mode
    FSCore=true
    # Set this to true to install Engage Extensions for Structure and Navigation. This depends on Development and FSCore
    FSEngageCore=true
    # Set this to true to install Store Schema. This depends on Development and FSCore
    FSStoreSchema=true
    # Set this to true to install Engage Extensions for Store Schema. This depends on Development, CommereceConnector and FSEngageCore
    FSEngageStoreSchema=true
    # Set this to true to install Document Schema. This depends on Development and FSCore
    FSDocSchema=true
    # Set this to true to install Sample Visitors. This depends on Development and FSCore
    FSLocalUser=true
    # Set this to true to install Pretty URL Package. This depends on Development and FSCore
    FSPrettyURL=true
    # Set this to true to install Store Demo Data. This depends on Development and FSStoreSchema
    FSStoreDemoData=true
    # Set this to true to install Document Demo Data. This depends on Development and FSDocSchema
    FSDocDemoData=true
    # Set this to true to install Engage Store Data. This depends on Development,FSStoreDemoData,FSEngageStoreSchema and FSStoreSchema
    FSEngageStoreDemoData=true
    # If you want to install First Site II Site View set it true otherwise false. This depends on Development and FSStoreSchema
    FSSiteView=true
    # Set this to true to install Analytics. This depends on Development,FSCore,FSEngageCore,FSStoreSchema,CommerceConnector and CatalogCentre
    FSAnalytics=true
    # Set this to true to install Legacy (core) asset types (Article, Linkset). This depends on Development and ContentCentre
    CCSampleAssets=true
    # Set this to true to install Burlington Financial asset types. This depends on Development and ContentCentre
    CCSampleAssetsBF=true
    # Set this to true to install Engage and Analytics extensions for Burlington Financial. This depends on Development,MarketingStudio and ContentCentre
    MSSampleAssetsBF=true
    # Set this to true to install HelloAssetWorld asset types. This depends on Development and ContentCentre
    CCSampleAssetsHW=true
    # Set this to true to install GE Lighting asset types. This depends on Development and ContentCentre
    CatCSampleAssets=true
    # Set this to true to install Hello World sample site.  This depends on Development and ContentCentre
    CCSampleSiteHW=true
    # Set this to true to install Burlington Financial sample site. This depends on CCSampleAssets and CCSampleAssetsBF
    CCSampleSiteBF=true
    # Set this to true to install Burlington Financial Extensions sample site.
    MSSampleSiteBF=true
    # Set this to true to install GE Lighting sample site.
    MSSampleSiteGE=true
    # Spark sample site components
    # Set this to true to install Document Management sample asset types
    DMSampleAssets=false
    # Set this to true to install Content Management sample asset types
    WCMSampleAssets=false
    # Set this to true to install Base Components
    SparkSampleSite=false
    # Set this to true to install Sample Data
    SparkSampleData=false
    # Set this to true to install Sample Portlets. Set this true if this is a portal server
    SparkSamplePortlets=false

  • Issues after the update from 2.5.7 to 2.5.16

    A number of issues have cropped up due to / during / after the update of the forums from 2.5.7 to 2.5.16 at the beginning of this week. This is a list of those issues as I have compiled them. It is a work in progress and I will update it when more information becomes available.
    1 Username and email problems for some users. (fixed 2009-12-03)
    Some users have a suffix appended to their username and their email address replaced with a random string (as a consequence email notifications don't work anymore). This problem is being worked on. Time to fix is unknown. Users experiencing this problem are requested to report so in this thread: My user handle and e-mail have been changed without my knowledge Please include your old username, which Adobe ID's you have and whether you used the same email address for those Adobe IDs.
    2 Some user preferences are lost when logging in. (fixed 2009-12-03)
    When you log in to the forums (either manually or automatially based on a "Remember me" cookie), some of your preferences are overwritten by their default values. The most noiceable prference is the settng to display your screen name (real name) that will get reset to displaying a username. This problem is being worked on. Time to fix is unknown.
    3 The Rich Text Editor (RTE) is inserting linebreaks.
    When typing a post the RTE will randomly insert linebreaks.
    Workaround: remove the linebreaks manually.
    4 Raw (FreeMarker?) code is inserted in some posts (through the RTE?).
    In some posts code appears that was not entered by the user. The code looks something like below (but there may be much more then just this one line):
    function(){return A.apply(null,[this].concat($A(arguments)))}
    Workaround: edit the post and remove the code.
    5 The logout button disappeared.
    The logout button is no longer visible.
    Workaround: How can I log out from the forums?
    6 Search is down on one node. (fixed 2009-12-03)
    Search is down on the SGAURWA41P cluster node. This does not show itself as an error, but instead as 0 search results.
    Workaround: restart all browser windows and you may end up on another cluster node or use Google with a "site:forums.adobe.com" search modifier.
    7 Users have 404 problems on first request.
    This is not really a new problem, but it is something that was supposed to be fixed with the update. The problem is caused by the forums inserting a jsessionid parameter in the wrong place in the URL.
    Workaround: reload the page where the incorrect link is located.
    8 Image upload through camera button doesn't always work. (fixed 2009-11-30)
    Some people have reported problems with uploading JPG and PNG images using the camera icon.
    Workaround: attach the images instead.
    Update 2009-11-28:
    A probable cause for the error [The content type of this image is not allowed.] when uploading images through the camera button has been identified. Internet Explorer uploads images using a Content-Type header that differs from the IANA registered type for jpg and png images. As such, the recommended workaround for people wanting to upload images using the camera icon is to use a browser that is not Internet Explorer.

    Re issue 4, "Raw (FreeMarker?) code is inserted in some posts (through the RTE?)", the suggested workaround is:
    Workaround: edit the post and remove the code.
    With my IE 8, the workaround never works.  See this test post for an example:
    http://forums.adobe.com/message/2470219

  • Issue at login page using cookies

    Hello all
    I have some issue with my first cookies-jsp.
    Basically i have a homepage and i would like it to prompt a login form in case no cookies are found, and display the userName in case a cookie is found(and stored the name)
    In case the user have to log in, the data entered in the form are sent to a "Register" servlet.
    I will paste both the jsp and the servlet code, in the bottom i will explain then the problem
    The jsp
    <body>
            <h1 align="center" style="font-style:italic; color:olive">Welcome</h1>
            <%
            Cookie[] cookies=request.getCookies();
             if(cookies==null || cookies.length==1){
            %>
            <form action="Register" method="post">
            <table cellspacing="5" border="0" align="center">
               <tr>
                   <td align="right">Name:</td><td align="right"><input type="text" name="name"></td>
               </tr>
               <tr>
                   <td align="right">Email:</td><td align="right"><input type="text" name="email"></td>
               </tr>
               <tr>
                   <td align="right">Submit</td><td align="right"><input type="submit" value="submit"></td>
               </tr>
            </table>
            </form>
            <%
              else {
             String cookieName="userName";
             String cookieValue="";
              for(int i=0; i<cookies.length; i++){
                  Cookie cookie=cookies;
    if(cookieName.equals(cookie.getName())){
    cookieValue=cookie.getValue();
    %>
    <h3 align="center" style="font-style: italic; color:#6666FF">Welcome back <%=cookieValue%></h3>
    <%
    %>
    </body>
    The servlet (the relevant part, the doPost() method):protected void doPost(HttpServletRequest request, HttpServletResponse response)
    throws ServletException, IOException {
    //get the user details
    String name=request.getParameter("name");
    String email=request.getParameter("email");
    //create the cookie and add to response
    Cookie userName=new Cookie("userName",name);
    userName.setPath("/");
    userName.setMaxAge(60*60*24);
    response.addCookie(userName);
    //prepare for forwarding
    String url="/home.jsp";
    RequestDispatcher dispatcher=this.getServletContext().getRequestDispatcher(url);
    dispatcher.forward(request,response);
    The problem is that when i enter the userdetails the first time in the form (because no cookies was found), the login page with the form  is redisplayed, and if i click on refresh or reclick on th submit button then the message with the name is displayed.
    I dont understand this behaviour, since the amount of cookies after the first login is made will be "2", the homepage with the username should be redisplayed and not the one with the login form.
    Any advice?
    p.s:
    the  if(cookies==null || cookies.length==1){ its to prevent that the jsp will consider the JSESSIONID as "logged in" cookie
    Edited by: enrico on Jan 23, 2011 10:36 PM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    Turn off the cache in your browser or set an expire header in your servlet.
    Also, you might want to consider using the servlet session instead of manipulating the cookie directly.

  • Caching issue in Web proxy 4.0.13

    I have the following settings in the obj.conf but i still see my http requests go back to the origin server. I have the Web proxy installed on Solaris 10
    # more obj.conf
    # You can edit this file, but comments and formatting changes
    # might be lost when the admin server makes changes.
    Init fn="flex-init" access="$accesslog" format.access="%Ses->client.ip% - %Req->vars.auth-user% [%SYSDATE%] \"%Req->reqpb.clf-request%\" %Req->srvh
    drs.clf-status% %Req->srvhdrs.content-length% \"%Req->headers.referer%\" \"%Req->headers.user-agent%\" \"%Req->headers.cookie%\" %Req->reqpb.method
    % %Req->reqpb.uri% %Req->reqpb.query% \"%Req->reqpb.protocol%\" %vsid% %Req->headers.x-forwarded-for%"
    Init fn="init-proxy" timeout="300" timeout-2="15"
    Init profiling="on" fn="stats-init"
    <Object name="default">
    AuthTrans fn="match-browser" browser=".*MSIE.*" ssl-unclean-shutdown="true"
    NameTrans fn="assign-name" name="stats-xml" from="(/stats-xml|/stats-xml/.*)"
    PathCheck fn="url-check"
    ObjectType fn="block-ip"
    ObjectType fn="cache-enable" cache-auth="1"
    ObjectType fn="cache-setting" max-uncheck="86400"
    Service fn="proxy-retrieve"
    AddLog fn="flex-log" name="access"
    Route fn="set-origin-server" server="origin.server.com" sticky-cookie="JSESSIONID" sticky-param="jsessionid" route-hdr="Proxy-jroute" route-cooki
    e="JROUTE" rewrite-host="false" rewrite-location="true" rewrite-content-location="true"
    </Object>
    <Object name="file">
    PathCheck fn="unix-uri-clean"
    PathCheck fn="find-index" index-names="index.html"
    ObjectType fn="type-by-extension"
    ObjectType fn="force-type" type="text/plain"
    Service fn="send-file"
    </Object>
    <Object ppath="ftp://.*">
    ObjectType fn="cache-enable" query-maxlen="10" log-report="off"
    ObjectType fn="cache-setting" lm-factor="0.10" max-uncheck="7200"
    Service fn="proxy-retrieve"
    </Object>
    <Object ppath="http://.*">
    ObjectType fn="cache-enable" query-maxlen="32" log-report="off" min-size="0" max-size="512000"
    ObjectType fn="cache-setting" lm-factor="1.00" max-uncheck="1209600"
    Service fn="proxy-retrieve" method="*"
    Route fn="set-origin-server" server="origin.server.com" sticky-cookie="JSESSIONID" sticky-param="jsessionid" route-hdr="Proxy-jroute" route-cooki
    e="JROUTE" rewrite-host="false" rewrite-location="true" rewrite-content-location="true"
    </Object>
    <Object ppath="https://.*">
    Service fn="proxy-retrieve"
    </Object>
    <Object ppath="gopher://.*">
    ObjectType fn="cache-enable" query-maxlen="10" log-report="off"
    ObjectType fn="cache-setting" lm-factor="0.10" max-uncheck="7200"
    Service fn="proxy-retrieve"
    </Object>
    <Object ppath="connect://.*:443">
    Service fn="connect" method="CONNECT"
    </Object>
    <Object ppath="connect://.*:563">
    Service fn="connect" method="CONNECT"
    </Object>
    <Object name="stats-xml">
    Service fn="stats-xml"
    </Object>looks like i am missing something obvious but i can't figure it out..suggestions/thoughts would be appreciated.
    thanks
    JB
    Edited by: hello343 on Feb 26, 2010 9:18 PM
    more info:
    I have the proxy running on port 8000. when i make request via the browser, i cannot get those pages to show up in the url database - these are the lines form the error log
    [26/Feb/2010:16:11:28] fine ( 9416): for host 192.168.1.153 trying to GET /licensees/licensee1/images/IRParents/layout/Nemours_logo.png, set-origin-server reports: using server origin.server.com:80
    [26/Feb/2010:16:11:28] fine ( 9416): for host 192.168.1.153 trying to GET /licensees/licensee1/images/IRParents/layout/Nemours_logo.png, service-http reports: attempting to contact origin.server.com:80
    [26/Feb/2010:16:11:28] fine ( 9416): for host 192.168.1.153 trying to GET /licensees/licensee1/images/IRParents/layout/Nemours_logo.png, reusing existing persistent connection to origin.server.com:80
    [26/Feb/2010:16:11:54] fine ( 9416): GC: partition index : 0, changed blocks : 0
    [26/Feb/2010:16:12:39] fine ( 9416): GC: partition index : 0, changed blocks : 0
    [26/Feb/2010:16:13:24] fine ( 9416): GC: partition index : 0, changed blocks : 0
    [26/Feb/2010:16:14:09] fine ( 9416): GC: partition index : 0, changed blocks : 0
    [26/Feb/2010:16:14:54] fine ( 9416): GC: partition index : 0, changed blocks : 0but i did get the url database to populate when i setup a "cache batch update" but even those urls, are not served from the cache when i try to access them via the browser - I am using Firefox - seems like when i make the request via the browser, the cache is not being used.
    Edited by: hello343 on Feb 26, 2010 9:29 PM
    Edited by: hello343 on Feb 26, 2010 9:33 PM

    i was missing the reverse mapping - that fixed the issue.

Maybe you are looking for

  • Poor fps rates in tera online and dell pc checkup graphics test

    I am trying to play a online game called tera online but poor fps is making it impossible the game support techs say my comp should have no problem with it I have a diagnostic report from them (I don't know what ip addresses might put me at risk so I

  • Link in a Table

    Hi, I am having a bit of trouble with links in an Advanced Table, could anyone please help me with the below issue. I have the below code: OAMessageStyledTextBean mstBeanDay1 = (OAMessageStyledTextBean)webBean.findIndexedChildRecursive("day1"); OADat

  • Lumia 520 unlock button

    I bought my Lumia 520 not far from release date, and two months later i had a unlock button problem but i thought it was just software and i reset and it didn't change and because the Nokia care centre is far from me i had to use the cam button to un

  • Transport of sap queries report with variants

    We created an ABAP Query report (it is system generated report). We created Z transactions to which we attached generated report. We added Z transaction, User group & infoset in transport & transported same to quality system. For some transactions re

  • Why isn't my iPhone showing up on my iCloud so I can use the Find My iPhone app?

    Hey, okay so I have misplaced my iPhone and it has the Find My iPhone app on it, and is registered, but is not showing up on my iCloud so I can try to activate it.  Is there anything I can do or any alternate process to locate it besides via iCloud?