Re: [xwiki-users] Error number 4001 in 4: Error while evaluating velocity template colorThemeInit.vm

2015-01-07 Thread kelly resche
It works. Thanks!

> Date: Wed, 7 Jan 2015 17:45:15 +0100
> From: thomas.morta...@xwiki.com
> To: users@xwiki.org
> Subject: Re: [xwiki-users] Error number 4001 in 4: Error while evaluating 
> velocity template colorThemeInit.vm
> 
> Usually when you have an error like this, look at the last "cause". In
> this case it's " java.lang.OutOfMemoryError: Java heap space" meaning
> that you did not allocated enough memory to XWiki (i.e. to you
> application server).
> 
> On Wed, Jan 7, 2015 at 5:42 PM, kelly resche  wrote:
> > Hi,
> >
> > i'm new with XWiki. I've just installed the latest version 6.3 using the 
> > .deb package xwiki-enterprise-tomcat7-mysql on an Ununtu 14.04LTS server.
> >
> > There were no issue during the installation. But when i connect to XWiki 
> > for the first time via the following URL : http://localhost:8080/xwiki, 
> > XWiki starts until 50% and the i get the following result :
> >
> > Error number 4001 in 4: Error while evaluating velocity template 
> > colorThemeInit.vm
> > com.xpn.xwiki.XWikiException: Error number 4001 in 4: Error while 
> > evaluating velocity template colorThemeInit.vm
> > at com.xpn.xwiki.XWiki.evaluateTemplate(XWiki.java:1637)
> > at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1612)
> > at com.xpn.xwiki.api.XWiki.parseTemplate(XWiki.java:801)
> > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > at 
> > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> > at 
> > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> > at java.lang.reflect.Method.invoke(Method.java:606)
> > at 
> > org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:395)
> > at 
> > org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:384)
> > at 
> > org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:173)
> > at 
> > org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:280)
> > at 
> > org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:369)
> > at 
> > org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
> > at 
> > org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:216)
> > at 
> > org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:311)
> > at 
> > org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:230)
> > at 
> > org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:207)
> > at 
> > org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342)
> > at 
> > org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:243)
> > at 
> > org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:198)
> > at 
> > com.xpn.xwiki.internal.template.TemplateManager.evaluateContent(TemplateManager.java:783)
> > at 
> > com.xpn.xwiki.internal.template.TemplateManager.renderFromSkin(TemplateManager.java:689)
> > at 
> > com.xpn.xwiki.internal.template.TemplateManager.renderFromSkin(TemplateManager.java:676)
> > at 
> > com.xpn.xwiki.internal.template.TemplateManager.renderFromSkin(TemplateManager.java:649)
> > at 
> > com.xpn.xwiki.internal.template.TemplateManager.render(TemplateManager.java:642)
> > at com.xpn.xwiki.XWiki.evaluateTemplate(XWiki.java:1632)
> > at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1612)
> > at com.xpn.xwiki.api.XWiki.parseTemplate(XWiki.java:801)
> > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > at 
> > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> > at 
> > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> > at java.lang.reflect.Method.invoke(Method.java:606)
> > at 
> > org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:395)
> > at 
> > org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:384)
> > at 
> > org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:173)
> >   

Re: [xwiki-users] Error number 4001 in 4: Error while evaluating velocity template colorThemeInit.vm

2015-01-07 Thread Thomas Mortagne
Usually when you have an error like this, look at the last "cause". In
this case it's " java.lang.OutOfMemoryError: Java heap space" meaning
that you did not allocated enough memory to XWiki (i.e. to you
application server).

On Wed, Jan 7, 2015 at 5:42 PM, kelly resche  wrote:
> Hi,
>
> i'm new with XWiki. I've just installed the latest version 6.3 using the .deb 
> package xwiki-enterprise-tomcat7-mysql on an Ununtu 14.04LTS server.
>
> There were no issue during the installation. But when i connect to XWiki for 
> the first time via the following URL : http://localhost:8080/xwiki, XWiki 
> starts until 50% and the i get the following result :
>
> Error number 4001 in 4: Error while evaluating velocity template 
> colorThemeInit.vm
> com.xpn.xwiki.XWikiException: Error number 4001 in 4: Error while evaluating 
> velocity template colorThemeInit.vm
> at com.xpn.xwiki.XWiki.evaluateTemplate(XWiki.java:1637)
> at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1612)
> at com.xpn.xwiki.api.XWiki.parseTemplate(XWiki.java:801)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:606)
> at 
> org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:395)
> at 
> org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:384)
> at 
> org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:173)
> at 
> org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:280)
> at 
> org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:369)
> at 
> org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
> at 
> org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:216)
> at 
> org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:311)
> at 
> org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:230)
> at 
> org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:207)
> at 
> org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342)
> at 
> org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:243)
> at 
> org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:198)
> at 
> com.xpn.xwiki.internal.template.TemplateManager.evaluateContent(TemplateManager.java:783)
> at 
> com.xpn.xwiki.internal.template.TemplateManager.renderFromSkin(TemplateManager.java:689)
> at 
> com.xpn.xwiki.internal.template.TemplateManager.renderFromSkin(TemplateManager.java:676)
> at 
> com.xpn.xwiki.internal.template.TemplateManager.renderFromSkin(TemplateManager.java:649)
> at 
> com.xpn.xwiki.internal.template.TemplateManager.render(TemplateManager.java:642)
> at com.xpn.xwiki.XWiki.evaluateTemplate(XWiki.java:1632)
> at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1612)
> at com.xpn.xwiki.api.XWiki.parseTemplate(XWiki.java:801)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:606)
> at 
> org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:395)
> at 
> org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:384)
> at 
> org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:173)
> at 
> org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:280)
> at 
> org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:369)
> at 
> org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
> at 
> org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:216)
> at 
> org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:311)
> at 
> org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:230)
> at 
> org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:207)
> at 
> org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
> at 
> org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:87)
> at 
> org.apache.velocity.ru

[xwiki-users] Error number 4001 in 4: Error while evaluating velocity template colorThemeInit.vm

2015-01-07 Thread kelly resche
Hi, 

i'm new with XWiki. I've just installed the latest version 6.3 using the .deb 
package xwiki-enterprise-tomcat7-mysql on an Ununtu 14.04LTS server.

There were no issue during the installation. But when i connect to XWiki for 
the first time via the following URL : http://localhost:8080/xwiki, XWiki 
starts until 50% and the i get the following result :

