Re: [xwiki-users] Error on MapMacro

2010-11-21 Thread Gerritjan Koekkoek
Hi,

I have to excuse myself on this error.
When you restart Tomcat it works, there seems to be a known issue on importing 
macro's.

THanks anyway

Op 16 nov 2010, om 23:10 heeft Ricardo Rodriguez [eBioTIC.] het volgende 
geschreven:

Hi!

Gerritjan Koekkoek wrote:
 Hello
 I've imported the MapMacro into my test XWIKI.
 If I go to the page imported XWiki/MapMacro the 2 examples show each 2 errors.
 1. Failed to execute the [code] macro 
 2. Not a inline macro
 
 In the details of error 1 I see a out-of-memory error, i'm running on Mac OS 
 X 10.6.5, Tomcat 6.0.29, mySQL 5.1.50 and XWiki 2.5.1.32531
 

Perhaps you having two different errors. Please, check:

http://jira.xwiki.org/jira/browse/XWIKI-4048

and

http://www.xwiki.org/xwiki/bin/view/FAQ/HowToSolveAJavaHeapMemoryError


It is working for me in a XE 2.7-SNAPSHOT.32908 (Mac OS X 10.5.8, Tomcat 
6.0.18, MySQL 5.1.51)

with

export CATALINA_OPTS=-Xmx256m -Xms256m
export JAVA_OPTS=-Xmx256m -Xms256m

 Details on error 1;
 org.xwiki.rendering.macro.MacroExecutionException: Failed to highlight 
 content at 
 org.xwiki.rendering.internal.macro.code.CodeMacro.parseContent(CodeMacro.java:101)
  at 
 org.xwiki.rendering.internal.macro.code.CodeMacro.parseContent(CodeMacro.java:47)
  at 
 org.xwiki.rendering.macro.box.AbstractBoxMacro.execute(AbstractBoxMacro.java:124)
  at 
 org.xwiki.rendering.macro.box.AbstractBoxMacro.execute(AbstractBoxMacro.java:55)
  at 
 org.xwiki.rendering.internal.transformation.MacroTransformation.transformOnce(MacroTransformation.java:172)
  at 
 org.xwiki.rendering.internal.transformation.MacroTransformation.transform(MacroTransformation.java:117)
  at 
 org.xwiki.rendering.internal.transformation.DefaultTransformationManager.performTransformations(DefaultTransformationManager.java:85)
  at 
 com.xpn.xwiki.doc.XWikiDocument.performSyntaxConversion(XWikiDocument.java:7405)
  at 
 com.xpn.xwiki.doc.XWikiDocument.performSyntaxConversion(XWikiDocument.java:7355)
  at 
 com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:831) at 
 com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:782) at 
 com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:874) at 
 com.xpn.xwiki.api.Document.getRenderedContent(Document.java:537) at 
 sun.reflect.GeneratedMethodAccessor388.invoke(Unknown Source) at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  at java.lang.reflect.Method.invoke(Method.java:597) at 
 org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:389)
  at 
 org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:378)
  at 
 org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:270) 
 at 
 org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:252)
  at 
 org.apache.velocity.runtime.parser.node.ASTReference.value(ASTReference.java:493)
  at 
 org.apache.velocity.runtime.parser.node.ASTExpression.value(ASTExpression.java:71)
  at org.apache.velocity.runtime.parser.node.ASTSetDirect
 ive.render(ASTSetDirective.java:142) at 
 org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72) at 
 org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:336)
  at 
 org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:106)
  at 
 org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:336)
  at 
 org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:196)
  at 
 org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:161)
  at 
 com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:116)
  at com.xpn.xwiki.XWiki.evaluateTemplate(XWiki.java:1862) at 
 com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1800) at 
 com.xpn.xwiki.api.XWiki.parseTemplate(XWiki.java:896) at 
 sun.reflect.GeneratedMethodAccessor155.invoke(Unknown Source) at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  at java.lang.reflect.Method.invoke(Method.java:597) at 
 org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:389)
  at 
 org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:378)
  at 
 org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:270) 
 at 
 org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:252)
   at 
 org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:332)
  at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72) 
 at 
 org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:212)
  at 
 org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:247)
  at 
 

Re: [xwiki-users] Error on MapMacro

2010-11-21 Thread Vincent Massol

On Nov 21, 2010, at 3:31 PM, Gerritjan Koekkoek wrote:

 Hi,
 
 I have to excuse myself on this error.
 When you restart Tomcat it works, there seems to be a known issue on 
 importing macro's.

Yes, it's been fixed in XE 2.6. If you can upgrade to XE 3.6 let us know if it 
works for you better.

