You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@archiva.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2009/03/09 16:41:12 UTC

[jira] Created: (MRM-1121) NPE in browse at artifact level

NPE in browse at artifact level
-------------------------------

                 Key: MRM-1121
                 URL: http://jira.codehaus.org/browse/MRM-1121
             Project: Archiva
          Issue Type: Bug
          Components: web application
    Affects Versions: 1.2-M2
            Reporter: Brett Porter


after having just completed the scan for junit, I browsed into junit/junit (The artifact level)

I got a 500 with:
{code}
java.lang.NullPointerException
	at org.apache.maven.archiva.web.action.BrowseAction.populateSharedModel(BrowseAction.java:183)
	at org.apache.maven.archiva.web.action.BrowseAction.browseArtifact(BrowseAction.java:127)
{code}

Note that going direct to 3.7 works. I continue to get the error instead of the list of versions.

-- 
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

        

[jira] Assigned: (MRM-1121) NPE in browse at artifact level

Posted by "Maria Odea Ching (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MRM-1121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maria Odea Ching reassigned MRM-1121:
-------------------------------------

    Assignee: Maria Odea Ching

> NPE in browse at artifact level
> -------------------------------
>
>                 Key: MRM-1121
>                 URL: http://jira.codehaus.org/browse/MRM-1121
>             Project: Archiva
>          Issue Type: Bug
>          Components: web application
>    Affects Versions: 1.2-M2
>            Reporter: Brett Porter
>            Assignee: Maria Odea Ching
>             Fix For: 1.2-M2
>
>
> after having just completed the scan for junit, I browsed into junit/junit (The artifact level)
> I got a 500 with:
> {code}
> java.lang.NullPointerException
> 	at org.apache.maven.archiva.web.action.BrowseAction.populateSharedModel(BrowseAction.java:183)
> 	at org.apache.maven.archiva.web.action.BrowseAction.browseArtifact(BrowseAction.java:127)
> {code}
> Note that going direct to 3.7 works. I continue to get the error instead of the list of versions.

-- 
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

        

[jira] Closed: (MRM-1121) NPE in browse at artifact level

Posted by "Maria Odea Ching (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MRM-1121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maria Odea Ching closed MRM-1121.
---------------------------------

    Resolution: Fixed

Fixed in trunk -r755602.

> NPE in browse at artifact level
> -------------------------------
>
>                 Key: MRM-1121
>                 URL: http://jira.codehaus.org/browse/MRM-1121
>             Project: Archiva
>          Issue Type: Bug
>          Components: web application
>    Affects Versions: 1.2-M2
>            Reporter: Brett Porter
>            Assignee: Maria Odea Ching
>             Fix For: 1.2-M2
>
>
> after having just completed the scan for junit, I browsed into junit/junit (The artifact level)
> I got a 500 with:
> {code}
> java.lang.NullPointerException
> 	at org.apache.maven.archiva.web.action.BrowseAction.populateSharedModel(BrowseAction.java:183)
> 	at org.apache.maven.archiva.web.action.BrowseAction.browseArtifact(BrowseAction.java:127)
> {code}
> Note that going direct to 3.7 works. I continue to get the error instead of the list of versions.

-- 
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

        

[jira] Updated: (MRM-1121) NPE in browse at artifact level

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MRM-1121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter updated MRM-1121:
------------------------------

    Fix Version/s: 1.2-M2

> NPE in browse at artifact level
> -------------------------------
>
>                 Key: MRM-1121
>                 URL: http://jira.codehaus.org/browse/MRM-1121
>             Project: Archiva
>          Issue Type: Bug
>          Components: web application
>    Affects Versions: 1.2-M2
>            Reporter: Brett Porter
>             Fix For: 1.2-M2
>
>
> after having just completed the scan for junit, I browsed into junit/junit (The artifact level)
> I got a 500 with:
> {code}
> java.lang.NullPointerException
> 	at org.apache.maven.archiva.web.action.BrowseAction.populateSharedModel(BrowseAction.java:183)
> 	at org.apache.maven.archiva.web.action.BrowseAction.browseArtifact(BrowseAction.java:127)
> {code}
> Note that going direct to 3.7 works. I continue to get the error instead of the list of versions.

-- 
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

        

[jira] Commented: (MRM-1121) NPE in browse at artifact level

Posted by "Maria Odea Ching (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MRM-1121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=170125#action_170125 ] 

Maria Odea Ching commented on MRM-1121:
---------------------------------------

I was able to replicate this when there were multiple versions of the artifact in different repositories. There was no NPE when there was only 1 version of the artifact.

> NPE in browse at artifact level
> -------------------------------
>
>                 Key: MRM-1121
>                 URL: http://jira.codehaus.org/browse/MRM-1121
>             Project: Archiva
>          Issue Type: Bug
>          Components: web application
>    Affects Versions: 1.2-M2
>            Reporter: Brett Porter
>             Fix For: 1.2-M2
>
>
> after having just completed the scan for junit, I browsed into junit/junit (The artifact level)
> I got a 500 with:
> {code}
> java.lang.NullPointerException
> 	at org.apache.maven.archiva.web.action.BrowseAction.populateSharedModel(BrowseAction.java:183)
> 	at org.apache.maven.archiva.web.action.BrowseAction.browseArtifact(BrowseAction.java:127)
> {code}
> Note that going direct to 3.7 works. I continue to get the error instead of the list of versions.

-- 
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

        

[jira] Updated: (MRM-1121) NPE in browse at artifact level

Posted by "Maria Odea Ching (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MRM-1121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maria Odea Ching updated MRM-1121:
----------------------------------

    Fix Version/s:     (was: 1.2-M2)
                   1.2

> NPE in browse at artifact level
> -------------------------------
>
>                 Key: MRM-1121
>                 URL: http://jira.codehaus.org/browse/MRM-1121
>             Project: Archiva
>          Issue Type: Bug
>          Components: web application
>    Affects Versions: 1.2-M2
>            Reporter: Brett Porter
>            Assignee: Maria Odea Ching
>             Fix For: 1.2
>
>
> after having just completed the scan for junit, I browsed into junit/junit (The artifact level)
> I got a 500 with:
> {code}
> java.lang.NullPointerException
> 	at org.apache.maven.archiva.web.action.BrowseAction.populateSharedModel(BrowseAction.java:183)
> 	at org.apache.maven.archiva.web.action.BrowseAction.browseArtifact(BrowseAction.java:127)
> {code}
> Note that going direct to 3.7 works. I continue to get the error instead of the list of versions.

-- 
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