Error number 4001 in 4: Error while evaluating velocity template 
colorThemeInit.vm
com.xpn.xwiki.XWikiException: Error number 4001 in 4: Error while evaluating 
velocity template colorThemeInit.vm
at com.xpn.xwiki.XWiki.evaluateTemplate(XWiki.java:1637)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1612)
at com.xpn.xwiki.api.XWiki.parseTemplate(XWiki.java:801)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at 
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:395)
at 
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:384)
at 
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:173)
at 
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:280)
at 
org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:369)
at 
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at 
org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:216)
at 
org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:311)
at 
org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:230)
at 
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:207)
at 
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342)
at 
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:243)
at 
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:198)
at 
com.xpn.xwiki.internal.template.TemplateManager.evaluateContent(TemplateManager.java:783)
at 
com.xpn.xwiki.internal.template.TemplateManager.renderFromSkin(TemplateManager.java:689)
at 
com.xpn.xwiki.internal.template.TemplateManager.renderFromSkin(TemplateManager.java:676)
at 
com.xpn.xwiki.internal.template.TemplateManager.renderFromSkin(TemplateManager.java:649)
at 
com.xpn.xwiki.internal.template.TemplateManager.render(TemplateManager.java:642)
at com.xpn.xwiki.XWiki.evaluateTemplate(XWiki.java:1632)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1612)
at com.xpn.xwiki.api.XWiki.parseTemplate(XWiki.java:801)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at 
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:395)
at 
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:384)
at 
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:173)
at 
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:280)
at 
org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:369)
at 
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at 
org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:216)
at 
org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:311)
at 
org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:230)
at 
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:207)
at 
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at 
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:87)
at 
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342)
at 
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:243)
at 
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:198)
at 
com.xpn.xwiki.internal.template.TemplateManager.evaluateContent(TemplateManager.java:783)
at 
com.xpn.xwiki.internal.template.TemplateManager.renderFromSkin(TemplateManager.java:

Re: [xwiki-users] Error number 4001 in 4: Error while parsing velocity page

2010-10-29 Thread [Ricardo Rodriguez] eBioTIC.
Hi!

Ken McWilliams wrote:
> Sorry I left "Error number 4001 in 4: Error while parsing velocity
> page"... This is NOT the current issue. The current issue is the upload
> for XAR does not add it to the available packages.
>   

Please, checked max_allowed_packet for your MySQL instance.

See this...

http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationMySQL

> On Fri, 2010-10-29 at 16:46 -0600, Ken McWilliams wrote:
>   
>> I have a new XWiki installation on Windows XP, Glassfish 3.0.1 Xwiki
>> version xwiki-enterprise-web-2.5.war, MySQL 5.1.35
>>
>> The Issue:
>> I have a new empty wiki... on the page :
>> http://IPADDR:8080/xwiki/bin/import/XWiki/XWikiPreferences
>>
>> Which says : "Your wiki seems empty. You may want to import the default
>> XWiki Enterprise wiki which..."
>>
>> So in the dialogue box I browse to a downloaded backup of the wiki in a
>> xar file and try to import it but it returns back to the main screen as
>> if nothing happened (it does seem to upload but it is not listed as an
>> Available package after this.  So I then try to default set of pages at 
>> http://maven.xwiki.org/releases/com/xpn/xwiki/products/xwiki-enterprise-wiki/2.5/xwiki-enterprise-wiki-2.5.xar
>> and this does not work either.
>>
>> I've set up Xwiki successfully before (although the other installation
>> was on linux) and it went without issue.  
>>
>> As a clue I was getting this error first:
>> Error number 4001 in 4: Error while parsing velocity
>> page /templates/importinline.vm Wrapped Exception: Failed to evaluate
>> content with id [/templates/importinline.vm]
>>
>> I noticed that I needed to start up the windows Glassfish service
>> manually... So I changed the user to be the Administrator account (Under
>> options for the Windows Glassfish Service) and then the template error
>> went away... Go figure... anyways the above error prevented the file
>> upload dialogue from even appearing but now... there is this issue. 
>>
>> Any suggestions? Other than not using Windows ;) because I tried that
>> suggestion already.
>>
>> ___
>> users mailing list
>> users@xwiki.org
>> http://lists.xwiki.org/mailman/listinfo/users
>> 
>
>
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
>   

-- 
Ricardo Rodríguez
CTO
eBioTIC.
Life Sciences, Data Modeling and Information Management Systems

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Error number 4001 in 4: Error while parsing velocity page

2010-10-29 Thread Ken McWilliams
Sorry I left "Error number 4001 in 4: Error while parsing velocity
page"... This is NOT the current issue. The current issue is the upload
for XAR does not add it to the available packages.

On Fri, 2010-10-29 at 16:46 -0600, Ken McWilliams wrote:
> I have a new XWiki installation on Windows XP, Glassfish 3.0.1 Xwiki
> version xwiki-enterprise-web-2.5.war, MySQL 5.1.35
> 
> The Issue:
> I have a new empty wiki... on the page :
> http://IPADDR:8080/xwiki/bin/import/XWiki/XWikiPreferences
> 
> Which says : "Your wiki seems empty. You may want to import the default
> XWiki Enterprise wiki which..."
> 
> So in the dialogue box I browse to a downloaded backup of the wiki in a
> xar file and try to import it but it returns back to the main screen as
> if nothing happened (it does seem to upload but it is not listed as an
> Available package after this.  So I then try to default set of pages at 
> http://maven.xwiki.org/releases/com/xpn/xwiki/products/xwiki-enterprise-wiki/2.5/xwiki-enterprise-wiki-2.5.xar
> and this does not work either.
> 
> I've set up Xwiki successfully before (although the other installation
> was on linux) and it went without issue.  
> 
> As a clue I was getting this error first:
> Error number 4001 in 4: Error while parsing velocity
> page /templates/importinline.vm Wrapped Exception: Failed to evaluate
> content with id [/templates/importinline.vm]
> 
> I noticed that I needed to start up the windows Glassfish service
> manually... So I changed the user to be the Administrator account (Under
> options for the Windows Glassfish Service) and then the template error
> went away... Go figure... anyways the above error prevented the file
> upload dialogue from even appearing but now... there is this issue. 
> 
> Any suggestions? Other than not using Windows ;) because I tried that
> suggestion already.
> 
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users


___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Error number 4001 in 4: Error while parsing velocity page

2010-10-29 Thread Ken McWilliams
I have a new XWiki installation on Windows XP, Glassfish 3.0.1 Xwiki
version xwiki-enterprise-web-2.5.war, MySQL 5.1.35

The Issue:
I have a new empty wiki... on the page :
http://IPADDR:8080/xwiki/bin/import/XWiki/XWikiPreferences

Which says : "Your wiki seems empty. You may want to import the default
XWiki Enterprise wiki which..."

So in the dialogue box I browse to a downloaded backup of the wiki in a
xar file and try to import it but it returns back to the main screen as
if nothing happened (it does seem to upload but it is not listed as an
Available package after this.  So I then try to default set of pages at 
http://maven.xwiki.org/releases/com/xpn/xwiki/products/xwiki-enterprise-wiki/2.5/xwiki-enterprise-wiki-2.5.xar
and this does not work either.

I've set up Xwiki successfully before (although the other installation
was on linux) and it went without issue.  

As a clue I was getting this error first:
Error number 4001 in 4: Error while parsing velocity
page /templates/importinline.vm Wrapped Exception: Failed to evaluate
content with id [/templates/importinline.vm]

