Genexus X Ev3 and Tomcat error 7.0.54

Asked

Viewed 1,131 times

1

I’m using Genexus X Ev3 to generate a web application with Java and I am using SDK 7 Update 55. I recently upgraded my Tomcat to version 7.0.54 and I started having the following error in the Tomcat log:

org.apache.Catalina.Lifecycleexception: Failed to start Component [Standardengine[Catalina]. Standardhost[localhost]. Standardcontext[/Cursogxparte11javasqllocal]] at org.apache.Catalina.util.Lifecyclebase.start(Lifecyclebase.java:154) at org.apache.Catalina.startup.Hostconfig.Reload(Hostconfig.java:1487) at org.apache.Catalina.startup.Hostconfig.checkResources(Hostconfig.java:1465) at org.apache.Catalina.startup.Hostconfig.check(Hostconfig.java:1649) at org.apache.Catalina.startup.Hostconfig.lifecycleEvent(Hostconfig.java:328) at org.apache.Catalina.util.Lifecyclesupport.fireLifecycleEvent(Lifecyclesupport.java:117) at org.apache.Catalina.util.Lifecyclebase.fireLifecycleEvent(Lifecyclebase.java:90) at org.apache.Catalina.core.Containerbase.backgroundProcess(Containerbase.java:1374) at org.apache.Containerbase$Containerbackgroundprocessor.processChildren(Containerbase.java:1530) at org.apache.Containerbase$Containerbackgroundprocessor.processChildren(Containerbase.java:1540) at org.apache.Catalina.core.Containerbase$Containerbackgroundprocessor.run(Containerbase.java:1519) at java.lang.Thread.run(Unknown Source) Caused by: java.lang.Nosuchmethooverthrow: org.apache.Tomcat.util.file.Matcher.tokenizePathAsArray(Ljava/lang/String;)[Ljava/lang/String; at com.genexus.webpanels.GXJarScanner.scan(Gxjarscanner.java:154) at org.apache.Catalina.startup.Contextconfig.processJarsForWebFragments(Contextconfig.java:1871) at org.apache.Catalina.startup.Contextconfig.webConfig(Contextconfig.java:1259) at org.apache.Catalina.startup.Contextconfig.configureStart(Contextconfig.java:876) at org.apache.Catalina.startup.Contextconfig.lifecycleEvent(Contextconfig.java:374) at org.apache.Catalina.util.Lifecyclesupport.fireLifecycleEvent(Lifecyclesupport.java:117) at org.apache.Catalina.util.Lifecyclebase.fireLifecycleEvent(Lifecyclebase.java:90) at org.apache.Catalina.core.Standardcontext.startInternal(Standardcontext.java:5355) at org.apache.Catalina.util.Lifecyclebase.start(Lifecyclebase.java:150)

Any idea??

2 answers

1


0

I ran a test with an application generated by Genexus X Ev3 using Tomcat 7.0.52 and it works. I did an installation of Tomcat 7.0.54 and I had the same error as you using the same application that works with Tomcat 7.0.52, that is, an HTTP 404 error and in the Tomcat log appeared an error like 'failed to start Component'.

As it worked for me with Tomcat 7.0.52 and you said you recently upgraded to Tomcat 7.0.54, maybe you can regress to Tomcat 7.0.52.

You can download it in http://archive.apache.org/dist/tomcat/tomcat-7/

I believe it’s a problem between this version of Genexus and the version of Tomcat 7.0.54.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.