FormWidgetExamples throws error

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
9 messages Options
Reply | Threaded
Open this post in threaded view
|

FormWidgetExamples throws error

Abdullah Shaikh-3
When I go to Example -> Form Widget Examples, it throws the following error

MacroFormRenderer.java:135:ERROR]
     [java] ---- exception report
----------------------------------------------------------
     [java] Error rendering screen thru ftl
     [java] Exception: freemarker.core.ParseException
     [java] Message: Encountered ":" at line 1, column 58 in Sat Nov 21
18:58:26 IST 2009.
     [java] Was expecting one of:
     [java]     "}" ...
     [java]     "." ...
     [java]     "[" ...
     [java]     "(" ...
     [java]     "?" ...
     [java]     "!" ...
     [java]     <TERMINATING_EXCLAM> ...
     [java]     "??" ...
     [java]     "+" ...
     [java]     "-" ...
     [java]     "*" ...
     [java]     "/" ...
     [java]     "%" ...
     [java]     "!=" ...
     [java]     "=" ...
     [java]     "==" ...
     [java]     ">=" ...
     [java]     <ESCAPED_GTE> ...
     [java]     ">" ...
     [java]     <ESCAPED_GT> ...
     [java]     <LESS_THAN_EQUALS> ...
     [java]     <LESS_THAN> ...
     [java]     ".." ...
     [java]     <AND> ...
     [java]     <OR> ...
     [java]
     [java] ---- stack trace
---------------------------------------------------------------
     [java] freemarker.core.ParseException: Encountered ":" at line 1,
column 58 in Sat Nov 21 18:58:26 IST 2009.
     [java] Was expecting one of:
     [java]     "}" ...
     [java]     "." ...
     [java]     "[" ...
     [java]     "(" ...
     [java]     "?" ...
     [java]     "!" ...
     [java]     <TERMINATING_EXCLAM> ...
     [java]     "??" ...
     [java]     "+" ...
     [java]     "-" ...
     [java]     "*" ...
     [java]     "/" ...
     [java]     "%" ...
     [java]     "!=" ...
     [java]     "=" ...
     [java]     "==" ...
     [java]     ">=" ...
     [java]     <ESCAPED_GTE> ...
     [java]     ">" ...
     [java]     <ESCAPED_GT> ...
     [java]     <LESS_THAN_EQUALS> ...
     [java]     <LESS_THAN> ...
     [java]     ".." ...
     [java]     <AND> ...
     [java]     <OR> ...
     [java]
     [java]
freemarker.core.FMParser.generateParseException(FMParser.java:4697)


- Abdullah
Reply | Threaded
Open this post in threaded view
|

Re: FormWidgetExamples throws error

Kumaraswamy nandipati
Abdullah,

I am suspecting that there is some special characters(may be typo) in a
marco rendered for that page. Check once.

On Sat, Nov 21, 2009 at 7:00 PM, Abdullah Shaikh <
[hidden email]> wrote:

> When I go to Example -> Form Widget Examples, it throws the following error
>
> MacroFormRenderer.java:135:ERROR]
>     [java] ---- exception report
> ----------------------------------------------------------
>     [java] Error rendering screen thru ftl
>     [java] Exception: freemarker.core.ParseException
>     [java] Message: Encountered ":" at line 1, column 58 in Sat Nov 21
> 18:58:26 IST 2009.
>     [java] Was expecting one of:
>     [java]     "}" ...
>     [java]     "." ...
>     [java]     "[" ...
>     [java]     "(" ...
>     [java]     "?" ...
>     [java]     "!" ...
>     [java]     <TERMINATING_EXCLAM> ...
>     [java]     "??" ...
>     [java]     "+" ...
>     [java]     "-" ...
>     [java]     "*" ...
>     [java]     "/" ...
>     [java]     "%" ...
>     [java]     "!=" ...
>     [java]     "=" ...
>     [java]     "==" ...
>     [java]     ">=" ...
>     [java]     <ESCAPED_GTE> ...
>     [java]     ">" ...
>     [java]     <ESCAPED_GT> ...
>     [java]     <LESS_THAN_EQUALS> ...
>     [java]     <LESS_THAN> ...
>     [java]     ".." ...
>     [java]     <AND> ...
>     [java]     <OR> ...
>     [java]
>     [java] ---- stack trace
> ---------------------------------------------------------------
>     [java] freemarker.core.ParseException: Encountered ":" at line 1,
> column 58 in Sat Nov 21 18:58:26 IST 2009.
>     [java] Was expecting one of:
>     [java]     "}" ...
>     [java]     "." ...
>     [java]     "[" ...
>     [java]     "(" ...
>     [java]     "?" ...
>     [java]     "!" ...
>     [java]     <TERMINATING_EXCLAM> ...
>     [java]     "??" ...
>     [java]     "+" ...
>     [java]     "-" ...
>     [java]     "*" ...
>     [java]     "/" ...
>     [java]     "%" ...
>     [java]     "!=" ...
>     [java]     "=" ...
>     [java]     "==" ...
>     [java]     ">=" ...
>     [java]     <ESCAPED_GTE> ...
>     [java]     ">" ...
>     [java]     <ESCAPED_GT> ...
>     [java]     <LESS_THAN_EQUALS> ...
>     [java]     <LESS_THAN> ...
>     [java]     ".." ...
>     [java]     <AND> ...
>     [java]     <OR> ...
>     [java]
>     [java]
> freemarker.core.FMParser.generateParseException(FMParser.java:4697)
>
>
> - Abdullah
>