I noticed that I needed to start up the windows Glassfish service
manually... So I changed the user to be the Administrator account (Under
options for the Windows Glassfish Service) and then the template error
went away... Go figure... anyways the above error prevented the file
upload dialogue from even appearing but now... there is this issue. 

Any suggestions? Other than not using Windows ;) because I tried that
suggestion already.

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Error number 4001 in 4: Error while parsing velocity page Wrapped Exception: Failed to evaluate content with id []

2010-02-10 Thread Vincent Massol
Hi Michael,

On Feb 10, 2010, at 9:44 PM, Michael Beetz wrote:

> Hi all,
> 
> I've tested build 178.
> 
> - The editor allows syntax 1 and 2
> - The added sub group is shown immediately.

A big thank to you too for reporting those before we release the final 2.2 
version!

Please continue testing since we've decided to release the RC2 today and 
postponed the final to next Monday in order to get better assurance we don't 
have any critical bugs left.

Thanks
-Vincent

> 
> Thanks!
> mb
> 
> 
> -Original Message-
> From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf Of 
> Michael Beetz
> Sent: Montag, 8. Februar 2010 7:40
> To: XWiki Users
> Subject: Re: [xwiki-users] Error number 4001 in 4: Error while parsing 
> velocity page Wrapped Exception: Failed to evaluate content with id []
> 
> Good afternoon,
> 
> - All broken links are fixed, no velocity error anymore, the blog is shown 
> correct.
> - The editor still offers the 1.0 syntax only
> - An added subgroup isn't shown in the group editor immediately, even it has 
> been added.
> 
> Thanks
> mb
> 
> -Original Message-
> From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf Of 
> Vincent Massol
> Sent: Sonntag, 7. Februar 2010 6:10
> To: XWiki Users
> Subject: Re: [xwiki-users] Error number 4001 in 4: Error while parsing 
> velocity page Wrapped Exception: Failed to evaluate content with id []
> 
> 
> On Feb 7, 2010, at 5:46 PM, Michael Beetz wrote:
> 
>> Hi Vincent,
>> 
>> I've seen such a message - I am actually not able to reproduce it because I 
>> am running on 2.1.1 - however I remember this error " different object with 
>> the same identifier"
> 
> ok, just FYI I've tracked the bug. It should be fixed in 1 or 2 days and for 
> 2.2 final.
> 
> I also believe all the other problems you have in XEM are caused by the same 
> bug. BTW you shouldn't see any of these problems in XE.
> 
> Thanks
> -Vincent
> 
>> 
>> Kind regards
>> mb
>> 
>> What I found in the xwiki.log - however I couldn't associate an error ...
>> 
>> 09:17:10,931 
>> [http://localhost:8080/xwiki/bin/import/XWiki/Import?editor=globaladmin§ion=Import]
>>  
>> [http://localhost:8080/xwiki/bin/import/XWiki/Import?editor=globaladmin§ion=Import]
>>  WARN  xwiki.XWiki - Exception while getting wiki 
>> preference [showviewaction] 
>> com.xpn.xwiki.XWikiException: Error number 3202 in 3: Exception while 
>> reading document XWiki.XWikiPreferences
>> Wrapped Exception: Error number 3301 in 3: Exception while switching to 
>> database ^\\.,
>> Wrapped Exception: Unknown database '^\\.,'
>>  at 
>> com.xpn.xwiki.store.XWikiHibernateStore.loadXWikiDoc(XWikiHibernateStore.java:791)
>> 
>> 
>> 
>> 
>> -Original Message-
>> From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf Of 
>> Vincent Massol
>> Sent: Sonntag, 7. Februar 2010 4:21
>> To: XWiki Users
>> Subject: Re: [xwiki-users] Error number 4001 in 4: Error while parsing 
>> velocity page Wrapped Exception: Failed to evaluate content with id []
>> 
>> Hi Michael,
>> 
>> On Feb 7, 2010, at 9:40 AM, Michael Beetz wrote:
>> 
>>> Hi all,
>>> 
>>> I am running the actual XEM snapshot (159) and tested some of the previous 
>>> ones.
>>> 
>>> I am facing some (major) problems:
>>> 
>>> -  The first line (the top menu line) shows the error message 
>>> "Error number 4001 in 4: Error while parsing velocity page Wrapped 
>>> Exception: Failed to evaluate content with id 
>>> []<http://test01.myhost:8080/xwiki/bin/view/Main/>"  Refreshing the page 
>>> shows the menu line.
>> 
>> I've seen this one too I think. I'm working on fixing it. Can you verify the 
>> full error and that it's similar:
>> 
>> Caused by: com.xpn.xwiki.XWikiException: Error number 3201 in 3: Exception 
>> while saving document XWiki.Admin
>> Wrapped Exception: Error number 3211 in 3: Exception while saving object 
>> XWiki.Admin
>> Wrapped Exception: a different object with the same identifier value was 
>> already associated with the session: 
>> [com.xpn.xwiki.objects.BaseObject#755749242]
>>   at 
>> com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiDoc(XWikiHibernateStore.java:634)
>>   at 
>> com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:182)
>>  

Re: [xwiki-users] Error number 4001 in 4: Error while parsing velocity page Wrapped Exception: Failed to evaluate content with id []

2010-02-10 Thread Michael Beetz
Hi all,

I've tested build 178.

- The editor allows syntax 1 and 2
- The added sub group is shown immediately.

Thanks!
mb


-Original Message-
From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf Of 
Michael Beetz
Sent: Montag, 8. Februar 2010 7:40
To: XWiki Users
Subject: Re: [xwiki-users] Error number 4001 in 4: Error while parsing velocity 
page Wrapped Exception: Failed to evaluate content with id []

Good afternoon,

- All broken links are fixed, no velocity error anymore, the blog is shown 
correct.
- The editor still offers the 1.0 syntax only
- An added subgroup isn't shown in the group editor immediately, even it has 
been added.

Thanks
mb

-Original Message-
From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf Of 
Vincent Massol
Sent: Sonntag, 7. Februar 2010 6:10
To: XWiki Users
Subject: Re: [xwiki-users] Error number 4001 in 4: Error while parsing velocity 
page Wrapped Exception: Failed to evaluate content with id []


On Feb 7, 2010, at 5:46 PM, Michael Beetz wrote:

> Hi Vincent,
> 
> I've seen such a message - I am actually not able to reproduce it because I 
> am running on 2.1.1 - however I remember this error " different object with 
> the same identifier"

ok, just FYI I've tracked the bug. It should be fixed in 1 or 2 days and for 
2.2 final.

I also believe all the other problems you have in XEM are caused by the same 
bug. BTW you shouldn't see any of these problems in XE.

Thanks
-Vincent

> 
> Kind regards
> mb
> 
> What I found in the xwiki.log - however I couldn't associate an error ...
> 
> 09:17:10,931 
> [http://localhost:8080/xwiki/bin/import/XWiki/Import?editor=globaladmin§ion=Import]
>  
> [http://localhost:8080/xwiki/bin/import/XWiki/Import?editor=globaladmin§ion=Import]
>  WARN  xwiki.XWiki - Exception while getting wiki 
> preference [showviewaction] 
> com.xpn.xwiki.XWikiException: Error number 3202 in 3: Exception while reading 
> document XWiki.XWikiPreferences
> Wrapped Exception: Error number 3301 in 3: Exception while switching to 
> database ^\\.,
> Wrapped Exception: Unknown database '^\\.,'
>   at 
> com.xpn.xwiki.store.XWikiHibernateStore.loadXWikiDoc(XWikiHibernateStore.java:791)
> 
> 
> 
> 
> -Original Message-
> From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf Of 
> Vincent Massol
> Sent: Sonntag, 7. Februar 2010 4:21
> To: XWiki Users
> Subject: Re: [xwiki-users] Error number 4001 in 4: Error while parsing 
> velocity page Wrapped Exception: Failed to evaluate content with id []
> 
> Hi Michael,
> 
> On Feb 7, 2010, at 9:40 AM, Michael Beetz wrote:
> 
>> Hi all,
>> 
>> I am running the actual XEM snapshot (159) and tested some of the previous 
>> ones.
>> 
>> I am facing some (major) problems:
>> 
>> -  The first line (the top menu line) shows the error message "Error 
>> number 4001 in 4: Error while parsing velocity page Wrapped Exception: 
>> Failed to evaluate content with id 
>> []<http://test01.myhost:8080/xwiki/bin/view/Main/>"  Refreshing the page 
>> shows the menu line.
> 
> I've seen this one too I think. I'm working on fixing it. Can you verify the 
> full error and that it's similar:
> 
> Caused by: com.xpn.xwiki.XWikiException: Error number 3201 in 3: Exception 
> while saving document XWiki.Admin
> Wrapped Exception: Error number 3211 in 3: Exception while saving object 
> XWiki.Admin
> Wrapped Exception: a different object with the same identifier value was 
> already associated with the session: 
> [com.xpn.xwiki.objects.BaseObject#755749242]
>at 
> com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiDoc(XWikiHibernateStore.java:634)
>at 
> com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:182)
>at 
> com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:175)
>at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1343)
>at 
> com.xpn.xwiki.plugin.watchlist.WatchListStore.createWatchListObject(WatchListStore.java:503)
>at 
> com.xpn.xwiki.plugin.watchlist.WatchListStore.getWatchListObject(WatchListStore.java:521)
>at 
> com.xpn.xwiki.plugin.watchlist.WatchListStore.getWatchedElements(WatchListStore.java:387)
>at 
> com.xpn.xwiki.plugin.watchlist.WatchListPluginApi.isWikiWatched(WatchListPluginApi.java:204)
> 
>> 
>> -  The editor offers the xwiki 1.0 syntax only.
>> 
>> -  The group editor doesn't show the added member / subgroup - even 
>> it has been added.
>> 
>> -  Some generated links of t

Re: [xwiki-users] Error number 4001 in 4: Error while parsing velocity page Wrapped Exception: Failed to evaluate content with id []

2010-02-08 Thread Michael Beetz
Thomas,

Please see 
http://n2.nabble.com/Problem-in-XEM-with-entity-references-refactoring-td4530770.html#a4530770
 for details.

Thanks
mb


-Original Message-
From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf Of 
Thomas Mortagne
Sent: Montag, 8. Februar 2010 7:27
To: XWiki Users
Subject: Re: [xwiki-users] Error number 4001 in 4: Error while parsing velocity 
page Wrapped Exception: Failed to evaluate content with id []

On Sun, Feb 7, 2010 at 09:40, Michael Beetz  wrote:
> Hi all,
>
> I am running the actual XEM snapshot (159) and tested some of the previous 
> ones.
>
> I am facing some (major) problems:
>
> -          The first line (the top menu line) shows the error message "Error 
> number 4001 in 4: Error while parsing velocity page Wrapped Exception: Failed 
> to evaluate content with id 
> []<http://test01.myhost:8080/xwiki/bin/view/Main/>"  Refreshing the page 
> shows the menu line.

You mean instead of the content menu you have this error or you have
this error instead of the content ? In both case i can't reproduce, i
seems to work well for me.

>
> -          The editor offers the xwiki 1.0 syntax only.

Indeed i can reproduce it too, that's weird i did not had this issue
very recently.

>
> -          The group editor doesn't show the added member / subgroup - even 
> it has been added.

Yes i seen that too, it's in the list of blocker bugs for 2.2

>
> -          Some generated links of the sub wiki pages are pointing to the 
> main wiki.

Do you have some examples ?

>
> Version 2.1.1 works fine.
>
> Thanks
> mb
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>



-- 
Thomas Mortagne
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Error number 4001 in 4: Error while parsing velocity page Wrapped Exception: Failed to evaluate content with id []

2010-02-08 Thread Michael Beetz
Good afternoon,

- All broken links are fixed, no velocity error anymore, the blog is shown 
correct.
- The editor still offers the 1.0 syntax only
- An added subgroup isn't shown in the group editor immediately, even it has 
been added.

Thanks
mb

-Original Message-
From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf Of 
Vincent Massol
Sent: Sonntag, 7. Februar 2010 6:10
To: XWiki Users
Subject: Re: [xwiki-users] Error number 4001 in 4: Error while parsing velocity 
page Wrapped Exception: Failed to evaluate content with id []


On Feb 7, 2010, at 5:46 PM, Michael Beetz wrote:

> Hi Vincent,
> 
> I've seen such a message - I am actually not able to reproduce it because I 
> am running on 2.1.1 - however I remember this error " different object with 
> the same identifier"

ok, just FYI I've tracked the bug. It should be fixed in 1 or 2 days and for 
2.2 final.

I also believe all the other problems you have in XEM are caused by the same 
bug. BTW you shouldn't see any of these problems in XE.

Thanks
-Vincent

> 
> Kind regards
> mb
> 
> What I found in the xwiki.log - however I couldn't associate an error ...
> 
> 09:17:10,931 
> [http://localhost:8080/xwiki/bin/import/XWiki/Import?editor=globaladmin§ion=Import]
>  
> [http://localhost:8080/xwiki/bin/import/XWiki/Import?editor=globaladmin§ion=Import]
>  WARN  xwiki.XWiki - Exception while getting wiki 
> preference [showviewaction] 
> com.xpn.xwiki.XWikiException: Error number 3202 in 3: Exception while reading 
> document XWiki.XWikiPreferences
> Wrapped Exception: Error number 3301 in 3: Exception while switching to 
> database ^\\.,
> Wrapped Exception: Unknown database '^\\.,'
>   at 
> com.xpn.xwiki.store.XWikiHibernateStore.loadXWikiDoc(XWikiHibernateStore.java:791)
> 
> 
> 
> 
> -Original Message-
> From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf Of 
> Vincent Massol
> Sent: Sonntag, 7. Februar 2010 4:21
> To: XWiki Users
> Subject: Re: [xwiki-users] Error number 4001 in 4: Error while parsing 
> velocity page Wrapped Exception: Failed to evaluate content with id []
> 
> Hi Michael,
> 
> On Feb 7, 2010, at 9:40 AM, Michael Beetz wrote:
> 
>> Hi all,
>> 
>> I am running the actual XEM snapshot (159) and tested some of the previous 
>> ones.
>> 
>> I am facing some (major) problems:
>> 
>> -  The first line (the top menu line) shows the error message "Error 
>> number 4001 in 4: Error while parsing velocity page Wrapped Exception: 
>> Failed to evaluate content with id 
>> []<http://test01.myhost:8080/xwiki/bin/view/Main/>"  Refreshing the page 
>> shows the menu line.
> 
> I've seen this one too I think. I'm working on fixing it. Can you verify the 
> full error and that it's similar:
> 
> Caused by: com.xpn.xwiki.XWikiException: Error number 3201 in 3: Exception 
> while saving document XWiki.Admin
> Wrapped Exception: Error number 3211 in 3: Exception while saving object 
> XWiki.Admin
> Wrapped Exception: a different object with the same identifier value was 
> already associated with the session: 
> [com.xpn.xwiki.objects.BaseObject#755749242]
>at 
> com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiDoc(XWikiHibernateStore.java:634)
>at 
> com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:182)
>at 
> com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:175)
>at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1343)
>at 
> com.xpn.xwiki.plugin.watchlist.WatchListStore.createWatchListObject(WatchListStore.java:503)
>at 
> com.xpn.xwiki.plugin.watchlist.WatchListStore.getWatchListObject(WatchListStore.java:521)
>at 
> com.xpn.xwiki.plugin.watchlist.WatchListStore.getWatchedElements(WatchListStore.java:387)
>at 
> com.xpn.xwiki.plugin.watchlist.WatchListPluginApi.isWikiWatched(WatchListPluginApi.java:204)
> 
>> 
>> -  The editor offers the xwiki 1.0 syntax only.
>> 
>> -  The group editor doesn't show the added member / subgroup - even 
>> it has been added.
>> 
>> -  Some generated links of the sub wiki pages are pointing to the 
>> main wiki.
> 
> Ok I'll check those just after...  They're all probably due to the new 
> Document Reference refactoring we've done in 2.2M1 and 2.2M2.
> 
> Thanks
> -Vincent
> 
>> 
>> Version 2.1.1 works fine.
>> 
>> Thanks
>> mb
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Error number 4001 in 4: Error while parsing velocity page Wrapped Exception: Failed to evaluate content with id []

2010-02-08 Thread Thomas Mortagne
On Sun, Feb 7, 2010 at 09:40, Michael Beetz  wrote:
> Hi all,
>
> I am running the actual XEM snapshot (159) and tested some of the previous 
> ones.
>
> I am facing some (major) problems:
>
> -          The first line (the top menu line) shows the error message "Error 
> number 4001 in 4: Error while parsing velocity page Wrapped Exception: Failed 
> to evaluate content with id 
> []"  Refreshing the page 
> shows the menu line.

You mean instead of the content menu you have this error or you have
this error instead of the content ? In both case i can't reproduce, i
seems to work well for me.

>
> -          The editor offers the xwiki 1.0 syntax only.

Indeed i can reproduce it too, that's weird i did not had this issue
very recently.

>
> -          The group editor doesn't show the added member / subgroup - even 
> it has been added.

Yes i seen that too, it's in the list of blocker bugs for 2.2

>
> -          Some generated links of the sub wiki pages are pointing to the 
> main wiki.

Do you have some examples ?

>
> Version 2.1.1 works fine.
>
> Thanks
> mb
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>



-- 
Thomas Mortagne
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Error number 4001 in 4: Error while parsing velocity page Wrapped Exception: Failed to evaluate content with id []

2010-02-07 Thread Vincent Massol

On Feb 7, 2010, at 5:46 PM, Michael Beetz wrote:

> Hi Vincent,
> 
> I've seen such a message - I am actually not able to reproduce it because I 
> am running on 2.1.1 - however I remember this error " different object with 
> the same identifier"

ok, just FYI I've tracked the bug. It should be fixed in 1 or 2 days and for 
2.2 final.

I also believe all the other problems you have in XEM are caused by the same 
bug. BTW you shouldn't see any of these problems in XE.

Thanks
-Vincent

> 
> Kind regards
> mb
> 
> What I found in the xwiki.log - however I couldn't associate an error ...
> 
> 09:17:10,931 
> [http://localhost:8080/xwiki/bin/import/XWiki/Import?editor=globaladmin§ion=Import]
>  
> [http://localhost:8080/xwiki/bin/import/XWiki/Import?editor=globaladmin§ion=Import]
>  WARN  xwiki.XWiki - Exception while getting wiki 
> preference [showviewaction] 
> com.xpn.xwiki.XWikiException: Error number 3202 in 3: Exception while reading 
> document XWiki.XWikiPreferences
> Wrapped Exception: Error number 3301 in 3: Exception while switching to 
> database ^\\.,
> Wrapped Exception: Unknown database '^\\.,'
>   at 
> com.xpn.xwiki.store.XWikiHibernateStore.loadXWikiDoc(XWikiHibernateStore.java:791)
> 
> 
> 
> 
> -Original Message-
> From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf Of 
> Vincent Massol
> Sent: Sonntag, 7. Februar 2010 4:21
> To: XWiki Users
> Subject: Re: [xwiki-users] Error number 4001 in 4: Error while parsing 
> velocity page Wrapped Exception: Failed to evaluate content with id []
> 
> Hi Michael,
> 
> On Feb 7, 2010, at 9:40 AM, Michael Beetz wrote:
> 
>> Hi all,
>> 
>> I am running the actual XEM snapshot (159) and tested some of the previous 
>> ones.
>> 
>> I am facing some (major) problems:
>> 
>> -  The first line (the top menu line) shows the error message "Error 
>> number 4001 in 4: Error while parsing velocity page Wrapped Exception: 
>> Failed to evaluate content with id 
>> []<http://test01.myhost:8080/xwiki/bin/view/Main/>"  Refreshing the page 
>> shows the menu line.
> 
> I've seen this one too I think. I'm working on fixing it. Can you verify the 
> full error and that it's similar:
> 
> Caused by: com.xpn.xwiki.XWikiException: Error number 3201 in 3: Exception 
> while saving document XWiki.Admin
> Wrapped Exception: Error number 3211 in 3: Exception while saving object 
> XWiki.Admin
> Wrapped Exception: a different object with the same identifier value was 
> already associated with the session: 
> [com.xpn.xwiki.objects.BaseObject#755749242]
>at 
> com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiDoc(XWikiHibernateStore.java:634)
>at 
> com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:182)
>at 
> com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:175)
>at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1343)
>at 
> com.xpn.xwiki.plugin.watchlist.WatchListStore.createWatchListObject(WatchListStore.java:503)
>at 
> com.xpn.xwiki.plugin.watchlist.WatchListStore.getWatchListObject(WatchListStore.java:521)
>at 
> com.xpn.xwiki.plugin.watchlist.WatchListStore.getWatchedElements(WatchListStore.java:387)
>at 
> com.xpn.xwiki.plugin.watchlist.WatchListPluginApi.isWikiWatched(WatchListPluginApi.java:204)
> 
>> 
>> -  The editor offers the xwiki 1.0 syntax only.
>> 
>> -  The group editor doesn't show the added member / subgroup - even 
>> it has been added.
>> 
>> -  Some generated links of the sub wiki pages are pointing to the 
>> main wiki.
> 
> Ok I'll check those just after...  They're all probably due to the new 
> Document Reference refactoring we've done in 2.2M1 and 2.2M2.
> 
> Thanks
> -Vincent
> 
>> 
>> Version 2.1.1 works fine.
>> 
>> Thanks
>> mb
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Error number 4001 in 4: Error while parsing velocity page Wrapped Exception: Failed to evaluate content with id []

2010-02-07 Thread Michael Beetz
Hi Vincent,

I've seen such a message - I am actually not able to reproduce it because I am 
running on 2.1.1 - however I remember this error " different object with the 
same identifier"

Kind regards
mb

What I found in the xwiki.log - however I couldn't associate an error ...

09:17:10,931 
[http://localhost:8080/xwiki/bin/import/XWiki/Import?editor=globaladmin§ion=Import]
 
[http://localhost:8080/xwiki/bin/import/XWiki/Import?editor=globaladmin§ion=Import]
 WARN  xwiki.XWiki - Exception while getting wiki 
preference [showviewaction] 
com.xpn.xwiki.XWikiException: Error number 3202 in 3: Exception while reading 
document XWiki.XWikiPreferences
Wrapped Exception: Error number 3301 in 3: Exception while switching to 
database ^\\.,
Wrapped Exception: Unknown database '^\\.,'
at 
com.xpn.xwiki.store.XWikiHibernateStore.loadXWikiDoc(XWikiHibernateStore.java:791)




-Original Message-
From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf Of 
Vincent Massol
Sent: Sonntag, 7. Februar 2010 4:21
To: XWiki Users
Subject: Re: [xwiki-users] Error number 4001 in 4: Error while parsing velocity 
page Wrapped Exception: Failed to evaluate content with id []

Hi Michael,

On Feb 7, 2010, at 9:40 AM, Michael Beetz wrote:

> Hi all,
> 
> I am running the actual XEM snapshot (159) and tested some of the previous 
> ones.
> 
> I am facing some (major) problems:
> 
> -  The first line (the top menu line) shows the error message "Error 
> number 4001 in 4: Error while parsing velocity page Wrapped Exception: Failed 
> to evaluate content with id 
> []<http://test01.myhost:8080/xwiki/bin/view/Main/>"  Refreshing the page 
> shows the menu line.

I've seen this one too I think. I'm working on fixing it. Can you verify the 
full error and that it's similar:

Caused by: com.xpn.xwiki.XWikiException: Error number 3201 in 3: Exception 
while saving document XWiki.Admin
Wrapped Exception: Error number 3211 in 3: Exception while saving object 
XWiki.Admin
Wrapped Exception: a different object with the same identifier value was 
already associated with the session: 
[com.xpn.xwiki.objects.BaseObject#755749242]
at 
com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiDoc(XWikiHibernateStore.java:634)
at 
com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:182)
at 
com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:175)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1343)
at 
com.xpn.xwiki.plugin.watchlist.WatchListStore.createWatchListObject(WatchListStore.java:503)
at 
com.xpn.xwiki.plugin.watchlist.WatchListStore.getWatchListObject(WatchListStore.java:521)
at 
com.xpn.xwiki.plugin.watchlist.WatchListStore.getWatchedElements(WatchListStore.java:387)
at 
com.xpn.xwiki.plugin.watchlist.WatchListPluginApi.isWikiWatched(WatchListPluginApi.java:204)

> 
> -  The editor offers the xwiki 1.0 syntax only.
> 
> -  The group editor doesn't show the added member / subgroup - even 
> it has been added.
> 
> -  Some generated links of the sub wiki pages are pointing to the 
> main wiki.

Ok I'll check those just after...  They're all probably due to the new Document 
Reference refactoring we've done in 2.2M1 and 2.2M2.

Thanks
-Vincent

> 
> Version 2.1.1 works fine.
> 
> Thanks
> mb

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Error number 4001 in 4: Error while parsing velocity page Wrapped Exception: Failed to evaluate content with id []

2010-02-07 Thread Vincent Massol
Hi Michael,

On Feb 7, 2010, at 9:40 AM, Michael Beetz wrote:

> Hi all,
> 
> I am running the actual XEM snapshot (159) and tested some of the previous 
> ones.
> 
> I am facing some (major) problems:
> 
> -  The first line (the top menu line) shows the error message "Error 
> number 4001 in 4: Error while parsing velocity page Wrapped Exception: Failed 
> to evaluate content with id 
> []"  Refreshing the page 
> shows the menu line.

I've seen this one too I think. I'm working on fixing it. Can you verify the 
full error and that it's similar:

Caused by: com.xpn.xwiki.XWikiException: Error number 3201 in 3: Exception 
while saving document XWiki.Admin
Wrapped Exception: Error number 3211 in 3: Exception while saving object 
XWiki.Admin
Wrapped Exception: a different object with the same identifier value was 
already associated with the session: 
[com.xpn.xwiki.objects.BaseObject#755749242]
at 
com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiDoc(XWikiHibernateStore.java:634)
at 
com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:182)
at 
com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:175)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1343)
at 
com.xpn.xwiki.plugin.watchlist.WatchListStore.createWatchListObject(WatchListStore.java:503)
at 
com.xpn.xwiki.plugin.watchlist.WatchListStore.getWatchListObject(WatchListStore.java:521)
at 
com.xpn.xwiki.plugin.watchlist.WatchListStore.getWatchedElements(WatchListStore.java:387)
at 
com.xpn.xwiki.plugin.watchlist.WatchListPluginApi.isWikiWatched(WatchListPluginApi.java:204)

