Hi Mike, On Jun 22, 2009, at 9:40 PM, Mike Jakubik wrote:
> I am also experiencing the same problem, the WYSIWYG editor is > broken on most current browsers that i tested with (IE8 and Safari > 4). Unfortunately your suggestion did not fix it for me. Does anyone > have a fix for this? So far XWiki only supports IE6/7 and FF (all versions). Support for other browsers is pure luck since we haven't done strong testing on them yet. We're planning to add support for IE8 soon. For Safari would be great if people could raise issues in jira and provide patches. Thanks -Vincent > P.S. I attached my web.xml. > > Brett Bergquist wrote: >> I figured the first problem out. The "web.xml" is specifying >> filter "dispatcher" elements but these are not valid for Servlet >> 2.3 specification. This comes with Servlet 2.4 specification. So >> I change web.xml to read: >> >> >> <web-app xmlns="http://java.sun.com/xml/ns/j2ee" >> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >> xsi:schemaLocation="..." >> version="2.4"> >> >> and removed the DOCTYPE and now the wysiwyg editor is working >> correctly. >> Now for the blog problem. This appears to have something to do >> with forward only scroll insensitive cursors and probably issuing a >> "resultSet.first" or something similar which is trying position a >> cursor. From the server log: >> >> [#|2009-06-13T11:32:21.046-0400|INFO|sun-appserver2.1| >> javax.enterprise.system.stream.out| >> _ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;|2009-06-13 >> 11:32:21,046 [http://192.169.1.6:8080/xwiki/bin/view/Blog/] >> [httpSSLWorkerThread-8080-0] ERROR util.JDBCExceptionReporter >> - This method should only be called on ResultSet objects that are >> scrollable (type TYPE_SCROLL_INSENSITIVE). >> |#] >> >> This might have something to do with the why hibernate is creating >> the result set. I could try to figure it out, but I am having >> problems trying to figure out what source code to pull out. I >> tried with SVC and pull out all but I ended up downloading all of >> the branches, all of the tags, etc. before I killed it. So if you >> could point me in the right direction with the SVN repository >> command to pull down, I could give it a look. >> >> Thanks again for the help. >> >> Brett >> >> Ludovic Dubost wrote: >> >>> Brett M. Bergquist a écrit : >>> >>>> Environment: >>>> >>>> * Glassfish 2.1ur2 >>>> * Windows XP >>>> * Apache Derby 10.4 >>>> * XWiki Enterprise 1.9.21179 >>>> >>>> -- >>>> I just installed this and got it up and running. I downloaded and >>>> installed: >>>> xwiki-enterprise-wiki-1.9.xar >>>> >>>> When I try to use the WYSIWYG editor in Firefox 3, it comes up >>>> okay, but >>>> when I preview or save my pages, the page shows the HTML code, >>>> and not >>>> the wiki code. That is, I see something like this: >>>> >>>> <P>test</P><H1 id=HHeading1><SPAN>Heading 1</SPAN></H1><P>test >>>> again</P><P></P><P>abcdef</P> >>>> >>>> >>> This shows the conversion mecanism is not triggered or failed. >>> There is >>> a filter for that in the web.xml. >>> Maybe this is linked with the Glassfish config althout be have it >>> working on Sun App Server env in one case. >>> >>>> in the page instead of the paragraph, heading, etc. If I don't >>>> use the >>>> WYSIWYG editor, it works fine. Any ideas of what I might have >>>> done wrong? >>>> >>>> With IE 8, the WYSIWYG editor toolbar is just a bunch of mashed >>>> up icons >>>> also. >>>> >>>> >>> We haven't done any IE8 testing yet. Any feedback on what's >>> working/failing would be great besides the icon issue. A bug >>> report on >>> jira.xwiki.org would be cool >>> >>> >>>> -- >>>> Also, if I hit on the "Blog" link, I get an error: >>>> >>>> Error number 4001 in 4: Error while parsing velocity page >>>> Blog.WebHome >>>> Wrapped Exception: Failed to evaluate content with id Web Home >>>> </xwiki/bin/view/Blog/> >>>> >>>> >>> This one is probably due to a derby incompatibility of the query. >>> Your >>> exception should give the exact failure to run the query which we >>> don't >>> see in this log >>> >>> Thanks for the bug reports >>> >>> Ludovic >>> >>> >>>> Any ideas on this one? >>>> >>>> So far, I really like what I see however1 >>>> >>>> Brett >>>> >>>> Error number 4001 in 4: Error while parsing velocity page >>>> Blog.WebHome >>>> Wrapped Exception: Failed to evaluate content with id Web Home </ >>>> xwiki/bin/view/Blog/> >>>> com.xpn.xwiki.XWikiException: Error number 4001 in 4: Error while >>>> parsing velocity page Blog.WebHome >>>> Wrapped Exception: Failed to evaluate content with id Web Home </ >>>> xwiki/bin/view/Blog/> >>>> at >>>> com >>>> .xpn >>>> .xwiki >>>> .render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java: >>>> 114) >>>> at >>>> com >>>> .xpn >>>> .xwiki >>>> .render.XWikiVelocityRenderer.render(XWikiVelocityRenderer.java:85) >>>> at >>>> com >>>> .xpn >>>> .xwiki >>>> .render >>>> .DefaultXWikiRenderingEngine >>>> .renderText(DefaultXWikiRenderingEngine.java:272) >>>> at >>>> com >>>> .xpn >>>> .xwiki >>>> .render >>>> .DefaultXWikiRenderingEngine >>>> .renderText(DefaultXWikiRenderingEngine.java:202) >>>> at com.xpn.xwiki.XWiki.include(XWiki.java:3864) >>>> at com.xpn.xwiki.api.XWiki.includeForm(XWiki.java:1404) >>>> at com.xpn.xwiki.api.XWiki.includeForm(XWiki.java:1364) >>>> at sun.reflect.GeneratedMethodAccessor282.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.SimpleNode.render(SimpleNode.java: >>>> 336) >>>> 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 >>>> .render.XWikiVelocityRenderer.render(XWikiVelocityRenderer.java:85) >>>> at >>>> com >>>> .xpn >>>> .xwiki >>>> .render >>>> .DefaultXWikiRenderingEngine >>>> .renderText(DefaultXWikiRenderingEngine.java:272) >>>> at >>>> com >>>> .xpn >>>> .xwiki >>>> .render >>>> .DefaultXWikiRenderingEngine >>>> .renderText(DefaultXWikiRenderingEngine.java:202) >>>> at >>>> com >>>> .xpn >>>> .xwiki >>>> .render >>>> .DefaultXWikiRenderingEngine >>>> .renderText(DefaultXWikiRenderingEngine.java:170) >>>> at >>>> com >>>> .xpn >>>> .xwiki >>>> .render >>>> .DefaultXWikiRenderingEngine >>>> .renderDocument(DefaultXWikiRenderingEngine.java:159) >>>> at >>>> com >>>> .xpn >>>> .xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:533) >>>> at >>>> com.xpn.xwiki.api.Document.getRenderedContent(Document.java:450) >>>> at sun.reflect.GeneratedMethodAccessor291.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.SimpleNode.render(SimpleNode.java: >>>> 336) >>>> 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.XWiki.parseTemplate(XWiki.java:1611) >>>> at com.xpn.xwiki.api.XWiki.parseTemplate(XWiki.java:655) >>>> at sun.reflect.GeneratedMethodAccessor197.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 >>>> 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 >>>> .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.XWiki.parseTemplate(XWiki.java:1611) >>>> at com.xpn.xwiki.web.Utils.parseTemplate(Utils.java:124) >>>> 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(RequestProcessor.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: >>>> 734) >>>> at javax.servlet.http.HttpServlet.service(HttpServlet.java: >>>> 847) >>>> at >>>> org >>>> .apache >>>> .catalina >>>> .core >>>> .ApplicationFilterChain >>>> .servletService(ApplicationFilterChain.java:427) >>>> at >>>> org >>>> .apache >>>> .catalina >>>> .core >>>> .ApplicationFilterChain >>>> .internalDoFilter(ApplicationFilterChain.java:333) >>>> at >>>> org >>>> .apache >>>> .catalina >>>> .core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java: >>>> 214) >>>> at >>>> com >>>> .xpn >>>> .xwiki >>>> .wysiwyg >>>> .server.filter.ConversionFilter.doFilter(ConversionFilter.java:155) >>>> at >>>> org >>>> .apache >>>> .catalina >>>> .core >>>> .ApplicationFilterChain >>>> .internalDoFilter(ApplicationFilterChain.java:246) >>>> at >>>> org >>>> .apache >>>> .catalina >>>> .core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java: >>>> 214) >>>> at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java: >>>> 111) >>>> at >>>> org >>>> .apache >>>> .catalina >>>> .core >>>> .ApplicationFilterChain >>>> .internalDoFilter(ApplicationFilterChain.java:246) >>>> at >>>> org >>>> .apache >>>> .catalina >>>> .core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java: >>>> 214) >>>> at >>>> com >>>> .xpn >>>> .xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java: >>>> 68) >>>> at >>>> org >>>> .apache >>>> .catalina >>>> .core >>>> .ApplicationFilterChain >>>> .internalDoFilter(ApplicationFilterChain.java:246) >>>> at >>>> org >>>> .apache >>>> .catalina >>>> .core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java: >>>> 214) >>>> at >>>> com >>>> .xpn >>>> .xwiki >>>> .web >>>> .SavedRequestRestorerFilter >>>> .doFilter(SavedRequestRestorerFilter.java:295) >>>> at >>>> org >>>> .apache >>>> .catalina >>>> .core >>>> .ApplicationFilterChain >>>> .internalDoFilter(ApplicationFilterChain.java:246) >>>> at >>>> org >>>> .apache >>>> .catalina >>>> .core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java: >>>> 214) >>>> at >>>> com >>>> .xpn >>>> .xwiki >>>> .web >>>> .SetCharacterEncodingFilter >>>> .doFilter(SetCharacterEncodingFilter.java:112) >>>> at >>>> org >>>> .apache >>>> .catalina >>>> .core >>>> .ApplicationFilterChain >>>> .internalDoFilter(ApplicationFilterChain.java:246) >>>> at >>>> org >>>> .apache >>>> .catalina >>>> .core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java: >>>> 214) >>>> at >>>> org >>>> .apache >>>> .catalina >>>> .core.StandardWrapperValve.invoke(StandardWrapperValve.java:313) >>>> at >>>> org >>>> .apache >>>> .catalina >>>> .core >>>> .StandardContextValve.invokeInternal(StandardContextValve.java:287) >>>> at >>>> org >>>> .apache >>>> .catalina >>>> .core.StandardContextValve.invoke(StandardContextValve.java:218) >>>> at >>>> org >>>> .apache >>>> .catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648) >>>> at >>>> org >>>> .apache >>>> .catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593) >>>> at >>>> com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:94) >>>> at com.sun.enterprise.web.PESessionLockingStandardPipeline.invoke >>>> (PESessionLockingStandardPipeline.java:98) >>>> at >>>> org >>>> .apache >>>> .catalina.core.StandardHostValve.invoke(StandardHostValve.java:222) >>>> at >>>> org >>>> .apache >>>> .catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648) >>>> at >>>> org >>>> .apache >>>> .catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593) >>>> at >>>> org >>>> .apache >>>> .catalina.core.StandardPipeline.invoke(StandardPipeline.java:587) >>>> at >>>> org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java: >>>> 1096) >>>> at >>>> org >>>> .apache >>>> .catalina >>>> .core.StandardEngineValve.invoke(StandardEngineValve.java:166) >>>> at >>>> org >>>> .apache >>>> .catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648) >>>> at >>>> org >>>> .apache >>>> .catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593) >>>> at >>>> org >>>> .apache >>>> .catalina.core.StandardPipeline.invoke(StandardPipeline.java:587) >>>> at >>>> org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java: >>>> 1096) >>>> at >>>> org >>>> .apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java: >>>> 288) >>>> at >>>> com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.invokeAdapter >>>> >>>> (DefaultProcessorTask.java:647) >>>> at >>>> com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.doProcess >>>> (DefaultProcessorTask.java:579) >>>> at >>>> com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.process >>>> (DefaultProcessorTask.java:831) >>>> at >>>> com.sun.enterprise.web.connector.grizzly.DefaultReadTask.executeProcessorTask >>>> >>>> (DefaultReadTask.java:341) >>>> at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask >>>> (DefaultReadTask.java:263) >>>> at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask >>>> (DefaultReadTask.java:214) >>>> at >>>> com >>>> .sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java: >>>> 265) >>>> at com.sun.enterprise.web.connector.grizzly.ssl.SSLWorkerThread.run >>>> (SSLWorkerThread.java:106) >>>> >>>> Wrapped Exception: >>>> >>>> org.apache.velocity.exception.MethodInvocationException: >>>> Invocation of >>>> method 'searchDocuments' in class com.xpn.xwiki.api.XWiki threw >>>> exception com.xpn.xwiki.XWikiException: Error number 3223 in 3: >>>> Exception while searching documents with SQL space, doc.name, >>>> publish >>>> Date.value from XWiki Document as doc , Base Object obj, Integer >>>> Property is Published, Integer Property hidden, Date Property >>>> publish >>>> Date where (doc.hidden <> true or doc.hidden is null) and >>>> doc.full Name >>>> <&? >>>> </xwiki/bin/edit/select+distinct+doc.space%2C+doc.name%2C >>>> +publishDate.value+from+XWikiDocument+as+doc+%2C+BaseObject+obj%2C >>>> +IntegerProperty+isPublished%2C+IntegerProperty+hidden%2C >>>> +DateProperty+publishDate+%0A++++where+%28doc.hidden+%26%2360%3B >>>> %26%2362%3B+true+or+doc.hidden+is+null%29+and+doc/fullName+ >>>> %26%2360%3B%26?parent=Blog.WebHome> >>>> Wrapped Exception: could not execute query at Blog.WebHomeline 164, >>>> column 26? >>>> </xwiki/bin/edit/Blog/line+164%2C+column+26?parent=Blog.WebHome> at >>>> org >>>> .apache >>>> .velocity >>>> .runtime >>>> .parser.node.ASTMethod.handleInvocationException(ASTMethod.java: >>>> 337) >>>> at >>>> org >>>> .apache >>>> .velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:284) >>>> 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.ASTSetDirective.render(ASTSetDirective.java: >>>> 142) >>>> 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.SimpleNode.render(SimpleNode.java: >>>> 336) >>>> at >>>> org >>>> .apache >>>> .velocity >>>> .runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:106) >>>> 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.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 >>>> org >>>> .apache >>>> .velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java: >>>> 336) >>>> 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 >>>> .render.XWikiVelocityRenderer.render(XWikiVelocityRenderer.java:85) >>>> at >>>> com >>>> .xpn >>>> .xwiki >>>> .render >>>> .DefaultXWikiRenderingEngine >>>> .renderText(DefaultXWikiRenderingEngine.java:272) >>>> at >>>> com >>>> .xpn >>>> .xwiki >>>> .render >>>> .DefaultXWikiRenderingEngine >>>> .renderText(DefaultXWikiRenderingEngine.java:202) >>>> at com.xpn.xwiki.XWiki.include(XWiki.java:3864) at >>>> com.xpn.xwiki.api.XWiki.includeForm(XWiki.java:1404) at >>>> com.xpn.xwiki.api.XWiki.includeForm(XWiki.java:1364) at >>>> sun.reflect.GeneratedMethodAccessor282.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.SimpleNode.render(SimpleNode.java: >>>> 336) >>>> 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 >>>> .render.XWikiVelocityRenderer.render(XWikiVelocityRenderer.java:85) >>>> at >>>> com >>>> .xpn >>>> .xwiki >>>> .render >>>> .DefaultXWikiRenderingEngine >>>> .renderText(DefaultXWikiRenderingEngine.java:272) >>>> at >>>> com >>>> .xpn >>>> .xwiki >>>> .render >>>> .DefaultXWikiRenderingEngine >>>> .renderText(DefaultXWikiRenderingEngine.java:202) >>>> at >>>> com >>>> .xpn >>>> .xwiki >>>> .render >>>> .DefaultXWikiRenderingEngine >>>> .renderText(DefaultXWikiRenderingEngine.java:170) >>>> at >>>> com >>>> .xpn >>>> .xwiki >>>> .render >>>> .DefaultXWikiRenderingEngine >>>> .renderDocument(DefaultXWikiRenderingEngine.java:159) >>>> at >>>> com >>>> .xpn >>>> .xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:533) >>>> at com.xpn.xwiki.api.Document.getRenderedContent(Document.java: >>>> 450) at >>>> sun.reflect.GeneratedMethodAccessor291.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.SimpleNode.render(SimpleNode.java: >>>> 336) >>>> 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.XWiki.parseTemplate(XWiki.java:1611) at >>>> com.xpn.xwiki.api.XWiki.parseTemplate(XWiki.java:655) at >>>> sun.reflect.GeneratedMethodAccessor197.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 >>>> 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 >>>> .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.XWiki.parseTemplate(XWiki.java:1611) at >>>> com.xpn.xwiki.web.Utils.parseTemplate(Utils.java:124) 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(RequestProcessor.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:734) at >>>> javax.servlet.http.HttpServlet.service(HttpServlet.java:847) at >>>> org >>>> .apache >>>> .catalina >>>> .core >>>> .ApplicationFilterChain >>>> .servletService(ApplicationFilterChain.java:427) >>>> at >>>> org >>>> .apache >>>> .catalina >>>> .core >>>> .ApplicationFilterChain >>>> .internalDoFilter(ApplicationFilterChain.java:333) >>>> at >>>> org >>>> .apache >>>> .catalina >>>> .core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java: >>>> 214) >>>> at >>>> com >>>> .xpn >>>> .xwiki >>>> .wysiwyg >>>> .server.filter.ConversionFilter.doFilter(ConversionFilter.java:155) >>>> at >>>> org >>>> .apache >>>> .catalina >>>> .core >>>> .ApplicationFilterChain >>>> .internalDoFilter(ApplicationFilterChain.java:246) >>>> at >>>> org >>>> .apache >>>> .catalina >>>> .core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java: >>>> 214) >>>> at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:111) >>>> at >>>> org >>>> .apache >>>> .catalina >>>> .core >>>> .ApplicationFilterChain >>>> .internalDoFilter(ApplicationFilterChain.java:246) >>>> at >>>> org >>>> .apache >>>> .catalina >>>> .core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java: >>>> 214) >>>> at >>>> com >>>> .xpn >>>> .xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java: >>>> 68) >>>> at >>>> org >>>> .apache >>>> .catalina >>>> .core >>>> .ApplicationFilterChain >>>> .internalDoFilter(ApplicationFilterChain.java:246) >>>> at >>>> org >>>> .apache >>>> .catalina >>>> .core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java: >>>> 214) >>>> at >>>> com >>>> .xpn >>>> .xwiki >>>> .web >>>> .SavedRequestRestorerFilter >>>> .doFilter(SavedRequestRestorerFilter.java:295) >>>> at >>>> org >>>> .apache >>>> .catalina >>>> .core >>>> .ApplicationFilterChain >>>> .internalDoFilter(ApplicationFilterChain.java:246) >>>> at >>>> org >>>> .apache >>>> .catalina >>>> .core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java: >>>> 214) >>>> at >>>> com >>>> .xpn >>>> .xwiki >>>> .web >>>> .SetCharacterEncodingFilter >>>> .doFilter(SetCharacterEncodingFilter.java:112) >>>> at >>>> org >>>> .apache >>>> .catalina >>>> .core >>>> .ApplicationFilterChain >>>> .internalDoFilter(ApplicationFilterChain.java:246) >>>> at >>>> org >>>> .apache >>>> .catalina >>>> .core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java: >>>> 214) >>>> at >>>> org >>>> .apache >>>> .catalina >>>> .core.StandardWrapperValve.invoke(StandardWrapperValve.java:313) >>>> at >>>> org >>>> .apache >>>> .catalina >>>> .core >>>> .StandardContextValve.invokeInternal(StandardContextValve.java:287) >>>> at >>>> org >>>> .apache >>>> .catalina >>>> .core.StandardContextValve.invoke(StandardContextValve.java:218) >>>> at >>>> org >>>> .apache >>>> .catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648) >>>> at >>>> org >>>> .apache >>>> .catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593) >>>> at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:94) >>>> at >>>> com >>>> .sun >>>> .enterprise >>>> .web >>>> .PESessionLockingStandardPipeline >>>> .invoke(PESessionLockingStandardPipeline.java:98) >>>> at >>>> org >>>> .apache >>>> .catalina.core.StandardHostValve.invoke(StandardHostValve.java:222) >>>> at >>>> org >>>> .apache >>>> .catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648) >>>> at >>>> org >>>> .apache >>>> .catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593) >>>> at >>>> org >>>> .apache >>>> .catalina.core.StandardPipeline.invoke(StandardPipeline.java:587) >>>> at >>>> org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java: >>>> 1096) >>>> at >>>> org >>>> .apache >>>> .catalina >>>> .core.StandardEngineValve.invoke(StandardEngineValve.java:166) >>>> at >>>> org >>>> .apache >>>> .catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648) >>>> at >>>> org >>>> .apache >>>> .catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593) >>>> at >>>> org >>>> .apache >>>> .catalina.core.StandardPipeline.invoke(StandardPipeline.java:587) >>>> at >>>> org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java: >>>> 1096) >>>> at >>>> org >>>> .apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java: >>>> 288) >>>> at >>>> com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.invokeAdapter >>>> >>>> (DefaultProcessorTask.java:647) >>>> at >>>> com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.doProcess >>>> (DefaultProcessorTask.java:579) >>>> at >>>> com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.process >>>> (DefaultProcessorTask.java:831) >>>> at >>>> com.sun.enterprise.web.connector.grizzly.DefaultReadTask.executeProcessorTask >>>> >>>> (DefaultReadTask.java:341) >>>> at >>>> com >>>> .sun >>>> .enterprise >>>> .web >>>> .connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:263) >>>> at >>>> com >>>> .sun >>>> .enterprise >>>> .web >>>> .connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:214) >>>> at >>>> com >>>> .sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java: >>>> 265) >>>> at >>>> com >>>> .sun >>>> .enterprise >>>> .web >>>> .connector.grizzly.ssl.SSLWorkerThread.run(SSLWorkerThread.java: >>>> 106) >>>> Caused by: com.xpn.xwiki.XWikiException: Error number 3223 in 3: >>>> Exception while searching documents with SQL space, doc.name, >>>> publish >>>> Date.value from XWiki Document as doc , Base Object obj, Integer >>>> Property is Published, Integer Property hidden, Date Property >>>> publish >>>> Date where (doc.hidden <> true or doc.hidden is null) and >>>> doc.full Name >>>> <&? >>>> </xwiki/bin/edit/select+distinct+doc.space%2C+doc.name%2C >>>> +publishDate.value+from+XWikiDocument+as+doc+%2C+BaseObject+obj%2C >>>> +IntegerProperty+isPublished%2C+IntegerProperty+hidden%2C >>>> +DateProperty+publishDate+%0A++++where+%28doc.hidden+%26%2360%3B >>>> %26%2362%3B+true+or+doc.hidden+is+null%29+and+doc/fullName+ >>>> %26%2360%3B%26?parent=Blog.WebHome> >>>> Wrapped Exception: could not execute query at >>>> com >>>> .xpn >>>> .xwiki >>>> .store >>>> .XWikiHibernateStore >>>> .searchDocumentsNamesInternal(XWikiHibernateStore.java:2302) >>>> at >>>> com >>>> .xpn >>>> .xwiki >>>> .store >>>> .XWikiHibernateStore >>>> .searchDocumentsNames(XWikiHibernateStore.java:2266) >>>> at >>>> com >>>> .xpn >>>> .xwiki >>>> .store >>>> .XWikiHibernateStore >>>> .searchDocumentsNames(XWikiHibernateStore.java:2747) >>>> at >>>> com >>>> .xpn >>>> .xwiki >>>> .store.XWikiCacheStore.searchDocumentsNames(XWikiCacheStore.java: >>>> 267) >>>> at com.xpn.xwiki.api.XWiki.searchDocuments(XWiki.java:406) at >>>> sun.reflect.GeneratedMethodAccessor251.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) >>>> … 143 more >>>> >>>> >>>> >>>> >>>> _______________________________________________ >>>> users mailing list >>>> [email protected] >>>> http://lists.xwiki.org/mailman/listinfo/users >>>> >>>> >>>> >>> -- >>> Ludovic Dubost >>> Blog: http://blog.ludovic.org/ >>> XWiki: http://www.xwiki.com >>> Skype: ldubost GTalk: ldubost >>> >>> _______________________________________________ >>> users mailing list >>> [email protected] >>> http://lists.xwiki.org/mailman/listinfo/users >>> >>> . >>> >>> >> _______________________________________________ >> users mailing list >> [email protected] >> http://lists.xwiki.org/mailman/listinfo/users >> > > -- > Intertainservices > 4101 Yonge St., Suite 506 > Toronto, Ontario, M2P 1N6 > > Phone: +1 416 225-8475 x303 > Fax: +1 416 535 9094 > Cell: +1 416 562 5378 > E-mail: [email protected] > > This message, including any attachments, is privileged and may > contain confidential information intended only for the person(s) > named above. Any other distribution, copying or disclosure is > strictly prohibited. If you are not the intended recipient or have > received this message in error, please notify me immediately by > reply email and permanently delete the original transmission, > including any attachments, without making a copy. > > _______________________________________________ > users mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/users _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
