Hi,
I migrated successfully to XWiki 3.2, and tried to install the
http://extensions.xwiki.org/xwiki/bin/view/Extension/Workspace+Application
Workspace Application.
I first installed the
http://extensions.xwiki.org/xwiki/bin/view/Extension/Wiki+Manager+Plugin
Wiki Manager Plugin , then the
http://extensions.xwiki.org/xwiki/bin/view/Extension/Workspace+Component
Workspace Component , then the
http://extensions.xwiki.org/xwiki/bin/view/Extension/Workspace+Application
Workspace Application , browse to Install page and attached
workspace-template.xar as indicated (and also set xwiki.virtual=1 in my
xwiki.cfg).
After restarting (and some checks that plugins were correctly installed), I
found that :
- unexpectedly to reach my home page now I have to use an url like this :
http://host:port/xwiki/*wiki/xwiki*/view/Main/
..., or else it complains that this wiki does not exist. I would have
thought that the workspace app would not have changed the urls for everyone
...
- the urls generated inside the pages do not match this new url scheme, so
they all point now to a not existing wiki
- Browsing to WorkspaceManager.Install throws an exception in the page :
Error installing workspace template. Error number 50035 in 5: Exception in
plugin [com.xpn.xwiki.plugin.wikimanager.WikiManagerPlugin]: Wiki
[workspacetemplate] database update failed
Wrapped Exception: Error number 3202 in 3: Exception while reading document
[name = [XWikiPreferences], type = [DOCUMENT], parent = [name = [XWiki],
type = [SPACE], parent = [name = [workspacetemplate], type = [WIKI], parent
= [null]]]]
Wrapped Exception: Error number 3301 in 3: Exception while switching to
database [workspacetemplate]
Wrapped Exception: Access denied for user 'xwiki'@'127.0.0.1' to database
'workspacetemplate'
I tried to grant all privileges (MySql) on *.* to my user xwiki on
127.0.0.1, but it did not change anything.
To summarize : very good impression on xwiki 3.2, but not so good for now on
workspaces :D
Thanks for help,
Jerem
--
View this message in context: http://xwiki.475771.n2.nabble.com/Troubles-with-XWiki3-2-Workspace-Applicat…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello,
Thanks a lot for 3.2 Release!
From the good things I've noticed, the full text search indeed returns
more relevant result - especially the look-up in search.
However when doing an upgrade (from 3.1) I saw a weird exception
2011-10-12 07:57:54,556
[http://localhost/xwiki/bin/view/XWiki/WatchListRss?xpage=plain&outputSyntax…]
ERROR .x.x.s.XWikiHibernateBaseStore - Failed updating schema while
executing query [alter table activitystream_events_param
> s add index FKB94E2E7C763934E1 (eventId), add constraint
> FKB94E2E7C763934E1 foreign key (eventId) references activitystream_events
> (ase_eventid)]
> java.sql.SQLException: Can't create table
> './xwiki_utf8/#sql-dd6_11c9e.frm' (errno: 150)
I did not notice anything broken (well, except that work-spaces menu item
did not show-up, but I guess some configuration must be done to enable it).
Is it ok just to ignore this exception?
Regards,
Roman
--
View this message in context: http://xwiki.475771.n2.nabble.com/Upgrade-to-3-2-minor-issues-tp6883965p688…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
I tried to export a page with many chinese characters as pdf, but the
resulted pdf has many "#".
There are no encoding problems elsewhere, everything is displayed correctly
by setting utf8 encoding everywhere (xwiki.cfg, database, tomcat).
I tried to search http://jira.xwiki.org and got no luck...
--
Thanks for reading!
Yang Li
Electronic Engineering, Fudan University
Hi all,
I am trying to find an extension, that enables me to put up some simple
notices (a string likes "This wiki is going to be upgraded on Nov. 1st,
sorry for the inconvineces.", or even with some links) on every page of
the whole wiki site, so that every user get notified something whatever
pages they are browsing. TWiki has such a function!
Is there such an extension out there? I got no luck when trying to find
one...
Anyone any idea?
On 2011-10-29 3:15 PM, "Sergiu Dumitriu" <sergiu(a)xwiki.com> wrote:
>
> # means that the font used in the pdf does not contain those characters.
You should find a font that has support for Chinese, copy it in
WEB-INF/fonts, extract xhtml2fo.xsl from
WEB-INF/libs/xwiki-platform-legacy-oldcore-*.jar into WEB-INF/classes, edit
it and add the name of your font next to FreeSerif and FreeMono wherever
they occur in the file, for example:
>
> <xsl:attribute
name="font-family">FreeSerif,IPAGothic,serif</xsl:attribute>
>
> Restart the server, and everything should work.
>
> A good free font is IPAGothic, which I'll have to check if it can be
redistributed by default.
>
IPAFonts can be redistributed, but it seems they are mostly for Japanese.
Looking further, I found Arphic fonts which seem to provide support for
Chinese in two variants, serif and script. From my point of view, the
script variant would look better in print, but I'd like the opinion of a
Chinese before deciding on a default.
>
> On 2011-10-28 9:56 PM, "yang Li" <yang.lee.cool(a)gmail.com> wrote:
>>
>> Hi,
>>
>> I tried to export a page with many chinese characters as pdf, but the
>> resulted pdf has many "#".
>>
>> There are no encoding problems elsewhere, everything is displayed
correctly
>> by setting utf8 encoding everywhere (xwiki.cfg, database, tomcat).
>>
>> I tried to search http://jira.xwiki.org and got no luck...
>>
>>
>>
>> --
>> Thanks for reading!
>>
>> Yang Li
>> Electronic Engineering, Fudan University
>> _______________________________________________
>> users mailing list
>> users(a)xwiki.org
>> http://lists.xwiki.org/mailman/listinfo/users
After add the presentation class to the page, I got the following error
even as the adminitrator.
*Slides*Failed to execute the [groovy]
macroorg.xwiki.rendering.macro.MacroExecutionException: You don't have
the right to execute this script at
org.xwiki.rendering.macro.script.AbstractScriptMacro.execute(AbstractScriptMacro.java:198)
at
org.xwiki.rendering.macro.script.AbstractScriptMacro.execute(AbstractScriptMacro.java:59)
at
org.xwiki.rendering.internal.transformation.macro.MacroTransformation.transformOnce(MacroTransformation.java:196)
at
org.xwiki.rendering.internal.transformation.macro.MacroTransformation.transform(MacroTransformation.java:141)
at
org.xwiki.rendering.internal.transformation.DefaultTransformationManager.performTransformations(DefaultTransformationManager.java:81)
at
org.xwiki.display.internal.DocumentContentDisplayer.display(DocumentContentDisplayer.java:253)
at
org.xwiki.display.internal.DocumentContentDisplayer.display(DocumentContentDisplayer.java:125)
at
org.xwiki.display.internal.DocumentContentDisplayer.display(DocumentContentDisplayer.java:55)
at
org.xwiki.display.internal.DefaultDocumentDisplayer.display(DefaultDocumentDisplayer.java:80)
at
org.xwiki.display.internal.DefaultDocumentDisplayer.display(DefaultDocumentDisplayer.java:38)
at
com.xpn.xwiki.internal.sheet.SheetDocumentDisplayer.display(SheetDocumentDisplayer.java:232)
at
com.xpn.xwiki.internal.sheet.SheetDocumentDisplayer.displayAsSheetAuthor(SheetDocumentDisplayer.java:204)
at
com.xpn.xwiki.internal.sheet.SheetDocumentDisplayer.applySheet(SheetDocumentDisplayer.java:168)
at
com.xpn.xwiki.internal.sheet.SheetDocumentDisplayer.display(SheetDocumentDisplayer.java:104)
at
com.xpn.xwiki.internal.sheet.SheetDocumentDisplayer.display(SheetDocumentDisplayer.java:57)
at
org.xwiki.display.internal.ConfiguredDocumentDisplayer.display(ConfiguredDocumentDisplayer.java:67)
at
org.xwiki.display.internal.ConfiguredDocumentDisplayer.display(ConfiguredDocumentDisplayer.java:41)
at
com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:827)
at
com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:806)
at
com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:837)
at com.xpn.xwiki.api.Document.getRenderedContent(Document.java:585) at
sun.reflect.GeneratedMethodAccessor388.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.doInvoke(UberspectImpl.java:395)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:384)
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:173)
at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:280)
at
org.apache.velocity.runtime.parser.node.ASTReference.value(ASTReference.java:567)
at
org.apache.velocity.runtime.parser.node.ASTExpression.value(ASTExpression.java:71)
at
org.apache.velocity.runtime.parser.node.ASTSetDirective.render(ASTSetDirective.java:142)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72) at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:106)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342)
at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:186)
at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:152)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:117)
at com.xpn.xwiki.XWiki.evaluateTemplate(XWiki.java:1816) at
com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1753) at
com.xpn.xwiki.api.XWiki.parseTemplate(XWiki.java:841) at
sun.reflect.GeneratedMethodAccessor166.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.doInvoke(UberspectImpl.java:395)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:384)
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:173)
at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:280)
at
org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:369)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72) at
org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:216)
at
org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:311)
at
org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:230)
at
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:207)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72) at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:87)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72) at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:106)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342)
at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:186)
at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:152)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:117)
at com.xpn.xwiki.XWiki.evaluateTemplate(XWiki.java:1816) at
com.xpn.xwiki.web.Utils.parseTemplate(Utils.java:154) at
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:238) at
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:116) 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:621) at
javax.servlet.http.HttpServlet.service(HttpServlet.java:722) at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:304)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:128) at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at
org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:144)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at
org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:217)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at
org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:109)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:224)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:169)
at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:168)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:100)
at
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:929) at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:405)
at
org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:964)
at
org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:515)
at
org.apache.tomcat.util.net.AprEndpoint$SocketProcessor.run(AprEndpoint.java:1824)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown
Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown
Source) at java.lang.Thread.run(Unknown Source)
Bonjour,
je gère une classe de voiliers de compétition (longtze.org) et voudrais
mettre en place un xwikin qui soit à la fois guide d’utilisation et
retours régatiers pour l'utilisation et la conduite des bateaux.
Username: xdelesquen
server name: longtze
Merci!
Hi all,
We tried xwiki a month ago with the standalone vertion including jetty
and hsqldb. And now we changed jetty to Tomcat for better performances
which is easy. However, we also want to change the database from hsqldb
to mysql because the there is a database size limit for hsqldb. But it
is difficult. We tried to export the wiki pages (including the user
registration infomation), however the pages with chinese characters as
their names has encoding problems, that is, their contents are all right
in utf8, however the names have disordered codes.
We also tried to use the Large Wiki Export, but got no lucky. It simply
doest work at all :(
Any suggestions?
Thank you all!
Hi,
I'm new to XWiki, and I would like some help on how to add JavaScript to my
pages.
I have looked at the example SkinExtensionsTutorial and can now do basic
JavaScript for example:
alert ("HelloWorld"); via the JavaScriptExtension.
I would like to add Google fusion tables to my Xwiki page an example of what
I am after is below with the JavaScript:
http://gmaps-samples.googlecode.com/svn/trunk/fusiontables/gviz_datatable.ht
ml
The JavaScript is shown below:
google.load('visualization', '1', {'packages':['table']});
function changeData(scorer) {
var whereClause = "";
if(scorer) {
whereClause = " WHERE 'Scoring Team' = '" + scorer + "'";
}
var queryText = encodeURIComponent("SELECT 'Scoring Team', 'Receiving
Team', 'Minute of goal' FROM 197026" + whereClause);
var query = new
google.visualization.Query('http://www.google.com/fusiontables/gvizdata?tq='
+ queryText);
query.send(getData);
}
function getData(response) {
var table = new
google.visualization.Table(document.getElementById('visualization'));
table.draw(response.getDataTable(), {showRowNumber: true});
How can I add this information to my Xwiki page.
Your help is much appreciated.
Best Regards,
Riaz
Hello,
I am relatively new to creating a wiki and have a simple question
hopefully. We initially downloaded the xwiki all in one installation for
trial purposes, and when we decided upon using xwiki, we installed the
xwiki using a separate database and tomcat installations. Now we can not
see the Link, Image, Table, Macro, or Import tool tabs in the WYSIWYG
editor or any tools in the wiki/source editor. I have attempted to edit
the WysiwygEditorConfiClass0 without success. We still have the
all-in-one installation running and can see all the tools in that
installation.
Any assistance would be greatly appreciated.
Robb