> 
> -  The editor offers the xwiki 1.0 syntax only.
> 
> -  The group editor doesn't show the added member / subgroup - even 
> it has been added.
> 
> -  Some generated links of the sub wiki pages are pointing to the 
> main wiki.

Ok I'll check those just after...  They're all probably due to the new Document 
Reference refactoring we've done in 2.2M1 and 2.2M2.

Thanks
-Vincent

> 
> Version 2.1.1 works fine.
> 
> Thanks
> mb

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Error number 4001 in 4: Error while parsing velocity page Wrapped Exception: Failed to evaluate content with id []

2010-02-07 Thread Michael Beetz
Hi all,

I am running the actual XEM snapshot (159) and tested some of the previous ones.

I am facing some (major) problems:

-  The first line (the top menu line) shows the error message "Error 
number 4001 in 4: Error while parsing velocity page Wrapped Exception: Failed 
to evaluate content with id []" 
 Refreshing the page shows the menu line.

-  The editor offers the xwiki 1.0 syntax only.

-  The group editor doesn't show the added member / subgroup - even it 
has been added.

-  Some generated links of the sub wiki pages are pointing to the main 
wiki.

Version 2.1.1 works fine.

Thanks
mb
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Error number 4001 in 4: Error while parsing velocity page Wrapped Exception: Cannot start the Velocity engine

