You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@roller.apache.org by Ralf Eichinger <ra...@pixotec.de> on 2010/12/10 16:06:27 UTC

Re: tags doesn't work (Roller 5.0.0-RC2)


æon wrote:
> 
> May be is something related to Windows XP (I'm using Windows XP)
> 
I have the same problem with 5.0.0 RC2 under Debian Linux.
I had on weblog with one entry and tagged this entry with two tags.
Later I added the tagcloud to my theme and clicks bring up the 404 error of
roller.

Then:
1. I deleted contents of /home/roller/data/search-index
2. I logged in and deleted cache and rebuild index through GUI actions
(message: successful)
3. Search is working, but not tag-links

This is how my search-index directory looks like (after twice rebuilding):
drwxr-xr-x 2 tomcat nogroup 4096 10. Dez 16:02 .
drwxr-xr-x 4 tomcat nogroup 4096  3. Dez 22:15 ..
-rw-r--r-- 1 tomcat tomcat     9 10. Dez 16:02 _0_1.del
-rw-r--r-- 1 tomcat tomcat  2202 10. Dez 15:54 _0.cfs
-rw-r--r-- 1 tomcat tomcat  2202 10. Dez 16:02 _1.cfs
-rw-r--r-- 1 tomcat tomcat     0 10. Dez 15:54 .index-inconsistent
-rw-r--r-- 1 tomcat tomcat   446 10. Dez 16:02 segments_4
-rw-r--r-- 1 tomcat tomcat    20 10. Dez 16:02 segments.gen

(the index is very small because I have only one blog entry)

This is the last log entry:
INFO  2010-12-10 16:02:42,831 RebuildWebsiteIndexOperation:doRun - Completed
rebuilding index for website handle: 'roller' in '1.359' seconds


Before the second rebuilding I saw this error message:

INFO  2010-12-10 15:54:44,194 IndexManagerImpl:initialize - Index was
inconsistent. Rebuilding index in the background...
ERROR 2010-12-10 15:54:44,203 JPAMediaFileManagerImpl:upgradeFileStorage -
ERROR upgrading
java.lang.NullPointerException
        at
org.apache.roller.weblogger.business.jpa.JPAMediaFileManagerImpl.upgradeFileStorage(JPAMediaFileManagerImpl.ja
va:662)
        at
org.apache.roller.weblogger.business.jpa.JPAMediaFileManagerImpl.initialize(JPAMediaFileManagerImpl.java:87)
        at
org.apache.roller.weblogger.business.WebloggerImpl.initialize(WebloggerImpl.java:342)
        at
org.apache.roller.weblogger.ui.core.RollerContext.contextInitialized(RollerContext.java:161)


Any hints? Some tomcat security issues?
-- 
View this message in context: http://old.nabble.com/tags-doesn%27t-work-%28Roller-5.0.0-RC2%29-tp29777149s12275p30426901.html
Sent from the Roller - User mailing list archive at Nabble.com.


Re: tags doesn't work (Roller 5.0.0-RC2)

Posted by Dave <sn...@gmail.com>.
Excellent. I'm glad you found the problem.

I found another closely related problem. The Roller 5 web UI does not
allow you to create a Tags-Index page or any other action other than
'custom' -> https://issues.apache.org/jira/browse/ROL-1903

Thanks,
- Dave


On Sun, Jan 9, 2011 at 1:26 PM, Ralf Eichinger
<ra...@pixotec.de> wrote:
> I found the problem:
> my "lightword"-theme did not define a tagsIndex-template. I added it in
> theme.xml and added a tags_index.vm template.
> Now it works: see here http://blog.pairoo.com/roller/tags/apache
>
> I updated source code of lightword-theme on apache extras roller.
>
> Am Sonntag, den 09.01.2011, 17:08 +0100 schrieb Ralf Eichinger:
>> Hi Dave,
>>
>> after enabling logging I get following log:
>> DEBUG 2011-01-09 17:08:56,574 RequestMappingFilter:doFilter - entering
>> DEBUG 2011-01-09 17:08:56,575 RequestMappingFilter:doFilter - trying
>> mapper org.apache.roller.weblogger.ui.rendering.WeblogRequestMapper
>> DEBUG 2011-01-09 17:08:56,575 WeblogRequestMapper:handleRequest -
>> evaluating [/roller/tags/apache]
>> DEBUG 2011-01-09 17:08:56,576 WeblogRequestMapper:handleRequest -
>> potential weblog handle = roller
>> DEBUG 2011-01-09 17:08:56,577 WeblogRequestMapper:isWeblog - checking
>> weblog handle roller
>> DEBUG 2011-01-09 17:08:56,601 WeblogRequestMapper:handleRequest -
>> WEBLOG_URL /roller/tags/apache
>> DEBUG 2011-01-09 17:08:56,602 WeblogRequestMapper:calculateForwardUrl -
>> roller,null,tags,apache
>> DEBUG 2011-01-09 17:08:56,602 WeblogRequestMapper:calculateForwardUrl -
>> FORWARD_URL /roller-ui/rendering/page/roller/tags/apache
>> DEBUG 2011-01-09 17:08:56,603 WeblogRequestMapper:handleRequest -
>> forwarding to /roller-ui/rendering/page/roller/tags/apache
>> DEBUG 2011-01-09 17:08:56,604 PageServlet:doGet - Entering
>> DEBUG 2011-01-09 17:08:56,604 PageServlet:processReferrer - processing
>> referrer for /roller-ui/rendering/page/roller/tags/apache
>> DEBUG 2011-01-09 17:08:56,605 WeblogRequest:<init> - parsing
>> path /roller/tags/apache
>> DEBUG 2011-01-09 17:08:56,606 WeblogRequest:<init> - handle = roller
>> DEBUG 2011-01-09 17:08:56,607 WeblogRequest:<init> - locale = null
>> DEBUG 2011-01-09 17:08:56,608 WeblogRequest:<init> - pathInfo =
>> tags/apache
>> DEBUG 2011-01-09 17:08:56,609 WeblogPageRequest:<init> - parsing path
>> tags/apache
>> DEBUG 2011-01-09 17:08:56,610 WeblogPageRequest:<init> - context = tags
>> DEBUG 2011-01-09 17:08:56,611 WeblogPageRequest:<init> - weblogAnchor =
>> null
>> DEBUG 2011-01-09 17:08:56,612 WeblogPageRequest:<init> - weblogDate =
>> null
>> DEBUG 2011-01-09 17:08:56,613 WeblogPageRequest:<init> - weblogCategory
>> = null
>> DEBUG 2011-01-09 17:08:56,614 WeblogPageRequest:<init> - tags = [apache]
>> DEBUG 2011-01-09 17:08:56,615 WeblogPageRequest:<init> - weblogPage =
>> null
>> DEBUG 2011-01-09 17:08:56,615 WeblogPageRequest:<init> - pageNum = 0
>> DEBUG 2011-01-09 17:08:56,636 PageServlet:processReferrer - referrer =
>> http://blog.pairoo.com/roller/
>> DEBUG 2011-01-09 17:08:56,637 PageServlet:processReferrer - skipping
>> referrer from own blog
>> DEBUG 2011-01-09 17:08:56,637 WeblogRequest:<init> - parsing
>> path /roller/tags/apache
>> DEBUG 2011-01-09 17:08:56,638 WeblogRequest:<init> - handle = roller
>> DEBUG 2011-01-09 17:08:56,639 WeblogRequest:<init> - locale = null
>> DEBUG 2011-01-09 17:08:56,641 WeblogRequest:<init> - pathInfo =
>> tags/apache
>> DEBUG 2011-01-09 17:08:56,641 WeblogPageRequest:<init> - parsing path
>> tags/apache
>> DEBUG 2011-01-09 17:08:56,642 WeblogPageRequest:<init> - context = tags
>> DEBUG 2011-01-09 17:08:56,643 WeblogPageRequest:<init> - weblogAnchor =
>> null
>> DEBUG 2011-01-09 17:08:56,643 WeblogPageRequest:<init> - weblogDate =
>> null
>> DEBUG 2011-01-09 17:08:56,644 WeblogPageRequest:<init> - weblogCategory
>> = null
>> DEBUG 2011-01-09 17:08:56,645 WeblogPageRequest:<init> - tags = [apache]
>> DEBUG 2011-01-09 17:08:56,646 WeblogPageRequest:<init> - weblogPage =
>> null
>> DEBUG 2011-01-09 17:08:56,647 WeblogPageRequest:<init> - pageNum = 0
>> DEBUG 2011-01-09 17:08:56,648 ModDateHeaderUtil:respondIfNotModified -
>> since date = -1
>> DEBUG 2011-01-09 17:08:56,649 ModDateHeaderUtil:respondIfNotModified -
>> last mod date (trucated to seconds) = 1294123496000
>> DEBUG 2011-01-09 17:08:56,650 WeblogPageCache:get - MISS
>> cache.weblogpage:roller/tags/apache/page=0
>> DEBUG 2011-01-09 17:08:56,651 PageServlet:doGet - MISS
>> cache.weblogpage:roller/tags/apache/page=0
>> DEBUG 2011-01-09 17:08:56,652 PageServlet:doGet - Looking for template
>> to use for rendering
>> DEBUG 2011-01-09 17:08:56,653 RequestMappingFilter:doFilter - request
>> handled by org.apache.roller.weblogger.ui.rendering.WeblogRequestMapper
>> DEBUG 2011-01-09 17:08:56,653 RequestMappingFilter:doFilter - exiting
>> DEBUG 2011-01-09 17:08:56,720 RequestMappingFilter:doFilter - entering
>> DEBUG 2011-01-09 17:08:56,721 RequestMappingFilter:doFilter - trying
>> mapper org.apache.roller.weblogger.ui.rendering.WeblogRequestMapper
>> DEBUG 2011-01-09 17:08:56,722 WeblogRequestMapper:handleRequest -
>> evaluating [/roller-ui/styles/roller.css]
>> DEBUG 2011-01-09 17:08:56,722 WeblogRequestMapper:handleRequest -
>> potential weblog handle = roller-ui
>> DEBUG 2011-01-09 17:08:56,723 WeblogRequestMapper:handleRequest -
>> SKIPPED roller-ui
>> DEBUG 2011-01-09 17:08:56,724 RequestMappingFilter:doFilter - request
>> not mapped
>> DEBUG 2011-01-09 17:08:56,725 RequestMappingFilter:doFilter - exiting
>>
>>
>> Seems to be a template problem or another missing file in my template?
>>
>>
>>
>>
>> Am Sonntag, den 09.01.2011, 09:43 -0500 schrieb Dave:
>> > log4j.logger.org.apache.roller.weblogger.ui.rendering=DEBUG
>>
>
>
>

Re: tags doesn't work (Roller 5.0.0-RC2)

Posted by Ralf Eichinger <ra...@pixotec.de>.
I found the problem:
my "lightword"-theme did not define a tagsIndex-template. I added it in
theme.xml and added a tags_index.vm template.
Now it works: see here http://blog.pairoo.com/roller/tags/apache

I updated source code of lightword-theme on apache extras roller.

Am Sonntag, den 09.01.2011, 17:08 +0100 schrieb Ralf Eichinger:
> Hi Dave,
> 
> after enabling logging I get following log:
> DEBUG 2011-01-09 17:08:56,574 RequestMappingFilter:doFilter - entering
> DEBUG 2011-01-09 17:08:56,575 RequestMappingFilter:doFilter - trying
> mapper org.apache.roller.weblogger.ui.rendering.WeblogRequestMapper
> DEBUG 2011-01-09 17:08:56,575 WeblogRequestMapper:handleRequest -
> evaluating [/roller/tags/apache]
> DEBUG 2011-01-09 17:08:56,576 WeblogRequestMapper:handleRequest -
> potential weblog handle = roller
> DEBUG 2011-01-09 17:08:56,577 WeblogRequestMapper:isWeblog - checking
> weblog handle roller
> DEBUG 2011-01-09 17:08:56,601 WeblogRequestMapper:handleRequest -
> WEBLOG_URL /roller/tags/apache
> DEBUG 2011-01-09 17:08:56,602 WeblogRequestMapper:calculateForwardUrl -
> roller,null,tags,apache
> DEBUG 2011-01-09 17:08:56,602 WeblogRequestMapper:calculateForwardUrl -
> FORWARD_URL /roller-ui/rendering/page/roller/tags/apache
> DEBUG 2011-01-09 17:08:56,603 WeblogRequestMapper:handleRequest -
> forwarding to /roller-ui/rendering/page/roller/tags/apache
> DEBUG 2011-01-09 17:08:56,604 PageServlet:doGet - Entering
> DEBUG 2011-01-09 17:08:56,604 PageServlet:processReferrer - processing
> referrer for /roller-ui/rendering/page/roller/tags/apache
> DEBUG 2011-01-09 17:08:56,605 WeblogRequest:<init> - parsing
> path /roller/tags/apache
> DEBUG 2011-01-09 17:08:56,606 WeblogRequest:<init> - handle = roller
> DEBUG 2011-01-09 17:08:56,607 WeblogRequest:<init> - locale = null
> DEBUG 2011-01-09 17:08:56,608 WeblogRequest:<init> - pathInfo =
> tags/apache
> DEBUG 2011-01-09 17:08:56,609 WeblogPageRequest:<init> - parsing path
> tags/apache
> DEBUG 2011-01-09 17:08:56,610 WeblogPageRequest:<init> - context = tags
> DEBUG 2011-01-09 17:08:56,611 WeblogPageRequest:<init> - weblogAnchor =
> null
> DEBUG 2011-01-09 17:08:56,612 WeblogPageRequest:<init> - weblogDate =
> null
> DEBUG 2011-01-09 17:08:56,613 WeblogPageRequest:<init> - weblogCategory
> = null
> DEBUG 2011-01-09 17:08:56,614 WeblogPageRequest:<init> - tags = [apache]
> DEBUG 2011-01-09 17:08:56,615 WeblogPageRequest:<init> - weblogPage =
> null
> DEBUG 2011-01-09 17:08:56,615 WeblogPageRequest:<init> - pageNum = 0
> DEBUG 2011-01-09 17:08:56,636 PageServlet:processReferrer - referrer =
> http://blog.pairoo.com/roller/
> DEBUG 2011-01-09 17:08:56,637 PageServlet:processReferrer - skipping
> referrer from own blog
> DEBUG 2011-01-09 17:08:56,637 WeblogRequest:<init> - parsing
> path /roller/tags/apache
> DEBUG 2011-01-09 17:08:56,638 WeblogRequest:<init> - handle = roller
> DEBUG 2011-01-09 17:08:56,639 WeblogRequest:<init> - locale = null
> DEBUG 2011-01-09 17:08:56,641 WeblogRequest:<init> - pathInfo =
> tags/apache
> DEBUG 2011-01-09 17:08:56,641 WeblogPageRequest:<init> - parsing path
> tags/apache
> DEBUG 2011-01-09 17:08:56,642 WeblogPageRequest:<init> - context = tags
> DEBUG 2011-01-09 17:08:56,643 WeblogPageRequest:<init> - weblogAnchor =
> null
> DEBUG 2011-01-09 17:08:56,643 WeblogPageRequest:<init> - weblogDate =
> null
> DEBUG 2011-01-09 17:08:56,644 WeblogPageRequest:<init> - weblogCategory
> = null
> DEBUG 2011-01-09 17:08:56,645 WeblogPageRequest:<init> - tags = [apache]
> DEBUG 2011-01-09 17:08:56,646 WeblogPageRequest:<init> - weblogPage =
> null
> DEBUG 2011-01-09 17:08:56,647 WeblogPageRequest:<init> - pageNum = 0
> DEBUG 2011-01-09 17:08:56,648 ModDateHeaderUtil:respondIfNotModified -
> since date = -1
> DEBUG 2011-01-09 17:08:56,649 ModDateHeaderUtil:respondIfNotModified -
> last mod date (trucated to seconds) = 1294123496000
> DEBUG 2011-01-09 17:08:56,650 WeblogPageCache:get - MISS
> cache.weblogpage:roller/tags/apache/page=0
> DEBUG 2011-01-09 17:08:56,651 PageServlet:doGet - MISS
> cache.weblogpage:roller/tags/apache/page=0
> DEBUG 2011-01-09 17:08:56,652 PageServlet:doGet - Looking for template
> to use for rendering
> DEBUG 2011-01-09 17:08:56,653 RequestMappingFilter:doFilter - request
> handled by org.apache.roller.weblogger.ui.rendering.WeblogRequestMapper
> DEBUG 2011-01-09 17:08:56,653 RequestMappingFilter:doFilter - exiting
> DEBUG 2011-01-09 17:08:56,720 RequestMappingFilter:doFilter - entering
> DEBUG 2011-01-09 17:08:56,721 RequestMappingFilter:doFilter - trying
> mapper org.apache.roller.weblogger.ui.rendering.WeblogRequestMapper
> DEBUG 2011-01-09 17:08:56,722 WeblogRequestMapper:handleRequest -
> evaluating [/roller-ui/styles/roller.css]
> DEBUG 2011-01-09 17:08:56,722 WeblogRequestMapper:handleRequest -
> potential weblog handle = roller-ui
> DEBUG 2011-01-09 17:08:56,723 WeblogRequestMapper:handleRequest -
> SKIPPED roller-ui
> DEBUG 2011-01-09 17:08:56,724 RequestMappingFilter:doFilter - request
> not mapped
> DEBUG 2011-01-09 17:08:56,725 RequestMappingFilter:doFilter - exiting
> 
> 
> Seems to be a template problem or another missing file in my template?
> 
> 
> 
> 
> Am Sonntag, den 09.01.2011, 09:43 -0500 schrieb Dave:
> > log4j.logger.org.apache.roller.weblogger.ui.rendering=DEBUG
> 



Re: tags doesn't work (Roller 5.0.0-RC2)

Posted by Ralf Eichinger <ra...@pixotec.de>.
Hi Dave,

after enabling logging I get following log:
DEBUG 2011-01-09 17:08:56,574 RequestMappingFilter:doFilter - entering
DEBUG 2011-01-09 17:08:56,575 RequestMappingFilter:doFilter - trying
mapper org.apache.roller.weblogger.ui.rendering.WeblogRequestMapper
DEBUG 2011-01-09 17:08:56,575 WeblogRequestMapper:handleRequest -
evaluating [/roller/tags/apache]
DEBUG 2011-01-09 17:08:56,576 WeblogRequestMapper:handleRequest -
potential weblog handle = roller
DEBUG 2011-01-09 17:08:56,577 WeblogRequestMapper:isWeblog - checking
weblog handle roller
DEBUG 2011-01-09 17:08:56,601 WeblogRequestMapper:handleRequest -
WEBLOG_URL /roller/tags/apache
DEBUG 2011-01-09 17:08:56,602 WeblogRequestMapper:calculateForwardUrl -
roller,null,tags,apache
DEBUG 2011-01-09 17:08:56,602 WeblogRequestMapper:calculateForwardUrl -
FORWARD_URL /roller-ui/rendering/page/roller/tags/apache
DEBUG 2011-01-09 17:08:56,603 WeblogRequestMapper:handleRequest -
forwarding to /roller-ui/rendering/page/roller/tags/apache
DEBUG 2011-01-09 17:08:56,604 PageServlet:doGet - Entering
DEBUG 2011-01-09 17:08:56,604 PageServlet:processReferrer - processing
referrer for /roller-ui/rendering/page/roller/tags/apache
DEBUG 2011-01-09 17:08:56,605 WeblogRequest:<init> - parsing
path /roller/tags/apache
DEBUG 2011-01-09 17:08:56,606 WeblogRequest:<init> - handle = roller
DEBUG 2011-01-09 17:08:56,607 WeblogRequest:<init> - locale = null
DEBUG 2011-01-09 17:08:56,608 WeblogRequest:<init> - pathInfo =
tags/apache
DEBUG 2011-01-09 17:08:56,609 WeblogPageRequest:<init> - parsing path
tags/apache
DEBUG 2011-01-09 17:08:56,610 WeblogPageRequest:<init> - context = tags
DEBUG 2011-01-09 17:08:56,611 WeblogPageRequest:<init> - weblogAnchor =
null
DEBUG 2011-01-09 17:08:56,612 WeblogPageRequest:<init> - weblogDate =
null
DEBUG 2011-01-09 17:08:56,613 WeblogPageRequest:<init> - weblogCategory
= null
DEBUG 2011-01-09 17:08:56,614 WeblogPageRequest:<init> - tags = [apache]
DEBUG 2011-01-09 17:08:56,615 WeblogPageRequest:<init> - weblogPage =
null
DEBUG 2011-01-09 17:08:56,615 WeblogPageRequest:<init> - pageNum = 0
DEBUG 2011-01-09 17:08:56,636 PageServlet:processReferrer - referrer =
http://blog.pairoo.com/roller/
DEBUG 2011-01-09 17:08:56,637 PageServlet:processReferrer - skipping
referrer from own blog
DEBUG 2011-01-09 17:08:56,637 WeblogRequest:<init> - parsing
path /roller/tags/apache
DEBUG 2011-01-09 17:08:56,638 WeblogRequest:<init> - handle = roller
DEBUG 2011-01-09 17:08:56,639 WeblogRequest:<init> - locale = null
DEBUG 2011-01-09 17:08:56,641 WeblogRequest:<init> - pathInfo =
tags/apache
DEBUG 2011-01-09 17:08:56,641 WeblogPageRequest:<init> - parsing path
tags/apache
DEBUG 2011-01-09 17:08:56,642 WeblogPageRequest:<init> - context = tags
DEBUG 2011-01-09 17:08:56,643 WeblogPageRequest:<init> - weblogAnchor =
null
DEBUG 2011-01-09 17:08:56,643 WeblogPageRequest:<init> - weblogDate =
null
DEBUG 2011-01-09 17:08:56,644 WeblogPageRequest:<init> - weblogCategory
= null
DEBUG 2011-01-09 17:08:56,645 WeblogPageRequest:<init> - tags = [apache]
DEBUG 2011-01-09 17:08:56,646 WeblogPageRequest:<init> - weblogPage =
null
DEBUG 2011-01-09 17:08:56,647 WeblogPageRequest:<init> - pageNum = 0
DEBUG 2011-01-09 17:08:56,648 ModDateHeaderUtil:respondIfNotModified -
since date = -1
DEBUG 2011-01-09 17:08:56,649 ModDateHeaderUtil:respondIfNotModified -
last mod date (trucated to seconds) = 1294123496000
DEBUG 2011-01-09 17:08:56,650 WeblogPageCache:get - MISS
cache.weblogpage:roller/tags/apache/page=0
DEBUG 2011-01-09 17:08:56,651 PageServlet:doGet - MISS
cache.weblogpage:roller/tags/apache/page=0
DEBUG 2011-01-09 17:08:56,652 PageServlet:doGet - Looking for template
to use for rendering
DEBUG 2011-01-09 17:08:56,653 RequestMappingFilter:doFilter - request
handled by org.apache.roller.weblogger.ui.rendering.WeblogRequestMapper
DEBUG 2011-01-09 17:08:56,653 RequestMappingFilter:doFilter - exiting
DEBUG 2011-01-09 17:08:56,720 RequestMappingFilter:doFilter - entering
DEBUG 2011-01-09 17:08:56,721 RequestMappingFilter:doFilter - trying
mapper org.apache.roller.weblogger.ui.rendering.WeblogRequestMapper
DEBUG 2011-01-09 17:08:56,722 WeblogRequestMapper:handleRequest -
evaluating [/roller-ui/styles/roller.css]
DEBUG 2011-01-09 17:08:56,722 WeblogRequestMapper:handleRequest -
potential weblog handle = roller-ui
DEBUG 2011-01-09 17:08:56,723 WeblogRequestMapper:handleRequest -
SKIPPED roller-ui
DEBUG 2011-01-09 17:08:56,724 RequestMappingFilter:doFilter - request
not mapped
DEBUG 2011-01-09 17:08:56,725 RequestMappingFilter:doFilter - exiting


Seems to be a template problem or another missing file in my template?




Am Sonntag, den 09.01.2011, 09:43 -0500 schrieb Dave:
> log4j.logger.org.apache.roller.weblogger.ui.rendering=DEBUG


Re: tags doesn't work (Roller 5.0.0-RC2)

Posted by Dave <sn...@gmail.com>.
Tags work fine for me in testing and on my site, so I bet we can
figure out what is going wrong on your site. You're getting a 404
error, but no stack trace and that does not help is.

Try enabling DEBUG on the Roller page rendering system, by adding the
following to your roller-custom.properties file:

   log4j.logger.org.apache.roller.weblogger.ui.rendering=DEBUG

That will probably cause a lot of log output, so you'll probably only
want to enable it for a couple of minutes -- just long enough to try
that tags URL you mentioned. With luck, we'll get something meaningful
in the log files.

Thanks,
Dave


On Tue, Jan 4, 2011 at 5:18 PM, Ralf Eichinger
<ra...@pixotec.de> wrote:
>
> I just tested RC3 with no success:
> http://blog.datazuul.com/roller/tags/apache
>
> does not work, still an 404 error...
>
> no error in roller.log...
>
>
> Dave-258 wrote:
>>
>> I think that may be fixed in the current code base, because it sounds very
>> familiar. Please file an issue and mark it as fix for 5.0.
>>
>> Thx - Dave
>>
>>
>> Sent from my phone...
>>
>>
>> On Dec 10, 2010, at 10:06 AM, Ralf Eichinger <ra...@pixotec.de>
>> wrote:
>>
>>>
>>>
>>> æon wrote:
>>>>
>>>> May be is something related to Windows XP (I'm using Windows XP)
>>>>
>>> I have the same problem with 5.0.0 RC2 under Debian Linux.
>>> I had on weblog with one entry and tagged this entry with two tags.
>>> Later I added the tagcloud to my theme and clicks bring up the 404 error
>>> of
>>> roller.
>>>
>>> Then:
>>> 1. I deleted contents of /home/roller/data/search-index
>>> 2. I logged in and deleted cache and rebuild index through GUI actions
>>> (message: successful)
>>> 3. Search is working, but not tag-links
>>>
>>> This is how my search-index directory looks like (after twice
>>> rebuilding):
>>> drwxr-xr-x 2 tomcat nogroup 4096 10. Dez 16:02 .
>>> drwxr-xr-x 4 tomcat nogroup 4096  3. Dez 22:15 ..
>>> -rw-r--r-- 1 tomcat tomcat     9 10. Dez 16:02 _0_1.del
>>> -rw-r--r-- 1 tomcat tomcat  2202 10. Dez 15:54 _0.cfs
>>> -rw-r--r-- 1 tomcat tomcat  2202 10. Dez 16:02 _1.cfs
>>> -rw-r--r-- 1 tomcat tomcat     0 10. Dez 15:54 .index-inconsistent
>>> -rw-r--r-- 1 tomcat tomcat   446 10. Dez 16:02 segments_4
>>> -rw-r--r-- 1 tomcat tomcat    20 10. Dez 16:02 segments.gen
>>>
>>> (the index is very small because I have only one blog entry)
>>>
>>> This is the last log entry:
>>> INFO  2010-12-10 16:02:42,831 RebuildWebsiteIndexOperation:doRun -
>>> Completed
>>> rebuilding index for website handle: 'roller' in '1.359' seconds
>>>
>>>
>>> Before the second rebuilding I saw this error message:
>>>
>>> INFO  2010-12-10 15:54:44,194 IndexManagerImpl:initialize - Index was
>>> inconsistent. Rebuilding index in the background...
>>> ERROR 2010-12-10 15:54:44,203 JPAMediaFileManagerImpl:upgradeFileStorage
>>> -
>>> ERROR upgrading
>>> java.lang.NullPointerException
>>>        at
>>> org.apache.roller.weblogger.business.jpa.JPAMediaFileManagerImpl.upgradeFileStorage(JPAMediaFileManagerImpl.ja
>>> va:662)
>>>        at
>>> org.apache.roller.weblogger.business.jpa.JPAMediaFileManagerImpl.initialize(JPAMediaFileManagerImpl.java:87)
>>>        at
>>> org.apache.roller.weblogger.business.WebloggerImpl.initialize(WebloggerImpl.java:342)
>>>        at
>>> org.apache.roller.weblogger.ui.core.RollerContext.contextInitialized(RollerContext.java:161)
>>>
>>>
>>> Any hints? Some tomcat security issues?
>>> --
>>> View this message in context:
>>> http://old.nabble.com/tags-doesn%27t-work-%28Roller-5.0.0-RC2%29-tp29777149s12275p30426901.html
>>> Sent from the Roller - User mailing list archive at Nabble.com.
>>>
>>
>>
>
> --
> View this message in context: http://old.nabble.com/tags-doesn%27t-work-%28Roller-5.0.0-RC2%29-tp29777149s12275p30591449.html
> Sent from the Roller - User mailing list archive at Nabble.com.
>
>

Re: tags doesn't work (Roller 5.0.0-RC2)

Posted by Ralf Eichinger <ra...@pixotec.de>.
I just tested RC3 with no success:
http://blog.datazuul.com/roller/tags/apache

does not work, still an 404 error...

no error in roller.log...


Dave-258 wrote:
> 
> I think that may be fixed in the current code base, because it sounds very
> familiar. Please file an issue and mark it as fix for 5.0.
> 
> Thx - Dave
> 
> 
> Sent from my phone...
> 
> 
> On Dec 10, 2010, at 10:06 AM, Ralf Eichinger <ra...@pixotec.de>
> wrote:
> 
>> 
>> 
>> æon wrote:
>>> 
>>> May be is something related to Windows XP (I'm using Windows XP)
>>> 
>> I have the same problem with 5.0.0 RC2 under Debian Linux.
>> I had on weblog with one entry and tagged this entry with two tags.
>> Later I added the tagcloud to my theme and clicks bring up the 404 error
>> of
>> roller.
>> 
>> Then:
>> 1. I deleted contents of /home/roller/data/search-index
>> 2. I logged in and deleted cache and rebuild index through GUI actions
>> (message: successful)
>> 3. Search is working, but not tag-links
>> 
>> This is how my search-index directory looks like (after twice
>> rebuilding):
>> drwxr-xr-x 2 tomcat nogroup 4096 10. Dez 16:02 .
>> drwxr-xr-x 4 tomcat nogroup 4096  3. Dez 22:15 ..
>> -rw-r--r-- 1 tomcat tomcat     9 10. Dez 16:02 _0_1.del
>> -rw-r--r-- 1 tomcat tomcat  2202 10. Dez 15:54 _0.cfs
>> -rw-r--r-- 1 tomcat tomcat  2202 10. Dez 16:02 _1.cfs
>> -rw-r--r-- 1 tomcat tomcat     0 10. Dez 15:54 .index-inconsistent
>> -rw-r--r-- 1 tomcat tomcat   446 10. Dez 16:02 segments_4
>> -rw-r--r-- 1 tomcat tomcat    20 10. Dez 16:02 segments.gen
>> 
>> (the index is very small because I have only one blog entry)
>> 
>> This is the last log entry:
>> INFO  2010-12-10 16:02:42,831 RebuildWebsiteIndexOperation:doRun -
>> Completed
>> rebuilding index for website handle: 'roller' in '1.359' seconds
>> 
>> 
>> Before the second rebuilding I saw this error message:
>> 
>> INFO  2010-12-10 15:54:44,194 IndexManagerImpl:initialize - Index was
>> inconsistent. Rebuilding index in the background...
>> ERROR 2010-12-10 15:54:44,203 JPAMediaFileManagerImpl:upgradeFileStorage
>> -
>> ERROR upgrading
>> java.lang.NullPointerException
>>        at
>> org.apache.roller.weblogger.business.jpa.JPAMediaFileManagerImpl.upgradeFileStorage(JPAMediaFileManagerImpl.ja
>> va:662)
>>        at
>> org.apache.roller.weblogger.business.jpa.JPAMediaFileManagerImpl.initialize(JPAMediaFileManagerImpl.java:87)
>>        at
>> org.apache.roller.weblogger.business.WebloggerImpl.initialize(WebloggerImpl.java:342)
>>        at
>> org.apache.roller.weblogger.ui.core.RollerContext.contextInitialized(RollerContext.java:161)
>> 
>> 
>> Any hints? Some tomcat security issues?
>> -- 
>> View this message in context:
>> http://old.nabble.com/tags-doesn%27t-work-%28Roller-5.0.0-RC2%29-tp29777149s12275p30426901.html
>> Sent from the Roller - User mailing list archive at Nabble.com.
>> 
> 
> 

-- 
View this message in context: http://old.nabble.com/tags-doesn%27t-work-%28Roller-5.0.0-RC2%29-tp29777149s12275p30591449.html
Sent from the Roller - User mailing list archive at Nabble.com.


Re: tags doesn't work (Roller 5.0.0-RC2)

Posted by David Johnson <sn...@gmail.com>.
I think that may be fixed in the current code base, because it sounds very familiar. Please file an issue and mark it as fix for 5.0.

Thx - Dave


Sent from my phone...


On Dec 10, 2010, at 10:06 AM, Ralf Eichinger <ra...@pixotec.de> wrote:

> 
> 
> æon wrote:
>> 
>> May be is something related to Windows XP (I'm using Windows XP)
>> 
> I have the same problem with 5.0.0 RC2 under Debian Linux.
> I had on weblog with one entry and tagged this entry with two tags.
> Later I added the tagcloud to my theme and clicks bring up the 404 error of
> roller.
> 
> Then:
> 1. I deleted contents of /home/roller/data/search-index
> 2. I logged in and deleted cache and rebuild index through GUI actions
> (message: successful)
> 3. Search is working, but not tag-links
> 
> This is how my search-index directory looks like (after twice rebuilding):
> drwxr-xr-x 2 tomcat nogroup 4096 10. Dez 16:02 .
> drwxr-xr-x 4 tomcat nogroup 4096  3. Dez 22:15 ..
> -rw-r--r-- 1 tomcat tomcat     9 10. Dez 16:02 _0_1.del
> -rw-r--r-- 1 tomcat tomcat  2202 10. Dez 15:54 _0.cfs
> -rw-r--r-- 1 tomcat tomcat  2202 10. Dez 16:02 _1.cfs
> -rw-r--r-- 1 tomcat tomcat     0 10. Dez 15:54 .index-inconsistent
> -rw-r--r-- 1 tomcat tomcat   446 10. Dez 16:02 segments_4
> -rw-r--r-- 1 tomcat tomcat    20 10. Dez 16:02 segments.gen
> 
> (the index is very small because I have only one blog entry)
> 
> This is the last log entry:
> INFO  2010-12-10 16:02:42,831 RebuildWebsiteIndexOperation:doRun - Completed
> rebuilding index for website handle: 'roller' in '1.359' seconds
> 
> 
> Before the second rebuilding I saw this error message:
> 
> INFO  2010-12-10 15:54:44,194 IndexManagerImpl:initialize - Index was
> inconsistent. Rebuilding index in the background...
> ERROR 2010-12-10 15:54:44,203 JPAMediaFileManagerImpl:upgradeFileStorage -
> ERROR upgrading
> java.lang.NullPointerException
>        at
> org.apache.roller.weblogger.business.jpa.JPAMediaFileManagerImpl.upgradeFileStorage(JPAMediaFileManagerImpl.ja
> va:662)
>        at
> org.apache.roller.weblogger.business.jpa.JPAMediaFileManagerImpl.initialize(JPAMediaFileManagerImpl.java:87)
>        at
> org.apache.roller.weblogger.business.WebloggerImpl.initialize(WebloggerImpl.java:342)
>        at
> org.apache.roller.weblogger.ui.core.RollerContext.contextInitialized(RollerContext.java:161)
> 
> 
> Any hints? Some tomcat security issues?
> -- 
> View this message in context: http://old.nabble.com/tags-doesn%27t-work-%28Roller-5.0.0-RC2%29-tp29777149s12275p30426901.html
> Sent from the Roller - User mailing list archive at Nabble.com.
>