Forum Discussion

Roo_150490's avatar
Roo_150490
Icon for Nimbostratus rankNimbostratus
Oct 01, 2014

Troubleshooting Portal Access Resources

Hi DevCentral,

 

I had a number of portal access resources configured to allow me access to internally configured web applications from outside the network via APM. It all worked. Today, some of them (not all) seem to be failing. Where would I start the troubleshooting of this?

 

I'm looking in /var/log/apm but cant seem to find anything useful there.

 

When I click the portal access apps, Internet explorer comes straight back with 'This page cannot be displayed' it tried going to https://MyAPMAddress.com/f5-w-RandomString which is what it normally does, but the apps arent firing.

 

Thanks

 

7 Replies

  • Hi Kunjan,

     

    i havent changed anything, since it used to work. where do i check this?

     

  • kunjan's avatar
    kunjan
    Icon for Nimbostratus rankNimbostratus

    It's under Virtual server settings under Acceleration settings. If yes you may try to clear ramcache.

     

    tmsh delete ltm profile ramcache all

     

  • Hi Kunjan,

     

    its set to optimized-caching.

     

    i tried deleted the ramcache, but still the same issue.

     

    really confused, as I said, all my portal apps where working. The actual apps continue to work if I go to them directly when connected to my LAN.

     

  • kunjan's avatar
    kunjan
    Icon for Nimbostratus rankNimbostratus

    May be can try to take out the web acceleration (None).

     

    To troubleshoot further, enable logging for portal access with information/debug and check the logs at the logs under /var/log/rewrite*

     

  • Hi Kunjan,

     

    I tried taking out the Web Acceleration but that didnt help. Enabled the logging for portal access and have copied a snippet of the logs (i couldnt the copy all of it as it was being identified as spam) during an attempted access below. Could the issue be to do with this line:

     

    headerValues: Not found for uri:/

     

    13> Oct 14 12:43:21 srvVLBLLX001 notice rewrite - RewritePlugin.cpp:889 : Connecting to backend address: ::ffff:10.48.46.42, port: 80 <13> Oct 14 12:43:21 srvVLBLLX001 notice rewrite - RewritePlugin.cpp:901 : Backend Host : http://srvsgdllm001.blanked.out.com <13> Oct 14 12:43:21 srvVLBLLX001 notice rewrite - RewritePlugin.cpp:2679 : TMEVT_REQUEST_DONE - Uri: / <13> Oct 14 12:43:21 srvVLBLLX001 notice rewrite - RewritePlugin.cpp:2685 : TMEVT_REQUEST_DONE - Waiting for session queries to complete <13> Oct 14 12:43:21 srvVLBLLX001 notice rewrite - RewritePlugin.cpp:2513 : TMEVT_SESSION_RESULT - Uri: / <13> Oct 14 12:43:21 srvVLBLLX001 notice rewrite - RewritePlugin.cpp:2517 : TMEVT_SESSION_RESULT->REWRITE_READ_COOKIE_REQUEST: / <13> Oct 14 12:43:21 srvVLBLLX001 notice rewrite - RewritePlugin.cpp:2526 : Generation-ID 0 for URI: / <13> Oct 14 12:43:21 srvVLBLLX001 notice rewrite - RewritePlugin.cpp:2679 : TMEVT_REQUEST_DONE - Uri: / <13> Oct 14 12:43:21 srvVLBLLX001 notice rewrite - RewritePlugin.cpp:2721 : TMEVT_REQUEST_DONE - raising REWRITE_REQUEST_DONE <13> Oct 14 12:43:21 srvVLBLLX001 notice rewrite - RewritePlugin.cpp:3057 : TMEVT_TCL_EVENT_DONE - Uri: / <13> Oct 14 12:43:21 srvVLBLLX001 notice rewrite - RewritePlugin.cpp:3060 : TMEVT_TCL_EVENT_DONE - unhold REQUEST_DONE <13> Oct 14 12:43:21 srvVLBLLX001 notice rewrite - RewritePlugin.cpp:2789 : TMEVT_RESPONSE - Uri: / <13> Oct 14 12:43:21 srvVLBLLX001 notice rewrite - RewritePlugin.cpp:320 : headerValues: Set-Cookie for uri:/ <13> Oct 14 12:43:21 srvVLBLLX001 notice rewrite - RewritePlugin.cpp:336 : headerValues: strcasecmp(Connection, Set-Cookie, 10) for uri:/ <13> Oct 14 12:43:21 srvVLBLLX001 notice rewrite - RewritePlugin.cpp:376 : headerValues: Not found for uri:/ <13> Oct 14 12:43:21 srvVLBLLX001 notice rewrite - RewritePlugin.cpp:3419 : Cookies count from session: 0, URI:/ <13> Oct 14 12:43:21 srvVLBLLX001 notice rewrite - RewritePlugin.cpp:3421 : Cookies count from response: 0, URI:/ <13> Oct 14 12:43:21 srvVLBLLX001 notice rewrite - RewritePlugin.cpp:3438 : Combined cookies count: 0, URI:/ <13> Oct 14 12:43:21 srvVLBLLX001 notice rewrite - RewritePlugin.cpp:2818 : Response Status : 302 Found, Hint U, URI: / <13> Oct 14 12:43:21 srvVLBLLX001 notice rewrite - RewritePlugin.cpp:2829 : Response Content-Type: <13> Oct 14 12:43:21 srvVLBLLX001 notice rewrite - RewritePlugin.cpp:917 : SetContentHint: Content-Type: , Hint: H, status 302 <13> Oct 14 12:43:21 srvVLBLLX001 notice rewrite - RewritePlugin.cpp:945 : setParser: From Hint: U, GetContentHint: H

     

    • alex100_194614's avatar
      alex100_194614
      Icon for Nimbostratus rankNimbostratus
      Where you able to figure it out? I am facing similar issue at the moment?