2009-12-09 Thread Bubulina

Solved it.

in the server, there are written details about the error, and i forgot a
line "#end" in the macro file . the curios thing was that yesterday even
after i should have had the error, i did not receive one. anyways. a simple
restart after i deleted that line that should have not been there and it
works.

thxs anyways


Bubulina wrote:
> 
> Hello, out of the blue, from my point of view..i connect to a local
> instance of xwiki and i get this err: Error number 4001 in 4: Error while
> parsing velocity page Wrapped Exception: Cannot start the Velocity engine
> 
> Do you know how to resolve this? has anyone encountered it before?
> Thank you %-|
> 

-- 
View this message in context: 
http://n2.nabble.com/Error-number-4001-in-4-Error-while-parsing-velocity-page-Wrapped-Exception-Cannot-start-the-Velocitye-tp4138681p4138835.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Error number 4001 in 4: Error while parsing velocity page Wrapped Exception: Cannot start the Velocity engine

2009-12-09 Thread Bubulina

Hello, out of the blue, from my point of view..i connect to a local instance
of xwiki and i get this err: Error number 4001 in 4: Error while parsing
velocity page Wrapped Exception: Cannot start the Velocity engine

Do you know how to resolve this? has anyone encountered it before?
Thank you %-|
-- 
View this message in context: 
http://n2.nabble.com/Error-number-4001-in-4-Error-while-parsing-velocity-page-Wrapped-Exception-Cannot-start-the-Velocitye-tp4138681p4138681.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Error number 4001 in 4: Error while parsing velocity page Main.RecentChanges - compareTo work around

