Bug 809507

Summary: EPP-SP migration: Click at tag cloud throws exception
Product: [JBoss] JBoss Enterprise Portal Platform 5 Reporter: Martin Weiler <mweiler>
Component: Site PublisherAssignee: Nobody <nobody>
Status: NEW --- QA Contact:
Severity: high Docs Contact:
Priority: unspecified    
Version: 5.2.0.GA, 5.2.0.SP.GACC: 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:

Description Martin Weiler 2012-04-03 14:42:56 UTC
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

Comment 1 Martin Weiler 2012-04-03 14:52:06 UTC
    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:
+

Comment 2 Martin Weiler 2012-04-03 14:55:10 UTC
Deleted Technical Notes Contents.

Old Contents:
+

Comment 3 Martin Weiler 2012-04-11 10:07:36 UTC
    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.

Comment 4 Jared MORGAN 2012-04-11 23:28:24 UTC
    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.