Bug 809507 - EPP-SP migration: Click at tag cloud throws exception
Summary: EPP-SP migration: Click at tag cloud throws exception
Keywords:
Status: NEW
Alias: None
Product: JBoss Enterprise Portal Platform 5
Classification: JBoss
Component: Site Publisher
Version: 5.2.0.GA,5.2.0.SP.GA
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ---
: ---
Assignee: Nobody
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-04-03 14:42 UTC by Martin Weiler
Modified: 2020-04-27 01:32 UTC (History)
1 user (show)

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.
Clone Of:
Environment:
Last Closed:
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
EXO WCM JIRA SPREDHAT-140 0 None None None Never
EXO WCM JIRA SPUB-184 0 None None None Never

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.


Note You need to log in before you can comment on or make changes to this bug.