Dear All,
How can i prevent any wiki user from accessing and modifying my wiki unless he was registred already
Regards,
Adel
-------- Original Message --------
Subject: [xwiki-users] xwiki : loading pages problem (31-Jan-2007 10:11)
From: Julien Oix <Julien.Oix(a)paris7.jussieu.fr>
To: adel.aneiba(a)ajbs-ltd.com
> hi everyone,
>
> I managed to deploy successfully a xwiki with Apache/Tomcat/mod_jk
> container thanks to this help
> (http://mail-archive.objectweb.org/xwiki-users/2007-01/msg00179.html :)
>
> after configuration for needs, I notice that browsing the wiki with
> firefox and the "html validator" extension :
>
> ** loading a page entirely needs much time (the content is loaded
> immediatly but the loading icon runs a few seconds before stopping).
>
> ** the html validator extension tells me that "html cache is empty", it
> can't analyse errors and warnings.
>
> ** this doesn't happen on the login page, only on pages with content,
> accessible after logon.
>
>
> Could it be a Apache user's permission problem ?
>
> Anything else ?
>
> Thanks.
>
> --
> Julien Oix
> UFR d'Informatique - Université Paris Diderot
>
> Bureau 5C01 (5ème étage)
> 175 rue du Chevaleret
> 75013 PARIS
>
> Tel : +33 (0) 144 278 504
> Mobile : +33 (0) 664 392 207
> ---------------------------------------------
> http://www.gnu.org/philosophy/no-word-attachments.html
>
>
>
Hi,
Does anybody experience this login problem with beta3 ? I think it occurred on 0.9.840 also, but I can't remember ...
I tried as a workaround to set all rights to XWikiGuest user on my old wiki (0.9.840), then export the mysql dump, import it in xwikibeta3, in order to have full rights without loging in.
Now I can access the administrative pages, but I cannot save any modification either (I'm redirected to the login page and again and again ...)
Thanks for your help,
Jérémie Bousquet
> 1 - I just cannot log in my new xwiki with my old registered
> users, and I can't neither with the "Admin"/"admin" user. So
> I cannot update the preferences in any way ... The log in
> page just refreshes itself indefinitely.
Many thanks Brandon, it worked !
I moved to the new skin wich is far better ... Thanks to all for this release ! :)
Jérémie.
> -----Original Message-----
> From: Esbach, Brandon [mailto:Esbachb@tycoelectronics.com]
> Sent: mardi 30 janvier 2007 15:48
> To: xwiki-users(a)objectweb.org
> Subject: RE: [xwiki-users] Migration 0.9.840 --> BETA3, skins problems
>
> I had this with both B1 and B2 (have not yet gone B3 on our
> production servers).
> The solution for me was to login with the superuser, change
> the admin password to one you know; then login with admin and
> carry on.
> I also changed the skin at that point to refer to the
> official one (and then once I'm happy the system is
> functional, change to our own custom one).
>
> -----Original Message-----
> From: BOUSQUET Jeremie [mailto:Jeremie.BOUSQUET@gemalto.com]
> Sent: 30 January 2007 13:07
> To: xwiki-users(a)objectweb.org
> Subject: RE: [xwiki-users] Migration 0.9.840 --> BETA3, skins problems
>
> Hi,
>
> Does anybody experience this login problem with beta3 ? I
> think it occurred on 0.9.840 also, but I can't remember ...
>
> I tried as a workaround to set all rights to XWikiGuest user
> on my old wiki (0.9.840), then export the mysql dump, import
> it in xwikibeta3, in order to have full rights without loging in.
> Now I can access the administrative pages, but I cannot save
> any modification either (I'm redirected to the login page and
> again and again ...)
>
> Thanks for your help,
>
> Jérémie Bousquet
>
>
> > 1 - I just cannot log in my new xwiki with my old registered users,
> > and I can't neither with the "Admin"/"admin" user. So I
> cannot update
> > the preferences in any way ... The log in page just
> refreshes itself
> > indefinitely.
>
>
>
>
When using copyDocument in 0.9.840; the date created was correctly
updated to the date the copy was done.
Problem experienced in XWiki10B* is that the date does not change from
the origional date - modified date is updated instead; which makes for a
very confused user base on our site.
Is there any way to at least script this?
Second issue, not sure if it's critical at this point:
It also takes the origional author (something it's always done), and
makes that the creator of the fresh new copy - surely it should take the
person making the copy instead?
Hello everyone.
I am having a problem moving our wiki data from xWiki 0.9.840 to the new 1.0 beta 2 wiki.
I am using Tomcat and PostgreSQL 8.1
I receive the following error when going to: http://localhost:8080/xwiki/bin/view/Main/WebHome
javax.servlet.ServletException: com.xpn.xwiki.XWikiException: Error number 3 in 0: Could not initialize main XWiki context
Wrapped Exception: Error number 3202 in 3: Exception while reading document XWiki.XWikiPreferences
Wrapped Exception: could not load an entity: [com.xpn.xwiki.doc.XWikiDocument#104408758]
org.apache.struts.action.RequestProcessor.processException(RequestProcessor.java:535)
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:433)
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:690)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:121)
-- AND --
com.xpn.xwiki.XWikiException: Error number 3 in 0: Could not initialize main XWiki context
Wrapped Exception: Error number 3202 in 3: Exception while reading document XWiki.XWikiPreferences
Wrapped Exception: could not load an entity: [com.xpn.xwiki.doc.XWikiDocument#104408758]
com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:223)
com.xpn.xwiki.XWiki.getXWiki(XWiki.java:303)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:96)
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:690)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:121)
Clearly just pointing with the new XWiki to the old DB doesn't work. Thats basically what I've done. Also for days now I've been trying different things and obviously no luck. I am working on a dummy system to prepare the migration before doing the actual thing. On my dummy system the old wiki works as the original.
Help would be appreciated!
Thanks
Hello,
I managed to reinstall a tomcat/mysql, imported the data from my "production" mysql instance into my "testing" mysql instance, and launched tomcat (with updateschema=1, and manually set a default value to XWD_ARCHIVE into mysql schema) targetting this mysql instance.
I had a customized skin, as a result when I access Main/WebHome, I get a page with a nearly unreadable skin.
I'm trying to apply the piece of advice from http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWiki10Beta3 to migrate to the new skin, but I have two questions:
1 - I just cannot log in my new xwiki with my old registered users, and I can't neither with the "Admin"/"admin" user. So I cannot update the preferences in any way ... The log in page just refreshes itself indefinitely.
2 - Even if I could log in, how can I install the panel application with the import tool as my own skin won't display the Import tab (it does not display many things anyway ...) ?
Thanks for your help,
Jérémie Bousquet
Hi all,
I installed the new version Beta1 (before I used 0.9.x version). I really
was surprised about the new functionalities and interface, so thanks you
very much.
Howver I have many problems at the functional level :
- I think that the interface is little bit limited, especially when we use
the panel space and documents. I mean if we create for example 100,000
documents under one space, how can we visualite these entries. I tried to
compile in the beggining just 1000 documents under one space but the
environment become very heavy and when opening the space it take long time!
Please let me know whether you have faced this problem before...
- The speed also decrease (this is not related to the interface but the DB
itself). I faced the same problem last year but not solved it until now. The
speed decrease sudenly when we create automatically a high scale data in the
central DB of XWiki.I have created just 25000 entries for testing it, I can
in fact even login to my XWiki!! (also the OS become very heavy).
Please any help will be deeply appreciated...
Thanks in advance
Best wishes
----------------------------------
Youcef Bey
Graduate School of Education,
The University of Tokyo
So I'm trying to create virtual wikis and getting the following
exceptions. Anyone seen it before?
It happens for both XWiki.XWikiServerXwiki and XWiki.XWikiServerXwiki_otherwiki
and I see nothing in the database (created database xwiki_otherwiki with owner
of xwiki).
----------------------
Useful info:
xwiki: build.number=1924
java version "1.5.0_07"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_07-b03)
Java HotSpot(TM) Server VM (build 1.5.0_07-b03, mixed mode)
Tomcat 4.0.5
Postgres 8.1.4
List of roles
Role name | Superuser | Create role | Create DB | Connections | Member of
-----------+-----------+-------------+-----------+-------------+-----------
xwiki | no | no | no | no limit |
----------------------
03:22:10,863 WARN Thread-4 http://172.16.32.230:8080/xwiki/bin/edit/XWiki/XWikiServerXwiki_otherwiki?e… MonitorData:log:183 - MONITOR XWiki.XWikiServerXwiki_otherwiki: 489ms
03:22:11,089 WARN Thread-4 http://172.16.32.230:8080/xwiki/bin/lock/XWiki/XWikiServerXwiki_otherwiki?a… MonitorData:log:183 - MONITOR XWiki.XWikiServerXwiki_otherwiki: 12ms
03:23:22,987 ERROR Thread-3 http://172.16.32.230:8080/xwiki/bin/save/XWiki/XWikiServerXwiki_otherwiki AbstractBatcher:doExecuteBatch:61 - Exception executing batch:
org.hibernate.StaleStateException: Batch update returned unexpected row count from update: 0 actual row count: 0 expected: 1
at org.hibernate.jdbc.BatchingBatcher.checkRowCount(BatchingBatcher.java:93)
at org.hibernate.jdbc.BatchingBatcher.checkRowCounts(BatchingBatcher.java:79)
at org.hibernate.jdbc.BatchingBatcher.doExecuteBatch(BatchingBatcher.java:58)
at org.hibernate.jdbc.AbstractBatcher.executeBatch(AbstractBatcher.java:195)
at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:230)
at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:145)
at org.hibernate.event.def.AbstractFlushingEventListener.performExecutions(AbstractFlushingEventListener.java:296)
at org.hibernate.event.def.DefaultFlushEventListener.onFlush(DefaultFlushEventListener.java:27)
at org.hibernate.impl.SessionImpl.flush(SessionImpl.java:1009)
at org.hibernate.impl.SessionImpl.managedFlush(SessionImpl.java:356)
at org.hibernate.transaction.JDBCTransaction.commit(JDBCTransaction.java:106)
at com.xpn.xwiki.store.XWikiHibernateBaseStore.endTransaction(XWikiHibernateBaseStore.java:561)
at com.xpn.xwiki.store.XWikiHibernateBaseStore.endTransaction(XWikiHibernateBaseStore.java:539)
at com.xpn.xwiki.store.XWikiHibernateStore.deleteXWikiCollection(XWikiHibernateStore.java:842)
at com.xpn.xwiki.stats.impl.XWikiStatsServiceImpl.notify(XWikiStatsServiceImpl.java:217)
at com.xpn.xwiki.notify.XWikiActionRule.verify(XWikiActionRule.java:60)
at com.xpn.xwiki.notify.XWikiNotificationManager.verify(XWikiNotificationManager.java:144)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:209)
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:760)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
at com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:121)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:213)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:243)
at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:190)
at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
at org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246)
at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2347)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:170)
at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:170)
at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:468)
at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:223)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:405)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:380)
at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:508)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:533)
at java.lang.Thread.run(Thread.java:595)
03:23:22,994 ERROR Thread-3 http://172.16.32.230:8080/xwiki/bin/save/XWiki/XWikiServerXwiki_otherwiki AbstractFlushingEventListener:performExecutions:299 - Could not synchronize database state with session
org.hibernate.StaleStateException: Batch update returned unexpected row count from update: 0 actual row count: 0 expected: 1
at org.hibernate.jdbc.BatchingBatcher.checkRowCount(BatchingBatcher.java:93)
at org.hibernate.jdbc.BatchingBatcher.checkRowCounts(BatchingBatcher.java:79)
at org.hibernate.jdbc.BatchingBatcher.doExecuteBatch(BatchingBatcher.java:58)
at org.hibernate.jdbc.AbstractBatcher.executeBatch(AbstractBatcher.java:195)
at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:230)
at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:145)
at org.hibernate.event.def.AbstractFlushingEventListener.performExecutions(AbstractFlushingEventListener.java:296)
at org.hibernate.event.def.DefaultFlushEventListener.onFlush(DefaultFlushEventListener.java:27)
at org.hibernate.impl.SessionImpl.flush(SessionImpl.java:1009)
at org.hibernate.impl.SessionImpl.managedFlush(SessionImpl.java:356)
at org.hibernate.transaction.JDBCTransaction.commit(JDBCTransaction.java:106)
at com.xpn.xwiki.store.XWikiHibernateBaseStore.endTransaction(XWikiHibernateBaseStore.java:561)
at com.xpn.xwiki.store.XWikiHibernateBaseStore.endTransaction(XWikiHibernateBaseStore.java:539)
at com.xpn.xwiki.store.XWikiHibernateStore.deleteXWikiCollection(XWikiHibernateStore.java:842)
at com.xpn.xwiki.stats.impl.XWikiStatsServiceImpl.notify(XWikiStatsServiceImpl.java:217)
at com.xpn.xwiki.notify.XWikiActionRule.verify(XWikiActionRule.java:60)
at com.xpn.xwiki.notify.XWikiNotificationManager.verify(XWikiNotificationManager.java:144)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:209)
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:760)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
at com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:121)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:213)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:243)
at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:190)
at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
at org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246)
at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2347)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:170)
at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:170)
at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:468)
at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:223)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:405)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:380)
at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:508)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:533)
at java.lang.Thread.run(Thread.java:595)
03:23:23,048 WARN Thread-3 http://172.16.32.230:8080/xwiki/bin/save/XWiki/XWikiServerXwiki_otherwiki MonitorData:log:183 - MONITOR XWiki.XWikiServerXwiki_otherwiki: 154ms
03:23:23,334 ERROR Thread-3 http://172.16.32.230:8080/xwiki/bin/view/XWiki/XWikiServerXwiki_otherwiki AbstractBatcher:doExecuteBatch:61 - Exception executing batch:
org.hibernate.StaleStateException: Batch update returned unexpected row count from update: 0 actual row count: 0 expected: 1
at org.hibernate.jdbc.BatchingBatcher.checkRowCount(BatchingBatcher.java:93)
at org.hibernate.jdbc.BatchingBatcher.checkRowCounts(BatchingBatcher.java:79)
at org.hibernate.jdbc.BatchingBatcher.doExecuteBatch(BatchingBatcher.java:58)
at org.hibernate.jdbc.AbstractBatcher.executeBatch(AbstractBatcher.java:195)
at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:230)
at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:145)
at org.hibernate.event.def.AbstractFlushingEventListener.performExecutions(AbstractFlushingEventListener.java:296)
at org.hibernate.event.def.DefaultFlushEventListener.onFlush(DefaultFlushEventListener.java:27.impl.SessionImpl.flush(SessionImpl.java:1009)
at org.hibernate.impl.SessionImpl.managedFlush(SessionImpl.java:356)
at org.hibernate.transaction.JDBCTransaction.commit(JDBCTrteBaseStore.java:561)
at com.xpn.xwiki.store.XWikiHiberBaseStore.endTransaction(XWikiHibernateBaseStore.java:539)
at com.xpn.xwiki.store.XWikiHibernateStore.deleteXWikiCollenateStore.java:842)
at com.xpn.xwiki.stats.impl.XWikiSt at com.xpn.xwiki.notify.XWikiNotificationManager.verify(XWikiNotificationManager.java:144)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:209)
at org.apache.struess(RequestProcessor.java:236)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at o.action.ActionServlet.doGet(ActionServlet.java:414)
at t.java:853)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(che.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:213)
at org.apache.catalina.coreerChain.doFilter(ApplicationFilterChain.java:193)
at orpache.catalina.core.StandardPipeline.invokeNext(StandardPipelinStandardPipeline.invoke(StandardPipeline.java:472)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.javat org.apache.catalina.core.StandardContextValve.invoke(Standardalina.valves.CertificatesValve.invoke(CertificatesValve.java:246)
at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
at org.apache.catalina.c at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2347)
at org.apache.cataardPipeline.java:566)
at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:170)
at org.apache.catalina.core.StandardPipeline.invokeNext(Standae(ErrorReportValve.java:170)
at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogline.java:564)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
at org.apache.caalina.core.ContainerBase.invoke(ContainerBase.java:943)
174)
at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBasepache.coyote.http11.Http11Processor.process(Http11Processor.java:405)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:380)
unIt(PoolTcpEndpoint.java:508)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:533)
at java.lang.Thread.run(Thread.java:595)
03:23:23,337 ERotherwiki AbstractFlushingEventListener:performExecutions:299 - Could not synchronize database state with session
org.hibernate.StaleStateException: Batch update returned unexpected row cou(BatchingBatcher.java:93)
at org.hibernate.jdbc.BatchingBatcher.checkRowCounts(BatchingBatcher.java:79)
at org.hibernate.jdbc.BatchingBatcher.doExecuteBatch(BatchingBatcher.va:195)
at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:230)
at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:145)
at org.hibeListener.java:296)
at org.hibernate.event.def.DefaultFlushEventListener.onFlush(DefaultFlushEventListener.java:27)
at org.hibernate.impl.SessionImpl.flush(SessionImpl.java:1009)
at org.hibernate.impl.SessionImpl.managedFlush(SesDBCTransaction.commit(JDBCTransaction.java:106)
at com.xpn.xwiki.store.XWikiHibernateBaseStore.endTransaction(XWikiHibernateBaseStore.java:561)
at com.xpn.xwiki.store.XWikiH at com.xpn.xwiki.store.XWikiHibernateStore.deleteXWikiCollection(XWikiHibernateStore.java:842)
at com.xpn.xwiki.stats.impl.XWikiStatsServiceImpl.notify(XWikiStatsServiceImpl.java:ActionRule.java:60)
at com.xpn.xwiki.notify.XWikiNotificationManager.verify(XWikiNotificationManager.java:144)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:209)rocessor.java:431)
at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)ionServlet.java:414)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at org.apache.caApplicationFilterChain.java:247)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.ja at com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:121)
at org.apache.cataltalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:243)
at org.apStandardPipeline.java:566)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java.StandardContextValve.invoke(StandardContextValve.java:190)
at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
at org.apache.catalina.valves.ve.java:246)
at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472ContainerBase.java:943)
at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2347)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
at org.apache.catalina.core.StandardPipeline. at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:170)
at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
eportValve.invoke(ErrorReportValve.java:170)
at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
at org.apache.catalina.valves.AccessLogValve.at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
at org.apacinerBase.java:943)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipele.invoke(StandardPipeline.java:472)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapterttp11Processor.process(Http11Processor.java:405)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:380)
at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:508).ThreadPool$ControlRunnable.run(ThreadPool.java:533)
at java.lang.Thread.run(Thread.java:595)
03:23:23,397 WARN Thread-3 http://172.16.32.230:8080/xwiki/bin/view/XWiki/XWikiServerXXWikiServerXwiki…: 337ms
Just to concur that case, I recently started a new Wiki, and I could use it but I did not get an email with the confirmation code. I thought I lost the email but I am not so sure now.
Wei-hsing
-------------- Original message ----------------------
From: "Catalin Hritcu" <catalin.hritcu(a)gmail.com>
> Dear Florent,
>
> Email delivery is not guaranteed to be instantaneous, so it can take some time.
>
> Catalin
>
> On 1/25/07, Florent Georges <darkman_spam(a)yahoo.fr> wrote:
> > Hi
> >
> > I tried several hours ago to create a Wiki on www.xwiki.org. To go
> > further, I have to wait an email with the confirmation code. But I
> > still not reveiced it. Is it normal, do I have to wait, or do I have
> > to open an issue on Jira?
> >
> > Regards,
> >
> > --drkm
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > ___________________________________________________________________________
> > Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions !
> > Profitez des connaissances, des opinions et des expériences des internautes
> sur Yahoo! Questions/Réponses
> > http://fr.answers.yahoo.com
> >
> >
> >
> >
> > --
> > You receive this message as a subscriber of the xwiki-users(a)objectweb.org
> mailing list.
> > To unsubscribe: mailto:xwiki-users-unsubscribe@objectweb.org
> > For general help: mailto:sympa@objectweb.org?subject=help
> > ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
> >
> >
> >
>
>
Hi,
I'm just evaluating Xwiki for our intranet. The authentication should be carried out using Active Directory, which actually works already. But there is one problem: As there is no user "Admin" in AD we have to assign the Admin rights for XWiki to users which are actually part of AD. So I assigned my AD id to the XWikiAdminGroup group. When logging in with my id, even without enabling the LDAP security, everything looks like I'm an administrator, so I have access to administration etc. But there is one difference to the standard Admin user: The "edit" action menu does not show the extended features "class", "objects" etc, when hovering over the menu "edit" no other choices are displayed. When entering the edit mode only the tabs "WYSIWYG", "Wiki" and "Acces Rights" are displayed.
Any solution for this? Restarting the server or flushing the cache makes no differences.
Thanks!
Bye,
Jan
I installed XWiki on Linux, Tomcat, JDK 6, MySQL and everything worked.
I changed the properties to validate user for view and edit and now no one can login.
xwiki.log shows exeptions:
apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
at java.lang.Thread.run(Thread.java:619)
Wrapped Exception:
java.lang.IllegalStateException
at org.apache.catalina.connector.ResponseFacade.sendRedirect(ResponseFacade.java:432)
at org.securityfilter.authenticator.FormAuthenticator.showLogin(FormAuthenticator.java:230)
at com.xpn.xwiki.user.impl.xwiki.MyFormAuthenticator.showLogin(MyFormAuthenticator.java:55)
at com.xpn.xwiki.user.impl.xwiki.XWikiAuthServiceImpl.showLogin(XWikiAuthServiceImpl.java:197)
at com.xpn.xwiki.user.impl.xwiki.XWikiRightServiceImpl.checkAccess(XWikiRightServiceImpl.java:154)
at com.xpn.xwiki.XWiki.checkAccess(XWiki.java:2548)
at com.xpn.xwiki.XWiki.prepareDocuments(XWiki.java:3233)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:128)
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:709)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:121)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:199)
at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:282)
at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:767)
at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:697)
at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:889)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
at java.lang.Thread.run(Thread.java:619)
20:48:22,716 WARN TP-Processor3 http://www.3b-workshop.com/xwiki/bin/loginsubmit/XWiki/XWikiLogin MonitorData:log:183 - MONITOR : 1609ms
20:48:23,033 WARN TP-Processor3 http://www.3b-workshop.com/xwiki/bin/view/Main/WebHome MonitorData:log:183 - MONITOR : 292ms
20:48:23,469 WARN TP-Processor3 http://www.3b-workshop.com/xwiki/bin/login/XWiki/XWikiLogin MonitorData:log:183 - MONITOR XWiki.XWikiLogin: 424ms
I have searched but can not find any mention of this issue.
Hi
I tried several hours ago to create a Wiki on www.xwiki.org. To go
further, I have to wait an email with the confirmation code. But I
still not reveiced it. Is it normal, do I have to wait, or do I have
to open an issue on Jira?
Regards,
--drkm
___________________________________________________________________________
Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions !
Profitez des connaissances, des opinions et des expériences des internautes sur Yahoo! Questions/Réponses
http://fr.answers.yahoo.com
Dear XWiki Users,
I want to apply a basic internal link (NOT the #toc feature!) in a page, but haven't found a clear example in the documentation, sorry! Can anybody give a hint, please! Thanks!
Regards,
Gerard
Dear Xwikiers,
I am trying to deploy an instance of xwiki into our jboss server, but with out any success, despite that Jboss has Tomcat servlet installed . I have managed to deploy xwiki with pure Tomcat but not with Jboss, Any idea why it did not work with Jboss?
Regards,
Adel Aneiba
Hi folks,
Having a little trouble setting up a virtual wiki - not sure how many
out there have tried.
My current configuration:
I have three separate wiki instances pointing to different databases.
These are currently running 0.9.840, but are due for upgrade to 10beta1
in the near future.
The real performance improvement we need to implement though is virtual
wiki instead of full instances. As the databases already contain a lot
of data, we were planning to use the existing databases for the new
virtual wiki's.
I'm following the directions found here:
http://www.xwiki.org/xwiki/bin/view/FAQ/HowToSetupVirtualWikis.
I've tested prior to configuration that the new pointers are working:
all my virtual domains are pointing to my main wiki:
1) general.xwiki.ie.tycoelectronics.com [database xwiki]
2) production.xwiki.ie.tycoelectronics.com [database xwiki_ext]
3) broadband.xwiki.ie.tycoelectronics.com [database xwiki_brd]
The setup is pretty much as defined in the docs.
The three documents created:
XWiki.XWikiServerXwiki
server field "general.xwiki.ie.tycoelectronics.com"
owner field "XWiki.Admin"
XWiki.XWikiServerxwiki_brd
server field "broadband.xwiki.ie.tycoelectronics.com"
owner field "XWiki.Admin"
XWiki.XWikiServerxwiki_ext
server field "production.xwiki.ie.tycoelectronics.com"
owner field "XWiki.Admin"
Additionally, "xwiki.ie.tycoelectronics.com" points to the same server
(but is not configured as a virtual server anywhere).
Here's the odd thing: "general.xwiki.ie.tycoelectronics.com" (the Xwiki
database) works perfectly, but for both of the other virtual servers I
get the following error (substitute xwiki_ext for xwiki_brd when trying
the broadband one):
javax.servlet.ServletException: Error number 2 in 0: The wiki xwiki_ext
does not exist
org.apache.struts.action.RequestProcessor.processException(RequestProces
sor.java:516)
org.apache.struts.action.RequestProcessor.processActionPerform(RequestPr
ocessor.java:423)
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:
226)
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1164)
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:397)
javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodi
ngFilter.java:127)
root cause
com.xpn.xwiki.XWikiException: Error number 2 in 0: The wiki xwiki_ext
does not exist
com.xpn.xwiki.XWiki.getXWiki(XWiki.java:241)
com.xpn.xwiki.web.ViewEditAction.execute(ViewEditAction.java:117)
org.apache.struts.action.RequestProcessor.processActionPerform(RequestPr
ocessor.java:421)
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:
226)
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1164)
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:397)
javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodi
ngFilter.java:127)
Anyone out there got this working (or maybe that can see something I've
put in wrong)?
Brandon Esbach
Software Engineer
M/A-Com Eurotec Operations
LoughMahon Technology Park,
Skehard Road,
Blackrock,
Cork, Ireland
Tel +353 21 4808305
Hi all,
Has XMLRPC been disabled on xwiki.com?
I used to access
http://openmpt.xwiki.com/xwiki/bin/xmlrpc/confluence
but that has gone away
Looking at the XMLRPC tests in the code, it seems the RPC url has
moved to http://<server>/xwiki/xmlrpc, but accessing
http://openmpt.xwiki.com/xwiki/xmlrpc results in:
Exception in thread "main" org.apache.xmlrpc.XmlRpcException: Failed
to invoke method login in class
com.xpn.xwiki.xmlrpc.ConfluenceRpcHandler: Error number 2 in 0: The
wiki openmpt does not exist
at org.apache.xmlrpc.XmlRpcClient$Worker.execute(Unknown Source)
at org.apache.xmlrpc.XmlRpcClient.execute(Unknown Source)
[...]
Any ideas?
By the way, I also tried XMLRPC on a local copy from svn trunk and
couldn't get it to work. I haven't done much debugging yet, so it
could be an env problem on my side. But here's the error in case
someone has seen it before:
Exception in thread "main" org.apache.xmlrpc.XmlRpcException: Failed
to instantiate class com.xpn.xwiki.xmlrpc.ConfluenceRpcHandler
at org.apache.xmlrpc.XmlRpcClient$Worker.execute(Unknown Source)
at org.apache.xmlrpc.XmlRpcClient.execute(Unknown Source)
[...]
Regards,
Robin
When creating a PDF output, the view is very different from the view
offered when in xwiki itself (adds thick outer borders; widths are all
overridden; etc)... is there any way in xwiki10B2 to alter this?
This was partially possible in 0.9.840 by modifying an xsl file (forget
which one, about a year ago when I did this on our own servers). There
seems to be only one xsl file in the current version (xhtml.xsl), which
does not seem to affect the style of the PDF output.
Anyone that can point me in the right direction for resolving this?
hi everyone,
i'm trying to set up latest xwiki version on a debian/tomcat/mysql platform :)
the xwiki webapp can't be deployed by Tomcat, and the tomcat log says :
##
Jan 22, 2007 3:18:12 PM org.apache.catalina.startup.HostConfig deployDirectory
SEVERE: Error deploying web application directory xwiki
org.apache.commons.logging.LogConfigurationException: java.lang.ExceptionInInitializerError (Caused by java.lang.ExceptionInInitializerError)
at org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:538)
at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:235)
at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:370)
at org.apache.catalina.core.ContainerBase.getLogger(ContainerBase.java:380)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4114)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:759)
at org.apache.catalina.core.ContainerBase.access$0(ContainerBase.java:743)
at org.apache.catalina.core.ContainerBase$PrivilegedAddChild.run(ContainerBase.java:143)
at java.security.AccessController.doPrivileged(Native Method)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:737)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524)
at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:904)
at org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:867)
at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:474)
at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1122)
at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:310)
at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1021)
at org.apache.catalina.core.StandardHost.start(StandardHost.java:718)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1013)
at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:442)
at org.apache.catalina.core.StandardService.start(StandardService.java:450)
at org.apache.catalina.core.StandardServer.start(StandardServer.java:709)
at org.apache.catalina.startup.Catalina.start(Catalina.java:551)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:294)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:432)
Caused by: java.lang.ExceptionInInitializerError
at org.apache.log4j.Logger.getLogger(Logger.java:104)
at org.apache.commons.logging.impl.Log4JLogger.getLogger(Log4JLogger.java:283)
at org.apache.commons.logging.impl.Log4JLogger.<init>(Log4JLogger.java:108)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
at org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:529)
... 29 more
Caused by: java.security.AccessControlException: access denied (java.io.FilePermission xwiki.log write)
at java.security.AccessControlContext.checkPermission(AccessControlContext.java:264)
at java.security.AccessController.checkPermission(AccessController.java:427)
at java.lang.SecurityManager.checkPermission(SecurityManager.java:532)
at java.lang.SecurityManager.checkWrite(SecurityManager.java:962)
at java.io.FileOutputStream.<init>(FileOutputStream.java:169)
at java.io.FileOutputStream.<init>(FileOutputStream.java:102)
at org.apache.log4j.FileAppender.setFile(FileAppender.java:289)
at org.apache.log4j.RollingFileAppender.setFile(RollingFileAppender.java:165)
at org.apache.log4j.FileAppender.activateOptions(FileAppender.java:163)
at org.apache.log4j.config.PropertySetter.activate(PropertySetter.java:256)
at org.apache.log4j.config.PropertySetter.setProperties(PropertySetter.java:132)
at org.apache.log4j.config.PropertySetter.setProperties(PropertySetter.java:96)
at org.apache.log4j.PropertyConfigurator.parseAppender(PropertyConfigurator.java:654)
at org.apache.log4j.PropertyConfigurator.parseCategory(PropertyConfigurator.java:612)
at org.apache.log4j.PropertyConfigurator.configureRootCategory(PropertyConfigurator.java:509)
at org.apache.log4j.PropertyConfigurator.doConfigure(PropertyConfigurator.java:415)
at org.apache.log4j.PropertyConfigurator.doConfigure(PropertyConfigurator.java:441)
at org.apache.log4j.helpers.OptionConverter.selectAndConfigure(OptionConverter.java:468)
at org.apache.log4j.LogManager.<clinit>(LogManager.java:122)
... 37 more
##
It tells me that it can't write the xwiki.log file, but I don't know where this file has to be, so I could give the right permissions on the filesystem !!
(I suppose that the owner of this file is the tomcat user)
Thanks in advance
Julien Oix
UFR d'Informatique - Universit� Paris Diderot
Bureau 5C01 (5�me �tage)
175 rue du Chevaleret
75013 PARIS
Tel : +33 (0) 144 278 504
Mobile : +33 (0) 664 392 207
---------------------------------------------
http://www.gnu.org/philosophy/no-word-attachments.html
I'm trying to set up a local xwiki site for our institute. Download an installation finished. Local XWiki works fine!
I'm new to the scripting languages Groovy and Velocity.
I'd like some help in generating a list of all BLog entries in lets say a category with name X! Can anybody help? It'd be fairly ease, but don't know how to tackle this problem at the moment.
Thanks in advance!
Regards,
Gerard
Hi,
I just setup my own Wiki using xwiki-1.0-beta-2.war (Win2K, Tomcat 5.0.27).
The web gui is presented in english language and I wonder how to put
this into german. I changed the "Default Language" to "de" ("Multi
Lingual"="no") but nothing changed so this doesn't seem to be the right way.
Any hints?
Guido
Hi All,
I'm not sure if this is a problem that anyone else has noticed, but
we're currently plagued with very short login timeouts; even when using
the "Remember Me" option on login.
We've noted the same on our 10B2 server (upgraded from 0.9.840), and our
recently installed "clean" test system consistently:
If you have not triggered an action in the last 30 to 50 minutes, you
have to login again - this causes blank news topics when, for example, a
news topic is built up during a meeting that lasts over 30 minutes.
Examining the Cookies when using the "Remember Me" shows nothing
unusual, all cookies are set to expire after today excluding JSESSION
which is set for current session (removing JSESSION manually does not
seem to require relogin).
Is there any simple way to avoid this problem; or to at least increase
the timeout?
Platform:
IE6
WinXP
No additional Browser plugins.
Same happens on:
Firefox 2.0.0.1
WinXP
Plugins: Web Developer; FireFTP; FireBug.
Brandon Esbach
Software Engineer
M/A-Com Eurotec Operations
LoughMahon Technology Park,
Skehard Road,
Blackrock,
Cork, Ireland
Tel +353 21 4808305
Does anyone have a suggestion on the best way to import many files at once? We are trying to migrate all of our legacy HTML docs into XWiki - is there a command line version of XAR that we can use to archive the docs and then import them?
Thanks,
-Greg
Hi @ all again,
I would like to show some user specific information, after the user
has successfully logged in.
Any ideas how I can approach this problem?
Thanks a lot.
Hi XWiki users,
We'd like to ask for your help in making XWiki better. We're
targeting XWiki 1.0 for sometime in March 2007 but there's a huge
amount of stuff to do before it can happen. One area where it's easy
to help and where it would provide great benefit is the user
documentation on http://www.xwiki.org.
There are several small tasks in JIRA for documentation. Could some
of you have a look and try implementing them?
They are all grouped under http://jira.xwiki.org/jira/browse/XWIKI-586
For example:
- Document the {image} macro
- Document the {attach} macro
- etc
The way to implement them is easy:
* Register on http://www.xwiki.org
* Go to the Code Zone page: http://www.xwiki.org/xwiki/bin/view/Code/
* Use the menu on the right to add Code Snippet or Macros or Plugins.
Another way to help is to create JIRA issue for macros, plugins, etc
which are not already on the Code Zone and which are not listed in JIRA.
Thanks a lot for your help. This will allow us to deliver 1.0 faster.
-Vincent, on behalf of the XWiki dev team
___________________________________________________________________________
Yahoo! Mail r�invente le mail ! D�couvrez le nouveau Yahoo! Mail et son interface r�volutionnaire.
http://fr.mail.yahoo.com