Dear XWiki Users,
I'm again experiencing problems saving the preferences! After
reimporting everything, modifying pages and preferences, it works for a
while. At a certain moment the following error (only shown partly!)
appears:
Error number 3201 in 3: Exception while saving document
XWiki.XWikiPreferences
Wrapped Exception: Could not execute JDBC batch update
com.xpn.xwiki.XWikiException: Error number 3201 in 3: Exception while
saving document XWiki.XWikiPreferences
Wrapped Exception: Could not execute JDBC batch update
at com.xpn.xwiki.store.XWikiHibernate.....
When taking a closer look at the xwikipreferences table of the xwiki
database using the PgAdmin tool I can't find anything wrong!
By the way, I use version 1.0.3342 of XWiki in combination with
PostgreSQL 8.2 DBMS!
I'm quite desperate, because the error seems to be unpredictable,
sorry!
Regards,
Gerard
==========================================
Dit bericht is uitsluitend bestemd voor de geadresseerde.
Het bericht kan vertrouwelijke informatie bevatten.
Als u dit bericht per abuis hebt ontvangen, wordt u
verzocht onmiddellijk de afzender te informeren. Ook
verzoeken wij u het bericht te vernietigen en de inhoud
niet onder derden te verspreiden of te gebruiken.
This message is intended exclusively for the addressee.
It may contain information that is confidential.
If you are not the intended recipient, we request that
you notify the sender immediately. In that case, we
also request that you destroy the message and that
you neither use the contents nor disclose them in any
manner to third parties.
==========================================
Dear XWiki Users,
Currently I'm trying to apply the CaledarEvent application, and would
like to sort the events in the EventList by category, date and title.
I know how to execute the hql query (see below)!
#set($query="select obj.name from BaseObject obj, StringProperty tpro,
StringProperty cpro, DateProperty dpro where
obj.className='XWiki.CalendarEvent' and tpro.id.id=obj.id and
dpro.id.id=obj.id and cpro.id.id=obj.id and tpro.name='title' and
dpro.name='startDate' and cpro.name='category' and
cpro.value='Screening' order by cpro.value, dpro.value,tpro.value asc")
#set($results = $xwiki.search($query))
In a foreach loop the name of the object is displayed, but is there
also a way to access the objects itself? My problem is how to access the
sorted CalendarEvents from the query results?
The idea is to present the sorted eventList after the sort, and not in
the order of insertion like in the default XWiki.CalendarSheet!
Please can anybody give a hint? Thanks!
Regards,
Gerard
==========================================
Dit bericht is uitsluitend bestemd voor de geadresseerde.
Het bericht kan vertrouwelijke informatie bevatten.
Als u dit bericht per abuis hebt ontvangen, wordt u
verzocht onmiddellijk de afzender te informeren. Ook
verzoeken wij u het bericht te vernietigen en de inhoud
niet onder derden te verspreiden of te gebruiken.
This message is intended exclusively for the addressee.
It may contain information that is confidential.
If you are not the intended recipient, we request that
you notify the sender immediately. In that case, we
also request that you destroy the message and that
you neither use the contents nor disclose them in any
manner to third parties.
==========================================
Hi,
The following call
http://mywiki/xwiki/bin/save/MySpace/MyPage?content=mycontent
adds the word 'mycontent' to the page MyPage. What if I want the content to
be a file? How do I do so and does the file have to be stored in a
particular directory and does it have to be in xml format?
Thanks.
Hi,
It appears that an Administrator is the only person that can Import/Export
pages into XWiki. Is there a way I can extend this functionality to other
users as well? If so how?
Your help is much appreciated.
Hi,
I succesfully installed xwiki on Tomcat using MySQL as database server. Now
I must install xwiki on Geronimo but after application deploy and
hibernate.cfg.xml configuration i get an error on the
/xwiki/bin/view/Main/WebHome. The error seems due to database problems and
I was able to reproduce it on tomcat removing the mysql-connector or
inserting a wrong password in the hibernate.cfg.xml.
Is someone using Apache Geronimo or Websphere Community Edition with xwiki?
I found a document that describe an installation of the previous version of
xwiki on the previous version of Geronimo but it doesn't work on the new
release.
Thanks to all for help,
Bye,
Loris
Hello all,
I have some trouble using the following macros : "chart" and "mindmap".
I try to reproduce the examples given in the doc pages, but :
* for chart, the frame is drawn but not the chart nor the values (null
for the firt category)
* for mindmap, nothing is displayed at all
I noticed that in the preview, nothing is displayed but if the macro
doesn't exist, #badname is displayed (where bad name is what I wrote).
Am I missing something to use these very useful features ?
Thanks for your answers.
ps : I use xwiki 1.1.1.
Hi ,
I have downloaded the latest Xwiki source code and build it using mvn.
I have deployed the .war file (which was generated in xwiki-platform-web/
folder) into weblogic server and i have changed the hibernate-cfg.xml file
in web-inf/ folder, and i placed the oracle driver in lib.
then i stared the server and run the url http://localhost:70001/xwiki/ and
clicked on "Xwiki home page" link then its giving the following error.
Error 500--Internal Server Error
com.xpn.xwiki.XWikiException: Error number 3 in 0: Could not initialize main
XWiki context
Wrapped Exception: Error number 3005 in 3: Migration failed
Wrapped Exception: Error number 0 in 3: Exception while hibernate execute
Wrapped Exception: Unknown entity:
com.xpn.xwiki.store.migration.XWikiDBVersion
at com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:250)
at com.xpn.xwiki.XWiki.getXWiki(XWiki.java:400)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:94)
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:743)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
at
weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:225)
at
weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:127)
at
weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:283)
at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
at
weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:117)
at
weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
at
weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3212)
at
weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
at
weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:1983)
at
weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:1890)
at
weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1344)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
please help me out to solve this issue.
Thanks in Advance,
SAi kumar
--
View this message in context: http://www.nabble.com/Getting-an-error-while-connecting-to-Oracle10g-tf4600…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi ,
I have downloaded the latest Xwiki source code and build it using mvn.
I have deployed the .war file (which was generated in xwiki-platform-web/
folder) into weblogic server and i have changed the hibernate-cfg.xml file
in web-inf/ folder, and i placed the oracle driver in lib.
then i stared the server and run the url http://localhost:70001/xwiki/ and
clicked on "Xwiki home page" link then its giving the following error.
Error 500--Internal Server Error
com.xpn.xwiki.XWikiException: Error number 3 in 0: Could not initialize main
XWiki context
Wrapped Exception: Error number 3005 in 3: Migration failed
Wrapped Exception: Error number 0 in 3: Exception while hibernate execute
Wrapped Exception: Unknown entity:
com.xpn.xwiki.store.migration.XWikiDBVersion
at com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:250)
at com.xpn.xwiki.XWiki.getXWiki(XWiki.java:400)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:94)
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:743)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
at
weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:225)
at
weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:127)
at
weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:283)
at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
at
weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:117)
at
weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
at
weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3212)
at
weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
at
weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:1983)
at
weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:1890)
at
weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1344)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
please help me out to solve this issue.
Thanks in Advance,
SAi kumar
--
View this message in context: http://www.nabble.com/Getting-an-error-while-connecting-to-Oracle10g-tf4600…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi all,
I just changed my xwiki skin to Finch and I noticed my username
(superadmin) displayed on the top right corner as the line below -
$xwiki.getDocument($context.user).display("first_name", "view",
$xwiki.getDocument($context.user).getObject("XWiki.XWikiUsers", 0))'s
profile
Can this be resolved ?
And why can't I use pictures which are not of the specific size mentioned
(200x70) as my logo ?
thanks,
Harikrishnan
--
View this message in context: http://www.nabble.com/Finch-skin-problem-tf4598657.html#a13129508
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi everyone,
We have installed XWiki with Apache Tomcat and MySQL. We have noticed a
serious problem in that attachments disappear without warning. We are not
sure if this is perhaps a Mysql issue or something related to XWiki. Even
the history no longer shows the files having been attached.
Any ideas?
S.
V. Harikrishnan Nair,
There is a real lack of comprehensive knowledge of how to use XWiki objects
to query/update/delete/create information, and this is a real BOTTLENECK for
users to develop applications - I'm sure once this bottleneck is removed
there will be a real flood of development building applications with XWiki -
unfortunately I don't know anymore than you.
Richard
-----Original Message-----
From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org]On Behalf
Of V. Harikrishnan Nair
Sent: 09 October 2007 09:22
To: users(a)xwiki.org
Subject: Re: [xwiki-users] MySQL and XWiki
>>The usual method is to use the XWiki objects to query/update/delete/create
information.
How do I use the properties Database list class and Database tree list class
? I tried looking for a manual.
I simply couldn't understand about what goes where...
Esbach, Brandon wrote:
>
>>>I still do not know how to get data from a form into a MySQL database
> and vice-versa. What all do I require to know/learn ?
>
> With Xwiki, you don't actually communicate with the database directly
> (for most purposes). The usual method is to use the XWiki objects to
> query/update/delete/create information.
> Have a look at the "FAQ tool" for more info on how to use XWiki for this
> purpose.
>
> -----Original Message-----
> From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org] On Behalf
> Of V. Harikrishnan Nair
> Sent: 01 October 2007 05:13
> To: users(a)xwiki.org
> Subject: [xwiki-users] MySQL and XWiki
>
>
> Hi.
> I'm still a newbie. I have installed Xwiki and learnt how to create
> forms and form templates.
>
> I still do not know how to get data from a form into a MySQL database
> and vice-versa. What all do I require to know/learn ?
>
> I have followed the installation steps but I would be extremely
> grateful if anyone could give me the basic steps to enter data into and
> read from a database using forms.
>
> Thanks,
> V. Harikrishnan Nair
> --
> View this message in context:
> http://www.nabble.com/MySQL-and-XWiki-tf4538220.html#a12952559
> Sent from the XWiki- Users mailing list archive at Nabble.com.
>
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
>
--
View this message in context:
http://www.nabble.com/MySQL-and-XWiki-tf4538220.html#a13111275
Sent from the XWiki- Users mailing list archive at Nabble.com.
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
Thales UK Ltd (Wells) DISCLAIMER: The information contained in this e-mail
is confidential. It may also be legally privileged. It is intended only for
the stated addressee(s) and access to it by any other person is
unauthorised. If you are not an addressee, you must not disclose, copy,
circulate or in any other way use or rely on the information contained in
this e-mail. Such unauthorised use may be unlawful. We may monitor all
e-mail communications through our networks. If you have received this e-mail
in error, please inform us immediately on +44 (0) 1749 672081 and delete it
and all copies from your system. We accept no responsibility for changes to
any e-mail which occur after it has been sent. Attachments to this e-mail
may contain software viruses which could damage your system. We therefore
recommend you virus-check all attachments before opening. A business of
Thales UK Ltd. Registered Office: 2 Dashwood Lang Road, The Bourne Business
Park, Addlestone, Weybridge, Surrey KT15 2NX Registered in England No.
868273
Hi.
I'm still a newbie. I have installed Xwiki and learnt how to create forms
and form templates.
I still do not know how to get data from a form into a MySQL database and
vice-versa. What all do I require to know/learn ?
I have followed the installation steps but I would be extremely grateful
if anyone could give me the basic steps to enter data into and read from a
database using forms.
Thanks,
V. Harikrishnan Nair
--
View this message in context: http://www.nabble.com/MySQL-and-XWiki-tf4538220.html#a12952559
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi all,
I'm trying to use the delete space code snippet I found on the xwiki.org
website. I got a Null Pointer Exception when deleting pages (even if I
have administrator rights on the wiki).
If I use other function on the documents (as, rename for example) they
work fine. Here is the code for the panel:
#panelheader('Spaces')
#if($request.space)
#if($request.confirm=="1")
#foreach($item in $xwiki.getSpaceDocsName($request.space))
$xwiki.getDocument("${request.space}.${item}").delete()
#end
#else
[Confirm delete space
${request.space}>$doc.fullName?space=${request.space}&confirm=1]
<br>List of docs that will be deleted
#foreach($item in $xwiki.getSpaceDocsName($request.space))
* $item
#end
#end
#else
#foreach($space in $xwiki.spaces)
$space \[[Delete>$doc.fullName?space=${space}]\]<br/>
#end
#end
#panelfooter()
I have also used the function checkAccess("delete"), and it returns
true, so I'm sure that I have right to delete the document.
Any idea of what's going on? Thanks!
Vito
Hi, I have just installed xwiki with mysql setup, when I get to step 5
of "Adding Users to a XWiki" in
http://www.xwiki.org/xwiki/bin/view/AdminGuide/User+Management
I don't see "Register user" linke. Is there something I am missing?
Thanks.
--
/bugslayer
Also See
http://www.codeproject.com/html/purecssmenus.asp?df=100&forumid=30098&exp=0&
select=1097203 for flyout CSS menus!
-----Original Message-----
From: devs-bounces(a)xwiki.org [mailto:devs-bounces@xwiki.org]On Behalf Of
goldring, richard
Sent: 08 October 2007 08:46
To: 'XWiki Developers'; XWiki Users
Subject: Ref: fly out menus on XWiki
Hi All,
Is it possible to implement flyout left/right hand column menus - so the
menus only appear when you hover the cursor to the left or right of the wiki
page? This would free up more viewing space on the wiki page.
I found http://www.washington.edu/webinfo/case/flyout/ that talks about
jscript implementation - but how could I integrate this with the menu panels
to implement it within XWiki? I don't know much about jscript or CSS but
maybe the web link here could help someone in the know to put this feature
into XWiki or maybe point me in the right direction?
Regards,
Richard
Thales UK Ltd (Wells) DISCLAIMER: The information contained in this e-mail
is confidential. It may also be legally privileged. It is intended only for
the stated addressee(s) and access to it by any other person is
unauthorised. If you are not an addressee, you must not disclose, copy,
circulate or in any other way use or rely on the information contained in
this e-mail. Such unauthorised use may be unlawful. We may monitor all
e-mail communications through our networks. If you have received this e-mail
in error, please inform us immediately on +44 (0) 1749 672081 and delete it
and all copies from your system. We accept no responsibility for changes to
any e-mail which occur after it has been sent. Attachments to this e-mail
may contain software viruses which could damage your system. We therefore
recommend you virus-check all attachments before opening. A business of
Thales UK Ltd. Registered Office: 2 Dashwood Lang Road, The Bourne Business
Park, Addlestone, Weybridge, Surrey KT15 2NX Registered in England No.
868273
_______________________________________________
devs mailing list
devs(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/devs
Thales UK Ltd (Wells) DISCLAIMER: The information contained in this e-mail
is confidential. It may also be legally privileged. It is intended only for
the stated addressee(s) and access to it by any other person is
unauthorised. If you are not an addressee, you must not disclose, copy,
circulate or in any other way use or rely on the information contained in
this e-mail. Such unauthorised use may be unlawful. We may monitor all
e-mail communications through our networks. If you have received this e-mail
in error, please inform us immediately on +44 (0) 1749 672081 and delete it
and all copies from your system. We accept no responsibility for changes to
any e-mail which occur after it has been sent. Attachments to this e-mail
may contain software viruses which could damage your system. We therefore
recommend you virus-check all attachments before opening. A business of
Thales UK Ltd. Registered Office: 2 Dashwood Lang Road, The Bourne Business
Park, Addlestone, Weybridge, Surrey KT15 2NX Registered in England No.
868273
Hi All,
Is it possible to implement flyout left/right hand column menus - so the
menus only appear when you hover the cursor to the left or right of the wiki
page? This would free up more viewing space on the wiki page.
I found http://www.washington.edu/webinfo/case/flyout/ that talks about
jscript implementation - but how could I integrate this with the menu panels
to implement it within XWiki? I don't know much about jscript or CSS but
maybe the web link here could help someone in the know to put this feature
into XWiki or maybe point me in the right direction?
Regards,
Richard
Thales UK Ltd (Wells) DISCLAIMER: The information contained in this e-mail
is confidential. It may also be legally privileged. It is intended only for
the stated addressee(s) and access to it by any other person is
unauthorised. If you are not an addressee, you must not disclose, copy,
circulate or in any other way use or rely on the information contained in
this e-mail. Such unauthorised use may be unlawful. We may monitor all
e-mail communications through our networks. If you have received this e-mail
in error, please inform us immediately on +44 (0) 1749 672081 and delete it
and all copies from your system. We accept no responsibility for changes to
any e-mail which occur after it has been sent. Attachments to this e-mail
may contain software viruses which could damage your system. We therefore
recommend you virus-check all attachments before opening. A business of
Thales UK Ltd. Registered Office: 2 Dashwood Lang Road, The Bourne Business
Park, Addlestone, Weybridge, Surrey KT15 2NX Registered in England No.
868273
Hi,
When I create a new page, I am given the option to create tags to help
annotate the document. However, my question is, how can I create
multiword tags? For instance, I would like a tag as "San Diego". What
xwiki does is break the tag into separate words, "San" and "Diego". How
can I inform xwiki to use "San Diego"?
Thanks,
Josh
I read up on JIRA about this issue. Since I configured the LDAP (which
works great), I now need it to be over SSL. I am not sure if it is
available in the current version or not (I downloaded the latest which is
1.1.1?) - and if not, how can I add in this patch? Did anybody do this
successfully?
Sheila
Hi
I'm trying to create a virtual wiki with XEM, but when I click on "Create" I
get following exception.
I installed
xwiki-plugin-application-manager-1.0-milestone-1.jar
xwiki-plugin-wiki-manager-1.0-milestone-1.jar
xwiki-application-wiki-manager-1.0-milestone-1.xar
All fields have value but wikimanager.wikitemplate and
wikimanager.wikipackage have empty list. Is it right?
This is the stack:
Error number 4001 in 4: Error while parsing velocity page
WikiManager.CreateNewWiki
Wrapped Exception: Invocation of method 'createNewWiki' in class
com.xpn.xwiki.plugin.wikimanager.WikiManagerPluginApi threw exception
java.lang.NullPointerException @ WikiManager.CreateNewWiki25,31?
com.xpn.xwiki.XWikiException: Error number 4001 in 4: Error while parsing
velocity page WikiManager.CreateNewWiki
Wrapped Exception: Invocation of method 'createNewWiki' in class
com.xpn.xwiki.plugin.wikimanager.WikiManagerPluginApi threw exception
java.lang.NullPointerException @ WikiManager.CreateNewWiki25,31?
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:148)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.render(XWikiVelocityRenderer.java:91)
at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:222)
at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:154)
at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:125)
at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderDocument(DefaultXWikiRenderingEngine.java:117)
at
com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:401)
at com.xpn.xwiki.api.Document.getRenderedContent(Document.java:347)
at sun.reflect.GeneratedMethodAccessor103.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:295)
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:245)
at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:203)
at
org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:294)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:240)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:143)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1275)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1244)
at com.xpn.xwiki.api.XWiki.parseTemplate(XWiki.java:552)
at sun.reflect.GeneratedMethodAccessor15.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:295)
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:245)
at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:203)
at
org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:294)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318)
at
org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:194)
at
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:170)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:88)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:107)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:240)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:143)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1275)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1244)
at com.xpn.xwiki.web.Utils.parseTemplate(Utils.java:94)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:157)
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:596)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:428)
at
org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:830)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:117)
at
org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821)
at
org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:471)
at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:568)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1565)
at
org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:633)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1517)
at org.mortbay.http.HttpServer.service(HttpServer.java:954)
at org.mortbay.http.HttpConnection.service(HttpConnection.java:816)
at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:983)
at org.mortbay.http.HttpConnection.handle(HttpConnection.java:833)
at
org.mortbay.http.SocketListener.handleConnection(SocketListener.java:244)
at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357)
at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)
Wrapped Exception:
java.lang.NullPointerException at
com.xpn.xwiki.plugin.wikimanager.WikiManager.createNewWiki(WikiManager.java:267)
at
com.xpn.xwiki.plugin.wikimanager.WikiManager.createNewWiki(WikiManager.java:189)
at
com.xpn.xwiki.plugin.wikimanager.WikiManagerPluginApi.createNewWiki(WikiManagerPluginApi.java:92)
at
com.xpn.xwiki.plugin.wikimanager.WikiManagerPluginApi.createNewWiki(WikiManagerPluginApi.java:69)
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.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:295)
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:245)
at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:203)
at
org.apache.velocity.runtime.parser.node.ASTReference.value(ASTReference.java:419)
at
org.apache.velocity.runtime.parser.node.ASTExpression.value(ASTExpression.java:73)
at
org.apache.velocity.runtime.parser.node.ASTSetDirective.render(ASTSetDirective.java:125)
at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:88)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:240)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:143)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.render(XWikiVelocityRenderer.java:91)
at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:222)
at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:154)
at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:125)
at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderDocument(DefaultXWikiRenderingEngine.java:117)
at
com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:401)
at com.xpn.xwiki.api.Document.getRenderedContent(Document.java:347) at
sun.reflect.GeneratedMethodAccessor103.invoke(Unknown Source) at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585) at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:295)
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:245)
at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:203)
at
org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:294)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:240)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:143)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1275) at
com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1244) at
com.xpn.xwiki.api.XWiki.parseTemplate(XWiki.java:552) at
sun.reflect.GeneratedMethodAccessor15.invoke(Unknown Source) at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585) at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:295)
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:245)
at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:203)
at
org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:294)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318)
at
org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:194)
at
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:170)
at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:88)
at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:107)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:240)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:143)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1275) at
com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1244) at
com.xpn.xwiki.web.Utils.parseTemplate(Utils.java:94) at
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:157) 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:596) at
javax.servlet.http.HttpServlet.service(HttpServlet.java:689) at
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:428) at
org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:830)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:117)
at
org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821)
at
org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:471)
at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:568)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1565) at
org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:633)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1517) at
org.mortbay.http.HttpServer.service(HttpServer.java:954) at
org.mortbay.http.HttpConnection.service(HttpConnection.java:816) at
org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:983) at
org.mortbay.http.HttpConnection.handle(HttpConnection.java:833) at
org.mortbay.http.SocketListener.handleConnection(SocketListener.java:244) at
org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357) at
org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)
--
View this message in context: http://www.nabble.com/Create-a-new-wiki-with-XWiki-Enterprise-Manager-throw…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Just started receiving the error below this week. Error originally
occurred when searching for text strings over 2 characters long, now
happens on any search. Assuming MySql related? Any ideas? Thank you.
Error number 4001 in 4: Error while parsing velocity page Main.WebSearch
Wrapped Exception: Invocation of method 'searchDocuments' in class
com.xpn.xwiki.api.XWiki threw exception class com.xpn.xwiki.XWikiException
: Error number 3223 in 3: Exception while searching documents with sql ,
XWikiAttachment attach, XWikiAttachmentContent as attachc where doc.id =
attach.docId and attach.id = attachc.id and attachc.content like '%cl%'
Wrapped Exception: could not execute query
I've installed the Enterprise Edition that embed a Jetty server and I can't
login into superadmin to restore backup. I used the 1.0 edition with no
problem and now with the last edition, superadmin account is not available
unless I uncomment the line which configure the superadmin password in
opensi.cfg file. The message is "Wrong password".
How can activate superadmin account ?
--
View this message in context: http://www.nabble.com/Cannot-login-to-superadmin-account-with-enterprise-ed…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi there,
I'm trying to authenticate using NIS, but I have a problem related to
com.xpn.xwiki.user.impl.xwiki.XWikiAuthServiceImpl.
Given the next code :
public class NISAuthServiceImpl extends XWikiAuthServiceImpl {
public Principal authenticate(String userId, String password,
XWikiContext context)
throws
XWikiException {
log.debug(DEBUG + "NIS Authenticator Improved : " + userId );
...
}
authenticate is called each time a page is loaded.
If no authentiction is done the userId vaue show is null, but when
logging in it also is anull (and obviusly no login is performed).
Any clue on how to solve this ??
TIA
--
Víctor A. Rodríguez (http://www.bit-man.com.ar)
El bit Fantasma (Bit-Man) - Algorithm junkie
Perl Mongers Capital Federal (http://cafe.pm.org/)
GNU/Linux User Group - FCEyN - UBA (http://glugcen.dc.uba.ar/
Hi XWiki friends,
Ludovic and I will be attending the Google Summer of Code mentor
summit at Google's MountainView headquarters in October so we thought
it would a nice opportunity to meet up with XWiki users/developers
and anyone interested in general.
The dates are between the 7th of October and the 11th.
Would some of you be interested in meeting up?
Would you know where we could set this up? Does any of you have some
spare room that you could lend for this event?
Thanks a lot
-Vincent
Hi,
An export bug! Which version? The Latest? We tend to use the import/export
facility for backups and for moving wiki data between secure networks rather
than faff around with backing up using the database - we need something easy
and straigh forward! So we really need the import/export facility to be bomb
proof especially mitgated up to newer versions of wikis. Ideally it would be
great to do incremental exports/backups and schedule backups overnight to
backed up network drives. This is an important area of XWiki providing
security of data to wiki users.
Regards,
Richard
-----Original Message-----
From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org]On Behalf
Of Vincent Massol
Sent: 04 October 2007 17:38
To: XWiki Users
Subject: Re: [xwiki-users] [ANN] XWiki Enterprise 1.2M1 Released
On Oct 4, 2007, at 6:21 PM, G.Schoepp wrote:
> Vincent Massol schrieb:
>> Main changes from 1.1.1:
>> * Document history is now kept in a separate table in the
>> database which means that Document load time is now improved and
>> independent on the number of revisions
>
> Mh, this looks like a change in the database structure. How does
> this go
> together with the migration notes:
Good catch. I'll change that. To be honest I don't know how to
migrate. I think Artem (who did the changes) has setup an automatic
migration system in place but that needs to be tested out.
If you're interested in testing it that would be great :)
Note: I've just discovered 2 serious bugs (there are probably more)
due to the heavy code changes: export don't produce valid XARs
anymore and attachments don't seem to work. This proves we need more
automated functional tests.
Thanks
-Vincent
>> Migrating from 1.1.1 There have been no changes to the database
>> structure so you can simply install this version and configure it to
>> point to your existing database.
>
> Guido
_______________________________________________
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
> Try to put this JSP page in the ROOT context:
> <%
> String redirectURL = "/xwiki/bin/view/Main/WebHome";
> response.sendRedirect(redirectURL);
> %>
>
>
> Guido
Thanks Guido and Marc,
I could never find the real "root" directory with Jetty, so I scrapped that, installed Tomcat, put the index.jsp in the Tomcat root (Tomcat 6.0/webapps/ROOT) and it worked perfectly. As an added benefit, it seems Tomcat is a lot faster than Jetty.
I appreciate it,
--Bill