Does anyone have a document on configuring xwiki.properties, and installing
openoffice in order to have the office importer function working on redhat?
It works straight out of the box on Ubuntu, however really struggling here
with rhel.
# Settings for the OpenOffice server instance consumed by the OfficeImporter
component
#-------------------------------------------------------------------------------------
#-# [Since 1.9M2]
#-# Type of the openoffice server instance used by officeimporter component.
#-# 0 - Internally managed server instance. (Default)
#-# 1 - Externally managed (local) server instance.
# openoffice.serverType=0
#-# [Since 1.9M2]
#-# Port number used for connecting to the openoffice server instance.
#-# Default port is 8100
# openoffice.serverPort=8100
#-# [Since 1.9M2]
#-# If the openoffice server should be started / connected upon XE start.
#-# Default value is false
# openoffice.autoStart=false
#-# [Since 1.8RC3]
#-# Path to openoffice installation (serverType:0 only).
#-# If no path is provided, a default value will be calculated based on the
operating environment.
# openoffice.homePath=/opt/openoffice4
#-# [Since 1.8RC3]
#-# Path to openoffice execution profile (serverType:0 only).
#-# If no path is provided, a default value will be calculated based on the
operating environment.
# openoffice.profilePath=/home/user/.openoffice.org/3
RPM
rpm -qa | grep -i openoffice
openoffice-en-GB-base-4.0.0-9702.i586
openoffice-base-4.0.0-9702.i586
openoffice-images-4.0.0-9702.i586
openoffice-ooofonts-4.0.0-9702.i586
openoffice-brand-draw-4.0.0-9702.i586
openoffice-en-GB-help-4.0.0-9702.i586
openoffice-core03-4.0.0-9702.i586
openoffice-ogltrans-4.0.0-9702.i586
openoffice-xsltfilter-4.0.0-9702.i586
openoffice-brand-math-4.0.0-9702.i586
openoffice-en-GB-4.0.0-9702.i586
openoffice-en-GB-draw-4.0.0-9702.i586
openoffice-en-GB-res-4.0.0-9702.i586
openoffice-core02-4.0.0-9702.i586
openoffice-core07-4.0.0-9702.i586
openoffice-writer-4.0.0-9702.i586
openoffice-javafilter-4.0.0-9702.i586
openoffice-pyuno-4.0.0-9702.i586
openoffice-brand-base-4.0.0-9702.i586
openoffice-brand-impress-4.0.0-9702.i586
openoffice-core01-4.0.0-9702.i586
openoffice-en-GB-calc-4.0.0-9702.i586
openoffice-en-GB-math-4.0.0-9702.i586
openoffice-calc-4.0.0-9702.i586
openoffice-core06-4.0.0-9702.i586
openoffice-math-4.0.0-9702.i586
openoffice-graphicfilter-4.0.0-9702.i586
openoffice-ooolinguistic-4.0.0-9702.i586
openoffice-4.0.0-9702.i586
openoffice-brand-en-GB-4.0.0-9702.i586
openoffice-ure-4.0.0-9702.i586
openoffice-en-GB-impress-4.0.0-9702.i586
openoffice-core05-4.0.0-9702.i586
openoffice-gnome-integration-4.0.0-9702.i586
openoffice-core04-4.0.0-9702.i586
openoffice-brand-writer-4.0.0-9702.i586
openoffice-impress-4.0.0-9702.i586
openoffice-en-GB-writer-4.0.0-9702.i586
openoffice-draw-4.0.0-9702.i586
openoffice-onlineupdate-4.0.0-9702.i586
openoffice-brand-calc-4.0.0-9702.i586
--
View this message in context: http://xwiki.475771.n2.nabble.com/Redhat-Xwiki-5-4-Office-server-configurat…
Sent from the XWiki- Users mailing list archive at Nabble.com.
I tried to install an instance of XWiki version 5.4.1 using Tomcat and MySQL on Windows 7.
I ran the Windows installer for Tomcat 7.0.52. It created the service and I put in a couple users in tomcat-users.xml. The Tomcat default page shows in the browser OK, and I can run the manager web app.
I think I followed the instructions to install XWiki with Tomcat (http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationTomcat), expanding the file xwiki-enterprise-web-5.4.1.war into {tomcat}/webapps/xwiki and editing the config files therein.
I ran the Windows installer for MySQL 5.6.16, and MySQL Connector for Java 5.1.29 (and copied the jar to /xwiki/WEB-INF/lib). I can run the MySQL Workbench 6.0 app, no errors appear.
I think I followed the instructions to install XWiki to use MySQL (http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationMySQL)
When I try to navigate to http://localhost:8080/xwiki/ it (Firefox 27.0.1) hangs forever.
When I read the logs at C:\shared\apache-tomcat-7.0.52\logs\catalina.2014-09-19.log, I get this:
Feb 19, 2014 1:32:59 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory C:\Shared\apache-tomcat-7.0.52\webapps\xwiki
Feb 19, 2014 1:33:41 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-bio-8080"]
Feb 19, 2014 1:33:41 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["ajp-bio-8009"]
Feb 19, 2014 1:33:41 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 43033 ms
... and nothing else. Previously in the logs I saw things like this:
Feb 19, 2014 10:07:08 AM org.jboss.netty.channel.socket.nio.AbstractNioWorker
WARNING: Unexpected exception in the selector loop.
java.lang.OutOfMemoryError: PermGen space
There is supposed to be a way to pass a -XX parameter, but the Tomcat instructions above say it doesn't work when it is a service. You are supposed to be able to use tomcat7w.exe, and I have set the memory in that application (on the Java tab) to Initial=512MB and Maximum memory pool=1024MB. I tried creating a setenv.bat and setting a CATALINA_OPTS environment variable and restarting the service, to no avail. Because the out-of-memory errors stopped, I'm wondering if it is some other problem. Firewall?
What am I missing? Are there some other logs that will tell me what the problem is?
Thanks for your time!
--Kevin
________________________________
This electronic message may contain confidential information and is intended for the use of the intended addressee(s) only. If you are not an intended addressee, note that any disclosure, copying, distribution, or use of the contents of this message is prohibited. Any products referred to herein are for investigational use only and not approved for sale. If you have received this e-mail in error, please contact the sender.
Trying to install on CentOS / Tomcat6 / MySQL
And have managed to do it once with the previous version.
Now I try to do it again with the 541 release.
After battling through the mysql connector problem and various other things, I now get a 500 error with the message " Component manager has not been initialized before lookup"
I've tried to google it, didn't understand enough to find a solution.
Halp?
<<<
exceptionjavax.servlet.ServletException: java.lang.RuntimeException: Component manager has not been initialized before lookup for [org.xwiki.model.reference.DocumentReferenceResolver< java.lang.String >] for hint [currentmixed]
root causejava.lang.RuntimeException: Component manager has not been initialized before lookup for [org.xwiki.model.reference.DocumentReferenceResolver< java.lang.String >] for hint [currentmixed]
>>>
Hi ,
Is there someone who success to import users from LDAP in xwiki 5.x ?
I'm preparing a fresh install of xwiki 5.4 but have to give specific access
to different spaces for +700 users. A bit difficult/boring to
export/import users one by one from xwiki 2.8 to 5.4.( 2 different
tomcat/oracle servers)
Thanks for help
Patrick
I am new to xwiki so bear with me if this a solution already built into
xwiki.
I would like to create a navigation panel that will automatically populate a
list of all wikis (including home) in a xwiki farm and contain links to each
wiki's home page. Does anyone know how to create this panel?
Thanks
--
View this message in context: http://xwiki.475771.n2.nabble.com/Navigation-Panel-that-lists-all-wiki-s-in…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hallo all,
our xWiki editors often forget to check the "Is minor edit" check box,
creating lots of version history for each document.
Now our Wiki gets noticeably slower and we are assuming all that
versioning has to do with it.
Is there a way to delete all version history at once on the xWiki, only
keeping the latest version of each document?
And is there a way to make the "Is minor edit" a default when storing
changes?
Thanks!!
Regards, Elke
Good afternoon.
I have a problem to add new gadget in dashboard.
I click the button to add a new gadget, choose the application, configure
and click on add. The page reloads, but does not display the application,
someone has gone through this problem?
Currently use xwiki 5.4.1 enterprise.
thank
I have created a space "IT" but now want to rename that space "IT Use Only".
I changed the name by editing the space which changed the name in the page itself and in the breadcrumbs of child pages. However, it didn't change the name in the Spaces listings.
Bill Vlahos | Director, Infrastructure Services | AMERICANTOURS INTERNATIONAL LLC.
6053 West Century Blvd, Los Angeles, CA 90045 | ph 310.590.4227
email bill_vlahos(a)americantours.com | www.americantours.com
Hi,
I've one page (let's call it "Template page") made up of 2 included files.
Code of "Template page" is something like this :
{include document="PageChap1"/}
{include document="PageChap2"/}
I'd like to copy "Template page" to a new page (in the same space) and
renaming includes at the same time
Is it possible and is there any way (existing script or extension) to do
that ?
Thanks in advance,
--
View this message in context: http://xwiki.475771.n2.nabble.com/Copy-page-with-includes-tp7588912.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
To all,
I want to use velocity or groovy to query an external SQL Database. I have
found the SQL Tools Extension
<http://extensions.xwiki.org/xwiki/bin/view/Extension/SQL+Tools> but I
have NO clue how to use this extension! It seems to be out of date (I am
using XWiki 5.4) because the page that comes with the extension is garbled
(parts of the page shows the code, parts of the page shows an HTML form).
Is the SQL Tools Extension the right tool to use to query an external SQL
Database?
Does anyone have an example (velocity or groovy) on how to query an external
SQL Database?
--
View this message in context: http://xwiki.475771.n2.nabble.com/How-to-use-the-SQL-Tools-tp7589126.html
Sent from the XWiki- Users mailing list archive at Nabble.com.