Bug 794437 (JBEPP-1478)
Summary: | NullPointerException upgrading EPP from 5.1 to 5.2 | ||
---|---|---|---|
Product: | [JBoss] JBoss Enterprise Portal Platform 5 | Reporter: | Martin Weiler <mweiler> |
Component: | Portal | Assignee: | Martin Weiler <mweiler> |
Status: | CLOSED NEXTRELEASE | QA Contact: | |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 5.2.0.GA | CC: | jmorgan |
Target Milestone: | --- | ||
Target Release: | 5.2.1.GA | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
URL: | http://jira.jboss.org/jira/browse/JBEPP-1478 | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
After upgrading from EPP 5.1 to 5.2 with existing
data and a custom portal, a "Cannot convert null to primitive type org.chromattic.core.vt2.ValueDefinition" Null Pointer Exception was thrown at the second server startup. This fix upgrades the NewPortalConfigListener to correctly handle such data.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2012-01-13 15:28:17 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Martin Weiler
2012-01-12 13:09:53 UTC
Link: Added: This issue Cloned from GTNPORTAL-2325 Release Notes Docs Status: Added: Documented as Resolved Issue Release Notes Text: Added: After upgrading from EPP 5.1 to 5.2 with existing data and a custom portal, a java.lang.NullPointerException: Cannot convert null to primitive type org.chromattic.core.vt2.ValueDefinition error was thrown at the second server startup. This fix upgrades the NewPortalConfigListener to correctly handle such data. NEEDINFO: Added: Nobody Release Notes Docs Status: Removed: Documented as Resolved Issue Added: Not Yet Documented Help Desk Ticket Reference: Added: https://na7.salesforce.com/500A0000008zgnJ Technical note added. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. New Contents: After upgrading from EPP 5.1 to 5.2 with existing data and a custom portal, a "Cannot convert null to primitive type org.chromattic.core.vt2.ValueDefinition" Null Pointer Exception was thrown at the second server startup. This fix upgrades the NewPortalConfigListener to correctly handle such data. |