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

[apachecon] Content Technology track, proposed rough schedule

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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@velocity.apache.org
For additional commands, e-mail: dev-help@velocity.apache.org


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()

[apachecon] Content Technology track, proposed rough schedule

Posted by Jukka Zitting <ju...@gmail.com>.
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: [apachecon] Content Technology track, proposed rough schedule

Posted by Jukka Zitting <ju...@gmail.com>.
Hi,

On Fri, Jul 10, 2009 at 3:02 PM, Thorsten Scherler
<th...@juntadeandalucia.es> wrote:
> Hmm, for being a "content track" I see much general j2ee frameworks that
> has pretty much nothing to do with content (e.g. Wicket, Shinding).

The scope of the track was enlarged early on to cover also tools used
to build the user interfaces through which people publish content on
the web. There are a lot of interconnections between these projects
(many people use Wicket with Jackrabbit, Shindig with Roller, etc.) so
it makes sense to have them all in a single track.

> On the other the classic cocoon based projects like Cocoon, Forrest
> and Lenya do not get any spot.

I based the proposed allocation on the amount of interest and concrete
session proposals there are from each of the potential projects. Apart
from your "Best of breed" talk proposal and some generic interest from
Lenya I haven't seen much input from these projects.

> I understand that you put jackrabbit and sling as two tracks, but IMO
> they should go together in only one track. This way we can add a
> cocoon/forrest/lenya track in it.

I have eight Jackrabbit or Sling -related CFP submissions from six
different people and both Jackrabbit and Sling have people who've
actively been organizing meetups and other extra program in previous
ApacheCon. IMHO it isn't good to restrict their involvement in the
track to make space for projects that haven't been as proactive.

Of course I'm personally pretty involved with Jackrabbit and Sling so
I may be biased. Shane Curcuru (cc'd) is the conference planning
contact for the Content Technology track and can act as an independent
arbitrator if people feel I'm being unjust with the schedule
allocations.

BR,

Jukka Zitting

Re: [apachecon] Content Technology track, proposed rough schedule

Posted by Thorsten Scherler <th...@juntadeandalucia.es>.
On Fri, 2009-07-10 at 14:43 +0200, Jukka Zitting wrote:
> 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.
> 

Hmm, for being a "content track" I see much general j2ee frameworks that
has pretty much nothing to do with content (e.g. Wicket, Shinding). On
the other the classic cocoon based projects like Cocoon, Forrest and
Lenya do not get any spot.

I understand that you put jackrabbit and sling as two tracks, but IMO
they should go together in only one track. This way we can add a
cocoon/forrest/lenya track in it. 

salu2
-- 
Thorsten Scherler <thorsten.at.apache.org>
Open Source Java <consulting, training and solutions>

Sociedad Andaluza para el Desarrollo de la Sociedad 
de la Información, S.A.U. (SADESI)





[apachecon] Content Technology track, proposed rough schedule

Posted by Jukka Zitting <ju...@gmail.com>.
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

[apachecon] Content Technology track, proposed rough schedule

Posted by Jukka Zitting <ju...@gmail.com>.
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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org