hello
regarding the css use for links ..
"<th>{style:type=div|align=left}*{style:type=span|font-size=12px|color=#ffffff|background-color=#FF3333}<style> a {color:#FFCCDF;}[Review product feedback to designers>Rev_Desfeed]</style>{style}*{style} </th>"
it does not work..it just shows me the css code...but the colors are the same(default)
that is why i said last time that i don't think i get the use of css in xwiki. can u help me with it, pls?
thanks
Take care ,
Gabriela Radu :)
www.gabrielaradu.com
----- Original Message ----
From: Guillaume Lerouge <guillaume(a)xwiki.com>
To: XWiki Users <users(a)xwiki.org>
Sent: Monday, March 10, 2008 4:31:54 PM
Subject: Re: [xwiki-users] hello :D
Hi
1. changing colors of a link...
i have this code:
"{style:type=div|align=left}*{style:type=span|font-size=12px|color=#ffffff|background-color=#DE2626}[Review product feedback to designers>Rev_Desfeed]{style}*{style} "
it worked fine before i made it a link:))) now i have no idea how to control the colors. i saw something on the internet about using css.. i have used css so far but in xwiki i think i don't get it.
You can use CSS. the color attribute targets text color. To change a link color you need to target the <a> element using something like <style> a {color: #000;} </style>
2. i wanna merge 2 cells of a table . do ya have any idea how to do that...
and another thing..is there something like a forum for xwiki, or a website where all the questions have been answered can be found there? so that i won't ask question that were already asked.:)
AFAIK XWiki doesn't support cell merging as of now. However you can combine the table macro with html to create merged cells, as in http://www.xwiki.com/xwiki/bin/view/Solutions/Subscription?viewer=code -> look at how the table is written.
You'll find a lot of info here : http://www.xwiki.org/xwiki/bin/view/FAQ/ . Please take the time to add new entries there once you find answers to your questions.
Thanks,
Guillaume
-----Inline Attachment Follows-----
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
____________________________________________________________________________________
Be a better friend, newshound, and
know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
Hi,
Working with XWiki 1.3 and Albatross skin I've successfully changed the
background of the inner content container by editing colorsblack.css
this way...
.content #contentcontainerinner, .contenthideright #contentcontainerinner {
background-image:url(MyBackGroundImage.png);
background-position:right top;
background-repeat:no-repeat;
}
My challenge now is to be able to set a different background on per
space basis.
By googling on this topic, I've found a number of reference using
JavaScript to dynamically change CSS.
Please, is this the path I must follow in this case or could I find
other alternative in XWiki? Thanks!
Best,
Ricardo
--
Ricardo Rodríguez
Your EPEC Network ICT Team
All,
There's an interesting summary of various editors here
http://ajaxpatterns.org/archive/Rich_Text_Editor.php
<http://ajaxpatterns.org/archive/Rich_Text_Editor.php>
and this is a good source of ideas of web text editors:
http://www.htmlarea.com/ <http://www.htmlarea.com/>
and this is an interesting idea: double click on a section to bring up an
editor!
http://demo.wikiwyg.net/wikiwyg/demo/standalone/
<http://demo.wikiwyg.net/wikiwyg/demo/standalone/>
I'll put these on the WYSIWYG editor page for reference.
By the way - why don't the bullet points get rendered on the WYSIWYG editor
page?
Regards,
Richard
-----Original Message-----
From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org]On Behalf Of
Guillaume Lerouge
Sent: 11 March 2008 14:33
To: sylvain(a)desbureaux.fr; XWiki Users
Subject: Re: [xwiki-users] Roadmap for XE 1.4
Hi Sylvain,
I don't kno wif this feature is working in 1.3 but one thing very
important in my opinion is the fact that several person may be able to
modify the same page, for example saving only the paragraph modified.
It's not working in the 1.2 and thus it's a shame because you can't
work in a medium sized page within a group.
No, it does not work yet. Actually this is part of the work on the new
version of the WYSIWYG editor. We are currently working on trying to make
real-time edition by several people working in the editor's next version,
but it will most probably take a few months before it becomes available.
You can follow the discussion about the WYSIWYG editor here :
http://dev.xwiki.org/xwiki/bin
<http://dev.xwiki.org/xwiki/bin/view/Design/NewWysiwygEditorBasedOnGwt>
/view/Design/NewWysiwygEditorBa
<http://dev.xwiki.org/xwiki/bin/view/Design/NewWysiwygEditorBasedOnGwt>
sedOnGwt
<http://dev.xwiki.org/xwiki/bin/view/Design/NewWysiwygEditorBasedOnGwt>
Thanks,
Guillaume
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
Guillaume,
I've updated the
<http://dev.xwiki.org/xwiki/bin/view/Design/NewWysiwygEditorBasedOnGwt>
http://dev.xwiki.org/xwiki/bin/view/Design/NewWysiwygEditorBasedOnGwt page
with my suggestions so they can be taken into account while working on the
editor's new version.
Regards,
Richard
-----Original Message-----
From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org]On Behalf Of
Guillaume Lerouge
Sent: 10 March 2008 16:01
To: XWiki Users
Subject: Re: [xwiki-users] Roadmap for XE 1.4
Hi,
> * An improved WYSIWYG editor with the following features:
> - cut and paste from Word and web pages easily i.e. without having
> to go
> back and adjust the formatting of what's been pasted onto an XWiki
> page
<snip...>
> - if some wiki markup or code on a page could muckup the layout of
> the menu
> bars, etc can XWiki catch it and prevent it from doing that?
Thanks for these numerous suggestions. Richard, could you please add them to
the http://dev.xwiki.org/xwiki/bin/view/Design/NewWysiwygEditorBasedOnGwt
<http://dev.xwiki.org/xwiki/bin/view/Design/NewWysiwygEditorBasedOnGwt>
page so that we can take them into account while working on the editor's new
version ? There's indeed a lot to do and to think about in terms of how to
display code & wiki syntax in the WYSIWYG editor.
> I think how useful and useable the WYSIWYG editor is effects the users
> experience and whether they'like and want to use XWiki.
Agreed. Which is why we're working on its specification in order to start
its implementation ASAP. User feedback during this process would be more
than welcome.
> * A way of sending emails to XWiki so they can be stored, archived and
> referenced from a wiki page.
Yep, I remember some talking about this.
BTW I wonder if XWiki Watch could be used for this? We'd just need to
hook a mailbox + a POP module (or a mailing list archive reader) and
it should work just fine I think.
I'm not sure this is the most relevant way to do it. I'd rather see an email
archive application that would work this way -> you send an email to a given
address (say emailarchive(a)yourxwikiserver.com
<mailto:emailarchive@yourxwikiserver.com> ) .
The email is converted into a wiki page with an unique identifier based on
its subject, sender, date etc. The page metadata uses the email info to fill
in the author & creation date. A check would probably be needed for
protected page (add the email only if the sender's email adresses matches
the one of an user who has rights on that page).
An index page lists all the email and allows filtering & searching them.
A macro allows to quote a mail in a page (could be done with
#includeTopic(MailArchive.UniqueEmailIdentifier) actually)
Anyway more discussions would be needed to decide whether that application
would be worth making it into XE 1.4 (though I'd be glad to have it).
Here is some additional feedback I gathered :
* Migration
* Make the migration between 2 versions of XWiki even easier than it
is now (some bugs remain, making upgrades a chore on many occasions).
* Applications
* Remove unfinished applications (such as the calendar & the photo
album) from the default distribution and put them as XARs on XWiki.org
instead
* Translations
* Replace all text in the default wiki with $msg.get() calls and
update the translation file to include EN & FR translations for all of them.
* Administration
* Add a select box to the language selection field
* Add explanations next to each field to explain what they do
* Groups : add a button "Add a member to this group" on group pages
(below the list of group members)
* Space Administration
* Add the ability to customize the color of a space easily in Toucan
* Add the possibility to use the Panel Wizard for a space
* Autosuggest
* Generalize the autosuggest feature to most input fields on the wiki
I'll try to post some more once I've received it.
Guillaume
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 XWiki development team is pleased to announce the release of XWiki
Enterprise Manager 1.1.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
This is mainly a wiki management improvement (step by step wiki
creation with documentation, wiki aliases management improvement).
Also it now depends on XE 1.3.
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXEM11
Thanks
-The XWiki dev team
Dear XWiki Committers,
first of all thanks for this new great release of XWiki Enterprise 1.3.
I am on the list for about 6 weeks now and it is a real pleasure to see the flow of work done here.
Now to my topic for today.
To setup a departmental wiki I have the requirement to display a directory structure with download option from within a wiki page.
We use version control system to archive documentation for specific projects. In most cases these are office documents (doc, xls,ppt) but might be other formats as well.
Does anyone allready has a solution for this requirement?
For me it is no option to link these documents manually as attachments.
Furthermore I like to use the rights system to restrict access to the tree.
Hope I made myself clear.
Keep up the excellent work!
Best regards
Jörg
___________________________________________________
Jörg Gellien
Otto Group
Systementwickler · Software Qualitätsmanagement und Synergy Administration · IL-BI-ZA
Otto (GmbH & Co KG) · Wandsbeker Straße 3-7 · 22172 Hamburg
Telefon +49 (0) 40 64 61 5691 · Fax +49 (0) 40 64 64 5691
joerg.gellien(a)ottogroup.com · www.ottogroup.com <http://www.ottogroup.com/>
___________________________________________________
AG Hamburg, HRA 62024, Persönlich haftend: Verwaltungsgesellschaft
Otto mbH, Hamburg, AG Hamburg, HRB 13762
vertreten durch: Hans-Otto Schrader (Vorsitzender) · Dr. Rainer Hillebrand (Stellvertretender Vorsitzender) · Alexander Birken ·
Dr. Willi Darr · Diethard Gagelmann · Peter Gelsdorf · Dr. Wolfgang Linder · Jürgen Schulte-Laggenbeck · Dr. Winfried Zimmermann
Aufsichtsrat: Prof. Dr. h.c. Werner Otto (Ehrenvorsitzender) · Dr. Michael Otto (Vorsitzender)
Ricardo:
Thanks so much for picking this up. And thanks for a
great wiki.
> 1. desc xwiki.xwikircs
> 2. select count(*) from xwiki.xwikircs where
xwr_isdiff is null
I've been doggone busy for a couple of days and could
not follow this up right away. Result: The machine I
was working on has been trashed (It was a sacrificial
box used for experimental setups.) Alas, I will try
again with the 1.3 release, which I see has been
posted in the meantime. I hope your bug-fix campaign
is successfull even lacking this 2c. contribution.
Truly sorry :(
Cheers,
Al
----------Ricardo wrote:
Hi Alberto,
Alberto Squassabia wrote:
> Folks:
>
> I've been trying to install Xwiki on a Suse 10.2
linux
> distribution with apache-tomcat-6.0.16 and MySQL
> 5.0.26 (the jdbc driver is
> mysql-connector-java-5.0.8.jar).
>
> With either Xwiki 1.2.2 or 1.3.rc1 i get a null
> pointer exception when I get to the XWikiPreferences
> page i.e.
>
http://localhost:8080/xwiki/bin/objectadd/XWiki/XWikiPreferences?classname=…
> for 1.2.2. Using 1.3 the error is terminal (no way
to
> recover). Using 1.2.2 if I click on the
> XWikiPreferences header then I see a normal page,
> instead of the exception trace. Except, if I try,
> say, to save a comment, I get another trace.
I am not sure, but this sounds not far from a problem
Sergiu Dumitriu
has been working out yesterday night in the IRC
channel. Please, just
hoping he and others have e while to follow this
thread, could you
provide us with some extra information?
It would be great if you could submit a couple of SQL
statements to
your
database and post here the answers. MySQL Console or
MySQL Query
Browser
could be used for this. Considering the database you
are connected to
is
xwiki:
1. desc xwiki.xwikircs
2. select count(*) from xwiki.xwikircs where
xwr_isdiff is null
I think this will help to know if we are facing the
same problem.
Thanks!
Cheers,
Ricardo
--
Ricardo Rodr?guez
Your EPEC Network ICT Team
____________________________________________________________________________________
Be a better friend, newshound, and
know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
I have a problem using import/export
If I import the xwiki-entreprise xar from your website it's working fine.
But if I export one of my files to put it in a new xwiki server (same
version), I've got an error (put after). Any clues? The difference I
see is that one is in ISO-8859-1 and one is in UTF-8
07:50:21.853 WARN!! [SocketListener0-3]
org.apache.struts.util.RequestUtils.createActionForm(RequestUtils.java:175)
>23> No FormBeanConfig found under 'import'
07:50:21.855 INFO [SocketListener0-3]
com.xpn.xwiki.user.impl.xwiki.XWikiAuthServiceImpl.checkAuth(XWikiAuthServiceImpl.java:218)
>28> User XWiki.Admin is authentified
07:50:21.922 WARN!! [SocketListener0-3]
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:184) >23>
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 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.
at com.xpn.xwiki.web.ImportAction.render(ImportAction.java:94)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:148)
at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
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:1530)
at org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:633)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1482)
at org.mortbay.http.HttpServer.service(HttpServer.java:909)
at org.mortbay.http.HttpConnection.service(HttpConnection.java:816)
at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:982)
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:2356)
at com.xpn.xwiki.plugin.packaging.Package.readFromXML(Package.java:697)
at com.xpn.xwiki.plugin.packaging.Package.Import(Package.java:384)
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:148)
at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
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:1530)
at org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:633)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1482)
at org.mortbay.http.HttpServer.service(HttpServer.java:909)
at org.mortbay.http.HttpConnection.service(HttpConnection.java:816)
at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:982)
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 file. 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:2354)
at com.xpn.xwiki.plugin.packaging.Package.readFromXML(Package.java:697)
at com.xpn.xwiki.plugin.packaging.Package.Import(Package.java:384)
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:148)
at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
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:1530)
at org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:633)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1482)
at org.mortbay.http.HttpServer.service(HttpServer.java:909)
at org.mortbay.http.HttpConnection.service(HttpConnection.java:816)
at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:982)
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.util.ErrorHandlerWrapper.createSAXParseException(Unknown
Source)
at org.apache.xerces.util.ErrorHandlerWrapper.fatalError(Unknown Source)
at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
at org.apache.xerces.impl.XMLScanner.reportFatalError(Unknown Source)
at org.apache.xerces.impl.XMLDocumentScannerImpl$XMLDeclDispatcher.dispatch(Unknown
Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown
Source)
at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
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:2354)
at com.xpn.xwiki.plugin.packaging.Package.readFromXML(Package.java:697)
at com.xpn.xwiki.plugin.packaging.Package.Import(Package.java:384)
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:148)
at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
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:1530)
at org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:633)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1482)
at org.mortbay.http.HttpServer.service(HttpServer.java:909)
at org.mortbay.http.HttpConnection.service(HttpConnection.java:816)
at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:982)
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 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:2356)
at com.xpn.xwiki.plugin.packaging.Package.readFromXML(Package.java:697)
at com.xpn.xwiki.plugin.packaging.Package.Import(Package.java:384)
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:148)
at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
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:1530)
at org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:633)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1482)
at org.mortbay.http.HttpServer.service(HttpServer.java:909)
at org.mortbay.http.HttpConnection.service(HttpConnection.java:816)
at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:982)
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 file. 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:2354)
at com.xpn.xwiki.plugin.packaging.Package.readFromXML(Package.java:697)
at com.xpn.xwiki.plugin.packaging.Package.Import(Package.java:384)
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:148)
at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
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:1530)
at org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:633)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1482)
at org.mortbay.http.HttpServer.service(HttpServer.java:909)
at org.mortbay.http.HttpConnection.service(HttpConnection.java:816)
at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:982)
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.util.ErrorHandlerWrapper.createSAXParseException(Unknown
Source)
at org.apache.xerces.util.ErrorHandlerWrapper.fatalError(Unknown Source)
at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
at org.apache.xerces.impl.XMLScanner.reportFatalError(Unknown Source)
at org.apache.xerces.impl.XMLDocumentScannerImpl$XMLDeclDispatcher.dispatch(Unknown
Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown
Source)
at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
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:2354)
at com.xpn.xwiki.plugin.packaging.Package.readFromXML(Package.java:697)
at com.xpn.xwiki.plugin.packaging.Package.Import(Package.java:384)
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:148)
at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
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:1530)
at org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:633)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1482)
at org.mortbay.http.HttpServer.service(HttpServer.java:909)
at org.mortbay.http.HttpConnection.service(HttpConnection.java:816)
at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:982)
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.dom4j.DocumentException: Error on line -1 of document : Premature
end of file. 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:2354)
at com.xpn.xwiki.plugin.packaging.Package.readFromXML(Package.java:697)
at com.xpn.xwiki.plugin.packaging.Package.Import(Package.java:384)
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:148)
at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
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:1530)
at org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:633)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1482)
at org.mortbay.http.HttpServer.service(HttpServer.java:909)
at org.mortbay.http.HttpConnection.service(HttpConnection.java:816)
at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:982)
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.util.ErrorHandlerWrapper.createSAXParseException(Unknown
Source)
at org.apache.xerces.util.ErrorHandlerWrapper.fatalError(Unknown Source)
at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
at org.apache.xerces.impl.XMLScanner.reportFatalError(Unknown Source)
at org.apache.xerces.impl.XMLDocumentScannerImpl$XMLDeclDispatcher.dispatch(Unknown
Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown
Source)
at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
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:2354)
at com.xpn.xwiki.plugin.packaging.Package.readFromXML(Package.java:697)
at com.xpn.xwiki.plugin.packaging.Package.Import(Package.java:384)
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:148)
at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
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:1530)
at org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:633)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1482)
at org.mortbay.http.HttpServer.service(HttpServer.java:909)
at org.mortbay.http.HttpConnection.service(HttpConnection.java:816)
at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:982)
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)
07:50:21.925 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>35> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/plain.vm'
for 'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/plain.vm'
07:50:21.926 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>36> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/plain.vm'
for 'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/plain.vm'
07:50:21.927 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>51> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/xwikivars.vm'
for 'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/xwikivars.vm'
07:50:21.927 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>52> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/xwikivars.vm'
for 'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/xwikivars.vm'
07:50:21.929 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>67> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/fudocs.vm'
for 'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/fudocs.vm'
07:50:21.930 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>68> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/fudocs.vm'
for 'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/fudocs.vm'
07:50:21.931 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>67> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/macros.vm'
for 'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/macros.vm'
07:50:21.931 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>68> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/macros.vm'
for 'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/macros.vm'
07:50:21.938 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>35> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/templatedoesnotexist.vm'
for 'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/templatedoesnotexist.vm'
07:50:21.938 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>36> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/templatedoesnotexist.vm'
for 'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/templatedoesnotexist.vm'
07:50:21.940 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>51> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/startpage.vm'
for 'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/startpage.vm'
07:50:21.940 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>52> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/startpage.vm'
for 'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/startpage.vm'
07:50:21.942 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>67> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/xwikivars.vm'
for 'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/xwikivars.vm'
07:50:21.943 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>68> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/xwikivars.vm'
for 'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/xwikivars.vm'
07:50:21.950 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>83> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/fudocs.vm'
for 'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/fudocs.vm'
07:50:21.950 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>84> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/fudocs.vm'
for 'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/fudocs.vm'
07:50:21.951 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>83> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/macros.vm'
for 'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/macros.vm'
07:50:21.952 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>84> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/macros.vm'
for 'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/macros.vm'
07:50:21.958 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>67> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/layoutvars.vm'
for 'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/layoutvars.vm'
07:50:21.959 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>68> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/layoutvars.vm'
for 'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/layoutvars.vm'
07:50:21.961 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>67> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/htmlheader.vm'
for 'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/htmlheader.vm'
07:50:21.962 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>68> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/htmlheader.vm'
for 'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/htmlheader.vm'
07:50:21.965 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>85> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/stylesheets.vm'
for 'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/stylesheets.vm'
07:50:21.965 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>86> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/stylesheets.vm'
for 'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/stylesheets.vm'
07:50:21.967 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>100> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/style.css'
for 'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/style.css'
07:50:21.967 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>101> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/style.css'
for 'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/style.css'
07:50:21.968 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>100> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/style.css'
for 'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/style.css'
07:50:21.968 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>101> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/style.css'
for 'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/style.css'
07:50:21.969 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>98> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/css/lightbox/lightbox.css'
for 'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/css/lightbox/lightbox.css'
07:50:21.969 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>99> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/css/lightbox/lightbox.css'
for 'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/css/lightbox/lightbox.css'
07:50:21.970 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>98> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/css/lightbox/lightboxIE.css'
for 'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/css/lightbox/lightboxIE.css'
07:50:21.970 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>99> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/css/lightbox/lightboxIE.css'
for 'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/css/lightbox/lightboxIE.css'
07:50:21.971 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>85> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/analytics.vm'
for 'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/analytics.vm'
07:50:21.971 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>86> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/analytics.vm'
for 'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/analytics.vm'
07:50:21.972 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>85> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/albatross/analytics.vm' for
'file:/usr/share/jetty/webapps/xwiki/skins/albatross/analytics.vm'
07:50:21.972 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>86> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/albatross/analytics.vm' for
'file:/usr/share/jetty/webapps/xwiki/skins/albatross/analytics.vm'
07:50:21.973 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>85> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/javascript.vm'
for 'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/javascript.vm'
07:50:21.973 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>86> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/javascript.vm'
for 'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/javascript.vm'
07:50:21.974 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>99> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/skin.js'
for 'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/skin.js'
07:50:21.975 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>100> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/skin.js'
for 'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/skin.js'
07:50:21.975 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>99> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/rico/prototype.js'
for 'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/rico/prototype.js'
07:50:21.976 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>100> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/rico/prototype.js'
for 'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/rico/prototype.js'
07:50:21.976 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>99> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/rico/rico.js'
for 'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/rico/rico.js'
07:50:21.977 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>100> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/rico/rico.js'
for 'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/rico/rico.js'
07:50:21.977 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>99> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/rico/xwrico.js'
for 'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/rico/xwrico.js'
07:50:21.978 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>100> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/rico/xwrico.js'
for 'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/rico/xwrico.js'
07:50:21.978 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>99> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/xwiki.js'
for 'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/xwiki.js'
07:50:21.978 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>100> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/xwiki.js'
for 'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/xwiki.js'
07:50:21.979 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>99> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/browserdetect.js'
for 'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/browserdetect.js'
07:50:21.979 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>100> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/browserdetect.js'
for 'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/browserdetect.js'
07:50:21.980 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>99> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/chwScripts.js'
for 'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/chwScripts.js'
07:50:21.980 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>100> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/chwScripts.js'
for 'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/chwScripts.js'
07:50:21.981 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>98> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/scripts/table/tablefilterNsort.js'
for 'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/scripts/table/tablefilterNsort.js'
07:50:21.981 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>99> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/scripts/table/tablefilterNsort.js'
for 'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/scripts/table/tablefilterNsort.js'
07:50:21.982 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>98> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/fullscreenEdit.js'
for 'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/fullscreenEdit.js'
07:50:21.982 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>99> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/fullscreenEdit.js'
for 'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/fullscreenEdit.js'
07:50:21.983 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>98> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/usersandgroups.js'
for 'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/usersandgroups.js'
07:50:21.983 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>99> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/usersandgroups.js'
for 'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/usersandgroups.js'
07:50:21.984 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>99> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/suggest/ajaxSuggest.js'
for 'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/suggest/ajaxSuggest.js'
07:50:21.984 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>100> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/suggest/ajaxSuggest.js'
for 'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/suggest/ajaxSuggest.js'
07:50:21.985 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>99> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/scripts/lightbox/lightbox.js'
for 'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/scripts/lightbox/lightbox.js'
07:50:21.985 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>100> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/scripts/lightbox/lightbox.js'
for 'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/scripts/lightbox/lightbox.js'
07:50:21.986 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>67> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/header.vm'
for 'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/header.vm'
07:50:21.986 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>68> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/header.vm'
for 'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/header.vm'
07:50:21.987 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>83> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/global.vm'
for 'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/global.vm'
07:50:21.988 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>84> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/global.vm'
for 'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/global.vm'
07:50:21.990 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>103> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/logo.png'
for 'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/logo.png'
07:50:21.991 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>104> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/logo.png'
for 'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/logo.png'
07:50:21.992 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>83> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/space.vm'
for 'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/space.vm'
07:50:21.992 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>84> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/space.vm'
for 'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/space.vm'
07:50:21.996 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>67> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/menuview.vm'
for 'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/menuview.vm'
07:50:21.996 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>68> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/menuview.vm'
for 'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/menuview.vm'
07:50:22.024 INFO [SocketListener0-3]
com.xpn.xwiki.user.impl.xwiki.XWikiAuthServiceImpl.checkAuth(XWikiAuthServiceImpl.java:218)
>79> User XWiki.Admin is authentified
07:50:22.026 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>51> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/endpage.vm'
for 'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/endpage.vm'
07:50:22.026 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>52> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/endpage.vm'
for 'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/endpage.vm'
07:50:22.027 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>67> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/leftpanels.vm'
for 'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/leftpanels.vm'
07:50:22.027 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>68> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/leftpanels.vm'
for 'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/leftpanels.vm'
07:50:22.029 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>67> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/rightpanels.vm'
for 'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/rightpanels.vm'
07:50:22.029 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>68> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/rightpanels.vm'
for 'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/rightpanels.vm'
07:50:22.031 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>113> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/go.png'
for 'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/go.png'
07:50:22.032 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>114> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/go.png'
for 'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/go.png'
07:50:22.036 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>113> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/icons/black-rss-mini3.png'
for 'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/icons/black-rss-mini3.png'
07:50:22.036 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>114> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/icons/black-rss-mini3.png'
for 'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/icons/black-rss-mini3.png'
07:50:22.058 INFO [SocketListener0-3]
com.xpn.xwiki.store.DBCPConnectionProvider.logStatistics(DBCPConnectionProvider.java:259)
>115> active: 1 (max: 50) idle: 1(max: 5)
07:50:22.061 INFO [SocketListener0-3]
com.xpn.xwiki.store.DBCPConnectionProvider.logStatistics(DBCPConnectionProvider.java:259)
>116> active: 0 (max: 50) idle: 2(max: 5)
07:50:22.069 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>67> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/footer.vm'
for 'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/footer.vm'
07:50:22.069 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>68> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/footer.vm'
for 'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/footer.vm'
07:50:22.070 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>67> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/htmlfooter.vm'
for 'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/htmlfooter.vm'
07:50:22.071 WARN!! [SocketListener0-3]
org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
>68> Alias request of
'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/htmlfooter.vm'
for 'file:/usr/share/jetty/webapps/xwiki/skins/XWiki.DefaultSkin/htmlfooter.vm'
If I wanted to have a page that presented the Lucene search engine (a la
the Google home page), what is the 'right' way to do this?
I'm guessing that it's to #include Main.Search ?
Thanks in advance.
--
Jim Dowson
CTO, Global Services, EMC Corporation
Linx: (617) 598-0505
Thanks dude. It's working now
Original Message:
<br />On Mar 10, 2008, at 3:43 PM, Hosam Hassan wrote:
<br />
<br />> I already checked and google for that before i post anything. I dont
<br />> want to change the logo. I want to remove it totally with its like.
<br />> if you delete the logo.png u still have some nasty link there
<br />
<br />I read a bit too fast your question ;)
<br />
<br />You'll need to edit the global.vm file and remove this part:
<br />
<br /> <a href="$!xwiki.getURL(" main.webhome="Main.WebHome">
<br />#set($logoname = $xwiki.getSkinPreference("logo", "logo.png"))
<br />#set($logo = $!prefdoc.getAttachment($logoname))
<br />#if(!$logo)
<br />#set($logourl = $xwiki.getSkinFile($logoname))
<br /> <img src="$!logourl" alt="XWiki" width="200" height="70" />
<br />#else
<br />#set($logourl = $prefdoc.getAttachmentURL($logo.filename, "download"))
<br /> <img src="$!logourl" alt="XWiki" />
<br />#end
<br /> </a>
<br />
<br />Thanks
<br />-Vincent
<br />
<br />> Original Message:
<br />>
<br />> Hi Hosam,
<br />> <br />
<br />> <br />On Mar 10, 2008, at 3:19 PM, Hosam Hassan wrote:
<br />> <br />
<br />> <br />> Hello all,
<br />> <br />>
<br />> <br />> I am using the toucan skin as its much better and easier to
<br />> change
<br />> <br />> than the albatross. Anyway I just want to remove the Company
<br />> logo
<br />> <br />> and its link from the global header.
<br />> <br />>
<br />> <br />>> From where I can do that?.
<br />> <br />
<br />> <br />See http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Skins
<br />> <br />
<br />> <br />Thanks
<br />> <br />-Vincent
<br />> <br />
<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 />
--
I already checked and google for that before i post anything. I dont want to change the logo. I want to remove it totally with its like. if you delete the logo.png u still have some nasty link there
Original Message:
Hi Hosam,
<br />
<br />On Mar 10, 2008, at 3:19 PM, Hosam Hassan wrote:
<br />
<br />> Hello all,
<br />>
<br />> I am using the toucan skin as its much better and easier to change
<br />> than the albatross. Anyway I just want to remove the Company logo
<br />> and its link from the global header.
<br />>
<br />>> From where I can do that?.
<br />
<br />See http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Skins
<br />
<br />Thanks
<br />-Vincent
<br />
<br />_______________________________________________
<br />users mailing list
<br />users(a)xwiki.org
<br />http://lists.xwiki.org/mailman/listinfo/users
<br />
--
hi again:D
as u may already now..i am a newbie at xwiki.
these are my issues now:
1. changing colors of a link...
i have this code:
"{style:type=div|align=left}*{style:type=span|font-size=12px|color=#ffffff|background-color=#DE2626}[Review product feedback to designers>Rev_Desfeed]{style}*{style} "
it worked fine before i made it a link:))) now i have no idea how to control the colors. i saw something on the internet about using css.. i have used css so far but in xwiki i think i don't get it.
2. i wanna merge 2 cells of a table . do ya have any idea how to do that...
and another thing..is there something like a forum for xwiki, or a website where all the questions have been answered can be found there? so that i won't ask question that were already asked.:)
thx
Take care ,
Gabriela Radu :)
www.gabrielaradu.com
____________________________________________________________________________________
Looking for last minute shopping deals?
Find them fast with Yahoo! Search. http://tools.search.yahoo.com/newsearch/category.php?category=shopping
Hello all,
I am using the toucan skin as its much better and easier to change than the albatross. Anyway I just want to remove the Company logo and its link from the global header.
>From where I can do that?.
Many thanks
Cheers,
Hosam
Hi List,
I'm experiencing problem to logoff when using FireFox and to login when
using IE.
When I'm using IE, xwiki was able to tell me if I'm not using the right
login, but put me back to webhome without the authenticated status when I
provide the correct login (Admin/admin)
When I'm using FF, logoff doesn't work and I'd have to clear the cookies to
remove the logged-in status.
In regards to installation cleanness, I did try to create users and
pages before I imported the default wiki documents. I removed a page I
created before the defaul wiki was imported. I'm not sure if that affects
this issue.
Tomcat and Oracle installation are clean installs. The only config I've
changed is the hibernate.cfg.xml
I'd appreciate any help you could provide. Heres the detail of my
installation.
xwiki-enterprise-web-1.3-rc-1.war
xwiki-enterprise-wiki-1.3-rc-1.xar
Tomcat 6.0.16
Oracle 10g
Windows XP
Thanks!
Benjamin Leung
hello :)
i would like to add some hotspots links over an image in xwiki. is it possible? if yes..please send me a link with info(looked but no luck so far).
Thank you :)
Take care ,
Gabriela Radu :)
www.gabrielaradu.com
____________________________________________________________________________________
Looking for last minute shopping deals?
Find them fast with Yahoo! Search. http://tools.search.yahoo.com/newsearch/category.php?category=shopping
i have another question besides the one with the special links... where does xwiki saves all the projects that i have made? for obvious reasons i am asking this....because i wanna make a backup, or if i have to update xwiki. thank you!
Take care ,
Gabriela Radu :)
www.gabrielaradu.com
----- Original Message ----
From: Gabriela Radu <nohinder(a)yahoo.com>
To: users(a)xwiki.org
Sent: Monday, March 10, 2008 11:21:11 AM
Subject: links
hello :)
i would like to add some hotspots links over an image in xwiki. is it possible? if yes..please send me a link with info(looked but no luck so far).
Thank you :)
Take care ,
Gabriela Radu :)
www.gabrielaradu.com
Never miss a thing. Make Yahoo your homepage.
____________________________________________________________________________________
Looking for last minute shopping deals?
Find them fast with Yahoo! Search. http://tools.search.yahoo.com/newsearch/category.php?category=shopping
I was using the 'delete page snippet' from
http://code.xwiki.org/xwiki/bin/view/Snippets/DeleteSpaceSnippet
When confirming a space to be deleted (under 1.2-milestone-2.5917), self
contained Windows version
I received the following error:
Error number 4001 in 4: Error while parsing velocity page Main.Delete
Space
Wrapped Exception: Invocation of method 'delete' in class
com.xpn.xwiki.api.Document threw exception java.lang.OutOfMemoryError:
Java heap space @ Main.Delete Space6,71?
com.xpn.xwiki.XWikiException: Error number 4001 in 4: Error while
parsing velocity page Main.Delete Space
Wrapped Exception: Invocation of method 'delete' in class
com.xpn.xwiki.api.Document threw exception java.lang.OutOfMemoryError:
Java heap space @ Main.Delete Space6,71?
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRendere
r.java:157)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.render(XWikiVelocityRenderer.
java:95)
at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWiki
RenderingEngine.java:222)
at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWiki
RenderingEngine.java:154)
at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWiki
RenderingEngine.java:125)
at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderDocument(DefaultX
WikiRenderingEngine.java:117)
at
com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:40
7)
at
com.xpn.xwiki.api.Document.getRenderedContent(Document.java:371)
at sun.reflect.GeneratedMethodAccessor126.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.invok
e(UberspectImpl.java:295)
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java
:245)
at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReferenc
e.java:203)
at
org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference
.java:294)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.jav
a:318)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRendere
r.java:238)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRendere
r.java:152)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1309)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1278)
at com.xpn.xwiki.api.XWiki.parseTemplate(XWiki.java:599)
at sun.reflect.GeneratedMethodAccessor27.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.invok
e(UberspectImpl.java:295)
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java
:245)
at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReferenc
e.java:203)
at
org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference
.java:294)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.jav
a:318)
at
org.apache.velocity.runtime.directive.VelocimacroProxy.render(Velocimacr
oProxy.java:194)
at
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective
.java:170)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74
)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfState
ment.java:88)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74
)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.jav
a:318)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfState
ment.java:107)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.jav
a:318)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRendere
r.java:238)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRendere
r.java:152)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1309)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1278)
at com.xpn.xwiki.web.Utils.parseTemplate(Utils.java:105)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:158)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestPr
ocessor.java:431)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:
236)
at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
at javax.servlet.http.HttpServlet.service(HttpServlet.java: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(Web
ApplicationHandler.java:830)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodi
ngFilter.java:117)
at
org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(Web
ApplicationHandler.java:821)
at
org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationH
andler.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(WebApplicationCon
text.java:633)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1517)
at org.mortbay.http.HttpServer.service(HttpServer.java:954)
at
org.mortbay.http.HttpConnection.service(HttpConnection.java:816)
at
org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:983)
at
org.mortbay.http.HttpConnection.handle(HttpConnection.java:833)
at
org.mortbay.http.SocketListener.handleConnection(SocketListener.java:244
)
at
org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357)
at
org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)
Wrapped Exception:
java.lang.OutOfMemoryError: Java heap space
--
Jim Dowson
CTO, Global Services, (821-76814)
Linx: (617) 598-0505
Hi,
This doubt comes from a previous thread, document name including /. But
as far as the behavior now is a bit different, I don't know why, please,
allow me to start a new issue.
The point is that I'd created a document with / in its name. Namely
PCI/A/9641/07. It is quite frequent to find such a names from project
codes and stuff.
Looking for PCI in Search, shows this document, but any action (Delete,
Rename, Rights or Copy) shows an empty page. Looking for any word in the
document doesn't return it as a result.
Table xwikidoc contents the following document:
XWD_FULLNAME:Wetlands.PCI
XWD_NAME: PCI/A/9641/07
http://our.server.name/xwiki/bin/view/Wetlands/PCI says that the
requested document could not be found.
Must I simply remove this entry or could this action compromise the
integrity of the database?
Thanks for your help,
Ricardo
--
Ricardo Rodríguez
Your EPEC Network ICT Team
Hi,
I'm trying to customize a number of XWiki installations to be able to
show its potentialities minimizing the effort invested in modifying its
apparency. Using 1.3-SNAPSHOT.8231.
At the moment is out of my capacities to understand how Toucan has been
developed and is evolving, but I saw that copying a number of templates
and CSS files to the folder of a new skin helps a lot.
If I copy colorsblack.css to the new skin folder, it is quite easy to
modify margins, font sizes and other properties. But I would like to
understand how does the url in the background-image property work. For
instance here:
#globallinks {
background-image:url(headerperso-bg.jpg);
background-position:left bottom;
}
It seems that headerperso-bg.jpg is picked up from Albatross skin, the
base one, and not from the new skin folder where colorsblack.css is
stored. By using Firebug I can see that it is that new CSS the one the
site is using.
I can use any absolute URL there and it works fine.
Please, is this the expected behavior or must the browser pick up the
new background stored in the new skin folder? Am I missing or
misunderstanding anything? Thanks!
Cheers,
Ricardo
--
Ricardo Rodríguez
Your EPEC Network ICT Team
ping, just to repost to mail list.
Mike Oliver wrote:
>
> Has anyone looked at Open Social and how it fits with XWiki?
> Compatibilities, Complimentary features, incompatibilities, etc.
>
--
View this message in context: http://www.nabble.com/How-does-XWiki-fit-with-Open-Social-tp15918765p159192…
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.3 final.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
This release spanned 2 full months starting on the 10th of January
2008 and ending on the 7th of March 2008. During that period we
implemented over 200 issues, fixing close to 100 bugs and adding new
features such as:
* Ability to export pages as HTML in a zip file
* Ability to export the current page in a XAR
* Better Oracle support
* New Toucan skin
* Complete rewrite of the LDAP authentication support including
the support for LDAP groups
* Diff emails sent by the Watchlist feature + ability to
customize the email sent
* Improved translation (German, French, Spanish) + new
transaltions (Slovak)
Main changes from 1.3RC1:
* Core changes:
o Bugs
+ XWIKI-1850 - No security against recursive includes
+ XWIKI-2047 - DB2 Hibernate Mapping for 1.2
+ XWIKI-2163 - XWiki.parseGroovyFromPage() doesn't
work when passing the a page containing JARs to be put in the Groovy
classloader
+ XWIKI-2164 - Cannot log out
+ XWIKI-2171 - When user is not in the bind_DN/
bind_pass search for DN from user uid fail
o Improvements
+ XWIKI-2157 - Add Slovak translation
+ XWIKI-2170 - Allow inactive users to see specific
pages
* Albatross Skin:
o Bugs
+ XSALBATROSS-18 - Parse error when serving skin.js
through SkinAction
* Toucan Skin:
o Bugs
+ XSTOUCAN-11 - RSS macro isn't styled correctly in
Toucan
+ XSTOUCAN-12 - In inline edit mode all the input
fields are stretched to the full content width
+ XSTOUCAN-13 - Numbered lists do not appear as
numbered
+ XSTOUCAN-17 - Bulletted lists do not show bullets
in the WYSIWYG editor
o Improvements
+ XSTOUCAN-14 - In admin mode allow clicking anywhere
on a tab to select it
+ XSTOUCAN-15 - Increase size of info box displayed
by the #xwikimessageboxstart macro
+ XSTOUCAN-16 - Remove borders for tables using the
memberstable class id
* Watchlist plugin
o Bugs
+ XPWATCHLIST-20 - Exception on Scheduler.WebHome
about "isDocumentWatched"
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise13
Thanks
-The XWiki dev team
OK. It is back on service again.
-------------- Original message from wangwh(a)att.net: --------------
Anyone working on the XWiki farm? I can't log in suddenly....I hope XWiki farm is not attacked by.....
Folks:
I've been trying to install Xwiki on a Suse 10.2 linux
distribution with apache-tomcat-6.0.16 and MySQL
5.0.26 (the jdbc driver is
mysql-connector-java-5.0.8.jar).
With either Xwiki 1.2.2 or 1.3.rc1 i get a null
pointer exception when I get to the XWikiPreferences
page i.e.
http://localhost:8080/xwiki/bin/objectadd/XWiki/XWikiPreferences?classname=…
for 1.2.2. Using 1.3 the error is terminal (no way to
recover). Using 1.2.2 if I click on the
XWikiPreferences header then I see a normal page,
instead of the exception trace. Except, if I try,
say, to save a comment, I get another trace.
This is my JRE:
java -version
$java version "1.5.0_08"
Java(TM) 2 Runtime Environment, Standard Edition
(build 1.5.0_08-b03)
Java HotSpot(TM) 64-Bit Server VM (build 1.5.0_08-b03,
mixed mode)
this is the second trace:
Error number 3201 in 3: Exception while saving
document XWiki.XWikiPreferences
Wrapped Exception: Error number 3211 in 3: Exception
while updating archive XWiki.XWikiPreferences
Wrapped Exception: Error number 3212 in 3: Exception
while loading archive 104,408,758
Wrapped Exception: Error number 0 in 3: Exception
while hibernate execute
Wrapped Exception: exception setting property value
with CGLIB (set
hibernate.cglib.use_reflection_optimizer=false for
more info) setter of
com.xpn.xwiki.doc.rcs.XWikiRCSNodeInfo.setDiff
com.xpn.xwiki.XWikiException: Error number 3201 in 3:
Exception while saving document XWiki.XWikiPreferences
Wrapped Exception: Error number 3211 in 3: Exception
while updating archive XWiki.XWikiPreferences
Wrapped Exception: Error number 3212 in 3: Exception
while loading archive 104,408,758
Wrapped Exception: Error number 0 in 3: Exception
while hibernate execute
Wrapped Exception: exception setting property value
with CGLIB (set
hibernate.cglib.use_reflection_optimizer=false for
more info) setter of
com.xpn.xwiki.doc.rcs.XWikiRCSNodeInfo.setDiff
at
com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiDoc(XWikiHibernateStore.java:384)
at
com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:97)
[ ... very long omission ... ]
at
com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:91)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1018)
at
com.xpn.xwiki.web.CommentAddAction.action(CommentAddAction.java:61)
at
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:147)
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:710)
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.coyote.http11.Http11Processor.process(Http11Processor.java:844)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
at java.lang.Thread.run(Thread.java:595)
Caused by: java.lang.NullPointerException
I browsed the various resources, but the only null
pointer I found was wrt a totally unrelated
circumstances.
Any kind soul can please tell me what is the gripe
about?
Cheers,
Al
____________________________________________________________________________________
Never miss a thing. Make Yahoo your home page.
http://www.yahoo.com/r/hs
Hi all,
We have been successfully using Xwiki and started with the 1.2rc1 without this problem.
I updated with 1.2 version recently and we are no more able to upload any files. Below the log extract.
We are running on a ScientificLinux 5.0 server, with tomcat 5.5.25, and java 1.5.
The same thing occurs with xwiki 1.2.2, and java 1.6 (last update).
I saw a similar messages posted in december 2006 without answer.
Is there any workaround that I could apply or should I do something else ?
Cheers.
--Vincent
10:35:01,437 [http://myxwiki:9090/xwiki/bin] [http-9090-Processor24] WARN web.XWikiAction - Uncaught exception: Error number 0 in 11: Uncaught exception
Wrapped Exception: String index out of range: -1
com.xpn.xwiki.XWikiException: Error number 0 in 11: Uncaught exception
Wrapped Exception: String index out of range: -1
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:164)
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:269)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:174)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
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:874)
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:689)
at java.lang.Thread.run(Thread.java:595)
Wrapped Exception:
java.lang.StringIndexOutOfBoundsException: String index out of range: -1
at java.lang.String.substring(String.java:1768)
at java.lang.String.substring(String.java:1735)
at com.xpn.xwiki.XWiki.getDocumentNameFromPath(XWiki.java:1118)
at com.xpn.xwiki.XWiki.getDocumentName(XWiki.java:4005)
at com.xpn.xwiki.XWiki.prepareDocuments(XWiki.java:4035)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:132)
at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
Hi, I have a class named MyClass with "content" property with type TextArea.
I write some Groovy code to read a text file (*.txt) with encoding UTF-8,
and print each line in the screen (code snippet 1) , no errors.
but when I replace code snippet (1) with (2), the following error occurs:
com.xpn.xwiki.XWikiException: Error number 3201 in 3: Exception while saving
document ..Wrapped Exception: could not insert: xpn.xwiki.objects.Large
String Property?<http://localhost:8080/xwiki/bin/edit/com.xpn.xwiki.objects/LargeStringPrope…>
I try text files with encoding Unicode, replace UTF-8 with UNICODE, execute
code snippet (1) and (2), both are ok.
Anyone can explain me why I'm getting error with UTF-8 and how to solve this
problem ?
My code here:
*byte[] bytes=...
String[] lines=new String(bytes,"UTF-8").split("\n");
list=mydoc.getObjects("XWiki.MyClass");
for (i in 0..<lines.length)
{
(1)
println lines[i];
(2)
newobj=mydoc.newObject("XWiki.MyClass");
newobj.set("content", lines[i]);
list.add(newobj);
}
mydoc.save();*
--
Ngô Thị Hồng Nga
Hi,
I just installed the new toucan skin and upgraded our internal wiki to 1.3
RC1.
Has the Wysiwig editor changed ?
Several things changed when I apply the toucan skin, for example:Lists and
numbered lists no longer work correctly.
If I change back to albatross everything works again as before. Is there a
relation between the skin & the wysiwyg editor ?
BTW I like toucan a lot and REALLY would like to go for it, but this Wysiwyg
issue holds us back.
Regards,
Daniel
--
View this message in context: http://www.nabble.com/Wysiwyg-with-new-toucan-skin-tp15885525p15885525.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
I use Bulletin Board application with XE 1.1.2. I import the xar file, I add
a new topic, enter title and first post, then make some reply. Every thing
is displayed properly (author, post reply,..), except for the topic title
and topic first post always be the empty string "", although they are not
empty !?
Thanks a lot. But maybe I made it confused, English is not my mother
language.
In fact what I need is that after the user entering username/password and
click the log-in button, the next page should be the user's profile page.
For example, after entering username/password the user Admin click log-in,
then the coming page should be
http://localhost:8080/xwiki/bin/view/XWiki/Admin
The problem is that before log-in, we can't get the username and user
profile page URL in global.vm because we don't know which user will exactly
log-in.
--------------------------------------------------
> ------------------------------
>
> Message: 3
> Date: Thu, 6 Mar 2008 12:38:01 +0100
> From: "Dan" <henduonian(a)hotmail.com>
> Subject: [xwiki-users] Automatic forward to user page after login?
> To: <users(a)xwiki.org>
> Message-ID: <BLU125-DS1C9240E242153BEEF1263DA120(a)phx.gbl>
> Content-Type: text/plain; charset="gb2312"
>
> Hello, all
> Currently after login, the user will be forwarded to the former page. Is
> it possible to automatically forward the user to his own page?
> Shall I modify some .vm templates or I have to do java coding?
> Please kindly give some instructions.
> Thanks a lot.
>
I am new to XWiki Enterprice and I have read the documentation from main website, but could not find what I needed. How do I set the default language for the whole site without always passing the language= in the URL every time?
Also, how can I add more key/words to be translated to another language?
Many thanks in advanced.
Richard
_________________________________________________________________
Shed those extra pounds with MSN and The Biggest Loser!
http://biggestloser.msn.com/
It works fine now.
Thanks a lot
Original Message:
Hi Hosam,
<br />Sorry, my previous email messed up.
<br />
<br />Basically what happens is that you did not declare the translations file
<br />properly. To do so, please check the instructions at
<br />
<br />http://code.xwiki.org/xwiki/bin/view/Applications/BulletinBoardApplicationD…
<br />
<br />
<br />If the original code bits still show up afterwards, please check the
<br />BBCode.Translations page has all of its translations filled in properly.
<br />
<br />
<br />Thanks,
<br />
<br />
<br />Guillaume
<br />
<br />On 06/03/2008, Guillaume Lerouge wrote:
<br />>
<br />> Hi Hosam,
<br />>
<br />> that's because you didn't properly declare the translations file. Please
<br />> check
<br />>
<br />> On 06/03/2008, Hosam Hassan wrote:
<br />>
<br />> > Hello all,
<br />> >
<br />> > I installed the Bulletin Board app but the text is messed up somehow so
<br />> > i get it like that
<br />> >
<br />> > WebHome bb_bb rss
<br />> >
<br />> > bb_currently 0 bb_categoriessize bb_deletethisbb
<br />> >
<br />> > bb_categoryâ bb_topicsâ bb_lastmessageonâ bb_inreplytoâ
<br />> > bb_byâ bb_actionsâ
<br />> >
<br />> > bb_addnewcategory
<br />> >
<br />> > How can I remove the bb_ from the header,..etc because its pretty
<br />> > annoying to have it like this.
<br />> >
<br />> > Which class should I edit or where is that located?
<br />> >
<br />> > Cheers,
<br />> >
<br />> >
<br />> > Hosam
<br />> > _______________________________________________
<br />> > users mailing list
<br />> > users(a)xwiki.org
<br />> > http://lists.xwiki.org/mailman/listinfo/users
<br />> >
<br />> >
<br />>
<br />>
<br />> --
<br />> http://wikibc.blogspot.com/
<br />>
<br />
<br />
<br />
<br />--
<br />http://wikibc.blogspot.com/
<br />
--
Hello, all
Currently after login, the user will be forwarded to the former page. Is it possible to automatically forward the user to his own page?
Shall I modify some .vm templates or I have to do java coding?
Please kindly give some instructions.
Thanks a lot.
Hello all,
I installed the Bulletin Board app but the text is messed up somehow so i get it like that
WebHome bb_bb rss
bb_currently 0 bb_categoriessize bb_deletethisbb
bb_categoryâ bb_topicsâ bb_lastmessageonâ bb_inreplytoâ bb_byâ bb_actionsâ
bb_addnewcategory
How can I remove the bb_ from the header,..etc because its pretty annoying to have it like this.
Which class should I edit or where is that located?
Cheers,
Hosam
Hi all,
I've been playing for a while with the new cool BulletinBoard
application. Please, is it possible to access RSS feeds for restricted
access boards?
I am doubting if this is a matter of the RSS client, XWiki feed URL
format or XWiki been/not been able to accept basic authentication (or at
least username and password not being able to be sent in the URL string)
a combination of these issues or anything else.
The point here is that we do need to restrict this access to a given
board but at the same time RSS it is quite useful. Of course Watch could
be an option.
Any tip will be welcome! Thanks!
Cheers,
--
Ricardo Rodríguez
Your EPEC Network ICT Team
Hi all,
After googling for a while, I realize that the collapsing/expanding
trick is a quite vaste issue!
Please, is it possible to force XWiki to deliver collapsed panels? Or
even better: is it possible to set a panels to be delivered , by
default, collapsed or expanded?
Thanks!
Cheers,
Ricardo
--
Ricardo Rodríguez
Your EPEC Network ICT Team
Pushing the radio button does not refresh the displayed list. A click somewhere leads to a refresh.
Changing "Users" and "Groups" continuously is confusing.
The displayed list should be updated the time the radio button is pressed.
Nevertheless, thanks a lot for the new rights management.
Jetzt neu! Schützen Sie Ihren PC mit McAfee und WEB.DE. 30 Tage
kostenlos testen. *http://www.pc-sicherheit.web.de/startseite/?mc=022220* [http://www.pc-sicherheit.web.de/startseite/?mc=022220]
Hello all,
I would like to know if its possible to have a more advanced way to display the attachements so not just a list of the attachments.
I want it to be in folders or something that looks better in case i have large number of attachments.
How can i do that?. Will I have to write a plugin for that?
Cheers,
Hosam
Hello all,
I am running Xwiki with Tomcat 6.0.14. I noticed using firebug that lots of the images are not cached. This really slows down loading the pages in the wiki.
Same goes for some pages with lots of contents. How it's possible to specify the cache policy for the xwiki concerning some pages and images. Is it possible also to have a cache policy for the whole wiki. I read that tomcat doesn't have a cache policy so it depends on the browser more or less to chose what to cache and what not to.
Any hits or ideas about that?
Cheers
Thanks Vincent, Paul
I give it a try and I hope it works
Cheers and thanks again
Original Message:
<br />On Mar 5, 2008, at 11:03 AM, Paul Libbrecht wrote:
<br />
<br />> Hassan,
<br />>
<br />> My quick and best solution was to use the proxy for that.
<br />> And I know mod_jk can also be used for that.
<br />> Anything that bears the URL /skins can be statically served.
<br />>
<br />> I'm still bitten by one image which indeed shows me this behaviour
<br />> and I find it very irritating. (just do several reload on http://i2geo.net/)
<br />> .
<br />>
<br />> I'm afraid XWiki gurus will answer us... "hey, it's all the fault of
<br />> Tomcat".
<br />
<br />No, my answer is this one actually:
<br />http://jira.xwiki.org/jira/browse/XWIKI-2022
<br />
<br />The recommended way right now (while waiting for XWIKI-2022 to be
<br />finished) is to add an Apache web server in front of the tomcat and
<br />install the mod gzip and mod cache modules.
<br />
<br />Thanks
<br />-Vincent
<br />
<br />> Alternative solutions more than welcome!
<br />> I could not, yet, find a detailed list of all the "static URLs" for
<br />> XWiki, this would be more than welcome, I just have skins there yet.
<br />>
<br />> paul
<br />>
<br />>
<br />>
<br />>
<br />> Le 5 mars 08 à 10:40, Hosam Hassan a écrit :
<br />>> I am running Xwiki with Tomcat 6.0.14. I noticed using firebug that
<br />>> lots of the images are not cached. This really slows down loading
<br />>> the pages in the wiki.
<br />>>
<br />>> Same goes for some pages with lots of contents. How it's possible
<br />>> to specify the cache policy for the xwiki concerning some pages and
<br />>> images. Is it possible also to have a cache policy for the whole
<br />>> wiki. I read that tomcat doesn't have a cache policy so it depends
<br />>> on the browser more or less to chose what to cache and what not to.
<br />>>
<br />>> Any hits or ideas about that?
<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 All,
I am a young xwiki programmer who is faced with the problem of inputting Captcha validation for registering and comments. I already read through all of the list and past emails about this issue and I am having the same problem many has had which is showing the captcha but not validating it. This issue was not solved through the emails and I was wondering has anyone solved this problem yet or knows where I can get some documentation on this topic. Thank you for your work in advance.
Tim Campbell
Junior, Computer Science-Ecommerce major
Winston Salem State University
tcampbell106(a)wssu.edu
(704) 877-2261
Hi,
After installing the default xwiki war file, without installing any xar,
WebHome page is displayed without any css style and javascript errors occur
on mouse events.
Errors come from the js file /xwiki/skins/albatross/xwiki.js
Is this bug referenced ?
Aym.
Hello,
I would like to ask if it is possible to give a user the rights to view and
edit a page, and prevent that user from viewing and changing the access
rights of that page.
My approach was:
- In the "Space Rights" I disabled Admin rights for TestUser, for the space
"Main"
- In the "Main" space, I created a TestPage on which TestUser has the rights
to view and edit
However, when TestUser edits TestPage, he can also view the page rights and
modify them. Can this be disabled?
Regards,
Ovidiu
> Hi All,
> A few queries that I've split up to make it easier to make use of in
> Nabble for future reference.
>
> 1) What language is used in the scheduler script? I would assume it's
> running either velocity or groovy within the xwiki engine?
> 2) Are $xwiki and $context available to the script?
> 3) Is there feedback in the event of an error (like in a logfile or
> something)?
> 4) Is there a timeout associated to the script that runs, and are
> there any permission restrictions on adding the scheduler if it's
> going to be modifying document objects?
Hi,
I can't see the left/right panel options in the preference page. There
are only the labels, but there's no input field or combobox that allow
me to set preferences.
I'm using XWiki 1.3 M2, and the problem happens both with albatross skin
either with toucan skin.
Thanks
Just wanted to note a UI annoyance. I'm not sure where this bug actually
belongs otherwise I'd file it...
As in, I'm not sure if it's an underlying UI issue, a skin issue, or
specific to a particular page/class/panel.
I'm running 1.3-rc-1.8082 on tomcat 5.5 (don't ask, i'm slow, it works), x64
fedora 7 w/ latest patches, Sun AMD64 java 1.6...
Viewing on windows in firefox 2.0.0.12 (localhost tunnel'd to linux box via
"\cygwin\bin\ssh.exe -L 80:localhost:80 -L 443:localhost:443 -L
3306:localhost:33
06 -L 8080:localhost:8080 npm@mylinuxserver "echo '^C to quit' ; exec cat >
/dev/null" ).
(0) I blanked the database and loaded the complete XAR associated with
1.3rc1. I'm using the default installed skin,
XWiki.DefaultSkin which has "toucan" base-skin.
(1) I login as "Admin" and click "Administration" --
http://localhost:8080/xwiki/bin/admin/XWiki/XWikiPreferences
(2) The horizontal tabs highlight, as I mouse-over them, and I click as soon
as they highlight, thinking it's a "button" ... and nothing
happens. It's only when one mouses-over the text that the mouse-sprite
changes to indicate the tab is actually clickable.
Resolution:"quick fix" for this is to not have the horizontal tab highlight
on mouseover (therefore seeming less like a button).
Instead it should highlight on selection.
Given what the highlighting should signify in this situation -- the
currently selected tab -- the existing behavior of highlighting on mouseover
is probably a bug,
Highlighting on mouseover makes the user think the tab is a "button" that is
showing it is active. You click anywhere within the area
of that button, expecting it to work. In reality, the only signal of
"activity' should be the mouse-sprite changing on mouse-over of the text in
the tab.
-- Niels
http://nielsmayer.com
PS: other tabs, such as the "Choose editor" vertical tabs at
http://localhost:8080/xwiki/bin/edit/XWiki/DefaultSkin?editor=object
"do the right thing".... it's just the horizontal tabs that exhibit the odd
highlighting behavior.
Hi all,
In a 1.3-milestone-1.7186 installation I frequently get the following
error while trying to inline edit an user. I also get this error if I
edit user's objects. The name of the group doesn't appear always in the
error message (Here you will read XWiki.XWikiAdminGroup):
Error number 3201 in 3: Exception while saving document XWiki.rrodriguez
Wrapped Exception: Row was updated or deleted by another transaction (or
unsaved-value mapping was incorrect):
[com.xpn.xwiki.objects.LargeStringProperty#
XWiki.XWikiAdminGroup,
]
com.xpn.xwiki.XWikiException: Error number 3201 in 3: Exception while
saving document XWiki.rrodriguez
Wrapped Exception: Row was updated or deleted by another transaction (or
unsaved-value mapping was incorrect):
[com.xpn.xwiki.objects.LargeStringProperty#
XWiki.XWikiAdminGroup,
]
at
com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiDoc(XWikiHibernateStore.java:410)
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:1078)
at com.xpn.xwiki.web.SaveAction.save(SaveAction.java:120)
at com.xpn.xwiki.web.SaveAction.action(SaveAction.java:129)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:147)
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:710)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:117)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:228)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:216)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:634)
at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:445)
at java.lang.Thread.run(Unknown Source)
Please, does this make any sense for you? Could I do anything to avoid
these errors? Thanks!!!
--
Ricardo Rodríguez
Your EPEC Network ICT Team
Hi,
I've seen this kind of error before, but never had a clear idea about if
this is a problem of the local installation of something that could/must
be corrected in the import .xar process.
Now working with 1.3-RC-1.8082. While importing
xwiki-enterprise-wiki-1.3-rc-1.xar in several wikis (a bunch of
databases holding virtual wikis + the main database), the results show
always a number of documents with errors. Like here...
Importing xwiki-enterprise-wiki-1.3-rc-1.xar: Error while importing
133 Document(s) installed
0 Document(s) skipped
4 Document(s) with error
These 4 documents are:
Main.LuceneSearch
Panels.SyntaxHelp
Photos.NewAlbum
XWiki.XWikiSyntax
The most frequent error shows just three documents failing:
Main.LuceneSearch
Panels.SyntaxHelp
Photos.NewAlbum
Please, is this tied to my database condition or it is something that
must be corrected/modified in the imported .xar file?
Thank you so much,
Ricardo
--
Ricardo Rodríguez
Your EPEC Network ICT Team
I want to set content of a document with #warning("My message")
When code by Velocity:
$newdoc.setContent('#warning("My message")') --> the code works
but when code by Groovy
<%
...
newdoc.setContent("#warning(\"My message\")");
%>
--> Error number 4001 in 4: Error while parsing velocity page
MySpace.MyDocWrapped Exception: Lexical error:
How to solve this error ?
Hi,
I'm following the "Modifying a skin" chapter from the Admin Guide to create
a new skin (http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Skins). I've
created a new page, attached an image to it ("myfile.jpg"), added the
XWiki.XWikiSkins class to it and overrode some .vm files. I just don't know
how to refer to the attached image ? I've tried several things :
#set($logo = $!attachmentpage.getAttachment("myfile.jpg"))
#set($logo = $!doc.getAttachment("myfile.jpg"))
#set($logo = $!prefdoc.getAttachment("myfile.jpg"))
Even some
#set($logourl = $prefdoc.getAttachmentURL($logo.filename,"download"))
But when I use the <img> tag I have an empty src attribute
<img src="$!logourl" alt="XWiki"/>
<img src="$!logo" alt="XWiki"/>
Do you know what I am doing wrong ?
Thanks,
Antonio
Hi,
can you tell me something more about left and right panels? How to
create them, where to put them,... If there is some documentation
online, can you please tell me the URL?
Thanks
Hi, when change from XE 1.1 to XE 1.2, I met a displaying problem with skin
albatross. You can view a screenshot here:
http://farm4.static.flickr.com/3250/2298512208_55ab8aab03_o.jpg.
Skin dodo and finch are ok. I tried clearing the cache but it doesn't work.
What should I do?
Tomcat 6.0.16
MySQL 5.0.51acommunity-nt
Original Message:
Out of interest, what version of Tomcat are you using?
<br />
<br />-----Original Message-----
<br />From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org] On Behalf
<br />Of hosamhassan
<br />Sent: 28 February 2008 14:32
<br />To: users(a)xwiki.org
<br />Subject: Re: [xwiki-users] Can't log in with admin or superadmin
<br />
<br />
<br />Thats also a link to the exact problem I have
<br />
<br />http://pastebin.ca/921957
<br />--
<br />View this message in context:
<br />http://www.nabble.com/Can%27t-log-in-with-admin-or-superadmin-tp15737463
<br />p15737600.html
<br />Sent from the XWiki- Users mailing list archive at Nabble.com.
<br />
<br />_______________________________________________
<br />users mailing list
<br />users(a)xwiki.org
<br />http://lists.xwiki.org/mailman/listinfo/users
<br />_______________________________________________
<br />users mailing list
<br />users(a)xwiki.org
<br />http://lists.xwiki.org/mailman/listinfo/users
<br />
--
Hi, I want to create a page allowed to upload more files together
using FileUploadPlugin. I created 2 documents but the FileUploadPlugin
seems not work, the data return is null and the document
MySpace.Upload is attached with a file 0KB. Anyone can explain me why
this happens ? And how to fix ?
1. MySpace.doc:
<form action="/xwiki/bin/view/MySpace/Upload"
enctype="multipart/form-data" method="post">
<input type="file" name="filepath" value="" size="40" />
<input type="submit" value="Save" />
</form>
2. MySpace.Upload
<%
import com.xpn.xwiki.plugin.fileupload.FileUploadPlugin;
import com.xpn.xwiki.doc.XWikiDocument;
import com.xpn.xwiki.doc.XWikiAttachment;
print "Start upload... ";
def docu=doc.getDocument();
FileUploadPlugin fileupload = (FileUploadPlugin)
context.getContext().get("fileuploadplugin");
byte[] data = fileupload.getFileItemData("filepath", context.getContext());
def filename = "myfile";
def attachment = docu.getAttachment(filename);
print data;
if (!attachment) {
attachment = new XWikiAttachment(docu, filename);
docu.getAttachmentList().add(attachment);
}
attachment.setContent(data);
docu.saveAttachmentContent(attachment, context.getContext());
doc.save()
println "done"
%>
Hello,
I just upgraded the wiki and everything went fine. The problem is that I can't log in as an admin or as a superadmin. What happens is if the login was succesful I get redirected again to the main page and nothing happens.
I am using MySQL and XWiki 1.2. Below is the Log file. There is already a post about the exact problem I have here http://www.nabble.com/Problem-with-login-to-a-new-wiki-installation-td13744…
I change the configuration file and enabled the superadmin and I am sure also that the Admin user is in the DB.
That's what's written in the log file
java.io.IOException: Error processing http://www.xwiki.com/xwiki/bin/view/Main/BlogRss?xpage=rdf: Connection timed out: connect
at com.xpn.xwiki.render.macro.rss.RSSMacro.execute(RSSMacro.java:101)
at com.xpn.xwiki.render.filter.MacroFilter.handleMatch(MacroFilter.java:90)
at org.radeox.filter.regex.RegexTokenFilter$1.handleMatch(RegexTokenFilter.java:91)
at org.radeox.regex.JdkMatcher.substitute(JdkMatcher.java:48)
at org.radeox.filter.regex.RegexTokenFilter.filter(RegexTokenFilter.java:89)
at org.radeox.filter.FilterPipe.filter(FilterPipe.java:169)
at com.xpn.xwiki.render.XWikiRadeoxRenderEngine.render(XWikiRadeoxRenderEngine.java:92)
at com.xpn.xwiki.render.XWikiRadeoxRenderer.render(XWikiRadeoxRenderer.java:118)
at com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:251)
at com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:176)
at com.xpn.xwiki.XWiki.include(XWiki.java:3206)
at com.xpn.xwiki.api.XWiki.includeForm(XWiki.java:1409)
at com.xpn.xwiki.api.XWiki.includeForm(XWiki.java:1375)
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.invoke(UberspectImpl.java:295)
at org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:245)
at org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:203)
at org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:294)
at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318)
at org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:194)
at org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:170)
at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318)
at com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:238)
at com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:152)
at com.xpn.xwiki.render.XWikiVelocityRenderer.render(XWikiVelocityRenderer.java:95)
at com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:251)
at com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:176)
at com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:145)
at com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderDocument(DefaultXWikiRenderingEngine.java:134)
at com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:407)
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.invoke(UberspectImpl.java:295)
at org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:245)
at org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:203)
at org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:294)
at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74)
at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318)
at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:107)
at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318)
at com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:238)
at com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:152)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1366)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1327)
at com.xpn.xwiki.web.Utils.parseTemplate(Utils.java:105)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:158)
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.coyote.http11.Http11Processor.process(Http11Processor.java:844)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
at java.lang.Thread.run(Unknown Source)
2008-02-28 10:22:03,420 [http://localhost:8080/xwiki/bin/view/XWiki/Admin] [http-8080-1] INFO .AbstractXWikiMigrationManager - No storage migration required since current version is [7351]
2008-02-28 10:22:07,623 [http://localhost:8080/xwiki/bin/view/XWiki/Admin] [http-8080-1] ERROR log.SimpleLog4JLogSystem - Introspection Error : Ambiguous method invocation display(java.lang.String, java.lang.String, null) for class class com.xpn.xwiki.api.Document
2008-02-28 10:22:28,748 [http://localhost:8080/xwiki/bin/view/XWiki/Admin] [http-8080-1] WARN filter.MacroFilter - MacroFilter: unable to format macro: rss
java.io.IOException: Error processing http://www.xwiki.com/xwiki/bin/view/Main/BlogRss?xpage=rdf: Connection timed out: connect
at com.xpn.xwiki.render.macro.rss.RSSMacro.execute(RSSMacro.java:101)
at com.xpn.xwiki.render.filter.MacroFilter.handleMatch(MacroFilter.java:90)
at org.radeox.filter.regex.RegexTokenFilter$1.handleMatch(RegexTokenFilter.java:91)
at org.radeox.regex.JdkMatcher.substitute(JdkMatcher.java:48)
at org.radeox.filter.regex.RegexTokenFilter.filter(RegexTokenFilter.java:89)
at org.radeox.filter.FilterPipe.filter(FilterPipe.java:169)
at com.xpn.xwiki.render.XWikiRadeoxRenderEngine.render(XWikiRadeoxRenderEngine.java:92)
at com.xpn.xwiki.render.XWikiRadeoxRenderer.render(XWikiRadeoxRenderer.java:118)
at com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:251)
at com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:176)
at com.xpn.xwiki.XWiki.include(XWiki.java:3206)
at com.xpn.xwiki.api.XWiki.includeForm(XWiki.java:1409)
at com.xpn.xwiki.api.XWiki.includeForm(XWiki.java:1375)
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.invoke(UberspectImpl.java:295)
at org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:245)
at org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:203)
at org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:294)
at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318)
at org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:194)
at org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:170)
at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318)
at com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:238)
at com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:152)
at com.xpn.xwiki.render.XWikiVelocityRenderer.render(XWikiVelocityRenderer.java:95)
at com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:251)
at com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:176)
at com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:145)
at com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderDocument(DefaultXWikiRenderingEngine.java:134)
at com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:407)
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.invoke(UberspectImpl.java:295)
at org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:245)
at org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:203)
at org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:294)
at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74)
at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318)
at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:107)
at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318)
at com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:238)
at com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:152)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1366)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1327)
at com.xpn.xwiki.web.Utils.parseTemplate(Utils.java:105)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:158)
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.coyote.http11.Http11Processor.process(Http11Processor.java:844)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
at java.lang.Thread.run(Unknown Source)
2008-02-28 10:32:17,108 [http://localhost:8080/xwiki/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] INFO .AbstractXWikiMigrationManager - No storage migration required since current version is [7351]
2008-02-28 10:32:21,843 [http://localhost:8080/xwiki/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] ERROR log.SimpleLog4JLogSystem - Introspection Error : Ambiguous method invocation display(java.lang.String, java.lang.String, null) for class class com.xpn.xwiki.api.Document
Any ideas or hits please I have surfing for hours with no clue at all.
Many thanks in advance
Cheers
Hello,
I just upgraded the wiki and everything went fine. The problem is that I
can't log in as an admin or as a superadmin. What happens is if the login
was succesful I get redirected again to the main page and nothing happens.
I am using MySQL and XWiki 1.2. Below is the Log file. There is already a
post about the exact problem I have here
http://www.nabble.com/Problem-with-login-to-a-new-wiki-installation-td13744…
That's what's written in the log file
java.io.IOException: Error processing
http://www.xwiki.com/xwiki/bin/view/Main/BlogRss?xpage=rdf: Connection timed
out: connect
at com.xpn.xwiki.render.macro.rss.RSSMacro.execute(RSSMacro.java:101)
at com.xpn.xwiki.render.filter.MacroFilter.handleMatch(MacroFilter.java:90)
at
org.radeox.filter.regex.RegexTokenFilter$1.handleMatch(RegexTokenFilter.java:91)
at org.radeox.regex.JdkMatcher.substitute(JdkMatcher.java:48)
at
org.radeox.filter.regex.RegexTokenFilter.filter(RegexTokenFilter.java:89)
at org.radeox.filter.FilterPipe.filter(FilterPipe.java:169)
at
com.xpn.xwiki.render.XWikiRadeoxRenderEngine.render(XWikiRadeoxRenderEngine.java:92)
at
com.xpn.xwiki.render.XWikiRadeoxRenderer.render(XWikiRadeoxRenderer.java:118)
at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:251)
at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:176)
at com.xpn.xwiki.XWiki.include(XWiki.java:3206)
at com.xpn.xwiki.api.XWiki.includeForm(XWiki.java:1409)
at com.xpn.xwiki.api.XWiki.includeForm(XWiki.java:1375)
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.invoke(UberspectImpl.java:295)
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:245)
at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:203)
at
org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:294)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318)
at
org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:194)
at
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:170)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:238)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:152)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.render(XWikiVelocityRenderer.java:95)
at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:251)
at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:176)
at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:145)
at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderDocument(DefaultXWikiRenderingEngine.java:134)
at
com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:407)
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.invoke(UberspectImpl.java:295)
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:245)
at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:203)
at
org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:294)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:107)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:238)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:152)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1366)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1327)
at com.xpn.xwiki.web.Utils.parseTemplate(Utils.java:105)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:158)
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.coyote.http11.Http11Processor.process(Http11Processor.java:844)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
at java.lang.Thread.run(Unknown Source)
2008-02-28 10:22:03,420 [http://localhost:8080/xwiki/bin/view/XWiki/Admin]
[http-8080-1] INFO .AbstractXWikiMigrationManager - No storage migration
required since current version is [7351]
2008-02-28 10:22:07,623 [http://localhost:8080/xwiki/bin/view/XWiki/Admin]
[http-8080-1] ERROR log.SimpleLog4JLogSystem - Introspection Error :
Ambiguous method invocation display(java.lang.String, java.lang.String,
null) for class class com.xpn.xwiki.api.Document
2008-02-28 10:22:28,748 [http://localhost:8080/xwiki/bin/view/XWiki/Admin]
[http-8080-1] WARN filter.MacroFilter - MacroFilter: unable to
format macro: rss
java.io.IOException: Error processing
http://www.xwiki.com/xwiki/bin/view/Main/BlogRss?xpage=rdf: Connection timed
out: connect
at com.xpn.xwiki.render.macro.rss.RSSMacro.execute(RSSMacro.java:101)
at com.xpn.xwiki.render.filter.MacroFilter.handleMatch(MacroFilter.java:90)
at
org.radeox.filter.regex.RegexTokenFilter$1.handleMatch(RegexTokenFilter.java:91)
at org.radeox.regex.JdkMatcher.substitute(JdkMatcher.java:48)
at
org.radeox.filter.regex.RegexTokenFilter.filter(RegexTokenFilter.java:89)
at org.radeox.filter.FilterPipe.filter(FilterPipe.java:169)
at
com.xpn.xwiki.render.XWikiRadeoxRenderEngine.render(XWikiRadeoxRenderEngine.java:92)
at
com.xpn.xwiki.render.XWikiRadeoxRenderer.render(XWikiRadeoxRenderer.java:118)
at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:251)
at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:176)
at com.xpn.xwiki.XWiki.include(XWiki.java:3206)
at com.xpn.xwiki.api.XWiki.includeForm(XWiki.java:1409)
at com.xpn.xwiki.api.XWiki.includeForm(XWiki.java:1375)
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.invoke(UberspectImpl.java:295)
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:245)
at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:203)
at
org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:294)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318)
at
org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:194)
at
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:170)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:238)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:152)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.render(XWikiVelocityRenderer.java:95)
at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:251)
at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:176)
at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:145)
at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderDocument(DefaultXWikiRenderingEngine.java:134)
at
com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:407)
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.invoke(UberspectImpl.java:295)
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:245)
at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:203)
at
org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:294)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:107)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:238)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:152)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1366)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1327)
at com.xpn.xwiki.web.Utils.parseTemplate(Utils.java:105)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:158)
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.coyote.http11.Http11Processor.process(Http11Processor.java:844)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
at java.lang.Thread.run(Unknown Source)
2008-02-28 10:32:17,108
[http://localhost:8080/xwiki/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1]
INFO .AbstractXWikiMigrationManager - No storage migration required since
current version is [7351]
2008-02-28 10:32:21,843
[http://localhost:8080/xwiki/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1]
ERROR log.SimpleLog4JLogSystem - Introspection Error : Ambiguous
method invocation display(java.lang.String, java.lang.String, null) for
class class com.xpn.xwiki.api.Document
Any ideas or hits please I have surfing for hours with no clue at all.
Many thanks in advance
Cheers
--
View this message in context: http://www.nabble.com/Can%27t-log-in-using-Admin-account-or-superadmin-tp15…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi all
Sorry for cross-posting, but I am not sure what was the list where I've
read the message where one of you give me an address or information
leading to these websites:
http://mondego.calit2.uci.edu:7000/xwiki/bin/view/Main/http://calswim.org/
And the name of Crista Lopes (http://www.ics.uci.edu/~lopes/)
A couple of days ago Ludovic points me again in the same direction. I
though it was Paul Libbrecht or Guillaume Lerouge who firstly talk to me
about these projects, but I am not able to find the email of reference.
Please, to whoever I've forgotten: accept my apologies! But, could you
resend me the reference, or just the original message if you have still
it in your sent folder? Thanks!!
All the best,
Ricardo
--
Ricardo Rodríguez
Your EPEC Network ICT Team
Hi folks,
Will there be an additional button in the editor, to implement formulas?
Or is there?
Or how can I use formulas, maybe you know a good latex html live editor.
Since xwiki is more and more used by universities and labs....it would
be nice to have something, if there already isnt?
Thanx,
alan
This email message is intended only for the use of the named recipient.
Information contained in this email message and its attachments may be
privileged, confidential and protected from disclosure. If you are not the
intended recipient, please do not read, copy, use or disclose this
communication to others. Also please notify the sender by replying to this
message and then delete it from your system.
Hi all,
I've being following this for a some days and it seems to me that the
search FAQs utility in...
http://www.xwiki.org/xwiki/bin/view/FAQ/
doesn't work. Or at least I am not able to get a single entry in any query.
Could you confirm this issue? Thanks!
Ricardo
--
Ricardo Rodríguez
Your EPEC Network ICT Team
Hi,
I found that the problem (skin doesn't work) happens only with the
"Main" space, which is the main space ( :-) ), that is to say the space
containing the home page, the first page a user see after logging in. I
tried to rename that space using the Rename Space code snippet, but it
didn't work.
I remember you I have installed the latest stable version of XWiki
(1.2.2) and I am using the "finch" skin.
Thanks!
Hi XWiki users and developers !
I've had the chance to participate to a contest on a french radio
(specialized in Business).
There is a vote which will allow to get another few minutes of radio
show in a while en eventually (with more votes to show the power of the
communities that could lead to the final, etc..).
You can listen to the podcast (in french):
http://www.bfmradio.fr/index.php?id=149&idemission=80
and vote here (in french too but that should not be too difficult ! Make
sure you select the guy on the right !):
http://www.bfmradio.fr/bfm_academie/emission2008.php?emission=2
This can give a nice additional boost to XWiki !
Thanks to all of you for you continuous support of XWiki and
participation to the lists.
Ludovic
--
Ludovic Dubost
Blog: http://blog.ludovic.org/
XWiki: http://www.xwiki.com
Skype: ldubost GTalk: ldubost
Hi,
Is there any way to have an automatic numbering of headings and
sub-headings in every pages of a wiki ?
When I create a page with headings and sub-headings, I obtain :
Heading 1
Heading 2
Heading 2
Heading 1
and I would have that result :
1 Heading 1
1.1 Heading 2
1.2 Heading 2
2 Heading 1...
Any idea ?
Gaëtan GUYODO
Hello XWikiers,
there seems to be a fairly big potential for XWiki to,
collaboratively, edit an OWL ontology (or parts of it, e.g. at least
individuals).
Now... has someone actually done that ?
I know Concerto has some binds to semantic-desktop... does it do such?
thanks for hints.
paul
Hi, how to add attachments using one of 2 methods:
addAttachments(java.lang.String fieldName) and
addAttachment(java.lang.String fileName, java.io.InputStream iStream)
of com.xpn.xwiki.api.Document class ? I tried using them but don't
know the right way to use. Please give me an example using these 2
methods.
I wan't you give a great compliment. We use xwiki at our company
elitepartner.de and we are very satisfied with it.
Also i build my Website on top off xwiki http://www.webtopproject.de. It is
used like a cms system. In moment there is no wiki usage on site. In near
feature i wan't to activate it on a special space called wiki.
To customize the skin is very hard i find, becaue of so many css files. I hope
this will be more easy in future releases.
Thanks
Michael Meierhoff
Hi,
Does anyone know if any work is going to be done to help layout the contents
of an XWiki page say to place graphics and text side by side in different
columns, etc. I've tried using the table feature but it doesn't seem to have
many options to control layout effectively (border widths, etc) and cutting
and pasting into a table in WYSIWYG mode screws up the formatting (text size
changes, is underlined and other interesting effects!).
Thanks,
Richard
-----Original Message-----
From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org]On Behalf
Of Ludovic Dubost
Sent: 26 February 2008 10:05
To: devs(a)xwiki.org; XWiki Users
Subject: [xwiki-users] XWiki - the company - is looking for Interns and
Employees for it's Iasi Office
Since I'm getting such a great response from the community to help us
win the vote (the community rulez !), I'm going to ask for some more help.
We are looking for some Interns (Paris or even remotely) and/or
employees for our Iasi Office in Romania.
More info about the profiles we are looking for at
http://www.xwiki.com/xwiki/bin/view/About/Jobs
We are especially looking for Web Developers working on top of the XWiki
platform (scripting, web technologies, javascript, AJAX, CSS) to work on
XWiki applications and on client projects.
http://www.xwiki.com/xwiki/bin/view/About/JobsWebDeveloper
We are looking obviously for people that believe in Open Source and it's
values. We see the XWiki company (currently XPertNet, soon XWiki SAS) as
a bridge between the business world and the open source world. We want
XWiki to be both available for free but also easily available for
companies wanting support and services (maybe that would require a much
longer email to the community).
In any case if any of you are interested or if you know people that
might, don't hesitate to forward this around and make it known that
there is an great open source company looking for more help to make
great software and provide great solutions.
Thanks for you help
Ludovic
--
Ludovic Dubost
Blog: http://blog.ludovic.org/
XWiki: http://www.xwiki.com
Skype: ldubost GTalk: ldubost
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
Since I'm getting such a great response from the community to help us
win the vote (the community rulez !), I'm going to ask for some more help.
We are looking for some Interns (Paris or even remotely) and/or
employees for our Iasi Office in Romania.
More info about the profiles we are looking for at
http://www.xwiki.com/xwiki/bin/view/About/Jobs
We are especially looking for Web Developers working on top of the XWiki
platform (scripting, web technologies, javascript, AJAX, CSS) to work on
XWiki applications and on client projects.
http://www.xwiki.com/xwiki/bin/view/About/JobsWebDeveloper
We are looking obviously for people that believe in Open Source and it's
values. We see the XWiki company (currently XPertNet, soon XWiki SAS) as
a bridge between the business world and the open source world. We want
XWiki to be both available for free but also easily available for
companies wanting support and services (maybe that would require a much
longer email to the community).
In any case if any of you are interested or if you know people that
might, don't hesitate to forward this around and make it known that
there is an great open source company looking for more help to make
great software and provide great solutions.
Thanks for you help
Ludovic
--
Ludovic Dubost
Blog: http://blog.ludovic.org/
XWiki: http://www.xwiki.com
Skype: ldubost GTalk: ldubost
Hi,
Is there a way to move a page or number of pages from one space to
another with all references updated?
In my experimental XWiki installation I have created number of pages
in different spaces.
Now, I intend to structure the site a little different and I would like
to move a number of pages from one space to another.
Any help will be appreciated.
Regards,
Lingaraju D
What do I need to check when I get below error page when going to
http://localhost:8080/xwiki? My setup is XWiki with GlassFish and
Microsoft SQL Server.
Thanks in advance!
HTTP Status 500 -
--------------------------------------------------------------------------------
type Exception report
message
descriptionThe server encountered an internal error () that prevented
it from fulfilling this request.
exception
javax.servlet.ServletException: com.xpn.xwiki.XWikiException: 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: resource: xwiki.mssql.hbm.xml not found
root cause
com.xpn.xwiki.XWikiException: 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: resource: xwiki.mssql.hbm.xml not found
note The full stack traces of the exception and its root causes are
available in the Sun Java System Application Server 9.1_01 logs.
--------------------------------------------------------------------------------
Sun Java System Application Server 9.1_01
Sure. Done.
-------------- Original message ----------------------
From: Ludovic Dubost <ludovic(a)xwiki.com>
>
>
> Hi XWiki users and developers !
>
> I've had the chance to participate to a contest on a french radio
> (specialized in Business).
> There is a vote which will allow to get another few minutes of radio
> show in a while en eventually (with more votes to show the power of the
> communities that could lead to the final, etc..).
>
> You can listen to the podcast (in french):
>
> http://www.bfmradio.fr/index.php?id=149&idemission=80
>
> and vote here (in french too but that should not be too difficult ! Make
> sure you select the guy on the right !):
>
> http://www.bfmradio.fr/bfm_academie/emission2008.php?emission=2
>
> This can give a nice additional boost to XWiki !
>
> Thanks to all of you for you continuous support of XWiki and
> participation to the lists.
>
> Ludovic
>
> --
> Ludovic Dubost
> Blog: http://blog.ludovic.org/
> XWiki: http://www.xwiki.com
> Skype: ldubost GTalk: ldubost
>
>
Hello,
Don't know if it's a bug or an evolution, but after migrating my xwiki
to 1.2.2, when I attach a new file to a page, all spaces characters are
trimmed from the name. I didn't found anything about that in Jira.
For example "My Doc Attached.doc" gets renamed to "MyDocAttached.doc".
I see at least one issue coming from this : if you attach the same file
it's not considered the same because it's renamed. Your existing links
also link to the previous version, and it's not easy to find by
end-user.
And anyway you don't want the file to be renamed when attached ...
I'm using XE 1.2.2 on MySql 4.0 and RedHat R4.
WDTY ?
Thanks,
Jeremie
Hi,
Has anyone already tried using Toucan 1.0 with XE 1.3M2?
Since we're going to release Toucan 1.1 today or tomorrow and XE
1.3RC1 today or tomorrow it would be great to get some feedback ASAP
if anything is not working as expected with the Toucan skin.
Thanks
-Vincent
Hi,
my name is Diego and I am a (young) XWiki administrator.
Upgrading from version 0.9.840 to the latest stable version (1.2.2) and
using the Import/Export method to fill data in the new wiki, I observed
this problem: if a page is not under the space "XWiki" ( i.e., the
page's URL is not like ".../XWiki/.../page" ) , the skin is not applied
correctly to the page (it's not applied at all!).
We have a lot of data in the wiki, so could you suggest me please an
efficient way to fix this problem? Maybe there's something wrong I did
during the import/export process?
Thanks.
I'm a first time installer, running 1.3M2 and trying to upload the XAR file.
I'm getting the following error in the xwiki.log file (which, oddly, is in
the tomcat base dir instead of the tomcat/logs dir).
Also, when I try and create users, the form submits, but it doesn't appear
to be saving because no users are listed after 'save'.
I'm running on linux, MySQL 4.1 and JDK 1.6. The DB was created
successfully and I was able to edit the front page.
Any ideas? Should I try 1.2 instead?
Thanks,
-Doug
ERROR lucene.IndexUpdater - invalid parameters given to add:
XWiki.Import, null, {grouplist={xwiki:XWiki.XWikiGuest=[]},
fileuploadlist=[name=null,
StoreLocation=/usr/local/tomcat/temp/upload_720660f3_11842ccbd27__8000_00000003.tmp,
size=86bytes, isFormField=true, FieldName=xredirect, name=null,
StoreLocation=/usr/local/tomcat/temp/upload_720660f3_11842ccbd27__8000_00000004.tmp,
size=41bytes, isFormField=true, FieldName=filename,
name=xwiki-enterprise-wiki-1.3-milestone-2.xar,
StoreLocation=/usr/local/tomcat/temp/upload_720660f3_11842ccbd27__8000_00000005.tmp,
size=351930bytes, isFormField=false, FieldName=filepath],
msg=com.xpn.xwiki.web.XWikiMessageTool@8c048e,
util=com.xpn.xwiki.util.Util@7f30f8, baseskin=albatross,
org.xwiki.component.manager.ComponentManager=org.xwiki.plexus.manager.PlexusComponentManager@6a086a,
ajax=false, locale=en, doc=XWiki.Import, mainxwiki=xwiki, skin=toucan,
fileuploadplugin=com.xpn.xwiki.plugin.fileupload.FileUploadPlugin@681e5a,
vcontext=org.apache.velocity.VelocityContext@1a0bb6f}
--
View this message in context: http://www.nabble.com/New-installation---XAR-upload-failing-tp15641651p1564…
Sent from the XWiki- Users mailing list archive at Nabble.com.
If more than one table row is selected in the wysiwyg editor, and a style
(such as a font size) is applied to the rows, then each cell will be wrapped
in {style span...} text {style} .
When this is saved, the newlines at the end of the rows will disappear. ie
{style span...} row1, last cell{style}
{style span...} row2, first cell{style}
becomes
{style span...} row1, last cell{style} {style span...} row2, first
cell{style}
Is there an easy way around this?
--
View this message in context: http://www.nabble.com/wysiwyg-editor-1.2.1-table-styles-tp15625650p15625650…
Sent from the XWiki- Users mailing list archive at Nabble.com.
I don't seem to be able to find basic documentation of xwiki concepts, such
as 'space', 'object'. Both of those words mean something to me, but it's not
clear what they mean in the xwiki world. Does xwiki presuppose familiarity
with some other body of documentation? Where can I get this reference
material?
Regards,
Honna
Anyone is successful when install on Oracle 9i?
I searched this maillist,and tryed several solution, but I failed runing
xwiki with Oracle 9i.
Are there any new solutions?
=========================
I have tryed two version:
xwiki 1.2.2 and xwiki 1.3m2.
Oracle 9.2.x.x , Oracle JDBC driver version:Oracle 10.0.1.0
Error Message:
Error number 3201 in 3: Exception while saving document Main.WebHome
Wrapped Exception: could not update:
[com.xpn.xwiki.doc.rcs.XWikiRCSNodeContent#component[docId,version1,version2]{docId=-114121954,
version2=1, version1=1}]
com.xpn.xwiki.XWikiException: Error number 3201 in 3: Exception while
saving document Main.WebHome
Wrapped Exception: could not update:
[com.xpn.xwiki.doc.rcs.XWikiRCSNodeContent#component[docId,version1,version2]{docId=-114121954,
version2=1, version1=1}]
at
com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiDoc(XWikiHibernateStore.java:455)
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:1077)
at com.xpn.xwiki.web.SaveAction.save(SaveAction.java:120)
at
com.xpn.xwiki.web.SaveAndContinueAction.action(SaveAndContinueAction.java:64)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:187)
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:710)
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:263)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:584)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
at java.lang.Thread.run(Thread.java:619)
Wrapped Exception:
java.sql.SQLException: ORA-01483: DATE 或 NUMBER 赋值变量的长度无效
at
oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:145)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:331)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:288)
at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:743)
at
oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:213)
at
oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:1117)
at
oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1270)
at
oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3415)
at
oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3498)
at
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:101)
..............
Hi everyone, having a small problem on an HQL query (and hope someone's
managed to get this working before)
NOTE: $dtDateToCompare is yesturdays date, generated with groovy
select obj.name
from
BaseObject obj,
XWikiDocument doc,
StringProperty propnrd
where
obj.className='XWiki.clickClass' and
obj.name<>'XWiki.clickClassTemplate' and
obj.name not like('%/%') and
doc.fullName=obj.name and
propnrd.id.id=obj.id and
propnrd.id.name='clickDateAssign' and
propnrd.value < '${dtDateToCompare}'
order by
obj.name asc
This works if I use the modified date property of the document (as a test);
but not for a custom date property (propnrd.id.name='clickDateAssign' is a
date property of the class).
Anybody do something similar and can share some pointers? Using MySQL if
that makes any difference
Hi all,
I'm going to upgrade a wiki-farm from the version 1.1RC1 to 1.2.2. Does
anyone have tried to upgrade a wiki-farm? Any suggestion?
I know there are explanation on how to do this on xwiki.org, I want just
to know if someone has done it already.
Thanks!
Vito
I have a document with a input type="file" and a submit button. After I
click submit button, the following action is performed:
- attach the file to the document
- do something with the file content...
- deattach the file out of the document
Can I reuse the action /xwiki/bin/upload/.. to write my action ?
not really an XWiki bug, but try this;
http://kb.mozillazine.org/Links_to_local_pages_don't_work#Firefox_1.5.2C
_SeaMonkey_1.0_and_newer
Dean Sellers
Applications Engineer
Rinstrum Pty. Ltd
P: +61 7 3216 7166
F: +61 7 3216 6211
mailto:<remove>dean.sellers(a)rinstrum.com
<mailto:<remove>dean.sellers(a)rinstrum.com>
Products, support and applications at www.rinstrum.com
-----Original Message-----
From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org]
On Behalf Of Arin Morfopoulos
Sent: Friday, 22 February 2008 3:50 PM
To: users(a)xwiki.org
Subject: [xwiki-users] Firefox and IE file link problem
Hi All,
Although the documentation states that [file
link>file:///C:/test.txt] should provide a file link, when you click on
such a link in IE or firefox nothing happens. No error, no response.
With IE you can at least right click the link and "Save Target As", but
not in Firefox.
I can verify that the link to test.txt is correct by writing a
simple html file that contains only "<a href="file:///C:/test.txt">Click
here for text.txt</a>". That simple html file works fine- click the
link and you get a test.txt.
Has anyone else seen this behavior?
I am using Firefox 2.0.0.12, and IE 6.0, and Xwiki 1.2.2 on
windows.
________________________________
Connect and share in new ways with Windows Live. Get it now!
<http://www.windowslive.com/share.html?ocid=TXT_TAGHM_Wave2_sharelife_01
2008>
--
This message has been scanned for viruses and
dangerous content by MailScanner <http://www.mailscanner.info/>
, and is
believed to be clean.
Hi All,
Although the documentation states that [file link>file:///C:/test.txt] should provide a file link, when you click on such a link in IE or firefox nothing happens. No error, no response. With IE you can at least right click the link and "Save Target As", but not in Firefox.
I can verify that the link to test.txt is correct by writing a simple html
file that contains only "<a href="file:///C:/test.txt">Click here
for text.txt</a>". That simple html file works fine- click
the link and you get a test.txt.
Has anyone else seen this behavior?
I am using Firefox 2.0.0.12, and IE 6.0, and Xwiki 1.2.2 on windows.
_________________________________________________________________
Connect and share in new ways with Windows Live.
http://www.windowslive.com/share.html?ocid=TXT_TAGHM_Wave2_sharelife_012008
Hi,
The Bulletin Board application is looking good - I'll certainly try it when
I have a chance - will it be include with the lastest version of XWiki?
Regards,
Richard
-----Original Message-----
From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org]On Behalf Of
Guillaume Lerouge
Sent: 21 February 2008 08:55
To: XWiki Users
Subject: Re: [xwiki-users] Bulletin Board cannot display topic title and
first post !?
Hi there,
The last version of the Bulletin Board Application is now available for
download at
http://code.xwiki.org/xwiki/bin/view/Applications/BulletinBoardApplicationDo
wnloads
<http://code.xwiki.org/xwiki/bin/view/Applications/BulletinBoardApplicationD
ownloads> .
Description of the application available here :
http://code.xwiki.org/xwiki/bin/view/Applications/BulletinBoardApplication
<http://code.xwiki.org/xwiki/bin/view/Applications/BulletinBoardApplication>
This version adds a few layout changes and introduces a new panel that lists
the bulletin boards an user has access to in a given wiki, available at
[Panels.BulletinBoardList]
Hope you will like it,
Guillaume
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
Hello,
we get this error in xwiki top menu after importing from 0.9. Can someone explain me how to solve this? thanks!
org.apache.velocity.exception.ParseErrorException: Encountered
">Blog<.a><span> | <.span> <a
href=\"......view.Main.KnowledgeBase\",\"view\")\">Knowledge
Base</a><span> | </span> \r\n-->\r\n<a href=\"" at line 3, column 38 of
view.Main
Was expecting one of:
"," ...
")" ...
<WHITESPACE> ...
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:212)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:152)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.render(XWikiVelocityRenderer.java:95)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.interpret(XWikiVelocityRenderer.java:60)
at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:247)
at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.interpretText(DefaultXWikiRenderingEngine.java:150)
at com.xpn.xwiki.XWiki.parseContent(XWiki.java:1313)
at com.xpn.xwiki.api.XWiki.parseContent(XWiki.java:554)
at sun.reflect.GeneratedMethodAccessor79.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:295)
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:245)
at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:203)
at
org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:294)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:238)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:152)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1354)
at com.xpn.xwiki.api.XWiki.parseTemplate(XWiki.java:607)
at sun.reflect.GeneratedMethodAccessor59.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:295)
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:245)
at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:203)
at
org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:294)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318)
at
org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:194)
at
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:170)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:238)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:152)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1354)
at com.xpn.xwiki.web.Utils.parseTemplate(Utils.java:105)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:158)
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
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:673)
at
org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:466)
at
org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:399)
at
org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:302)
at
org.apache.catalina.core.StandardHostValve.custom(StandardHostValve.java:362)
at
org.apache.catalina.core.StandardHostValve.status(StandardHostValve.java:283)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:136)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
at
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:526)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:825)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:738)
at
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:526)
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)
thanks for suggestions and regards,
David Delbecq
Something odd with this..
I've got different schedules setup per virtual wiki. One of the
notifications it sends includes links to documents - this works fine
most times, but every so often it seems to get mixed up (using
getExternalURL from the document object to get the url to send).
For example, on virtual wiki "private.xwiki.host.com", the link
sometimes goes to the user as "public.xwiki.host.com".
I can use string replacement to fix it up, so I can work around the link
- but this raises an important question (for me anyway):
If it's getting confused at getExternalURL, is it possible that the
scheduler is going to get confused about where to look for documents (so
if the scheduler is setup on wiki "public", would it potentially look at
"private" instead)?
Hi all,
can you confirm me this problem?
If I give to XWikiAllGroup view true and edit false on a single space and I
create inside that space a page with an empty table rights, xwiki doesn't
allow to view that page for a not admin user
Regards
Raffo
--
View this message in context: http://www.nabble.com/rights-problem-tp15592824p15592824.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi all,
We are using XWiki to share/develop R code.
R has a source() command that can call a remote web page where the code
is stored and execute it locally. We can figure out more sophisticated
ways of getting R involved, but as an starting point it could be enough
to be able to call restricted access XWiki URLs from local R
installations with the source() command. Thus, I think that we need to
send to XWiki the username and the password together with this URL.
Please, could you now if this is possible and point me in the right
direction? Thanks!
Best regards,
Ricardo
--
Ricardo Rodríguez
Your EPEC Network ICT Team