Hi All, Since yesterday, I am getting the following error while assembling...
========================================================= org/apache/falcon/messaging/EntityInstanceMessageListener.java longer than 100 characters. [WARNING] Entry: falcon-sources-0.4-incubating-SNAPSHOT/messaging/src/main/java/org/apache/falcon/messaging/EntityInstanceMessage.java longer than 100 characters. [WARNING] Entry: falcon-sources-0.4-incubating-SNAPSHOT/messaging/src/main/java/org/apache/falcon/messaging/MessageProducer.java longer than 100 characters. [WARNING] Entry: falcon-sources-0.4-incubating-SNAPSHOT/messaging/src/main/java/org/apache/falcon/messaging/EntityInstanceMessageCreator.java longer than 100 characters. [WARNING] Entry: falcon-sources-0.4-incubating-SNAPSHOT/messaging/src/test/java/org/apache/falcon/messaging/FalconTopicProducerTest.java longer than 100 characters. [WARNING] Entry: falcon-sources-0.4-incubating-SNAPSHOT/messaging/src/test/java/org/apache/falcon/messaging/FeedProducerTest.java longer than 100 characters. [WARNING] Entry: falcon-sources-0.4-incubating-SNAPSHOT/messaging/src/test/java/org/apache/falcon/messaging/ProcessProducerTest.java longer than 100 characters. [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Build Tools ....................................... SUCCESS [0.195s] [INFO] Apache Falcon ..................................... *FAILURE* [6:58.723s] [INFO] Apache Falcon CLI client .......................... SUCCESS [0.129s] [INFO] Apache Falcon Metrics ............................. SUCCESS [0.050s] [INFO] Apache Falcon Test Utility ........................ SUCCESS [0.019s] [INFO] Apache Falcon Commons ............................. SUCCESS [0.072s] [INFO] Apache Falcon Hadoop Dependencies ................. SUCCESS [0.015s] [INFO] Apache Falcon Oozie EL Extension .................. SUCCESS [0.009s] [INFO] Apache Falcon Embedded Hadoop - Test Cluster ...... SUCCESS [0.076s] [INFO] Apache Falcon Messaging ........................... SUCCESS [0.014s] [INFO] Apache Falcon Oozie Adaptor ....................... SUCCESS [0.103s] [INFO] Apache Falcon Feed ................................ SUCCESS [0.013s] [INFO] Apache Falcon Process ............................. SUCCESS [0.023s] [INFO] Apache Falcon Acquisition ......................... SUCCESS [0.004s] [INFO] Apache Falcon Replication ......................... SUCCESS [0.008s] [INFO] Apache Falcon Retention ........................... SUCCESS [0.009s] [INFO] Apache Falcon Archival ............................ SUCCESS [0.004s] [INFO] Apache Falcon Rerun ............................... SUCCESS [0.019s] [INFO] Apache Falcon Prism ............................... SUCCESS [0.220s] [INFO] Apache Falcon Web Application ..................... SUCCESS [0.169s] [INFO] Apache Falcon Documentation ....................... SUCCESS [0.017s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 7:01.591s [INFO] Finished at: Fri Nov 29 12:46:09 IST 2013 [INFO] Final Memory: 195M/494M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-5:assembly (default-cli) on project falcon-main: Failed to create assembly: Error creating assembly archive sources: Problem creating TAR: request to write '0' bytes exceeds size in header of '-1983283200' bytes -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :falcon-main ================================================================== Though not helped, I have tried all the suggested methods I found on the web searches. Did anyone happen to solve this type of error before ? Please help. *Please note there are no unicode filenames in my understanding. * *I have put a unicode character in webapp jsp files and I removed that in anticipation that it may be the culprit.* Now I will be trying to use maven-assembly-plugin:2.3 as someone suggested on web. let me try that by someone looks at this mail. -Siva
