Hello,
trying to install UI upgrade using distribution wizard I get a message
for "XWiki
Enterprise - UI - Common 5.4.4":
Programming right is required to install extension
[org.xwiki.platform:xwiki-platform-search-solr-api-5.4.4] on namespace
[wiki:rosmi]
class org.xwiki.extension.InstallException: Failed to resolve
extension at
org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:698)
...
Entire text from UI attached to this email.
I guess the limitation of a xwiki farm was that I will not have any
programming rights. Can I just skip this upgrade? Or wait for a fix?
Many thanks,
Roman
2014-04-22 14:50 GMT+02:00 Guillaume Fenollar <guillaume.fenollar(a)xwiki.com>
:
> The upgrade ended successfully.
>
> If you're an admin of your wiki, you'll see the Distribution Wizard when
> you log in. Don't skip this step and do your wiki's upgrade properly, it's
> important.
>
> If you have any question regarding the pages upgrade, feel free to ask
> here.
>
> Thanks,
>
> Guillaume Fenollar
>
>
> 2014-04-22 12:02 GMT+02:00 Guillaume Fenollar <
> guillaume.fenollar(a)xwiki.com>
> :
>
> > Hello all,
> >
> > I'll perform an XWiki upgrade of myxwiki.org farm from 5.2 to 5.4.4, to
> > prevent it from crashing again.
> > It'll start today at 12:30 CEST (GMT+2) and shouldn't take more than two
> > hours.
> >
> > Thank you for your understanding.
> >
> > Guillaume
> >
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
Sometime it would be usefull to set "someware" one or more variables to use
in the wiki text in order to change them in a single point and see value
change propagated in every page containing the variable.
Is it possible ?
How ?
Tks
--
View this message in context: http://xwiki.475771.n2.nabble.com/Using-variables-tp7590678.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello,
Just a word to indicate than xwiki 6.0 (or UI extension) contain this page on new wiki: under XWiki/OfficeImporter
/bin/view/XWiki/EdouardEV
Edward.
The story I
will tell you may seem crazy, you will find exciting or perhaps
annoying, but you should read it to the end .. That's all I have to say
..
It is simply the story of a man named Edward.
Edward's
father and recently married to Hailey, a young blonde woman, looking
like a femme fatale-length hair, chestnuts brown eyes, luscious lips,
and a pretty bright complexion.
...
<cut>
...
Thus, the love of two fools, was considered much more important than the life of the mother of the son of Eward ..
The latter, who was in bed, a few hundred meters from here, will be
recovered by Edward and Hailet, and will remain in ignorance, diabolical history, probably decades, or perhaps even for life .
End.
Thxs
Pascal B.
Hi
I had had xwiki application installed on my local machine. When I wanted to install new version I ran into a problem. During startup application is able to somehow tell that there was another xwiki version installed and is trying to migrate data. I don't want to have old data migrated to the fresh installation. I've deleted index old files, changed database schema, removed previous one - but during startup application is still trying to access old database to perform data migration. Where the informations about old installation is comming from? What other remains should I remove to make xwiki 'forget' about previously installed one?
Â
Best regards,
Paweł
Dear community,
I wanted to test the apt/1.0 syntax, so I updated xwiki.cfg to add
"apt/1.0" in parameter "xwiki.rendering.syntaxes" and restarted my wiki.
When editing a page, no "apt/1.0" choice appeared in the Document Syntax
Panel.
So in another page I displayed the available parsers and renderers, which
gave:
Parsers : [XWiki 2.1, Markdown 1.0, XWiki 2.0, TWiki 1.0, XWiki 1.0,
JSPWiki 1.0, MediaWiki 1.0, DocBook 4.4, HTML 4.01, XHTML 1.0, Creole 1.0,
Confluence 1.0, Plain 1.0]
Renderers : [DocBook 4.4, TeX 1.0, XWiki 2.1, Annotated XHTML 1.0, XWiki
2.0, XHTML 1.0, XHTML Macro 1.0, Plain 1.0]
(I'm on 5.1, apt was added in 4.3, so it should be there unless it was
removed later and I missed the release note - or there was an error during
install/upgrade but it seems unlikely)
So from Extension Manager, I searched and installed
org.xwiki.rendering:xwiki-rendering-syntax-apt-5.1.jar.
No change on the list of parsers/renderers, still no APT.
I thought that probably renderers and parsers are registered only at start
and maybe not by EM, so I restarted the wiki again, but no change on the
list of parsers/renderers.
Eventually I moved that jars (for xwiki-rendering-syntax-apt and
xwiki-rendering-xml) from the extension repository under perm data dir, to
WEB-INF/lib of the webapp, and restarted again, and apt now appears in the
list of parsers/renderers !
Then I tried to enter some content in a page, with apt syntax, and on
saving got this:
Caused by: java.lang.NoClassDefFoundError:
org/apache/maven/doxia/module/apt/AptParser
at
org.xwiki.rendering.internal.parser.apt.APTParser.createDoxiaParser(APTParser.java:50)
~[xwiki-rendering-syntax-apt-5.1.jar:na]
at
org.xwiki.rendering.internal.parser.doxia.AbstractDoxiaParser.parse(AbstractDoxiaParser.java:99)
~[xwiki-rendering-syntax-doxia-5.1.jar:na]
at
org.xwiki.rendering.internal.parser.doxia.AbstractDoxiaParser.parse(AbstractDoxiaParser.java:70)
~[xwiki-rendering-syntax-doxia-5.1.jar:na]
at
com.xpn.xwiki.doc.XWikiDocument.parseContent(XWikiDocument.java:7975)
~[xwiki-platform-legacy-oldcore-5.1.jar:na]
[...]
... 50 common frames omitted
... though from EM, dependencies of the apt renderer seem to be correctly
installed (either provided or installed) :
XWiki Rendering - Syntax - Doxia Bridge5.1 (in wiki xwiki) Provided
Doxia :: APT Module1.3 (in wiki xwiki) Installed
XWiki Rendering - Legacy - API5.1 (in wiki xwiki) Provided
XWiki Commons - Legacy - Component - API5.1 (in wiki xwiki) Provided
doxia-module-apt-1.3.jar is present in extensions repo (under data dir), so
I thought maybe it had to be present in WEB-INF/lib (though it seems
surprising that it could cause an error, never had those kind of
classloader issue with xwiki extensions). So I moved it to WEB-INF/lib and
restarted and .... now it's ok. Just tested with a page, and the result is
very nice ! :)
To be complete, I checked in war file of 6.0.1, and
xwiki-rendering-syntax-apt-6.0.1.jar is not present. So I suppose APT
format has not be much used yet ;-)
Thanks,
Jeremie
PS: I would love to be able to publish a maven site to XWiki ... But I
think parsing APT from xwiki may not be the best, as the idea is not to
edit a maven site from xwiki (at least, my purpose is to view published
maven sites, you could use apt parser to edit maven sites sources). What I
would like is to be able to view a maven site from a site packaged in a jar
in a maven repository, and use xwiki as a front-end for maven sites - that
would be cool (or publish those jars into xwiki as attachments, so they
would be indexed by solr)
Hey all,
I'm trying to add a user to a group (Lets say XWikiAdminGroup) by utilizing the XwikiGroupService.addUserToGroup. Is this the correct way to go about this programmatically? Or should I go about it another route?
Thanks,
Chris.
XWikiEnterprise 5.2.4