on ‎2018 Jul 09 9:24 AM
Followed below steps to upgrade tomcat version to 8.0.52.
1.Delete the old tomcat server folder at hybris/bin/platform/tomcat. 2.Add a property in your local.properties or change the value to your desired tomcat version if it's existing, bundled.tomcat.version=8.0.52 3.Execute ant server. Maven will detect tomcat does not exist in the platform and will download the version specified.
Upgrade was done but the build was failed with below error log.
[jasper2] INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no T LDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time. [jasper2] java.io.FileNotFoundException: D:\TEST\HYBRISCOMM5700P_32\hybris\bin\platform\ext\maintenanceweb\web\webroot}\WEB-INF\gen_web.xml (The system cannot find the path specified) [jasper2] at java.io.FileOutputStream.open0(Native Method) [jasper2] at java.io.FileOutputStream.open(FileOutputStream.java:270) [jasper2] at java.io.FileOutputStream.(FileOutputStream.java:213) [jasper2] at java.io.FileOutputStream.(FileOutputStream.java:162) [jasper2] at org.apache.jasper.JspC.openWebxmlWriter(JspC.java:1727) [jasper2] at org.apache.jasper.JspC.initWebXml(JspC.java:1473) [jasper2] at org.apache.jasper.JspC.execute(JspC.java:1397) [jasper2] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292) [jasper2] at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) [jasper2] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [jasper2] at java.lang.reflect.Method.invoke(Method.java:498) [jasper2] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106) [jasper2] at org.apache.tools.ant.Task.perform(Task.java:348) [jasper2] at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:68) [jasper2] at sun.reflect.GeneratedMethodAccessor72.invoke(Unknown Source) [jasper2] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [jasper2] at java.lang.reflect.Method.invoke(Method.java:498) [jasper2] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106) [jasper2] at org.apache.tools.ant.Task.perform(Task.java:348) [jasper2] at net.sf.antcontrib.logic.OutOfDate.execute(OutOfDate.java:457) [jasper2] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292) [jasper2] at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) [jasper2] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [jasper2] at java.lang.reflect.Method.invoke(Method.java:498) [jasper2] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106) [jasper2] at org.apache.tools.ant.Task.perform(Task.java:348) [jasper2] at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:68) [jasper2] at sun.reflect.GeneratedMethodAccessor72.invoke(Unknown Source) [jasper2] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [jasper2] at java.lang.reflect.Method.invoke(Method.java:498) [jasper2] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106) [jasper2] at org.apache.tools.ant.Task.perform(Task.java:348) [jasper2] at net.sf.antcontrib.logic.TryCatchTask.execute(TryCatchTask.java:207) [jasper2] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292) [jasper2] at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) [jasper2] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [jasper2] at java.lang.reflect.Method.invoke(Method.java:498)
Can anyone encounters the above issue and solution.
Regards,
Request clarification before answering.
Hello,
I have the same problem and I found this in the SAP ticket if it could help you or anyone else :
https://apps.support.sap.com/sap/support/knowledge/en/2697117
For me the problem was with the deploying.xml file which had been changed for the project and with the upgrade, the file wasnt correct anymore.
regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.