Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.2
-
Fix Version/s: 1.2.1
-
Component/s: Core system
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
java.lang.NullPointerException at org.apache.maven.continuum.configuration.DefaultConfigurationService.setReleaseOutputDirectory(DefaultConfigurationService.java:263) at org.apache.maven.continuum.configuration.DefaultConfigurationService.getReleaseOutputDirectory(DefaultConfigurationService.java:253) at org.apache.maven.continuum.configuration.DefaultConfigurationService.getReleaseOutputDirectory(DefaultConfigurationService.java:317) at org.apache.maven.continuum.DefaultContinuum.removeProject(DefaultContinuum.java:813) at org.apache.maven.continuum.DefaultContinuum.removeProjectGroup(DefaultContinuum.java:346) at org.apache.maven.continuum.web.action.ProjectGroupAction.remove(ProjectGroupAction.java:283)
Issue Links
- is duplicated by
-
CONTINUUM-1892
NullPointer exceptions during release and viewing configuration
-
-
CONTINUUM-1896
Upgrading from 1.1 to 1.2
-
-
CONTINUUM-1904
NPE when no RELEASE_OUTPUT_DIRECTORY defined
-
configuring the value fix the issue. But we could redirect the user to the configuration page if releaseOutputDirectory is empty as it looks mandatory here or we have to be NPE free in DefaultConfigurationService.