If you already have a JDK version installed on your machine, but then you change it to another version (for example, after installing latest java patch for jdk 1.6 which includes a fix for TLSv1.2), you will probably get something like this when starting up your instance:
11:15:09,925 WARNING [config] Unable to process deployment descriptor for context '/DCS-CSR-UI'
11:15:09,925 INFO [config] Initializing Mojarra (1.2_12-b01-FCS) for context '/DCS-CSR-UI'
11:15:09,959 INFO [TomcatDeployment] deploy, ctxPath=/DCS-CSR
11:15:09,976 WARNING [config] Unable to process deployment descriptor for context '/DCS-CSR'
11:15:09,977 INFO [config] Initializing Mojarra (1.2_12-b01-FCS) for context '/DCS-CSR'
11:15:10,001 INFO [TomcatDeployment] deploy, ctxPath=/ServiceFramework
11:15:10,014 WARNING [config] Unable to process deployment descriptor for context '/ServiceFramework'
11:15:10,014 INFO [config] Initializing Mojarra (1.2_12-b01-FCS) for context '/ServiceFramework'
11:15:10,041 INFO [TomcatDeployment] deploy, ctxPath=/tru
11:15:10,055 WARNING [config] Unable to process deployment descriptor for context '/tru'
11:15:10,055 INFO [config] Initializing Mojarra (1.2_12-b01-FCS) for context '/tru'
11:15:10,098 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-8080
11:15:10,117 INFO [AjpProtocol] Starting Coyote AJP/1.3 on ajp-0.0.0.0-8009
11:15:10,125 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-8443
11:15:10,134 INFO [ServerImpl] JBoss (Microcontainer) [5.1.0.GA (build: SVNTag=JBoss_5_1_0_GA date=200905221053)] Started in 23s:685ms
If you don't want to reinstall your ATG version, all you need to do is update these files with the correct JDK within your ATG installation:
11:15:09,925 WARNING [config] Unable to process deployment descriptor for context '/DCS-CSR-UI'
11:15:09,925 INFO [config] Initializing Mojarra (1.2_12-b01-FCS) for context '/DCS-CSR-UI'
11:15:09,959 INFO [TomcatDeployment] deploy, ctxPath=/DCS-CSR
11:15:09,976 WARNING [config] Unable to process deployment descriptor for context '/DCS-CSR'
11:15:09,977 INFO [config] Initializing Mojarra (1.2_12-b01-FCS) for context '/DCS-CSR'
11:15:10,001 INFO [TomcatDeployment] deploy, ctxPath=/ServiceFramework
11:15:10,014 WARNING [config] Unable to process deployment descriptor for context '/ServiceFramework'
11:15:10,014 INFO [config] Initializing Mojarra (1.2_12-b01-FCS) for context '/ServiceFramework'
11:15:10,041 INFO [TomcatDeployment] deploy, ctxPath=/tru
11:15:10,055 WARNING [config] Unable to process deployment descriptor for context '/tru'
11:15:10,055 INFO [config] Initializing Mojarra (1.2_12-b01-FCS) for context '/tru'
11:15:10,098 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-8080
11:15:10,117 INFO [AjpProtocol] Starting Coyote AJP/1.3 on ajp-0.0.0.0-8009
11:15:10,125 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-8443
11:15:10,134 INFO [ServerImpl] JBoss (Microcontainer) [5.1.0.GA (build: SVNTag=JBoss_5_1_0_GA date=200905221053)] Started in 23s:685ms
If you don't want to reinstall your ATG version, all you need to do is update these files with the correct JDK within your ATG installation:
- $ATG_HOME\installconfig\config.xml
- $ATG_HOME\installconfig\configXMLproperties.txt
- $ATG_HOME\localconfig\dasEnv.bat
Comments
Post a Comment