When importing a xar into one of my virtual wiki's, I found that my base
wiki had then part of the same import against itself at the same time
(particularly skin changes to go back to default). The other virtual
wiki's were left untouched.
Two questions on this behaviour:
* Is this expected?
* If so... why? I would expect the opposite - changing the base
wiki to affect the virtual wiki's - but not from virtual to base.
The only thing that appears to have been affected are skin based; so
it's not too crucial; I'm concerned though that future changes to
virtual wiki's are going to override other factors of my base (eg
groups)
Hello all -
I tried to deploy XWiki with the
xwiki-enterprise-installer-generic-1.3.2.jar file using java -java
xwiki-enterprise-installer-generic-1.3.2.jar. The install appeared to work
fine. However, when I click Start Wiki Enterprise, or run the .sh script,
the following exceptions appear in the shell window. I'm running on SLES10
SP1 Linux with IBM Java. Thanks in advance for any help.
Starting Jetty on port 8080 ...
Logs are in the /usr/local/XWiki/xwiki.log file
06:43:09.149 INFO [main] org.mortbay.log.LogImpl.add(LogImpl.java:109)
>18> added org.mortbay.log.OutputStreamLogSink@7eaa7eaa
06:43:09.081 INFO [main]
org.mortbay.util.FileResource.<clinit>(FileResource.java:60) >13> Checking
Resource aliases
06:43:09.406 INFO [main]
org.mortbay.http.HttpServer.doStart(HttpServer.java:729) >10> Version
Jetty/5.1.5
06:43:09.415 INFO [main]
org.mortbay.util.Container.start(Container.java:74) >14> Started
org.mortbay.jetty.servlet.ServletHandler@43244324
06:43:09.416 INFO [main]
org.mortbay.util.Container.start(Container.java:74) >11> Started
ServletHttpContext[/,/]
06:43:09.417 INFO [main]
org.mortbay.http.SocketListener.start(SocketListener.java:204) >11> Started
SocketListener on 127.0.0.1:8081
06:43:09.418 INFO [main]
org.mortbay.util.Container.start(Container.java:74) >09> Started
org.mortbay.jetty.Server@46524652
06:43:09.464 INFO [main]
org.mortbay.http.HttpServer.setStatsOn(HttpServer.java:1133) >18>
Statistics on = false for org.mortbay.jetty.Server@48ae48ae
06:43:09.465 INFO [main]
org.mortbay.http.HttpServer.doStart(HttpServer.java:729) >10> Version
Jetty/5.1.5
06:43:09.677 WARN!! [main]
org.mortbay.jetty.servlet.WebApplicationContext.doStart(WebApplicationContext.java:519)
>12> Configuration error on file:/usr/local/XWiki/webapps/xwiki/
org.apache.xerces.impl.dv.DVFactoryException: DTD factory class
org.apache.xerces.impl.dv.dtd.DTDDVFactoryImpl does not extend from
DTDDVFactory.
at org.apache.xerces.impl.dv.DTDDVFactory.getInstance(Unknown
Source)
at org.apache.xerces.impl.dv.DTDDVFactory.getInstance(Unknown
Source)
at
org.apache.xerces.impl.xs.opti.SchemaParsingConfig.<init>(Unknown Source)
at
org.apache.xerces.impl.xs.opti.SchemaParsingConfig.<init>(Unknown Source)
at org.apache.xerces.impl.xs.traversers.XSDHandler.<init>(Unknown
Source)
at org.apache.xerces.impl.xs.traversers.XSDHandler.<init>(Unknown
Source)
at org.apache.xerces.impl.xs.XMLSchemaLoader.<init>(Unknown Source)
at org.apache.xerces.impl.xs.XMLSchemaLoader.<init>(Unknown Source)
at org.apache.xerces.impl.xs.XMLSchemaValidator.<init>(Unknown
Source)
at
org.apache.xerces.parsers.XML11Configuration.configurePipeline(Unknown
Source)
at
org.apache.xerces.parsers.XIncludeAwareParserConfiguration.configurePipeline(Unknown
Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown
Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown
Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown
Source)
at org.apache.xerces.jaxp.SAXParserImpl.parse(Unknown Source)
at org.mortbay.xml.XmlParser.parse(XmlParser.java:217)
at org.mortbay.xml.XmlParser.parse(XmlParser.java:235)
at
org.mortbay.jetty.servlet.XMLConfiguration.configureDefaults(XMLConfiguration.java:160)
at
org.mortbay.jetty.servlet.WebApplicationContext.configureDefaults(WebApplicationContext.java:414)
at
org.mortbay.jetty.servlet.WebApplicationContext.doStart(WebApplicationContext.java:461)
at org.mortbay.util.Container.start(Container.java:72)
at org.mortbay.http.HttpServer.doStart(HttpServer.java:753)
at org.mortbay.util.Container.start(Container.java:72)
at org.mortbay.jetty.Server.main(Server.java:460)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:618)
at org.mortbay.start.Main.invokeMain(Main.java:151)
at org.mortbay.start.Main.start(Main.java:476)
at org.mortbay.start.Main.main(Main.java:94)
06:43:09.681 INFO [main]
org.mortbay.http.SocketListener.start(SocketListener.java:204) >11> Started
SocketListener on 0.0.0.0:8080
06:43:09.700 WARN!! [main] org.mortbay.jetty.Server.main(Server.java:465)
>08> EXCEPTION
org.mortbay.util.MultiException[org.apache.xerces.impl.dv.DVFactoryException:
DTD factory class org.apache.xerces.impl.dv.dtd.DTDDVFactoryImpl does not
extend from DTDDVFactory.]
at org.mortbay.http.HttpServer.doStart(HttpServer.java:731)
at org.mortbay.util.Container.start(Container.java:72)
at org.mortbay.jetty.Server.main(Server.java:460)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:618)
at org.mortbay.start.Main.invokeMain(Main.java:151)
at org.mortbay.start.Main.start(Main.java:476)
at org.mortbay.start.Main.main(Main.java:94)
org.apache.xerces.impl.dv.DVFactoryException: DTD factory class
org.apache.xerces.impl.dv.dtd.DTDDVFactoryImpl does not extend from
DTDDVFactory.
at org.apache.xerces.impl.dv.DTDDVFactory.getInstance(Unknown
Source)
at org.apache.xerces.impl.dv.DTDDVFactory.getInstance(Unknown
Source)
at
org.apache.xerces.impl.xs.opti.SchemaParsingConfig.<init>(Unknown Source)
at
org.apache.xerces.impl.xs.opti.SchemaParsingConfig.<init>(Unknown Source)
at org.apache.xerces.impl.xs.traversers.XSDHandler.<init>(Unknown
Source)
at org.apache.xerces.impl.xs.traversers.XSDHandler.<init>(Unknown
Source)
at org.apache.xerces.impl.xs.XMLSchemaLoader.<init>(Unknown Source)
at org.apache.xerces.impl.xs.XMLSchemaLoader.<init>(Unknown Source)
at org.apache.xerces.impl.xs.XMLSchemaValidator.<init>(Unknown
Source)
at
org.apache.xerces.parsers.XML11Configuration.configurePipeline(Unknown
Source)
at
org.apache.xerces.parsers.XIncludeAwareParserConfiguration.configurePipeline(Unknown
Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown
Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown
Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown
Source)
at org.apache.xerces.jaxp.SAXParserImpl.parse(Unknown Source)
at org.mortbay.xml.XmlParser.parse(XmlParser.java:217)
at org.mortbay.xml.XmlParser.parse(XmlParser.java:235)
at
org.mortbay.jetty.servlet.XMLConfiguration.configureDefaults(XMLConfiguration.java:160)
at
org.mortbay.jetty.servlet.WebApplicationContext.configureDefaults(WebApplicationContext.java:414)
at
org.mortbay.jetty.servlet.WebApplicationContext.doStart(WebApplicationContext.java:461)
at org.mortbay.util.Container.start(Container.java:72)
at org.mortbay.http.HttpServer.doStart(HttpServer.java:753)
at org.mortbay.util.Container.start(Container.java:72)
at org.mortbay.jetty.Server.main(Server.java:460)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:618)
at org.mortbay.start.Main.invokeMain(Main.java:151)
at org.mortbay.start.Main.start(Main.java:476)
at org.mortbay.start.Main.main(Main.java:94)
[0]=org.apache.xerces.impl.dv.DVFactoryException: DTD factory class
org.apache.xerces.impl.dv.dtd.DTDDVFactoryImpl does not extend from
DTDDVFactory.
at org.apache.xerces.impl.dv.DTDDVFactory.getInstance(Unknown
Source)
at org.apache.xerces.impl.dv.DTDDVFactory.getInstance(Unknown
Source)
at
org.apache.xerces.impl.xs.opti.SchemaParsingConfig.<init>(Unknown Source)
at
org.apache.xerces.impl.xs.opti.SchemaParsingConfig.<init>(Unknown Source)
at org.apache.xerces.impl.xs.traversers.XSDHandler.<init>(Unknown
Source)
at org.apache.xerces.impl.xs.traversers.XSDHandler.<init>(Unknown
Source)
at org.apache.xerces.impl.xs.XMLSchemaLoader.<init>(Unknown Source)
at org.apache.xerces.impl.xs.XMLSchemaLoader.<init>(Unknown Source)
at org.apache.xerces.impl.xs.XMLSchemaValidator.<init>(Unknown
Source)
at
org.apache.xerces.parsers.XML11Configuration.configurePipeline(Unknown
Source)
at
org.apache.xerces.parsers.XIncludeAwareParserConfiguration.configurePipeline(Unknown
Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown
Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown
Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown
Source)
at org.apache.xerces.jaxp.SAXParserImpl.parse(Unknown Source)
at org.mortbay.xml.XmlParser.parse(XmlParser.java:217)
at org.mortbay.xml.XmlParser.parse(XmlParser.java:235)
at
org.mortbay.jetty.servlet.XMLConfiguration.configureDefaults(XMLConfiguration.java:160)
at
org.mortbay.jetty.servlet.WebApplicationContext.configureDefaults(WebApplicationContext.java:414)
at
org.mortbay.jetty.servlet.WebApplicationContext.doStart(WebApplicationContext.java:461)
at org.mortbay.util.Container.start(Container.java:72)
at org.mortbay.http.HttpServer.doStart(HttpServer.java:753)
at org.mortbay.util.Container.start(Container.java:72)
at org.mortbay.jetty.Server.main(Server.java:460)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:618)
at org.mortbay.start.Main.invokeMain(Main.java:151)
at org.mortbay.start.Main.start(Main.java:476)
at org.mortbay.start.Main.main(Main.java:94)
Regards,
Jason
Hi,
lately I've had problems with XWiki and Tomcat running on Windows Server 2003. The login's via Active Directory. About 10 people worked with the wiki when Tomcat CPU load suddenly increased to 100%. Only rebooting it helped :-( To work with the system is impossible, since the problem occured three times in three hours of "work"...
In a quick view inside the logfiles i saw a bunch of ldap group mapping errors - although group mapping is disabled in the config file!
I can check the logfiles in detail on Monday.
Does anyone experience the same problem / does anyone have an idea on how to search for the reason?
cya,
Steve
---------------------------------
Lesen Sie Ihre E-Mails auf dem Handy..
The size of the export is 13407896. There didn't seem to be any error
messages - maybe I didn't wait long enough?
-----Original Message-----
From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org]On Behalf
Of Vincent Massol
Sent: 29 April 2008 07:31
To: XWiki Users
Subject: Re: [xwiki-users] Import/Export
On Apr 29, 2008, at 8:25 AM, goldring, richard wrote:
> Hi all,
>
> I've exported from xwiki enterprise hsqldb 1.2 milestone 2 and tried
> to
> import into xwiki enterprise hsqldb 1.3.2 by attaching the exported
> file,
> but when I click on the attached file it doesn't list the exported
> files
> within so I can import them.
That should work fine. So you need to tell us what error you get in
the xwiki logs.
Also make sure you click only once and you wait enough. If your XAR is
large it'll take time to display the items.
BTW what's the size of your XAR?
> Anyone know how to get my pages from 1.2 to 1.3.2?
See http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Backup
Thanks
-Vincent
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
Thales UK Ltd (Wells) DISCLAIMER: The information contained in this e-mail
is confidential. It may also be legally privileged. It is intended only for
the stated addressee(s) and access to it by any other person is
unauthorised. If you are not an addressee, you must not disclose, copy,
circulate or in any other way use or rely on the information contained in
this e-mail. Such unauthorised use may be unlawful. We may monitor all
e-mail communications through our networks. If you have received this e-mail
in error, please inform us immediately on +44 (0) 1749 672081 and delete it
and all copies from your system. We accept no responsibility for changes to
any e-mail which occur after it has been sent. Attachments to this e-mail
may contain software viruses which could damage your system. We therefore
recommend you virus-check all attachments before opening. A business of
Thales UK Ltd. Registered Office: 2 Dashwood Lang Road, The Bourne Business
Park, Addlestone, Weybridge, Surrey KT15 2NX Registered in England No.
868273
Hi all,
I've exported from xwiki enterprise hsqldb 1.2 milestone 2 and tried to
import into xwiki enterprise hsqldb 1.3.2 by attaching the exported file,
but when I click on the attached file it doesn't list the exported files
within so I can import them.
Anyone know how to get my pages from 1.2 to 1.3.2?
Regards,
Richard
Thales UK Ltd (Wells) DISCLAIMER: The information contained in this e-mail
is confidential. It may also be legally privileged. It is intended only for
the stated addressee(s) and access to it by any other person is
unauthorised. If you are not an addressee, you must not disclose, copy,
circulate or in any other way use or rely on the information contained in
this e-mail. Such unauthorised use may be unlawful. We may monitor all
e-mail communications through our networks. If you have received this e-mail
in error, please inform us immediately on +44 (0) 1749 672081 and delete it
and all copies from your system. We accept no responsibility for changes to
any e-mail which occur after it has been sent. Attachments to this e-mail
may contain software viruses which could damage your system. We therefore
recommend you virus-check all attachments before opening. A business of
Thales UK Ltd. Registered Office: 2 Dashwood Lang Road, The Bourne Business
Park, Addlestone, Weybridge, Surrey KT15 2NX Registered in England No.
868273
Hi, I want to delete all documents in recycle bin, but I don't know how. I
searched in Administration page, but do not see any links refer to recycle
bin.
--
Ngô Thị Hồng Nga
I have copied the albatross skin folder over to the new skin I wanted to
create, let's call it newskin.
Then I created a space and set the space prefs to that newskin.
Then I used the panel wizard to change the default layout to three columns.
Then I used firebug to make changes to screenlayout.css until I got my new
narrow panel columns and things like left margins and so forth to line up
including the menu pads on left and right, etc.
Now I have my left panel width at 54px and the right panel width at 54px
(both will be just a column of buttons when I am done.
I created a left panel with only content with #panelheader('NAV') and I got
my narrow panel on the left, cool.
So I created a right side panel with a different header #panelheader('GUI')
But that didn't show on the right, it showed on the left under the first
one.
If I show right panels and leave the Right Panesl pref blank I get the
default panels like Quick Links., but they dont' show on the right, they
show on the left under the one above.
--
View this message in context: http://www.nabble.com/New-Skin-strange-behavior-tp16945968p16945968.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
The XWiki development team is pleased to announce the release of XWiki
Workspaces 1.0.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
XWiki Workspaces is a new product of XWiki, that focus on providing easy
collaboration for teams around simple wiki, blog, photo galleries and
files module, all brought together in its "Workspaces".
This is the final 1.0 version of Workspaces, it brings a few bug fixes
since last RC2 :
* XWS-72 - Panel not completely hidden when closing "Get started message"
panels
* XWS-80 - Issues with french translations
* XWS-81 - Wrong category link in a blog entry footer
* XWS-84 - Missing right-panel links to delete files and photos
* XWS-85 - Remove right-panel links that are not contextual to the current
page
* XWS-86 - The file versions table is very poorly skinned
* XWS-87 - Upon creation, document names are not cleared properly
You can read the full release notes here :
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesWorkspaces10
To get started with XWiki Workspaces, point your browser at
http://workspaces.xwiki.org
Finally, you can take a sneak peek on workspaces Roadmap for the next 1.1
version over here :
http://workspaces.xwiki.org/xwiki/bin/view/Main/Roadmap
Thanks
-The XWiki dev team
The XWiki development team is pleased to announce the release of XWiki
Enterprise Manager 1.2 Milestone 2.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
Second (and last) milestone of the XWiki Enterprise Manager 1.2 version.
Adding to XE 1.4 M2 bugfixes an new features it also contains some
WikiManager user interface improvements.
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXEM12M2
Thanks
-The XWiki dev team
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users