Hi there,
I'm trying to install a new version of xwiki enterprise manager (4.4).
E set up an emtpy user in my oracle 10g xe with dba role. There the database
user should have no problems to create tables or anyting else.
When I start xwiki I get a long chain of exceptions in the browser and in
the logs.
It seams to me, that xwiki tries to update the Version number in the db
before creating the requiered table for it. (loadXWikiDoc->
initializeEmptyDB-> setDBVersionToDatabase-…
[View More]> "Table or View does not exist")
I tried with the "xwiki.store.migration" flag in xwiki.cfg on/off with the
same result.
I carefully read the installion documentation but I did not find any hint
how to initialize a new database schema.
Could you please help me out? I would appriciate any help.
Thank you,
Matthias
Here's the root exception.
java.sql.SQLSyntaxErrorException: ORA-00942: Table or View does not exist
oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:439)
oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:395)
oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:802)
oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:436)
oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:186)
oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:521)
oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:20
5)
oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.
java:1008)
oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java
:1307)
oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedSta
tement.java:3449)
oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedState
ment.java:3530)
oracle.jdbc.driver.OraclePreparedStatementWrapper.executeUpdate(OraclePrepar
edStatementWrapper.java:1350)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(Delegating
PreparedStatement.java:105)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(Delegating
PreparedStatement.java:105)
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(Delegating
PreparedStatement.java:105)
org.hibernate.hql.ast.exec.BasicExecutor.execute(BasicExecutor.java:101)
org.hibernate.hql.ast.QueryTranslatorImpl.executeUpdate(QueryTranslatorImpl.
java:423)
org.hibernate.engine.query.HQLQueryPlan.performExecuteUpdate(HQLQueryPlan.ja
va:283)
org.hibernate.impl.SessionImpl.executeUpdate(SessionImpl.java:1288)
org.hibernate.impl.QueryImpl.executeUpdate(QueryImpl.java:117)
com.xpn.xwiki.store.migration.hibernate.HibernateDataMigrationManager$3.doIn
Hibernate(HibernateDataMigrationManager.java:161)
com.xpn.xwiki.store.XWikiHibernateBaseStore.execute(XWikiHibernateBaseStore.
java:1229)
com.xpn.xwiki.store.XWikiHibernateBaseStore.executeWrite(XWikiHibernateBaseS
tore.java:1315)
com.xpn.xwiki.store.migration.hibernate.HibernateDataMigrationManager.setDBV
ersionToDatabase(HibernateDataMigrationManager.java:156)
com.xpn.xwiki.store.migration.AbstractDataMigrationManager.setDBVersion(Abst
ractDataMigrationManager.java:365)
com.xpn.xwiki.store.migration.hibernate.HibernateDataMigrationManager.initia
lizeEmptyDB(HibernateDataMigrationManager.java:141)
com.xpn.xwiki.store.migration.AbstractDataMigrationManager.initNewDB(Abstrac
tDataMigrationManager.java:341)
com.xpn.xwiki.store.migration.AbstractDataMigrationManager.checkDatabase(Abs
tractDataMigrationManager.java:401)
com.xpn.xwiki.store.XWikiHibernateBaseStore.setDatabase(XWikiHibernateBaseSt
ore.java:665)
com.xpn.xwiki.store.XWikiHibernateBaseStore.beginTransaction(XWikiHibernateB
aseStore.java:840)
com.xpn.xwiki.store.XWikiHibernateBaseStore.beginTransaction(XWikiHibernateB
aseStore.java:772)
com.xpn.xwiki.store.XWikiHibernateStore.loadXWikiDoc(XWikiHibernateStore.jav
a:750)
com.xpn.xwiki.store.XWikiCacheStore.loadXWikiDoc(XWikiCacheStore.java:290)
com.xpn.xwiki.XWiki.getDocument(XWiki.java:1404)
com.xpn.xwiki.XWiki.getDocument(XWiki.java:1447)
com.xpn.xwiki.XWiki.initializeMandatoryClasses(XWiki.java:824)
com.xpn.xwiki.XWiki.initXWiki(XWiki.java:794)
com.xpn.xwiki.XWiki.<init>(XWiki.java:735)
com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:394)
com.xpn.xwiki.XWiki.getXWiki(XWiki.java:483)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:136)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:116)
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProces
sor.java:431)
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:120)
org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.j
ava:144)
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:66)
org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFi
lter(SavedRequestRestorerFilter.java:208)
org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFi
lter(SetCharacterEncodingFilter.java:111)
[View Less]
I'm trying to upgrade to 4.4 from 2.3. I added xwiki.store.migration=1 and #
xwiki.store.migration.databases=all to the xwiki.cfg in the 4.4 installation
and started it and no upgrade or migration happens. Obviously I'm doing
something wrong. What's the best way to get upgraded? Currently I have 2.3
and 4.4 installed. Thanks for any help.
--
View this message in context: http://xwiki.475771.n2.nabble.com/Upgrading-from-XWiki-Enterprise-2-3-to-4-…
Sent from the XWiki- Users mailing list …
[View More]archive at Nabble.com.
[View Less]
Hello again.
Windows 7 and Vista, and latest Xwiki (I believe - how do you check?)
I am storing Tibetan unicode in my wiki. It renders properly in the browser.
2 questions:
1) I have updated the export function according to the instructions from
Sergiu Dimitriu in a comment to
http://platform.xwiki.org/xwiki/bin/view/Features/Exportshttp://platform.xwiki.org/xwiki/bin/view/Features/Exports?viewer=comments#x…
The comment:
--
# means that the used font doesn't support that character. You …
[View More]should make
sure you use a font that supports the Unicode range corresponding to the
target charset.
You should find the right fonts and put them in the
webapps/xwiki/WEB-INF/fonts/
Copy xhtml2fo.xsl from webapps/xwiki/WEB-INF/lib/xwiki-oldcore-x.y.jar into
webapps/xwiki/WEB-INF/classes/ and edit it, adding the name of your font
before FreeSerif and FreeMono wherever you find them listed in that file.
--
I did this, copying the font files I needed from my font directory.
Now when I export to .rtf and .html, the documents render properly with the
fonts I expect. However when I export to .pdf, the correct fonts are found,
but the Tibetan letters that are stacked do not render properly. Thus I
think there is something wrong with the pdf engine, but don't know if this
is true, and how to fix it. Any suggestions?
2) I would like to tell the rendering engine to make the font larger when
it is rendering Tibetan than when it is rendering Western languages. I know
next to nothing about xsl transformations etc. Is this possible, and if so
how might I do it?
I realise this is a rather obscure subject, but I did see one post to the
mailing list that contained Tibetan, so I hope someone might have some
experience with this.
Thanks in advance,
Tom Troughton
[View Less]
Hi. Maybe a more interesting question this time :-)
I'm currently writing a perl script which will poll xwiki looking for
newly-minted objects of a class I've created representing a kind of
task. The script will handle the task and then update the corresponding
object. The fun part is that along the way it may create new task
objects and insert them into the wiki, leading to a cascade of related
tasks until the overall job is fully completed.
This is a design pattern I've encountered …
[View More]repeatedly in the past and I
don't know what it's called. "Task graph"? Like make, or maven I guess.
For various task types TaskX, TaskY, TaskZ I want to do something like:
* Seach for objects of class TaskX with field f having value v
* Foreach object j TaskX:1 to TaskX:N
* update j:f to something indicating the task is underway
* run command line with parameters retrieved from j
* update j:f to something indicating the task is finished
* based on command line output (velocity fragment?) create new tasks
So the thought occurs, a) this should be a plugin that allows me to
configure these task classes and the command line to process them all
via the wiki, and b) someone might have already made one :-) But I can't
find anything like that in the extensions wiki. I did find the
scheduler plugin, which is a bit like this in some respects.
Does anyone have any suggestions?
[View Less]
Hi Devs and User
Hope I can find help about this topic : Is there any macro , function
or utility to strip HTML tags from HTML String ? , because I am getting
HTML string on description attribute of type TextArea on my class and when
show the saved data in textarea HTML tags appear on the to be edited, so
what I need is to show that text without HTML Tags
Thanks
I configured Mysql, Xwiki 4.2 and Apache/2.2.16 behind Tomcat7 like adviced
with UTF8-encoding by the XWiki-developers. The URL-encoding works fine,
also with special characters.
I installed PHP5 and added the following into the 'httpd.conf'-file:
#BEGIN PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTAL
PHPIniDir "../PHP"
LoadModule php5_module "../PHP/php5apache2_2.dll"
#END PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL
After doing that, something goes wrong. When I request this URL:
http://…
[View More]localhost/xwiki/bin/view/Sandbox/M%C3%BCnchen
(http://localhost/xwiki/bin/view/Sandbox/München)
I get a wrong response and I will land on not the right site:
http://localhost/xwiki/bin/view/Sandbox/MüFCnchen
The character 'ü' in UTF8 '%C3%BC' gets decoded in Latin1 'ü'.
How can activating PHP have influence on that? The problem has to be
somewhere between Tomcat and Apache. I tried to configure every parameter in
php.ini with UTF8 like the common advices when you google on that, but with
no effect.
Has anybody any experience on running and configuring PHP and XWiki on
Apache?
--
View this message in context: http://xwiki.475771.n2.nabble.com/PHP5-and-XWiki-4-2-running-on-Apache-2-2-…
Sent from the XWiki- Users mailing list archive at Nabble.com.
[View Less]
Hello,
I try to install extension "Batch Import API" with Extension Manager:
1st try:
Resolving extension [Batch Import API 1.0] on namespace [wiki:xwiki]
Applying INSTALL for extension [Batch Import API 1.0] on namespace [wiki:xwiki]
Failed to get fields for class
[org.xwiki.batchimport.internal.iterators.CSVImportFileIterator]
because the class [Lau/com/bytecode/opencsv/CSVReader;] couldn't be
found in the ClassLoader.
1/ I suppose that Extension Manager works like maven and so is able so
…
[View More]solved dependencies.
Am I wrong?
2/ If extension manager managed dependencies, I suppose that "Batch
Import API" need some dependency declaration.
IMO, extension like "Batch Import API" provided as jar should have
dependency declaration to be tagged as "Installable with Extension
Manager" in Extension pages
2nd try after manual installation of openCSV in WEB-INF/lib
Resolving extension [Batch Import API 1.0] on namespace [wiki:xwiki]
Applying INSTALL for extension [Batch Import API 1.0] on namespace [wiki:xwiki]
Failed to get fields for class
[org.xwiki.batchimport.internal.iterators.ExcelImportFileIterator]
because the class [com/xpn/xwiki/plugin/excel/ExcelPluginException]
couldn't be found in the ClassLoader.
3/ "Batch Import API" page wrong information.
>From extension page, I understand that Excel plug-in is not mandatory,
from installation, it looks to be mandatory: X-CONTRIB-183
Regards,
Arnaud.
[View Less]
This is a new install and I am a new XWiki user.
Our setup is XWiki 4.4, Tomcat 7.0 on a Windows 2003 R2 virtual server
using MSSQLServer 2005. I have the Admin Tools extension installed (ver.
3.0.2) and when I run the SanityCheck it reports that Parent fields
don't exist. This occurs for every new user added. New users have been
added 2 different ways; 1) Manually through the wiki
Administration:Users page and 2) through ldap script if first time user
is connecting. The value that is …
[View More]being entered for xwd_parent is
different depending on which method is used but both will give this
report. For manually added users the value entered for xwd_parent is
xwiki:Main.UserDirectory and for ldap created users the value is
XWikiUsers.
I have not come across any errors that point to this yet but it has had
very little use as we are still in the testing stage. What errors might
this produce (if any), should this be a concern, and what would be the
best way to correct this?
Steve Martin
IT Support
Jones Metal Products
stevem(a)jonesmetal.com
(740) 623-5102
[View Less]
Hi,
I have currently having a problem of exporting RTF documents on certain
pages on my xwiki install, I am using version 4.1.4 and have got open office
server installed
the following is what error I get when trying to export, any help would be
amazing
Detailed information:
Error number 11015 in 11: Exception while exporting
Wrapped Exception: Error number 11011 in 12: Exception while exporting to
Rich Text Format (rtf).
Wrapped Exception: Error while performing conversion.
com.xpn.…
[View More]xwiki.XWikiException: Error number 11015 in 11: Exception while
exporting
Wrapped Exception: Error number 11011 in 12: Exception while exporting to
Rich Text Format (rtf).
Wrapped Exception: Error while performing conversion.
at com.xpn.xwiki.web.ExportAction.render(ExportAction.java:67)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:231)
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:305)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:120)
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:66)
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:208)
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:111)
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:222)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:123)
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:99)
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:407)
at
org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1002)
at
org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:585)
at
org.apache.tomcat.util.net.AprEndpoint$SocketProcessor.run(AprEndpoint.java:1813)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: com.xpn.xwiki.XWikiException: Error number 11011 in 12: Exception
while exporting to Rich Text Format (rtf).
Wrapped Exception: Error while performing conversion.
at
com.xpn.xwiki.internal.export.OfficeExporter.exportXHTML(OfficeExporter.java:125)
at
com.xpn.xwiki.internal.export.OfficeExporter.exportXHTML(OfficeExporter.java:94)
at com.xpn.xwiki.pdf.impl.PdfExportImpl.exportHtml(PdfExportImpl.java:280)
at com.xpn.xwiki.pdf.impl.PdfExportImpl.export(PdfExportImpl.java:266)
at com.xpn.xwiki.web.ExportAction.export(ExportAction.java:204)
at com.xpn.xwiki.web.ExportAction.render(ExportAction.java:64)
... 39 more
Caused by: org.xwiki.officeimporter.openoffice.OpenOfficeConverterException:
Error while performing conversion.
at
org.xwiki.officeimporter.internal.openoffice.DefaultOpenOfficeConverter.convert(DefaultOpenOfficeConverter.java:115)
at
com.xpn.xwiki.internal.export.OfficeExporter.exportXHTML(OfficeExporter.java:121)
... 44 more
Caused by: org.artofsolving.jodconverter.office.OfficeException: task failed
at
org.artofsolving.jodconverter.office.PooledOfficeManager.execute(PooledOfficeManager.java:96)
at
org.artofsolving.jodconverter.office.ProcessPoolOfficeManager.execute(ProcessPoolOfficeManager.java:78)
at
org.artofsolving.jodconverter.OfficeDocumentConverter.convert(OfficeDocumentConverter.java:78)
at
org.artofsolving.jodconverter.OfficeDocumentConverter.convert(OfficeDocumentConverter.java:69)
at
org.xwiki.officeimporter.internal.openoffice.DefaultOpenOfficeConverter.convert(DefaultOpenOfficeConverter.java:99)
... 45 more
Caused by: java.util.concurrent.CancellationException
at java.util.concurrent.FutureTask$Sync.innerGet(Unknown Source)
at java.util.concurrent.FutureTask.get(Unknown Source)
at
org.artofsolving.jodconverter.office.PooledOfficeManager.execute(PooledOfficeManager.java:85)
... 49 more
Wrapped Exception:
org.xwiki.officeimporter.openoffice.OpenOfficeConverterException: Error
while performing conversion.
at
org.xwiki.officeimporter.internal.openoffice.DefaultOpenOfficeConverter.convert(DefaultOpenOfficeConverter.java:115)
at
com.xpn.xwiki.internal.export.OfficeExporter.exportXHTML(OfficeExporter.java:121)
at
com.xpn.xwiki.internal.export.OfficeExporter.exportXHTML(OfficeExporter.java:94)
at com.xpn.xwiki.pdf.impl.PdfExportImpl.exportHtml(PdfExportImpl.java:280)
at com.xpn.xwiki.pdf.impl.PdfExportImpl.export(PdfExportImpl.java:266)
at com.xpn.xwiki.web.ExportAction.export(ExportAction.java:204)
at com.xpn.xwiki.web.ExportAction.render(ExportAction.java:64)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:231)
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:305)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:120)
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:66)
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:208)
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:111)
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:222)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:123)
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:99)
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:407)
at
org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1002)
at
org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:585)
at
org.apache.tomcat.util.net.AprEndpoint$SocketProcessor.run(AprEndpoint.java:1813)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: org.artofsolving.jodconverter.office.OfficeException: task failed
at
org.artofsolving.jodconverter.office.PooledOfficeManager.execute(PooledOfficeManager.java:96)
at
org.artofsolving.jodconverter.office.ProcessPoolOfficeManager.execute(ProcessPoolOfficeManager.java:78)
at
org.artofsolving.jodconverter.OfficeDocumentConverter.convert(OfficeDocumentConverter.java:78)
at
org.artofsolving.jodconverter.OfficeDocumentConverter.convert(OfficeDocumentConverter.java:69)
at
org.xwiki.officeimporter.internal.openoffice.DefaultOpenOfficeConverter.convert(DefaultOpenOfficeConverter.java:99)
... 45 more
Caused by: java.util.concurrent.CancellationException
at java.util.concurrent.FutureTask$Sync.innerGet(Unknown Source)
at java.util.concurrent.FutureTask.get(Unknown Source)
at
org.artofsolving.jodconverter.office.PooledOfficeManager.execute(PooledOfficeManager.java:85)
... 49 more
--
View this message in context: http://xwiki.475771.n2.nabble.com/Can-t-Export-to-RTF-tp7583253.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
[View Less]