Were you by any chance adding a CalDAV URL? The (experimintal :) CalDAV plugin times out on the URL it seems:
by: org.webical.dao.DaoException: Could retrieve events at org.webical.dao.caldav.exception.ExceptionHelper.logAndThrowDaoException(ExceptionHelper.java:28) at org.webical.dao.caldav.EventDaoCalDavImpl.getEventsForPeriod(EventDaoCalDavImpl.java:166) at org.webical.manager.impl.EventManagerImpl.getEventsForPeriod(EventManagerImpl.java:101) ... 70 moreCaused by: java.net.ConnectException: Connection timed out at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.PlainSocketImpl.doConnect(Unknown Source) at java.net.PlainSocketImpl.connectToAddress(Unknown Source) at java.net.PlainSocketImpl.connect(Unknown Source) at java.net.SocksSocketImpl.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at java.net.Socket.<init>(Unknown Source) at java.net.Socket.<init>(Unknown Source) at org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket(DefaultProtocolSocketFactory.java:86) at org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:652) at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:628) at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:497) at org.webical.dao.caldav.EventDaoCalDavImpl.getEventsForPeriod(EventDaoCalDavImpl.java:157) ... 71 more I've restarted Tomcat. Installing Webical is pretty straightforward. Great for testing ;) http://code.google.com/p/webical/wiki/HowToInstallWebical Best, Zoran Tigerix wrote: > Thanks for the quick replies! > > Its working again - but now I seem to have crashed it. > I just tried to add a caldav calendar running on my machine, > and since then, the demo web interface is not accessably anymore. > > Sorry for this guys. Hope you can fix it again. Thanks ;) > > > > On 2 Jun., 10:13, Zoran Kovacevic <[EMAIL PROTECTED]> wrote: >> I have just restarted Tomcat. WebDAV is running again, so the demo >> should work again. >> >> @ivo: can you add the CalDAV calendar by hand? or can you add it to the >> startup-database? >> >> btw: It was running since February, I thought it was supposed to restart >> every night? I'll ask Thijs to check out the cron. Anyway, the good news >> is that the duration-test succeeds :) >> >> >> >> Ivo van Dongen wrote: >>> Hi, >>> It seems that our ical over webdav calendar isn't served correctly (we get a >>> 501). I've disabled that one in the settings and the problem is gone. I'll >>> figure out what's wrong with the webdav servlet later on. >>> Regards, >>> Ivo >>> On Mon, Jun 2, 2008 at 9:58 AM, Tigerix <[EMAIL PROTECTED]> wrote: >>>> I just tried to use this: >>>> http://demo.webical.org/ >>>> But it didn't show up a calendar - instead I received this message: >>>> The application returned the following error message: >>>> Could not load events for user webical in period Mon Jun 02 00:00:00 >>>> CEST 2008 - Fri Jun 06 23:59:59 CEST 2008 >>>> Please fix - as I really want to see and test WebiCal. >>>> Thanks lots guys. >>>> Cheers, Tigerix. >> -- >> Zoran Kovacevic >> Func. Internet Integration >> Whttp://www.func.nl >> M +31 6 48104284 >> T +31 20 4230000 >> F +31 20 4223500 >> GPG http://www.func.nl/keys/[EMAIL PROTECTED] > > -- Zoran Kovacevic Func. Internet Integration W http://www.func.nl M +31 6 48104284 T +31 20 4230000 F +31 20 4223500 GPG http://www.func.nl/keys/[EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "webical-developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/webical-developers?hl=en -~----------~----~----~----~------~----~------~--~---
