Oh, yes I was adding a CalDAV URL ;)
And it was a Bedework server, which doesn't seem to be supported yet.
I just installed webical on my machine, but I get the following issue,
everytime I try to submit settings and every time I try to add an
event to the calendar:

Any idea, whats going wrong here?
Thanks for help!


The application returned the following error message:
Method onFormSubmitted of interface
org.apache.wicket.markup.html.form.IFormSubmitListener targeted at
component [MarkupContainer [Component id = userSettingsForm, page =
org.webical.web.pages.BasePage, path =
45:contentPanel:settingsTabs:panel:userSettingsForm.UserSettingsPanel
$1, isVisible = true, isVersioned = true]] threw an exception


The application returned the following (possible) causes for the
error:
    * Illegal pattern character 't'


        org.apache.wicket.WicketRuntimeException: Method onFormSubmitted of
interface org.apache.wicket.markup.html.form.IFormSubmitListener
targeted at component [MarkupContainer [Component id =
userSettingsForm, page = org.webical.web.pages.BasePage, path =
45:contentPanel:settingsTabs:panel:userSettingsForm.UserSettingsPanel
$1, isVisible = true, isVersioned = true]] threw an exception
        at
org.apache.wicket.RequestListenerInterface.invoke(RequestListenerInterface.java:
194)
        at
org.apache.wicket.request.target.component.listener.ListenerInterfaceRequestTarget.processEvents(ListenerInterfaceRequestTarget.java:
73)
        at
org.apache.wicket.request.AbstractRequestCycleProcessor.processEvents(AbstractRequestCycleProcessor.java:
90)
        at
org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:
1094)
        at org.apache.wicket.RequestCycle.step(RequestCycle.java:1169)
        at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1248)
        at org.apache.wicket.RequestCycle.request(RequestCycle.java:489)
        at
org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:
343)
        at
org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:
193)
        at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:
215)
        at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:
188)
        at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:
213)
        at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:
174)
        at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:
525)
        at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:
127)
        at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:
117)
        at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:
108)
        at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:
174)
        at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:
874)
        at org.apache.coyote.http11.Http11BaseProtocol
$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:
665)
        at
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:
528)
        at
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:
81)
        at org.apache.tomcat.util.threads.ThreadPool
$ControlRunnable.run(ThreadPool.java:689)
        at java.lang.Thread.run(Thread.java:619)
Caused by: java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
39)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at
org.apache.wicket.RequestListenerInterface.invoke(RequestListenerInterface.java:
183)
        ... 23 more
Caused by: java.lang.IllegalArgumentException: Illegal pattern
character 't'
        at java.text.SimpleDateFormat.compile(SimpleDateFormat.java:752)
        at java.text.SimpleDateFormat.initialize(SimpleDateFormat.java:559)
        at java.text.SimpleDateFormat.<init>(SimpleDateFormat.java:484)
        at java.text.SimpleDateFormat.<init>(SimpleDateFormat.java:459)
        at org.apache.wicket.extensions.markup.html.form.DateTextField
$1.getDateFormat(DateTextField.java:133)
        at
org.apache.wicket.util.convert.converters.DateConverter.convertToObject(DateConverter.java:
45)
        at
org.apache.wicket.markup.html.form.FormComponent.convertInput(FormComponent.java:
1134)
        at
org.apache.wicket.markup.html.form.FormComponent.validate(FormComponent.java:
1016)
        at org.apache.wicket.markup.html.form.Form$15.validate(Form.java:
1644)
        at org.apache.wicket.markup.html.form.Form
$ValidationVisitor.formComponent(Form.java:152)
        at
org.apache.wicket.markup.html.form.FormComponent.visitFormComponentsPostOrderHelper(FormComponent.java:
400)
        at
org.apache.wicket.markup.html.form.FormComponent.visitFormComponentsPostOrderHelper(FormComponent.java:
387)
        at
org.apache.wicket.markup.html.form.FormComponent.visitFormComponentsPostOrder(FormComponent.java:
365)
        at
org.apache.wicket.markup.html.form.Form.visitFormComponentsPostOrder(Form.java:
982)
        at
org.apache.wicket.markup.html.form.Form.validateComponents(Form.java:
1640)
        at org.apache.wicket.markup.html.form.Form.validate(Form.java:1631)
        at org.apache.wicket.markup.html.form.Form.process(Form.java:794)
        at org.apache.wicket.markup.html.form.Form.onFormSubmitted(Form.java:
766)
        ... 28 more



On 2 Jun., 14:23, Zoran Kovacevic <[EMAIL PROTECTED]> wrote:
> 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
> Whttp://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
-~----------~----~----~----~------~----~------~--~---

Reply via email to