Hello XWikiers,
I've been following the tutorial:
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/DistributedEventCluster…
and the two consoles show me a successful:
grep -i channel mytomcat/logs/tomcat.log
> 2012-07-06 08:28:02,901 INFO jgroups.JChannel - JGroups version: 2.12.2.Final
> 2012-07-06 08:28:05,262 [main] INFO .o.r.i.j.JGroupsNetworkAdapter - Channel [udp] started
grep -i channel myothertomcat/logs/tomcat.log
> 2012-07-06 08:29:11,857 INFO jgroups.JChannel - JGroups version: 2.12.2.Final
> 2012-07-06 08:29:14,251 [main] INFO .o.r.i.j.JGroupsNetworkAdapter - Channel [udp] started
also;
GMS: address=atlas-56733, cluster=event, physical address=fe80:0:0:0:223:dfff:fedf:591d%5:2273
GMS: address=atlas-26026, cluster=event, physical address=fe80:0:0:0:223:dfff:fedf:591d%5:20950
with unchanged udp.xml as extracted with jar -xf from the jgroups jar in WEB-INF.
However the two xwiki's seem to work separately, the data of the other is only fetched if it has not yet come into cache.
The only suspicious log is, in both consoles:
> 2012-07-06 08:28:03,208 WARN protocols.UDP - receive buffer of socket java.net.MulticastSocket@40d3ab8b was set to 25MB, but the OS only allocated 65.51KB. This might lead to performance problems. Please set your max receive buffer in the OS correctly (e.g. net.core.rmem_max on Linux)
Is there anything else I need to watch?
The README in the directory of udp.xml was absolutely useless, or at least lead me to no change... have badly read it?
thanks in advance
Paul
I would like to capture all of the historical mailing list traffic locally
for further processing (formatting and searching). At
http://lists.xwiki.org/pipermail/users/ I am able to download each month's
traffic in a "Gzip'd Text" format. Can anyone tell me how to convert these
files to something useful? I researched this subject on Google and, while
there is a fair amount of information and even some scripts for converting
this Pipermail gzipped format to mbox format, it doesn't match up with what
I actually find in the download files from this list, whether in the
original gz format or after uncompressing. For example, the scripts expect
to find "From:" literals in clear text, and that is not the case in these
files.
--Gary
Hello fellow XWiki developers and users,
would it be possible to share an export of parts of your XWiki installations to help Savitha's testings in her XWiki Solr project?
Among interesting things, I'd wish:
- a few spaces with objects and their displayers
- a clean series of multilingual pages.
It can be somewhat big (e.g thousands of documents) but not too much (less than 1Gb).
Ideally you reply with an offer on the mailing list then we can exchange directly a link to the xar. I do not think it's a good idea to send the xar as attachment to the list!
paul
Hello,
i altered the MenuCode Extension to use the XWIKI CSS only menu:
{{velocity}}
##$xwiki.ssx.use('xwiki:XWikiOrgCode.MenuMacro')
##{{menu id="navigationMenu"}}
{{menu type="horizontal" position="left" id="mainMenu"}}
#set($menuContentProperty =
$xwiki.getDocument("MenuCode.MenuConfig").getObject("MenuCode.MenuConfig").getProperty('content').value)
#if("$!menuContentProperty" == '' or "$!menuContentProperty" == "\\")
* [[Edit the menu in
administration>>XWiki.XWikiPreferences?editor=globaladmin§ion=MenuConfig]]
#else
$menuContentProperty
#end
{{/menu}}
{{/velocity}}
Unfortunately the manu is not rendered to the top of the page like the
normal Menu Macro. Can someone give me a hint how to include the xwiki
menu to the top of the page. I'm new to xwiki and i do not know if i can
set the menu globally for all spaces without the MenuCode Panel Extension.
Thank you very much
--
Andreas Niekler, Dipl. Ing. (FH)
NLP Group | Department of Computer Science
University of Leipzig
Johannisgasse 26 | 04103 Leipzig
mail: aniekler(a)informatik.uni-leipzig.deg.de
Hello XWiki ers,
on #xwiki, Sergiu was kind enough to indicate that my current bug, the fact that $!xwiki.getXWiki().Param(...) returns empty is a programming rights issue: the problem seems to be that the resource page, whose rendering is entirely made outside of the wiki-page-content.
And I could verify that by having, in all pages where the above is empty, an output that of $doc.hasProgrammingRight() which is false.
Question 1: how can I evaluate that another page has programming rights?
Question 2: is there a way to give programming rights to everything in a space? to all code in included .vm files?
thanks in advance
Paul
Hello,
right now I'm trying to use the minificated
Scriptaculous.js/Prototype.js, but I don't have a clue how it works.
I tested my application with the original files and it works. Could
somebody explain to me how I have to transform my code e.g. see below to
make it work with the minificated files brought by xwiki.
<script type="text/javascript" language="javascript" charset="utf-8">
// <![CDATA[
Sortable.create('testlist',{ghosting:false,constraint:false,hoverclass:'
over',
onChange:function(element){$('testlist_serialize').innerHTML =
Sortable.serialize(element.parentNode)}
});
// ]]>
</script>
Many thanks in advance,
Josef Haimerl
I'm developing a Java servlet application that needs to fetch pages from an
XWiki instance in the same container. It needs the content rendered in
XHTML. Ideally, I'd like to get just the page content, without any of the
extra navigation/layout markup. Whats the best way to do this?
I've looked at using the REST API, but as far as I can figure out it only
provides the content in the xwiki syntax. Is there a way to get the content
rendered in XHTML through this API?
--Maxwell Terpstra
--
View this message in context: http://xwiki.475771.n2.nabble.com/API-to-get-page-content-in-XHTML-tp758053…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello
I cannot manage to use standard option to print several pages. When i use
children pages, it works but page break option won t work, pages titles and
pictures inside pages either. I also uses specific panel dowloaded on xwiki
site. The pdf option gui works but i still have the same problems.
Thanks