2009-09-23 Thread Vincent Gerris
Dear users,

I recently encountered a bug in the Main/RecentChanges page.
For some reason, we kept getting an error:

Error number 4001 in 4: Error while parsing velocity page
Main.RecentChanges
Wrapped Exception: Failed to evaluate content with id Recent Changes
com.xpn.xwiki.XWikiException: Error number 4001 in 4: Error while parsing 
velocity page Main.RecentChanges
Wrapped Exception: Failed to evaluate content with id Recent Changes
at 
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:114)
at 
com.xpn.xwiki.render.XWikiVelocityRenderer.render(XWikiVelocityRenderer.java:85)
.
Caused by: java.lang.ClassCastException: java.util.Date
at java.sql.Timestamp.compareTo(Timestamp.java:474)
.

It was unclear when it occured, because this has worked before.

After some googling, I found this:
http://twit88.com/blog/2007/12/08/javasqltimestamp-compareto-bug-in-jdk-15/

So I started fiddling around a bit.
The classes compared in the following line in the source seem both to be of the 
java util Date class.
For some reason the comparison fails, just like in the article.
The difference with the article is that a subclass is compared to a superclass, 
while in this case the comparison seems the same.

I do not know enough about XWiki internals to find out what goes wrong.
So could be a JDK 1.5 bug, could be a XWiki bug.

