I generally am able to check out trunk and build using mvn clean install with no trouble.
This NullPointerException is something I have never seen before… kind of strange… looks like for some reason it cannot find jython. I wonder if you have set your CLASSPATH to something that is messing up the sphinx maven plugin. Regards Mike On Tuesday, June 5, 2012 at 2:00 PM, Mohammad Tariq wrote: > I am using Ubuntu 11.10..I'll give it a try with Maven 3.x...Am I > missing something(something that is not there in the guides and you > think is necessary)?? I have followed the instructions several times, > but perhaps I am doing something wrong. > > Regards, > Mohammad Tariq > > > On Wed, Jun 6, 2012 at 1:39 AM, Mike Percy <[email protected] > (mailto:[email protected])> wrote: > > Can you try Maven 3.x? Also, what platform are you on? > > > > I thought I had made the new docs build stuff compatible with Maven 2.x but > > I have not tested that configuration yet. I know the build works on Mac and > > Linux with Maven 3.x. > > > > Regards, > > Mike > > > > > > On Tue, Jun 5, 2012 at 11:55 AM, Mohammad Tariq <[email protected] > > (mailto:[email protected])> wrote: > > > > > > Hello Mike, > > > > > > I am using 2.2.1 > > > > > > Regards, > > > Mohammad Tariq > > > > > > > > > On Tue, Jun 5, 2012 at 9:53 PM, Mike Percy <[email protected] > > > (mailto:[email protected])> wrote: > > > > What version of Maven are you running? > > > > > > > > Thanks, > > > > Mike > > > > > > > > > > > > On Tuesday, June 5, 2012, Mohammad Tariq wrote: > > > > > > > > > > I am not able to build 1.2(trunk). I am getting following error when I > > > > > issue mvn package - > > > > > > > > > > [INFO] [site:site {execution: flume-site}] > > > > > [INFO] Parent project loaded from repository: org.apache:apache:pom:9 > > > > > [INFO] Relativizing decoration links with respect to project URL: > > > > > http://www.apache.org/flume-parent > > > > > [INFO] Rendering site with > > > > > org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin. > > > > > [INFO] Generating "Issue Tracking" report --- Maven Project Info > > > > > Reports Plugin 2.4 > > > > > [INFO] Generating "Project License" report --- Maven Project Info > > > > > Reports Plugin 2.4 > > > > > [INFO] Generating "Mailing Lists" report --- Maven Project Info > > > > > Reports Plugin 2.4 > > > > > [INFO] Generating "Project Team" report --- Maven Project Info > > > > > Reports Plugin 2.4 > > > > > [INFO] Generating "Documentation via sphinx" report. > > > > > [INFO] Unpacking sphinx to /home/mohammad/flume/target/sphinx > > > > > [INFO] Running sphinx on /home/mohammad/flume/flume-ng-doc/sphinx, > > > > > output will be placed in /home/mohammad/flume/target/site > > > > > [INFO] > > > > > > > > > > ------------------------------------------------------------------------ > > > > > [ERROR] FATAL ERROR > > > > > [INFO] > > > > > > > > > > ------------------------------------------------------------------------ > > > > > [INFO] null > > > > > [INFO] > > > > > > > > > > ------------------------------------------------------------------------ > > > > > [INFO] Trace > > > > > java.lang.NullPointerException > > > > > at > > > > > org.tomdz.maven.sphinx.SphinxMojo.runSphinx(SphinxMojo.java:234) > > > > > at > > > > > org.tomdz.maven.sphinx.SphinxMojo.executeReport(SphinxMojo.java:156) > > > > > at > > > > > > > > > > org.apache.maven.reporting.AbstractMavenReport.generate(AbstractMavenReport.java:135) > > > > > at > > > > > > > > > > org.apache.maven.plugins.site.ReportDocumentRenderer.renderDocument(ReportDocumentRenderer.java:228) > > > > > at > > > > > > > > > > org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.renderModule(DefaultSiteRenderer.java:319) > > > > > at > > > > > > > > > > org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.render(DefaultSiteRenderer.java:135) > > > > > at > > > > > org.apache.maven.plugins.site.SiteMojo.renderLocale(SiteMojo.java:175) > > > > > at > > > > > org.apache.maven.plugins.site.SiteMojo.execute(SiteMojo.java:138) > > > > > at > > > > > > > > > > org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490) > > > > > at > > > > > > > > > > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694) > > > > > at > > > > > > > > > > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556) > > > > > at > > > > > > > > > > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535) > > > > > at > > > > > > > > > > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387) > > > > > at > > > > > > > > > > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348) > > > > > at > > > > > > > > > > org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180) > > > > > at > > > > > org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328) > > > > > at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138) > > > > > at org.apache.maven.cli.MavenCli.main(MavenCli.java:362) > > > > > at > > > > > org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60) > > > > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > > > > at > > > > > > > > > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > > > > > at > > > > > > > > > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > > > > > at java.lang.reflect.Method.invoke(Method.java:597) > > > > > at > > > > > org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) > > > > > at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) > > > > > at > > > > > org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) > > > > > at org.codehaus.classworlds.Launcher.main(Launcher.java:375) > > > > > [INFO] > > > > > > > > > > ------------------------------------------------------------------------ > > > > > [INFO] Total time: 1 minute 16 seconds > > > > > [INFO] Finished at: Tue Jun 05 17:02:09 IST 2012 > > > > > [INFO] Final Memory: 85M/407M > > > > > [INFO] > > > > > > > > > > ------------------------------------------------------------------------ > > > > > > > > > > Am I missing something??I have followed the steps given here - > > > > > https://cwiki.apache.org/FLUME/getting-started.html > > > > > Regards, > > > > > Mohammad Tariq > > > > > > > > > > > > > > > On Tue, Jun 5, 2012 at 4:45 PM, ashutosh(오픈플랫폼개발팀) > > > > > <[email protected] (mailto:[email protected])> wrote: > > > > > > Thank you Alex! > > > > > > > > > > > > Regards, > > > > > > Ashutosh > > > > > > > > > > > > On Jun 5, 2012, at 7:00 PM, "alo alt" <[email protected] > > > > > > (mailto:[email protected])> > > > > > > wrote: > > > > > > > > > > > > > Hi, > > > > > > > http://www.slideshare.net/mapredit/apache-flume-ng > > > > > > > > > > > > > > > > > > > > > http://archive.cloudera.com/cdh4/cdh/4/flume-ng-1.1.0-cdh4.0.0b2/FlumeUserGuide.html > > > > > > > > > > > > > > 1.1x is stable. > > > > > > > > > > > > > > cheers > > > > > > > - Alex > > > > > > > > > > > > > > -- > > > > > > > Alexander Alten-Lorenz > > > > > > > http://mapredit.blogspot.com > > > > > > > German Hadoop LinkedIn Group: http://goo.gl/N8pCF > > > > > > > > > > > > > > On Jun 5, 2012, at 11:53 AM, ashutosh(오픈플랫폼개발팀) wrote: > > > > > > > > > > > > > > > Hi, > > > > > > > > > > > > > > > > I am planning to use Flume for the data collection. I just want > > > > > > > > to > > > > > > > > know, which flume version should I use? Is the Flume 1.1 is > > > > > > > > stable > > > > > > > > release > > > > > > > > or beta one? Could you please highlight the advantages and > > > > > > > > differences > > > > > > > > between 0.9 and 1.1 version of flume? > > > > > > > > > > > > > > > > It'll help me to decided which version should I use. > > > > > > > > ---------------------------------------- > > > > > > > > ---------------------------------------- > > > > > > > > Thanks & Regards, > > > > > > > > Ashutosh Sharma > > > > > > > > ---------------------------------------- > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > 이 메일은 지정된 수취인만을 위해 작성되었으며, 중요한 정보나 저작권을 포함하고 있을 수 있습니다. 어떠한 권한 > > > > > > > > 없이, > > > > > > > > 본 > > > > > > > > 문서에 포함된 정보의 전부 또는 일부를 무단으로 제3자에게 공개, 배포, 복사 또는 사용하는 것을 엄격히 > > > > > > > > 금지합니다. > > > > > > > > 만약, 본 메일이 > > > > > > > > 잘못 전송된 경우, 발신인 또는 당사에 알려주시고, 본 메일을 즉시 삭제하여 주시기 바랍니다. > > > > > > > > This E-mail may contain confidential information and/or > > > > > > > > copyright > > > > > > > > material. This email is intended for the use of the addressee > > > > > > > > only. > > > > > > > > If you > > > > > > > > receive this email by mistake, please either delete it without > > > > > > > > reproducing, > > > > > > > > distributing or retaining copies thereof or notify the sender > > > > > > > > immediately. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > 이 메일은 지정된 수취인만을 위해 작성되었으며, 중요한 정보나 저작권을 포함하고 있을 수 있습니다. 어떠한 권한 없이, 본 > > > > > > 문서에 > > > > > > 포함된 정보의 전부 또는 일부를 무단으로 제3자에게 공개, 배포, 복사 또는 사용하는 것을 엄격히 금지합니다. 만약, 본 > > > > > > 메일이 잘못 > > > > > > 전송된 경우, 발신인 또는 당사에 알려주시고, 본 메일을 즉시 삭제하여 주시기 바랍니다. > > > > > > This E-mail may contain confidential information and/or copyright > > > > > > material. This email is intended for the use of the addressee only. > > > > > > If you > > > > > > receive this email by mistake, please either delete it without > > > > > > reproducing, > > > > > > distributing or retaining copies thereof or notify the sender > > > > > > immediately. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
