Hi all,
I've recently updated a couple of XWiki installations to 1.2.6932.
Either with old documents or with new ones, when I try to see a given
revision of a page, any of them, I get the following exception:
Error number 3103 in 3: Exception while reading document version {1}
Wrapped Exception: Error number 13027 in 13: Exception while patching
Wrapped Exception: line::java.lang.NumberFormatException
com.xpn.xwiki.XWikiException: Error number 3103 in 3: Exception while
reading document version {1}
Wrapped Exception: Error number 13027 in 13: Exception while patching
Wrapped Exception: line::java.lang.NumberFormatException
at
com.xpn.xwiki.doc.XWikiDocumentArchive.loadDocument(XWikiDocumentArchive.java:319)
at
com.xpn.xwiki.store.XWikiHibernateVersioningStore.loadXWikiDoc(XWikiHibernateVersioningStore.java:162)
at com.xpn.xwiki.XWiki.getDocument(XWiki.java:1060)
at com.xpn.xwiki.web.XWikiAction.handleRevision(XWikiAction.java:257)
at com.xpn.xwiki.web.ViewrevAction.render(ViewrevAction.java:29)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:148)
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:117)
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:228)
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:104)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:216)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:634)
at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:445)
at java.lang.Thread.run(Unknown Source)
This happens both in wikis where I've imported the 1.2 .xar and where I
don't.
Comparisons between releases usually show the whole content highlighted
green. Or no changes at all.
New documents work fine for "a while". I say "a while" because I am not
able to identify the point where they start behaving as the old ones.
Please, could you help me with this issue! Thank you so much.
Ricardo
--
Ricardo Rodríguez
Your EPEC Network ICT Team
Hello All,
I am a newbie in XWiki.
I installed the standalone version of XWiki and also downloaded the source
code for the platform (core) and for the Enterprise (Product).
Can anyone guide me as to what should I do next if I wanted to play a little
with the Enterprise code and add some features to it.
I am using Eclipse IDE.
Thanks
I see that java1.5 is needed to install xwiki. But does it work with 1.6?
thank you
Créez votre adresse électronique prénom.nom(a)laposte.net
1 Go d'espace de stockage, anti-spam et anti-virus intégrés.
Hello,
I'm having a headache trying to understand why those 2 pieces of groovy
do not generate exactly the same thing :
1)-
<%
// LOOP 10 times
println ( '<event>' + xwiki.getXMLEncoded(blablabla) + '</event>' )
// END LOOP
%>
2)-
<%
str = ''
// LOOP 10 times
str = str + '<event>' + xwiki.getXMLEncoded(blablabla) + '</event>\n'
// END LOOP
println(str)
%>
"blablabla" is a formatted text (in my case, the description field of an
article for example).
1) produces what is expected : it writes 10 lines of text, beginning
with '<event>', and special characters in "blablabla" are correctly
translated.
2) produces any number of lines (> 10), because carriage returns inside
"blablabla" have not been translated, and so many lines are written for
each line expected.
I 'm not sure if this is the right place for this, but if someone as an
idea it would greatly help me ...
Best Regards,
Jeremie
Hi,
The xwiki.db2.hbm.xml file from http://platform.xwiki.org/xwiki/bin/
view/AdminGuide/InstallationDB2
doesn't work with the current version 1.2.6932, because the original
mapping from xwiki.hbm.xml
changed apparently.
i am in the process of writing a new one; if anyone is interested:
where can i post it?
-felix
Hello,
I would like to reference the same and unique skin from the 'controller'
wiki (named 'xwiki'), in all my virtual wikis, but it seems that in
preferences page, the notation 'xwiki:XWiki.MySkin' does not work ...
Is this possible ?
Thanks,
Jeremie
Hello,
I'm trying the XEM locally on my computer, over a XWiki instance :
- replaced the .war content in web server
- added all possible rights I could think about to 'xwiki' mysql user ;)
(I also tried directly with 'root' user)
- imported completely the XEM default .xar
Wiki creation seems to work as long as new domain is defined in
/etc/host, but I fail to add the default template, from page
XemManager.Install, and so newly created wikis are empty ...
[Logs]
Com.xpn.xwiki.XWikiException: Error number 3202 in 3: Exception while
reading document XWiki.XWikiPreferences Wrapped Exception: could not
load an entity: [com.xpn.xwiki.doc.XWikiDocument#104408758]
at
com.xpn.xwiki.store.XWikiHibernateStore.loadXWikiDoc(XWikiHibernateStore
.java:469)
[...]
Wrapped Exception:
java.sql.SQLException: Table 'templatexe.xwikidoc' doesn't exist
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2847)
[...]
[/Logs]
After looking at the mysql db, schema 'templatexe' has been created, but
remains empty ...
Thanks for your help,
Jeremie.
I have installed 2 more times xwiki, and each time at the end of the installation
I have a dialog box saying that XWIKI was installed "succesfully".
I always have the messages below.
Any others suggestions are welcome.
Thank you
> Message du 24/01/08 13:03
> De : "Vincent Massol"
> A : "XWiki Users"
> Copie à : "maze"
> Objet : Re: [xwiki-users] xwiki: installation problem?
>
> Hi Maze,
This means you haven't installed it properly I think since it's missing the cglib jar...
java.lang.NoClassDefFoundError: net.sf.cglib.core.DebuggingClassWriter$1
>
-Vincent
> On Jan 24, 2008, at 12:51 PM, maze wrote:
> Bonjour,
>
> After installing the jar file xwiki 1.2 on linux fedora 8 without any problem,
> everything, except WARNING message, seem to be fine when double-click on "start xwiki" icone,
> as you can see below:
>
> **************************************
> Starting Jetty on port 8080 ...
> Logs are in the /usr/local/XWiki Enterprise/xwiki.log file
> 17:30:45.877 INFO [main] org.mortbay.log.LogImpl.add(LogImpl.java:109) >14> added org.mortbay.log.OutputStreamLogSink@36522ee1
> 17:30:45.837 INFO [main] org.mortbay.util.FileResource.(FileResource.java:60) >09> Checking Resource aliases
> 17:30:45.946 WARN!! [main] org.mortbay.xml.XmlParser.(XmlParser.java:81) >10> Schema validation may not be supported
> 17:30:46.180 INFO [main] org.mortbay.http.HttpServer.doStart(HttpServer.java:729) >07> Version Jetty/5.1.5
> 17:30:46.194 INFO [main] org.mortbay.util.Container.start(Container.java:74) >11> Started org.mortbay.jetty.servlet.ServletHandler@59dc0
> 17:30:46.196 INFO [main] org.mortbay.util.Container.start(Container.java:74) >08> Started ServletHttpContext[/,/]
> 17:30:46.199 INFO [main] org.mortbay.http.SocketListener.start(SocketListener.java:204) >08> Started SocketListener on 127.0.0.1:8081
> 17:30:46.200 INFO [main] org.mortbay.util.Container.start(Container.java:74) >06> Started org.mortbay.jetty.Server@372bdf01
> 17:30:46.311 INFO [main] org.mortbay.http.HttpServer.setStatsOn(HttpServer.java:1133) >12> Statistics on = false for org.mortbay.jetty.Server@372bdd81
> 17:30:46.313 INFO [main] org.mortbay.http.HttpServer.doStart(HttpServer.java:729) >07> Version Jetty/5.1.5
> 17:30:46.340 WARN!! [main] org.mortbay.xml.XmlParser.(XmlParser.java:81) >14> Schema validation may not be supported
> 17:30:47.200 INFO [main] org.mortbay.util.Container.start(Container.java:74) >12> Started org.mortbay.jetty.servlet.WebApplicationHandler@35890f81
> 17:30:48.546 INFO [main] org.mortbay.jetty.servlet.ServletHandler$Context.log(ServletHandler.java:1134) >14> Loading plexus context properties from: '/WEB-INF/plexus.properties'
> 17:30:48.550 INFO [main] org.mortbay.jetty.servlet.ServletHandler$Context.log(ServletHandler.java:1134) >13> Initializing Plexus.
> 17:30:48.553 INFO [main] org.mortbay.jetty.servlet.ServletHandler$Context.log(ServletHandler.java:1134) >14> resource = file:/usr/local/XWiki%20Enterprise/webapps/xwiki/WEB-INF/plexus.xml
> 17:30:49.004 INFO [main] org.mortbay.jetty.servlet.ServletHandler$Context.log(ServletHandler.java:1134) >13> Plexus initialized.
> 17:30:50.042 INFO [main] org.mortbay.util.Container.start(Container.java:74) >08> Started WebApplicationContext[/xwiki,xwiki]
> 17:30:50.046 INFO [main] org.mortbay.http.SocketListener.start(SocketListener.java:204) >08> Started SocketListener on 0.0.0.0:8080
> 17:30:50.047 INFO [main] org.mortbay.util.Container.start(Container.java:74) >06> Started org.mortbay.jetty.Server@372bdd81
> ***************************************************
>
> Then, when I go to the link
> http://localhost:8080/xwiki/bin/view/Main/WebHome I have no response from the browser
>
> Here is an extract of the log file:
>
> *******************************************
> # more xwiki.log
> 17:36:13,878 [http://localhost:8080/xwiki/bin/view/Main/WebHome] [P1-19] ERROR proxy.BasicLazy
> Initializer - CGLIB Enhancement failed: com.xpn.xwiki.objects.classes.StringClass
> java.lang.NoClassDefFoundError: net.sf.cglib.core.DebuggingClassWriter$1
> at java.lang.Class.initializeClass(libgcj.so.8rh)
> at net.sf.cglib.core.DebuggingClassWriter.toByteArray(DebuggingClassWriter.java:73)
> at net.sf.cglib.core.DefaultGeneratorStrategy.generate(DefaultGeneratorStrategy.java:26)
> at net.sf.cglib.core.AbstractClassGenerator.create(AbstractClassGenerator.java:216)
> at net.sf.cglib.core.KeyFactory$Generator.create(KeyFactory.java:145)
> at net.sf.cglib.core.KeyFactory.create(KeyFactory.java:117)
> at net.sf.cglib.core.KeyFactory.create(KeyFactory.java:108)
> at net.sf.cglib.core.KeyFactory.create(KeyFactory.java:104)
> at net.sf.cglib.proxy.Enhancer.(Enhancer.java:69)
> at java.lang.Class.initializeClass(libgcj.so.8rh)
> at org.hibernate.proxy.CGLIBLazyInitializer.getProxyFactory(CGLIBLazyInitializer.java:116)
> at org.hibernate.proxy.CGLIBProxyFactory.postInstantiate(CGLIBProxyFactory.java:41)
> at org.hibernate.tuple.PojoEntityTuplizer.buildProxyFactory(PojoEntityTuplizer.java:161)
> at org.hibernate.tuple.AbstractEntityTuplizer.(AbstractEntityTuplizer.java:131)
> at org.hibernate.tuple.PojoEntityTuplizer.(PojoEntityTuplizer.java:55)
> at org.hibernate.tuple.TuplizerLookup.create(TuplizerLookup.java:64)
> at org.hibernate.tuple.EntityMetamodel.(EntityMetamodel.java:257)
> at org.hibernate.persister.entity.AbstractEntityPersister.(AbstractEntityPersister.ja
> va:412)
> at org.hibernate.persister.entity.JoinedSubclassEntityPersister.(JoinedSubclassEntity
> Persister.java:90)
> at org.hibernate.persister.PersisterFactory.createClassPersister(PersisterFactory.java:58)
> at org.hibernate.impl.SessionFactoryImpl.(SessionFactoryImpl.java:216)
> at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1176)
> at com.xpn.xwiki.store.XWikiHibernateBaseStore.initHibernate(XWikiHibernateBaseStore.java:1
> 43)
> at com.xpn.xwiki.store.XWikiHibernateBaseStore.checkHibernate(XWikiHibernateBaseStore.java:
> 466)
> at com.xpn.xwiki.store.XWikiHibernateBaseStore.execute(XWikiHibernateBaseStore.java:914)
> at com.xpn.xwiki.store.XWikiHibernateBaseStore.executeRead(XWikiHibernateBaseStore.java:947
> ******************************************
>
> I need help?
>
> thank you
> FD
>
>
>
>
>
>
> Créez votre adresse électronique prénom.nom(a)laposte.net
> 1 Go d'espace de stockage, anti-spam et anti-virus intégrés.
>
> Créez votre adresse électronique prénom.nom(a)laposte.net
> 1 Go d'espace de stockage, anti-spam et anti-virus intégrés.
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
>
Créez votre adresse électronique prénom.nom(a)laposte.net
1 Go d'espace de stockage, anti-spam et anti-virus intégrés.
Bonjour,
After installing the jar file xwiki 1.2 on linux fedora 8 without any problem,
everything, except WARNING message, seem to be fine when double-click on "start xwiki" icone,
as you can see below:
**************************************
Starting Jetty on port 8080 ...
Logs are in the /usr/local/XWiki Enterprise/xwiki.log file
17:30:45.877 INFO [main] org.mortbay.log.LogImpl.add(LogImpl.java:109) >14> added org.mortbay.log.OutputStreamLogSink@36522ee1
17:30:45.837 INFO [main] org.mortbay.util.FileResource.(FileResource.java:60) >09> Checking Resource aliases
17:30:45.946 WARN!! [main] org.mortbay.xml.XmlParser.(XmlParser.java:81) >10> Schema validation may not be supported
17:30:46.180 INFO [main] org.mortbay.http.HttpServer.doStart(HttpServer.java:729) >07> Version Jetty/5.1.5
17:30:46.194 INFO [main] org.mortbay.util.Container.start(Container.java:74) >11> Started org.mortbay.jetty.servlet.ServletHandler@59dc0
17:30:46.196 INFO [main] org.mortbay.util.Container.start(Container.java:74) >08> Started ServletHttpContext[/,/]
17:30:46.199 INFO [main] org.mortbay.http.SocketListener.start(SocketListener.java:204) >08> Started SocketListener on 127.0.0.1:8081
17:30:46.200 INFO [main] org.mortbay.util.Container.start(Container.java:74) >06> Started org.mortbay.jetty.Server@372bdf01
17:30:46.311 INFO [main] org.mortbay.http.HttpServer.setStatsOn(HttpServer.java:1133) >12> Statistics on = false for org.mortbay.jetty.Server@372bdd81
17:30:46.313 INFO [main] org.mortbay.http.HttpServer.doStart(HttpServer.java:729) >07> Version Jetty/5.1.5
17:30:46.340 WARN!! [main] org.mortbay.xml.XmlParser.(XmlParser.java:81) >14> Schema validation may not be supported
17:30:47.200 INFO [main] org.mortbay.util.Container.start(Container.java:74) >12> Started org.mortbay.jetty.servlet.WebApplicationHandler@35890f81
17:30:48.546 INFO [main] org.mortbay.jetty.servlet.ServletHandler$Context.log(ServletHandler.java:1134) >14> Loading plexus context properties from: '/WEB-INF/plexus.properties'
17:30:48.550 INFO [main] org.mortbay.jetty.servlet.ServletHandler$Context.log(ServletHandler.java:1134) >13> Initializing Plexus.
17:30:48.553 INFO [main] org.mortbay.jetty.servlet.ServletHandler$Context.log(ServletHandler.java:1134) >14> resource = file:/usr/local/XWiki%20Enterprise/webapps/xwiki/WEB-INF/plexus.xml
17:30:49.004 INFO [main] org.mortbay.jetty.servlet.ServletHandler$Context.log(ServletHandler.java:1134) >13> Plexus initialized.
17:30:50.042 INFO [main] org.mortbay.util.Container.start(Container.java:74) >08> Started WebApplicationContext[/xwiki,xwiki]
17:30:50.046 INFO [main] org.mortbay.http.SocketListener.start(SocketListener.java:204) >08> Started SocketListener on 0.0.0.0:8080
17:30:50.047 INFO [main] org.mortbay.util.Container.start(Container.java:74) >06> Started org.mortbay.jetty.Server@372bdd81
***************************************************
Then, when I go to the link
http://localhost:8080/xwiki/bin/view/Main/WebHome I have no response from the browser
Here is an extract of the log file:
*******************************************
# more xwiki.log
17:36:13,878 [http://localhost:8080/xwiki/bin/view/Main/WebHome] [P1-19] ERROR proxy.BasicLazy
Initializer - CGLIB Enhancement failed: com.xpn.xwiki.objects.classes.StringClass
java.lang.NoClassDefFoundError: net.sf.cglib.core.DebuggingClassWriter$1
at java.lang.Class.initializeClass(libgcj.so.8rh)
at net.sf.cglib.core.DebuggingClassWriter.toByteArray(DebuggingClassWriter.java:73)
at net.sf.cglib.core.DefaultGeneratorStrategy.generate(DefaultGeneratorStrategy.java:26)
at net.sf.cglib.core.AbstractClassGenerator.create(AbstractClassGenerator.java:216)
at net.sf.cglib.core.KeyFactory$Generator.create(KeyFactory.java:145)
at net.sf.cglib.core.KeyFactory.create(KeyFactory.java:117)
at net.sf.cglib.core.KeyFactory.create(KeyFactory.java:108)
at net.sf.cglib.core.KeyFactory.create(KeyFactory.java:104)
at net.sf.cglib.proxy.Enhancer.(Enhancer.java:69)
at java.lang.Class.initializeClass(libgcj.so.8rh)
at org.hibernate.proxy.CGLIBLazyInitializer.getProxyFactory(CGLIBLazyInitializer.java:116)
at org.hibernate.proxy.CGLIBProxyFactory.postInstantiate(CGLIBProxyFactory.java:41)
at org.hibernate.tuple.PojoEntityTuplizer.buildProxyFactory(PojoEntityTuplizer.java:161)
at org.hibernate.tuple.AbstractEntityTuplizer.(AbstractEntityTuplizer.java:131)
at org.hibernate.tuple.PojoEntityTuplizer.(PojoEntityTuplizer.java:55)
at org.hibernate.tuple.TuplizerLookup.create(TuplizerLookup.java:64)
at org.hibernate.tuple.EntityMetamodel.(EntityMetamodel.java:257)
at org.hibernate.persister.entity.AbstractEntityPersister.(AbstractEntityPersister.ja
va:412)
at org.hibernate.persister.entity.JoinedSubclassEntityPersister.(JoinedSubclassEntity
Persister.java:90)
at org.hibernate.persister.PersisterFactory.createClassPersister(PersisterFactory.java:58)
at org.hibernate.impl.SessionFactoryImpl.(SessionFactoryImpl.java:216)
at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1176)
at com.xpn.xwiki.store.XWikiHibernateBaseStore.initHibernate(XWikiHibernateBaseStore.java:1
43)
at com.xpn.xwiki.store.XWikiHibernateBaseStore.checkHibernate(XWikiHibernateBaseStore.java:
466)
at com.xpn.xwiki.store.XWikiHibernateBaseStore.execute(XWikiHibernateBaseStore.java:914)
at com.xpn.xwiki.store.XWikiHibernateBaseStore.executeRead(XWikiHibernateBaseStore.java:947
******************************************
I need help?
thank you
FD
Créez votre adresse électronique prénom.nom(a)laposte.net
1 Go d'espace de stockage, anti-spam et anti-virus intégrés.
Créez votre adresse électronique prénom.nom(a)laposte.net
1 Go d'espace de stockage, anti-spam et anti-virus intégrés.
Bonjour,
After installing the jar file xwiki 1.2 on linux fedora 8 without any problem,
everything, except WARNING message, seem to be fine when double-click on "start xwiki" icone,
as you can see below:
**************************************
Starting Jetty on port 8080 ...
Logs are in the /usr/local/XWiki Enterprise/xwiki.log file
17:30:45.877 INFO [main] org.mortbay.log.LogImpl.add(LogImpl.java:109) >14> added org.mortbay.log.OutputStreamLogSink@36522ee1
17:30:45.837 INFO [main] org.mortbay.util.FileResource.<clinit>(FileResource.java:60) >09> Checking Resource aliases
17:30:45.946 WARN!! [main] org.mortbay.xml.XmlParser.<init>(XmlParser.java:81) >10> Schema validation may not be supported
17:30:46.180 INFO [main] org.mortbay.http.HttpServer.doStart(HttpServer.java:729) >07> Version Jetty/5.1.5
17:30:46.194 INFO [main] org.mortbay.util.Container.start(Container.java:74) >11> Started org.mortbay.jetty.servlet.ServletHandler@59dc0
17:30:46.196 INFO [main] org.mortbay.util.Container.start(Container.java:74) >08> Started ServletHttpContext[/,/]
17:30:46.199 INFO [main] org.mortbay.http.SocketListener.start(SocketListener.java:204) >08> Started SocketListener on 127.0.0.1:8081
17:30:46.200 INFO [main] org.mortbay.util.Container.start(Container.java:74) >06> Started org.mortbay.jetty.Server@372bdf01
17:30:46.311 INFO [main] org.mortbay.http.HttpServer.setStatsOn(HttpServer.java:1133) >12> Statistics on = false for org.mortbay.jetty.Server@372bdd81
17:30:46.313 INFO [main] org.mortbay.http.HttpServer.doStart(HttpServer.java:729) >07> Version Jetty/5.1.5
17:30:46.340 WARN!! [main] org.mortbay.xml.XmlParser.<init>(XmlParser.java:81) >14> Schema validation may not be supported
17:30:47.200 INFO [main] org.mortbay.util.Container.start(Container.java:74) >12> Started org.mortbay.jetty.servlet.WebApplicationHandler@35890f81
17:30:48.546 INFO [main] org.mortbay.jetty.servlet.ServletHandler$Context.log(ServletHandler.java:1134) >14> Loading plexus context properties from: '/WEB-INF/plexus.properties'
17:30:48.550 INFO [main] org.mortbay.jetty.servlet.ServletHandler$Context.log(ServletHandler.java:1134) >13> Initializing Plexus.
17:30:48.553 INFO [main] org.mortbay.jetty.servlet.ServletHandler$Context.log(ServletHandler.java:1134) >14> resource = file:/usr/local/XWiki%20Enterprise/webapps/xwiki/WEB-INF/plexus.xml
17:30:49.004 INFO [main] org.mortbay.jetty.servlet.ServletHandler$Context.log(ServletHandler.java:1134) >13> Plexus initialized.
17:30:50.042 INFO [main] org.mortbay.util.Container.start(Container.java:74) >08> Started WebApplicationContext[/xwiki,xwiki]
17:30:50.046 INFO [main] org.mortbay.http.SocketListener.start(SocketListener.java:204) >08> Started SocketListener on 0.0.0.0:8080
17:30:50.047 INFO [main] org.mortbay.util.Container.start(Container.java:74) >06> Started org.mortbay.jetty.Server@372bdd81
***************************************************
Then, when I go to the link
http://localhost:8080/xwiki/bin/view/Main/WebHome I have no response from the browser
Here is an extract of the log file:
*******************************************
# more xwiki.log
17:36:13,878 [http://localhost:8080/xwiki/bin/view/Main/WebHome] [P1-19] ERROR proxy.BasicLazy
Initializer - CGLIB Enhancement failed: com.xpn.xwiki.objects.classes.StringClass
java.lang.NoClassDefFoundError: net.sf.cglib.core.DebuggingClassWriter$1
at java.lang.Class.initializeClass(libgcj.so.8rh)
at net.sf.cglib.core.DebuggingClassWriter.toByteArray(DebuggingClassWriter.java:73)
at net.sf.cglib.core.DefaultGeneratorStrategy.generate(DefaultGeneratorStrategy.java:26)
at net.sf.cglib.core.AbstractClassGenerator.create(AbstractClassGenerator.java:216)
at net.sf.cglib.core.KeyFactory$Generator.create(KeyFactory.java:145)
at net.sf.cglib.core.KeyFactory.create(KeyFactory.java:117)
at net.sf.cglib.core.KeyFactory.create(KeyFactory.java:108)
at net.sf.cglib.core.KeyFactory.create(KeyFactory.java:104)
at net.sf.cglib.proxy.Enhancer.<clinit>(Enhancer.java:69)
at java.lang.Class.initializeClass(libgcj.so.8rh)
at org.hibernate.proxy.CGLIBLazyInitializer.getProxyFactory(CGLIBLazyInitializer.java:116)
at org.hibernate.proxy.CGLIBProxyFactory.postInstantiate(CGLIBProxyFactory.java:41)
at org.hibernate.tuple.PojoEntityTuplizer.buildProxyFactory(PojoEntityTuplizer.java:161)
at org.hibernate.tuple.AbstractEntityTuplizer.<init>(AbstractEntityTuplizer.java:131)
at org.hibernate.tuple.PojoEntityTuplizer.<init>(PojoEntityTuplizer.java:55)
at org.hibernate.tuple.TuplizerLookup.create(TuplizerLookup.java:64)
at org.hibernate.tuple.EntityMetamodel.<init>(EntityMetamodel.java:257)
at org.hibernate.persister.entity.AbstractEntityPersister.<init>(AbstractEntityPersister.ja
va:412)
at org.hibernate.persister.entity.JoinedSubclassEntityPersister.<init>(JoinedSubclassEntity
Persister.java:90)
at org.hibernate.persister.PersisterFactory.createClassPersister(PersisterFactory.java:58)
at org.hibernate.impl.SessionFactoryImpl.<init>(SessionFactoryImpl.java:216)
at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1176)
at com.xpn.xwiki.store.XWikiHibernateBaseStore.initHibernate(XWikiHibernateBaseStore.java:1
43)
at com.xpn.xwiki.store.XWikiHibernateBaseStore.checkHibernate(XWikiHibernateBaseStore.java:
466)
at com.xpn.xwiki.store.XWikiHibernateBaseStore.execute(XWikiHibernateBaseStore.java:914)
at com.xpn.xwiki.store.XWikiHibernateBaseStore.executeRead(XWikiHibernateBaseStore.java:947
******************************************
I need help?
thank you
FD
Créez votre adresse électronique prénom.nom(a)laposte.net
1 Go d'espace de stockage, anti-spam et anti-virus intégrés.
Hi everyone,
Some time back XWiki SAS, the company who started XWiki had a free
online farm on xwiki.com. This farm was closed for new projects a few
months ago after XWiki SAS realized it didn't have the manpower (or
finance) to support it in a professional way. XWiki SAS still has a
professional farm offering but it's not a free farm (see http://www.xwiki.com/xwiki/bin/view/Services/#HHosting)
.
I'd like to discuss with you the idea of offering a free farm managed
by the xwiki community and under the xwiki.org umbrella. In essence it
means there would be 2 farms available:
* a paying one which is on xwiki.com, for professional needs
* a free one on xwiki.org for universities, individuals or anyone not
requiring guaranteed support/availability at all times
Here's how it would work:
* No support guarantee. All support done on the xwiki.org user mailing
list.
* No stability guarantee. We would always install the latest Platform/
XE/XEM version on it and it would serve as a stability test for the
xwiki development team. Obviously the community will always try to
make it as stable as possible but that's not guaranteed.
* There will be several members of the community who'll have admin
access on the farm.
* We will reduce admin tasks by offering a simple UI on the farm
itself (restart, see memory stats, see blocking requests, ban a wiki,
etc)
* It will be open to anyone. However the target users will be
technical people who can support themselves to some extent. We won't
control that but it'll be mentioned on the registration page.
XWiki SAS would pay for the machine, hosting and the initial
installation.
I have 2 questions for you:
1) As a user of it, would you be interested by such a farm? Do you
think it's interesting for the xwiki project to have such a free farm?
2) As a community member, would you be willing to help administer it/
support it? For this farm to work we need to find several members of
the xwiki community willing to help administer it. Here are the tasks
I can think of:
- work on the welcome page content for the farm
- work on the FAQ for the farm (like "what do I do if I've lost my
password", etc)
- help answer user questions on the list (this can and should be be
done by everyone)
Thanks
-Vincent, with 2 hats: community developer and CTO of XWiki SAS
Hi Vincent,
People who are interested in free xwiki and want to use it as an
experimental tool can download it and play with it. It costs nothing for
them.
As far as I have seen that students and other such individuals seldom become
paying customers. They typically use for project work etc.
I think hosted solution should focus on paying customers only unless you
want to test the scalability of xwiki real time by giving free access.
Thanks
Sachin
Message: 6
> Date: Tue, 22 Jan 2008 15:32:41 +0100
> From: Vincent Massol <vincent(a)massol.net>
> Subject: [xwiki-users] [Proposal] New free and community-managed farm
> on xwiki.org?
> To: XWiki Developers <devs(a)xwiki.org>, XWiki Users <users(a)xwiki.org>
> Message-ID: <AA1B7724-0178-487B-9C9A-B790C670F6FA(a)massol.net>
> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes
>
> Hi everyone,
>
> Some time back XWiki SAS, the company who started XWiki had a free
> online farm on xwiki.com. This farm was closed for new projects a few
> months ago after XWiki SAS realized it didn't have the manpower (or
> finance) to support it in a professional way. XWiki SAS still has a
> professional farm offering but it's not a free farm (see
> http://www.xwiki.com/xwiki/bin/view/Services/#HHosting)
> .
>
> I'd like to discuss with you the idea of offering a free farm managed
> by the xwiki community and under the xwiki.org umbrella. In essence it
> means there would be 2 farms available:
> * a paying one which is on xwiki.com, for professional needs
> * a free one on xwiki.org for universities, individuals or anyone not
> requiring guaranteed support/availability at all times
>
> Here's how it would work:
>
> * No support guarantee. All support done on the xwiki.org user mailing
> list.
> * No stability guarantee. We would always install the latest Platform/
> XE/XEM version on it and it would serve as a stability test for the
> xwiki development team. Obviously the community will always try to
> make it as stable as possible but that's not guaranteed.
> * There will be several members of the community who'll have admin
> access on the farm.
> * We will reduce admin tasks by offering a simple UI on the farm
> itself (restart, see memory stats, see blocking requests, ban a wiki,
> etc)
> * It will be open to anyone. However the target users will be
> technical people who can support themselves to some extent. We won't
> control that but it'll be mentioned on the registration page.
>
> XWiki SAS would pay for the machine, hosting and the initial
> installation.
>
> I have 2 questions for you:
>
> 1) As a user of it, would you be interested by such a farm? Do you
> think it's interesting for the xwiki project to have such a free farm?
>
> 2) As a community member, would you be willing to help administer it/
> support it? For this farm to work we need to find several members of
> the xwiki community willing to help administer it. Here are the tasks
> I can think of:
> - work on the welcome page content for the farm
> - work on the FAQ for the farm (like "what do I do if I've lost my
> password", etc)
> - help answer user questions on the list (this can and should be be
> done by everyone)
>
> Thanks
> -Vincent, with 2 hats: community developer and CTO of XWiki SAS
>
>
Ricardo Rodríguez wrote:
>
> Forget about it at the moment. If you have a running Tomcat instance it
> will probably be accessible at http://localhost:8080. The number after :
> is the port number at witch the standalone Tomcat http server is running.
>>> Further I don't know where to put
>>> xwiki exactly...I have some concerns about security...
>>>
>
> As you are running Tomcat as a servlet container, xwiki must be copied
> to your /webapps folder. If you have installed Tomcat by yourself, you
> must know where its folder is. It could be under /usr/share, or under
> /Library/Tomcat,... I've no Debian distribution running here. Sorry.
>
>
So far I did the following steps:
1. Installed JAVA JDK 5
[apt-get install sun-java5-jdk]
[JAVA_OPTS="-Xmx512M"]
[export JAVA_HOME]
[export JAVA_OPTS]
2. Installed Tomcat5.5
[apt-get install tomcat5.5 tomcat5.5-admin tomcat5.5-webapps]
3. Disabled Tomcat security
[vi /etc/init.d/tomcat5.5] TOMCAT5_SECURITY=no
4. Created the xwiki database
[mysql -u root -e "create database xwiki"]
[mysql -u root -e "grant all privileges on xwiki.* to xwiki(a)127.0.0.1
identified by 'xwiki'"]
5. Changed hibernate.cfg.xml to
<property name="connection.url">jdbc:mysql://localhost/xwiki</property>
<property name="connection.username">xwiki</property>
<property name="connection.password">xwiki</property>
<property name="connection.driver_class">com.mysql.jdbc.Driver</property>
<property name="dialect">org.hibernate.dialect.MySQLDialect</property>
6. Changed /var/lib/tomcat5.5/conf/tomcat-users.xml to
<?xml version='1.0' encoding='utf-8'?>
<tomcat-users>
<role rolename="admin"/>
<role rolename="manager"/>
<role rolename="tomcat"/>
<user username="tomcat"
password=”tomcatpassword”
roles="tomcat,admin,manager"/>
</tomcat-users>
7. Made a new entry in apache2/sites-enabled
<VirtualHost MyServerIP:80>
ServerName MyServerIP:80
ProxyRequests On
ProxyPreserveHost On
ProxyVia full
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
ProxyPass /xwiki http://localhost:8082/xwiki
ProxyPassReverse /xwiki http://localhost:8082/xwiki
<Location /xwiki>
Order allow,deny
Allow from all
</Location>
</VirtualHost>
8. Changed the server.xml setting in Tomcat (uncomment the part below)
<!-- Define a Proxied HTTP/1.1 Connector on port 8082 -->
<!-- See proxy documentation for more information about using this. -->
<Connector port="8082"
maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
enableLookups="false"
acceptCount="100" debug="0" connectionTimeout="20000"
proxyPort="80" disableUploadTimeout="true" />
I guess I'm almost there. I can access Tomcat with MyServerIP:8180, but I
can't get it to work with Apache respectively MyServerIP/xwiki. Everytime I
call MyServerIP/xwiki I get an "Forbidden" message. I really don't know what
to do now. Any advice would be very appreciated (I tried Google for a long
time but I guess I'm just to dumb for it).
--
View this message in context: http://www.nabble.com/Problem-with-mod_proxy-tp15031584p15031584.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello list,
when using list-documents as database-list property as described in:
http://code.xwiki.org/xwiki/bin/view/Snippets/ListDocumentsSnippet
I seem to get duplicates for each language.
Then I tried:
select doc.name, doc.title
from com.xpn.xwiki.doc.XWikiDocument as doc
grouped by doc.name
where doc.web = 'MySpace' and doc.name!='WebHome')
but that emptied the possible values (as output by $doc.display
('fieldName')
What have I done wrong ?
I'm a bit of a newbie in HQL!
thanks in advance
paul
Hi all,
using the "Copy a document" page with:
- source document=XWiki.provaCopia
- target document mySpace.provaCopia
I get this result:
- Copying document XWiki.provaCopia () from xwiki to xwiki:
$xwiki.xWiki.copyDocument($sourcedoc, $targetdoc, $sourcewiki, $targetwiki,
$language, false, $context.context)
and the copy is not done.
Can you help me??
Hi everyone,
I want to upgrade XWiki to the latest version, using the war package.
Indeed, my XWiki's encoding, as the MySQL database, are latin1
(ISO-8859-1) and with version 1.0, when I display any previous version
of a page using the "History" function, accents and all special entities
are displayed as "?" (I didn't find any JIRA issue matching this :)
So I can't rollback any page whitout losing accents, and it's the main
reason for this upgrade.
Starting from
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Installation, i've
read
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise12
wich leads to
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise112
in my case.
Here what I did on a test server with its own Tomcat and MySQL containers :
1- copy from the production server the whole $webapp directory and dump
the xwiki database
change hibernate.cfg.xml that it talks to the copied test database
restart all and check i've the same wiki
2 - delete all the content of $webapp.
unjar xwiki-web-standard-1.1.2.war in this empty directory.
edit /WEB-INF/xwiki.cfg (adding the xwiki.upload.tempdir line),
/WEB-INF/hibernate.cfg.xml (changing the mysql connection) and
/skins/albatross/global.vm (there is a little change in order to
restrict registration with a password).
restart all the stuff (apache, tomcat)
--> I find my wiki as with the 1.0 install, but the bug is still here
3 - import the FixRCS.xar as written on the 1.1.2 release note :
http://www.xwiki.org/xwiki/bin/download/Main/ReleaseNotesXWikiEnterprise11M…
trying to run it
--> the catalina log tells me something like that :
16:39:58,581 WARN TP-Processor7
http://xwiki.pps.jussieu.fr/xwiki/bin/view/XWiki/FixRCS?force
JDBCExceptionReporter:logExceptions:71 - SQL Error: 1062, SQLState: 23000
16:39:58,583 ERROR TP-Processor7
http://xwiki.pps.jussieu.fr/xwiki/bin/view/XWiki/FixRCS?force
JDBCExceptionReporter:logExceptions:72 - Duplicate entry
'-492041200-Panels.' for key 1
16:39:58,586 ERROR TP-Processor7
http://xwiki.pps.jussieu.fr/xwiki/bin/view/XWiki/FixRCS?force
AbstractFlushingEventListener:performExecutions:299 - Could not
synchronize database state with session
org.hibernate.exception.ConstraintViolationException: Could not execute
JDBC batch update
...
Caused by: java.sql.BatchUpdateException: Duplicate entry
'-492041200-Panels.' for key 1
...
16:40:00,209 ERROR TP-Processor7
http://xwiki.pps.jussieu.fr/xwiki/bin/view/XWiki/FixRCS?force
SimpleLog4JLogSystem:logVelocityMessage:154 - Method getRenderedContent
threw exception for reference $cdoc in t
emplate at [7,1]
Caused by: java.lang.StackOverflowError
at java.util.regex.Pattern.atom(Pattern.java:1863)
at java.util.regex.Pattern.sequence(Pattern.java:1743)
at java.util.regex.Pattern.expr(Pattern.java:1687)
at java.util.regex.Pattern.compile(Pattern.java:1397)
at java.util.regex.Pattern.<init>(Pattern.java:1124)
at java.util.regex.Pattern.compile(Pattern.java:817)
at java.lang.String.replaceAll(String.java:2000)
at org.codehaus.groovy.runtime.Invoker.format(Invoker.java:699)
at org.codehaus.groovy.runtime.Invoker.format(Invoker.java:673)
at org.codehaus.groovy.runtime.Invoker.format(Invoker.java:675)
...
4 - from this point, updating this 1.1.2 install with
xwiki-enterprise-web-1.2.war and the same process
--> I can't even access to the previous versions of any documents, it
shows me an exception.
Sorry for writing a lot, now my questions :)
1 - Did I understand well the upgrade process ?
Do I have to upgrade first from 1.0 to 1.1.2 and then from 1.1.2 to 1.2 ?
Why running the FixRCS.xar content doesn't work after 1.1.2 upgrade ? Is
that the reason why I can't update to 1.2 after, or why the bug is still
there ?
2 - In which XWiki version this "special entities not displayed in old
revisions with ISO-8859-1 encoding" bug is fixed ?
3 - Has someone tried the same upgrade ? Did U succeed ?
Thanks,
--
Julien Oix - Université Paris Diderot Paris 7
Office location :
Laboratoire PPS - bureau 5C01
175 rue du Chevaleret
75013 PARIS
Tel : +33 144 278 504
Fax : (+33) 1 44 27 86 54
Mobile : +33 664 392 207
---------------------------------------------
http://www.gnu.org/philosophy/no-word-attachments.html
Hi Vincent,
It sounds like a good idea. It would provide:
* a place to test out the latest XWiki builds and quickly identify issues
and resolve them
* a free place for people to host their websites
I'd certainly consider it for my non-work related material.
Regards,
Richard
-----Original Message-----
From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org]On Behalf
Of Vincent Massol
Sent: 23 January 2008 09:32
To: XWiki Users
Subject: Re: [xwiki-users] [Proposal] New free and community-managed
farm on xwiki.org?
Hi Ricardo,
On Jan 22, 2008, at 10:27 PM, [Ricardo Rodriguez] Your EPEC Network
ICT Team wrote:
> sachin mittal wrote:
>> Hi Vincent,
>> People who are interested in free xwiki and want to use it as an
>> experimental tool can download it and play with it. It costs nothing
>> for them.
>> As far as I have seen that students and other such individuals seldom
>> become paying customers. They typically use for project work etc.
>>
>> I think hosted solution should focus on paying customers only unless
>> you want to test the scalability of xwiki real time by giving free
>> access.
>
> Following this reasoning, how does Netcipia (http://
> www.netcipia.net)fit
> in the proposed schema?
Netcipia is another farm that could be seen as a kind of competitor to
this new xwiki.org farm. However there are some differences:
* the xwiki.org farm will be using the default UI (same as XWiki
Enterprise) and the same features
* it'll be supported by the xwiki community
* it'll have latest versions installed at all times
* there's no business model behind this xwiki.org farm
I think the target is really different. Netcipia's idea is to propose
ways for users to sell their content online whereas this farm will be
more for hosting "intranets"/"web sites".
Anyway the free xwiki.org farm is not fully decided yet. I'd like to
see more opinions form the xwiki users and dev community about it.
Thanks
-Vincent
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
Thales UK Ltd (Wells) DISCLAIMER: The information contained in this e-mail
is confidential. It may also be legally privileged. It is intended only for
the stated addressee(s) and access to it by any other person is
unauthorised. If you are not an addressee, you must not disclose, copy,
circulate or in any other way use or rely on the information contained in
this e-mail. Such unauthorised use may be unlawful. We may monitor all
e-mail communications through our networks. If you have received this e-mail
in error, please inform us immediately on +44 (0) 1749 672081 and delete it
and all copies from your system. We accept no responsibility for changes to
any e-mail which occur after it has been sent. Attachments to this e-mail
may contain software viruses which could damage your system. We therefore
recommend you virus-check all attachments before opening. A business of
Thales UK Ltd. Registered Office: 2 Dashwood Lang Road, The Bourne Business
Park, Addlestone, Weybridge, Surrey KT15 2NX Registered in England No.
868273
Hi,
We would like to detect usage patterns of users working with xwiki.
Therefore we would need
to call a custom method everytime a link within xwiki is selected. Is
there an easy to do that
by e.g. providing a plugin?
Thanks in advance,
Hans-Peter
Hi,
I have a problem upgrading Xwiki at release 1.2 from 1.1.2.
I can't get the new rights Management interface.
I replaced the WebApp and copied the files hibernate.cfg.xml, xwiki.cfg in
the new version. I'm using Oracle and so I replaced the hibernate Jar.
After restarting Tomcat I imported the new XAR. When I try to open "Global
Rights" I get the old rights management interface.
I hope someone can help me,
Thanks,
Loris
The XWiki development team is pleased to announce the release of XWiki
Enterprise Manager 1.0 Release Candidate 1.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
This is the first release candidate leading to XWiki Enterprise Manager 1.0.
The main new features is Wiki Manager GlobalSearch that implement a
multiwiki version of search(), searchDocuments() and
searchDocumentsNames(). It's also the first XEM released based on
final 1.2 version of XE.
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXEM10RC1.
Thanks -The XWiki dev team.
Hi all,
I create a page to change the parent to a chosen page using:
#set ($mydoc = $xwiki.getDocument("some.page"))
$mydoc.setParent($targetdoc)
$mydoc.save()
It works but in the tree page I see the changed page into its original tree
location.
What is my fault ??
Thanks
Raffo
The XWiki development team is pleased to announce the release of XWiki
Enterprise Manager 1.0 Milestone 3.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
This is the last XEM 1.0 milestone. RC1 and RC2 will follow.
The main modifications since XEM 1.0M2 are all XE 1.2 branch new
features as XEM 1.0M3 is now based on XE 1.2 Release Candidate 3.
Changes from 1.0 Milestone 3:
* XAAM-28: Add authors field to applications descriptors.
* XAAM-29: Add license field to applications descriptors.
* XAWM-23: Separate wiki and wiki alias concepts.
* XAWM-26: Add pretty name field to wikis decriptors.
* XAWM-29: Add users or groups rights at wiki creation time.
* XEM-78: Add default "xwiki" wiki descriptor.
* XEM-65: Make Application Manager and Wiki Manager more easily accessible.
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXEM10M3
Thanks
-The XWiki dev team
Hallo,
I tried to include an external feed to my page. My feed XML looks like this:
<rss version="2.0">
<channel>
<title>Teamwebsite: SPO</title>
<link>http://davm/SPO/Forms/AllItems.aspx</link>
<description>RSS-Feed für die Liste 'SPO'.</description>
<lastBuildDate>Sat, 05 Jan 2008 10:50:22 GMT</lastBuildDate>
<generator>Windows SharePoint Services V3 RSS Generator</generator>
<ttl>60</ttl>
<image>
<title>Teamwebsite: SPO</title>
<url>/_layouts/images/homepage.gif</url>
<link>http://davm/SPO/Forms/AllItems.aspx</link>
</image>
<item>
<title>Wiki-Seite mit Kalender</title>
<link>http://davm/SPO/Forms/DispForm.aspx?ID=1</link>
<description><![CDATA[<div>Geändert: 05.01.2008
11:46</div><div>Geändert von: WSS\administrator</div><div>Titel:
Screenshot</div>]]></description>
<author>WSS\administrator</author>
<pubDate>Wed, 21 Nov 2007 16:03:06 GMT</pubDate>
<guid
isPermaLink="true">http://davm/SPO/Forms/DispForm.aspx?ID=1</guid>
</item>
</channel>
</rss>
I include my feed like this:
#set($myfeed=$xwiki.feed.getFeed("http://irrlichter.net/listfeed.xml"))
That just works and I'm able to access title and link like this:
${myfeed.getTitle()} --> "Teamwebsite: SPO"
${myfeed.getLink()} --> "http://davm/SPO/Forms/AllItems.aspx "
But how do I access specific nodes like "<lastBuildDate>"?
I hope someone could help me.
Christoph
--
View this message in context: http://www.nabble.com/Access-SyndFeed-object-tp15002046p15002046.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
I see that any page we create in xwiki has a comments and attachment section
attached below the contents.
Is there any way to configure it to not show up.
I can do this by modifying the velocity template, but wanted it as part of
configuration setting.
Another thing I notice is that Comments and attachments section is part of a
panel in the panel application.
So one can always add it to left or right pane, thus it does not make much
sense to have it (by default) below every page.
Lastly I see that in panels application we can configure the left and right
panes. There should also be an option to configure top and bottom so as to
complete a border layout. Thus tomorrow we can move this comments and
attachments section in the bottom (for whatever spaces we need).
Let me know you suggestions on these.
Thanks
Sachin
--
View this message in context: http://www.nabble.com/Comments-and-attachments-in-a-xwiki-page-tp14949795p1…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hy everybody,
I've a little problem... I need to associate a link to an image so that i could click on it and go to another page. Is that possible? How? (if I insert an image and then associate a link on it, it'sn't working...)
Thank you
Mattia
___________________________________
L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail: http://it.docs.yahoo.com/nowyoucan.html
Hi Devs,
Admin user should really be able to reset a user's password in the event
that the user forgets their password (like with any other system).
Something like a link for admin users simply called "set temporary
password" that requires the user to change their password when they use
this password would be perfect.
Not really sure it's a bug, as you can -can- do this by editing objects
directly, it's just not user friendly that way.
Brandon Esbach
Software Engineer
Wireless Systems Segment
Tyco Electronics
4 Eastgate Road
Eastgate
Little Island
Co. Cork
Ireland
Tel: +353-21-4808305
Email: esbachb(a)tycoelectronics.com
I have a new install of xwiki enterprise 1.2 on Linux Tomcat 5.5 with MySQL
4.1. I installed the war file and imported the xar file. Things seem to be
generally working but I get an error when I click on the Quick Links ->
What's New.
The page accessed when I click on the link is: xwiki/bin/view/Main/Dashboard
The error displayed is:
Error number 4001 in 4: Error while parsing velocity page Main.Dashboard
Wrapped Exception: 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 web,
doc.name, max(ni.date) from XWiki Document as doc , XWiki RCSNode Info as ni
where doc.id=ni.id.doc Id and ni.id.version2=1 group by doc.web, doc.name
order by max(ni.date) desc? Wrapped Exception: could not execute query @
Main.Dashboard24,28?
Any ideas what the problem is.
Hello XWikiers,
while editing my class, I felt at least two places where the database
type appeared too convoluted to me (and I needed sample code) and
where the only thing I'd need is the reference to a document in some
space of the same XWiki.
Does this exist ?
Should I file a feature request ?
thanks in advance
paul
Hi all,
I know it is good to avoid special characters in document names, but to
the best of my knowledge is not possible up to now to prevent users to
use them.
For instance, we have a number of entries including / in the document
name. These documents are created, but are not longer accessible. So, no
rename or delete seems possible from the web interface.
Thus, two questions:
1. Could it be advisable to have a way to prevent the use or this or
other characters in newly created documents?
2. If I delete the entry from the xwiki_epecnet.xwikidoc table, could
I affect the correct function of the database?
Thanks!
Ricardo
--
Ricardo Rodríguez
Your XEN ICT Team
Hi,
I am a new user of xwiki and new to LDAP too. I modified the
xwiki.cfg and created a few testing entries in LDAP. Then, I can log in
with LDAP users and superroot. But with LDAP users, I always see an
error, which is "You are not allowed to view this document or perform
this action."
I searched for solution for quite a while, and I found some others
also suffer from the same issue. The only clue I get is MAYBE I need to
import users from LDAP. But the import users from LDAP code from xwiki
codebase give me another error. (If you want I can paste the complete
error stack trace). So, could anyone advice on what I should do?
Thanks a lot
Anyone,
How does this Confluence integration (Catalin) work? What does it do?
Regards,
Richard
Thales UK Ltd (Wells) DISCLAIMER: The information contained in this e-mail
is confidential. It may also be legally privileged. It is intended only for
the stated addressee(s) and access to it by any other person is
unauthorised. If you are not an addressee, you must not disclose, copy,
circulate or in any other way use or rely on the information contained in
this e-mail. Such unauthorised use may be unlawful. We may monitor all
e-mail communications through our networks. If you have received this e-mail
in error, please inform us immediately on +44 (0) 1749 672081 and delete it
and all copies from your system. We accept no responsibility for changes to
any e-mail which occur after it has been sent. Attachments to this e-mail
may contain software viruses which could damage your system. We therefore
recommend you virus-check all attachments before opening. A business of
Thales UK Ltd. Registered Office: 2 Dashwood Lang Road, The Bourne Business
Park, Addlestone, Weybridge, Surrey KT15 2NX Registered in England No.
868273
Hi,
I just installed the enterprise war version of xwiki 1.2 rc3 on a SUSE
Linux Enterprise Server (SLES) version 9 in a Tomcat container. When i
start Tomcat the log says
2008-01-16 15:51:24 StandardContext[/xwiki]Loading plexus context
properties from: '/WEB-INF/plexus.properties'
2008-01-16 15:51:24 StandardContext[/xwiki]Initializing Plexus.
2008-01-16 15:51:24 StandardContext[/xwiki]resource =
jndi:/localhost/xwiki/WEB-INF/plexus.xml
2008-01-16 15:51:25 StandardContext[/xwiki]Plexus initialized.
And everything looks good.
But when I access the xwiki application in a browser I get the following
error:
javax.servlet.ServletException: Servlet execution threw an exception
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:117)
root cause
java.lang.UnsupportedClassVersionError:
org/exoplatform/container/PortalContainer (Unsupported major.minor
version 49.0)
java.lang.ClassLoader.defineClass0(Native Method)
java.lang.ClassLoader.defineClass(ClassLoader.java:539)
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
org.apache.catalina.loader.WebappClassLoader.findClassInternal(WebappClassLoader.java:1677)
org.apache.catalina.loader.WebappClassLoader.findClass(WebappClassLoader.java:900)
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1350)
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1230)
java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
com.xpn.xwiki.web.Utils.prepareContext(Utils.java:231)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:87)
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:117)
note The full stack trace of the root cause is available in the Tomcat logs.
What exactly does this mean and how do I correct it?
Cheers
/Thorbjørn
--
W: http://kodefabrikken.dk
If you failing to plan, then you´re planning to fail.
Hello,
searching for mod_jk wasn't very rich on xwiki.org.
I am convinced may are using an apache httpd in front of the jetty or
tomcat hosting xwiki. Now the question comes as to whether some
static paths are or should be configured.
Currently we have none, on the back of mod_proxy, and I seem to see,
e.g., the logo, that gets downloaded everytime which is big big non-
sense.
I understand all request to skins, yui, freemind, s5, tiny_mce,
wiki_editor, xwiki.js, and yui could be directed to static requests
(since server inclusions such as velocity files are read from the
server anyways and the rest is static).
Is that correct ?
Is there any velocity within javascript ? And if yes where?
thanks in advance
paul
Vincent Massol wrote:
> The XWiki development team is pleased to announce the final release of
> XWiki Enterprise 1.2.
>
> Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
>
> This is the final 1.2 release, which brings a lot of improvements and
> new features. The main improvements over version 1.1 are:
> * Improved performances
> * Better Interoperability with Confluence
> * Clean and improvements to the XMLRPC interface
> * Recycle bin feature for deleted documents
> * Minor edits
> * News rights management UI
> * Mail sender plugin to send emails from Velocity
> * Watchlist feature to be notified of pages in documents or spaces
> * Scheduler plugin and application to schedule Groovy scripts to be
> executed at given times
> * New macro to display panels inside pages
> * JODA Time plugin to perform dates computations in Velocity scripts
> * Lucene search stabilized and now works in multiwiki setups
> * New statistics API and UI
> * Add automatic database migrations for easier XWiki installs
>
> For more information see the Release notes at:
> http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise12
> <http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise12M2>
>
> Thanks
> -The XWiki dev team
>
Some more thanks should go to Catalin Hritcu, as he donated some of his
time, CPU cycles and bandwidth helping me with the RC releases while I
was connected using an expensive and veeeeery slow dial-up connection.
Also, big thanks goes to Google and their Summer of Code program, which
sponsored several of these features, like the XmlRpc improvements and
Confluence integration (Catalin), the Recycle bin feature, minor edits
and edit comments, automatic database migrations (Artem), various UI
improvements (Evelina), and others.
And thanks to all the community, which tested XWiki and reported bugs,
and sometimes provided patches, too, and bugged us with lots of
questions. Even if we don't like answering questions all day long, it
shows us that there are real users trying XWiki, and it motivates us to
continue working.
Sergiu
The XWiki development team is pleased to announce the final release of
XWiki Enterprise 1.2.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
This is the final 1.2 release, which brings a lot of improvements and
new features. The main improvements over version 1.1 are:
* Improved performances
* Better Interoperability with Confluence
* Clean and improvements to the XMLRPC interface
* Recycle bin feature for deleted documents
* Minor edits
* News rights management UI
* Mail sender plugin to send emails from Velocity
* Watchlist feature to be notified of pages in documents or spaces
* Scheduler plugin and application to schedule Groovy scripts to be
executed at given times
* New macro to display panels inside pages
* JODA Time plugin to perform dates computations in Velocity scripts
* Lucene search stabilized and now works in multiwiki setups
* New statistics API and UI
* Add automatic database migrations for easier XWiki installs
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise12
Thanks
-The XWiki dev team
Hi all
(I'm writing this here again as the target audience maybe didn't subscripe
the developer-list)
I'm just an Linux/Apace/MySQL/PostgreSQL guy (and no developer). I have no
experience with Tomcat or whatsoever. Maybe I could indeed deploy the
xwiki-installation but I'm not sure about that, so I'm asking for a
step-by-step Howto (something like you can see on http://www.howtoforge.com
).
Web(!)Server: Linux Debian 4 (console only)
DB: MySQL
Apache 2.2.x (mod_proxy must be used as mod_jk is obsolet as I saw it)
Please with a Domain example.
I would donate $50. Maybe there are other ppl who are interested in that and
would donate too??
Anybody willing to lower the xwiki installation-barrier (no offend
xwiki-guys :))?
Cheers
Good day, community.
One more questions:
- I can';t find way to import application in dojo skin - is this right or I
missing something ?
(or all skin-s except albatross now obsolete [?])
--
Ruslan Shevchenko
GradSoft. http://www.gradsoft.ua
Hi all,
Probably missing the link somewhere, but I can't seem to find any links
for the documentation on the xwiki.org site?
Brandon Esbach
Software Engineer
Wireless Systems Segment
Tyco Electronics
4 Eastgate Road
Eastgate
Little Island
Co. Cork
Ireland
Tel: +353-21-4808305
Email: esbachb(a)tycoelectronics.com
Hello,
I am using the "1.0-beta-5.2310" version of xwiki. I am trying to create a
new blog post or a space using the "Create" Panel.
However, when I try to do that, I am getting the following message:
The requested document could not be found.
You can edit this
page<http://localhost:8080/xwiki/bin/edit/Main.%24doc/getURL%28>to
create it.
What might be the problem?
Thank you for your time and help in advance!
Hande
I've been looking for a while but I can't seem to find this.
It looks like all documents not only have a name but also a title,
which is a more human-readable version (e.g. could contain colons).
But how can I access this from velocity ?
I will certainly post an FAQ answer as result as indeed, it *should*
be there.
thanks
paul
Hi, i would like to ask about the posibility of introducing xwiki code inside
a code box. For example, putting footnotes or bolding a code line, thats
exactly what i want to do. I have searched a lot but i dont find what i
want.
That obviously doesnt work:
{code:none}
<grid:definition *readOnly="true"* id="tablaTiposValor" width="750"
height="140" filter="false" rowsXPath="/ajax-response/response/item">
<grid:query url="./GridEditionAction.do">
{code}
Could someone help me please? :(
--
View this message in context: http://www.nabble.com/Xwiki-code-inside-a-code-box--tp14874244p14874244.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi everyone,
Good news, we've now fixed the search page on http://www.xwiki.org
(BTW the fix will be in the final XE 1.2 release).
It's now using Lucene to search on all subwikis of xwiki.org
Thanks
-Vincent
Hello Xwikiers,
I found swizzle-confluence an easy to use lib to pull data from
XWiki/Confluence. From previous discussions, I understand XWiki is also
using it internally. My biggest issue is that the released version is using
an ancient version of httpclient, but it's fixed in the svn. I've pinged the
swizzle guy a few times on the project email list during several months, but
it seems he's not interested or too busy to put up a release. I think XWiki
uses your own build for swizzle-confluence. I'd be happy if that version was
available in some common Maven(2) repo as I'm trying to avoid maintaining my
own version. Have you guys thought about what to do with it, maybe even
hosting it as its own sub project as part of XWiki?
Kalle
It was Jan Kodera who posted Nov 25, 2007; 06:34pm:
> Hi All,
> i want use database list class as property in my class. I tried
> hibernate query to fill in values of property. After this, the
> select box was empty.
> I think there is no problem in query (Select doc from XWikiDocument
> as doc) and I filled in value ( doc.name) and id (doc.id) and also
> i filled in which class should hibernate use. (XWikiDocument). I
> dont know, what I am doing wrong. Is there some tutorial for this?
(found, with a partial answer on Nabble:
http://www.nabble.com/Database-List-Class-td13937776.html)
I also wanted to have this... namely... to be able to list all the
values of the property prop of each object.
I tried, running XWiki 1.1.2.5797:
- for a property fromList, of type database-list-class
- I tried leaving all to default except adding class-name
XWiki.MyClass, id-field-name xId and value-field-name xValue
- then tried to create an object using the default sheet: this gave a
hibernate exception, namely, that a comma is too much before the from
(the whole query is provided in the log)
- I re-edited the class, removed class and fields and replaced by the
query with the query removed:
select idprop.value,valueprop.value from
com.xpn.xwiki.doc.XWikiDocument as doc,
com.xpn.xwiki.objects.BaseObject as obj,
com.xpn.xwiki.objects.StringProperty as idprop,
com.xpn.xwiki.objects.StringProperty as valueprop where
doc.fullName=obj.name and obj.className='XWiki.MyClass' and
obj.id=idprop.id.id and idprop.id.name='xId' and
obj.id=valueprop.id.id and valueprop.id.name='xValue'
and that worked!
Boy... that was convoluted but this seems to be a very very very
precious feature of XWiki which I would like to write a readme about.
Is there an issue reported about this ?
And, indeed, as Sergiu and Brandon indicate in the answer of the mail
above, it is highly non-trivial to understand that there's an
alternative between class,id,value and query. So I would also suggest
to write this in the page (as simple text).
paul
PS: I only saw answers of Brandon and Sergiu, was there other?
Hello,
for some reasons I am missing a few documents in my xwiki instance
and would like to upload them from source. But I can't seem to find a
way to upload the XML files, only XARs (and don't know how to pack a
xar yet).
I know I could view the XML, unescape the needed part, and paste into
the web but that's very awkward.
thanks in advance
paul
I've just installed xwiki 1.1.2.war on Tomcat connecting to a mysql. This
works fine, but there's almost no content - editing webHome fails and so
does access to "administration", so I need the default content.
On:
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Installation#HInstallin…
It says that I'm supposed to use the import / export
tool<http://platform.xwiki.org/xwiki/bin/view/AdminGuide/ImportExport>,
but the link to administration doesn't work in the installed wiki.
How do I proceed?
--
Morten Matras
Udviklingschef
GAMP Media og Blob Communication ApS
Svendsagervej 42
5240 Odense NØ
Tlf: 61711103
E: morten(a)gampmedia.dk
T: 76 654321
W: www.blobcom.com
E: morten(a)blobcom.com
Greetings fellow xwiki'ers,
I have just installed 1.2rc3 with the default database under linux/mysql/jboss, all is now working a treat! If anyone thinks it is worthwhile I can post a how-to but the instructions in the xwiki uide are pretty spot on now.
One issue though, the blog categories seem a little screwy, there are three News, Personal and Other but they don't display very well in the breadcrumbs, or the category editor in the Admin centre. Can anyone point at why this might be happening? I don't mind fixing it as it helps me understand how it works, but pointer as to what/why would be appreciated.
To reproduce start from a fresh 1.2rc3 enterprise .war and import the .xar go to Admin->Categories and you will see what I mean, hopefully. I have done two seperate server builds and the get the same behaviour, both jboss/mysql, I haven't tried the standalone jetty install though.
I am investigating xwiki as an exercise really, I do plan to deploy it as a public/private site once I have worked it out and re-skinned it.
Thoughts, comments, hellllpppp?
TIA,
Dean.
Hello
I'm using TWiki. TWiki has this really powerfull formatted search capability
(see http://twiki.org/cgi-bin/view/TWiki/FormattedSearch). Is there an
equivalent to this in XWiki?
An example of a search looks like this:
%SEARCH{ "META\:FORM.*\"TechnologyDomainForm\"" type="regex" nosearch="on"
nototal="on" order="topic" reverse="on"
header="| *Domain* | *Description* | *Status* | *Responsible* |"
format="| $topic | $pattern(.*?Summary[\n\r]*([^\n\r]+).*) |
$formfield(Domain-Status) | $formfield(Domain-Responsible) |" web="TA"}%
You see that I use a regular expression that checks whether a page as the
form with the name "TechnologyDomainForm" attached to it. For all those
pages, it returns a table with the specified header and some values: the
topic name, some content from the page, and some form field content.
Thanks for your support!
Regards
Bernd
1, looks like FAQ application does not work. I tried to add one question (to
not forget URL themself):
http://www.xwiki.org/xwiki/bin/view/FAQ/Howtodisablecommentsandattachments
but after adding FAQ is not accessible from main page.
2. link's from existing FAQ question: 'What is space' point to nowhere.
3. I can't find User Guide from documentation page. Only presentation and
videos. (So, I was able to found xwiki syntax reference only by google search).
--
Ruslan Shevchenko
GradSoft. http://www.gradsoft.ua
Some strange things with access rights: to read a blog entry, user
must have an admin rights. Otherwise XWiki displays a message "Topic
XWiki.ArticleClassSheet does not exist". I know I did something
wrong, but don't know what :). Maybe any ideas?
Ar cieņu, Mihails
>I don't understand the need for this in the platform since it looks to
me a bit too specific a need (unless I don't understand something).
>I'd rather we have something more generic that encompasses this use
case. I may be mistaken though.
I agree that this might be a tad too specific to implement as a core
feature. But the extension point for radeox plugins (e.g. ImageMacro)
could be improved.
I implemented my ImageMacro in the com.xpn.xwiki.render.macro package
and copied the class file into the WEB-INF/classes directory to make
sure the classloader picks *my* class. Alternatively, I could have
edited the META-INF/services/com.xpn.xwiki.render.macro.XWikiMacro file
inside the xwiki core jar file. Neither are elegant ways of extending
the ImageMacro (in my case to support custom privileges).
The most beautiful extension point would be a property in xwiki.cfg that
lists the (custom) radeox plugin classes so users can
disable/extend/override/add certain plugins. I believe this could be
easily implemented inside the com.xpn.xwiki.render.macro.MacroRepository
class.
This is driving me nuts. Any suggestions or guidance is appreciated.
I have the following config:
Linux
Java 1.5.0_13 and 1.6.0.03
Jetty 6.1.6 and 6.1.7
MySql 5.0.44
xwiki-enterprise-web-1.2-rc-3.war
xwiki-enterprise-wiki-1.2-rc-3.xar
Firefox 2.0.0.11
I can verify that Jetty runs properly by deploying a couple other
webapps to it. I can verify that the xwiki war is good. I can verify
that my MySQL works.
In fact I can follow the installation instructions for Tomcat+MySQL
(Tomcat v6) and everything works fine.
However, when I run the same installation procedure in Jetty I see the
app come up, but I can't keep my user cookies (superadmin activated) to
do anything useful. There is no logout in upper right and I have no
ability to edit the wiki via the upper left menu (I can only show). I
do not have permissions to do many actions and after uploading the web
wiki xar I have no Admin rights, no ability to see that I'm logged in,
etc...
I've tried this on two separate Linux machines with every combination
available with same results.
The logs show....:
241 [main] INFO org.mortbay.log - jetty-6.1.7
389 [main] WARN org.mortbay.log - Unknown realm: Test JAAS Realm
2407 [main] INFO /xwiki - Loading plexus context properties from:
'/WEB-INF/plexus.properties'
2410 [main] INFO /xwiki - Initializing Plexus.
2410 [main] INFO /xwiki - resource =
file:/home/slynn/tools/jetty-6.1.7/webapps/xwiki/WEB-INF/plexus.xml
2677 [main] INFO /xwiki - Plexus initialized.
3472 [main] INFO org.mortbay.log - Opened
/home/slynn/tools/jetty-6.1.7/logs/2008_01_10.request.log
3508 [main] INFO org.mortbay.log - Started
SelectChannelConnector@0.0.0.0:8080
10258 [btpool0-7] WARN org.apache.struts.util.RequestUtils - No
FormBeanConfig found under 'view'
10502 [btpool0-7] INFO com.xpn.xwiki.cache.impl.OSCacheService -
Initializing OSCacheService
...etc...
on jetty startup and then a ton of the struts FormBeanConfig WARNINGS
below for view and skin:
18421 [btpool0-7] INFO com.xpn.xwiki.store.DBCPConnectionProvider -
active: 0 (max: 50) idle: 1(max: 5)
18516 [btpool0-6] WARN org.apache.struts.util.RequestUtils - No
FormBeanConfig found under 'skin'
18520 [btpool0-6] WARN org.apache.struts.util.RequestUtils - No
FormBeanConfig found under 'skin'
18520 [btpool0-7] WARN org.apache.struts.util.RequestUtils - No
FormBeanConfig found under 'skin'
18525 [btpool0-6] WARN org.apache.struts.util.RequestUtils - No
FormBeanConfig found under 'skin'
18525 [btpool0-7] WARN org.apache.struts.util.RequestUtils - No
FormBeanConfig found under 'skin'
18526 [btpool0-7] INFO com.xpn.xwiki.web.SkinAction - Skin file
'/skins/albatross/table.css' does not exist
I see no other WARNING's in the logs except the struts form bean
configs. I also imagine that the skin file errors are caused by struts
misconfigurations as well.
Hope I've provided enough information - the log file is very long. I
believe Jetty 6 doesn't like the struts configuration, but am out of
ideas about how to go further.
Thanks,
Sean
If I give a "fr" parameter into the admin>prefs>language and
admin>prefs>default language, my wiki is almost fully translated...
How that translation works ? Is there any file for each translation ?
There's a few things who still need to be translated, and I'm interested
to do that, so if anyone can explain me how to do, thanks...
--
__________________________________________
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
__________________________________________
Hi!
Can you explain me, how XWiki binds to AD with an appropriate
password?
I mean, in xwiki.cfg we don't specify what field XWiki should look
for a password in Active Directory.
There is a line:
xwiki.authentication.ldap.bind_pass={1}
And in AD I have a field userPassword containing a user password.
So, where it's specified?
Ar cieņu, Mihails
Hopefully I haven't caused any work for anyone as I have found the
solution to the problem. The instructions on the xwiki admin page may
need an update/clarification.
The answer is to name the directory you expand the .war into with a .war
extension as per;
http://wiki.jboss.org/wiki/Wiki.jsp?page=ExplodedDeployment
I renamed the directory from;
$JBOSS_HOME/server/default/deploy/xwiki
To;
$JBOSS_HOME/server/default/deploy/xwiki.war
And hooray, http://myserver.mydomain:8080/xwiki is alive! Also I don't
have a massive server.log and 85% processor usage on the server anymore
either.
I will add this to the FAQ on the xwiki site, might help someone.....
-----Original Message-----
From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org] On Behalf
Of Dean Sellers
Sent: Friday, 11 January 2008 11:52 AM
To: users(a)xwiki.org
Subject: [xwiki-users] Help deploying xwiki under jboss/mysql/linux
Greetings fellow earthlings,
I am hoping some generous soul can help me here, I am a thin-client app
noob, but (IMHO) not a complete muppet. What I have is a brand new Linux
(Ubuntu 6.06 server distro) server, Jboss 4.4.2.GA, mysql 5.0.22, xwiki
1.1.2, java-1.5.0-sun-1.5.0.13.
My goal is an xwiki based site for the service and support department of
the company I work for. I have installed xwiki on my local PC using the
stanalone distro, all good. Now I want to get a server running so I can
start to show the interested parties how it might work and get some
feedback on the thing.
I have followed the instructions on the xwiki and jboss sites pretty
faithfully (multiple times) and can't seem to get xwiki to deploy under
jboss. I have set mysql user and priviledges, downloaded the connector,
modified hibernate.cfg.xml blah, blah. I can see the jboss default pages
(at http://myserver.mydomain:8080/) when I start the jboss server, but
no xwiki at http://myserver.mydomain:8080/xwiki I get http 404. I
haven't got to the stage of importing the default enterprise database
yet.
Can someone help by first suggesting where I should start looking. I
have had a look in the server.log and boot.log but they all seem like
gobbly-gook to me. I won't post here as the server log is huge, 5MB, but
I can filter it to something sensible if only I knew what to look for.
Hoping someone can point me in the right direction,
Thanks in advance,
Dean
Applications Engineer
Rinstrum Pty. Ltd
Products, support and applications at www.rinstrum.com
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
Hi everybody,
Sorry for the silly question, but i have an annoying problem on custom icon visualization.
The background of them appear correctly transparent in firefox, instead in explorer it appear as "lightgrey" (as shown in the image attached)
The png have been created with Paint.NET 3.0...
Does anyone had the same problem? How do you solve it?
Thank you!!
Mattia
___________________________________
L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail: http://it.docs.yahoo.com/nowyoucan.html
Greetings fellow earthlings,
I am hoping some generous soul can help me here, I am a thin-client app
noob, but (IMHO) not a complete muppet. What I have is a brand new Linux
(Ubuntu 6.06 server distro) server, Jboss 4.4.2.GA, mysql 5.0.22, xwiki
1.1.2, java-1.5.0-sun-1.5.0.13.
My goal is an xwiki based site for the service and support department of
the company I work for. I have installed xwiki on my local PC using the
stanalone distro, all good. Now I want to get a server running so I can
start to show the interested parties how it might work and get some
feedback on the thing.
I have followed the instructions on the xwiki and jboss sites pretty
faithfully (multiple times) and can't seem to get xwiki to deploy under
jboss. I have set mysql user and priviledges, downloaded the connector,
modified hibernate.cfg.xml blah, blah. I can see the jboss default pages
(at http://myserver.mydomain:8080/) when I start the jboss server, but
no xwiki at http://myserver.mydomain:8080/xwiki I get http 404. I
haven't got to the stage of importing the default enterprise database
yet.
Can someone help by first suggesting where I should start looking. I
have had a look in the server.log and boot.log but they all seem like
gobbly-gook to me. I won't post here as the server log is huge, 5MB, but
I can filter it to something sensible if only I knew what to look for.
Hoping someone can point me in the right direction,
Thanks in advance,
Dean
Applications Engineer
Rinstrum Pty. Ltd
Products, support and applications at www.rinstrum.com
Another "new user" question...
I used the xwiki-enterprise-installer-windows-1.2-rc-2.exe
I would like to use that xwiki with apache, into an existing VirtualHost.
I first just added these lines into the VirtualHost directives :
<virtualHost>
...
Redirect permanent /myXwiki/ http://server:8080/xwiki/bin/view/Main/WebHome
ProxyPass /myXwiki/ http://server:8080/xwiki/bin/view/Main/WebHome
ProxyPassReverse /myXwiki/ http://server:8080/xwiki/bin/view/Main/WebHome
...
</virtualHost>
That's a first step, but when I try http://.../myXwiki/, I can only see
text from xwiki, into a white page, no skin, no picture...
I think I need to authorize apache to execute scripts, but I didn't find
anything about that into the documentation or mailing list archive.
I realised I didn't know what is the default "servlet container" into
the xwiki-enterprise-installer-windows-1.2-rc-2.exe installation.
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
__________________________________________
Vincent,
Yes! From a users point of view improving the following areas would make a
huge difference in useability:
* A super slick WYSIWYG editor providing similar functionality as offline
web page editors/word processors to enable users to easily and quickly enter
(and cut and paste text/images from Word, other web pages, etc) and
structure and layout the content on a page would help win over non-techie
users who don't like the wiki editor.
WYSIWYG java based web editors:
http://www.technobulls.com/2006/06/23/top-5-free-javascript-wysiwyg-editors/
For instance perhaps use an html editor like this with features added for
XWiki linking, etc:
http://www.fckeditor.net/ and http://www.fckeditor.net/demo
This editor supports cut and paste from Word. It could be offered as an
alternative to the current wiki and WYSIWYG editors?
A WYSIWYG editor doesn't have to translate everything to wiki markup does
it? - couldn't be a mixture of both to take advantage of both and existing
html WYSIWYG editors - of course it wouldn't translate over to edit in the
wiki editor - but would you need/want to?
* A flexible means to quickly customise a wiki skin (fonts/colours/page
layouts/menus/indexes/stats/etc) to be customised for a particular wiki site
without resorting to hacking css files would be useful.
* A wizard to install XWiki on apache tomcat or other and hook it into a
database would also help eliminate common setup/installation
issues/problems.
On another note - have you seen the wiki daskboard on wikipedia by PARC
research?
http://wikidashboard.parc.com/
and an example
http://wikidashboard.parc.com/w/index.php?title=United_States_presidential_e
lection%2C_2008&diff=183392068&oldid=9947884
Regards,
Richard
-----Original Message-----
From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org]On Behalf
Of Vincent Massol
Sent: 10 January 2008 12:52
To: XWiki Users
Subject: Re: [xwiki-users] Wiki and WYSIWYG editing
On Jan 10, 2008, at 12:29 PM, goldring, richard wrote:
> Just a thought:
>
> Perhaps XWiki should either allow users to edit a page with the wiki
> editor
> or the WYSIWYG editor BUT NOT BOTH and not provide translation
> between them.
> My reasoning is:
> * that swapping between the editors can mess up the formatting - which
> annoys users no end.
> * the WYSIWYG wiki output can sometimes be hard to read and even
> unreadable!
> * the WYSIWYG could then provide additonal formatting not currently
> supported by the wiki markup more easily (in HTML directly)
> * first time users get confused with the two editors and swapping
> between
> them and they'd prefer the WYSIWYG editor as long as it didn't mess
> up their
> formatting
>
> Of course it would also be useful to provide some means via the
> WYSIWYG
> editor to add velocity, groovy code, HTML, etc to the page to retain
> the
> freedom and flexibility of the wiki editor.
>
> What do people think?
Right now you can do what you suggest as a customization of your
instance (for example forcing the use of the WYSIWYG editor or forcing
the use of the wiki editor only).
But the main problem is that there are a few annoying bugs in the
WYSIWYG editor which can be fixed. Actually there aren't that many to
make the WYSIWYG editor really slick (probably 3-4 main ones I'd say).
Only issue is that it's a bit tricky to fix and the TinyMCE
architecture isn't really scalable for the longer term future so
that's why we've decided to implement a new WYSIWYG editor in Java
using GWT.
Now back to the current WYSIWYG editor, the XWiki project is welcoming
all patches to fix it so it's only a matter of someone with Javascript
skills providing some patches.
We're also thinking about setting up some bounties and offering some
money for people to work on specific parts of XWiki. This could be
such a domain. Another one would be about creating new skins. Do you
think this would help?
Thanks
-Vincent
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
Thales UK Ltd (Wells) DISCLAIMER: The information contained in this e-mail
is confidential. It may also be legally privileged. It is intended only for
the stated addressee(s) and access to it by any other person is
unauthorised. If you are not an addressee, you must not disclose, copy,
circulate or in any other way use or rely on the information contained in
this e-mail. Such unauthorised use may be unlawful. We may monitor all
e-mail communications through our networks. If you have received this e-mail
in error, please inform us immediately on +44 (0) 1749 672081 and delete it
and all copies from your system. We accept no responsibility for changes to
any e-mail which occur after it has been sent. Attachments to this e-mail
may contain software viruses which could damage your system. We therefore
recommend you virus-check all attachments before opening. A business of
Thales UK Ltd. Registered Office: 2 Dashwood Lang Road, The Bourne Business
Park, Addlestone, Weybridge, Surrey KT15 2NX Registered in England No.
868273
Just a thought:
Perhaps XWiki should either allow users to edit a page with the wiki editor
or the WYSIWYG editor BUT NOT BOTH and not provide translation between them.
My reasoning is:
* that swapping between the editors can mess up the formatting - which
annoys users no end.
* the WYSIWYG wiki output can sometimes be hard to read and even unreadable!
* the WYSIWYG could then provide additonal formatting not currently
supported by the wiki markup more easily (in HTML directly)
* first time users get confused with the two editors and swapping between
them and they'd prefer the WYSIWYG editor as long as it didn't mess up their
formatting
Of course it would also be useful to provide some means via the WYSIWYG
editor to add velocity, groovy code, HTML, etc to the page to retain the
freedom and flexibility of the wiki editor.
What do people think?
Regards,
Richard
Thales UK Ltd (Wells) DISCLAIMER: The information contained in this e-mail
is confidential. It may also be legally privileged. It is intended only for
the stated addressee(s) and access to it by any other person is
unauthorised. If you are not an addressee, you must not disclose, copy,
circulate or in any other way use or rely on the information contained in
this e-mail. Such unauthorised use may be unlawful. We may monitor all
e-mail communications through our networks. If you have received this e-mail
in error, please inform us immediately on +44 (0) 1749 672081 and delete it
and all copies from your system. We accept no responsibility for changes to
any e-mail which occur after it has been sent. Attachments to this e-mail
may contain software viruses which could damage your system. We therefore
recommend you virus-check all attachments before opening. A business of
Thales UK Ltd. Registered Office: 2 Dashwood Lang Road, The Bourne Business
Park, Addlestone, Weybridge, Surrey KT15 2NX Registered in England No.
868273
Hi Sergiu,
could you please suggest me an open source program that allows me to do it? (i don't find the option in mine :(
Thank you very much
----- Messaggio originale -----
Da: Sergiu Dumitriu <sergiu(a)xwiki.com>
A: XWiki Users <users(a)xwiki.org>
Inviato: Giovedì 10 gennaio 2008, 12:12:14
Oggetto: Re: [xwiki-users] Graphical problem
mattia_temp-newsgroup(a)yahoo.it wrote:
> Hi everybody,
>
> Sorry for the silly question, but i have an annoying problem on
custom
> icon visualization.
>
> The background of them appear correctly transparent in firefox,
instead
> in explorer it appear as "lightgrey" (as shown in the image attached)
>
> The png have been created with Paint.NET 3.0...
>
> Does anyone had the same problem? How do you solve it?
>
> Thank you!!
>
> Mattia
IE 6 and earlier don't know about alpha-transparent PNGs. That's the
most annoying thing web designers hate about Microsoft and its browser.
In IE7 it should work.
If you don't need full transparency (meaning semi-transparent pixels)
but jost 100% or 0% transparency, then that you can do. I never used
that program, but i guess it should have an option for this.
Sergiu
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
___________________________________
L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail: http://it.docs.yahoo.com/nowyoucan.html
Hi Brandon,
Thank you for your answer, i've tryed to embed the jscript in the skin, but with no success...
could you please help me?
Thank you
----- Messaggio originale -----
Da: "Esbach, Brandon" <Esbachb(a)tycoelectronics.com>
A: XWiki Users <users(a)xwiki.org>
Inviato: Giovedì 10 gennaio 2008, 12:06:15
Oggetto: Re: [xwiki-users] Graphical problem
DIV {
MARGIN:0px;}
IE doesn't support transparency very well in
PNG's (all IE versions prior to IE7) - you can get around it though
using some script.
Gif transparency works to some decent extent in most
versions of IE.
Check here for more info, and a possible workaround for the
PNG problem:
http://homepage.ntlworld.com/bobosola/pngtest.htm
From: users-bounces(a)xwiki.org
[mailto:users-bounces@xwiki.org] On Behalf Of
mattia_temp-newsgroup(a)yahoo.it
Sent: 10 January 2008
11:01
To: XWiki Users
Subject: [xwiki-users] Graphical
problem
Hi everybody,
Sorry for the silly question, but i have an annoying
problem on custom icon visualization.
The background of them appear
correctly transparent in firefox, instead in explorer it appear as "lightgrey"
(as shown in the image attached)
The png have been created with Paint.NET
3.0...
Does anyone had the same problem? How do you solve
it?
Thank you!!
Mattia
L'email della prossima generazione? Puoi averla con la
nuova
Yahoo! Mail
___________________________________
L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail: http://it.docs.yahoo.com/nowyoucan.html
For a current project, I would like to limit users in the way they use
images. I want to
1) allow all users to edit pages
2) disable file upload for all users except my 'ImageEditors' group
(i.e. no attachments)
3) make sure users only use images uploaded by an 'ImageEditors'
Unfortunately I found it very difficult to implement aforementioned
requirements in XWiki. XWiki does not implement a designated
'attachment' access level, turning off images is not trivial and file
upload can not be configured.
After creating a user group 'ImageEditors', I created two different
spaces, 'Main' and 'Images' and set the space rights for 'Images' to
'view' for all users and to 'edit' for 'ImageEditors'. While all users
can still edit 'Main'-space-pages, only 'ImageEditors' can edit
'Images'-space-pages (and thus upload attachments to these pages).
To restrict image use, I replaced the
com.xpn.xwiki.render.macro.ImageMacro with my own code (external jar)
that only renders image tags using attachments from the 'Images' space.
For every macro call, it checks if a page with the same name exists in
the 'Images' space and renders this (parallel) page's attachment (if
found). Since 'Main'-space-page attachments are ignored, only
attachments uploaded by 'ImageEditors' are published.
Finally, I customized the skin in a way that, in edit mode, images can
be conveniently picked from the respective (parallel)
'Images'-space-page and also removed all file upload skin code for
non-'ImageEditors'.
This works and meets my requirements with the minor flaw that all users
can still upload arbitrary files to 'Main'-space-pages when posting to
the upload URL directly.
----------
Is there an easier/better/simpler way of accomplishing the above?
I'd appreciate any comments.
Thank you,
Josef
Hi,
Anyone know the when and why about this.....
"Our registration page is currently getting a spam attack. We have needed to disable registration until we find a solution to block the spam attack. We are sorry for the inconvenience but we had to take these measures to keep our platform running."
We can't add users to sites on the XWiki farm?
Is the problem being worked on?
Wei-hsing
I am willing to pay a reasonable amount for someone with experience
doing it to install XWiki for me. I have a shared server account with
MySQL and Tomcat support (I have my own Tomcat instance). I need XWiki
installed so that the front page of the site is the main XWiki page.
I could do this myself of course, but am short of time for learning
how. I would like to have the site working within a week or two at
most.
Please respond directly to me with quotes and requirements. My email
address is jackb [at sign here] sff [dot here] net.
--
>>>>Jack William Bell<<<<
# Tasty links: http://del.icio.us/JackWilliamBell
# Blather: http://www.livejournal.com/users/jackwilliambell/
# Quote: "If Tyranny and Oppression come to this land, it will be in
the guise of fighting a foreign enemy." -- James Madison
# Processor halt: Divide by zero error (A42)
#
The XWiki development team is pleased to announce the release of XWiki
Enterprise 1.2 RC 3.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
This is the third and hopefully last release candidate for the 1.2
version. It fixes several bugs, especially regading Oracle support.
The final release is still planned for mid-January.
Changes from 1.2RC2:
* XWIKI-1993: Database schema update issue when migrating from XE
1.1.2 to 1.2 RC2 on Oracle 10g
* XWIKI-1995: Error inserting NULL values in NOT-NULL fields
under Oracle for Version Comments/Authors
* XWIKI-1975: Exception displayed in the log when upgrading from
a previous 1.2 release to 1.2 RC2
* XWIKI-1979: FileUploadPlugin should not call cleanFileList in
endRendering
* XWIKI-1981: UI issue when using the new rights managements UI
with IE7
* XWIKI-1946: Attachment renaming in the WYSIWYG Editor doesn't
keep the file extension
* XE-175: Show the "delete" button next to members in the group
only when the group is edited
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise12RC3
Thanks
-The XWiki dev team
Hi, I'm a new xwiki user, I just installed it and configured it to use
an active directory authentication.
However, none of my existing users have administration rights, and I
didn't find the way to give them these rights.
Is there any special right to place in the active directory for my admin
users ?
I just can't access the administration panel of xwiki because of that
active directory...
thanks to your help.
Gaëtan
--
__________________________________________
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
__________________________________________
Just wondering if anyone has tried converting from JSPWiki to xwiki?
Checking before I look at writing my own utility to do so.
--
Jason Che-han Yip
http://jchyip.blogspot.comhttp://cruisecontrol.sourceforge.net
"Watch your thoughts; they become words. Watch your words; they become
actions. Watch your actions; they become habits. Watch your habits; they
become character. Watch your character; it becomes your destiny." (Frank
Outlaw)
Hi everybody,
I'd like to link an attachment in a space from another page in the same space, and from a page in another space.
Is that possible? (with the link "menu" i've only the opportunity to link a file attached in the same page)
Thank you very much for your help!!!
Regards
Mattia
___________________________________
L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail: http://it.docs.yahoo.com/nowyoucan.html
Does anyone know of plans to improve the cutting and pasting abilities of
XWiki?
It would be great to be able to cut and paste easily between XWiki and Word
and web pages without messing up the formatting.
Richard
Thales UK Ltd (Wells) DISCLAIMER: The information contained in this e-mail
is confidential. It may also be legally privileged. It is intended only for
the stated addressee(s) and access to it by any other person is
unauthorised. If you are not an addressee, you must not disclose, copy,
circulate or in any other way use or rely on the information contained in
this e-mail. Such unauthorised use may be unlawful. We may monitor all
e-mail communications through our networks. If you have received this e-mail
in error, please inform us immediately on +44 (0) 1749 672081 and delete it
and all copies from your system. We accept no responsibility for changes to
any e-mail which occur after it has been sent. Attachments to this e-mail
may contain software viruses which could damage your system. We therefore
recommend you virus-check all attachments before opening. A business of
Thales UK Ltd. Registered Office: 2 Dashwood Lang Road, The Bourne Business
Park, Addlestone, Weybridge, Surrey KT15 2NX Registered in England No.
868273
Hi all,
I have a problem with the WYSIWYG-editor of 1.1.2 and the code-macro:
If I use WYSIWYG-editor and add code-macro with e.g. a *-character in
it, the WYSIWYG-editor displays it correctly. But if I save the page,
the *-caracter is transformed and the result does not look very nice :-(
A similar behavior is the following:
If I enter in the WIKI-mode:
{code:type=java}
**
{code}
And switch to WYSIWYG and back, the code looks like:
{code:type=java}
**
{code}
Displaying this page leads to the same result as discriped above.
Can somebody help me?
Thanks in advance,
Thomas Pasch
Of course users can still upload files and post comments to the
respective urls directly, even with 'showattachments' or 'showcomments'
set to 'no'. These settings just tell the skin not to render the HTML,
they don't affect any privileges.
If you want to prohibit commenting, set the according rights (Level
'comment') for the page/space. Unfortunately there is no rights level
for attachments. Attachments are (hard-coded into XWiki's Core) bound to
the 'edit' rights level.
Bug filed: http://jira.xwiki.org/jira/browse/XE-173
After pressing "Save & Continue" button exception is thrown
Error number 3201 in 3: Exception while saving document
XWiki.XWikiPreferences
Wrapped Exception: could not insert:
[com.xpn.xwiki.doc.rcs.XWikiRCSNodeInfo]
com.xpn.xwiki.XWikiException: Error number 3201 in 3: Exception while saving
document XWiki.XWikiPreferences
Wrapped Exception: could not insert:
[com.xpn.xwiki.doc.rcs.XWikiRCSNodeInfo]
at
com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiDoc(XWikiHibernateStore.java:333)
at com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:97)
at com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:91)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1018)
at com.xpn.xwiki.web.SaveAction.save(SaveAction.java:120)
at
com.xpn.xwiki.web.SaveAndContinueAction.action(SaveAndContinueAction.java:64)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:147)
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.doPost(ActionServlet.java:432)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
at
com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:117)
at
com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:622)
at
com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:369)
at
com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:865)
at
com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:447)
at
com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:215)
at
com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
at
com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
at
oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
at
oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
at
oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
at
oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
at
com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
at java.lang.Thread.run(Thread.java:595)
Wrapped Exception:
java.sql.SQLException: ORA-01400: cannot insert NULL into
("XWIKI"."XWIKIRCS"."XWR_COMMENT")
at
oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:138)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:316)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:282)
at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:639)
at
oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:185)
at
oracle.jdbc.driver.T4CPreparedStatement.execute_for_rows(T4CPreparedStatement.java:633)
at
oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1161)
at
oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3001)
at
oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3074)
at
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:101)
at
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:101)
at
org.hibernate.jdbc.NonBatchingBatcher.addToBatch(NonBatchingBatcher.java:23)
at
org.hibernate.persister.entity.AbstractEntityPersister.insert(AbstractEntityPersister.java:2062)
at
org.hibernate.persister.entity.AbstractEntityPersister.insert(AbstractEntityPersister.java:2427)
at
org.hibernate.action.EntityInsertAction.execute(EntityInsertAction.java:51)
at org.hibernate.engine.ActionQueue.execute(ActionQueue.java:248)
at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:232)
at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:139)
at
org.hibernate.event.def.AbstractFlushingEventListener.performExecutions(AbstractFlushingEventListener.java:297)
at
org.hibernate.event.def.DefaultFlushEventListener.onFlush(DefaultFlushEventListener.java:27)
at org.hibernate.impl.SessionImpl.flush(SessionImpl.java:985)
at org.hibernate.impl.SessionImpl.managedFlush(SessionImpl.java:333)
at
org.hibernate.transaction.JDBCTransaction.commit(JDBCTransaction.java:106)
at
com.xpn.xwiki.store.XWikiHibernateBaseStore.endTransaction(XWikiHibernateBaseStore.java:701)
at
com.xpn.xwiki.store.XWikiHibernateBaseStore.endTransaction(XWikiHibernateBaseStore.java:675)
at
com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiDoc(XWikiHibernateStore.java:323)
at com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:97)
at com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:91)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1018)
at com.xpn.xwiki.web.SaveAction.save(SaveAction.java:120)
at
com.xpn.xwiki.web.SaveAndContinueAction.action(SaveAndContinueAction.java:64)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:147)
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.doPost(ActionServlet.java:432)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
at
com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:117)
at
com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:622)
at
com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:369)
at
com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:865)
at
com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:447)
at
com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:215)
at
com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
at
com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
at
oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
at
oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
at
oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
at
oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
at
com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
at java.lang.Thread.run(Thread.java:595)
--
View this message in context: http://www.nabble.com/Exception-while-Save---Continue-in-Administration-%3E…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi all
I'm pretty new to this great looking wiki and I'm not a developer. For this
I'm sorry when I'm asking for something, that already exists and I'm just
too blind to see it...
* I would like to give every member an own "member-page", where only there
and only he can edit the page. I guess with the current ACL this is not that
easy doable, right? Maybe it would help to split "edit" into "create" and
"update" and a definition for "own" content, "section" content and "all"
content?
Something like I know from Joomla (JACL Plus):
http://www.gigasize.com/get.php?d=nt52dj9vpvb (you have to type a CAPTCHA on
the right and you have to wait 30 sec. before you can download the file,
sorry)
* Tabbed pages would be awesome. Maybe an easy "add/edit/delete" tab-bar on
the top (including ACL)
* A "secret" URL (ie. for the member-page) like Google-Calendar
* A simple wiki wishlist on XWIKI.org. Maybe we could gather some fresh
ideas and maybe some volunters would pickup some tasks...?
Too bad I can't program myself :(
Cheers,
Simon
Hi everybody!!
Sorry for the "rude" title, but i'm evaluating
which wiki propose in a large enterprise and, rightnow, i'm facing with
this dilemma...
I'd
like someone to share his experience/knowledge and,please, help me to
point out the main differences between those two products.
My
main concerns are related with usability (especially regarding the
WYSIWYG editor) security, access control, statistics and auditing
features...
I'd really appreciate any help.
Thank you
___________________________________
L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail: http://it.docs.yahoo.com/nowyoucan.html
Of course users can still upload files and post comments to the
respective urls directly, even with 'showattachments' or 'showcomments'
set to 'no'. These settings just tell the skin not to render the HTML,
they don't affect any privileges.
If you want to prohibit commenting, set the according rights (Level
'comment') for the page/space. Unfortunately there is no rights level
for attachments. Attachments are (hard-coded into XWiki's Core) bound to
the 'edit' rights level.
Sorry,
I'm not such dummie to just complain without proper problem info, but you probably missed the link to JIRA, where I filled bug report. Now, here comes cut&paste:
SW: OracleAS 10.1.3.2 + OracleDB 10.2.0.?
Steps:
1. deploy 1.1.2 war (works)
2. import enterprise 1.1.2 xar (works)
3. deploy 1.2 RC2 war
4. exception while accessing first page
java.sql.SQLException: ORA-00942: table or view does not exist
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:138)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:316)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:282)
at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:639)
at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:185)
at oracle.jdbc.driver.T4CPreparedStatement.execute_for_describe(T4CPreparedStatement.java:503)
at oracle.jdbc.driver.OracleStatement.execute_maybe_describe(OracleStatement.java:1029)
at oracle.jdbc.driver.T4CPreparedStatement.execute_maybe_describe(T4CPreparedStatement.java:535)
at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1126)
at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3001)
at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:3043)
at org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:92)
at org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:92)
at org.hibernate.jdbc.AbstractBatcher.getResultSet(AbstractBatcher.java:139)
at org.hibernate.loader.Loader.getResultSet(Loader.java:1669)
at org.hibernate.loader.Loader.doQuery(Loader.java:662)
at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:224)
at org.hibernate.loader.Loader.doList(Loader.java:2145)
at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2029)
at org.hibernate.loader.Loader.list(Loader.java:2024)
at org.hibernate.loader.criteria.CriteriaLoader.list(CriteriaLoader.java:94)
at org.hibernate.impl.SessionImpl.list(SessionImpl.java:1552)
at org.hibernate.impl.CriteriaImpl.list(CriteriaImpl.java:283)
at org.hibernate.impl.CriteriaImpl.uniqueResult(CriteriaImpl.java:305)
at com.xpn.xwiki.store.migration.hibernate.XWikiHibernateMigrationManager$1.doInHibernate(XWikiHibernateMigrationManager.java:64)
at com.xpn.xwiki.store.XWikiHibernateBaseStore.execute(XWikiHibernateBaseStore.java:918)
at com.xpn.xwiki.store.XWikiHibernateBaseStore.executeRead(XWikiHibernateBaseStore.java:947)
at com.xpn.xwiki.store.migration.hibernate.XWikiHibernateMigrationManager.getDBVersion(XWikiHibernateMigrationManager.java:60)
at com.xpn.xwiki.store.migration.AbstractXWikiMigrationManager.startMigrationsForDatabase(AbstractXWikiMigrationManager.java:140)
at com.xpn.xwiki.store.migration.AbstractXWikiMigrationManager.startMigrations(AbstractXWikiMigrationManager.java:102)
at com.xpn.xwiki.XWiki.initXWiki(XWiki.java:721)
at com.xpn.xwiki.XWiki.<init>(XWiki.java:672)
Steps 2:
1. deploy 1.1.2 war (works)
2. import enterprise 1.1.2 xar (works)
3. import enterprise 1.2 RC2 xar (works)
4. deploy 1.2 RC2 war
5. same exception while accessing first page
-----Original Message-----
From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org]On Behalf Of Vincent Massol
Sent: Monday, January 07, 2008 6:00 PM
To: XWiki Users
Subject: Re: [xwiki-users] failed upgrade 1.1.2 -> 1.2-rc2
Hi Martin,
Could you please provide more information? The migration is supposed to be fully transparent and automatic so we'd love to know what's wrong in your case and fix it.
Thanks
-Vincent
On Jan 7, 2008, at 4:27 PM, Vaněk Martin wrote:
Hello,
I've tried to upgrade brand new 1.1.2 but http://jira.xwiki.org/jira/browse/XE-172
Is there any way how ti install 1.2 ?
Thanks,
Martin Vanek
I am having trouble with whitespace handling in tags (1.1.2 & 1.2RC2 on
Windows 2003 and Windows XP locally - and even on xwiki.org itself).
tag1|tag2|word3 word4
becomes
tag1|tag2|word3|word4
and
tag1|tag2|tag 3|tag 4
becomes
tag1|tag2|tag|3|tag|4
I would consider this a bug - am I wrong?
[I used the object properties in the object editor and the tag dialog
box in page wiki edit mode with the same result]
Hi,
I just searched for some LaTex stuff, and I found this
http://goessner.net/articles/wiky/ .
*Wiky* is a clientside Wiki <http://en.wikipedia.org/wiki/Wiki> markup to
HTML converter written in javascript<http://en.wikipedia.org/wiki/JavaScript>.
As it is bidirectional, it can convert Wiki markup to HTML and later convert
that generated HTML text back to Wiki markup. Optionally *Wiky* will create
math formulas from a simple notation similar to LaTeX.
It may be great to make inline math editor.
Or another option how to get latex math syntax is JSPWiki Math Plugin. It is
written in pure java.
Honza
(possbily more for the devs)
I've been asked to add more detail to the calendar tool (a simple
tooltip with the description for the event)... but I can't seem to find
where the table is built up from. Is it not modifiable (without
rewriting core wiki modules I mean)?
And if not, is there a way to add parameters to the <td /> object it
creates for each event, for eg to add the title property.
Brandon Esbach
Software Engineer
Wireless Systems Segment
Tyco Electronics
4 Eastgate Road
Eastgate
Little Island
Co. Cork
Ireland
Tel: +353-21-4808305
Email: esbachb(a)tycoelectronics.com
Hi,
After installing the Xwiki in a SUN App-Server (Glassfish) using a MySQL
database it tooks between 25 and 45 seconds to load a single page.
I installed from the war using a complete empty database.
Why it takes so long to open pages. Server is in the LAN and a high
permormance server. It is actually not really busy...
Other webapplications are working fine - as far as I can see. Are there
any parameters, that can influence this?
Thanks for ideas.
Jan
--
------------------------------------------------------------------------
Jan Kurella
*SATIS INFORMATION GmbH*
Consultant
* Köpenicker Straße 73
10179 Berlin *
Tel: +49(30)430 77 66-2 Mobil: +49(174)770 3667
Fax: +49(30)430 77 66-3 E-Mail: jan.kurella(a)satis-information.de
<mailto:j.kurella@satis-information.com>
------------------------------------------------------------------------
*Firma:* SATIS INFORMATION GmbH
*Sitz der Gesellschaft: *Petershagen/Eggersdorf
*Geschäftsführer und Gesellschafter:* Heiko Scherpinski
*Handelsregister : *Amtsgericht Frankfurt (Oder)- HRB 9989
------------------------------------------------------------------------
Diese E-Mail und alle Anhänge können vertrauliche und/oder rechtlich
geschützte Informationen enthalten. Wenn Sie nicht der richtige Adressat
sind oder diese E-Mail irrtümlich an Sie gesendet wurde, informieren Sie
bitte sofort den Absender und vernichten Sie diese E-Mail. Das
unerlaubte Kopieren, Speichern und Nutzen der Inhalte sowie die
unbefugte Weitergaben dieser E-Mail ist nicht gestattet.
This e-mail and any attachment is for authorized use by the intended
recipient(s) only. It may contain proprietary material, confidential
information and/or be subject to legal privilege. It should not be
copied, disclosed to, retained or used by, any other party. If you are
not an intended recipient then please promptly delete this e-mail and
any attachment and all copies and inform the sender. Thank you.
Dear XWiki-users,
I would like to know how does XWiki support the multiple languages. Is
it possible to have the internal sites (e.g. administration interface)
in multiple languages and to switch between the different languages?
In my installation I changed the Preferences - Parameters and Space
Prefs - Parameters in order to support DE and EN (Languages = de, en and
Default Language = de). I have the possibility to create/edit pages in
those two languages. Reading/viewing a page, the languages of the page
are displayed in the top right corner and the user can switch between
them. The administration interface, however, is displayed in DE (Default
Language) and in the top right corner just "En" is displayed. Switching
to EN it is not possible to switch back to DE -- I have to delete the
language cookie in order to get the sites in DE again.
Can anybody give me more information on that?
Thanks a lot!
Best regards,
Bozana Bokan
Hi all,
I'm attempting to migrate a fairly large xwiki instance (5000+ docs,
db image >1GB) from 0.9.840 to 1.x. The database schema update fails
when I try to access a page for the first time. I get the same problem
with both XWiki 1.1.2 and 1.2-rc1.
Full stacktraces from the log file are available here:
http://pastebin.com/fbc7639b .
Below is a cut down version:
13:23:53,377 [] [http-8080-Processor25] WARN action.RequestProcessor
- Unhandled Exception thrown: class
com.xpn.xwiki.XWikiException
13:23:53,378 [] [http-8080-Processor25] ERROR [/xwiki].[action]
- Servlet.service() for servlet action threw exception
com.xpn.xwiki.XWikiException: Error number 3 in 0: Could not
initialize main XWiki context
Wrapped Exception: Error number 3201 in 3: Exception while saving
document XWiki.XWikiPreferences
Wrapped Exception: Could not execute JDBC batch update
at com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:250)
at com.xpn.xwiki.XWiki.getXWiki(XWiki.java:426)
[...]
Wrapped Exception:
com.xpn.xwiki.XWikiException: Error number 3201 in 3: Exception while
saving document XWiki.XWikiPreferences
Wrapped Exception: Could not execute JDBC batch update
at com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiDoc(XWikiHibernateStore.java:333)
at com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:97)
[...]
Wrapped Exception:
java.sql.BatchUpdateException: No value specified for parameter 4
at com.mysql.jdbc.PreparedStatement.executeBatchSerially(PreparedStatement.java:1669)
at com.mysql.jdbc.PreparedStatement.executeBatch(PreparedStatement.java:1085)
[...]
Note that this is different to
http://jira.xwiki.org/jira/browse/XWIKI-1702 (I get the error despite
running "alter table xwikidoc modify column XWD_ARCHIVE mediumtext
null;" on the db image).
Setup details:
- Linux version 2.6.18-5-686 (Debian 2.6.18.dfsg.1-13)
- mysql Ver 14.12 Distrib 5.0.32, mysql-connector-java-5.1.5-bin.jar
- IBM java 1.5.0 pxi32devifx-20071025 (SR6b)
- Tomcat 5.5.25
- XWiki 1.1.2 and 1.2-rc1
Thanks for any help!
Cheers,
Robin
Hi,
I'm having a look at virtual wikis and I'm a bit confused with all the
installation possibilities. In my understanding, XEM is an easy way to
manage several XWiki instances on one server. Starting from a fresh install
you would download the XEM.war file into your tomcat, import the
XEM.xarfile, and it should work. But what do you do when you already
have an
instance of xwiki running and you want to add the management capabilities ?
Is it when the Wiki Manager plugin comes along ? Am I right in saying :
* fresh install : XEM.war and XEM.xar
* xwiki already installed (xwiki.war) : use the Wiki Manager plugin and
forget about XEM (war and xar)
Thnaks,
Antonio
The XWiki development team is pleased to announce the release of XWiki
Enterprise 1.2 RC 2.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
This is the second release candidate for the 1.2 version. It fixes a
lot more than was initially planned for this RC, mainly bugs/
improvements for stabilizing the database migration process and
consolidating the new Rights Management UI, but contains bugfixes for
other features, too. The main purpose of the Release Candidates is to
let the users test it, so that we don't ship a buggy "stable" version,
so please download it, use it and report any problems you encounter on
the bugtracker. The final 1.2 release is currently planned for mid-
January.
Main changes from 1.2RC1:
* Lots of bugs fixed in the new Rights Management UI
* The archive migration process is a bit faster and continues
from the last processed document if restarted
* Deleting versions from the history used to break the history
for upgraded archives, causing problems when viewing the history,
exporting a document, deleting/renaming a document
* Multiwiki issues with the search pages
* Exceptions while exporting a document are now reported and
ignored, instead of breaking the whole export process
* Linking to a heading shows the heading below the action menu,
not behind it
* Editing newly created users failed
* Fixed "data truncation" errors which occurred under certain
mysql versions/configurations
* Switching tabs in Administration now releases the edit locks
* XWiki returned invalid URLs when the server port is not defined
(i.e. when it's 80)
* XWiki.searchDocuments(String, boolean, int, int) did not use
"distinctbylanguage" parameter
* Fixed a few WISYWIG editor bugs concerning attachments and some
missing resource bundles
+ other fixes
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise12RC2
Thanks
-The XWiki dev team
Hi,
I would like to know if there is a date for XEM 1.0 release. On JIRA (
http://jira.xwiki.org/jira/browse/XEM) it shows the 1.0-RC2 for 10/01/2007.
Any idea about the final release ?
Another question. Is XEM 1.0 based on XE 1.2 ? Because XE 1.2 is planned for
05/01/2007 so I was wondering if XEM would be released at the same time of
XE.
Thanks,
Antonio
Hello List,
is there a way to prevent some document (or document-classes or...)
from being edited with the visual editor ? Clearly some source-freaks
will not like it if others carelessly replace their careful source
layout!
thanks in advance
paul
Hi all,
I've been harvesting information about XWiki, its origins, development
and goals. It is clear that is by no means easy to draw a simple picture
of the whole XWiki ecosystem but as far as I see, there there is a key
concept extremely powerful when trying to explain what XWiki can do:
XWiki is a second generation wiki.
Please, is this "second generation wiki" concept original from the XWiki
Development Team, or XWiki Company, or has it any other known origin and
development?
Thanks!
--
Ricardo Rodríguez
Your XEN ICT Team
Dear all,
I have a problem with the macro startfloatingbox.
I have entered following code into my wiki using the Wiki-Editor:
#startfloatingbox()Table of Contents
{toc:initlevel=2|maxlevel=5|numbered=0}
#endfloatingbox()
1.1 Headline2
1.1.1 Headline3
1.1.1.1 Headline4
The result is a floating box on the right side of the page and with a fix size. (see screen shot attached)
My questions are:
1. how can I set up the alignment manually (left, right, middle)?
2. how can I set up the size manually (from left to right using the complete page width)?
Many thanks in advance
Regards
Michael Klamm
--
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer