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