You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Jacek Laskowski <ja...@laskowski.net.pl> on 2008/01/08 09:57:28 UTC

DeploymentException: Could not scan module for TLD files: web-references-war.war Filename too long at Building Geronimo TestSuite

Hi,

While building today's sources I've noticed that Geronimo sufers from
the widely known and beloved by Jason et al's Windows issue "Filename
too long" in the test suite.

[INFO] [INFO] ----------------------------------------------------------------------------
[INFO] [INFO] Building Geronimo TestSuite :: Test Web References :: EAR
[INFO] [INFO]    task-segment: [install]
[INFO] [INFO] ----------------------------------------------------------------------------
[INFO] [INFO] [enforcer:enforce {execution: default}]
[INFO] [INFO] [ear:generate-application-xml]
[INFO] [INFO] Generating application.xml
[INFO] [INFO] [tools:copy-legal-files {execution: install-legal-files}]
[INFO] [INFO] Created dir:
C:\oss\geronimo\testsuite\web-testsuite\test-web-references\web-references-ear\target\classes\META-INF
[INFO] [INFO] Copying 2 files to
C:\oss\geronimo\testsuite\web-testsuite\test-web-references\web-references-ear\target\classes\META-INF
[INFO] [INFO] [resources:resources]
[INFO] [INFO] Using default encoding to copy filtered resources.
[INFO] [INFO] [resources:testResources {execution: default}]
[INFO] [INFO] Using default encoding to copy filtered resources.
[INFO] [INFO] [compiler:testCompile {execution: default}]
[INFO] [INFO] Compiling 1 source file to
C:\oss\geronimo\testsuite\web-testsuite\test-web-references\web-references-ear\target\test-classes
[INFO] [INFO] [surefire:test {execution: test}]
[INFO] [INFO] Tests are skipped.
[INFO] [INFO] [ear:ear]
[INFO] [INFO] Copying
artifact[war:org.apache.geronimo.testsuite:web-references-war:2.1-SNAPSHOT]
to[web-references-war.war]
[INFO] [INFO] Copying
artifact[ejb:org.apache.geronimo.testsuite:web-references-ejb:2.1-SNAPSHOT]
to[web-references-ejb.jar]
[INFO] [INFO] Copy ear resources to
C:\oss\geronimo\testsuite\web-testsuite\test-web-references\web-references-ear\target\web-references-ear-2.1-SNAPSHOT
[INFO] [INFO] Could not find manifest file:
C:\oss\geronimo\testsuite\web-testsuite\test-web-references\web-references-ear\src\main\application\META-INF\MANIFEST.MF
- Generating one
[INFO] [INFO] Building jar:
C:\oss\geronimo\testsuite\web-testsuite\test-web-references\web-references-ear\target\web-references-ear-2.1-SNAPSHOT.ear
[INFO] [INFO] [selenium:start-server {execution: start-server}]
[INFO] [INFO] Starting Selenium server...
[INFO] [INFO] Created dir:
C:\oss\geronimo\testsuite\web-testsuite\test-web-references\web-references-ear\target\selenium
[INFO] Launching Selenium Server
[INFO] Waiting for Selenium Server...
[INFO] Selenium Server started
[INFO] [INFO] Redirecting output to:
C:\oss\geronimo\testsuite\web-testsuite\test-web-references\web-references-ear\target\selenium\server.log
[INFO] [INFO] User extensions:
C:\oss\geronimo\testsuite\web-testsuite\test-web-references\web-references-ear\target\selenium\user-extensions.js
[INFO] Downloading:
http://download.java.net/maven/1//woodstox/poms/wstx-asl-3.2.1.pom
[INFO] Downloading:
http://people.apache.org/repo/m2-incubating-repository//woodstox/wstx-asl/3.2.1/wstx-asl-3.2.1.pom
[INFO] Downloading:
http://repo1.maven.org/maven2/woodstox/wstx-asl/3.2.1/wstx-asl-3.2.1.pom
[INFO] Downloading:
http://download.java.net/maven/1//woodstox/poms/wstx-asl-3.2.1.pom
[INFO] Downloading:
http://people.apache.org/repo/m2-incubating-repository//woodstox/wstx-asl/3.2.1/wstx-asl-3.2.1.pom
[INFO] Downloading:
http://repo1.maven.org/maven2/woodstox/wstx-asl/3.2.1/wstx-asl-3.2.1.pom
[INFO] [INFO] [geronimo:deploy-module {execution: deploy-ears}]
[INFO] [INFO] Using non-artifact based module archive:
C:\oss\geronimo\testsuite\web-testsuite\test-web-references\web-references-ear\target\web-references-ear-2.1-SNAPSHOT.ear
[INFO] [INFO] Using non-artifact based plan: null
[INFO] [INFO] Distributing module artifact:
C:\oss\geronimo\testsuite\web-testsuite\test-web-references\web-references-ear\target\web-references-ear-2.1-SNAPSHOT.ear
with plan null
[WARNING] log4j:WARN No appenders could be found for logger
(org.apache.geronimo.deployment.plugin.factories.BaseDeploymentFactory).
[WARNING] log4j:WARN Please initialize the log4j system properly.
[WARNING] Deployer operation failed: Could not scan module for TLD
files: web-references-war.war Filename too long
[WARNING] org.apache.geronimo.common.DeploymentException: Could not
scan module for TLD files: web-references-war.war Filename too long
[WARNING]       at
org.apache.geronimo.jasper.deployment.JspModuleBuilderExtension.scanModule(JspModuleBuilderExtension.java:295)
[WARNING]       at
org.apache.geronimo.jasper.deployment.JspModuleBuilderExtension.getTldFiles(JspModuleBuilderExtension.java:236)
[WARNING]       at
org.apache.geronimo.jasper.deployment.JspModuleBuilderExtension.createJspClassFinder(JspModuleBuilderExtension.java:179)
[WARNING]       at
org.apache.geronimo.jasper.deployment.JspModuleBuilderExtension.addGBeans(JspModuleBuilderExtension.java:149)
[WARNING]       at
org.apache.geronimo.jetty6.deployment.JettyModuleBuilder.addGBeans(JettyModuleBuilder.java:485)
[WARNING]       at
org.apache.geronimo.j2ee.deployment.SwitchingModuleBuilder.addGBeans(SwitchingModuleBuilder.java:165)
[WARNING]       at
org.apache.geronimo.j2ee.deployment.EARConfigBuilder.buildConfiguration(EARConfigBuilder.java:628)
[WARNING]       at
org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:246)
[WARNING]       at
org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:125)

Jacek

-- 
Jacek Laskowski
http://www.JacekLaskowski.pl