| Summary: | EPP-SP migration: Click at tag cloud throws exception | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Portal Platform 5 | Reporter: | Martin Weiler <mweiler> |
| Component: | Site Publisher | Assignee: | Nobody <nobody> |
| Status: | NEW --- | QA Contact: | |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 5.2.0.GA, 5.2.0.SP.GA | CC: | epp-bugs |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: |
After migrating EPP-SP from version 5.1.x to 5.2.x, invoking a method that is related to user specific JCR data results in a javax.jcr.PathNotFoundException. Operations affected by this bug include:</para>
<itemizedlist>
<listitem>
<para>Click at Tag Cloud icon in Content Explorer</para>
</listitem>
<listitem>
<para>Change user password</para>
</listitem>
</itemizedlist>
<para>A fix is currently being investigated.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | Type: | Bug | |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
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:
+
Deleted Technical Notes Contents. Old Contents: +
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 migrating EPP-SP from version 5.1.x to 5.2.x, invoking a method that is related to user specific JCR data results in a javax.jcr.PathNotFoundException. Operations affected by this bug:
- Click at Tag Cloud icon in Content Explorer
- Change user password
A fix is currently being investigated.
Technical note updated. If any revisions are required, please edit the "Technical Notes" field
accordingly. All revisions will be proofread by the Engineering Content Services team.
Diffed Contents:
@@ -1,4 +1,10 @@
-After migrating EPP-SP from version 5.1.x to 5.2.x, invoking a method that is related to user specific JCR data results in a javax.jcr.PathNotFoundException. Operations affected by this bug:
+After migrating EPP-SP from version 5.1.x to 5.2.x, invoking a method that is related to user specific JCR data results in a javax.jcr.PathNotFoundException. Operations affected by this bug include:</para>
-- Click at Tag Cloud icon in Content Explorer
+<itemizedlist>
-- Change user password
+<listitem>
-A fix is currently being investigated.+<para>Click at Tag Cloud icon in Content Explorer</para>
+</listitem>
+<listitem>
+<para>Change user password</para>
+</listitem>
+</itemizedlist>
+<para>A fix is currently being investigated.
|
Description of problem: Migration from 5.1.0 to 5.2.0 User root log in, go to site explorer, click at tag cloud. The exception is thrown: Caused by: javax.jcr.PathNotFoundException: Node not found /Users/r___/ro___/roo___/root/Private/Folksonomy at org.exoplatform.services.jcr.impl.core.NodeImpl.getNode(NodeImpl.java:1025) at org.exoplatform.services.cms.folksonomy.impl.NewFolksonomyServiceImpl.getUserFolksonomyFolder(NewFolksonomyServiceImpl.java:740) Other operations which fail: - users cannot change its password - root cannot change user's password