Hi Nebil,
Do not send a mail to one list's member but directly to the list:
xwiki-user(a)objectweb.org
I never use Geronimo and I can't help you, but other people in the list
may can.
Regards,
Arnaud.
-------- Original Message --------
Subject: Please Help me..
Date: Fri, 22 Dec 2006 08:33:09 +0100
From: Hasnaoui, Nebil <hasnaouin(a)state.gov>
To: <arnaud.bourree(a)gemalto.com>
Hi,
I am new to this WIKI system and would like to have it implemented on
our network.
would you please be so kind to indicate the different steps you adopted
to make it work.
starting by the different software that need to be downloaded and
installed and finishing by the way it should be installed,
I tried to look through the net on different experiments several users
had done.
I downloaded and installed:
- MySQL 5.0
- Geronimo 1.1.1
- Java 1.4
- samples of Blojsom and XWIKI databases
and tried to follow the setup steps described within the following link:
http://www-128.ibm.com/developerworks/library/os-ag-wikiblog/index.html
<BLOCKED::http://www-128.ibm.com/developerworks/library/os-ag-wikiblog/index…>
you might see according to the following screen snapshots:
but once I want to test the XWIKI system I get the following error message.
would you please help me overcome this obstacle and have this project
work on my network.
Thanks in advance for your cooperation, and best regards.
*_Nebil HASNAOUI_*
***E-Mail : HasnaouiN(a)state.gov <BLOCKED::mailto:HasnaouiN@state.gov> *
*Phone : 216 71 107318*
--
Reclaim Your Inbox! http://www.mozilla.org/products/thunderbird
Hi
The quickest way to upgrade a xwiki installation running on jetty+hsqldb would
be to unzip and to overwrite all files under db/ with the "old ones". But
does it work like that?
For example, I have a 0.840 and a 0.1252. I want to move them to the latest
svn.
Do I lose something if I overwrite the files this way?
Thank you.
Marc
I think I've found a bug in the import system (xwiki/bin/import/XWiki/Import).
XWiki: 1.0-beta-1
Java: 1.5.0_07-b03
Tomcat: 4.0.5
If Tomcat is running as an unprivileged user and I try to import an XAR file I
get a stack dump. Tracing this shows the file it's trying to write to is
/upload__2d1b026e_10fac18a3a1__8000_00000008.tmp
As Tomcat has a working directory of /, this doesn't work so well.
CATALINA_TMPDIR is set to /var/tmp so I expect this is where it should
write to (this should be ${java.io.tmpdir}).
Tracing through FileUploadPlugin.java, lines 128-134 have:
if (tempdir != null) {
fileupload.setRepositoryPath(tempdir);
(new File(tempdir)).mkdirs();
}
else {
fileupload.setRepositoryPath(".");
}
so I suspect that whatever is calling loadFileList is failing to set the
tempdir and it's defaulting to ".".
I tried to trace this back but was unable to work out where it came from
(the context stuff confuses me).
Here's the stack trace printed:
Error number 0 in 11: Uncaught exception
Wrapped Exception: null
com.xpn.xwiki.XWikiException: Error number 0 in 11: Uncaught exception
Wrapped Exception: null
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:160)
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.catalina.connector.http.HttpProcessor.process(HttpProcessor.java:1027)
at org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1125)
at java.lang.Thread.run(Thread.java:595)
Wrapped Exception:
java.lang.NullPointerException
at com.xpn.xwiki.web.UploadAction.action(UploadAction.java:51)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:143)
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.catalina.connector.http.HttpProcessor.process(HttpProcessor.java:1027)
at org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1125)
at java.lang.Thread.run(Thread.java:595)
We are seeing this exception pretty often while uploading attachments
(but not all the time). The file is not uploaded successfully after
seeing this error, but trying again right afterward usually works fine.
Still, we would still like to get to the bottom of this. Anyone have
suggestions?
- Peter
Error number 0 in 11: Uncaught exception
Wrapped Exception: null
com.xpn.xwiki.XWikiException: Error number 0 in 11: Uncaught exception
Wrapped Exception: null
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:161)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestPr
ocessor.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:689)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:237)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:157)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodi
ngFilter.java:121)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:186)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:157)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValv
e.java:214)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCo
ntext.java:104)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:5
20)
at
org.apache.catalina.core.StandardContextValve.invokeInternal(StandardCon
textValve.java:198)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValv
e.java:152)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCo
ntext.java:104)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:5
20)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java
:137)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCo
ntext.java:104)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java
:118)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCo
ntext.java:102)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:5
20)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.
java:109)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCo
ntext.java:104)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:5
20)
at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
at
org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:79
9)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processC
onnection(Http11Protocol.java:705)
at
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:57
7)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool
.java:683)
at java.lang.Thread.run(Thread.java:595)
Wrapped Exception:
java.lang.NullPointerException
at com.xpn.xwiki.web.UploadAction.action(UploadAction.java:51)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:144)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestPr
ocessor.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:689)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:237)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:157)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodi
ngFilter.java:121)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:186)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:157)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValv
e.java:214)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCo
ntext.java:104)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:5
20)
at
org.apache.catalina.core.StandardContextValve.invokeInternal(StandardCon
textValve.java:198)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValv
e.java:152)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCo
ntext.java:104)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:5
20)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java
:137)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCo
ntext.java:104)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java
:118)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCo
ntext.java:102)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:5
20)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.
java:109)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCo
ntext.java:104)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:5
20)
at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
at
org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:79
9)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processC
onnection(Http11Protocol.java:705)
at
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:57
7)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool
.java:683)
at java.lang.Thread.run(Thread.java:595)
Hello,
I'm trying to do something I thought was simple, but I'm not figuring
it out. I've got a page in my space called "test". Associated with
that page is an object called "TestClass". TestClass has one
field/property called "num1" which is of type long and currently set
to 333.
Now, I want to write the velocity code to simply get the value of
num1, add 1 to it, and store it again in the num1 field so the next
time I read it, it should have a value of 334.
Can this be done? Any help is appreciated.
Thanks,
-jeff
Hi guys,
Looks like this isn't supported anymore..
On my installation of XWiki10B1, links created using
[(space).(pagename)] always generate an URL pathed to
"/xwiki/bin/view/(space)/(pagename)", instead of
"bin/view/(space)/(pagename)".
As I cannot use multiple xwiki virtual containers (not permitted by our
IT Policy), this puts me in a bit of a problem.. Any way around this
without extensive reworking?
Or alternitively, is there any way to change the "Home" designation for
a group? So that if they are part of a specific group, they get a
different "Main" space (for login, clicking on the Logo, etc).
Brandon Esbach
Software Engineer
M/A-Com Eurotec Operations
LoughMahon Technology Park,
Skehard Road,
Blackrock,
Cork, Ireland
Tel +353 21 4808305
Hi Nebil
please see my comments below
Hasnaoui, Nebil wrote:
>
> Hi,
> I am new to this WIKI system and would like to have it implemented on
> our network.
> would you please be so kind to indicate the different steps you
> adopted to make it work.
> starting by the different software that need to be downloaded and
> installed and finishing by the way it should be installed,
>
> I tried to look through the net on different experiments several users
> had done.
> I downloaded and installed:
> - MySQL 5.0
> - Geronimo 1.1.1
> - Java 1.4
> - samples of Blojsom and XWIKI databases
>
> and tried to follow the setup steps described within the following link:
> http://www-128.ibm.com/developerworks/library/os-ag-wikiblog/index.html
> <BLOCKED::http://www-128.ibm.com/developerworks/library/os-ag-wikiblog/index…>
>
> you might see according to the following screen snapshots:
>
>
>
> but once I want to test the XWIKI system I get the following error
> message.
>
>
> would you please help me overcome this obstacle and have this project
> work on my network.
> Thanks in advance for your cooperation, and best regards.
>
>
>
> *_Nebil HASNAOUI_*
>
> ***E-Mail : HasnaouiN(a)state.gov <BLOCKED::mailto:HasnaouiN@state.gov> *
> *Phone : 216 71 107318*
>
>
I copy my answer to the xwiki-user mailing-list, which is the most
appropriate place for such questions.
Can you let us know which version of xwiki you downloaded? You may
consider using the 1.0 beta from there:
http://www.xwiki.org/xwiki/bin/view/Main/Download
It includes a complete standalone intaller. Note that XWiki also
contains a blog application. You can see it in action there:
http://www.xwiki.org/xwiki/bin/view/Blog/
In your case, the console displays "Could not create a DBCP pool": it
means your XWiki instance cannot connect properly to the database. You
should probably check that the MySQL account declared in the file
$XWIKI_INSTALL/WEB-INF/classes/hibernate.cfg.xml (properties
"connection.username" and "connection.password") is correct. Sending the
output of Jetty log file may help.
Cheers
Stéphane
Hi all.
While xwiki looks good to me in general, I was somewhat disappointed to see
"CHARSET=latin1" in dump for 1.0-beta-1.
I want to set up wiki in russian and wondering if/when full out of the box
I18N support is planned for general availability.
Can anyone comment on this?
Thank you,
Pavel
Hello,
Waiting for some solution under Debian and having some "chidren
excitation" in this Christmas period, I installed Xwiki on my Mac OS X
top lab, allways with the standalone distribution to discover the tool.
It runs well ... congratulation for all developpers !
It's a very nice tool.
I try some editing features but I have a problem when try some Admin
features with the Admin password ... what is it ?
The access to some Admin Guide part are requiering also the Admin
passwd .... (the configuration part for example)
(this passwd is allso required on Xwiki site Admin Guide -> Configuration )
thank's you for help.
Daniel.
--
Daniel Marre
Directeur des études du DGEI
Maître de Conférences en Informatique
INSA - DGEI www.insa-toulouse.fr
125 AV. de Rangueil - 31077 - Toulouse (France)
Daniel.Marre(a)insa-toulouse.fr (33) 5.61.55.98.08
In version 0.9.840 there was the ability to generically add a permission
as required; by putting any selected text in place of
"view/edit/programming/etc". This has worked quite well for us to date
on the older version.
I guess the question would be, is there a way to add to the permissions
list on XWiki1B1?
Part2, related query: Is there a way to show a specific panel depending
on your permission? For example, if the user is an administrator I'd
like to show an Admin Panel; or if the user has Workflow rights I'd like
to show a panel with Workflow features. While I know I can protect the
content of a panel by checking certain values (permissions/etc); this
would still mean that an empty panel is shown for the user.
Brandon Esbach
Software Engineer
M/A-Com Eurotec Operations
LoughMahon Technology Park,
Skehard Road,
Blackrock,
Cork, Ireland
Tel +353 21 4808305