Thanks
-Vincent

 
 THanks anyway
 
 Op 16 nov 2010, om 23:10 heeft Ricardo Rodriguez [eBioTIC.] het volgende 
 geschreven:
 
 Hi!
 
 Gerritjan Koekkoek wrote:
 Hello
 I've imported the MapMacro into my test XWIKI.
 If I go to the page imported XWiki/MapMacro the 2 examples show each 2 
 errors.
 1. Failed to execute the [code] macro 
 2. Not a inline macro
 
 In the details of error 1 I see a out-of-memory error, i'm running on Mac OS 
 X 10.6.5, Tomcat 6.0.29, mySQL 5.1.50 and XWiki 2.5.1.32531
 
 
 Perhaps you having two different errors. Please, check:
 
 http://jira.xwiki.org/jira/browse/XWIKI-4048
 
 and
 
 http://www.xwiki.org/xwiki/bin/view/FAQ/HowToSolveAJavaHeapMemoryError
 
 
 It is working for me in a XE 2.7-SNAPSHOT.32908 (Mac OS X 10.5.8, Tomcat 
 6.0.18, MySQL 5.1.51)
 
 with
 
 export CATALINA_OPTS=-Xmx256m -Xms256m
 export JAVA_OPTS=-Xmx256m -Xms256m

[snip]

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


Re: [xwiki-users] Error on MapMacro

2010-11-16 Thread Ricardo Rodriguez [eBioTIC.]
Hi!

Gerritjan Koekkoek wrote:
 Hello
 I've imported the MapMacro into my test XWIKI.
 If I go to the page imported XWiki/MapMacro the 2 examples show each 2 errors.
 1. Failed to execute the [code] macro 
 2. Not a inline macro

 In the details of error 1 I see a out-of-memory error, i'm running on Mac OS 
 X 10.6.5, Tomcat 6.0.29, mySQL 5.1.50 and XWiki 2.5.1.32531
   

Perhaps you having two different errors. Please, check:

http://jira.xwiki.org/jira/browse/XWIKI-4048

and

http://www.xwiki.org/xwiki/bin/view/FAQ/HowToSolveAJavaHeapMemoryError


It is working for me in a XE 2.7-SNAPSHOT.32908 (Mac OS X 10.5.8, Tomcat 
6.0.18, MySQL 5.1.51)

with

export CATALINA_OPTS=-Xmx256m -Xms256m
export JAVA_OPTS=-Xmx256m -Xms256m

 Details on error 1;
 org.xwiki.rendering.macro.MacroExecutionException: Failed to highlight 
 content at 
 org.xwiki.rendering.internal.macro.code.CodeMacro.parseContent(CodeMacro.java:101)
  at 
 org.xwiki.rendering.internal.macro.code.CodeMacro.parseContent(CodeMacro.java:47)
  at 
 org.xwiki.rendering.macro.box.AbstractBoxMacro.execute(AbstractBoxMacro.java:124)
  at 
 org.xwiki.rendering.macro.box.AbstractBoxMacro.execute(AbstractBoxMacro.java:55)
  at 
 org.xwiki.rendering.internal.transformation.MacroTransformation.transformOnce(MacroTransformation.java:172)
  at 
 org.xwiki.rendering.internal.transformation.MacroTransformation.transform(MacroTransformation.java:117)
  at 
 org.xwiki.rendering.internal.transformation.DefaultTransformationManager.performTransformations(DefaultTransformationManager.java:85)
  at 
 com.xpn.xwiki.doc.XWikiDocument.performSyntaxConversion(XWikiDocument.java:7405)
  at 
 com.xpn.xwiki.doc.XWikiDocument.performSyntaxConversion(XWikiDocument.java:7355)
  at 
 com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:831) at 
 com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:782) at 
 com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:874) at 
 com.xpn.xwiki.api.Document.getRenderedContent(Document.java:537) at 
 sun.reflect.GeneratedMethodAccessor388.invoke(Unknown Source) at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  at java.lang.reflect.Method.invoke(Method.java:597) at 
 org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:389)
  at 
 org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:378)
  at 
 org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:270) 
 at 
 org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:252)
  at 
 org.apache.velocity.runtime.parser.node.ASTReference.value(ASTReference.java:493)
  at 
 org.apache.velocity.runtime.parser.node.ASTExpression.value(ASTExpression.java:71)
  at org.apache.velocity.runtime.parser.node.ASTSetDirect
 ive.render(ASTSetDirective.java:142) at 
 org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72) at 
 org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:336)
  at 
 org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:106)
  at 
 org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:336)
  at 
 org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:196)
  at 
 org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:161)
  at 
 com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:116)
  at com.xpn.xwiki.XWiki.evaluateTemplate(XWiki.java:1862) at 
 com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1800) at 
 com.xpn.xwiki.api.XWiki.parseTemplate(XWiki.java:896) at 
 sun.reflect.GeneratedMethodAccessor155.invoke(Unknown Source) at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  at java.lang.reflect.Method.invoke(Method.java:597) at 
 org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:389)
  at 
 org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:378)
  at 
 org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:270) 
 at 
 org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:252)
   at 
 org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:332)
  at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72) 
 at 
 org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:212)
  at 
 org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:247)
  at 
 org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:175)
  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