XE 1.5M2, Tomcat 6.0, Oracle 10.2.
When I want to delete a page, I get that error :
Error number 0 in 3: Exception while hibernate execute
Wrapped Exception: could not get next sequence value
com.xpn.xwiki.XWikiException: Error number 0 in 3: Exception while
hibernate execute
Wrapped Exception: could not get next sequence value
at
com.xpn.xwiki.store.XWikiHibernateBaseStore.execute(XWikiHibernateBaseStore.java:1005)
at
com.xpn.xwiki.store.XWikiHibernateBaseStore.executeWrite(XWikiHibernateBaseStore.java:1055)
at
com.xpn.xwiki.store.XWikiHibernateRecycleBinStore.saveToRecycleBin(XWikiHibernateRecycleBinStore.java:56)
at com.xpn.xwiki.XWiki.deleteDocument(XWiki.java:3682)
at com.xpn.xwiki.XWiki.deleteDocument(XWiki.java:3674)
at com.xpn.xwiki.XWiki.deleteAllDocuments(XWiki.java:5380)
at com.xpn.xwiki.XWiki.deleteAllDocuments(XWiki.java:5370)
at com.xpn.xwiki.web.DeleteAction.action(DeleteAction.java:85)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:215)
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:690)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:287)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:263)
at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:190)
at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283)
at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:767)
at
org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:697)
at
org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:889)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:690)
at java.lang.Thread.run(Unknown Source)
Wrapped Exception:
java.sql.SQLException: ORA-02289: la séquence n'existe pas
at
oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:331)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:288)
at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:743)
at
oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:216)
at
oracle.jdbc.driver.T4CPreparedStatement.executeForDescribe(T4CPreparedStatement.java:799)
at
oracle.jdbc.driver.OracleStatement.executeMaybeDescribe(OracleStatement.java:1037)
at
oracle.jdbc.driver.T4CPreparedStatement.executeMaybeDescribe(T4CPreparedStatement.java:839)
at
oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1132)
at
oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3316)
at
oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:3361)
at
org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:92)
at
org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:92)
at org.hibernate.id.SequenceGenerator.generate(SequenceGenerator.java:75)
at
org.hibernate.event.def.AbstractSaveEventListener.saveWithGeneratedId(AbstractSaveEventListener.java:99)
at
org.hibernate.event.def.DefaultSaveOrUpdateEventListener.saveWithGeneratedOrRequestedId(DefaultSaveOrUpdateEventListener.java:187)
at
org.hibernate.event.def.DefaultSaveEventListener.saveWithGeneratedOrRequestedId(DefaultSaveEventListener.java:33)
at
org.hibernate.event.def.DefaultSaveOrUpdateEventListener.entityIsTransient(DefaultSaveOrUpdateEventListener.java:172)
at
org.hibernate.event.def.DefaultSaveEventListener.performSaveOrUpdate(DefaultSaveEventListener.java:27)
at
org.hibernate.event.def.DefaultSaveOrUpdateEventListener.onSaveOrUpdate(DefaultSaveOrUpdateEventListener.java:70)
at org.hibernate.impl.SessionImpl.fireSave(SessionImpl.java:535)
at org.hibernate.impl.SessionImpl.save(SessionImpl.java:523)
at org.hibernate.impl.SessionImpl.save(SessionImpl.java:519)
at
com.xpn.xwiki.store.XWikiHibernateRecycleBinStore$1.doInHibernate(XWikiHibernateRecycleBinStore.java:59)
at
com.xpn.xwiki.store.XWikiHibernateBaseStore.execute(XWikiHibernateBaseStore.java:999)
at
com.xpn.xwiki.store.XWikiHibernateBaseStore.executeWrite(XWikiHibernateBaseStore.java:1055)
at
com.xpn.xwiki.store.XWikiHibernateRecycleBinStore.saveToRecycleBin(XWikiHibernateRecycleBinStore.java:56)
at com.xpn.xwiki.XWiki.deleteDocument(XWiki.java:3682)
at com.xpn.xwiki.XWiki.deleteDocument(XWiki.java:3674)
at com.xpn.xwiki.XWiki.deleteAllDocuments(XWiki.java:5380)
at com.xpn.xwiki.XWiki.deleteAllDocuments(XWiki.java:5370)
at com.xpn.xwiki.web.DeleteAction.action(DeleteAction.java:85)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:215)
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:690)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:287)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:263)
at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:190)
at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283)
at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:767)
at
org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:697)
at
org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:889)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:690)
at java.lang.Thread.run(Unknown Source)
Does anyone know what is the sequence needed ? That wiki has been
created from XE1.5M2 + Manager 1.2.
Gaëtan
Hi,
Please, would you like create the new wiki rcnthouare.myxwiki.org with the
below informations .
Thanks you
Best regards
J Grailard
jgrailard(a)free.fr <mailto:jgrailard@free.fr>
-----Message d'origine-----
De : Joel Grailard [mailto:jgrailard@free.fr]
Envoyé : jeudi 19 juin 2008 13:52
À : users(a)xwiki.org
Objet : myxwiki
Bonjour,
Je souhaite ouvrir un site sur le nouveau xwiki afin de remplacer le site
existant http://rcnthouare.xwiki.com <http://rcnthouare.xwiki.com/>
Mon user name est : rcnthouare
Le server name sera : rcnthouare.myxwiki.org
Et le_mail correspondant : jgrailard(a)free.fr
Par avance merci, je reste à votre disposition pour vous donner les
éventuels renseignements complémentaires.
Bien cordialement
J Grailard
Most likely I'm missing something, but maybe someone can help me out with
this:
when I insert something like:
{code}
#set($e = "Test")
{code}
in a page, I'd expect the content displayed in Courier or a similar font.
But all I can get is Arial...
(XE 1.5 RC2 as well as 1.41 on Windows XP, Tomcat 6.0, Oracle 10.2.0.3,
Firefox 2).
Thanks for any help on this!
--
View this message in context: http://www.nabble.com/Problem-with-Code-Macro-tp18238925p18238925.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
I haven't changed anything at the application level. It's possible one of the other wiki users did something that led to the creation of these pages and spaces.
Do you know what those pages are for? Should just delete them?
On Wed, Jul 2 2008 at 6:48 PM, Thomas Mortagne <thomas.mortagne at xwiki.com> wrote:
> Hi,
>
> What do you installed/changed to get theses pages ?
On Wed, Jul 2, 2008 at 6:26 PM, Richard Terry <brave_terry at yahoo.com> wrote:
> XAppSheets, XAppClasses, XAppTemplates now appear in the spaces list. They each have one page in them as follows:
>
> Space: XAppSheets
> Page: XWiki Application Class Sheet
>
> Space: XAppClasses
> Page: XWiki Application Class
>
> Space: XAppTemplates
> Page: XWiki Application Class Template
>
> Why did these spaces and pages appear, and how can I safely remove them from the menu? Can I just remove the pages from the spaces?
>
> Thanks!
=============================
Richard Terry
8^) <--- Smiley with Glasses
http://twitter.com/braveterry
Hi,
I have successfully created a wiki from XEM (Manager 1.2 installed on XE
1.4.1, Tomcat 6, Oracle 10.2, Java 6).
After that, I tried to delete that wiki and I got that message :
Error number 4001 in 4: Error while parsing velocity page
WikiManager.WebHome Wrapped Exception: Failed to evaluate content with
id Web Home
Error number 4001 in 4: Error while parsing velocity page
WikiManager.WebHome
Wrapped Exception: Failed to evaluate content with id Web Home
com.xpn.xwiki.XWikiException: Error number 4001 in 4: Error while
parsing velocity page WikiManager.WebHome
Wrapped Exception: Failed to evaluate content with id Web Home
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:231)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.render(XWikiVelocityRenderer.java:93)
at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:258)
at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:182)
at com.xpn.xwiki.XWiki.include(XWiki.java:3512)
at com.xpn.xwiki.api.XWiki.includeForm(XWiki.java:1372)
at com.xpn.xwiki.api.XWiki.includeForm(XWiki.java:1338)
at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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.SimpleNode.render(SimpleNode.java:318)
at
org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:194)
at
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:170)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:88)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:88)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318)
at
org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:145)
at
org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:117)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:226)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.render(XWikiVelocityRenderer.java:93)
at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:258)
at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:182)
at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:151)
at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderDocument(DefaultXWikiRenderingEngine.java:140)
at
com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:423)
at com.xpn.xwiki.api.Document.getRenderedContent(Document.java:371)
at sun.reflect.GeneratedMethodAccessor223.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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.SimpleNode.render(SimpleNode.java:318)
at
org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:145)
at
org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:117)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:226)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1504)
at com.xpn.xwiki.api.XWiki.parseTemplate(XWiki.java:608)
at sun.reflect.GeneratedMethodAccessor126.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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.SimpleNode.render(SimpleNode.java:318)
at
org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:194)
at
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:170)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:88)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:107)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318)
at
org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:145)
at
org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:117)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:226)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1504)
at com.xpn.xwiki.web.Utils.parseTemplate(Utils.java:109)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:225)
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:690)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:263)
at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:190)
at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283)
at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:767)
at
org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:697)
at
org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:889)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:690)
at java.lang.Thread.run(Unknown Source)
Wrapped Exception:
org.apache.velocity.exception.MethodInvocationException: Invocation of
method 'deleteWiki' in class
com.xpn.xwiki.plugin.wikimanager.WikiManagerPluginApi threw exception
com.xpn.xwiki.XWikiException: Error number 3402 in 3: Exception while
delete wiki database testsicap
Wrapped Exception: ORA-00950: option DROP non valide
@ WikiManager.WebHome3,33?
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.value(ASTReference.java:419)
at
org.apache.velocity.runtime.parser.node.ASTExpression.value(ASTExpression.java:73)
at
org.apache.velocity.runtime.parser.node.ASTSetDirective.render(ASTSetDirective.java:125)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:88)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:88)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318)
at
org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:145)
at
org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:117)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:226)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.render(XWikiVelocityRenderer.java:93)
at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:258)
at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:182)
at com.xpn.xwiki.XWiki.include(XWiki.java:3512)
at com.xpn.xwiki.api.XWiki.includeForm(XWiki.java:1372)
at com.xpn.xwiki.api.XWiki.includeForm(XWiki.java:1338)
at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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.SimpleNode.render(SimpleNode.java:318)
at
org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:194)
at
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:170)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:88)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:88)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318)
at
org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:145)
at
org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:117)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:226)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.render(XWikiVelocityRenderer.java:93)
at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:258)
at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:182)
at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:151)
at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderDocument(DefaultXWikiRenderingEngine.java:140)
at
com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:423)
at com.xpn.xwiki.api.Document.getRenderedContent(Document.java:371)
at sun.reflect.GeneratedMethodAccessor223.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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.SimpleNode.render(SimpleNode.java:318)
at
org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:145)
at
org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:117)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:226)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1504)
at com.xpn.xwiki.api.XWiki.parseTemplate(XWiki.java:608)
at sun.reflect.GeneratedMethodAccessor126.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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.SimpleNode.render(SimpleNode.java:318)
at
org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:194)
at
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:170)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:88)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:107)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318)
at
org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:145)
at
org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:117)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:226)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1504)
at com.xpn.xwiki.web.Utils.parseTemplate(Utils.java:109)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:225)
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:690)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:263)
at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:190)
at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283)
at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:767)
at
org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:697)
at
org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:889)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:690)
at java.lang.Thread.run(Unknown Source)
Caused by: com.xpn.xwiki.XWikiException: Error number 3402 in 3:
Exception while delete wiki database testsicap
Wrapped Exception: ORA-00950: option DROP non valide
at
com.xpn.xwiki.store.XWikiHibernateStore.deleteWiki(XWikiHibernateStore.java:280)
at com.xpn.xwiki.store.XWikiCacheStore.deleteWiki(XWikiCacheStore.java:498)
at com.xpn.xwiki.plugin.wikimanager.doc.Wiki.delete(Wiki.java:63)
at
com.xpn.xwiki.plugin.wikimanager.WikiManager.deleteWiki(WikiManager.java:772)
at
com.xpn.xwiki.plugin.wikimanager.WikiManagerPluginApi.deleteWiki(WikiManagerPluginApi.java:229)
at
com.xpn.xwiki.plugin.wikimanager.WikiManagerPluginApi.deleteWiki(WikiManagerPluginApi.java:261)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:295)
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:245)
… 102 more
Any idea ?
--
__________________________________________
Gaëtan GUYODO
Chargé de mission
Centre Antipoison - Hôpital Fernand WIDAL
200, rue du faubourg St Denis
75475 PARIS Cedex 10
Tél: 01 40 05 49 63 / Fax: 01 40 05 48 56
__________________________________________
XAppSheets, XAppClasses, XAppTemplates now appear in the spaces list. They each have one page in them as follows:
Space: XAppSheets
Page: XWiki Application Class Sheet
Space: XAppClasses
Page: XWiki Application Class
Space: XAppTemplates
Page: XWiki Application Class Template
Why did these spaces and pages appear, and how can I safely remove them from the menu? Can I just remove the pages from the spaces?
Thanks!
=============================
Richard Terry
8^) <--- Smiley with Glasses
http://www.twitter.com/braveterry
You can add this in style.css :
------------8<----------------------------
pre, pre span {
font-family:Courier;
}
------------8<----------------------------
Devs : I'd be +1 to modify this in our skins, may be should add a
special css class to the PREs generated by the code macro to achieve
this.
WDYT ?
On Wed, Jul 2, 2008 at 4:35 PM, atw <traninger(a)mdw.ac.at> wrote:
>
>
> Most likely I'm missing something, but maybe someone can help me out with
> this:
>
> when I insert something like:
>
> {code}
> #set($e = "Test")
> {code}
>
> in a page, I'd expect the content displayed in Courier or a similar font.
> But all I can get is Arial...
>
> (XE 1.5 RC2 as well as 1.41 on Windows XP, Tomcat 6.0, Oracle 10.2.0.3,
> Firefox 2).
>
> Thanks for any help on this!
> --
> View this message in context: http://www.nabble.com/Problem-with-Code-Macro-tp18238925p18238925.html
> Sent from the XWiki- Users mailing list archive at Nabble.com.
>
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
--
Jean-Vincent Drean
Idea is to allow the user to create the description? If so sounds like a
GREAT idea.
Philip Wright
Reports Analyst
ACS: BPS
Affiliated Computer Services, Inc
Affiliated Computer Services, Inc (ACS) Proprietary and Confidential
Information
This document (or any part thereof) may not be disseminated outside of ACS
in either electronic or physical form without specific authorization of the
office of the ACS Chief Information Security Officer. The information
included in this document represents no commitment by ACS to any other
party. The policies and standards described do not consider any country law
or other directive outside of the United States.
P Please consider the environment before printing this email
-----Original Message-----
From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org] On Behalf Of
Mike Oliver
Sent: Tuesday, July 01, 2008 11:14 AM
To: users(a)xwiki.org
Subject: [xwiki-users] Brainstorming XWiki Favorites
We are looking at creating an internal Favorites system. with large XWiki's
it is easy for a user to forget where things are and search is not always
productive. Tags don't offer enough info to help much.
So we are thinking about creating a Favorites class with fields for name,
link/path and description. then a panel that shows your favorites.
Does that sound right to the group or is there a better way?
--
View this message in context:
http://www.nabble.com/Brainstorming-XWiki-Favorites-tp18222048p18222048.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
Hi everyone,
I searched the archive, and found some problems related to the FAQ
application tutorial, but none the same as the one I'm experienting.
I'm using version 1.4 of Xwiki, with the bundled HSQLDB database.
I went through the FAQ Application tutorial (twice) without problem. But
when I get to the end, and want to try it out by creating the document
"Whatisthemeaningoflife", I get a message telling me that the page does
not exist, and that I should edit it. If I try to edit, I get a normal
blank page to edit ...
I don't think I did anything wrong, remember I did it twice, but it could
well be ...
Does anybody have an idea?
Thanks in advance,
Xavier
We are looking at creating an internal Favorites system. with large XWiki's
it is easy for a user to forget where things are and search is not always
productive. Tags don't offer enough info to help much.
So we are thinking about creating a Favorites class with fields for name,
link/path and description. then a panel that shows your favorites.
Does that sound right to the group or is there a better way?
--
View this message in context: http://www.nabble.com/Brainstorming-XWiki-Favorites-tp18222048p18222048.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
When I attempt to submit a post inside of a topic as an admin I get a debug
error about length:
Length is null or not an object.
Philip Wright
Reports Analyst
ACS: BPS
Office: 503-907-1501 ext 3714
Cell: 503-891-4920
Philip.wright(a)acs-inc.com
Affiliated Computer Services, Inc
Affiliated Computer Services, Inc (ACS) Proprietary and Confidential
Information
This document (or any part thereof) may not be disseminated outside of ACS
in either electronic or physical form without specific authorization of the
office of the ACS Chief Information Security Officer. The information
included in this document represents no commitment by ACS to any other
party. The policies and standards described do not consider any country law
or other directive outside of the United States.
P Please consider the environment before printing this email
-----Original Message-----
From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org] On Behalf Of
Wright, Philip
Sent: Tuesday, July 01, 2008 9:30 AM
To: XWiki Users
Subject: [xwiki-users] Bulletin Borad Error ?
When I attempt to create a topic with any other user except for an
administrator I get the following error:
Error
You are not allowed to view this document or perform this action.
All users have view access to both bbcode and the BB itself.
Philip Wright
Reports Analyst
ACS: BPS
Affiliated Computer Services, Inc
Affiliated Computer Services, Inc (ACS) Proprietary and Confidential
Information This document (or any part thereof) may not be disseminated
outside of ACS in either electronic or physical form without specific
authorization of the office of the ACS Chief Information Security Officer.
The information included in this document represents no commitment by ACS to
any other party. The policies and standards described do not consider any
country law or other directive outside of the United States.
P Please consider the environment before printing this email
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
Hi Florian,
On Jul 1, 2008, at 6:20 PM, Florian Rhomberg wrote:
> Hi!
>
> Some users noticed a problem by creating a new page. If they want for
> example create a page with the name: "Tutorial: How to use Windows"
> we get
> the following error:
When you create a page you have to put the name of the page not the
title of the page or a description of the page...
So in this case you should name it something like:
"TutorialHowToUseWindows" for example or simple "WindowsTutorial" or
whatever other name you want to give to that page.
You can then set its title either inside the document as a level 1
title with:
1 Tutorial: How to use Windows
Or using the title field.
Of course we should also fix the error so that it's more user
friendly. Basically you're not allowed to use ":" in page names since
this is a reserved keyword used to specify that a document is located
in another subwiki.
For example: subwiki:Space.Page is the Page page located in the Space
space in the subwiki Wiki.
Please create a jira issue for this so that we can improve it in the
future.
Thanks
-Vincent
> Error number 4001 in 4: Error while parsing velocity page
> /templates/create.vm Wrapped Exception: Failed to evaluate content
> with id
> [/templates/create.vm]
>
>
>
> At first I tried to change the coding to UTF-8 in web.xml in WEB-INF
> to
> UTF-8 but nothing changed. How can I fix this problem?
>
>
>
> Florian
When I attempt to create a topic with any other user except for an
administrator I get the following error:
Error
You are not allowed to view this document or perform this action.
All users have view access to both bbcode and the BB itself.
Philip Wright
Reports Analyst
ACS: BPS
Affiliated Computer Services, Inc
Affiliated Computer Services, Inc (ACS) Proprietary and Confidential
Information
This document (or any part thereof) may not be disseminated outside of ACS
in either electronic or physical form without specific authorization of the
office of the ACS Chief Information Security Officer. The information
included in this document represents no commitment by ACS to any other
party. The policies and standards described do not consider any country law
or other directive outside of the United States.
P Please consider the environment before printing this email
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
Hi!
Some users noticed a problem by creating a new page. If they want for
example create a page with the name: "Tutorial: How to use Windows" we get
the following error:
Error number 4001 in 4: Error while parsing velocity page
/templates/create.vm Wrapped Exception: Failed to evaluate content with id
[/templates/create.vm]
At first I tried to change the coding to UTF-8 in web.xml in WEB-INF to
UTF-8 but nothing changed. How can I fix this problem?
Florian
James,
Thank you for asking this question, Vincent you rule man!
Philip Wright
Reports Analyst
ACS: BPS
Affiliated Computer Services, Inc
Affiliated Computer Services, Inc (ACS) Proprietary and Confidential
Information
This document (or any part thereof) may not be disseminated outside of ACS
in either electronic or physical form without specific authorization of the
office of the ACS Chief Information Security Officer. The information
included in this document represents no commitment by ACS to any other
party. The policies and standards described do not consider any country law
or other directive outside of the United States.
P Please consider the environment before printing this email
-----Original Message-----
From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org] On Behalf Of
Vincent Massol
Sent: Tuesday, July 01, 2008 7:43 AM
To: XWiki Users
Subject: Re: [xwiki-users] Video Macro not working ?
On Jul 1, 2008, at 4:33 PM, James Weir wrote:
> No problems,
> I completely understand :)
thanks for your understanding... see below for a typo I made...
> Looking forward to the new version
> Cheers
> James
>
> Vincent Massol wrote:
>> Hi James,
>>
>> This is probably because of our "flaky" WYSIWYG editor. In the
>> version you have it's escaping the special characters as xml entities
>> thus making the URL fail... This is a known bug and we're working
>> hard on a brand new WYSIWYG editor based on GWT that will not have
>> all the deficiencies of the current editor. Right now all I can
>> suggest is to not use the WYSIWYG editor and use the wiki editor one
>> as much as possible. I know it's a good answer but we're a bit stuck,
>> whenever we
^^^^^^^^^ I meant "I know it's NOT a
good answer" of course ;)
Thanks
-Vincent
>>
>> make changes to the current editor it breaks it in other places; it's
>> really too hard to maintain (hence our decisions to rewrite it - a
>> first version should be out in September).
>>
>> Sorry about that.
>>
>> Thanks
>> -Vincent
>>
>> On Jul 1, 2008, at 3:57 PM, James Weir wrote:
>>
>>
>>> That seems to work now.
>>> interesting though, when I add an http URL the first time it works
>>> fine; however if I re-edit the page then the httpURL gets
>>> interpreted by the Wiki and corrupts the link, for example
>>>
>>> if I add this:
>>> #video('http://www.dailymotion.com/video/x5yyb9_sarkozy-en-off-sur-f
>>> rance-3_news')
>>>
>>> save the page and then later I re-edit the page the http link is
>>> saved as:
>>> #video('http://www.dailymotion.com/video/
>>> x5yyb9
>>> _sarkozy-en-off-sur-france-3_news')
>>>
>>>
>>> and an error is thrown:
>>>
>>> Error number 4001 in 4: Error while parsing velocity page
>>> Tutorials.SAFTutorialBuild Wrapped Exception: Failed to evaluate
>>> content with id SAFTutorial Build
>>> <http://demo.usharesoft.com:8080/xwiki/bin/view/Tutorials/SAFTutoria
>>> lBuild
>>>
>>> com.xpn.xwiki.XWikiException: Error number 4001 in 4: Error while
>>> parsing velocity page Tutorials.SAFTutorialBuild Wrapped Exception:
>>> Failed to evaluate content with id SAFTutorial Build
>>> <http://demo.usharesoft.com:8080/xwiki/bin/view/Tutorials/SAFTutoria
>>> lBuild
>>>
>>> at
>>> com
>>> .xpn
>>> .xwiki
>>> .render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:
>>> 231)
>>> at
>>> com
>>> .xpn
>>> .xwiki
>>> .render.XWikiVelocityRenderer.render(XWikiVelocityRenderer.java:93)
>>> at
>>> com
>>> .xpn
>>> .xwiki
>>> .render
>>> .DefaultXWikiRenderingEngine
>>> .renderText(DefaultXWikiRenderingEngine.java:252)
>>> at
>>> com
>>> .xpn
>>> .xwiki
>>> .render
>>> .DefaultXWikiRenderingEngine
>>> .renderText(DefaultXWikiRenderingEngine.java:176)
>>> at
>>> com
>>> .xpn
>>> .xwiki
>>> .render
>>> .DefaultXWikiRenderingEngine
>>> .renderText(DefaultXWikiRenderingEngine.java:145)
>>> at
>>> com
>>> .xpn
>>> .xwiki
>>> .render
>>> .DefaultXWikiRenderingEngine
>>> .renderDocument(DefaultXWikiRenderingEngine.java:134)
>>> at
>>> com
>>> .xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:
>>> 423)
>>> at com.xpn.xwiki.api.Document.getRenderedContent(Document.java:371)
>>> at sun.reflect.GeneratedMethodAccessor328.invoke(Unknown Source)
>>> at
>>> sun
>>> .reflect
>>> .DelegatingMethodAccessorImpl
>>> .invoke(DelegatingMethodAccessorImpl.java:25)
>>>
>>> ... partial exception, the rest has been removed
>>>
>>>
>>> at java.lang.reflect.Method.invoke(Method.java:597)
>>>
>>>
>>> I know there is a notion of {pre} that stops xwiki interpeting parts
>>> of the page to stop this, however I was suprised that xwiki did this
>>> in a macro. How can I stop this happening ?
>>>
>>> I have a more generic question; if you wish to use a widget in html
>>> as part of the wiki, what is the best way to go about this ? Do you
>>> have to create your own Macro ? or is there a way to tell xWkki to
>>> parse a block as html ?
>>>
>>> Thanks
>>> James
>>>
>>>
>>> Vincent Massol wrote:
>>>
>>>> Hi James,
>>>>
>>>> The person who wrote the installation tutorial was wrong. The way
>>>> it was described doesn't work.
>>>> I've updated the instructions.
>>>> See http://code.xwiki.org/xwiki/bin/view/Macros/VideoMacroDownloads
>>>>
>>>> Thanks
>>>> -Vincent
>>>>
>>>> On Jul 1, 2008, at 12:05 PM, James Weir wrote:
>>>>
>>>>
>>>>
>>>>> Hi,
>>>>>
>>>>> I have been trying to use the video macro [1] without much
>>>>> success.
>>>>>
>>>>> I followed the instructions to upload and import the xar file into
>>>>> my xwiki. The import was successful.
>>>>>
>>>>> I then add the macro into the Velocity macros:
>>>>> Administration:
>>>>> Preferences->Advanced->Velocity Macro Pages I added:
>>>>> Marcos.Video,
>>>>>
>>>>> I was then hoping to embed a video into my xwiki. Unfortunately
>>>>> all I see is the text of the macro rather than the video, For
>>>>> example:
>>>>>
>>>>> #video('http://www.youtube.com/v/NEV2TnDUA-E&hl=en');
>>>>>
>>>>> Any ideas on why this is not working ?
>>>>> Thanks
>>>>> James
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
Hi!
What is the SQL query to get all XWiki spaces? I need this to get
them sorted, because $xwiki.spaces doesn't sort spaces by name.
Ar cieņu, Mihails
Hi All,
I have hosted the Xwiki 1.4 on one of my servers, I am able to access the
login page from intranet, when I try to access the login page from internet
it shows http 403 error.
This server is exposed to internet through ISA server (which is not under my
control), so I am not sure what is the problem. Please help me.
Thanks,
Vinod
I have installed xwiki 1.1.2 and using mysql database.
when I am trying to start the application I am getting the following error.
18:36:06.453 WARN!! [P1-19]
org.mortbay.jetty.servlet.ServletHandler.handle(Se
letHandler.java:618) >11> Error for /xwiki/bin/view/Main/WebHome
java.lang.NoSuchMethodError:
com.xpn.xwiki.doc.XWikiDocument.setMinorEdit(Z)V
at
com.xpn.xwiki.plugin.scheduler.SchedulerPlugin.prepareJobStubContex
SchedulerPlugin.java:195)
at
com.xpn.xwiki.plugin.scheduler.SchedulerPlugin.scheduleJob(Schedule
lugin.java:331)
at
com.xpn.xwiki.plugin.scheduler.SchedulerPlugin.restoreExistingJobs(
hedulerPlugin.java:280)
at
com.xpn.xwiki.plugin.scheduler.SchedulerPlugin.init(SchedulerPlugin
ava:128)
at
com.xpn.xwiki.plugin.XWikiPluginManager.initPlugin(XWikiPluginManag
.java:130)
at
com.xpn.xwiki.plugin.XWikiPluginManager.addPlugin(XWikiPluginManage
java:69)
at
com.xpn.xwiki.plugin.XWikiPluginManager.addPlugins(XWikiPluginManag
.java:95)
at com.xpn.xwiki.XWiki.preparePlugins(XWiki.java:754)
at com.xpn.xwiki.XWiki.initXWiki(XWiki.java:708)
at com.xpn.xwiki.XWiki.<init>(XWiki.java:611)
at com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:238)
at com.xpn.xwiki.XWiki.getXWiki(XWiki.java:397)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:94)
at
org.apache.struts.action.RequestProcessor.processActionPerform(Requ
tProcessor.java:431)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.
va:236)
at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1
6)
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:4
)
at
org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilte
WebApplicationHandler.java:830)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterE
odingFilter.java:117)
at
org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilte
WebApplicationHandler.java:821)
at
org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplica
onHandler.java:471)
at
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java
68)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1565)
at
org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicati
Context.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.jav
244)
at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357)
at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)
Please help me to solve the problem.
Mailto: shruti.modi(a)tcs.com
=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain
confidential or privileged information. If you are
not the intended recipient, any dissemination, use,
review, distribution, printing or copying of the
information contained in this e-mail message
and/or attachments to it are strictly prohibited. If
you have received this communication in error,
please notify us by reply e-mail or telephone and
immediately and permanently delete the message
and any attachments. Thank you
Is it possible to use the User List property in a query?
For some reason I can't seem to get it to return in a query (other property
types I use eg numerics/strings/dblist I can return with their respective
type). Is it perhaps stored as a different type to StringProperty? If so,
what is it's type (and is there any "gotcha's" to using it in a query)?
On 1.4.1 I've been noticing some odd results from the wysiwyg.
When editing, some folks have found that data is "lost" (it's actually
there, but because the wysiwyg editor didn't render the text, on next
edit+save combination the text is lost perminantly).
Also, at random times:
--bullet points are moving about (next line, previous line, etc when it's
showing as on the right line in edit mode.
--A textbox gets put around the text, making it harder to edit (only way I
can explain it, it's like in Word when you put a textbox into the document).
I'm still trying to lock down a repeatable case around those two.
The really sick part, is that when you're in edit mode it always "kinda"
looks right. Not quite, depending on the text, but almost. I am still
trying to reproduce some other issues I've been informed of, which have a
lower priority at this point.
Using Firebug reveals a bunch of inserted <div>'s at each bullet point ONLY
under certain conditions (for example, when you select text and bullet it
without starting from "fresh") - removing these <div> tags (again, with
firebug) shows that they're causing the majority of bullet point issues.
1: Is this perhaps why we are losing data as well? Random tags getting put
in that are hidden - and then when the wysiwyg editor tries to render it as
wikitext, it doesn't "see" that text?
2: Failing all else, how do I return to v1.1 wysiwyg editor? As it stands,
I have a blanket refusal by users to use the wiki system until this is
resolved - rolling back to an older released version is not really an
option, if we can roll back the wysiwyg editor and the problems it is
causing, I could salvage the bulk of issues.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I studied the todo example in the "The Server Side" article
(http://www.theserverside.com/tt/articles/article.tss?l=XWiki).
In this example, every todo item is represented by a separate page with
an associated object. Every todo item has to have a different name.
There is an example of a page that shows a table with all todo items,
and allowing to add new items.
Is it also possible to write a page listing all items and a second
generic page for editing a single selectable todo item, e.g. with a
parameter in the URL?
Thank you
Matthias Albert
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFIaFuT99dNHzj143ARAsHDAKCDxAvxEkZZlPaH6dkjEoHfZYjPcQCeK5VT
D1noge4kAzSpcf8uOPM6Tls=
=kkKG
-----END PGP SIGNATURE-----
Hi Florian,
Once again after trying a lot I was successful to solve the problem. In the
> admin console there is an own part to change the panel spaces. I didn´t
> find
> this in the documentation.
>
Great to see you're not giving up in front of adversity ;-)
The panel wizard for spaces got introduced only a few days ago with the
administration overhaul. It would be great if you could document it on
XWiki.org now that you found about it...
Guillaume
>
> Greetings,
> Florian
>
> -----Ursprüngliche Nachricht-----
> Von: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org] Im Auftrag
> von
> Florian Rhomberg
> Gesendet: Samstag, 28. Juni 2008 00:17
> An: 'XWiki Users'
> Betreff: Re: [xwiki-users] Problem with Spaces
>
> Hi!
> A lot of thanks to you and also to Vincent, it worked perfectly even it is
> a
> little bit time-consuming to delete every page manually, I had not enough
> time to test the script, I will do this tomorrow.
>
> I think I was wrong with the second question. I have insert the panel
> "Spaces" on the right site of the page. There I can see all spaces. How can
> I change it, that some spaces are not shown there? I want that spaces like
> XWiki, Panels, Stats are not view and accessible for other users than
> admin.
> As far as I found out I have to do this by configuring the navigation panel
> (see /xwiki/bin/inline/Panels/Navigation). I am not familiar actually with
> the conf code of xwiki. Perhaps someone can give me a tip.
>
> Thanks a lot,
> Florian
>
> -----Ursprüngliche Nachricht-----
> Von: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org] Im Auftrag
> von
> Vincent Massol
> Gesendet: Freitag, 27. Juni 2008 22:12
> An: XWiki Users
> Betreff: Re: [xwiki-users] Problem with Spaces
>
>
> On Jun 27, 2008, at 9:35 PM, Florian Rhomberg wrote:
>
> > Hi!
> > I hope someone can help me. I have troubles with spaces. I installed
> > after
> > the installation xar. This file creates different spaces: XWiki,
> > Scheduler,
> > Blog, Panels, Stats, Photos, Sandbox and Main. Now I have two
> > questions:
> >
> > 1. How can I delete spaces? I removed all content from Sandbox and
> > Scheduler
> > and want to remove this spaces, but I do not know how.
>
> You have to delete all files in a space to delete it. This can be done
> manually or using a script,
> see http://code.xwiki.org/xwiki/bin/view/Snippets/DeleteSpaceSnippet
>
> Don't forget to delete the WebHome page in the space.
>
> > 2. How can I modify the navigation panel that XWiki, which is
> > necessare for
> > running the wiki, as well as Blog, Panels,Stats, Photos are hidden. I
> > removed the comment line from $hiddenSpaces and tried several thigs
> > in the
> > navigation but I was not successful!
>
> To modify it, just edit it. Go to the Panels space (Panels.WebHome)
> for example or use the Panel Wizard and edit the panel you want.
>
> Thanks
> -Vincent
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
--
http://wikibc.blogspot.com/
Once again after trying a lot I was successful to solve the problem. In the
admin console there is an own part to change the panel spaces. I didn´t find
this in the documentation.
Greetings,
Florian
-----Ursprüngliche Nachricht-----
Von: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org] Im Auftrag von
Florian Rhomberg
Gesendet: Samstag, 28. Juni 2008 00:17
An: 'XWiki Users'
Betreff: Re: [xwiki-users] Problem with Spaces
Hi!
A lot of thanks to you and also to Vincent, it worked perfectly even it is a
little bit time-consuming to delete every page manually, I had not enough
time to test the script, I will do this tomorrow.
I think I was wrong with the second question. I have insert the panel
"Spaces" on the right site of the page. There I can see all spaces. How can
I change it, that some spaces are not shown there? I want that spaces like
XWiki, Panels, Stats are not view and accessible for other users than admin.
As far as I found out I have to do this by configuring the navigation panel
(see /xwiki/bin/inline/Panels/Navigation). I am not familiar actually with
the conf code of xwiki. Perhaps someone can give me a tip.
Thanks a lot,
Florian
-----Ursprüngliche Nachricht-----
Von: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org] Im Auftrag von
Vincent Massol
Gesendet: Freitag, 27. Juni 2008 22:12
An: XWiki Users
Betreff: Re: [xwiki-users] Problem with Spaces
On Jun 27, 2008, at 9:35 PM, Florian Rhomberg wrote:
> Hi!
> I hope someone can help me. I have troubles with spaces. I installed
> after
> the installation xar. This file creates different spaces: XWiki,
> Scheduler,
> Blog, Panels, Stats, Photos, Sandbox and Main. Now I have two
> questions:
>
> 1. How can I delete spaces? I removed all content from Sandbox and
> Scheduler
> and want to remove this spaces, but I do not know how.
You have to delete all files in a space to delete it. This can be done
manually or using a script,
see http://code.xwiki.org/xwiki/bin/view/Snippets/DeleteSpaceSnippet
Don't forget to delete the WebHome page in the space.
> 2. How can I modify the navigation panel that XWiki, which is
> necessare for
> running the wiki, as well as Blog, Panels,Stats, Photos are hidden. I
> removed the comment line from $hiddenSpaces and tried several thigs
> in the
> navigation but I was not successful!
To modify it, just edit it. Go to the Panels space (Panels.WebHome)
for example or use the Panel Wizard and edit the panel you want.
Thanks
-Vincent
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
I have installed xwiki 1.2.1 enterprize edition & using mysql 5.0
I am unable to login as admin.I have tried userName: Admin & password as
admin
But it says me wrong user name..
May be I have deleted some file.
Can some one help me with it.
Thanks in advance.
Mailto: shruti.modi(a)tcs.com
=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain
confidential or privileged information. If you are
not the intended recipient, any dissemination, use,
review, distribution, printing or copying of the
information contained in this e-mail message
and/or attachments to it are strictly prohibited. If
you have received this communication in error,
please notify us by reply e-mail or telephone and
immediately and permanently delete the message
and any attachments. Thank you