Janarthanan created FALCON-1298:
-----------------------------------
Summary: Falcon build issue - Not progressing after build for
falcon-web application starts
Key: FALCON-1298
URL: https://issues.apache.org/jira/browse/FALCON-1298
Project: Falcon
Issue Type: Bug
Reporter: Janarthanan
I have tried to build Falcon 0.6 on a Mac OS (with 1.7 JDK / Mvn 3.3).
Followed the instructions given in falcon build & installation link (command :
mvn clean install).
Below is the last part of the execution log from my console, where the build
stops progressing.
Execution log as below:
[INFO] --- maven-antrun-plugin:1.6:run (default) @ falcon-webapp ---
[INFO] Executing tasks
main:
[copy] Copying 1 file to
/Users/administrator/Downloads/falcon-sources-0.6.1/webapp/target/webapps
[INFO] Executed tasks
[INFO]
[INFO] >>> maven-jetty-plugin:6.1.26:run (start-jetty) > test-compile @
falcon-webapp >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-property) @
falcon-webapp ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.0:create (default) @ falcon-webapp ---
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] Executing: /bin/sh -c cd
/Users/administrator/Downloads/falcon-sources-0.6.1/webapp && git show
[INFO] Working directory:
/Users/administrator/Downloads/falcon-sources-0.6.1/webapp
[WARNING] Cannot get the revision information from the scm repository,
proceeding with revision of release :
Exception while executing SCM command.
[INFO] Storing buildNumber: release at timestamp: 1435270063291
[INFO] Executing: /bin/sh -c cd
/Users/administrator/Downloads/falcon-sources-0.6.1/webapp && git show
[INFO] Working directory:
/Users/administrator/Downloads/falcon-sources-0.6.1/webapp
[WARNING] Cannot get the branch information from the scm repository, proceeding
with UNKNOWN_BRANCH :
Exception while executing SCM command.
[INFO] Storing buildScmBranch: UNKNOWN_BRANCH
[INFO]
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-resources) @
falcon-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO]
[INFO] --- maven-dependency-plugin:2.8:unpack (unpack) @ falcon-webapp ---
[INFO] Configured Artifact: org.apache.oozie:oozie-client:?:jar
[INFO] oozie-client-4.1.0-falcon.jar already unpacked.
[INFO]
[INFO] --- maven-remote-resources-plugin:1.4:process (default) @ falcon-webapp
---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @
falcon-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 1 resource
[INFO] Copying 1 resource
[INFO] Copying 2 resources to META-INF
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @
falcon-webapp ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @
falcon-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 27 resources
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @
falcon-webapp ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] <<< maven-jetty-plugin:6.1.26:run (start-jetty) < test-compile @
falcon-webapp <<<
[INFO]
[INFO] --- maven-jetty-plugin:6.1.26:run (start-jetty) @ falcon-webapp ---
[INFO] Configuring Jetty for project: Apache Falcon Web Application
[INFO] Webapp source directory =
/Users/administrator/Downloads/falcon-sources-0.6.1/webapp/src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] Classes =
/Users/administrator/Downloads/falcon-sources-0.6.1/webapp/target/classes
[INFO] Logging to org.slf4j.impl.SimpleLogger(org.mortbay.log) via
org.mortbay.log.Slf4jLog
[INFO] Context path = /falcon-webapp
[INFO] Tmp directory = determined at runtime
[INFO] Web defaults = org/mortbay/jetty/webapp/webdefault.xml
[INFO] Web overrides = none
[INFO] Adding overlay:
jar:file:/Users/administrator/.m2/repository/org/apache/falcon/falcon-hadoop-webapp/0.6.1/falcon-hadoop-webapp-0.6.1.war!/
[INFO] web.xml file =
/Users/administrator/Downloads/falcon-sources-0.6.1/webapp/src/main/webapp/WEB-INF/web.xml
[INFO] Webapp directory =
/Users/administrator/Downloads/falcon-sources-0.6.1/webapp/src/main/webapp
[INFO] Starting jetty 6.1.26 ...
[INFO] jetty-6.1.26
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in
[jar:file:/Users/administrator/Downloads/falcon-sources-0.6.1/webapp/target/work/lib/Jetty-6544182497814438991.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in
[jar:file:/Users/administrator/.m2/repository/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
[INFO] No Transaction manager found - if your webapp requires one, please
configure one.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)