SP4: HTML Container Cache: login after site import with users
-------------------------------------------------------------
Key: JAHIA-3244
URL: http://www.jahia.org/jira/browse/JAHIA-3244
Project: Jahia Content Management Server
Issue Type: Bug
Components: Caches (back-end or HTML/ESI)
Affects Versions: WCM 5.0 SP4
Environment: SP4 21156
Reporter: Stephane Croisier
Assignee: Cédric Mailleux
Priority: Critical
Fix For: WCM 5.0 SP4
Always the problem despite some events firing after importing some sites
What I do:
- FF is logued with root
- After import of my 3 sites, I go in the admin Center (with root) and I put
the default virtual sites to test2
- I validate the home only of test2 in my two langs (and I do not exit in live
mode)
- With another browser (IE) I directly point to localhost:8080/jahia/Jahia
- I click with guest several times on my acme corp logo
- I try to loing with steven (pwd: steven123): impossible!
You can also reproduce the problem with your FF pointing in the admin center on
the flush alll caches and trying to connect with guest with a second browser on
the home page (in order to be sure that there is no skeletons or fragments
which have been generated at all nor in edit or live mode)
The strack trace with log4j activated
2008-06-13 13:17:26,656: INFO [org.jahia.bin.Jahia] - Processed
[/jahia/Jahia/home] user=[guest] ip=[127.0.0.1] in [31ms]
2008-06-13 13:17:30,828: DEBUG
[org.jahia.operations.valves.SkeletonAggregatorValve] - Page is : fr
2008-06-13 13:17:30,828: DEBUG
[org.jahia.operations.valves.SkeletonAggregatorValve] - Additional key is :
2008-06-13 13:17:30,843: DEBUG
[org.jahia.operations.valves.SkeletonAggregatorValve] - User is : guest:3
2008-06-13 13:17:30,843: DEBUG
[org.jahia.operations.valves.SkeletonAggregatorValve] - Language code is : fr
2008-06-13 13:17:30,843: DEBUG
[org.jahia.operations.valves.SkeletonAggregatorValve] - Operation mode is :
normal
2008-06-13 13:17:30,843: DEBUG
[org.jahia.operations.valves.SkeletonAggregatorValve] - Operation mode is : http
2008-06-13 13:17:30,843: DEBUG
[org.jahia.operations.valves.SkeletonAggregatorValve] - Skeleton key is :
38-normal-fr--$$$#$#G_ContentPage_38WORKFLOWSTATE-normalLANGUAGECODE-fr#$#G_USERNAME-#$#G_SITE-3
2008-06-13 13:17:30,843: DEBUG
[org.jahia.operations.valves.SkeletonAggregatorValve] - Found content in cache,
writing directly bypassing processing...
2008-06-13 13:17:30,843: DEBUG
[org.jahia.operations.valves.SkeletonAggregatorValve] - Sending content type :
[text/html;charset=UTF-8]
2008-06-13 13:17:30,843: DEBUG
[org.jahia.operations.valves.SkeletonAggregatorValve] - Using streamWriter with
encoding : UTF-8
2008-06-13 13:17:30,843: DEBUG
[org.jahia.operations.valves.SkeletonAggregatorValve] - StopWatch 'Skeleton
aggregator valve watch': running time (millis) = 15
-----------------------------------------
ms % Task name
-----------------------------------------
00015 100% computeSkeletonEntryKeyWithGroups
00000 000% getCacheEntry
00000 000% cacheEntry.getContentBody()
00000 000% create new output document
00000 000% find tags
00000 000% Iterate through include tags (5)
00000 000% Iterate through vars tags (0)
00000 000% Send to client
2008-06-13 13:17:30,859: INFO [org.jahia.bin.Jahia] - Processed
[/jahia/Jahia/home] user=[guest] ip=[127.0.0.1] in [31ms]
2008-06-13 13:17:40,812: INFO [org.jahia.bin.Jahia] - Processed
[/jahia/Jahia/engineName/login/home] user=[steven] ip=[127.0.0.1] in [31ms]
2008-06-13 13:17:41,265: DEBUG
[org.jahia.operations.valves.SkeletonAggregatorValve] - Page is : fr
2008-06-13 13:17:41,265: DEBUG
[org.jahia.operations.valves.SkeletonAggregatorValve] - Additional key is :
2008-06-13 13:17:41,265: DEBUG
[org.jahia.operations.valves.SkeletonAggregatorValve] - User is : steven:3
2008-06-13 13:17:41,265: DEBUG
[org.jahia.operations.valves.SkeletonAggregatorValve] - Language code is : fr
2008-06-13 13:17:41,265: DEBUG
[org.jahia.operations.valves.SkeletonAggregatorValve] - Operation mode is :
normal
2008-06-13 13:17:41,265: DEBUG
[org.jahia.operations.valves.SkeletonAggregatorValve] - Operation mode is : http
2008-06-13 13:17:41,265: DEBUG
[org.jahia.operations.valves.SkeletonAggregatorValve] - Skeleton key is :
38-normal-fr--$$$#$#G_ContentPage_38WORKFLOWSTATE-normalLANGUAGECODE-fr#$#G_USERNAME-#$#G_SITE-3
2008-06-13 13:17:41,281: DEBUG
[org.jahia.operations.valves.SkeletonAggregatorValve] - Found content in cache,
writing directly bypassing processing...
2008-06-13 13:17:41,281: DEBUG
[org.jahia.operations.valves.SkeletonAggregatorValve] - Sending content type :
[text/html;charset=UTF-8]
2008-06-13 13:17:41,281: DEBUG
[org.jahia.operations.valves.SkeletonAggregatorValve] - Using streamWriter with
encoding : UTF-8
2008-06-13 13:17:41,328: DEBUG
[org.jahia.operations.valves.SkeletonAggregatorValve] - StopWatch 'Skeleton
aggregator valve watch': running time (millis) = 63
-----------------------------------------
ms % Task name
-----------------------------------------
00016 025% computeSkeletonEntryKeyWithGroups
00000 000% getCacheEntry
00000 000% cacheEntry.getContentBody()
00000 000% create new output document
00000 000% find tags
00000 000% Iterate through include tags (5)
00000 000% Iterate through vars tags (0)
00047 075% Send to client
2008-06-13 13:17:41,328: INFO [org.jahia.bin.Jahia] - Processed
[/jahia/Jahia/home] user=[steven] ip=[127.0.0.1] in [63ms]
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://www.jahia.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
jira_list mailing list
[email protected]
http://lists.jahia.org/cgi-bin/mailman/listinfo/jira_list