Hi,
After installing the blog application some random errors are occurring when
I try to create a new post.
I’m using Xwiki enterprise 1.4-milestone-1, Tomcat 5.5.23, java 1.6.0_01 and
HSQLDB 1.8.0.7 running on a SuSE Linux Server.
When I want to create a new post, sometimes it works just fine, but
sometimes I get this message after clicking in the Create Post button:
A problem occurred while trying to service your request. Please contact the
support if this happens again.
The action performed by the Create Post button is:
<input type="submit" value="Create Post" onclick='if
(updateName(this.form.name)) {this.form.action="../../bin/inline/" +
this.form.webname.value + "/" + this.form.name.value; this.form.submit();
}'>
And the detailed exception is:
26/05/2008 12:00:26 org.apache.catalina.core.StandardHostValve status
WARNING: Exception Processing ErrorPage[errorCode=404,
location=/bin/view/Main/DocumentDoesNotExist]
ClientAbortException: java.net.SocketException: Broken pipe
at
org.apache.catalina.connector.OutputBuffer.doFlush(OutputBuffer.java:327)
at org.apache.catalina.connector.OutputBuffer.flush(OutputBuffer.java:293)
at org.apache.catalina.connector.Response.flushBuffer(Response.java:539)
at
org.apache.catalina.core.StandardHostValve.status(StandardHostValve.java:287)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:870)
at
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
at
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
at
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:685)
at java.lang.Thread.run(Thread.java:619)
Caused by: java.net.SocketException: Broken pipe
at java.net.SocketOutputStream.socketWrite0(Native Method)
at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:92)
at java.net.SocketOutputStream.write(SocketOutputStream.java:136)
at
org.apache.coyote.http11.InternalOutputBuffer.realWriteBytes(InternalOutputBuffer.java:747)
at org.apache.tomcat.util.buf.ByteChunk.flushBuffer(ByteChunk.java:432)
at
org.apache.coyote.http11.InternalOutputBuffer.flush(InternalOutputBuffer.java:305)
at
org.apache.coyote.http11.Http11Processor.action(Http11Processor.java:992)
at org.apache.coyote.Response.action(Response.java:183)
at
org.apache.catalina.connector.OutputBuffer.doFlush(OutputBuffer.java:322)
... 13 more
I couldn’t resolve it by myself, if anyone has a hint for it…
Thanks
Gabriel Vilela
--
View this message in context: http://www.nabble.com/Random-errors-when-trying-to-use-Blog-application-tp1…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Yes, itt's quite a steep learning curve / barrier to get over in order to
help develop XWiki ... I've managed to setup Maven and access the repository
and put it into Eclipse and now I'm trying to see how to build and debug
within Eclipse ... (using Thomas Mortagne's new tutorial - thanks Thomas!)
and then figure out how XWiki works and how I might contribute to it ....
Richard
-----Original Message-----
From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org]On Behalf
Of Vincent Massol
Sent: 23 May 2008 09:05
To: XWiki Users
Subject: Re: [xwiki-users] Development of a private XWiki
Hi,
On May 23, 2008, at 8:41 AM, baeumchen wrote:
>
> Hello,
>
> I read a lot about developing XWiki, I installed maven, a
> subclient, ... and
> got the repository, too. I want to ask, if I understood it right,
> that I
> work together with the community on developing the XWiki code. That
> means,
> that I'm programming something and then put it up to the repository.
> After
> checking my changes, they are available for other developers.
>
> If this is right, I'd like to know, if it is possible, to work on
> the code
> of my private XWiki, which is installed. I tried to import the .xar
> file to
> eclipse, but I didn't find anything. I searched a lot for a solution
> but now
> I'm at a point, where I don't know how to carry on with developing.
>
> So my question is:
> I'd like to develop the code of my own XWiki, not on the repository,
> is this
> possible?
Sure, check the dev wiki at http://dev.xwiki.org
Thanks
-Vincent
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
Thales UK Ltd (Wells) DISCLAIMER: The information contained in this e-mail
is confidential. It may also be legally privileged. It is intended only for
the stated addressee(s) and access to it by any other person is
unauthorised. If you are not an addressee, you must not disclose, copy,
circulate or in any other way use or rely on the information contained in
this e-mail. Such unauthorised use may be unlawful. We may monitor all
e-mail communications through our networks. If you have received this e-mail
in error, please inform us immediately on +44 (0) 1749 672081 and delete it
and all copies from your system. We accept no responsibility for changes to
any e-mail which occur after it has been sent. Attachments to this e-mail
may contain software viruses which could damage your system. We therefore
recommend you virus-check all attachments before opening. A business of
Thales UK Ltd. Registered Office: 2 Dashwood Lang Road, The Bourne Business
Park, Addlestone, Weybridge, Surrey KT15 2NX Registered in England No.
868273
Hi everyone,
Here's a strategy that I try to follow and that I think might be good
that we all follow. The end goal is to improve the XWiki documentation
on xwiki.org.
Here's how it goes:
1) someone (A) asks a question on a xwiki list
2) someone (B) knows the answer
3) B verifies that the answer can be found on xwiki.org and if so
gives a link to it in the reply to A
4) If the answer is not found on xwiki.org, then B adds it (*) and
then gives a link to it in the reply to A
In this manner we'll all enrich the xwiki documentation and it'll only
take marginally longer to answer questions. The next time someone asks
the question again we can simply point him/her to the location on
xwiki.org
What happens now is that usually people answer in the email, often
giving very long and elaborate answers with lots of knowledge/wisdom
in it. Then another person comes in, asks the same question and we
answer again, etc. The result is:
* the xwiki.org documentation is not better
* overall as a team we are less efficient
(*) One difficult in putting the answer on xwiki.org is to find the
right location where to put it. So here are a few tips:
* For code snippets, add it to the Code Zone
* For questions on how to use XWiki, please add it to the Features guide
* For development questions, add it to the Developer's guide
* For configuration questions and administration questions, add it to
the Administration guide
* For other questions, add them to the FAQ
Applying my own strategy, you can find the content of this email at http://tinyurl.com/4xfel2
:)
Let me know what you think!
Thanks
-Vincent
Hello. concerning spaces in xwiki, i would like to know how to delete a space or a page with a few lines of code(velocity), not using delete.vm. like it was with create a page in velocity.
if you know how to do that i would appreciate some hints.
thank you
Take care ,
Gabriela Radu :)
www.gabrielaradu.com
Heey, does anyone know how to fix this!?
In version 1.1.2 I was able to continue list using \ (double
backslash) on the next
line, like:
1. lalalala\
#picture_macro()
1. rrererer\
#picture_macro()
So the picture or some text would be in the list item.
It was very nice when posting a big text with paragraphs, so you can
actually see those paragraphs in a wiki code.
But now (version 1.3) it doesn't work, and I'm forced to modify all
the pages and use instead this syntax:
1. lalala\#picture_macro()
1. ererer\#picture_macro()
Also, wiki code becomes "unreadable" when posting a big text.
Ar cieņu, Mihails
Hi,
I am querying for all the users whose addresses are matching a
particular pattern. (there is an "address" property in the UserClass).
Also I want to the results to be sorted by another property, "username".
I found a similar query in this mailing list thread :
http://www.nabble.com/select-objects-by-class-and-sort-by-property-tf710844…
I tried forming the following query but it is wrong.
, BaseObject as obj, StringProperty as prop, StringProperty as otherprop
join obj.id=otherprop.id.id and otherprop.id.name='username' where
obj.name=doc.fullName and obj.className='Users.UserClass' and
obj.id=prop.id.id and prop.id.name='address' and prop.value like
'%someaddress%' order by otherprop.value
Can anyone tell me what the correct query should be like.
Thanks in advance
Roopesh
------------------
DigitalGlue, India
Hi everyone!
I would like to create a wiki in your farm to host the work of the
editorial board of the Galician Translation Journal "Viceversa"
(http://webs.uvigo.es/webatg/viceversa/viceversa.htm). We are looking
for a utility that allows us to share files, edit collaboratively,
keep track of the work online, etc. and I think XWiki is the thing!
My user name: alugris
Proposed wiki name: viceversa
Thank you!
Alberto
--
=======================================================================
Alberto Álvarez Lugrís <alugris(a)uvigo.es>
Facultade de Filoloxía e Tradución
Universidade de Vigo
Campus Universitario Lagoas/Marcosende s/n
36310 Vigo
Pontevedra
Tel.: 986 812 329
Fax: 986 812 380
http://www.tradutoresgalegos.org [Asociación de Tradutores Galegos]
http://www.bivir.com [Biblioteca Virtual]
http://www.uvigo.es/webs/h06/weba573/indice.html [Área de T&I]
http://webs.uvigo.es/alugris [Docencia]
=======================================================================
*
Mike,
Can you document useful code snipets like this on the XWiki site? Thanks.
Regards,
Richard
-----Original Message-----
From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org]On Behalf
Of Mike Oliver
Sent: 22 May 2008 20:56
To: users(a)xwiki.org
Subject: Re: [xwiki-users] Creating a Toolbar of my own
Bingo we have a winner...
#set ($hql = ", BaseObject as obj where obj.name=doc.fullName
and obj.className='XWiki.ToolbarClass' and
obj.name<>'XWiki.ToolbarClassTemplate'")
#set ($toolbars= $xwiki.searchDocuments($hql))
#if ($toolbars.size() > 0)
#foreach ($toolbar in $toolbars)
#set ($itemdoc = $xwiki.getDocument($toolbar))
#set ($itemobject = $itemdoc.getObject('XWiki.ToolbarClass'))
#set ($imgsrc =
$xwiki.getAttachmentURL("$itemdoc","$itemdoc.display('UpIcon')"))
* <a href="/xwiki/bin/view/$itemdoc.display('GotoPage')"><img
src="$imgsrc"/></a> [$toolbar] <br>
Mike Oliver wrote:
>
> Ok almost there...
>
> This line works with the Click here link, but the img link doesn't.
>
>
> * <img src="$imgsrc"/> [Click here>$itemdoc.display('GotoPage')]
> [$toolbar] <br>
>
>
> Mike Oliver wrote:
>>
>> Ok proding right along I got the icon attached to the toolbar page to
>> display for each in the toolbars list, but the link on the image doesn't
>> work.
>>
>> Here is the latest...
>>
>> #set ($hql = ", BaseObject as obj where obj.name=doc.fullName
>> and obj.className='XWiki.ToolbarClass' and
>> obj.name<>'XWiki.ToolbarClassTemplate'")
>> #set ($toolbars= $xwiki.searchDocuments($hql))
>> #if ($toolbars.size() > 0)
>> #foreach ($toolbar in $toolbars)
>> #set ($itemdoc = $xwiki.getDocument($toolbar))
>> #set ($itemobject = $itemdoc.getObject('XWiki.ToolbarClass'))
>> #set ($imgsrc =
>> $xwiki.getAttachmentURL("$itemdoc","$itemdoc.display('UpIcon')"))
>>
>> * [<img src="$imgsrc"/> > $itemdoc.display('GotoPage')]
>> [$toolbar] <br>
>>
>> #the following is just to show what's in the properties using a couple
>> different methods, I tried both above.
>> $itemdoc.display('UpIcon') | $itemdoc.display('DownIcon') |
>> $itemdoc.display('GotoPage') | $itemobject.getProperty('GotoPage').value
>> <br>
>>
>> #end
>> #else
>> #info("There are no Toolbar documents in this wiki!")
>> #end
>>
>>
>> Mike Oliver wrote:
>>>
>>> Ok first problem solved the img link had the arguments in the wrong
>>> order so
>>>
>>> <mg
>>>
src="$xwiki.getAttachmentURL("AEBtn0.jpg","Toolbar.AdvancedEditorButton")"
>>> /> was bad and
>>>
>>> <mg
>>>
src="$xwiki.getAttachmentURL("Toolbar.AdvancedEditorButton","AEBtn0.jpg")"
>>> /> was good.
>>>
>>> Now the question is, given the desire to show in the dashboard now and
>>> eventually in a panel later the icons named in the properties of the
>>> toolbar classes, how do I loop through the toolbars and build the displa
>>> from the properties?
>>>
>>>
>>> Mike Oliver wrote:
>>>>
>>>> I am making good progress on a new Class that has properties, style
>>>> sheet and template that I created after following the Todo Tutorial.
>>>>
>>>> The ToolbarClass has the following properties
>>>>
>>>> Type/Name/SampleContent
>>>>
>>>> String/Title/Advanced Editor
>>>> TextArea/Description/This button takes you to the advanced editor page
>>>> String/UpIcon/AEBtn0.jpg
>>>> String/DownIcon/AEBtn1.jpg
>>>> String/DisabledIcon/AEBtn2.jpg
>>>> String/GotoPage/Tools.AdvancedEditor
>>>>
>>>> Also following the Todo Tutorial I created the Toolbar Space Web Home
>>>> page dashboard with
>>>>
>>>>
>>>> #set ($hql = ", BaseObject as obj where obj.name=doc.fullName
>>>> and obj.className='XWiki.ToolbarClass' and
>>>> obj.name<>'XWiki.ToolbarClassTemplate'")
>>>> #set ($toolbars= $xwiki.searchDocuments($hql))
>>>> #if ($toolbars.size() > 0)
>>>> #foreach ($toolbar in $toolbars)
>>>>
>>>> * [$toolbar]
>>>>
>>>> #end
>>>> #else
>>>> #info("There are no Toolbar documents in this wiki!")
>>>> #end
>>>>
>>>> And I added the Comments object to the ToolbarClassTemplate
>>>> and then added a couple of document and attached the UPIcon and
>>>> DownIcon images as attachments.
>>>>
>>>> Going to the Web Home of the I see the list of the two document with
>>>> the ToolbarClass object on them so cool beans just as the tutorial
>>>> instructed with the names changed and bingo we have a winner.
>>>>
>>>> Now the tricky part, I want to show the attached images in the
>>>> dashboard for each document, where the property of the Toolbar object
>>>> for UpIcon is used to identifiy which attachment to display.
>>>>
>>>> I tried
>>>>
>>>>
>>>> #set ($hql = ", BaseObject as obj where obj.name=doc.fullName
>>>> and obj.className='XWiki.ToolbarClass' and
>>>> obj.name<>'XWiki.ToolbarClassTemplate'")
>>>> #set ($toolbars= $xwiki.searchDocuments($hql))
>>>> #if ($toolbars.size() > 0)
>>>> #foreach ($toolbar in $toolbars)
>>>>
>>>> * <<mg
>>>>
src="$xwiki.getAttachmentURL("AEBtn0.jpg","Toolbar.AdvancedEditorButton")"
>>>> /> [$toolbar]
>>>>
>>>> #end
>>>> #else
>>>> #info("There are no Toolbar documents in this wiki!")
>>>> #end
>>>>
>>>> where I know that AEBtn0.jpg is the attached image but that doesn't
>>>> show.
>>>>
>>>> Eventually I want to use the string in the UpIcon property to identify
>>>> the image to display but unless I can get the attachement to display on
>>>> another page I cannot proceed.
>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
>
--
View this message in context:
http://www.nabble.com/Creating-a-Toolbar-of-my-own-tp17410485p17412204.html
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 am using XE 1.3.2 and Mysql 5.0 with jetty 5.1.5. Can any one give a
support for JNDI configuration of jetty 5.1.5 (Not jetty 6). Or is it same
for both Jetty 5 & jetty 6? Can any one help?
Regards,
Project trainees.
Again,
Now, I will tell my problem in detailed!! I have create a class with
some properties and through this, I can insert & display data(by using
velocity and HTML). I have to fetch and insert this data into a Mysql
table. I could connect to Mysql through Groovy but couldn't integrate
this with Velocity.
The code which I have used and the error showed is:-
#foreach ($todo in $todos)
<tr>
#set ($todoDoc = $xwiki.getDocument($todo))
#set ($todoObj = $todoDoc.getObject("XWiki.TodoClass"))
<td>[$todoObj.ID>$todo]</td>
<td>[$todoObj.ProjectName>$todo]</td>
<td>$todoObj.Assignee</td>
<td>$todoObj.TargetDate</td>
<td>$todoObj.Status</td>
</tr>
<%
import groovy.sql.Sql
db = Sql.newInstance("jdbc:mysql://localhost/test", "root",
"amma123", "com.mysql.jdbc.Driver")
db.execute("insert into projects (id, project, assignee,
last_modified_datetime) values (${$todoObj.ID}, ${$todoObj.ProjectName},
${$todoObj.Assignee}), ${$todoObj.Status})")
%>
#end
Error number 4002 in 4: Error while parsing groovy page Todo.WebHome
Wrapped Exception: startup failed, Script1.groovy: 5: Unknown type:
SCOPE_ESCAPE at line: 5 column: 92. File: Script1.groovy @ line 5, column
92.
Hopes response,
Thanks,
Project trainees.
Hi!
In version 1.1.2 I was able to continue list using \ on the next
line, like:
1. lalalala\
#picture_macro()
1. rrererer\
#picture_macro()
So the picture or some text would be in the list item.
It was very nice when posting a big text with paragraphs, so you can
actually see those paragraphs in a wiki code.
But now (version 1.3) it doesn't work, and I'm forced to modify all
the pages and use instead this syntax:
1. lalala\#picture_macro()
1. ererer\#picture_macro()
Also, wiki code becomes "unreadable" when posting a big text.
Ar cieтu, Mihails
Hi,
I am using XE 1.3.2 and Mysql 5.0 with jetty 5.1.5. Can any one give a
support for JNDI configuration of jetty 5.1.5 (Not jetty 6). Or is it same
for both Jetty 5 & jetty 6? Can any one help?
Regards,
Project trainees.
Hello!
Did anyone encoutered such a problem with XEclipse?
My operating system is: Windows XP
Java: java 6 update 4
Xeclipse version: xwiki-eclipse-rcp-win32-win32-x86-1.1
xeclipse log:
!SESSION 2008-05-23 10:59:36.078 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.6.0_04
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=ro_RO
Command-line arguments: -os win32 -ws win32 -arch x86
!ENTRY org.eclipse.core.runtime 2 0 2008-05-23 10:59:37.234
!MESSAGE Authorization infrastructure (org.eclipse.core.runtime.compatibility.auth) not installed.
!STACK 0
java.lang.NoClassDefFoundError: org/eclipse/core/internal/runtime/auth/AuthorizationHandler
at org.eclipse.core.internal.runtime.InternalPlatform.initializeAuthorizationHandler(InternalPlatform.java:603)
at org.eclipse.core.internal.runtime.InternalPlatform.start(InternalPlatform.java:745)
at org.eclipse.core.internal.runtime.PlatformActivator.start(PlatformActivator.java:31)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:999)
at java.security.AccessController.doPrivileged(Native Method)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:993)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:974)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:350)
at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1118)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:634)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:508)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:282)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:468)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:195)
at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:297)
Caused by: java.lang.ClassNotFoundException: org.eclipse.core.internal.runtime.auth.AuthorizationHandler
at java.lang.ClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClassInternal(BundleLoader.java:429)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:369)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:357)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:83)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
... 16 more
I cannot connect to any server. and I haven't got a clue of what is that.
THX!
Take care ,
Gabriela Radu :)
www.gabrielaradu.com
Hello,
I'm having some trouble understating how the default permissions work
and could use some help/guidance. I've got workspaces running,
configured to authenticated off AD and have user groups populating via
the group mapping stuff. It works really slick.
My problem stems from when a new user logs into xwiki the My Dashboard
pages just says.
"You cannot create a personnal space since your not registered on this
wiki!"
Also when a user tries to edit their profile image I get this error.
Error You are not allowed to view this document or perform this
action.
The user is a member of the XWikiAllGroup and those pages work for my
superadmin account.
I guess my question is what types of permissions are required for that
functionality to work and how do I go about changing them so they will
work. I've fumbled around in the space rights and global rights
changing all sorts of stuff but not really making any headway in getting
those sections working.
Thanks
Justin St. Onge
Academic Server Administrator/Lab Coordinator
SUNY College at Oneonta <http://www.oneonta.edu/> - Academic Computer
Services <http://helpdesk.oneonta.edu/>
stongejc(a)oneonta.edu
"Look, defenseless babies!"
Fletch
Hello,
I read a lot about developing XWiki, I installed maven, a subclient, ... and
got the repository, too. I want to ask, if I understood it right, that I
work together with the community on developing the XWiki code. That means,
that I'm programming something and then put it up to the repository. After
checking my changes, they are available for other developers.
If this is right, I'd like to know, if it is possible, to work on the code
of my private XWiki, which is installed. I tried to import the .xar file to
eclipse, but I didn't find anything. I searched a lot for a solution but now
I'm at a point, where I don't know how to carry on with developing.
So my question is:
I'd like to develop the code of my own XWiki, not on the repository, is this
possible?
Thanks a lot!
Yours sincerely
Lisa Wäldchen
--
View this message in context: http://www.nabble.com/Development-of-a-private-XWiki-tp17359119p17359119.ht…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Thanks Sergio.
My wiki is on the farm (http://patternlanguagenetwork.myxwiki.org/). Does
that mean its a virtual wiki, and I cannot have programming rights? That
means I can't write or install any groovy code, and can't access
$context.context. Very limiting!
- Yishay
> Date: Fri, 16 May 2008 15:22:54 +0200
> From: Sergiu Dumitriu <sergiu(a)xwiki.com>
> Subject: Re: [xwiki-users] permitting "programming"
>
> Yishay Mor wrote:
> > the adminstration panel does not include a column for "programming". How
> do
> > I grant a user programming rights?
> >
>
> That appears only in the global rights (not on space or document
> rights), and only in the main wiki (virtual wikis can't have programming
> rights for the moment, for security reasons).
>
> --
> Sergiu Dumitriu
> http://purl.org/net/sergiu/
>
>
>
___________________________
Yishay Mor, Researcher, London Knowledge Lab
http://www.lkl.ac.uk/people/mor.htmlhttp://yishaym.wordpress.comhttps://www.linkedin.com/in/yishaymorhttp://www.google.com/calendar/embed?src=yishaym%40gmail.com
+44-20-78378888 x5737
Hi all,
Here is my problem, I switch from xwiki DB authentication to our corporate
LDAP, and some user will have their login changed.
Ex: in xwiki they created some basic username such as their first name, and
in LDAP they will have to enter their corporate login that is usually the
first letter of their first name concatened to the seven first character to
their name.
Some users in this case have already created a lot of documents and if I
change directly the Xwiki.userName in the database this does not work as it
seems that the login is used to reference all document from a specific user.
So how to change the ownership of document from old name to new name ?
Fabien
I am making good progress on a new Class that has properties, style sheet and
template that I created after following the Todo Tutorial.
The ToolbarClass has the following properties
Type/Name/SampleContent
String/Title/Advanced Editor
TextArea/Description/This button takes you to the advanced editor page
String/UpIcon/AEBtn0.jpg
String/DownIcon/AEBtn1.jpg
String/DisabledIcon/AEBtn2.jpt
String/GotoPage/Tools.AdvancedEditor
Also following the Todo Tutorial I created the Toolbar Space Web Home page
dashboard with
#set ($hql = ", BaseObject as obj where obj.name=doc.fullName
and obj.className='XWiki.ToolbarClass' and
obj.name<>'XWiki.ToolbarClassTemplate'")
#set ($toolbars= $xwiki.searchDocuments($hql))
#if ($toolbars.size() > 0)
#foreach ($toolbar in $toolbars)
* [$toolbar]
#end
#else
#info("There are no Toolbar documents in this wiki!")
#end
And I added the Comments object to the ToolbarClassTemplate
and then added a couple of document and attached the UPIcon and DownIcon
images as attachments.
Going to the Web Home of the I see the list of the two document with the
ToolbarClass object on them so cool beans just as the tutorial instructed
with the names changed and bingo we have a winner.
Now the tricky part, I want to show the attached images in the dashboard for
each document, where the property of the Toolbar object for UpIcon is used
to identifiy which attachment to display.
I tried
#set ($hql = ", BaseObject as obj where obj.name=doc.fullName
and obj.className='XWiki.ToolbarClass' and
obj.name<>'XWiki.ToolbarClassTemplate'")
#set ($toolbars= $xwiki.searchDocuments($hql))
#if ($toolbars.size() > 0)
#foreach ($toolbar in $toolbars)
* $xwiki.getAttachmentURL( [$toolbar]
#end
#else
#info("There are no Toolbar documents in this wiki!")
#end
where I know that AEBtn0.jpg is the attached image but that doesn't show.
Eventually I want to use the string in the UpIcon property to identify the
image to display but unless I can get the attachement to display on another
page I cannot proceed.
--
View this message in context: http://www.nabble.com/Creating-a-Toolbar-of-my-own-tp17410485p17410485.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
I am using XE 1.3.2 and Mysql 5.0 with jetty 5.1.5. Can any one give a
support for JNDI configuration of jetty 5.1.5 (Not jetty 6).
Regards,
Project trainees.
Ok, how do I contact the administrator?
thanks.
> From: Sergiu Dumitriu <sergiu(a)xwiki.com>
> Subject: Re: [xwiki-users] permitting "programming"
>
>
> Yishay Mor wrote:
> > Thanks Sergio.
> >
> > My wiki is on the farm (http://patternlanguagenetwork.myxwiki.org/).
> Does
> > that mean its a virtual wiki, and I cannot have programming rights? That
> > means I can't write or install any groovy code, and can't access
> > $context.context. Very limiting!
> >
>
> You can quickly install a standalone distribution on your computer,
> where you can write the scripts you need, testing that they work, then
> you can put them on the public wiki and ask an administrator to review
> and save them.
>
>
>
___________________________
Yishay Mor, Researcher, London Knowledge Lab
http://www.lkl.ac.uk/people/mor.htmlhttp://yishaym.wordpress.comhttps://www.linkedin.com/in/yishaymorhttp://www.google.com/calendar/embed?src=yishaym%40gmail.com
+44-20-78378888 x5737
> Message: 5
> Date: Thu, 22 May 2008 17:07:04 +0200
> From: Sergiu Dumitriu <sergiu(a)xwiki.com>
> Subject: Re: [xwiki-users] [myxwiki] new wiki request
> To: XWiki Users <users(a)xwiki.org>
> Message-ID: <48358C18.3080507(a)xwiki.com>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> S?bastien Sauteur wrote:
>> Hello,
>> I'dl like to have a myxwiki opened.
>> What for : it's been a while i try to foster (my 2 cents) the use of
>> wikis,
>> and today mainly through the Explorateursduweb'collective's actions, that
>> consist into explaining potential users, the advantages of some of the
>> web
>> tools and technologies (basically it's all about trying to explain things
>> in
>> a plain language). With that in mind, i am from time to time led to
>> answer
>> that question :"which wiki should or could i use ?". And because i am a
>> consciensous guy, i only talk about what i know, so when i 've not had
>> the
>> opportunity to play around with a tool/software, i just don't talk about
>> it.
>> And i fell it's quite a pitty regarding XWiki, because i) it's a french
>> team
>> ; ii) it seems to be a nice bunch of people ; and iii) the programmable
>> facet of XWiki surely makes it a must... and some people have already
>> asked
>> me for that kind of functionnalities... but again i need to play with it
>> first, before talking about it.
>> 2nd potential use : for the Explorateursduweb themselves (though not sure
>> at
>> all, yet)
>
> Since XWiki provides a simple package suited for fast experimentation,
> you could download the zip distribution, unpack it and run it (less than
> 1 minute until you have the wiki up and running). Of course, we tried to
> make the web interface as powerful as possible, so there are little
> things you cannot modify directly from the web. Don't read this message
> as a hint not to use the myxwiki farm, but just as a helpful tip. Most
> people expect lots of work when installing a web application, but XWiki
> has this nice distribution where you just unpack and run.
>
> http://maven.xwiki.org/releases/com/xpn/xwiki/products/xwiki-enterprise-hsq…
>
> --
> Sergiu Dumitriu
> http://purl.org/net/sergiu/
>
Thanks for the lead Sergiu,
I'll probably have a local installation too, as i did with the Drupal CMS
i'm discovering (with a Bitnami stack) ; very useful for me to try things
out before going online, and also to test import/export of datas and other
stuff. But the goal is also to have other friends of mine go and play inside
XWiki workspaces, i.e. use the wiki for what it's for... and i have to say
that beeing some kind of a "pronetarian", according to the french
prospectivist Joël De Rosnay's neologism
(http://fr.wikipedia.org/wiki/Pron%C3%A9taire), it's quite a challenge for
me to have a publicly accessible server, running the proper environnement...
so relying on your hosting services is a must, without saying that i feel
better joining the community here and there, and see the big picture
evolvments.
So thank you tooVincent, for the opening of explorateursduweb.myxwiki.org
:-)
--
Sébastien Sauteur
Hi,
I've just installed xwiki (1.4.9828), using the enterprise .war, with
the DB backed into PostgreSQL (using the latest jdbc4 8.3-603
driver). Things seem to be mostly working, however I am unable to
create groups. When I try to 'Add new group' and fill out the 'Create
new group' form, no new group appears. I can however create pages &
users.
However it does look as though it is doing _something_ as I can see
rows being added to the xwikiobjects table e.g.:
-1972220124;0;"XWiki.foo";"XWiki.TagClass"
What can I do to debug this issue?
Thanks,
David.
David Brain
dbrain(a)bandwidth.com
919.297.1078
Hi,
When I try to change the skin with the admin gui to albatross i get
the following stack trace:
Error number 3201 in 3: Exception while saving document
XWiki.XWikiPreferences
Wrapped Exception: Row was updated or deleted by another transaction
(or unsaved-value mapping was incorrect):
[com.xpn.xwiki.objects.LargeStringProperty#]
com.xpn.xwiki.XWikiException: Error number 3201 in 3: Exception while
saving document XWiki.XWikiPreferences
Wrapped Exception: Row was updated or deleted by another transaction
(or unsaved-value mapping was incorrect):
[com.xpn.xwiki.objects.LargeStringProperty#]
at com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiDoc(XWikiHibernateStore.java:573)
at com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:97)
at com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:91)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1130)
at com.xpn.xwiki.web.SaveAction.save(SaveAction.java:130)
at com.xpn.xwiki.web.SaveAction.action(SaveAction.java:140)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:204)
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:112)
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.valves.AccessLogValve.invoke(AccessLogValve.java:541)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:868)
at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:663)
at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
at java.lang.Thread.run(Thread.java:595)
Wrapped Exception:
org.hibernate.StaleObjectStateException: Row was updated or deleted by
another transaction (or unsaved-value mapping was incorrect):
[com.xpn.xwiki.objects.LargeStringProperty#]
at org.hibernate.persister.entity.AbstractEntityPersister.check(AbstractEntityPersister.java:1765)
at org.hibernate.persister.entity.AbstractEntityPersister.update(AbstractEntityPersister.java:2407)
at org.hibernate.persister.entity.AbstractEntityPersister.updateOrInsert(AbstractEntityPersister.java:2307)
at org.hibernate.persister.entity.AbstractEntityPersister.update(AbstractEntityPersister.java:2607)
at org.hibernate.action.EntityUpdateAction.execute(EntityUpdateAction.java:92)
at org.hibernate.engine.ActionQueue.execute(ActionQueue.java:250)
at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:234)
at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:142)
at org.hibernate.event.def.AbstractFlushingEventListener.performExecutions(AbstractFlushingEventListener.java:298)
at org.hibernate.event.def.DefaultFlushEventListener.onFlush(DefaultFlushEventListener.java:27)
at org.hibernate.impl.SessionImpl.flush(SessionImpl.java:1000)
at org.hibernate.impl.SessionImpl.managedFlush(SessionImpl.java:338)
at org.hibernate.transaction.JDBCTransaction.commit(JDBCTransaction.java:106)
at com.xpn.xwiki.store.XWikiHibernateBaseStore.endTransaction(XWikiHibernateBaseStore.java:816)
at com.xpn.xwiki.store.XWikiHibernateBaseStore.endTransaction(XWikiHibernateBaseStore.java:787)
at com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiDoc(XWikiHibernateStore.java:563)
at com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:97)
at com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:91)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1130)
at com.xpn.xwiki.web.SaveAction.save(SaveAction.java:130)
at com.xpn.xwiki.web.SaveAction.action(SaveAction.java:140)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:204)
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:112)
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.valves.AccessLogValve.invoke(AccessLogValve.java:541)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:868)
at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:663)
at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684
at java.lang.Thread.run(Thread.java:595)
---------------------------------------------------------------------------------------------------------------
Originally i was using 1.1.1.5166 over mysql 4.1.20. Changing the skin
works fine here.
I am testing xwiki 1.4 before we put it into production, so i loaded
up the database dump from from the production xwiki (v1.1.1.5116) onto
a server running mysqI 5.0.58 and xwiki v1.4.9828. Thats where i get
the stack trace. I also noticed that with the Toucan skin, the
administration tools are messed up. No users/groups show up when you
click the tab on the admin page. but when i change the skin to
albatross the users/groups show up.
Any help is appreciated. Thanks!
Marlon
Hi,
I just installed xwiki work spaces version 1.0 on tomcat 6.0.16
and mysql database. The documentation says that I should be able to login
using Admin / admin as username / password. But it is not allowing me to
login and gives a wrong username message everytime. Can somebody please tell
what the correct username / password is to log into the wiki after a fresh
installation. Your help is much appreciated.
Regards,
Swarn
Sorry... just realized that i had (possibly) messed up the way requests are
handled... as i messed up with multiple emails sendings...
--
Sébastien Sauteur
----- Original Message -----
From: "Sébastien Sauteur" <sebastien.sauteur(a)gmail.com>
To: <vincent(a)massol.net>
Sent: Thursday, May 22, 2008 4:23 PM
Subject: Re: [xwiki-users] [myxwiki] new wiki request
> Hi Vincent,
> Oupss... i forgot the name of the wiki... so yes,
> explorateursduweb.myxwiki.org will be just perfect :-)
> Thanks
> --
> Sébastien
>
>
> -----------
> Message: 6
> Date: Thu, 22 May 2008 08:52:55 +0200
> From: Vincent Massol <vincent(a)massol.net>
> Subject: Re: [xwiki-users] [myxwiki] new wiki request
> To: XWiki Users <users(a)xwiki.org>
> Message-ID: <356E57FD-7797-44CF-A24E-527B8AA08F57(a)massol.net>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes
>
> Hi Sebastien,
>
> Thanks very much for your detailed explanation. Just to be sure,
> what's the name of the wiki you'd like opened?
> explorateursduweb.myxwiki.org?
>
> Thanks
> -Vincent
Hi,
I want to seuup a page with the TOC in a box on the right. But the lines
bellow the titles are overwriting the TOC and I get this result:
<http://suporte.cosmodata.info/xwiki/bin/view/Sandbox/TesteAlain01>
I tested with Windows/Linux and Explorer7/Firefox/Opera. There is an
image of what happens in the same page. I set the page to editable
without login, just in case it would help.
Maybe I am even using the wrong Macro !!!!
-----I did this:--------------
1 Teste de Lista tipo Conteúdo
#startfloatingbox()
#toc("" "" "true")
#endfloatingbox()
1.1 Manual do Usuário
1.1.1 teste
Este é o manual ...
1.1.1 Adendimento de Eventos Recebidos
-----------------
Please help,
Alain
Hello,
I'dl like to have a myxwiki opened.
What for : it's been a while i try to foster (my 2 cents) the use of wikis,
and today mainly through the Explorateursduweb'collective's actions, that
consist into explaining potential users, the advantages of some of the web
tools and technologies (basically it's all about trying to explain things in
a plain language). With that in mind, i am from time to time led to answer
that question :"which wiki should or could i use ?". And because i am a
consciensous guy, i only talk about what i know, so when i 've not had the
opportunity to play around with a tool/software, i just don't talk about it.
And i fell it's quite a pitty regarding XWiki, because i) it's a french team
; ii) it seems to be a nice bunch of people ; and iii) the programmable
facet of XWiki surely makes it a must... and some people have already asked
me for that kind of functionnalities... but again i need to play with it
first, before talking about it.
2nd potential use : for the Explorateursduweb themselves (though not sure at
all, yet)
My myxwiki.org's username : SebastienSauteur
Thanks in advance,
Yours
----
Sébastien Sauteur
(who tried his best to make its request plain english ;-)
I downloaded the Xwiki Workspaces Windows installer today (5.21.2008)
I installed the XWiki Workspaces
I started XWiki
I logged in as Admin and created a new Space
I edited the default page and saved it.
I got the following runtime error and I continue to get it every time I save
the page. I have shutdown and restarted XWiki and my browser and I still
get the error. The changes seem to save correctly.
Error number 13007 in 3: Exception while loading lock
Wrapped Exception: a different object with the same identifier value was
already associated with the session:
[com.xpn.xwiki.doc.XWikiLock#-891181972]
com.xpn.xwiki.XWikiException: Error number 13007 in 3: Exception while
loading lock
Wrapped Exception: a different object with the same identifier value was
already associated with the session:
[com.xpn.xwiki.doc.XWikiLock#-891181972]
at
com.xpn.xwiki.store.XWikiHibernateStore.loadLock(XWikiHibernateStore.java:1674)
at
com.xpn.xwiki.store.XWikiCacheStore.loadLock(XWikiCacheStore.java:385)
at
com.xpn.xwiki.doc.XWikiDocument.removeLock(XWikiDocument.java:3651)
at com.xpn.xwiki.web.SaveAction.save(SaveAction.java:133)
at com.xpn.xwiki.web.SaveAction.action(SaveAction.java:140)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:204)
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:616)
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:112)
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:
org.hibernate.NonUniqueObjectException: a different object with the same
identifier value was already associated with the session:
[com.xpn.xwiki.doc.XWikiLock#-891181972]
at
org.hibernate.event.def.DefaultLoadEventListener.load(DefaultLoadEventListener.java:150)
at
org.hibernate.event.def.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:195)
at
org.hibernate.event.def.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:103)
at org.hibernate.impl.SessionImpl.fireLoad(SessionImpl.java:878)
at org.hibernate.impl.SessionImpl.load(SessionImpl.java:784)
at
com.xpn.xwiki.store.XWikiHibernateStore.loadLock(XWikiHibernateStore.java:1668)
at
com.xpn.xwiki.store.XWikiCacheStore.loadLock(XWikiCacheStore.java:385)
at
com.xpn.xwiki.doc.XWikiDocument.removeLock(XWikiDocument.java:3651)
at com.xpn.xwiki.web.SaveAction.save(SaveAction.java:133)
at com.xpn.xwiki.web.SaveAction.action(SaveAction.java:140)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:204)
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:616)
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:112)
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/Runtime-Exception-in-XWiki-Workspaces-tp17366227p1736…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
I just had the problem describe in XWIKI-2339.
Now, it is not clear which column of which table I have to modify.
Would it be possible to have an example of SQL query to alter the column
for MySQL ?
It would be nice to have this info in the jira issue and/or in the faq.
Thanks,
Nico
Loris,
Maybe one of the files in the XAR is corrupt - by process of elimination you
could delete the files in the XAR and add them back one at a time and see if
the import works ... but if you have hundreds of files in the XAR then its
not a very practical thing to do. If a XWiki developer were able to use your
XAR then they could debug the import code to see where it falls over to
identify the problem, but that could take awhile and won't help you solve
the problem in the short term.
Regards,
Richard
-----Original Message-----
From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org]On Behalf
Of Loris Conedera
Sent: 21 May 2008 11:39
To: XWiki Users
Subject: Re: [xwiki-users] Problems importing 1.4 default XAR
Thanks for help but...
... I checked the XAR package and there aren't empty files.
Loris
2008/5/21 goldring, richard <richard.goldring(a)uk.thalesgroup.com>:
> Loris,
>
> In WinZip check if the XAR contains an empty file - if so delete it and
> reattach the XAR and click on the link again. If that doesn't fix it then
I
> don't know what could be the problem. So I hope it works!
>
> Regards,
> Richard
>
> -----Original Message-----
> From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org]On Behalf
> Of Loris Conedera
> Sent: 21 May 2008 11:21
> To: XWiki Users
> Subject: [xwiki-users] Problems importing 1.4 default XAR
>
>
> Hi,
>
> I have some problems importing the 1.4 default XAR. I just upgraded
> Xwiki to 1.4 Release and all seems to work fine, the problem is that
> when I attach a XAR to import contents and after I click on the link
> to show Documents contained, nothing appens!
> I checked in "xwiki.log" and in Tomcat logs but I can't find any error
> line...
> It seems that the browser doesn't send any request to Server...
> I never experienced this kind of problem before and I hope someone can
> give me a solution.
> Thanks,
>
> Loris Conedera
> _______________________________________________
> 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
> _______________________________________________
> 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
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
Loris,
In WinZip check if the XAR contains an empty file - if so delete it and
reattach the XAR and click on the link again. If that doesn't fix it then I
don't know what could be the problem. So I hope it works!
Regards,
Richard
-----Original Message-----
From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org]On Behalf
Of Loris Conedera
Sent: 21 May 2008 11:21
To: XWiki Users
Subject: [xwiki-users] Problems importing 1.4 default XAR
Hi,
I have some problems importing the 1.4 default XAR. I just upgraded
Xwiki to 1.4 Release and all seems to work fine, the problem is that
when I attach a XAR to import contents and after I click on the link
to show Documents contained, nothing appens!
I checked in "xwiki.log" and in Tomcat logs but I can't find any error
line...
It seems that the browser doesn't send any request to Server...
I never experienced this kind of problem before and I hope someone can
give me a solution.
Thanks,
Loris Conedera
_______________________________________________
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 have some problems importing the 1.4 default XAR. I just upgraded
Xwiki to 1.4 Release and all seems to work fine, the problem is that
when I attach a XAR to import contents and after I click on the link
to show Documents contained, nothing appens!
I checked in "xwiki.log" and in Tomcat logs but I can't find any error line...
It seems that the browser doesn't send any request to Server...
I never experienced this kind of problem before and I hope someone can
give me a solution.
Thanks,
Loris Conedera
Hi,
I have to deal some external data in my XE 1.3.2. I am using Mysql 5.0
and Jetty 5.1.5. I followed this
http://xwikisql.gradsoft.ua/docs/XWikiSqlPluginGuide.html and write the
code
##receive database
#set($mydb=$xwiki.sql.getDatabase("test"))
#set($result=$mydb.executeUpdate("update student set Name = ? where RNo =
?", ["Happy", 28]))
When I saved this, nothing on the page but in the start console it shows:-
2008-05-21 12:53:54,781 [http://localhost:8181/xwiki/bin/view/main/amma]
[P1-18]
ERROR xwikisql.SqlPlugin - exception during creation of
datasource
test
javax.naming.NoInitialContextException: Need to specify class name in
environmen
t or system property, or as an applet parameter, or in an application
resource f
ile: java.naming.factory.initial
at javax.naming.spi.NamingManager.getInitialContext(Unknown Source)
at javax.naming.InitialContext.getDefaultInitCtx(Unknown Source)
at javax.naming.InitialContext.getURLOrDefaultInitCtx(Unknown Source)
at javax.naming.InitialContext.lookup(Unknown Source)
at ua.gradsoft.xwikisql.SqlPlugin.createDataSource(SqlPlugin.java:95)
at ua.gradsoft.xwikisql.SqlPlugin.createDatabase(SqlPlugin.java:84)
at
ua.gradsoft.xwikisql.SqlPluginApi.getDatabase(SqlPluginApi.java:30)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.in
voke(UberspectImpl.java:295)
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.j
ava:245)
at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTRefer
ence.java:203)
at
org.apache.velocity.runtime.parser.node.ASTReference.value(ASTReferen
ce.java:419)
at
org.apache.velocity.runtime.parser.node.ASTExpression.value(ASTExpres
sion.java:73)
at
org.apache.velocity.runtime.parser.node.ASTSetDirective.render(ASTSet
Directive.java:125)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.
java:318)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRend
erer.java:241)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRend
erer.java:155)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.render(XWikiVelocityRender
er.java:95)
at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXW
ikiRenderingEngine.java:252)
at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXW
ikiRenderingEngine.java:176)
at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXW
ikiRenderingEngine.java:145)
at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderDocument(Defau
ltXWikiRenderingEngine.java:134)
at
com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java
:418)
at com.xpn.xwiki.api.Document.getRenderedContent(Document.java:371)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.in
voke(UberspectImpl.java:295)
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.j
ava:245)
at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTRefer
ence.java:203)
at
org.apache.velocity.runtime.parser.node.ASTReference.render(ASTRefere
nce.java:294)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.
java:318)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRend
erer.java:241)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRend
erer.java:155)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1429)
at com.xpn.xwiki.api.XWiki.parseTemplate(XWiki.java:598)
at sun.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.in
voke(UberspectImpl.java:295)
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.j
ava:245)
at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTRefer
ence.java:203)
at
org.apache.velocity.runtime.parser.node.ASTReference.render(ASTRefere
nce.java:294)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.
java:318)
at
org.apache.velocity.runtime.directive.VelocimacroProxy.render(Velocim
acroProxy.java:194)
at
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirect
ive.java:170)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java
:74)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfSt
atement.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(ASTIfSt
atement.java:107)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.
java:318)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRend
erer.java:241)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRend
erer.java:155)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1429)
at com.xpn.xwiki.web.Utils.parseTemplate(Utils.java:108)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:208)
at
org.apache.struts.action.RequestProcessor.processActionPerform(Reques
tProcessor.java:431)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.ja
va:236)
at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:119
6)
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(SetCharacterEnc
odingFilter.java:117)
at
org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(
WebApplicationHandler.java:821)
at
org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicati
onHandler.java:471)
at
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:5
68)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1565)
at
org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplication
Context.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)
Where is my fault?
Regards,
Project trainees.
Hi,
We are trying to configure and get xWiki up and running for collaboration at
my organization. We have an issue because for some reason when a new space
is created and new pages within that space, the WYSIWYG Editor is not
working as it does on other public pages.
Instead of the formatting buttons, we only have a textarea to type in. Am I
missing something?
We have already tried to alter all the default editor options specifically
to wysiwyg with no luck.
Any advice?
Thanks,
--Kim
Sergiu,
Which bit is fixed? The generation of the empty file in the XAR on export OR
the import failing on the reading of an empty file in the XAR? Or both!?!
Thanks.
Richard
-----Original Message-----
From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org]On Behalf
Of Sergiu Dumitriu
Sent: 20 May 2008 13:38
To: XWiki Users
Subject: Re: [xwiki-users] Import problem
project_trainees(a)amritatech.com wrote:
> Hi Richard,
>
> I had an empty file in my XAR and that was the problem. Thank You very
> much.
This error is (supposed to be) fixed in 1.4.
--
Sergiu Dumitriu
http://purl.org/net/sergiu/
_______________________________________________
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
hallo
i am currently trying to setup xwiki on taomcat 5.5/mysql. until now its
doing quite well :)
my next step is to get ldap authentication against an active directory
working. i followed
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Authentication#HLDAPCon…
and some postings on the mailing list but i cant get it to work.
i either end up with:
com.xpn.xwiki.plugin.ldap.XWikiLDAPException: Error number 0 in 5: LDAP
bind failed with LDAPException.
Wrapped Exception: Invalid Credentials
or worse (with in my eyes the propper config):
WARN LDAP.XWikiLDAPAuthS
erviceImpl - LDAP authentication failed.
java.lang.NullPointerException
at
com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthServiceImpl.ldapAuthenticate(XWikiLDAPAuthServiceImpl.java:256)
at
com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthServiceImpl.authenticate(XWikiLDAPAuthServiceImpl.java:107)
at
com.xpn.xwiki.user.impl.xwiki.MyFormAuthenticator.authenticate(MyFormAuthenticator.java:194)
at
com.xpn.xwiki.user.impl.xwiki.MyFormAuthenticator.processLogin(MyFormAuthenticator.java:127)
at
com.xpn.xwiki.user.impl.xwiki.MyFormAuthenticator.processLogin(MyFormAuthenticator.java:112)
at
com.xpn.xwiki.user.impl.xwiki.XWikiAuthServiceImpl.checkAuth(XWikiAuthServiceImpl.java:214)
at com.xpn.xwiki.XWiki.checkAuth(XWiki.java:3307)
at
com.xpn.xwiki.user.impl.xwiki.XWikiRightServiceImpl.checkAccess(XWikiRightServiceImpl.java:136)
at com.xpn.xwiki.XWiki.checkAccess(XWiki.java:3315)
at com.xpn.xwiki.XWiki.prepareDocuments(XWiki.java:4259)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:173)
...
i've done ldap auth on several other tools (apache/subversion,
bugzilla). there i used two accounts: one allowed to bind to the active
directory and do searches and the useraccount itself.
in the xwiki config i can only see the user logging in is used to bind
to the ldap server?
is the documentation current for xwiki 1.3.2.9174? or can someone give
me a hint to make this work?
thanks a lot
regards
werner
Thanks a lot
Original Message:
Have you tried googling about it or reading the doc? :)
<br />
<br />FYI the doc is at:
<br />http://platform.xwiki.org/xwiki/bin/view/AdminGuide/ImportExport
<br />
<br />Thanks
<br />-Vincent
<br />
<br />On May 20, 2008, at 4:51 PM, Hosam Hassan wrote:
<br />
<br />> Hello all,
<br />>
<br />> Java Heap Space Out Of Memory Exception !
<br />>
<br />> I got that exception while trying to attach an xar file.
<br />>
<br />> Many thanks,
<br />>
<br />> Hosam
<br />_______________________________________________
<br />users mailing list
<br />users(a)xwiki.org
<br />http://lists.xwiki.org/mailman/listinfo/users
<br />
--
If you have an empty file in your XAR then delete that file (open in WinZip
to do this) - I have known empty files in a XAR cause the errors below.
Hope that helps.
Regards,
Richard
-----Original Message-----
From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org]On Behalf
Of project_trainees(a)amritatech.com
Sent: 20 May 2008 10:51
To: XWiki Users
Subject: Re: [xwiki-users] Import problem
Hi,
Now it shows:- (I didn't change the XAR ) What should I do!
2008-05-20 15:54:08,968
[http://localhost:8181/xwiki/bin/import/XWiki/Import?act
ion=getPackageInfos&name=xwiki-enterprise-installer-windows-1.3.2.xar&xpage=
plai
n&_=] [P1-18] WARN web.XWikiAction - Uncaught exception:
Error
number 11015 in 11: Exception while importing
Wrapped Exception: Error number 2002 in 2: Error parsing xml
Wrapped Exception: Error on line -1 of document : Premature end of file.
Nested
exception: Premature end of file.
com.xpn.xwiki.XWikiException: Error number 11015 in 11: Exception while
importin
g
Wrapped Exception: Error number 2002 in 2: Error parsing xml
Wrapped Exception: Error on line -1 of document : Premature end of file.
Nested
exception: Premature end of file.
at com.xpn.xwiki.web.ImportAction.render(ImportAction.java:94)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:198)
at
org.apache.struts.action.RequestProcessor.processActionPerform(Reques
tProcessor.java:431)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.ja
va:236)
at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:119
6)
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(SetCharacterEnc
odingFilter.java:117)
at
org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(
WebApplicationHandler.java:821)
at
org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicati
onHandler.java:471)
at
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:5
68)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1565)
at
org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplication
Context.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:
com.xpn.xwiki.XWikiException: Error number 2002 in 2: Error parsing xml
Wrapped Exception: Error on line -1 of document : Premature end of file.
Nested
exception: Premature end of file.
at com.xpn.xwiki.doc.XWikiDocument.fromXML(XWikiDocument.java:2357)
at
com.xpn.xwiki.plugin.packaging.Package.readFromXML(Package.java:715)
at com.xpn.xwiki.plugin.packaging.Package.Import(Package.java:388)
at
com.xpn.xwiki.plugin.packaging.PackageAPI.Import(PackageAPI.java:173)
at com.xpn.xwiki.web.ImportAction.render(ImportAction.java:42)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:198)
at
org.apache.struts.action.RequestProcessor.processActionPerform(Reques
tProcessor.java:431)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.ja
va:236)
at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:119
6)
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(SetCharacterEnc
odingFilter.java:117)
at
org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(
WebApplicationHandler.java:821)
at
org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicati
onHandler.java:471)
at
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:5
68)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1565)
at
org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplication
Context.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:
org.dom4j.DocumentException: Error on line -1 of document : Premature end
of fi
le. Nested exception: Premature end of file.
at org.dom4j.io.SAXReader.read(SAXReader.java:482)
at org.dom4j.io.SAXReader.read(SAXReader.java:343)
at com.xpn.xwiki.doc.XWikiDocument.fromXML(XWikiDocument.java:2355)
at
com.xpn.xwiki.plugin.packaging.Package.readFromXML(Package.java:715)
at com.xpn.xwiki.plugin.packaging.Package.Import(Package.java:388)
at
com.xpn.xwiki.plugin.packaging.PackageAPI.Import(PackageAPI.java:173)
at com.xpn.xwiki.web.ImportAction.render(ImportAction.java:42)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:198)
at
org.apache.struts.action.RequestProcessor.processActionPerform(Reques
tProcessor.java:431)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.ja
va:236)
at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:119
6)
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(SetCharacterEnc
odingFilter.java:117)
at
org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(
WebApplicationHandler.java:821)
at
org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicati
onHandler.java:471)
at
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:5
68)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1565)
at
org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplication
Context.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)
Nested exception:
org.xml.sax.SAXParseException: Premature end of file.
at
org.apache.xerces.parsers.AbstractSAXParser.parse(AbstractSAXParser.j
ava:1183)
at org.dom4j.io.SAXReader.read(SAXReader.java:465)
at org.dom4j.io.SAXReader.read(SAXReader.java:343)
at com.xpn.xwiki.doc.XWikiDocument.fromXML(XWikiDocument.java:2355)
at
com.xpn.xwiki.plugin.packaging.Package.readFromXML(Package.java:715)
at com.xpn.xwiki.plugin.packaging.Package.Import(Package.java:388)
at
com.xpn.xwiki.plugin.packaging.PackageAPI.Import(PackageAPI.java:173)
at com.xpn.xwiki.web.ImportAction.render(ImportAction.java:42)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:198)
at
org.apache.struts.action.RequestProcessor.processActionPerform(Reques
tProcessor.java:431)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.ja
va:236)
at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:119
6)
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(SetCharacterEnc
odingFilter.java:117)
at
org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(
WebApplicationHandler.java:821)
at
org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicati
onHandler.java:471)
at
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:5
68)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1565)
at
org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplication
Context.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)
2008-05-20 15:54:09,390
[http://localhost:8181/xwiki/bin/import/XWiki/Import?act
ion=getPackageInfos&name=xwiki-enterprise-installer-windows-1.3.2.xar&xpage=
plai
n&_=] [P1-18] WARN doc.XWikiDocument - Failed to display
field [c
ontent] in [view] mode for Object [Panels.Search]
2008-05-20 15:54:09,390
[http://localhost:8181/xwiki/bin/import/XWiki/Import?act
ion=getPackageInfos&name=xwiki-enterprise-installer-windows-1.3.2.xar&xpage=
plai
n&_=] [P1-18] WARN doc.XWikiDocument - Failed to display
field [c
ontent] in [view] mode for Object [Panels.QuickLinks]
2008-05-20 15:54:09,390
[http://localhost:8181/xwiki/bin/import/XWiki/Import?act
ion=getPackageInfos&name=xwiki-enterprise-installer-windows-1.3.2.xar&xpage=
plai
n&_=] [P1-18] WARN doc.XWikiDocument - Failed to display
field [c
ontent] in [view] mode for Object [Panels.MyRecentModifications]
2008-05-20 15:54:09,390
[http://localhost:8181/xwiki/bin/import/XWiki/Import?act
ion=getPackageInfos&name=xwiki-enterprise-installer-windows-1.3.2.xar&xpage=
plai
n&_=] [P1-18] WARN doc.XWikiDocument - Failed to display
field [c
ontent] in [view] mode for Object [Panels.NewPage]
Thanks,
Project trainees.
> On May 19, 2008, at 4:39 PM, goldring, richard wrote:
>
>> Hi,
>>
>> Maybe there needs to be a progress indicator or log window listing
>> each wiki
>> page as its added to the wiki so the user knows something is
>> happening!
>
> Definitely, this should be improved.
>
> However please note that the Import feature is not meant to import
> large XARs. Right now the solution is to use database import and
> exports.
> See http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Backup
>
> Note: I've personally never waited more than 10-20 seconds for the
> list of XAR documents to be displayed (this is before the actual
> import happens).
>
> Thanks
> -Vincent
>> Hi! Importing large XARs takes very long time, so you should really
>> wait :). In my case, importing ~9mb XAR took about ~1 hour.
>> Quoting project_trainees(a)amritatech.com [1]: >
>>> On May 19, 2008, at 9:22 AM, project_trainees(a)amritatech.com
>> wrote:
>>>
>>>>> Hi,
>>>>
>>>> In the logs it shows :-
>>>>
>>>> 127.0.0.1 - - [19/May/2008:08:02:00 +0000]
>>>>
>> "GET/xwiki/bin/import/XWiki/Import?action=getPackageInfos&name=xwiki-
>>>> enterprise-installer-windows-1.3.2.xar&xpage=plain&_=
>>>> HTTP/1.1" 200 8748 750
>>>>
>>>> In the start console it shows:-
>>>>
>>>> 2008-05-19 13:34:53,687
>>>>
>>
[http://localhost:8181/xwiki/bin/import/XWiki/Import?action=getPackageInfos&
>> name=xwiki-enterprise-installer-windows-1.3.2.xar&xpage=plai
>>>> n&_=] [P1-18] WARN doc.XWikiDocument - Failed to display field
>>>> [content]
>>>> in [view] mode for Object [Panels.NewPage]
>>>>
>>>> I think the size is large (1893835)
>>>> What should be my next step?
>>>
>>> Did you wait enough? The logs don't show anything wrong I think.
>>>
>>> What version of "XWiki" are you using?
>> Hi,
>> I waited enough and nothing happens.I am using XE 1.3.2 and Mysql
>> 5.0
>> Thanks,
>> project trainees.
>>>>> On May 19, 2008, at 8:46 AM, project_trainees(a)amritatech.com
>> wrote:
>>>>>
>>>>>> Hi,
>>>>>>
>>>>>> I attached a XAR file to upload and when I select the file to
>>>>>> import, it
>>>>>> doesn't shows any documents. But when I attached and selected a
>> TODO
>>>>>> application, it shows all documents of TODO. Why it is so? How
>> can I
>>>>>> import my XAR file? Can any one help?
>>>>>
>>>>> It means one of 2 things:
>>>>> 1) Your XAR is invalid/corrupted. Check the console logs on your
>>>>> xwiki
>>>>> server instance.
>>>>> 2) Your XAR was large and you have not waited enough (it takes
>> some
>>>>> time to display the content of a large XAR)
>>>>>
>>>>> Hope it helps,
>>>>> -Vincent
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
Thales UK Ltd (Wells) DISCLAIMER: The information contained in this e-mail
is confidential. It may also be legally privileged. It is intended only for
the stated addressee(s) and access to it by any other person is
unauthorised. If you are not an addressee, you must not disclose, copy,
circulate or in any other way use or rely on the information contained in
this e-mail. Such unauthorised use may be unlawful. We may monitor all
e-mail communications through our networks. If you have received this e-mail
in error, please inform us immediately on +44 (0) 1749 672081 and delete it
and all copies from your system. We accept no responsibility for changes to
any e-mail which occur after it has been sent. Attachments to this e-mail
may contain software viruses which could damage your system. We therefore
recommend you virus-check all attachments before opening. A business of
Thales UK Ltd. Registered Office: 2 Dashwood Lang Road, The Bourne Business
Park, Addlestone, Weybridge, Surrey KT15 2NX Registered in England No.
868273
Hi,
Maybe there needs to be a progress indicator or log window listing each wiki
page as its added to the wiki so the user knows something is happening!
Regards,
Richard
-----Original Message-----
From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org]On Behalf Of
Mihails Agafonovs
Sent: 19 May 2008 15:25
To: XWiki Users
Subject: Re: [xwiki-users] Import problem
Hi! Importing large XARs takes very long time, so you should really
wait :). In my case, importing ~9mb XAR took about ~1 hour.
Quoting project_trainees(a)amritatech.com [1]: >
> On May 19, 2008, at 9:22 AM, project_trainees(a)amritatech.com
wrote:
>
>>> Hi,
>>
>> In the logs it shows :-
>>
>> 127.0.0.1 - - [19/May/2008:08:02:00 +0000]
>>
"GET/xwiki/bin/import/XWiki/Import?action=getPackageInfos&name=xwiki-
>> enterprise-installer-windows-1.3.2.xar&xpage=plain&_=
>> HTTP/1.1" 200 8748 750
>>
>> In the start console it shows:-
>>
>> 2008-05-19 13:34:53,687
>>
[http://localhost:8181/xwiki/bin/import/XWiki/Import?action=getPackageInfos&
name=xwiki-enterprise-installer-windows-1.3.2.xar&xpage=plai
>> n&_=] [P1-18] WARN doc.XWikiDocument - Failed to display field
>> [content]
>> in [view] mode for Object [Panels.NewPage]
>>
>> I think the size is large (1893835)
>> What should be my next step?
>
> Did you wait enough? The logs don't show anything wrong I think.
>
> What version of "XWiki" are you using?
Hi,
I waited enough and nothing happens.I am using XE 1.3.2 and Mysql
5.0
Thanks,
project trainees.
>>> On May 19, 2008, at 8:46 AM, project_trainees(a)amritatech.com
wrote:
>>>
>>>> Hi,
>>>>
>>>> I attached a XAR file to upload and when I select the file to
>>>> import, it
>>>> doesn't shows any documents. But when I attached and selected a
TODO
>>>> application, it shows all documents of TODO. Why it is so? How
can I
>>>> import my XAR file? Can any one help?
>>>
>>> It means one of 2 things:
>>> 1) Your XAR is invalid/corrupted. Check the console logs on your
>>> xwiki
>>> server instance.
>>> 2) Your XAR was large and you have not waited enough (it takes
some
>>> time to display the content of a large XAR)
>>>
>>> Hope it helps,
>>> -Vincent
> _______________________________________________
> 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
Ar cieņu, Mihails
Links:
------
[1] mailto:project_trainees@amritatech.com
Advertisement:
prasi mammai!
www.mama.lv
_______________________________________________
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
the tree thing works following the example from the website.
i have an idea and i would like to ask for your feedback. i wanna make the tree dynamic. from(only) the user interface the user to be capable of creating new pages and children to the pages.(and delete them)
to autodetect where i am as a user, and when i press the 'add button' to make a new page that is a child of the page i am in. and so on. n levels.
i hope i have explained myself,...i reallly wanna know if you think this is possible in xwiki. thx
Take care ,
Gabriela Radu :)
www.gabrielaradu.com
Hi,
I attached a XAR file to upload and when I select the file to import, it
doesn't shows any documents. But when I attached and selected a TODO
application, it shows all documents of TODO. Why it is so? How can I
import my XAR file? Can any one help?
Regards,
Project Trainees.
Hi everyone!
I have upgraded XWiki from version 0.9.840 to version 1.3.2, using
"database copy" way to import data. The upgrade process gave me no
errors, everything is OK, but now I cannot rollback any page to a
previous version in the history, even if the page is created in the new
installation (v. 1.3.2).
In the log file there is this Java exception:
WARN web.XWikiAction - Uncaught exception: Error number 3004 in 3:
Exception while manipulating the archive for file new.jpg
Wrapped Exception: Error number 2002 in 2: Error parsing xml
Wrapped Exception: Error on line 1 of document : Content is not allowed
in prolog. Nested exception: Content is not allowed in prolog.
com.xpn.xwiki.XWikiException: Error number 3004 in 3: Exception while
manipulating the archive for file new.jpg
Wrapped Exception: Error number 2002 in 2: Error parsing xml
Wrapped Exception: Error on line 1 of document : Content is not allowed
in prolog. Nested exception: Content is not allowed in prolog.
at
com.xpn.xwiki.doc.XWikiAttachment.getAttachmentRevision(XWikiAttachment.java:513)
at com.xpn.xwiki.XWiki.rollback(XWiki.java:6127)
at com.xpn.xwiki.web.RollbackAction.action(RollbackAction.java:59)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:197)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:117)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
at
org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:190)
at
org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283)
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:690)
at java.lang.Thread.run(Thread.java:595)
Wrapped Exception:
com.xpn.xwiki.XWikiException: Error number 2002 in 2: Error parsing xml
Wrapped Exception: Error on line 1 of document : Content is not allowed
in prolog. Nested exception: Content is not allowed in prolog.
at
com.xpn.xwiki.doc.XWikiAttachment.fromXML(XWikiAttachment.java:327)
at
com.xpn.xwiki.doc.XWikiAttachment.getAttachmentRevision(XWikiAttachment.java:507)
at com.xpn.xwiki.XWiki.rollback(XWiki.java:6127)
at com.xpn.xwiki.web.RollbackAction.action(RollbackAction.java:59)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:197)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:117)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
at
org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:190)
at
org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283)
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:690)
at java.lang.Thread.run(Thread.java:595)
Wrapped Exception:
org.dom4j.DocumentException: Error on line 1 of document : Content is
not allowed in prolog. Nested exception: Content is not allowed in prolog.
at org.dom4j.io.SAXReader.read(SAXReader.java:482)
at org.dom4j.io.SAXReader.read(SAXReader.java:365)
at
com.xpn.xwiki.doc.XWikiAttachment.fromXML(XWikiAttachment.java:325)
at
com.xpn.xwiki.doc.XWikiAttachment.getAttachmentRevision(XWikiAttachment.java:507)
at com.xpn.xwiki.XWiki.rollback(XWiki.java:6127)
at com.xpn.xwiki.web.RollbackAction.action(RollbackAction.java:59)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:197)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:117)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
at
org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:190)
at
org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283)
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:690)
at java.lang.Thread.run(Thread.java:595)
Nested exception:
org.xml.sax.SAXParseException: Content is not allowed in prolog.
at
org.apache.xerces.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1183)
at org.dom4j.io.SAXReader.read(SAXReader.java:465)
at org.dom4j.io.SAXReader.read(SAXReader.java:365)
at
com.xpn.xwiki.doc.XWikiAttachment.fromXML(XWikiAttachment.java:325)
at
com.xpn.xwiki.doc.XWikiAttachment.getAttachmentRevision(XWikiAttachment.java:507)
at com.xpn.xwiki.XWiki.rollback(XWiki.java:6127)
at com.xpn.xwiki.web.RollbackAction.action(RollbackAction.java:59)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:197)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:117)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
at
org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:190)
at
org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283)
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:690)
at java.lang.Thread.run(Thread.java:595)
I use a MySQL database (v. 5.0), Tomcat (v. 6.0.16) as servlet
container, JDK 1.6.0_06 and Linux.
Any suggestion?
Thanks a lot!
Diego
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
Hello fellow XWikiers,
for those of you interested, we're taking part into the next French Wiki
Wednesday here in Paris this wednesday.
More info over here :
- In French : Wiki Wednesday France website :
http://www.wikiwednesday.fr/xwiki/bin/view/Evenements/yexNp
- The facebook event page :
http://www.facebook.com/event.php?eid=22358645019
We'd be glad to see some of you coming along to talk about wikis and how you
use them...
Non-French speakers and users, I hereby present my fullest apologies for the
unnecessary noise :-)
Looking forward meeting some of you there,
Guillaume
Hi,
I wish to add some velocity tools which can be using from my velocity
context.
To start with I would like to add some generic tools like ListTool provided
by org.apache.velocity.tools.generic.
In future I would also like to add my custom tools.
So is there any way that I can add these to xwiki via some config files and
use them in my .vm templates or wiki code.
Thanks
Sachin
-----
http://www.assembla.com/wiki/show/sachin_mittal about me:
--
View this message in context: http://www.nabble.com/Adding-velocity-tools-tp17315159p17315159.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello friends,
I wish to create a wiki for hosting informations about a party we're organizing.
How do i choose my wiki name / how do i know if it's available ? I'd
like to use "cinqtulipes"
user zuzur.
Thanks in advance,
Erwan
Hello,
How is it possible to define programing rights for a page?. I just know how to give programming rights to the users not on the page itself.
It is the same problem for all the pages nearly.
Thanks again,
Hosam
Original Message:
Hosam Hassan wrote:
<br />> Hello all,
<br />>
<br />> I recently moved my wiki from my local pc to the webserver. The problem is that in the /xwiki/bin/view/FAQs/NumberedSections in the wiki on the webserver the
<br />>
<br />> {code}
<br />> #set($context.tocNumbered = true)
<br />> #set($context.tocData = $tdoc.getTOC(2, 6, true))
<br />>
<br />> {code}
<br />>
<br />> Is not working it's just displayed empty, While on my local pc its working fine.
<br />> The database is the same in both and the wiki is the exact one.
<br />>
<br />> The only difference is that the web server version is running on tomcat 5 instead of tomcat 6 which I am running on my local pc. Is this the problem?
<br />>
<br />
<br />The page does not have programming rights.
<br />--
<br />Sergiu Dumitriu
<br />http://purl.org/net/sergiu/
<br />_______________________________________________
<br />users mailing list
<br />users(a)xwiki.org
<br />http://lists.xwiki.org/mailman/listinfo/users
<br />
--
Hello all,
I recently moved my wiki from my local pc to the webserver. The problem is that in the /xwiki/bin/view/FAQs/NumberedSections in the wiki on the webserver the
{code}
#set($context.tocNumbered = true)
#set($context.tocData = $tdoc.getTOC(2, 6, true))
{code}
Is not working it's just displayed empty, While on my local pc its working fine.
The database is the same in both and the wiki is the exact one.
The only difference is that the web server version is running on tomcat 5 instead of tomcat 6 which I am running on my local pc. Is this the problem?
Many thanks
Thats the part of the login in the Login.vm in the templates folder.
What should i change here?. I am not quiet familiar with xredirect and html thats why its a little confusing for me.
Thanks again
Original Message:
<br />On May 16, 2008, at 4:36 PM, Hosam Hassan wrote:
<br />
<br />> Hello Vincent,
<br />>
<br />> Where can i pass the xredirect parameter in the URL?
<br />
<br />hmm... in the login.vm file. Try changing the one in templates/
<br />
<br />-Vincent
<br />
<br />> Original Message:
<br />>
<br />> Hi,
<br />> <br />
<br />> <br />I think you can pass the xredirect parameter in the URL to
<br />> redirect to
<br />> <br />the page you want. Right now users are redirected to the page
<br />> they
<br />> <br />asked and not to Main.WebHome (unless they asked for that page
<br />> of
<br />> <br />course ;)).
<br />> <br />
<br />> <br />Thanks
<br />> <br />-Vincent
<br />> <br />
<br />> <br />On May 16, 2008, at 4:23 PM, Hosam Hassan wrote:
<br />> <br />
<br />> <br />> Hello guys,
<br />> <br />>
<br />> <br />> I want to redirect after login to a specific space instead of
<br />> <br />> getting redirected to the Main.Webhome. I want to redirect to
<br />> <br />> KnowledgeBase.Webhome for example
<br />> <br />>
<br />> <br />> I tried changing in the login.vml in the albatross folder
<br />> but no use.
<br />> <br />>
<br />> <br />> Where can i change this?
<br />> <br />_______________________________________________
<br />> <br />users mailing list
<br />> <br />users(a)xwiki.org
<br />> <br />http://lists.xwiki.org/mailman/listinfo/users
<br />> <br />
<br />>
<br />> --
<br />> _______________________________________________
<br />> users mailing list
<br />> users(a)xwiki.org
<br />> http://lists.xwiki.org/mailman/listinfo/users
<br />
<br />_______________________________________________
<br />users mailing list
<br />users(a)xwiki.org
<br />http://lists.xwiki.org/mailman/listinfo/users
<br />
--
Hello Vincent,
Where can i pass the xredirect parameter in the URL?
Cheers,
Hosam
Original Message:
Hi,
<br />
<br />I think you can pass the xredirect parameter in the URL to redirect to
<br />the page you want. Right now users are redirected to the page they
<br />asked and not to Main.WebHome (unless they asked for that page of
<br />course ;)).
<br />
<br />Thanks
<br />-Vincent
<br />
<br />On May 16, 2008, at 4:23 PM, Hosam Hassan wrote:
<br />
<br />> Hello guys,
<br />>
<br />> I want to redirect after login to a specific space instead of
<br />> getting redirected to the Main.Webhome. I want to redirect to
<br />> KnowledgeBase.Webhome for example
<br />>
<br />> I tried changing in the login.vml in the albatross folder but no use.
<br />>
<br />> Where can i change this?
<br />_______________________________________________
<br />users mailing list
<br />users(a)xwiki.org
<br />http://lists.xwiki.org/mailman/listinfo/users
<br />
--
Hello guys,
I want to redirect after login to a specific space instead of getting redirected to the Main.Webhome. I want to redirect to KnowledgeBase.Webhome for example
I tried changing in the login.vml in the albatross folder but no use.
Where can i change this?
Cheers and many thanks
Hi!
For some unknown reasons, "Choose editor" panel just doesn't exist in
my XWiki anymore. Where can I get this panel? In default *.xar version
1.3 there is no such panel.
Ar cieņu, Mihails
Hi,
I want to display all the pages of a specific space. For that I found the
following code :
#set($docs = $xwiki.getSpaceDocsName('MySpace'))
#foreach ($doc in $docs)
[${doc}]
#end
It works fine but I need more than that (ordering, exclusion...). So I'm
trying to find the same fonctionnality but with a query. I couldn't find
anything at
http://dev.xwiki.org/xwiki/bin/view/Design/XWiki+Query+Language+Specificati…
so I've tried several queries but in vain. I would like to do something like
that :
#set($query="where spaces='MySpace'")
#set($results = $xwiki.searchDocuments($query, 5, 0))
#foreach ($item in $results)
* $item <br/>
#end
Any idea ?
Thanks,
Antonio
hello!
where can i find the code that creates a new xwiki page? i know i can create new pages from xeclipse. but i wanna be able to create the pages from an interface. for instance to have a text field and a button, and when the button is pressed a new page will be created with the name given in the text field.
thank you for your time
I just installed 1.4 over an existing 1.3 version and got the following:
#template("startpage.vm")
#template("contentview.vm") #template("docextra.vm")
#template("endpage.vm")
but nothing else...
I started with the start_xwiki.bat
--
View this message in context: http://www.nabble.com/Problem-with-1.4-tp17268421p17268421.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
The XWiki development team is pleased to announce the release of XWiki
Enterprise 1.4 final.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
This release spanned a bit more than 2 months starting on the 8th of
March 2008 and ending on the 15th of May 2008.
During that period we implemented 116 issues, fixing 67 bugs and
adding new features such as:
* Attachment Rollback, when rollbacking a wiki page, attachments
versions are now rollbacked as well.
* 2 new colors were added for the toucan skin : Black & Dark Blue.
* Various performance improvements.
* New Admin page to monitor Requests in your XWiki instance
* The Index page was improved to add realtime page filtering.
* Keyboard shortcuts were made a generic feature using a standard
keyboard shortcuts set, see http://tinyurl.com/3hnvge
* The Watchlist feature now adds a diff in the email it sends when
watched documents or spaces are modified. The diff is between "first
revision since last notification" and "last revision".
* Added better Active Directory support by supporting case
insensitive username.
* Added Galician translation
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise14
Thanks
-The XWiki dev team
Hi,
we are students and want to have an XWiki on your farm. We create a
Website/Wiki for a voluntary fire department.
My user name is BernhardHirsch.
The prefered Server Name would be ffottnang.myxwiki.org
Thank you,
Bernhard Hirsch
James,
I too have issues with the WYSIWYG editor messing up pages. When it works -
its great, but when it seems to randomly mess you edits up - ahhh! It
doesn't seem to translate to wiki markup very well sometimes. I understand
there might be a new better WYSIWYG editor being developed perhaps maybe
available this September. Meantime I'd suggest using the wiki editor - it's
quite good when you get used to it and it doesn't mess up your pages
although it doesn't quite have all the features available that the WYSIWYG
editor.
Regards,
Richard
-----Original Message-----
From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org]On Behalf
Of James Dougherty
Sent: 15 May 2008 02:36
To: users(a)xwiki.org
Subject: [xwiki-users] Editing with Wysiwyg
I am having major difficulties with the Wysiwyg editor in both 1.3.2 and
1.4.
If I use Wysiwyg, the text font displayed while in the editor is not the
same as the final wiki page. Often I have several lines that are in a
different font, even though they looked the same while using Wysiwyg. I am
also finding random issues. For example, today I changed the font colour of
an index page and lost all of the links. I am using a standard Toucan skin.
Is it common to have problems with the Wysiwg editor, or is there a fix I
haven't found? I am finding I am spending as much time fixing the appearance
of pages as writing them. Alternatively, is there another wiki with better
editing.
Thanks
--
View this message in context:
http://www.nabble.com/Editing-with-Wysiwyg-tp17244408p17244408.html
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
I am having major difficulties with the Wysiwyg editor in both 1.3.2 and 1.4.
If I use Wysiwyg, the text font displayed while in the editor is not the
same as the final wiki page. Often I have several lines that are in a
different font, even though they looked the same while using Wysiwyg. I am
also finding random issues. For example, today I changed the font colour of
an index page and lost all of the links. I am using a standard Toucan skin.
Is it common to have problems with the Wysiwg editor, or is there a fix I
haven't found? I am finding I am spending as much time fixing the appearance
of pages as writing them. Alternatively, is there another wiki with better
editing.
Thanks
--
View this message in context: http://www.nabble.com/Editing-with-Wysiwyg-tp17244408p17244408.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi guys,
I am trying to configure xwiki's URL to make it shorter by following
instructions in http://platform.xwiki.org/xwiki/bin/view/Main/ShortURLs in
1.4-RC1 under tomcat
Everything is working fine except for configuring correctly static resources
(the 'hardest' part) to be served correctly by jetty which is difficult to
configure under tomcat.
My question is to know if it is easy to relocate 'static content' under
'/resources' directory for instance. Then it will be much more configurable.
instead of making N-servlet mappings for the following:
*.js
/yui/*
/wiki_editor/*
/tiny_mce/*
/skins/*
/s5/*
There won't have any mapping to do if files are relocated in a central
directory.
- My question is to know if it is easily to rewrite static content URL to
add '/resources' at the beginning. Can someone tell me how ?
- My second question is to know if you think that it is a good idea to
relocate all static resources under /resources for instance.
Many thanks !
Thomas
hi,
I am trying to upgrade my XE 1.2.1 to XE 1.3.2 . When I tried to import
the XAR file it shows the following . Why it is so? Can any one reply?
A problem occured while trying to service your request. Please contact the
support if this happens again.
Detailed information:
Error number 3232 in 3: Exception while saving attachment
xwiki-enterprise-installer-windows-1.2.1.xar of document
XWiki.Import
Wrapped Exception: Could not execute JDBC batch update
com.xpn.xwiki.XWikiException: Error number 3232 in 3: Exception while
saving attachment xwiki-enterprise-installer-windows-1.2.1.xar of document
XWiki.Import
Wrapped Exception: Could not execute JDBC batch update
at
com.xpn.xwiki.store.XWikiHibernateAttachmentStore.saveAttachmentContent(XWikiHibernateAttachmentStore.java:99)
at
com.xpn.xwiki.doc.XWikiDocument.saveAttachmentContent(XWikiDocument.java:2517)
at
com.xpn.xwiki.doc.XWikiDocument.saveAttachmentContent(XWikiDocument.java:2499)
at com.xpn.xwiki.web.UploadAction.action(UploadAction.java:129)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:197)
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:616)
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.sql.BatchUpdateException: Packet for query is too large (1458818 >
1048576). You can change this value on the server by setting the
max_allowed_packet' variable.
at
com.mysql.jdbc.PreparedStatement.executeBatch(PreparedStatement.java:1404)
at
org.apache.commons.dbcp.DelegatingStatement.executeBatch(DelegatingStatement.java:294)
at
org.apache.commons.dbcp.DelegatingStatement.executeBatch(DelegatingStatement.java:294)
at
org.hibernate.jdbc.BatchingBatcher.doExecuteBatch(BatchingBatcher.java:48)
at org.hibernate.jdbc.AbstractBatcher.executeBatch(AbstractBatcher.java:246)
at
org.hibernate.jdbc.AbstractBatcher.prepareStatement(AbstractBatcher.java:92)
at
org.hibernate.jdbc.AbstractBatcher.prepareStatement(AbstractBatcher.java:87)
at
org.hibernate.jdbc.AbstractBatcher.prepareBatchStatement(AbstractBatcher.java:222)
at
org.hibernate.persister.entity.AbstractEntityPersister.insert(AbstractEntityPersister.java:2224)
at
org.hibernate.persister.entity.AbstractEntityPersister.insert(AbstractEntityPersister.java:2660)
at
org.hibernate.action.EntityInsertAction.execute(EntityInsertAction.java:56)
at org.hibernate.engine.ActionQueue.execute(ActionQueue.java:250)
at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:234)
at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:141)
at
org.hibernate.event.def.AbstractFlushingEventListener.performExecutions(AbstractFlushingEventListener.java:298)
at
org.hibernate.event.def.DefaultFlushEventListener.onFlush(DefaultFlushEventListener.java:27)
at org.hibernate.impl.SessionImpl.flush(SessionImpl.java:1000)
at org.hibernate.impl.SessionImpl.managedFlush(SessionImpl.java:338)
at
org.hibernate.transaction.JDBCTransaction.commit(JDBCTransaction.java:106)
at
com.xpn.xwiki.store.XWikiHibernateBaseStore.endTransaction(XWikiHibernateBaseStore.java:783)
at
com.xpn.xwiki.store.XWikiHibernateBaseStore.endTransaction(XWikiHibernateBaseStore.java:754)
at
com.xpn.xwiki.store.XWikiHibernateAttachmentStore.saveAttachmentContent(XWikiHibernateAttachmentStore.java:94)
at
com.xpn.xwiki.doc.XWikiDocument.saveAttachmentContent(XWikiDocument.java:2517)
at
com.xpn.xwiki.doc.XWikiDocument.saveAttachmentContent(XWikiDocument.java:2499)
at com.xpn.xwiki.web.UploadAction.action(UploadAction.java:129)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:197)
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:616)
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)
Regards,
Project trainees.
Hi,
I have to deal some external data in xwiki. Is it require to connect
xwiki with Mysql through Hibernate.cfg or Is it possible through program
using velocity or groovy? Is velocity enough for transactions? One
another Qn. a groovy code should be called by a velocity code?
Thanks,
Project trainees.
I just upgraded from 1.1 to 1.4 RC2. The upgrade went pretty smoothly
but I overwrote our Quicklinks bar so I was trying to get it from my
backup. I uploaded the XAR but when I tried to open it I get
2008-05-08 17:34:01,056
[http://wiki/xwiki/bin/import/XWiki/Import?action=getPackageInfos&name=may08…]
[TP-Processor12] WARN web.XWikiAction - Uncaught
exception: Error number 11015 in 11: Exception while importing
Wrapped Exception: Unexpected end of ZLIB input stream
com.xpn.xwiki.XWikiException: Error number 11015 in 11: Exception while
importing
Wrapped Exception: Unexpected end of ZLIB input stream
at com.xpn.xwiki.web.ImportAction.render(ImportAction.java:94)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:205)
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:689)
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:112)
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:754)
at
org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:684)
at
org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:876)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
at java.lang.Thread.run(Thread.java:595)
Wrapped Exception:
java.io.EOFException: Unexpected end of ZLIB input stream
at
java.util.zip.InflaterInputStream.fill(InflaterInputStream.java:216)
at
java.util.zip.InflaterInputStream.read(InflaterInputStream.java:134)
at java.util.zip.ZipInputStream.read(ZipInputStream.java:139)
at java.util.zip.ZipInputStream.closeEntry(ZipInputStream.java:91)
at
java.util.zip.ZipInputStream.getNextEntry(ZipInputStream.java:69)
at
com.xpn.xwiki.plugin.packaging.Package.ReadZipInfoFile(Package.java:755)
at com.xpn.xwiki.plugin.packaging.Package.Import(Package.java:373)
at
com.xpn.xwiki.plugin.packaging.PackageAPI.Import(PackageAPI.java:202)
at com.xpn.xwiki.web.ImportAction.render(ImportAction.java:42)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:205)
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:689)
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:112)
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:754)
at
org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:684)
at
org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:876)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
at java.lang.Thread.run(Thread.java:595)
Doh!
-Dave
--
Dave Mangot
Terracotta Inc.
650 Townsend St. Suite 325
San Francisco, CA 94103 USA
+1 415 738 4059
dmangot(a)terracottatech.com
This e-mail incorporates Terracotta's confidentiality policy, which is
online at http://www.terracottatech.com/emailconfidentiality.shtml
Hello experts,
Is it possible to leave a Wysiwig editor on a page under following
requirements:
1. Allow the users to access the Wysiwyg but not the Wiki (i.e. to let the
editor be just an editor for content and not embed any velocity or JS code)
2. Store the contents added by the user in an object of Xwiki class
Would appreciate your response,
Regards,
Archana.
--
View this message in context: http://www.nabble.com/Wysiwyg-editor-tp17220248p17220248.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
Looking at the source code in http://svn.xwiki.org/svnroot/xwiki/xwiki-platform/core/trunk/xwiki-core/src…
/**
* The LDAP attribute containing the identifier for a user.
*/
private String uidAttributeName = LDAP_DEFAULT_UID;
static {
LDAP_GROUP_CLASS.add("group".toLowerCase());
LDAP_GROUP_CLASS.add("groupOfNames".toLowerCase());
LDAP_GROUP_CLASS.add("groupOfUniqueNames".toLowerCase());
LDAP_GROUP_CLASS.add("dynamicGroup".toLowerCase());
LDAP_GROUP_CLASS.add("dynamicGroupAux".toLowerCase());
LDAP_GROUP_CLASS.add("groupWiseDistributionList".toLowerCase());
LDAP_GROUP_MEMBER.add("member".toLowerCase());
LDAP_GROUP_MEMBER.add("uniqueMember".toLowerCase());
}
It seems there is no support for my openldap schema, my group class is "posixGroup" and my group membership attribute is "memberUid". Wouldn't it be a good idea to make these values configurable in xwiki.cfg?
Thanks,
Michael
----- "Michael Jeanson" <mjeanson(a)revolutionlinux.com> wrote:
> Hi,
>
> I'm trying to get ldap authentication working on xWiki 1.3.2.9174
> against an openldap server but there seems to be a problem with group
> membership validation.
>
> Here is what I have in the logs :
>
> [http-8080-1] DEBUG LDAP.XWikiLDAPAuthServiceImpl - Checking if the
> user belongs to the user group: cn=xwiki,ou=Group,dc=example,dc=net
> [http-8080-1] ERROR ldap.XWikiLDAPUtils - Could not find
> attribute uid for LDAP dn cn=xwiki,ou=Group,dc=example,dc=net
> [http-8080-1] DEBUG LDAP.XWikiLDAPAuthServiceImpl - Trying
> authentication against XWiki DB
> [http-8080-1] WARN LDAP.XWikiLDAPAuthServiceImpl - LDAP
> authentication failed.
>
> It seems xWiki uses the "uid" attribute to map group membership but in
> my case it should be "memberUid"
>
> The relevant configuration parameters :
>
> xwiki.authentication.ldap.user_group=cn=xwiki,ou=Group,dc=example,dc=net
> xwiki.authentication.ldap.UID_attr=uid
>
> The attribute "uid" is correctly used to define a unique user but I
> haven't found any parameter in the admin guide to define the group
> membership attribute, I am missing something?
>
> Thanks,
>
> Michael
>
> ---
> Michael Jeanson - Revolution Linux
> http://www.revolutionlinux.com - (819) 780 8955 #1119
>
> * Toute opinion et prise de position exprimée dans ce message est
> celle de son auteur et pas nécessairement celle de Révolution Linux.
> ** Any views and opinion presented in this e-mail are solely those of
> the author and do not necessarily represent those of Révolution Linux.
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
> Date: Tue, 13 May 2008 17:35:32 +0200
> From: Vincent Massol <vincent(a)massol.net>
>
> I've checked the farm status on
> http://myxwiki.org/xwiki/bin/view/XWiki/RequestsStatus
>
see - I already learnt something: first check the status!
> > Also, when I do learn something about XWiki, I'd like to give something
> back
> > by updating the documentation. I couldn't find a "register" link
> > there.
>
> there = xwiki.org or myxwiki.org?
>
>
good question.
I was thinking of
http://platform.xwiki.org/xwiki/bin/view/Main/Documentation
but perhaps for question specific to the farm, like this one, its better to
create a Help section on http://www.myxwiki.org/?
cheers,
- Yishay
Hello all, and apologies for the n00b questions.
I'm running a wiki on the wiki farm at:
http://patternlanguagenetwork.myxwiki.org/
For the last few days, I've noticed a significant degradation in
performance. I suspect this is not specific to my wiki, but affecting the
whole farm (http://www.myxwiki.org/ is also a bit slow to respond). The
documentation recommends some measures for boosting performance, but as far
as I can see they all require access to the underlying system, e.g. indexing
the SQL tables.
Also, when I do learn something about XWiki, I'd like to give something back
by updating the documentation. I couldn't find a "register" link there.
thanks,
- Yishay
--
___________________________
Yishay Mor, Researcher, London Knowledge Lab
http://www.lkl.ac.uk/people/mor.htmlhttp://yishaym.wordpress.comhttps://www.linkedin.com/in/yishaymorhttp://www.google.com/calendar/embed?src=yishaym%40gmail.com
+44-20-78378888 x5737
The XWiki development team is pleased to announce the release of XWiki
Enterprise Manager 1.2 Release Candidate 1.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
This release follow XWiki Enterprise 1.4 Release Candidate 1 release
to maintain XEM synchronised with XE.
It add the wiki name ajax based validation to the wiki creation page
and XE 1.4M2 -> XE 1.4RC1 dependency upgrade.
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXEM12RC1
Thanks -The XWiki dev team
We would like to move this site from the current farm to community farm:
parents2.xwiki.com (Community Site for Parents of Web 2.0 era)
to
parents2.myxwiki.org
My account on community farm is "weihsingwang"
Thanks.
Wei-hsing
-------------- Original message from Vincent Massol <vincent(a)xwiki.com>: --------------
> Hi Wei-hsing,
>
> Thanks for pinging me. I'm in SF at the JavaOne conference right now
> so I won't have time to do anything for a few days.
>
> Also you need to go at http://myxwiki.org and read the instructions
> there as I told you in my previous email. This farm is not managed by
> me. It's a community farm managed by the community which means you
> need to ask the community, not me. You'll see that once you send the
> email as instructed on myxwiki.org the wikis will get created very
> quickly.
>
> Last, the community will be able to create the new wikis for you but
> you'll have to do the migration of data from the old farm to this
> farm. Again if you want pro services then you should use the pro farm
> and then the XPertNet company can do the migration for you as part of
> the hosting cost you'd pay.
>
> Thanks
> -Vincent
>
> On May 7, 2008, at 4:04 PM, wangwh(a)att.net wrote:
>
> > Hi, Vincent,
> >
> > Just to make sure this is on your to-do list. Thank you very much.
> >
> > Best regards,
> > Wei-hsing
> >
> > -------------- Forwarded Message: --------------
> > From: wangwh(a)att.net
> > To: Vincent Massol
> > Subject: XWiki farm moves
> > Date: Sun, 4 May 2008 00:16:13 +0000
> >
> > Hi, Vincent,
> >
> > We would like to move these sites from the current farm to community
> > farm:
> >
> > parents2.xwiki.com (Community Site for Parents of Web 2.0 era)
> > princetongirlscouts.xwiki.com (Community Site for girl scouts at
> > Princeton)
> > confucius.xwiki.com (Community Site for Chinese traditional culture
> > study)
> > sos.xwiki.com (Community Site for youth volunteer services)
> >
> > My account on community farm is "weihsingwang".
> >
> > Thank you very much.
> >
> > Best regards,
> > Wei-hsing
> >
> > -------------- Original message from Vincent Massol
> > : --------------
> >
> >
> > >
> > > On Apr 29, 2008, at 4:27 PM, wangwh(a)att.net wrote:
> > >
> > > > Hi, Vincent,
> > > >
> > > > Thanks a lot. I have been using XWiki for a number of
> > applications,
> > > > some of them might need pro-farm service in the future. I would
> > like
> > > > to move a few sites to the Community farm for the up-to-date
> > > > features. Then request to move to pro-farm when need comes. Is
> > this
> > > > direction OK?
> > >
> > > Sure.
> > >
> > > Just to repeat myself the community farm has the following rules:
> > > * No support warranty. All support is done on the XWiki user
> > > mailing list by the community.
> > > * No stability warranty. We install the latest milestone version
> > > of XWiki Enterprise Manager on this farm and we use it as a
> > stability
> > > test for the XWiki development team.
> > > * No uptime warranty. It's possible the farm will be down a few
> > > days in a row although we'll do the maximum so that it doesn't
> > happen.
> > > * The farm is open to anyone to create wikis on. However the
> > > target users are mostly technical people who can support
> > themselves to
> > > some extent. This farm should never be used for business-critical
> > > wikis. For that please use a pro farm service like the one
> > provided by
> > > XPertNet.
> > >
> > > If you're ok with these rules just follow the instructions listed on
> > > http://myxwiki.org
> > > and I'll create the wiki for you.
> > >
> > > > Should I worry that the current XWiki farm be shut down any time
> > soon?
> > >
> > > We don't have any plan to close it right now. However we're not
> > > maintaining it anymore (it's not evolving).
> > >
> > > Thanks
> > > -Vincent Massol
> > >
> > >
> > > > I would like to give my users best experience with XWiki to keep
> > > > growing communities on XWiki.
> > > >
> > > > Best regards,
> > > > Wei-hsing
> > > >
> > > > -------------- Original message from Vincent Massol
> > > > : --------------
> > > >
> > > >
> > > > > Hi Wei-hsing,
> > > > >
> > > > > Just wanted to let you know that the Community farm is now
> > online at
> > > > > http://myxwiki.org
> > > > > .
> > > > >
> > > > > Thanks
> > > > > -Vincent Massol
> > > > > CTO XWiki SAS
> > > > >
> > > > > On Apr 23, 2008, at 6:18 PM, Vincent Massol wrote:
> > > > >
> > > > > > Hi Wei-hsing,
> > > > > >
> > > > > > On Apr 23, 2008, at 6:09 PM, wangwh(a)att.net wrote:
> > > > > >
> > > > > >> Hi, Vincent,
> > > > > >>
> > > > > >> Thanks a lot for the message. I think what you said is you
> > can
> > > > help
> > > > > >> me get an XWiki site on the community farm with the latest
> > > > version
> > > > > >> of XWiki. It will have the best design and interface but it
> > is
> > > > not
> > > > > >> guaranteed to be stable.
> > > > > >>
> > > > > >> I need to upgrade an existing XWiki site, but I am not sure
> > what
> > > > > >> will the look and feel be when you help me move it over.
> > Will the
> > > > > >> native search work better? look better?
> > > > > >
> > > > > > The look will be the one you want. The community farm has the
> > > > > > Albatross and Toucan skins ready. See
> > > > > http://platform.xwiki.org/xwiki/bin/view/Features/Skins
> > > > > > Re the search, not sure what you mean by "work better". But
> > yes it
> > > > > > does work fine.
> > > > > >
> > > > > >> (the site is at sos.xwiki.com) It is for a non-profit
> > group, so,
> > > > > >> not business critical. But, I also need to know if we
> > choose to
> > > > > >> move to the Pro-farm, what will be the lowest charge. (I
> > could
> > > > not
> > > > > >> find the pricing page, could you send a link to me?) What
> > will
> > > > Pro-
> > > > > >> farm give us?
> > > > > >
> > > > > > Someone from sales will answer you on these points.
> > > > > >
> > > > > >> Please don't move the site before we have all the
> > information.
> > > > > >> Thank you very much!
> > > > > >
> > > > > > Sure. If you were to choose the community offering I
> > wouldn't move
> > > > > > anything, you'll have to do it. What I would do is simply
> > create
> > > > an
> > > > > > empty wiki for you but you'll have to do all the
> > customizations
> > > > and
> > > > > > content move by exporting/importing your old content. And all
> > > > > > questions will have to go through the xwiki users mailing
> > list.
> > > > > >
> > > > > > Hope we can find a solution that will satisfy you! :)
> > > > > >
> > > > > > Thanks
> > > > > > -Vincent
> > > > > >> -------------- Original message from Vincent Massol
> > > > > >> >: --------------
> > > > > >>
> > > > > >>
> > > > > >> > FYI the community farm has been upgraded and is ready to
> > accept
> > > > > >> wikis.
> > > > > >> >
> > > > > >> > Please let me know your usage as described below.
> > > > > >> >
> > > > > >> > If you decide to go with this farm instead of the pro one
> > then
> > > > > >> please:
> > > > > >> > 1) register on myxwiki.org
> > > > > >> > 2) give me your user id that you created in 1)
> > > > > >> > 3) let me know the name of your wiki
> > > > > >> >
> > > > > >> > Thanks
> > > > > >> > -Vincent Massol
> > > > > >> >
> > > > > >> > On Apr 21, 2008, at 4:01 PM, Vincent Massol wrote:
> > > > > >> >
> > > > > >> > > Hi Wei-hsing,
> > > > > >> > >
> > > > > >> > > I'm really sorry for not answering sooner. I've been sick
> > > > for a
> > > > > >> long
> > > > > >> > > time now... and I'm trying to catch up with the work.
> > > > > >> > >
> > > > > >> > > I actually started working on the community farm for you
> > > > about 2
> > > > > >> > > weeks ago and I have a first version of the farm working.
> > > > > >> > >
> > > > > >> > > Today we're upgrading it to the latest snapshot version
> > > > since the
> > > > > >> > > last one wasn't very stable. I'll ping you when it's
> > ready.
> > > > > >> > >
> > > > > >> > > On your side can you remind us what will be the usage you
> > > > would
> > > > > >> do
> > > > > >> > > on this farm? I want to ensure it'll match your needs. I
> > > > remind
> > > > > >> you
> > > > > >> > > that it's a no guarantee farm, i.e. it can be down for a
> > > > few days
> > > > > >> > > for example in the worst of cases and it'll always use
> > the
> > > > latest
> > > > > >> > > version of XWiki Enterprise/XEM. Also there's no
> > guaranteed
> > > > > >> support
> > > > > >> > > and all support requests will need to go through the
> > xwiki
> > > > users
> > > > > >> > > mailing list. The farm will be managed by the xwiki
> > > > community.
> > > > > >> > >
> > > > > >> > > For any business wiki we recommend using the Pro XWiki
> > farm.
> > > > > >> > >
> > > > > >> > > Thanks a lot
> > > > > >> > > -Vincent Massol
> > > > > >> > > CTO & XWiki tech lead/developer
> > > > > >> > >
> > > > > >> > > On Apr 21, 2008, at 3:05 PM, wangwh(a)att.net wrote:
> > > > > >> > >
> > > > > >> > >> Hi,
> > > > > >> > >> I have sent emails to you but did not get any answer.
> > > > > >> > >>
> > > > > >> > >> Could you tell me the charges for hosting on XWiki
> > farm at
> > > > > >> > >> different level?
> > > > > >> > >>
> > > > > >> > >> Thanks.
> > > > > >> > >> Wei-hsing Wang
> > > > > >> > >>
> > > > > >> > >
> > > > > >> >
> > > > > >
> > > > >
> > >
>
Hi,
I'm trying to get ldap authentication working on xWiki 1.3.2.9174 against an openldap server but there seems to be a problem with group membership validation.
Here is what I have in the logs :
[http-8080-1] DEBUG LDAP.XWikiLDAPAuthServiceImpl - Checking if the user belongs to the user group: cn=xwiki,ou=Group,dc=example,dc=net
[http-8080-1] ERROR ldap.XWikiLDAPUtils - Could not find attribute uid for LDAP dn cn=xwiki,ou=Group,dc=example,dc=net
[http-8080-1] DEBUG LDAP.XWikiLDAPAuthServiceImpl - Trying authentication against XWiki DB
[http-8080-1] WARN LDAP.XWikiLDAPAuthServiceImpl - LDAP authentication failed.
It seems xWiki uses the "uid" attribute to map group membership but in my case it should be "memberUid"
The relevant configuration parameters :
xwiki.authentication.ldap.user_group=cn=xwiki,ou=Group,dc=example,dc=net
xwiki.authentication.ldap.UID_attr=uid
The attribute "uid" is correctly used to define a unique user but I haven't found any parameter in the admin guide to define the group membership attribute, I am missing something?
Thanks,
Michael
---
Michael Jeanson - Revolution Linux
http://www.revolutionlinux.com - (819) 780 8955 #1119
* Toute opinion et prise de position exprimée dans ce message est celle de son auteur et pas nécessairement celle de Révolution Linux.
** Any views and opinion presented in this e-mail are solely those of the author and do not necessarily represent those of Révolution Linux.
Shiva,
If users use XWiki as a way of managing document version then this scenario
could happen.
I guess it could be a future enhancement to provide checking out/in of
documents to prevent other users accidently checking out documents another
person is editing. This could be done manually by the users noting in the
wiki page that they've checked out one or more documents though it would be
better to have this feature built into XWiki.
Regards,
Richard
-----Original Message-----
From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org]On Behalf
Of Shiva Shankar
Sent: 12 May 2008 20:02
To: users(a)xwiki.org
Subject: [xwiki-users] Attachement checkout
Hi fellow XWikiers,
Am curious to know how you have handled the apparent lack of checkout of
attachments. Any insights will be useful on how to handle this scenario.
1. User X creates a page and attaches an Excel spreadsheet
2. User Y then downloads the excel and edits it
3. Before Y can upload the new version, X downloads it again and updates the
excel
4. User Y uploads the excel
Of course, X and Y can see what changed between the versions using tools
provided by Excel but this is not very intuitive.
Regards,
Shiva
_________________________________________________________________
News, entertainment and everything you care about at Live.com. Get it now!
http://www.live.com/getstarted.aspx
_______________________________________________
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 am using XE 1.3.2 and i configured the hibernate.cfg to use Mysql.
After configuration i can't login as Admin using password admin but the
administration link is there. Why it is so? Can any one help?
Regards,
project trainees.
i have this html code for a button that calls a javascript function:
<input type="button" name="button" value="button" onclick="showEditDiv();" />
can i do the same in xwiki for a text link? if so..how?
and another thing, is this comunity using skype? so that all of this(asking/respoinding) can be done much faster? is there an id for skype? thx
Take care ,
Gabriela Radu :)
www.gabrielaradu.com
Hello All,
With Vincent's help I have migrated from the standalone wiki to the xwiki on
a remote server.
But, I am not able to import
· Main.LuceneSearch
· Panels.SyntaxHelp
· Photos.NewAlbum
pages, alongwith some other pages that I created and also my ow user
profile.
I also tried to import the above mentioned 3 pages from "
xwiki-enterprise-wiki-1.3~.xar <javascript:void()>" but it still gives
error: (for all 3 of these)
12:04:17,007 [
http://crntsbox01/xwiki/bin/import/XWiki/Import?editor=import&space=XWiki]
[http-80-Processor20] ERROR packaging.Package - Failed to save
document Photos.NewAlbum
12:04:17,304 [
http://crntsbox01/xwiki/bin/import/XWiki/Import?editor=import&space=XWiki]
[http-80-Processor20] ERROR .AbstractFlushingEventListener - 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
Also, another weird thing that is happening is that all my groups show the
number of members - 1 more than the actual number of members in the group. I
know that each group has the blank XWiki.XwikiGroups object and one each for
a particular member. But, this was not a problem for me in my standalone
version (1.4-SNAPSHOT). In the new setup (which is 1.3.2.9174), it seems
like it is counting that blank object also as a member! Do I need to change
something for it to show the correct number of members in every group?
Thanks
Hi!
I've been trying to setup LDAP connection on XWiki 1.3.2. Using
Wireshark, I've discovered, that LDAP performs unbindRequest() after
the following error:
LDAPMessage compareResponse(3) noSuchAttribute (00002080: AtrErr:
DSID-03080139, #1:
0: 00002080: DSID-03080139, problem 1001 (NO_ATTRIBUTE_OR_VAL), data
0, Att 23 (userPassword)
)
Here is the configuration:
----------------------------------------------
xwiki.authentication.ldap=1
xwiki.authentication.ldap.server=my.domain.com
xwiki.authentication.ldap.port=389
xwiki.authentication.ldap.bind_DN={0}
xwiki.authentication.ldap.bind_pass={1}
# xwiki.authentication.ldap.validate_password=0
xwiki.authentication.ldap.user_group=ou=Riga,ou=LAT,dc=domain,dc=com
xwiki.authentication.ldap.base_DN=dc=domain,dc=com
xwiki.authentication.ldap.UID_attr=cn
xwiki.authentication.ldap.fields_mapping=name=cn,last_name=sn,first_name=givenName,fullname=fullName,email=mail,ldap_dn=dn
# xwiki.authentication.ldap.update_user=1
xwiki.authentication.ldap.group_mapping=XWiki.XWikiAdminGroup=ou=Riga,ou=LAT,dc=GDNEurope,dc=com|
XWiki.Organisation=cn=testers,ou=groups,o=MegaNova,c=US
# xwiki.authentication.ldap.groupcache_expiration=21800
# xwiki.authentication.ldap.mode_group_sync=always
xwiki.authentication.ldap.trylocal=1
------------------------------------------------------
Any ideas?
P.S. If I use in the login form name.surname(a)domain.com or
domainname.surname as a username, I can login, but without any
rights.
Ar cieņu, Mihails
hello. i have a simple question this time, i have this link.. http://code.xwiki.org/xwiki/bin/view/Plugins/DocumentTreePlugin and i want to download this plugin. but i cannot see from where. this is where i should have down it from, but i have no link, nothing.
thx
Take care ,
Gabriela Radu :)
www.gabrielaradu.com
---------------------------------
Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now.
Hi,
I use the Blog features of XWiki as well as the blog macro to display the
entries. On a panel I just want to display the title of the the first five
entries (without the content, comments, permalink...). I've been playing
aroung with the Blog.Macros but it doesn't work. Is there an easy way to do
that ?
Thanks,
Antonio
Hi fellow XWikiers,
Am curious to know how you have handled the apparent lack of checkout of
attachments. Any insights will be useful on how to handle this scenario.
1. User X creates a page and attaches an Excel spreadsheet
2. User Y then downloads the excel and edits it
3. Before Y can upload the new version, X downloads it again and updates the
excel
4. User Y uploads the excel
Of course, X and Y can see what changed between the versions using tools
provided by Excel but this is not very intuitive.
Regards,
Shiva
_________________________________________________________________
News, entertainment and everything you care about at Live.com. Get it now!
http://www.live.com/getstarted.aspx
When I upgraded my Xwiki from 1.1 to 1.4rc2 last week I think I was overly cautious about what I should include from the default XAR.
I don't have the new user manager and I don't have the new panels wizard. What do I need to include from the default
XAR in order to get these tools?
Thanks,
-Dave
--
Dave Mangot
Terracotta Inc.
650 Townsend St. Suite 325
San Francisco, CA 94103 USA
+1 415 738 4059
dmangot(a)terracottatech.com
This e-mail incorporates Terracotta's confidentiality policy, which is online at http://www.terracottatech.com/emailconfidentiality.shtml
Please, can anyone help me on this matter?? I have waited some time but
didn't get an answer. This is important, any information will help
-------
If I install xwiki in a VPS, and leave it running, with a firewall that
leaves open only the port that xwiki is using,
Could it be atacked by a hacker to gain access to the server?
Do I need some extra protection? Is there a security tutorial?
thanks
Alain
Hello XWiki users and developers,
I'm in Boston today and tomorrow and could be available for a quick
meetup with users of XWiki if there are some in the area.
I will also be in New York wednesday to saturday.
Anybody interested in an informal Meetup ? I would love to hear what we
could improve in XWiki and show the latest things we are working on.
Ludovic
--
Ludovic Dubost
Blog: http://blog.ludovic.org/
XWiki: http://www.xwiki.com
Skype: ldubost GTalk: ldubost
Hi all,
I've a kind of an urgency so, please, accept my apologies if I didn't
browse lists and issues looking for a similar doubt.
I am in a meeting where I will use XWiki to present some ideas about
collaboration driven with a wiki-wiki environment (and XWiki will be
presented as the BEST option to create such an environment!).
I do need to do a simple thing: I have a document with two versions. One
of them can be freely accessed (this is the case
http://tinyurl.com/4lc34s) and the second one that is now freely
accessible (http://tinyurl.com/6qxhnw) but access must been restricted.
Of course I can control this access with users' rights, but how could I
forced logged users to go to the second release and not logged users to
the first one?
The perfect situation would be that active links in
http://tinyurl.com/6qxhnw will be only showed when logged (or logged
with an granted access user).
Any idea will be welcome! Thanks for your help!
Cheers,
Ricardo
--
Ricardo Rodríguez
Your EPEC Network ICT Team
I am trying to manipulate some image files using JavaScript.
But when I insert a tag as follows the javascript []'s get interpretted as a
wiki link,
/Sandbox/WebHome
{image:AEBtn_0.jpg}
--
View this message in context: http://www.nabble.com/JavaScript-image-manipulation-tp17177802p17177802.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi all,
I've frequently facing a problem when facing images inserted in XWiki
documents. It is by not means a XWiki specific issue, but I would like
to post it here to see if others have some idea about how to solve it.
It is far easy to insert an image in a XWiki document by using the image
macro. It is also possible to control hight and width by passing these
parameters to the macro. But when users are allowed to upload pictures
and it is not possible to control the properties of the uploaded files,
it is frequent that some pictures doesn't fit a required width when a
height is fixed, or viceversa.
Could you figure out how could I set image dimensions taking into
account the originally attached file size?
Thanks for your insight!
Greetings,
Ricardo
--
Ricardo Rodríguez
Your EPEC Network ICT Team
Hi,
I am using XE 1.3.2(stand alone) and i have to use Mysql 5.0. For that
I configured the hibernate.cfg and web.cfg but it shows error. Where is my
fault? can any one help? Why No one responding? i am trying to do this as
my curriculam project.
Hibernate configuration
........................
[config]
<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate
Configuration DTD//EN"
"http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">
<!-- Template for hibernate configuration. processing by maven using
profiles.
Replace original src/main/webapp/WEB-INF/hibernate.cfg.xml -->
<hibernate-configuration>
<session-factory>
<property name="show_sql">false</property>
<property name="use_outer_join">true</property>
<property name="dbcp.defaultAutoCommit">false</property>
<property name="dbcp.maxActive">50</property>
<property name="dbcp.maxIdle">5</property>
<property name="dbcp.maxWait">30000</property>
<property name="dbcp.whenExhaustedAction">1</property>
<property name="dbcp.ps.whenExhaustedAction">1</property>
<property name="dbcp.ps.maxActive">20</property>
<property name="dbcp.ps.maxWait">120000</property>
<property name="dbcp.ps.maxIdle">20</property>
<!-- MySQL configuration.
Uncomment if you want to use MySQL and comment out other database
configurations.
Note that the database will be created automatically if it
doesn't already exist.
We need to set the sql_mode to a less strict value, see
XWIKI-1945 -->
<property
name="connection.url">jdbc:mysql://localhost/xwiki?useServerPrepStmts=false&sessionVariables=sql_mode=''</property>
<property name="connection.username">root</property>
<property name="connection.password">amma</property>
<property
name="connection.driver_class">com.mysql.jdbc.Driver</property>
<property name="dialect">org.hibernate.dialect.MySQLDialect</property>
<property
name="connection.provider_class">com.xpn.xwiki.store.DBCPConnectionProvider</property>
<property name="connection.pool_size">2</property>
<property name="statement_cache.size">2</property>
<mapping resource="xwiki.hbm.xml"/>
<mapping resource="feeds.hbm.xml"/>
</session-factory>
</hibernate-configuration>
[/config]
Web configuration
...................
<!-- Uncomment if you wish to use a DataSource to define the Database
connection -->
<resource-ref>
<description>DB Connection</description>
<res-ref-name>jdbc/XWikiDS</res-ref-name>
<res-type>javax.sql.DataSource</res-type>
<res-auth>Container</res-auth>
</resource-ref>
HTTP ERROR: 500
Error number 3 in 0: Could not initialize main XWiki context
Wrapped Exception: Error number 3201 in 3: Exception while saving document
XWiki.XWikiPreferences
Wrapped Exception: Could not execute JDBC batch update
RequestURI=/xwiki/bin/view/main/webhome
Regards,
Project trainees.
I have 2 documents in XE 1.3.1:
- Main.test1 with a link: [Test2>Main.test2>blank]
- Main.test2 with a link: [Home>Main.WebHome>blank]
I do 2 test cases with Firefox 2.0:
- TC1: Open Main.test2 and click "Home", the Main.WebHome is opened in a new
tab --> OK
- TC2: Open Main.test1 and click "Test2", the Main.test2 is opened in a new
tab. Then I click "Home", the Main.WebHome is opened in current tab !???
Is it a bug? Please tell me how to fix. Thank you in advance.
--
Ngô Thị Hồng Nga
Hi,
I am using XE 1.3.2(stand alone) and i have to use Mysql 5.0. For that
I configured the hibernate.cfg and web.cfg but when i point my browser to
http://localhost:8080//xwiki/bin/view/main/webhome ,it shows error. Where
is my fault? can any one help?
Hibernate configuration
........................
[config]
<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate
Configuration DTD//EN"
"http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">
<!-- Template for hibernate configuration. processing by maven using
profiles.
Replace original src/main/webapp/WEB-INF/hibernate.cfg.xml -->
<hibernate-configuration>
<session-factory>
<property name="show_sql">false</property>
<property name="use_outer_join">true</property>
<property name="dbcp.defaultAutoCommit">false</property>
<property name="dbcp.maxActive">50</property>
<property name="dbcp.maxIdle">5</property>
<property name="dbcp.maxWait">30000</property>
<property name="dbcp.whenExhaustedAction">1</property>
<property name="dbcp.ps.whenExhaustedAction">1</property>
<property name="dbcp.ps.maxActive">20</property>
<property name="dbcp.ps.maxWait">120000</property>
<property name="dbcp.ps.maxIdle">20</property>
<!-- MySQL configuration.
Uncomment if you want to use MySQL and comment out other database
configurations.
Note that the database will be created automatically if it
doesn't already exist.
We need to set the sql_mode to a less strict value, see
XWIKI-1945 -->
<property
name="connection.url">jdbc:mysql://localhost/xwiki?useServerPrepStmts=false&sessionVariables=sql_mode=''</property>
<property name="connection.username">root</property>
<property name="connection.password">amma</property>
<property
name="connection.driver_class">com.mysql.jdbc.Driver</property>
<property name="dialect">org.hibernate.dialect.MySQLDialect</property>
<property
name="connection.provider_class">com.xpn.xwiki.store.DBCPConnectionProvider</property>
<property name="connection.pool_size">2</property>
<property name="statement_cache.size">2</property>
<mapping resource="xwiki.hbm.xml"/>
<mapping resource="feeds.hbm.xml"/>
</session-factory>
</hibernate-configuration>
[/config]
Web configuration
...................
<!-- Uncomment if you wish to use a DataSource to define the Database
connection -->
<resource-ref>
<description>DB Connection</description>
<res-ref-name>jdbc/XWikiDS</res-ref-name>
<res-type>javax.sql.DataSource</res-type>
<res-auth>Container</res-auth>
</resource-ref>
ERROR
.................................................................
Wrapped Exception:
java.sql.BatchUpdateException: null, message from server: "Data too long
for co
lumn 'XWD_MINOREDIT' at row 1"
at
com.mysql.jdbc.PreparedStatement.executeBatch(PreparedStatement.java:
1404)
at
org.apache.commons.dbcp.DelegatingStatement.executeBatch(DelegatingSt
atement.java:294)
at
org.apache.commons.dbcp.DelegatingStatement.executeBatch(DelegatingSt
atement.java:294)
at
org.hibernate.jdbc.BatchingBatcher.doExecuteBatch(BatchingBatcher.jav
a:48)
at
org.hibernate.jdbc.AbstractBatcher.executeBatch(AbstractBatcher.java:
246)
at
org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:237)
at
org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:141)
at
org.hibernate.event.def.AbstractFlushingEventListener.performExecutio
ns(AbstractFlushingEventListener.java:298)
at
org.hibernate.event.def.DefaultFlushEventListener.onFlush(DefaultFlus
hEventListener.java:27)
at org.hibernate.impl.SessionImpl.flush(SessionImpl.java:1000)
at org.hibernate.impl.SessionImpl.managedFlush(SessionImpl.java:338)
at
org.hibernate.transaction.JDBCTransaction.commit(JDBCTransaction.java
:106)
at
com.xpn.xwiki.store.XWikiHibernateBaseStore.endTransaction(XWikiHiber
nateBaseStore.java:783)
at
com.xpn.xwiki.store.XWikiHibernateBaseStore.endTransaction(XWikiHiber
nateBaseStore.java:754)
at
com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiDoc(XWikiHibernateSt
ore.java:447)
at
com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java
:97)
at
com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java
:91)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1083)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1056)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1050)
at com.xpn.xwiki.XWiki.getPrefsClass(XWiki.java:2653)
at com.xpn.xwiki.XWiki.initXWiki(XWiki.java:797)
at com.xpn.xwiki.XWiki.<init>(XWiki.java:722)
at com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:293)
at com.xpn.xwiki.XWiki.getXWiki(XWiki.java:491)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:123)
at
org.apache.struts.action.RequestProcessor.processActionPerform(Reques
tProcessor.java:431)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.ja
va:236)
at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:119
6)
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(SetCharacterEnc
odingFilter.java:117)
at
org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(
WebApplicationHandler.java:821)
at
org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicati
onHandler.java:471)
at
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:5
68)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1565)
at
org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplication
Context.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)
getException():
com.xpn.xwiki.XWikiException: Error number 3201 in 3: Exception while
saving doc
ument XWiki.XWikiPreferences
Wrapped Exception: Could not execute JDBC batch update
at
com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiDoc(XWikiHibernateSt
ore.java:457)
at
com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java
:97)
at
com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java
:91)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1083)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1056)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1050)
at com.xpn.xwiki.XWiki.getPrefsClass(XWiki.java:2653)
at com.xpn.xwiki.XWiki.initXWiki(XWiki.java:797)
at com.xpn.xwiki.XWiki.<init>(XWiki.java:722)
at com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:293)
at com.xpn.xwiki.XWiki.getXWiki(XWiki.java:491)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:123)
at
org.apache.struts.action.RequestProcessor.processActionPerform(Reques
tProcessor.java:431)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.ja
va:236)
at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:119
6)
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(SetCharacterEnc
odingFilter.java:117)
at
org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(
WebApplicationHandler.java:821)
at
org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicati
onHandler.java:471)
at
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:5
68)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1565)
at
org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplication
Context.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.sql.BatchUpdateException: null, message from server: "Data too long
for co
lumn 'XWD_MINOREDIT' at row 1"
at
com.mysql.jdbc.PreparedStatement.executeBatch(PreparedStatement.java:
1404)
at
org.apache.commons.dbcp.DelegatingStatement.executeBatch(DelegatingSt
atement.java:294)
at
org.apache.commons.dbcp.DelegatingStatement.executeBatch(DelegatingSt
atement.java:294)
at
org.hibernate.jdbc.BatchingBatcher.doExecuteBatch(BatchingBatcher.jav
a:48)
at
org.hibernate.jdbc.AbstractBatcher.executeBatch(AbstractBatcher.java:
246)
at
org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:237)
at
org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:141)
at
org.hibernate.event.def.AbstractFlushingEventListener.performExecutio
ns(AbstractFlushingEventListener.java:298)
at
org.hibernate.event.def.DefaultFlushEventListener.onFlush(DefaultFlus
hEventListener.java:27)
at org.hibernate.impl.SessionImpl.flush(SessionImpl.java:1000)
at org.hibernate.impl.SessionImpl.managedFlush(SessionImpl.java:338)
at
org.hibernate.transaction.JDBCTransaction.commit(JDBCTransaction.java
:106)
at
com.xpn.xwiki.store.XWikiHibernateBaseStore.endTransaction(XWikiHiber
nateBaseStore.java:783)
at
com.xpn.xwiki.store.XWikiHibernateBaseStore.endTransaction(XWikiHiber
nateBaseStore.java:754)
at
com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiDoc(XWikiHibernateSt
ore.java:447)
at
com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java
:97)
at
com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java
:91)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1083)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1056)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1050)
at com.xpn.xwiki.XWiki.getPrefsClass(XWiki.java:2653)
at com.xpn.xwiki.XWiki.initXWiki(XWiki.java:797)
at com.xpn.xwiki.XWiki.<init>(XWiki.java:722)
at com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:293)
at com.xpn.xwiki.XWiki.getXWiki(XWiki.java:491)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:123)
at
org.apache.struts.action.RequestProcessor.processActionPerform(Reques
tProcessor.java:431)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.ja
va:236)
at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:119
6)
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(SetCharacterEnc
odingFilter.java:117)
at
org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(
WebApplicationHandler.java:821)
at
org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicati
onHandler.java:471)
at
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:5
68)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1565)
at
org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplication
Context.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)
getException():
org.hibernate.exception.DataException: Could not execute JDBC batch update
at
org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.j
ava:77)
at
org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelp
er.java:43)
at
org.hibernate.jdbc.AbstractBatcher.executeBatch(AbstractBatcher.java:
253)
at
org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:237)
at
org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:141)
at
org.hibernate.event.def.AbstractFlushingEventListener.performExecutio
ns(AbstractFlushingEventListener.java:298)
at
org.hibernate.event.def.DefaultFlushEventListener.onFlush(DefaultFlus
hEventListener.java:27)
at org.hibernate.impl.SessionImpl.flush(SessionImpl.java:1000)
at org.hibernate.impl.SessionImpl.managedFlush(SessionImpl.java:338)
at
org.hibernate.transaction.JDBCTransaction.commit(JDBCTransaction.java
:106)
at
com.xpn.xwiki.store.XWikiHibernateBaseStore.endTransaction(XWikiHiber
nateBaseStore.java:783)
at
com.xpn.xwiki.store.XWikiHibernateBaseStore.endTransaction(XWikiHiber
nateBaseStore.java:754)
at
com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiDoc(XWikiHibernateSt
ore.java:447)
at
com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java
:97)
at
com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java
:91)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1083)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1056)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1050)
at com.xpn.xwiki.XWiki.getPrefsClass(XWiki.java:2653)
at com.xpn.xwiki.XWiki.initXWiki(XWiki.java:797)
at com.xpn.xwiki.XWiki.<init>(XWiki.java:722)
at com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:293)
at com.xpn.xwiki.XWiki.getXWiki(XWiki.java:491)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:123)
at
org.apache.struts.action.RequestProcessor.processActionPerform(Reques
tProcessor.java:431)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.ja
va:236)
at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:119
6)
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(SetCharacterEnc
odingFilter.java:117)
at
org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(
WebApplicationHandler.java:821)
at
org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicati
onHandler.java:471)
at
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:5
68)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1565)
at
org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplication
Context.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)
Caused by: java.sql.BatchUpdateException: null, message from server:
"Data too
long for column 'XWD_MINOREDIT' at row 1"
at
com.mysql.jdbc.PreparedStatement.executeBatch(PreparedStatement.java:
1404)
at
org.apache.commons.dbcp.DelegatingStatement.executeBatch(DelegatingSt
atement.java:294)
at
org.apache.commons.dbcp.DelegatingStatement.executeBatch(DelegatingSt
atement.java:294)
at
org.hibernate.jdbc.BatchingBatcher.doExecuteBatch(BatchingBatcher.jav
a:48)
at
org.hibernate.jdbc.AbstractBatcher.executeBatch(AbstractBatcher.java:
246)
... 43 more
Regards,
Project trainees.
The XWiki development team is pleased to announce the release of XWiki
Workspaces 1.1 Milestone 1.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
New features have been implemented in this release, amongst them :
* Windows and generic java installers have been added for easier
installation.
* Application management per workspace : you can now install/uninstall
applications whenever you want.
* New application available : the "Workstream", to keep your coworkers
informed of what you are working on.
You can read the full release notes, including screenshots of the
aforementioned features, here :
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesWorkspaces11Milestone1
To get started with XWiki Workspaces, point your browser at
http://workspaces.xwiki.org
Thanks
-The XWiki dev team
I am using 1.4M2 and ran into the following bug. I can't open Wiki documents with forward slashes ("/") in the document name. For example, trying to open the document linked to the following wiki code:
[4/08]
Generates a HTTP 400 Bad Request error (Web page cannot be found) error.
I am using Wiki Enterprise 1.4M2 with Tomcat and HSQLDB.
Also, is there anybody who might be willing do some phone consultation (paid or unpaid) for me on XWiki? I have a number of issues I need to work through and have not been able to nail down myself.
Thanks,
Len
________________________________
Important:
This electronic mail message and any attached files contain information
intended for the exclusive use of the individual or entity to whom it is
addressed and may contain information that is proprietary, privileged,
confidential and/or exempt from disclosure under applicable law. If you
are not the intended recipient, you hereby are notified that any viewing,
copying, disclosure or distribution of this information may be subject to
legal restriction or sanction. Please notify the sender, by electronic
mail or telephone, of any unintended recipients and delete the original
message without making any copies.
The XWiki development team is pleased to announce the release of XWiki
Enterprise 1.4 Release Candidate 1.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
This is the first hopefully the last release candidate for the 1.4 version.
Changes from 1.4 Milestone 2:
* Import generate DELETE notifications
* Macros declared before a call to doc.getRenderedContent() in
custom XWiki.XWikiSkins skin object are not taken into account
* Section editing is broken
* Activity statistics merge two days in one in graphics
* HTML export is broken
* Plugins should only be instantiated once
* WYSIWYG editor misinterprets velocity comments as a list
* Wysiwyg editor does not take its stylesheet from preferences
* Add correct Last-Modification header for filesystem skin files
* The indexing should be split in limited batches to reduce memory
consumption
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise14RC1
Thanks
-The XWiki dev team
Hi,
I am using XE 1.3.2(stand alone) and i have to use Mysql 5.0. For that
I configured the hibernate.cfg and web.cfg but it shows error. Where is my
fault? can any one help?
Hibernate configuration
........................
[config]
<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate
Configuration DTD//EN"
"http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">
<!-- Template for hibernate configuration. processing by maven using
profiles.
Replace original src/main/webapp/WEB-INF/hibernate.cfg.xml -->
<hibernate-configuration>
<session-factory>
<property name="show_sql">false</property>
<property name="use_outer_join">true</property>
<property name="dbcp.defaultAutoCommit">false</property>
<property name="dbcp.maxActive">50</property>
<property name="dbcp.maxIdle">5</property>
<property name="dbcp.maxWait">30000</property>
<property name="dbcp.whenExhaustedAction">1</property>
<property name="dbcp.ps.whenExhaustedAction">1</property>
<property name="dbcp.ps.maxActive">20</property>
<property name="dbcp.ps.maxWait">120000</property>
<property name="dbcp.ps.maxIdle">20</property>
<!-- MySQL configuration.
Uncomment if you want to use MySQL and comment out other database
configurations.
Note that the database will be created automatically if it
doesn't already exist.
We need to set the sql_mode to a less strict value, see
XWIKI-1945 -->
<property
name="connection.url">jdbc:mysql://localhost/xwiki?useServerPrepStmts=false&sessionVariables=sql_mode=''</property>
<property name="connection.username">root</property>
<property name="connection.password">amma</property>
<property name="connection.driver_class">com.mysql.jdbc.Driver</property>
<property name="dialect">org.hibernate.dialect.MySQLDialect</property>
<property
name="connection.provider_class">com.xpn.xwiki.store.DBCPConnectionProvider</property>
<property name="connection.pool_size">2</property>
<property name="statement_cache.size">2</property>
<mapping resource="xwiki.hbm.xml"/>
<mapping resource="feeds.hbm.xml"/>
</session-factory>
</hibernate-configuration>
[/config]
Web configuration
...................
<!-- Uncomment if you wish to use a DataSource to define the Database
connection -->
<resource-ref>
<description>DB Connection</description>
<res-ref-name>jdbc/XWikiDS</res-ref-name>
<res-type>javax.sql.DataSource</res-type>
<res-auth>Container</res-auth>
</resource-ref>
HTTP ERROR: 500
Error number 3 in 0: Could not initialize main XWiki context
Wrapped Exception: Error number 3201 in 3: Exception while saving document
XWiki.XWikiPreferences
Wrapped Exception: Could not execute JDBC batch update
RequestURI=/xwiki/bin/view/main/webhome
Regards,
Project trainees.
Hi,
I am using XE 1.3.2(stand alone) and i have to use Mysql 5.0. For that
I configured the hibernate.cfg and web.cfg but it shows error. Where is
my fault? can any one help?
Hibernate configuration
........................
[config]
<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate
Configuration DTD//EN"
"http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">
<!-- Template for hibernate configuration. processing by maven using
profiles.
Replace original src/main/webapp/WEB-INF/hibernate.cfg.xml -->
<hibernate-configuration>
<session-factory>
<property name="show_sql">false</property>
<property name="use_outer_join">true</property>
<!--
<property name="dbcp.defaultAutoCommit">false</property>
<property name="dbcp.maxActive">50</property>
<property name="dbcp.maxIdle">5</property>
<property name="dbcp.maxWait">30000</property>
<property name="dbcp.whenExhaustedAction">1</property>
<property name="dbcp.ps.whenExhaustedAction">1</property>
<property name="dbcp.ps.maxActive">20</property>
<property name="dbcp.ps.maxWait">120000</property>
<property name="dbcp.ps.maxIdle">20</property>
-->
<!-- Datasource configuration. -->
<property name="connection.datasource">java:jdbc/XWikiDS</property>
<property name="dialect">org.hibernate.dialect.MySQLDialect</property>
<mapping resource="xwiki.hbm.xml"/>
<mapping resource="feeds.hbm.xml"/>
</session-factory>
</hibernate-configuration>
[/config]
Web configuration
...................
<!-- Uncomment if you wish to use a DataSource to define the Database
connection -->
<resource-ref>
<description>DB Connection</description>
<res-ref-name>jdbc/XWikiDS</res-ref-name>
<res-type>javax.sql.DataSource</res-type>
<res-auth>Container</res-auth>
</resource-ref>
HTTP ERROR: 500
Error number 3 in 0: Could not initialize main XWiki context
Wrapped Exception: Error number 3001 in 3: Cannot load class
com.xpn.xwiki.store.migration.hibernate.XWikiHibernateMigrationManager
from param xwiki.store.migration.manager.class
Wrapped Exception: Error number 0 in 3: Exception while hibernate execute
Wrapped Exception: Could not parse configuration:
file:/D:/XWIKI_HOME_1.3.2/webapps/xwiki/WEB-INF/hibernate.cfg.xml
Hi,
I have upgraded my XE1.2.1 with XE 1.3.2(stand alone) and imported the
backup(xar file) of old version (My mistake is all document was
selected). Now the system completely changed to old version. What
should do to regain updated veesion?
Regards,
Project trainees.
Dave,
I had similar problems with XAR import. I had an empty WebHome file in the
XAR zip archive. I opened the XAR archive in WinZip on my Windows PC and
deleted the empty file in the archive and reimported it and the XAR archive
opened ok.
Hope that works.
Best Regards,
Richard
-----Original Message-----
From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org]On Behalf
Of Dave Mangot
Sent: 09 May 2008 01:37
To: users(a)xwiki.org
Subject: [xwiki-users] problem importing XAR, 1.4 rc2
I just upgraded from 1.1 to 1.4 RC2. The upgrade went pretty smoothly
but I overwrote our Quicklinks bar so I was trying to get it from my
backup. I uploaded the XAR but when I tried to open it I get
2008-05-08 17:34:01,056
[http://wiki/xwiki/bin/import/XWiki/Import?action=getPackageInfos&name=may08
.xar&xpage=plain]
[TP-Processor12] WARN web.XWikiAction - Uncaught
exception: Error number 11015 in 11: Exception while importing
Wrapped Exception: Unexpected end of ZLIB input stream
com.xpn.xwiki.XWikiException: Error number 11015 in 11: Exception while
importing
Wrapped Exception: Unexpected end of ZLIB input stream
at com.xpn.xwiki.web.ImportAction.render(ImportAction.java:94)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:205)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProces
sor.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(Application
FilterChain.java:252)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
ain.java:173)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFi
lter.java:112)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
FilterChain.java:202)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
ain.java:173)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.ja
va:213)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.ja
va: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:754)
at
org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:684)
at
org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java
:876)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.jav
a:684)
at java.lang.Thread.run(Thread.java:595)
Wrapped Exception:
java.io.EOFException: Unexpected end of ZLIB input stream
at
java.util.zip.InflaterInputStream.fill(InflaterInputStream.java:216)
at
java.util.zip.InflaterInputStream.read(InflaterInputStream.java:134)
at java.util.zip.ZipInputStream.read(ZipInputStream.java:139)
at java.util.zip.ZipInputStream.closeEntry(ZipInputStream.java:91)
at
java.util.zip.ZipInputStream.getNextEntry(ZipInputStream.java:69)
at
com.xpn.xwiki.plugin.packaging.Package.ReadZipInfoFile(Package.java:755)
at com.xpn.xwiki.plugin.packaging.Package.Import(Package.java:373)
at
com.xpn.xwiki.plugin.packaging.PackageAPI.Import(PackageAPI.java:202)
at com.xpn.xwiki.web.ImportAction.render(ImportAction.java:42)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:205)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProces
sor.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(Application
FilterChain.java:252)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
ain.java:173)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFi
lter.java:112)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
FilterChain.java:202)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
ain.java:173)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.ja
va:213)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.ja
va: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:754)
at
org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:684)
at
org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java
:876)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.jav
a:684)
at java.lang.Thread.run(Thread.java:595)
Doh!
-Dave
--
Dave Mangot
Terracotta Inc.
650 Townsend St. Suite 325
San Francisco, CA 94103 USA
+1 415 738 4059
dmangot(a)terracottatech.com
This e-mail incorporates Terracotta's confidentiality policy, which is
online at http://www.terracottatech.com/emailconfidentiality.shtml
_______________________________________________
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 Vincent,
I wouldn't want this initiative to fail either so even though I don't have
much free either between work and family, please let me know how I can help.
Best Regards,
Richard
-----Original Message-----
From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org]On Behalf
Of [Ricardo Rodriguez] Your EPEC Network ICT Team
Sent: 08 May 2008 23:56
To: XWiki Users
Subject: Re: [xwiki-users] [ANN] XWiki Community Farm is now online
Hi Vicent,
Vincent Massol wrote:
> So nobody is interested in helping out?
>
> Thanks
> -Vincent
>
I would not want that this initiative fails! Even though I have almost
no free time during these last weeks, let me know if I could be of any
help! My username: rrodriguez.
Cheers,
Ricardo
--
Ricardo Rodríguez
Your EPEC Network ICT Team
_______________________________________________
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