We are running XWiki 1.9.3.22597 on Oracle AS with JDK 1.5.

The workaround that for the moment does the trick is to switch the compared 
values.
So:
change this:
#if($lastCommentDate.compareTo($rcDt.toDate()) > -1 && 
$lastCommentDate.compareTo($rcDt.toDate()) <= 1)
with this:
#if($rcDt.toDate().compareTo($lastCommentDate) < -1 && 
$rcDt.toDate().compareTo($lastCommentDate) >= 1)

I am interested to know if more users encountered this.
Besides that I would like to know if this should be reported in Jira and how?

Hope this helps someone.
I am not sure if this is a structural solution, I would love to hear that from 
a developer.


-- 
Met vriendelijke groet / Kind regards,

Vincent Gerris (SL 2.34)

De Haagse Hogeschool
Dienst ICT
v.j.ger...@hhs.nl
Tel: 070 445 7468


___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Error number 4001 in 4

2009-02-23 Thread Jerome Velociter
Hi Sime,

Looks like you have a recursive velocity template include in your skin 
or in a wiki document. Can you check this?

Thanks,
Jerome.

PS: Please create a new thread instead of replying to an existing one 
and changing the subject, because it appears as children of another 
conversation. Thanks!

Sime Suljic wrote:
> Hi!
>   
> Can someone help? My Xwiki http://apleti.normala.hr/xwiki to crashes with
> this message:
>
>
>
> Error number 4001 in 4: Error while parsing velocity page /templates/view.vm
> Wrapped Exception: Failed to evaluate content with id [/templates/view.vm]
>
> Error number 4001 in 4: Error while parsing velocity page /templates/view.vm
> Wrapped Exception: Failed to evaluate content with id [/templates/view.vm]
>
> Error number 4001 in 4: Error while parsing velocity page /templates/view.vm
> Wrapped Exception: Failed to evaluate content with id [/templates/view.vm]
> com.xpn.xwiki.XWikiException: Error number 4001 in 4: Error while parsing
> velocity page /templates/view.vm Wrapped Exception: Failed to evaluate
> content with id [/templates/view.vm]
>   at
> com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.ja
> va:112)
>   at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1596)
>   at com.xpn.xwiki.web.Utils.parseTemplate(Utils.java:125)
>   at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:226)
>   at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115)
>   at
> org.apache.struts.action.RequestProcessor.processActionPerform(RequestProces
> sor.java:431)
>   at
> org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
>   at
> org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
>   at
> org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
>   at javax.servlet.http.HttpServlet.service(HttpServlet.java:596)
>   at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
>   at
> org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:428)
>   at
> org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebAppl
> icationHandler.java:830)
>   at
> com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFi
> lter.java:287)
>   at
> org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebAppl
> icationHandler.java:821)
>   at
> com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFi
> lter.java:112)
>   at
> org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebAppl
> icationHandler.java:821)
>   at
> org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandl
> er.java:471)
>   at
> org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:568)
>   at org.mortbay.http.HttpContext.handle(HttpContext.java:1565)
>   at
> org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext
> .java:633)
>   at org.mortbay.http.HttpContext.handle(HttpContext.java:1517)
>   at org.mortbay.http.HttpServer.service(HttpServer.java:954)
>   at org.mortbay.http.HttpConnection.service(HttpConnection.java:816)
>   at
> org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:983)
>   at org.mortbay.http.HttpConnection.handle(HttpConnection.java:833)
>   at
> org.mortbay.http.SocketListener.handleConnection(SocketListener.java:244)
>   at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357)
>   at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)
>
>
> Wrapped Exception:
>
> org.apache.velocity.exception.MethodInvocationException: Invocation of
> method 'parseTemplate' in  class com.xpn.xwiki.api.XWiki threw exception
> java.lang.OutOfMemoryError: Java heap space @ /templates/view.vm[1,8]
>   at
> org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:300
> )
>   at
> org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.ja
> va:203)
>   at
> org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.jav
> a:294)
>   at
> org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:31
> 8)
>   at
> org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroPro
> xy.java:194)
>   at
> org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.jav
> a:170)
>   at
> org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74)
>   at
> org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:31
> 8)
>   at
> org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement
> .java:107)
>   at
> org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:31
> 8)
>   at
> org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java
> :178)
>   at
> org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.jav

