CA Service Management

 View Only
Expand all | Collapse all

Upgrade from Tomcat 7.0.23 to 7.0.55 for SDM 12.7

  • 1.  Upgrade from Tomcat 7.0.23 to 7.0.55 for SDM 12.7

    Posted Feb 18, 2015 04:05 PM

    Due to vulnerabilities in Tomcat 7.0.23 our security team is asking we upgrade tomcat to 7.0.55 or newer.

     

    I've reviewed TEC616742, which relates to upgrading Tomcat to 7.0.55 with SDM 12.9. Are there any additional considerations for 12.7?


    I've tested in our Dev environment, and while the services all appear to start and are running, I get a blank page from Tomcat on port 8080, while IIS responds fine on port 80. Anything related to Tomcat simply fails. There's no apparent Errors in the logs either.



  • 2.  Re: Upgrade from Tomcat 7.0.23 to 7.0.55 for SDM 12.7

    Posted Feb 18, 2015 11:13 PM

    Hi Mroy.

     

    When  you run pdm_status, does tomcat shows up and running?

     

    Thanks,

    Naveen



  • 3.  Re: Upgrade from Tomcat 7.0.23 to 7.0.55 for SDM 12.7

    Posted Feb 19, 2015 09:37 AM

    Yes, when running pdm_status it is in a running state:

    CA SA Tomcat  (pdm_tomcat_nxd) Running       S01TDSD07D      4396  Wed Feb 18 15:28:27

    CA SD Tomcat  (pdm_tomcat_nxd) Running       S01TDSD07D      2468  Wed Feb 18 15:28:31

     

    Though when I run pdm_tomcat_nxd -c status I get the following:  Unknown status (0) received for SERVICEDESK Tomcat

     

    I've updated the logging level to try and get a clearer picture of what's going on and why it's returning the unknown status.



  • 4.  Re: Upgrade from Tomcat 7.0.23 to 7.0.55 for SDM 12.7
    Best Answer

    Broadcom Employee
    Posted Feb 19, 2015 01:29 PM

    Hello Mroy2.2,


    The Techdoc is missing a key step.  Sorry it caused trouble. We're already in a process of publishing the correction already.


     

    After Step # 10, follow below steps:

     

    Edit the file  NX_ROOT\bopcfg\www\CATALINA_BASE\conf\catalina.properties

     

    Look for below entry in the file:

    shared.loader=

     

    Modify it to look like:

    shared.loader=${catalina.base}/shared/lib/*.jar,

     

    Save the file


    Restart Tomcat




    That should resolve the issue at hand.


    _R



  • 5.  Re: Upgrade from Tomcat 7.0.23 to 7.0.55 for SDM 12.7

    Posted Feb 24, 2015 06:59 AM

    I had a customer with the same problem. After adding the line of code from Raghu, all seems to be well and working OK.



  • 6.  Re: Upgrade from Tomcat 7.0.23 to 7.0.55 for SDM 12.7

    Broadcom Employee
    Posted Feb 24, 2015 09:49 AM

    Just an FYI, the techdoc now has the correct step in it.


    _R



  • 7.  Re: Upgrade from Tomcat 7.0.23 to 7.0.55 for SDM 12.7

    Posted Feb 26, 2015 02:15 PM

    Thanks Raghu, Correcting the catalina.properties allows the service to report correctly as started.

     

    The only issue I have remaining is that Tomcat returns a blank page instead of the expected login screen.



  • 8.  Re: Upgrade from Tomcat 7.0.23 to 7.0.55 for SDM 12.7

    Broadcom Employee
    Posted Feb 26, 2015 02:18 PM

    Maybe we are still missing some entry to load CAisd. 


    What does the pdm_tomcat.log look like right now ?


    _R



  • 9.  Re: Upgrade from Tomcat 7.0.23 to 7.0.55 for SDM 12.7

    Posted Feb 26, 2015 03:39 PM

    The pdm_tomcat.log isn't displaying any errors or warnings. In an attempt to restore the broken link as nothing was readily apparent. I've run pdm_configure, this fixed the blank page issue on Port 8080. I then and ran back through the tecdoc steps to confirm everything is set according to the docs directions.

     

    This looks to have fixed the extra issue of the blank page. I'll be repeating the steps again on Test server, I'll see if I can duplicate the results. So far aside from the extra configure step, looks like the missing line in the code was part of the main issue.



  • 10.  Re: Upgrade from Tomcat 7.0.23 to 7.0.55 for SDM 12.7

    Broadcom Employee
    Posted Feb 26, 2015 03:48 PM

    Totally agreed.  That shared lib path missing in the properties file caused the original problem for sure.

     

    I feel that the pdm_configure and upgrade might be some what coincidental, but different topics. Hopefully it wont give you the same grief in your Test server.

     

    _R



  • 11.  Re: Upgrade from Tomcat 7.0.23 to 7.0.55 for SDM 12.7

    Posted Apr 21, 2015 12:48 PM

    Just as a follow-up. Test Server and Production Server both required the extra PDM_Configure step. Not exactly sure why, but all is well and everything is running as well as can be expected.

     

    Thanks for all the help.