Hi
I'm trying to install xwiki in a windows 2008 server 64 bits.
I've installed postgress and the Servlet Container ( tomcat). I follow all
the instructions.
when I want to open : http://myserver:8080/xwiki , i got this error :
*root cause*
com.xpn.xwiki.XWikiException: Error number 3 in 0: Could not
initialize main XWiki context
Wrapped Exception: Error number 3001 in 3: Cannot load class
com.xpn.xwiki.store.migration.hibernate.XWikiHibernateMigrationManager
from param xwiki.store.migration.manager.class
Wrapped Exception: Error number 0 in 3: Exception while hibernate execute
Wrapped Exception: Could not parse mapping document from resource xwiki.hbm.xml
com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:428)
com.xpn.xwiki.XWiki.getXWiki(XWiki.java:497)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:137)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:117)
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.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:621)
javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:129)
org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:218)
org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
I've verified the tomcat\webapps\wxiki\web-inf\hibernate.cfg.xml , and I
have:
<property
name="connection.url">jdbc:postgresql://localhost:5432/xwiki</property>
<property name="connection.username">xwiki</property>
<property name="connection.password">abc123</property>
<property
name="connection.driver_class">org.postgresql.Driver</property>
<property
name="dialect">org.hibernate.dialect.PostgreSQLDialect</property>
<property
name="connection.provider_class">com.xpn.xwiki.store.DBCPConnectionProvider</property>
<property name="connection.pool_size">2</property>
<property name="statement_cache.size">2</property>
<mapping resource="xwiki.hbm.xml"/>
<mapping resource="feeds.hbm.xml"/>
<mapping resource="activitystream.hbm.xml"/>
Thanks for your help.
Hi All,
We are manually copying over quite a lot of content from a Confluence Wiki
into an Xwiki wiki, and a problems that we keep hitting is periods in page
names.
As an example if I enclose in square quotes "init.d changes for tomcat6 on
Ubuntu 10.10" Xwiki displays it as just "10" when showing the page, however
it creates it with URL "
http://f.q.d.n/xwiki/bin/view/init.d+for+ubuntu+10/10"
Am I missing something ?
Cheers
Hi,
After upgrading to 3.0 from 3.0 milestone 2, I think it has overwritten
something.
I can't check, but I thought that the main landing page had a list of spaces
that were "visible" to the user and a list of recent changes. I now just
have the default "Welcome to your wiki" page.
Am I losing my memory, or has something changed, or is there something else
I need to configure ?
Cheers
Server is running on Ubuntu 10.10 x86 with Tomcat6
I followed the following steps
Stopped the tomcat6 service
moved the webapps/wiki directory to a different location
removed the previous xwiki.war file
copied the new .war file into place and renamed it xwiki.war
started and stopped the tomcat6 service to "deploy" the .war file
copied the old hibernate.cfg.xml, xwiki.cfg and xwiki.properties files
into place
started tomcat6
tried to connect using a web browser to http://f.q.d.n/ which redirected
correctly to https://f.q.d.n/xwiki/bin/view/Main/WebHome but I get the below
HTTP 500 error :-(
--------------------------------------------------
HTTP Status 500 -
type Exception report
message
description The server encountered an internal error () that prevented
it from fulfilling this request.
exception
javax.servlet.ServletException: com.xpn.xwiki.XWikiException: Error
number 3 in 0: Could not initialize main XWiki context
Wrapped Exception: Error number 3001 in 3: Cannot load class
com.xpn.xwiki.store.migration.hibernate.XWikiHibernateMigrationManager
from param xwiki.store.migration.manager.class
Wrapped Exception: Error number 0 in 3: Exception while hibernate execute
Wrapped Exception: Could not create a DBCP pool. There is an error in
the hibernate configuration file, please review it.
org.apache.struts.action.RequestProcessor.processException(RequestProcessor.java:535)
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:433)
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:129)
org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:218)
org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
root cause
com.xpn.xwiki.XWikiException: Error number 3 in 0: Could not
initialize main XWiki context
Wrapped Exception: Error number 3001 in 3: Cannot load class
com.xpn.xwiki.store.migration.hibernate.XWikiHibernateMigrationManager
from param xwiki.store.migration.manager.class
Wrapped Exception: Error number 0 in 3: Exception while hibernate execute
Wrapped Exception: Could not create a DBCP pool. There is an error in
the hibernate configuration file, please review it.
com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:428)
com.xpn.xwiki.XWiki.getXWiki(XWiki.java:497)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:137)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:117)
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.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:129)
org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:218)
org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
note The full stack trace of the root cause is available in the Apache
Tomcat/6.0.28 logs.
Apache Tomcat/6.0.28
--------------------------------------------------
I just had a user renaming a page called 'Webhome' to something she
thought was more appropriate. I understood her reasoning for the name
'intro' but had a hard time explaning why there should be "WebHome" at
the end of the URL, especially since it isn't an English wiki. Even
when users understand the first page has a fixed name, they are more
accustomed to 'index' (.html, .php).
Of course, when reaching a space, the name WebHome isn't shown,
backlinks (e.g. breadcrumbs) do refer to Example/WebHome instead of
Example/
The biggest improvement imho would be: hide the trailing 'WebHome'
when viewing a WebHome. When editing this page, it can of course be
shown.
How do you all think about this?
Hello,
I am using Xwiki 3.0 and I am wondering how to move Child Pages?
I have a parent page "Information". This page has a few child pages. Now I want to move the child page "General" from "Information" to an other Page "Topic" in the same Space. This page "Topic" has a few child pages too.
How can I do this in Xwiki 3.0?
Best regards
Enzo
Hi all,
I am working with the Tooltip Macro, and I encounter some strange behaviour.
I can put in as many as I like in one page, but the event on click
only works with the first 8 Tooltips, when I use more, they show the
questionmark, but nothing happens when I click on that.
I tried to simply copy-paste one line of text with a working Tooltip
Macro, but with the same result, the first 8 work flawlessly, from
number 9 on it does not do anything when I click.
Is this a known bug, or is there a setting in the javascript extension
itself I can change ?
I looked through all the Objects of Tooltip, but did not find any such setting.
Any help would be greatly appreciated.
-Wouter
(still on 2.4.3 with the latest Tooltip Macro Version)
hello
I have some problem to upgrade my 2.7 to 3.0 xwiki.
I downloaded the WAR file, put I dont understand where put this one..
where to place this file?
Nicolas Jacquot
Informatique Autodistribution
06.24.48.70.77
03.80.58.61.16
Hi Team,
I would like to set different style properties for different panels (let's say, quick links panel in one color, recent blog posts panel in another color etc). The Skin style makes all of them with the same style. How can I achieve this editing the panel?
I'm using XE 3.0
Regards,
Ramon Gomes Brandão
When registering, is there a plugin that will updated LDAP with the new
user? Likewise, change LDAP for group membership?
Joel Schuster
joel.schuster(a)opsysinc.com
719-510-0181