[xwiki-users] Error number 4001 in 4

2009-02-22 Thread Sime Suljic
Hi!

Can someone help? My Xwiki http://apleti.normala.hr/xwiki to crashes with
this message:



Error number 4001 in 4: Error while parsing velocity page /templates/view.vm
Wrapped Exception: Failed to evaluate content with id [/templates/view.vm]

Error number 4001 in 4: Error while parsing velocity page /templates/view.vm
Wrapped Exception: Failed to evaluate content with id [/templates/view.vm]

Error number 4001 in 4: Error while parsing velocity page /templates/view.vm
Wrapped Exception: Failed to evaluate content with id [/templates/view.vm]
com.xpn.xwiki.XWikiException: Error number 4001 in 4: Error while parsing
velocity page /templates/view.vm Wrapped Exception: Failed to evaluate
content with id [/templates/view.vm]
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.ja
va:112)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1596)
at com.xpn.xwiki.web.Utils.parseTemplate(Utils.java:125)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:226)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProces
sor.java:431)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:596)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
at
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:428)
at
org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebAppl
icationHandler.java:830)
at
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFi
lter.java:287)
at
org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebAppl
icationHandler.java:821)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFi
lter.java:112)
at
org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebAppl
icationHandler.java:821)
at
org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandl
er.java:471)
at
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:568)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1565)
at
org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext
.java:633)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1517)
at org.mortbay.http.HttpServer.service(HttpServer.java:954)
at org.mortbay.http.HttpConnection.service(HttpConnection.java:816)
at
org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:983)
at org.mortbay.http.HttpConnection.handle(HttpConnection.java:833)
at
org.mortbay.http.SocketListener.handleConnection(SocketListener.java:244)
at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357)
at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)


Wrapped Exception:

org.apache.velocity.exception.MethodInvocationException: Invocation of
method 'parseTemplate' in  class com.xpn.xwiki.api.XWiki threw exception
java.lang.OutOfMemoryError: Java heap space @ /templates/view.vm[1,8]
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:300
)
at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.ja
va:203)
at
org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.jav
a:294)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:31
8)
at
org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroPro
xy.java:194)
at
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.jav
a:170)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:31
8)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement
.java:107)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:31
8)
at
org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java
:178)
at
org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java
:143)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.ja
va:107)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1596)
at com.xpn.xwiki.web.Utils.parseTemplate(Utils.java:125)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:226)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProce

[xwiki-users] Error number 4001 in 4: Error while parsing velocity page XWiki.WatchListMessage

2009-02-05 Thread Olivier Gies
Hi everyone,

Using XWiki Enterprise version 1.7.1, we are having an error in the 
e-mails received while "watching" spaces, and cannot get to the root of it.

The Watchlist Updates e-mail contents are just as follows:

Error number 4001 in 4: Error while parsing velocity page 
XWiki.WatchListMessage Wrapped Exception: Failed to evaluate content 
with id [XWiki.WatchListMessage] 




When checking the server log, here's what we have

[ERROR] Method formatDate threw exception for reference $xwiki in 
template XWiki.WatchListMessage at  [27,61]
org.xwiki.velocity.XWikiVelocityException: Failed to evaluate content 
with id [XWiki.WatchListMessage]
at 
org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:187)
at 
org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:143)
at 
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:108)
at 
com.xpn.xwiki.plugin.mailsender.MailSenderPlugin.sendMailFromTemplate(MailSenderPlugin.java:662)
at 
com.xpn.xwiki.plugin.watchlist.WatchListJob.sendNotificationMessage(WatchListJob.java:430)
at 
com.xpn.xwiki.plugin.watchlist.WatchListJob.execute(WatchListJob.java:181)
at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
at 
org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:529)
Caused by: org.apache.velocity.exception.MethodInvocationException: 
Invocation of method 'formatDate' in  class com.xpn.xwiki.api.XWiki 
threw exception java.lang.NullPointerException @ 
XWiki.WatchListMessage[27,68]
at 
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:286)
at 
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:203)
at 
org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:294)
at 
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74)
at 
org.apache.velocity.runtime.directive.Foreach.render(Foreach.java:448)
at 
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:170)
at 
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318)
at 
org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:178)
... 7 more
Caused by: java.lang.NullPointerException
at com.xpn.xwiki.XWiki.formatDate(XWiki.java:5143)
at com.xpn.xwiki.api.XWiki.formatDate(XWiki.java:1831)
at sun.reflect.GeneratedMethodAccessor210.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at 
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:295)
at 
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:245)
... 14 more
java.lang.NullPointerException
at java.util.Calendar.setTime(Calendar.java:1032)
at java.text.SimpleDateFormat.format(SimpleDateFormat.java:785)
at java.text.SimpleDateFormat.format(SimpleDateFormat.java:778)
at java.text.DateFormat.format(DateFormat.java:314)
at com.xpn.xwiki.XWiki.formatDate(XWiki.java:5138)
at com.xpn.xwiki.api.XWiki.formatDate(XWiki.java:1831)
at sun.reflect.GeneratedMethodAccessor210.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at 
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:295)
at 
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:245)
at 
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:203)
at 
org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:294)
at 
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74)
at 
org.apache.velocity.runtime.directive.Foreach.render(Foreach.java:448)
at 
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:170)
at 
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318)
at 
org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:178)
at 
org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:143)
at 
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:108)
at 
com.xpn.xwiki.plugin.mailsender.MailSenderPlugin.sendMailFromTemplate(MailSenderPlugin.java:662)
at 
com.xpn.xwiki.plugin.watchlist.WatchListJob.sendNotificationMessage(WatchListJob.java:430)
at 
com.xpn.xwiki.plugin.watchlist.WatchListJob.execute(WatchListJob.java:181)
at org.quartz.core.JobRunShell.run(JobRunSh