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.