You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jspwiki.apache.org by Jukka Zitting <ju...@gmail.com> on 2009/07/10 15:46:11 UTC

[apachecon] Content Technology track, proposed rough schedule

Hi,

Sorry, I missed a number of cc's from below.

Abdera, Lenya and JSPWiki, I'm sorry to inform you that I weren't able
to include a speaking slot for you in the Content Technology track at
ACUS09. The proposed schedule below is based on the number of CFP
submissions and other concrete feedback received from the projects.

BR,

Jukka Zitting

---------- Forwarded message ----------
From: Jukka Zitting <ju...@gmail.com>
Date: Fri, Jul 10, 2009 at 2:43 PM
Subject: [apachecon] Content Technology track, proposed rough schedule
To: Tapestry development <de...@tapestry.apache.org>, Velocity
Developers List <de...@velocity.apache.org>, dev@wicket.apache.org,
dev@roller.apache.org, shindig-dev@incubator.apache.org, Portals
Discussion <ge...@portals.apache.org>, Jackrabbit Developers
<de...@jackrabbit.apache.org>, dev@sling.apache.org,
dev@couchdb.apache.org, POI Developers List <de...@poi.apache.org>
Cc: Shane Curcuru <as...@shanecurcuru.org>, dev@cocoon.apache.org,
chemistry-dev@incubator.apache.org


Hi,

Apologies for the wide cross-post, I'm trying to reach you all to keep
everyone on the same page. Please reply only on the relevant mailing
lists, I'm following them all.

See below (and [1]) for a proposed allocation of session time on the
Content Technology track in ApacheCon US 2009. We have a large number
of interested projects and only a finite amount of slots, so I could
only allocate one speaking slot per project (and some projects
unfortunately didn't fit in, sorry Cocoon and Chemistry). I'll ask for
some extra space that we can use for any followup sessions that you're
interested in doing.

Over the weekend I'll work with the volunteers from each project
separately to select the best talk for your slot. The draft schedule
below can also be rearranged if needed, please let me know if you'd
like to change something.

Wednesday

   || 09:00 - 10:00 || REGISTRATION    ||
   || 10:00 - 10:50 || Tapestry        ||
   || 10:50 - 11:15 || BREAK           ||
   || 11:15 - 12:05 || Velocity        ||
   || 12:05 - 13:30 || LUNCH           ||
   || 13:30 - 14:20 || KEYNOTE         ||
   || 14:30 - 15:20 || Wicket          ||
   || 15:20 - 16:00 || BREAK           ||
   || 16:00 - 16:50 || Roller          ||
   || 17:00 - 17:50 || Shindig         ||
   || 18:00         || END OF PROGRAM  ||

Thursday

   || 09:00 - 10:00 || REGISTRATION    ||
   || 10:00 - 10:50 || Portals         ||
   || 10:50 - 11:15 || BREAK           ||
   || 11:15 - 12:05 || Jackrabbit      ||
   || 12:05 - 13:30 || LUNCH           ||
   || 13:30 - 14:20 || KEYNOTE         ||
   || 14:30 - 15:20 || Sling           ||
   || 15:20 - 16:00 || BREAK           ||
   || 16:00 - 16:50 || CouchDB         ||
   || 17:00 - 17:50 || POI             ||
   || 18:00         || END OF PROGRAM  ||

[1] http://wiki.apache.org/jackrabbit/ContentTrackApacheConUs2009

BR,

Jukka Zitting

Re: Lucene startup error

Posted by Janne Jalkanen <ja...@ecyrd.com>.
It sounds like your external application has written a NULL somewhere  
in the page contents column.  You could try running a suitable query?

/Janne

On 10 Jul 2009, at 20:12, K. W. Holzweißig wrote:

> Hi folks.
>
> I have written around 5000 pages to the WIKI_PAGE table using an  
> external application. After having deleted the search index and  
> started tomcat, JSPWiki is not able to start-up properly. I am  
> receiving the following error. I guess it is a capacity problem  
> since the whole thing worked with 2000 articles. Does anybody have  
> an idea?
>
> Thanks Kai
>
> -------
>
> 10 19:02:57,921 [JSPWiki Lucene Indexer] INFO  
> com.ecyrd.jspwiki.search.LuceneSearchProvider  - Files found in  
> Lucene directory, not reindexing.
> 2009-07-10 19:03:03,608 [JSPWiki Lucene Indexer] INFO  
> com.ecyrd.jspwiki.PageManager  - Repository has been modified  
> externally while fetching page Konstruktionsstand B Gesamtprodukt  
> vor Berechnung Gesamtprodukt absichern (EI) > Dokumentation für  
> Berechnung B erstellen (EV)
> 2009-07-10 19:03:03,608 [JSPWiki Lucene Indexer] ERROR  
> com.ecyrd.jspwiki.search.LuceneSearchProvider  - Unable to start  
> lucene
> java.lang.NullPointerException
> 	at com.ecyrd.jspwiki.WikiEngine.updateReferences(WikiEngine.java: 
> 1643)
> 	at com.ecyrd.jspwiki.PageManager.getPageText(PageManager.java:258)
> 	at  
> com 
> .ecyrd 
> .jspwiki 
> .search 
> .LuceneSearchProvider.doFullLuceneReindex(LuceneSearchProvider.java: 
> 231)
> 	at com.ecyrd.jspwiki.search.LuceneSearchProvider 
> $LuceneUpdater.startupTask(LuceneSearchProvider.java:1051)
> 	at  
> com 
> .ecyrd 
> .jspwiki.util.WikiBackgroundThread.run(WikiBackgroundThread.java:127)
> 2009-07-10 19:03:04,374 [main] ERROR com.ecyrd.jspwiki.WikiEngine  -  
> NULL pagedata to textToHTML()


Lucene startup error

Posted by "K. W. Holzweißig" <kw...@mail.uni-paderborn.de>.
Hi folks.

I have written around 5000 pages to the WIKI_PAGE table using an 
external application. After having deleted the search index and started 
tomcat, JSPWiki is not able to start-up properly. I am receiving the 
following error. I guess it is a capacity problem since the whole thing 
worked with 2000 articles. Does anybody have an idea?

Thanks Kai

-------

10 19:02:57,921 [JSPWiki Lucene Indexer] INFO 
com.ecyrd.jspwiki.search.LuceneSearchProvider  - Files found in Lucene 
directory, not reindexing.
2009-07-10 19:03:03,608 [JSPWiki Lucene Indexer] INFO 
com.ecyrd.jspwiki.PageManager  - Repository has been modified externally 
while fetching page Konstruktionsstand B Gesamtprodukt vor Berechnung 
Gesamtprodukt absichern (EI) > Dokumentation für Berechnung B erstellen (EV)
2009-07-10 19:03:03,608 [JSPWiki Lucene Indexer] ERROR 
com.ecyrd.jspwiki.search.LuceneSearchProvider  - Unable to start lucene
java.lang.NullPointerException
	at com.ecyrd.jspwiki.WikiEngine.updateReferences(WikiEngine.java:1643)
	at com.ecyrd.jspwiki.PageManager.getPageText(PageManager.java:258)
	at 
com.ecyrd.jspwiki.search.LuceneSearchProvider.doFullLuceneReindex(LuceneSearchProvider.java:231)
	at 
com.ecyrd.jspwiki.search.LuceneSearchProvider$LuceneUpdater.startupTask(LuceneSearchProvider.java:1051)
	at 
com.ecyrd.jspwiki.util.WikiBackgroundThread.run(WikiBackgroundThread.java:127)
2009-07-10 19:03:04,374 [main] ERROR com.ecyrd.jspwiki.WikiEngine  - 
NULL pagedata to textToHTML()