--
Thanks,
Kumaraswamy.N
91-9866805250.
Reply | Threaded
Open this post in threaded view
|

Re: FormWidgetExamples throws error

Bilgin Ibryam-2
In reply to this post by Abdullah Shaikh-3
Hi Abdullah ,
which version are you using? I can't see the error on trunk?

Bilgin

Abdullah Shaikh wrote:

> When I go to Example -> Form Widget Examples, it throws the following error
>
> MacroFormRenderer.java:135:ERROR]
>      [java] ---- exception report
> ----------------------------------------------------------
>      [java] Error rendering screen thru ftl
>      [java] Exception: freemarker.core.ParseException
>      [java] Message: Encountered ":" at line 1, column 58 in Sat Nov 21
> 18:58:26 IST 2009.
>      [java] Was expecting one of:
>      [java]     "}" ...
>      [java]     "." ...
>      [java]     "[" ...
>      [java]     "(" ...
>      [java]     "?" ...
>      [java]     "!" ...
>      [java]     <TERMINATING_EXCLAM> ...
>      [java]     "??" ...
>      [java]     "+" ...
>      [java]     "-" ...
>      [java]     "*" ...
>      [java]     "/" ...
>      [java]     "%" ...
>      [java]     "!=" ...
>      [java]     "=" ...
>      [java]     "==" ...
>      [java]     ">=" ...
>      [java]     <ESCAPED_GTE> ...
>      [java]     ">" ...
>      [java]     <ESCAPED_GT> ...
>      [java]     <LESS_THAN_EQUALS> ...
>      [java]     <LESS_THAN> ...
>      [java]     ".." ...
>      [java]     <AND> ...
>      [java]     <OR> ...
>      [java]
>      [java] ---- stack trace
> ---------------------------------------------------------------
>      [java] freemarker.core.ParseException: Encountered ":" at line 1,
> column 58 in Sat Nov 21 18:58:26 IST 2009.
>      [java] Was expecting one of:
>      [java]     "}" ...
>      [java]     "." ...
>      [java]     "[" ...
>      [java]     "(" ...
>      [java]     "?" ...
>      [java]     "!" ...
>      [java]     <TERMINATING_EXCLAM> ...
>      [java]     "??" ...
>      [java]     "+" ...
>      [java]     "-" ...
>      [java]     "*" ...
>      [java]     "/" ...
>      [java]     "%" ...
>      [java]     "!=" ...
>      [java]     "=" ...
>      [java]     "==" ...
>      [java]     ">=" ...
>      [java]     <ESCAPED_GTE> ...
>      [java]     ">" ...
>      [java]     <ESCAPED_GT> ...
>      [java]     <LESS_THAN_EQUALS> ...
>      [java]     <LESS_THAN> ...
>      [java]     ".." ...
>      [java]     <AND> ...
>      [java]     <OR> ...
>      [java]
>      [java]
> freemarker.core.FMParser.generateParseException(FMParser.java:4697)
>
>
> - Abdullah
>
>  

Reply | Threaded
Open this post in threaded view
|

Re: FormWidgetExamples throws error

Abdullah Shaikh-3
Hi Bilgin,
I am using Trunk r882423.

Abdullah

On Sat, Nov 21, 2009 at 8:30 PM, Bilgin Ibryam <[hidden email]> wrote:

> Hi Abdullah ,
> which version are you using? I can't see the error on trunk?
>
> Bilgin
>
>
> Abdullah Shaikh wrote:
>
>> When I go to Example -> Form Widget Examples, it throws the following
>> error
>>
>> MacroFormRenderer.java:135:ERROR]
>>     [java] ---- exception report
>> ----------------------------------------------------------
>>     [java] Error rendering screen thru ftl
>>     [java] Exception: freemarker.core.ParseException
>>     [java] Message: Encountered ":" at line 1, column 58 in Sat Nov 21
>> 18:58:26 IST 2009.
>>     [java] Was expecting one of:
>>     [java]     "}" ...
>>     [java]     "." ...
>>     [java]     "[" ...
>>     [java]     "(" ...
>>     [java]     "?" ...
>>     [java]     "!" ...
>>     [java]     <TERMINATING_EXCLAM> ...
>>     [java]     "??" ...
>>     [java]     "+" ...
>>     [java]     "-" ...
>>     [java]     "*" ...
>>     [java]     "/" ...
>>     [java]     "%" ...
>>     [java]     "!=" ...
>>     [java]     "=" ...
>>     [java]     "==" ...
>>     [java]     ">=" ...
>>     [java]     <ESCAPED_GTE> ...
>>     [java]     ">" ...
>>     [java]     <ESCAPED_GT> ...
>>     [java]     <LESS_THAN_EQUALS> ...
>>     [java]     <LESS_THAN> ...
>>     [java]     ".." ...
>>     [java]     <AND> ...
>>     [java]     <OR> ...
>>     [java]
>>     [java] ---- stack trace
>> ---------------------------------------------------------------
>>     [java] freemarker.core.ParseException: Encountered ":" at line 1,
>> column 58 in Sat Nov 21 18:58:26 IST 2009.
>>     [java] Was expecting one of:
>>     [java]     "}" ...
>>     [java]     "." ...
>>     [java]     "[" ...
>>     [java]     "(" ...
>>     [java]     "?" ...
>>     [java]     "!" ...
>>     [java]     <TERMINATING_EXCLAM> ...
>>     [java]     "??" ...
>>     [java]     "+" ...
>>     [java]     "-" ...
>>     [java]     "*" ...
>>     [java]     "/" ...
>>     [java]     "%" ...
>>     [java]     "!=" ...
>>     [java]     "=" ...
>>     [java]     "==" ...
>>     [java]     ">=" ...
>>     [java]     <ESCAPED_GTE> ...
>>     [java]     ">" ...
>>     [java]     <ESCAPED_GT> ...
>>     [java]     <LESS_THAN_EQUALS> ...
>>     [java]     <LESS_THAN> ...
>>     [java]     ".." ...
>>     [java]     <AND> ...
>>     [java]     <OR> ...
>>     [java]
>>     [java]
>> freemarker.core.FMParser.generateParseException(FMParser.java:4697)
>>
>>
>> - Abdullah
>>
>>
>>
>
>
Reply | Threaded
Open this post in threaded view
|

Re: FormWidgetExamples throws error

Erwan de FERRIERES-3
In reply to this post by Bilgin Ibryam-2
Hi,

I've got the same error :


2009-11-21 16:25:58,117 (http-0.0.0.0-8443-1) [
MacroFormRenderer.java:135:ERROR]
---- exception report
----------------------------------------------------------
Error rendering screen thru ftl
Exception: freemarker.core.ParseException
Message: Encountered "\"\"" at line 1, column 166 in Sat Nov 21 16:25:58
CET 2009.
Was expecting:
     "=" ...

---- stack trace
---------------------------------------------------------------
freemarker.core.ParseException: Encountered "\"\"" at line 1, column 166
in Sat Nov 21 16:25:58 CET 2009.
Was expecting:
     "=" ...

Regards,

--
Erwan
Reply | Threaded
Open this post in threaded view
|

Re: FormWidgetExamples throws error

Jacques Le Roux
Administrator
I confirm,

Saw also at end of the error in log

