Hi Ivo,

Ivo van Dongen wrote:
> Weird, this shouldn't pose to much of a problem. Perhaps it's an idea to 
> start over with all the default settings and passwords, get that going 
> first. Once you have it running you can then try changing the 
> configuration with a different user.

so I reseted the password now and now it works, is there a limitation in 
the length of the password?

But now I get the next problem.
Webical asks for configuration.
The first page I filled out and now it asks for Name and some calendar 
option (start of week, date display and so on).
I fill that out but now I get the following errormessage:

  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 = 
4:contentPanel:settingsTabs:panel:userSettingsForm.UserSettingsPanel$1, 
isVisible = true, isVersioned = true]] threw an exception
Causes

The application returned the following (possible) causes for the error:

     * Illegal pattern character 't'

The stack trace says:

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 = 
4: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:235)
        at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
        at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
        at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
        at 
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:525)
        at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
        at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
        at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
        at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:263)
        at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
        at 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:584)
        at 
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
        at java.lang.Thread.run(Thread.java:595)
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:585)
        at 
org.apache.wicket.RequestListenerInterface.invoke(RequestListenerInterface.java:183)
        ... 21 more
Caused by: java.lang.IllegalArgumentException: Illegal pattern character 't'
        at java.text.SimpleDateFormat.compile(SimpleDateFormat.java:678)
        at java.text.SimpleDateFormat.initialize(SimpleDateFormat.java:497)
        at java.text.SimpleDateFormat.<init>(SimpleDateFormat.java:446)
        at java.text.SimpleDateFormat.<init>(SimpleDateFormat.java:427)
        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)
        ... 26 more


The only t I filled out is the t in my first name.


Best regards
Matthias

-- 

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook

--~--~---------~--~----~------------~-------~--~----~
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