You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Valerio Schiavoni (JIRA)" <ji...@codehaus.org> on 2009/02/16 13:37:19 UTC

[jira] Commented: (DOXIASITETOOLS-16) NullPointerException

    [ http://jira.codehaus.org/browse/DOXIASITETOOLS-16?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=165782#action_165782 ] 

Valerio Schiavoni commented on DOXIASITETOOLS-16:
-------------------------------------------------

The stacktrace is a result of the command:
mvn release:perform -e -DconnectionUrl=scm:svn:svn+ssh://svn.forge.objectweb.org/svnroot/fractal/tags/FRACTAL_BF_0_5

The pom files causing the stacktrace are freely accessible by browsing the SVN:
http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/fractal/tags/FRACTAL_BF_0_5/

and the module that it causing the failire is:
http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/fractal/tags/FRACTAL_BF_0_5/core/pom.xml?rev=9145&view=markup


> NullPointerException
> --------------------
>
>                 Key: DOXIASITETOOLS-16
>                 URL: http://jira.codehaus.org/browse/DOXIASITETOOLS-16
>             Project: Maven Doxia Sitetools
>          Issue Type: Bug
>         Environment: Maven version: 2.0.9
> Java version: 1.5.0_16
> OS name: "mac os x" version: "10.5.6" arch: "i386" Family: "unix"
>            Reporter: Valerio Schiavoni
>
> I get this stacktrace:
> [INFO] [INFO] [site:site]
> [INFO] [INFO] ------------------------------------------------------------------------
> [INFO] [ERROR] FATAL ERROR
> [INFO] [INFO] ------------------------------------------------------------------------
> [INFO] [INFO] null
> [INFO] [INFO] ------------------------------------------------------------------------
> [INFO] [INFO] Trace
> [INFO] java.lang.NullPointerException
> [INFO] 	at org.apache.maven.doxia.site.decoration.inheritance.PathUtils.getRelativePath(PathUtils.java:83)
> [INFO] 	at org.apache.maven.doxia.site.decoration.inheritance.PathUtils.convertPath(PathUtils.java:43)
> [INFO] 	at org.apache.maven.doxia.site.decoration.inheritance.DefaultDecorationModelInheritanceAssembler.convertPath(DefaultDecorationModelInheritanceAssembler.java:334)
> [INFO] 	at org.apache.maven.doxia.site.decoration.inheritance.DefaultDecorationModelInheritanceAssembler.resolveLinkItemPaths(DefaultDecorationModelInheritanceAssembler.java:255)
> [INFO] 	at org.apache.maven.doxia.site.decoration.inheritance.DefaultDecorationModelInheritanceAssembler.mergeLinkItemLists(DefaultDecorationModelInheritanceAssembler.java:277)
> [INFO] 	at org.apache.maven.doxia.site.decoration.inheritance.DefaultDecorationModelInheritanceAssembler.assembleBodyInheritance(DefaultDecorationModelInheritanceAssembler.java:192)
> [INFO] 	at org.apache.maven.doxia.site.decoration.inheritance.DefaultDecorationModelInheritanceAssembler.assembleModelInheritance(DefaultDecorationModelInheritanceAssembler.java:83)
> [INFO] 	at org.apache.maven.plugins.site.AbstractSiteRenderingMojo.getDecorationModel(AbstractSiteRenderingMojo.java:253)
> [INFO] 	at org.apache.maven.plugins.site.AbstractSiteRenderingMojo.getDecorationModel(AbstractSiteRenderingMojo.java:527)
> [INFO] 	at org.apache.maven.plugins.site.AbstractSiteRenderingMojo.createSiteRenderingContext(AbstractSiteRenderingMojo.java:466)
> [INFO] 	at org.apache.maven.plugins.site.SiteMojo.renderLocale(SiteMojo.java:113)
> [INFO] 	at org.apache.maven.plugins.site.SiteMojo.execute(SiteMojo.java:96)
> [INFO] 	at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:451)
> [INFO] 	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:558)
> [INFO] 	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:499)
> [INFO] 	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:478)
> [INFO] 	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:330)
> [INFO] 	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:291)
> [INFO] 	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:142)
> [INFO] 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336)
> [INFO] 	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129)
> [INFO] 	at org.apache.maven.cli.MavenCli.main(MavenCli.java:287)
> [INFO] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> [INFO] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> [INFO] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> [INFO] 	at java.lang.reflect.Method.invoke(Method.java:585)
> [INFO] 	at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
> [INFO] 	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
> [INFO] 	at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
> [INFO] 	at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
> I'm using the latest released maven site plugin.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira