Currently i wonder if it's possible to convert a XEM Wiki Farm to a simple XE
instance and select one of the subwikis as the new base for the instance?
My naive try wasn't successful: Set db.virtual = 1, change db name in
hibernate.cfg.xml to one of the subwikis.
Currenty I'm thinking about the long migration way. Export all needed Spaces
and Documents from the target subwiki and disable the virtual mode. Then
drop all tables in the main database and start with a new fresh instance to
import the packaged pages.
First way will be fast, last a bit painful and error-prone.
Greetings
Jan
--
View this message in context: http://xwiki.475771.n2.nabble.com/Converting-XEM-to-XE-with-specific-subwik…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Dear all,
For internal reasons, we want to completely disable watchlist notifications
on our *sandbox* instance. (We only want them on our *live* instance.) We
want to do this centrally, as it is not feasible to ask each user to
individually turn off their watchlist notifications on the sandbox.
As described in
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Configuration#HConfigur…,
we cleared all fields in the Administration:Email section and saved the
changes. However, e-mails are still being sent out -- the only change I see
is that the From: address changed to the default address,
mailer(a)xwiki.localdomain.com.
Can anyone tell us how to centrally disable notification e-mails?
Thanks, Lisa
--
View this message in context: http://xwiki.475771.n2.nabble.com/How-do-you-DISABLE-all-watchlist-notifica…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi, WYSIWYG editor experts!
Tomcat 7 + Nginx + brand new XEM 4.3.1 as ROOT application.
XWike works fine with short URLs according to manual http://platform.xwiki.org/xwiki/bin/view/Main/ShortURLs .
Even WYSIWYG editor works fine until you want to insert macro, image or link. In the Iframe there is an error instead of dialog options.
For example, clicking on Macro->Insert Macro gives following:
404 <html> <head><title> 404 Not Found </title></head> <body bgcolor="white"> <center><h1> 404 Not Found </h1></center> <hr><center>nginx/1.1.19</center> </body> </html>
Looks like some scripts can not locate something in /skins and /resources, but now I can't even guess where to look at and what to search.
Is it a bug and I should jira it OR this is expected behaviour and I miss something in short URLs settings?
How should it be fixed?
Config files settings:
1. xwiki.cfg:
xwiki.virtual.usepath=0
xwiki.showviewaction=0
xwiki.defaultservletpath=
2. web.xml. Following was added:
<servlet-mapping>
 <servlet-name>action</servlet-name>
 <url-pattern>/*</url-pattern>
</servlet-mapping>
3. nginx:
  location /skins/ {
      root /var/lib/tomcat7/webapps/ROOT;
   }
  location /resources/ {
     root /var/lib/tomcat7/webapps/ROOT;
   }
Kind regards,
Dmitry
P.S. If one wants to see it live, I'll give an access, please write me in private.
Hello all, we've recently launched a new wiki and have been forced to switch
to Database Search because of an odd problem with Lucene. We have multiple
spaces, and when using Lucene, selecting a space from the drop-down list
does NOT return the expected (filtered) results. We still get results from
multiple spaces. Lucene seems to be prioritizing 'weight' over our selection
of a specific space.
We do not have this same problem with Database Search, which filters
correctly every time. Of course, we'd prefer to use Lucene because of the
strong query syntax and weighting.
I have searched forums for days and cannot seem to find someone who has had
the same issue. I feel like it's something simple ... will someone PLEASE
help?
Thank you much!
--
View this message in context: http://xwiki.475771.n2.nabble.com/Lucene-Search-does-not-correctly-filter-b…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Afternoon All,
Just a quick question, Does the ratings plugin work in Internet Explorer. As
its working when I test it in chrome and firefox but not IE8 & 9
Thanks
Carl
--
View this message in context: http://xwiki.475771.n2.nabble.com/Ratings-Plugin-tp7583349.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
I just moved a xwiki i hosted from home to myxwiki.org and am finding a lot of things are different. Is it possible to get the open office server to work on the virtual wikis?
Thanks,
Regan
Hi,
I updated the virtual wiki http://scservicesub.myxwiki.org with the xwiki-enterprise-ui-all-4.4-rc-1 and now the Activity stream on the dashboard doesn't show anything. I am wondering if I need someone with programming rights to do the import?
I am used to running our wiki and now moving it to the virtual system and so many things seem to be hard to do....
Thanks,
Regan
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-> "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)
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 archive at Nabble.com.