Hello Users,
I am trying to import a 25 MB Xwiki 1.6.1 Export XAR file
into our new 2.0.1 instace.
I came trough all the memory issues and googled around but now I have ..
- MySQL max_allowed_packet set to 256M.
- Java Heap Size set to max 2G.
- No . files in the XAR
- no zro size files in the XAR
Attaching the XAR files in the Import app works.
The listing of the files therein does not ...
Error: No documents found in the selected archive
Archive is OK:
unzip -t a1.xar
No errors detected in compressed data of a1.xar.
I'm using a tomcat5.5 container, trying to import right
after restart of tomcat - so full memory for me ...,
no errors in the logs anymore, but still "No documents found...." message.
Any hints?
Thanks in advance
Matt
Hi experts,
I'm now planning a system that will store 15,000,000+ items of
structured data and provide a basic CRUD functionality for them.
While XWiki is the first condidate for me for the time being, I'm
worried about if XWiki can manage such a large amount of data.
Can anyone say the largest XWiki systems?
Also, I'd also like to know what kinds of considerations are needed to
build a large XWiki system.
Which database is recommended? MySQL is ok? Is it a good idea to
manually apply MySQL's partitioned table feature to large tables? And
others...
Any suggestion would be greatly appreciated.
Thanks in advance,
ebi
Hi all,
I've installed the multi page export on my wiki farm, finished the install page ... and added the jar. The WebHome looks quite fine; however the search doesn't return anything.
I am running xem 2.0.1.1, the wiki pages are based on 2.0.1.
Thanks
mb
Hi Ludovic,
I've imported the ToDo macro into one of my wikis, part of a path based wiki farm.
It fails: "Unknown macro: todo " / "The "todo" macro is not in the list of registered macros. Verify the spelling or contact your administrator."
Are there any restrictions / additional hints running it in a farm?
I am running xwiki 2.0.1, xem 2.0.1.1
Thanks
mb
Hi,
We have published the Meeting Manager application which has been
sponsored by "Groupe Glon".
The meeting manager is an XWiki 2.0 application which allows to plan and
manage meetings and meeting cycles. It's a very nice and complete
application.
You can plan your meeting by setting an agenda, adding participants and
propose a vote for meeting dates (a little like Doodle). You can then
write your meeting notes.
You can download the Meeting manager application here:
http://code.xwiki.org/xwiki/bin/view/Applications/MeetingManagerApplication
For developers, the source code is available here:
http://svn.xwiki.org/svnroot/xwiki/sandbox/applications/xwiki-application-m…
Ludovic
--
Ludovic Dubost
Blog: http://blog.ludovic.org/
XWiki: http://www.xwiki.com
Skype: ldubost GTalk: ldubost
We did it !!!!
http://enterprise2blog.com/2009/10/drum-roll-please-our-launch-pad-finalist…
I want to all thank you for helping making this happen. This is just
great for XWiki.
With this conference where we get 5 minutes on stage in the keynote room
+ a mini-pod in the exposition room, we will get a huge exposure for XWiki.
If there are some Californian's that want to meet while I'm there in San
Francisco, please tell me. It Nov 2nd, 3rd at the Moscone. I'll probably
stay a few days after.
Do come see us at the exposition. If you have a great usage of XWiki
come even more to show it to other potential users of XWiki.
The best way to help XWiki is to spread it's usage.
Ludovic
--
Ludovic Dubost
Blog: http://blog.ludovic.org/
XWiki: http://www.xwiki.com
Skype: ldubost GTalk: ldubost
* Explain what you'd like to use this wiki for
I want to use this wiki for organize my family's informations.
* Give the user name that will be the admin of the wiki. This is the
username under which you'll have registered on myxwiki.org
lumar
* Provide the domain namr prefix that you'd like for you wiki
(that's the name that will be used before myxwiki.org to access
the wiki).
lumar
Thanks for offering this service.
Lumar
After upgrading from XWiki 1.4(ish) to 2.0.1 I see stuff like the following
appearing on all pages in the wiki:
$xwiki.jsfx.use('js/scriptaculous/effects.js', true)
$xwiki.jsfx.use('js/xwiki/widgets/modalPopup.js', true)
$xwiki.ssfx.use('js/xwiki/widgets/modalPopup.css', true)
$xwiki.jsfx.use('js/xwiki/widgets/jumpToPage.js', true)
$xwiki.ssfx.use('js/xwiki/widgets/jumpToPage.css', true)
$xwiki.jsfx.use('uicomponents/widgets/confirmationBox.js', true)
$xwiki.ssfx.use('uicomponents/widgets/confirmationBox.css', true)
$xwiki.jsfx.use('uicomponents/widgets/confirmedAjaxRequest.js', true)
$xwiki.jsfx.use('uicomponents/widgets/notification.js', true)
$xwiki.ssfx.use('uicomponents/widgets/notification.css', true)
$xwiki.ssfx.use('resources/uicomponents/viewers/tags.css', true)
$xwiki.jsfx.use('resources/uicomponents/viewers/tags.js', true)
$xwiki.jsfx.use('uicomponents/viewers/comments.js', {'forceSkinAction':
true, 'language': ${context.language}})
$xwiki.ssfx.use('uicomponents/viewers/comments.css', true)
$xwiki.jsfx.use('js/xwiki/viewers/attachments.js', {'forceSkinAction': true,
'language': ${context.language}})
$xwiki.ssfx.use('js/xwiki/viewers/attachments.css', true)
Some of it is at the tops of pages and some at the bottoms.
I'm assuming I did something terribly wrong during installation of 2 and
subsequent import of the new stuff from the xwiki-enterprise-wiki-2.0.1.xar.
Having done it several times, however, I'm a bit stuck pinpointing what
precisely it was that I did incorrectly. If I import any of the pages I
excluded initially, like the XWiki.XWikiPreferences, it more-or-less
destroys my wiki.
Additionally, the users and groups in the Administration pages don't show up
correctly; a barbershop "loading" pole spins forever.
If there are other problems I've been too preoccupied with the former issues
to notice them yet. I suspect they're all related to the same thing,
whatever it was, that I messed up.
Any suggestions would be much appreciated!
Thanks,
- AW
I use xwiki-enterprise-web-1.9.3 on my local machine.
I have, in the hosts file, given localhosts an alternate name: test.info
When I get a watchlist notice in the mail, the url refers to localhost.
I've tried a couple of entries in xwiki.cfg but they had no effect.
Is there anything I can change that will make that url refer to test.info
rather than localhost?