2009-11-21 16:50:13,109 (http-0.0.0.0-28443-3) [  MacroFormRenderer.java:564:WARN ] Form widget field [field4] with
input-method="time-dropdown" was not able to understand the default time [2009-11-21%2016&#
8;50&#58;13.109]. The parsing error was: Timestamp format must be yyyy-mm-dd hh:mm:ss[.fffffffff]
2009-11-21 16:50:13,125 (http-0.0.0.0-28443-3) [  MacroFormRenderer.java:564:WARN ] Form widget field [field5] with
input-method="time-dropdown" was not able to understand the default time [2009-11-21%2016&#
8;50&#58;13.125]. The parsing error was: Timestamp format must be yyyy-mm-dd hh:mm:ss[.fffffffff]
2009-11-21 16:50:13,265 (http-0.0.0.0-28443-3) [     ControlServlet.java:315:INFO ] [[[FormWidgetExamples] Request Done-
total:0.828,since last([FormWidgetExampl...):0.828]]

Jacques

From: "Erwan de FERRIERES" <[hidden email]>

> Hi,
>
> I've got the same error :
>
>
> 2009-11-21 16:25:58,117 (http-0.0.0.0-8443-1) [ MacroFormRenderer.java:135:ERROR]
> ---- exception report ----------------------------------------------------------
> Error rendering screen thru ftl
> Exception: freemarker.core.ParseException
> Message: Encountered "\"\"" at line 1, column 166 in Sat Nov 21 16:25:58 CET 2009.
> Was expecting:
>     "=" ...
>
> ---- stack trace ---------------------------------------------------------------
> freemarker.core.ParseException: Encountered "\"\"" at line 1, column 166 in Sat Nov 21 16:25:58 CET 2009.
> Was expecting:
>     "=" ...
>
> Regards,
>
> --
> Erwan
>


Reply | Threaded
Open this post in threaded view
|

Re: FormWidgetExamples throws error

Abdullah Shaikh-3
Should I raise a jira issue for this ?

On Sat, Nov 21, 2009 at 9:26 PM, Jacques Le Roux <
[hidden email]> wrote:

> I confirm,
>
> Saw also at end of the error in log
>
> 2009-11-21 16:50:13,109 (http-0.0.0.0-28443-3) [
>  MacroFormRenderer.java:564:WARN ] Form widget field [field4] with
> input-method="time-dropdown" was not able to understand the default time
> [2009-11-21%2016&#
> 8;50&#58;13.109]. The parsing error was: Timestamp format must be
> yyyy-mm-dd hh:mm:ss[.fffffffff]
> 2009-11-21 16:50:13,125 (http-0.0.0.0-28443-3) [
>  MacroFormRenderer.java:564:WARN ] Form widget field [field5] with
> input-method="time-dropdown" was not able to understand the default time
> [2009-11-21%2016&#
> 8;50&#58;13.125]. The parsing error was: Timestamp format must be
> yyyy-mm-dd hh:mm:ss[.fffffffff]
> 2009-11-21 16:50:13,265 (http-0.0.0.0-28443-3) [
> ControlServlet.java:315:INFO ] [[[FormWidgetExamples] Request Done-
> total:0.828,since last([FormWidgetExampl...):0.828]]
>
> Jacques
>
> From: "Erwan de FERRIERES" <[hidden email]>
>
>  Hi,
>>
>> I've got the same error :
>>
>>
>> 2009-11-21 16:25:58,117 (http-0.0.0.0-8443-1) [
>> MacroFormRenderer.java:135:ERROR]
>> ---- exception report
>> ----------------------------------------------------------
>> Error rendering screen thru ftl
>> Exception: freemarker.core.ParseException
>> Message: Encountered "\"\"" at line 1, column 166 in Sat Nov 21 16:25:58
>> CET 2009.
>> Was expecting:
>>    "=" ...
>>
>> ---- stack trace
>> ---------------------------------------------------------------
>> freemarker.core.ParseException: Encountered "\"\"" at line 1, column 166
>> in Sat Nov 21 16:25:58 CET 2009.
>> Was expecting:
>>    "=" ...
>>
>> Regards,
>>
>> --
>> Erwan
>>
>>
>
>
Reply | Threaded
Open this post in threaded view
|

Re: FormWidgetExamples throws error

Jacques Le Roux
Administrator
Hi Abdullah ,

I will wait a bit, but if nothing happens, say in 2 days, yes a Jira seems appropriate

Thanks

Jacques

From: "Abdullah Shaikh" <[hidden email]>

> Should I raise a jira issue for this ?
>
> On Sat, Nov 21, 2009 at 9:26 PM, Jacques Le Roux <
> [hidden email]> wrote:
>
>> I confirm,
>>
>> Saw also at end of the error in log
>>
>> 2009-11-21 16:50:13,109 (http-0.0.0.0-28443-3) [
>>  MacroFormRenderer.java:564:WARN ] Form widget field [field4] with
>> input-method="time-dropdown" was not able to understand the default time
>> [2009-11-21%2016&#
>> 8;50&#58;13.109]. The parsing error was: Timestamp format must be
>> yyyy-mm-dd hh:mm:ss[.fffffffff]
>> 2009-11-21 16:50:13,125 (http-0.0.0.0-28443-3) [
>>  MacroFormRenderer.java:564:WARN ] Form widget field [field5] with
>> input-method="time-dropdown" was not able to understand the default time
>> [2009-11-21%2016&#
>> 8;50&#58;13.125]. The parsing error was: Timestamp format must be
>> yyyy-mm-dd hh:mm:ss[.fffffffff]
>> 2009-11-21 16:50:13,265 (http-0.0.0.0-28443-3) [
>> ControlServlet.java:315:INFO ] [[[FormWidgetExamples] Request Done-
>> total:0.828,since last([FormWidgetExampl...):0.828]]
>>
>> Jacques
>>
>> From: "Erwan de FERRIERES" <[hidden email]>
>>
>>  Hi,
>>>
>>> I've got the same error :
>>>
>>>
>>> 2009-11-21 16:25:58,117 (http-0.0.0.0-8443-1) [
>>> MacroFormRenderer.java:135:ERROR]
>>> ---- exception report
>>> ----------------------------------------------------------
>>> Error rendering screen thru ftl
>>> Exception: freemarker.core.ParseException
>>> Message: Encountered "\"\"" at line 1, column 166 in Sat Nov 21 16:25:58
>>> CET 2009.
>>> Was expecting:
>>>    "=" ...
>>>
>>> ---- stack trace
>>> ---------------------------------------------------------------
>>> freemarker.core.ParseException: Encountered "\"\"" at line 1, column 166
>>> in Sat Nov 21 16:25:58 CET 2009.
>>> Was expecting:
>>>    "=" ...
>>>
>>> Regards,
>>>
>>> --
>>> Erwan
>>>
>>>
>>
>>
>

Reply | Threaded
Open this post in threaded view
|

Re: FormWidgetExamples throws error

Bilgin Ibryam-2
The first reported error in example application should be fixed in r882948

Bilgin


Jacques Le Roux wrote:

> Hi Abdullah ,
>
> I will wait a bit, but if nothing happens, say in 2 days, yes a Jira
> seems appropriate
>
> Thanks
>
> Jacques
>
> From: "Abdullah Shaikh" <[hidden email]>
>> Should I raise a jira issue for this ?
>>
>> On Sat, Nov 21, 2009 at 9:26 PM, Jacques Le Roux <
>> [hidden email]> wrote:
>>
>>> I confirm,
>>>
>>> Saw also at end of the error in log
>>>
>>> 2009-11-21 16:50:13,109 (http-0.0.0.0-28443-3) [
>>>  MacroFormRenderer.java:564:WARN ] Form widget field [field4] with
>>> input-method="time-dropdown" was not able to understand the default
>>> time
>>> [2009-11-21%2016&#
>>> 8;50&#58;13.109]. The parsing error was: Timestamp format must be
>>> yyyy-mm-dd hh:mm:ss[.fffffffff]
>>> 2009-11-21 16:50:13,125 (http-0.0.0.0-28443-3) [
>>>  MacroFormRenderer.java:564:WARN ] Form widget field [field5] with
>>> input-method="time-dropdown" was not able to understand the default
>>> time
>>> [2009-11-21%2016&#
>>> 8;50&#58;13.125]. The parsing error was: Timestamp format must be
>>> yyyy-mm-dd hh:mm:ss[.fffffffff]
>>> 2009-11-21 16:50:13,265 (http-0.0.0.0-28443-3) [
>>> ControlServlet.java:315:INFO ] [[[FormWidgetExamples] Request Done-
>>> total:0.828,since last([FormWidgetExampl...):0.828]]
>>>
>>> Jacques
>>>
>>> From: "Erwan de FERRIERES" <[hidden email]>
>>>
>>>  Hi,
>>>>
>>>> I've got the same error :
>>>>
>>>>
>>>> 2009-11-21 16:25:58,117 (http-0.0.0.0-8443-1) [
>>>> MacroFormRenderer.java:135:ERROR]
>>>> ---- exception report
>>>> ----------------------------------------------------------
>>>> Error rendering screen thru ftl
>>>> Exception: freemarker.core.ParseException
>>>> Message: Encountered "\"\"" at line 1, column 166 in Sat Nov 21
>>>> 16:25:58
>>>> CET 2009.
>>>> Was expecting:
>>>>    "=" ...
>>>>
>>>> ---- stack trace
>>>> ---------------------------------------------------------------
>>>> freemarker.core.ParseException: Encountered "\"\"" at line 1,
>>>> column 166
>>>> in Sat Nov 21 16:25:58 CET 2009.
>>>> Was expecting:
>>>>    "=" ...
>>>>
>>>> Regards,
>>>>
>>>> --
>>>> Erwan
>>>>
>>>>
>>>
>>>
>>
>