Hi users and devs
I am using 64-bit machine, I wanted to build exclipse from source
using maven , and *mvn clean* install command gives me this error :
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-dependency-plugin:2.2:copy (copy jar files
of restlet, httpclient and xwiki-platform-rest-model) on project
org.xwiki.eclipse.rest: Unable to find artifact. Failure to find
org.xwiki.platform:xwiki-platform-rest-model:jar:3.1-SNAPSHOT in
http://nexus.xwiki.org/nexus/content/groups/public-snapshots was cached in
the local repository, resolution will not be reattempted until the update
interval of xwiki-snapshots has elapsed or updates are forced
..
...
[ERROR] org.xwiki.platform:xwiki-platform-rest-model:jar:3.1-SNAPSHOT
On this
http://maven.xwiki.org/snapshots/org/xwiki/platform/xwiki-platform-rest-mod…
remote
repository I count not find the requited version
So I changed it to another version and it works , but when executing the
xeclipse it gives me an error on GUI side (File Explorer panel )
java.lang.ArrayIndexOutOfBoundsException: 0
at
org.xwiki.eclipse.ui.views.XWikiNavigator.createPartControl(XWikiNavigator.java:116)
at
org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.createPartControl(CompatibilityPart.java:138)
at
org.eclipse.ui.internal.e4.compatibility.CompatibilityView.createPartControl(CompatibilityView.java:155)
at
org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.create(CompatibilityPart.java:313)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
Any one guide me to have a working version from source , please ?
Cheers
Hello,
Is it possible in XWiki to make validation registration (new account) by
Adminitrator? I mean, after any new registration, Admin user receives an
email notification, for which, the validation could be done!
Thanks in advance.
Youcef
Thanks, Thomas,
I tried
https://github.com/xwiki-contrib/sandbox/tree/master/authenticators/xwiki-a…
again and now it compiled successfully. Though when tried to access WebHome page I got
exception, from which IMHO important part is:
...
Caused by: java.lang.NoClassDefFoundError:org/opensaml/xml/security/credential/Credential
And I assume it is because I didn't put all necessary jar files in lib folder.
Knowing bash better than J2EE, I copied all files which I got from ~/m2/repository to /lib,
but then Xwiki didn't start at all...
How can I build xwiki-authentication-saml with all necessary dependencies?
Thanks, and happy Easter!
Valdis
Hi!
while working with RSS threads in an old XWIKI ENTERPRISE 2.4.30451 instalation using ISO-8859-1 encoding we found that Dublin Core <dc:creator> metadata elements include NCR (like &#225; or &#237;) codes that are not well rendered by Google Reader. The same sequences of characters are included in <description> and they are well rendered using also Google Reader.
As a solution on our side it seems to me that we only could update XE (a new XE 4.3 installation works fine: this must be done but I can't do it now!) or to avoid NCR strings in <dc:creator> in the old installation. We already did that by removing $escaping.xml from a number of templates and it did the trick for titles in different pages, but I'm not able to find how could I control <dc:creator> contents.
Please, could you be so kind as for pointing me in the right direction?
Thanks for your help!
Ricardo
--
Ricardo Rodríguez
Research Management and Promotion Technician
Technical Secretariat
Health Research Institute of Santiago de Compostela (IDIS)
http://www.idisantiago.es
Nota: A información contida nesta mensaxe e os seus posibles documentos adxuntos é privada e confidencial e está dirixida únicamente ó seu destinatario/a. Se vostede non é o/a destinatario/a orixinal desta mensaxe, por favor elimínea. A distribución ou copia desta mensaxe non está autorizada.
Nota: La información contenida en este mensaje y sus posibles documentos adjuntos es privada y confidencial y está dirigida únicamente a su destinatario/a. Si usted no es el/la destinatario/a original de este mensaje, por favor elimínelo. La distribución o copia de este mensaje no está autorizada.
See more languages: http://www.sergas.es/aviso_confidencialidad.htm
Hi,
** Not sure if i'm posting this in correct place, as this is my 1st post. **
I have installed GlassFish v 3.1.2.2 + MySQL 5.6 +
Xwiki-enterprise-web-5.0.war
Not sure if I’m using the correct Java container and DB...
I will be using Xwiki with large DB.
Have i choose the correct Container and DB? what do you recommend I should
use.
I don’t have any coding experience at all.
Many Thanks,
H
--
View this message in context: http://xwiki.475771.n2.nabble.com/GlassFish-MySQL-Xwiki-tp7584387.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello,
i would like to set up a private (corporate) XWiki installation.
I have a problem in the testing installation that i would have to
solve before i can go ahead.
When i set "prevent unregistered users from viewing pages, regardless
of the page or space rights", the ResetPassword page is affected by
this setting. This creates, as you can imagine, a quite paradoxical
situation.
What is the recommended way to set up a private wiki, or is this a bug?
Note that this happens in the latest 4.5 as well as 5.0 branches.
I'm working with several forms and struggle with Velocity code
organisation.
1. I'd like to put the same code for e.g. regexp form validation in one
page and just include it from other (ClassSheet) pages. Following
http://platform.xwiki.org/xwiki/bin/view/DevGuide/Creating+a+form+with
+validation+and+tooltips valdidation works fine, when
#macro(showallerrors) macro is included in ClassSheet page, though it
doesn't work, when macro in ClassSheet is included from other file (e.g.
putting macro in VelocityScripts page and writing in ClassSheet:
{{include reference="VelocityScripts"/}} or {{include document...)
It works though, if macro is put in ../xwiki/templates/macros.vm file.
2. As velocity cannot use passing variables by reference, I'd like to
create own "global" velocity variable similar to $isGuest, $hasComment,
$hasAdmin, etc. I tried to set this in xwikivars.vm, but it didn't
work.
Any suggestions are welcome.
Thanks!
Valdis
Hi,
I read in http://platform.xwiki.org/xwiki/bin/view/DevGuide/API
"Older Javadocs of XWiki can be found in our Maven Release repository. For example for XWiki Platform Core Javadocs, check the files suffixed by javadoc for the version you wish under this directory."
In the Maven repository I think this is the oldest release I can find...
http://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-oldcore/3…
Please, where could I find the API Javadoc for a XWIKI ENTERPRISE 2.4.30451 release?
Thanks for your help,
Ricardo
--
Ricardo Rodríguez
Research Management and Promotion Technician
Technical Secretariat
Health Research Institute of Santiago de Compostela (IDIS)
http://www.idisantiago.es
Nota: A información contida nesta mensaxe e os seus posibles documentos adxuntos é privada e confidencial e está dirixida únicamente ó seu destinatario/a. Se vostede non é o/a destinatario/a orixinal desta mensaxe, por favor elimínea. A distribución ou copia desta mensaxe non está autorizada.
Nota: La información contenida en este mensaje y sus posibles documentos adjuntos es privada y confidencial y está dirigida únicamente a su destinatario/a. Si usted no es el/la destinatario/a original de este mensaje, por favor elimínelo. La distribución o copia de este mensaje no está autorizada.
See more languages: http://www.sergas.es/aviso_confidencialidad.htm
Hello,
I've made AWM application and now want to navigate in generated page
to see what is generated and may be do some update.
I'd like to do same as on my computer: default hide applicative pages,
but some time I become advanced user and like to see those applicative
pages.
I just discovered that I can update my profile to see hidden file.
But, that doesn't fulfill my expectations:
- I need to update my profile to switch from show hidden or not
- When I show hidden, there is no information in live column that
some page are hidden for standard user and other not
I propose to open an issue in Jira
WDYT?
Regards,
Arnaud.
Hello,
Just got a big issue on my wiki ...
I successfully migrated from 3.5 to 4.5.2, and performed the distribution
wizard upgrades.
Everything was working fine for days.
Now I just restarted my wiki (out of memory...), I get the following
exceptions at startup, and no page can be accessed anymore:
INFO: Deploying web application archive xwiki.war
2013-03-26 10:21:45,298 [main] ERROR ltInstalledExtensionRepository -
Invalid extension [org.xwiki.platform:xwiki-platform-linkchecker-ui-3.5] on
namespace [], it will not be loaded
org.xwiki.extension.InvalidExtensionException: The dependency
[org.xwiki.platform:xwiki-platform-linkchecker-refresher-3.5] of extension
[org.xwiki.platform:xwiki-platform-linkchecker-ui-3.5] is invalid
at
org.xwiki.extension.repository.internal.installed.DefaultInstalledExtensionRepository.validateExtension(DefaultInstalledExtensionRepository.java:232)
[xwiki-commons-extension-api-4.5.2.jar:na]
at
org.xwiki.extension.repository.internal.installed.DefaultInstalledExtensionRepository.validateExtension(DefaultInstalledExtensionRepository.java:156)
[xwiki-commons-extension-api-4.5.2.jar:na]
at
org.xwiki.extension.repository.internal.installed.DefaultInstalledExtensionRepository.initialize(DefaultInstalledExtensionRepository.java:128)
[xwiki-commons-extension-api-4.5.2.jar:na]
at
org.xwiki.component.embed.InitializableLifecycleHandler.handle(InitializableLifecycleHandler.java:39)
[xwiki-commons-legacy-component-default-4.5.2.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:323)
[xwiki-commons-legacy-component-default-4.5.2.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:378)
[xwiki-commons-legacy-component-default-4.5.2.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:346)
[xwiki-commons-legacy-component-default-4.5.2.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:161)
[xwiki-commons-legacy-component-default-4.5.2.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:312)
[xwiki-commons-legacy-component-default-4.5.2.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:378)
[xwiki-commons-legacy-component-default-4.5.2.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:346)
[xwiki-commons-legacy-component-default-4.5.2.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:161)
[xwiki-commons-legacy-component-default-4.5.2.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:312)
[xwiki-commons-legacy-component-default-4.5.2.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:378)
[xwiki-commons-legacy-component-default-4.5.2.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getInstanceMap(EmbeddableComponentManager.java:185)
[xwiki-commons-legacy-component-default-4.5.2.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getInstanceList(EmbeddableComponentManager.java:169)
[xwiki-commons-legacy-component-default-4.5.2.jar:na]
at
org.xwiki.observation.internal.DefaultObservationManager.initialize(DefaultObservationManager.java:135)
[xwiki-commons-observation-local-4.5.2.jar:na]
at
org.xwiki.component.embed.InitializableLifecycleHandler.handle(InitializableLifecycleHandler.java:39)
[xwiki-commons-legacy-component-default-4.5.2.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:323)
[xwiki-commons-legacy-component-default-4.5.2.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:378)
[xwiki-commons-legacy-component-default-4.5.2.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:346)
[xwiki-commons-legacy-component-default-4.5.2.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:155)
[xwiki-commons-legacy-component-default-4.5.2.jar:na]
at
org.xwiki.container.servlet.XWikiServletContextListener.contextInitialized(XWikiServletContextListener.java:99)
[xwiki-platform-container-servlet-4.5.2.jar:na]
at
org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3934)
[catalina.jar:na]
at
org.apache.catalina.core.StandardContext.start(StandardContext.java:4429)
[catalina.jar:na]
at
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:791)
[catalina.jar:na]
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:771)
[catalina.jar:na]
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:526)
[catalina.jar:na]
at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:850)
[catalina.jar:na]
at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:724)
[catalina.jar:na]
at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:493)
[catalina.jar:na]
at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1206)
[catalina.jar:na]
at
org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:314)
[catalina.jar:na]
at
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
[catalina.jar:na]
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1053)
[catalina.jar:na]
at org.apache.catalina.core.StandardHost.start(StandardHost.java:722)
[catalina.jar:na]
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
[catalina.jar:na]
at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
[catalina.jar:na]
at org.apache.catalina.core.StandardService.start(StandardService.java:516)
[catalina.jar:na]
at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
[catalina.jar:na]
at org.apache.catalina.startup.Catalina.start(Catalina.java:583)
[catalina.jar:na]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
~[na:1.6.0_30]
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
~[na:1.6.0_30]
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
~[na:1.6.0_30]
at java.lang.reflect.Method.invoke(Method.java:597) ~[na:1.6.0_30]
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)
[bootstrap.jar:na]
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
[bootstrap.jar:na]
2013-03-26 10:21:46,217 [main] ERROR .x.j.i.DefaultJobStatusStorage -
Failed to load job status from file
[/repository/external/.xwiki/data/jobs/status/extension/action/org.xwiki.enterprise%3Axwiki-enterprise-ui/wiki%3Axwiki/status.xml]
com.thoughtworks.xstream.converters.ConversionException: Could not call
org.xwiki.logging.LogQueue.readObject() : null
---- Debugging information ----
message : Could not call org.xwiki.logging.LogQueue.readObject()
cause-exception : java.lang.ExceptionInInitializerError
cause-message : null
class : org.xwiki.logging.LogQueue
required-type : com.xpn.xwiki.objects.BaseObjectReference
converter-type :
com.thoughtworks.xstream.converters.reflection.SerializableConverter
path :
/org.xwiki.job.internal.DefaultJobStatus/logs/java.util.concurrent.ConcurrentLinkedQueue/org.xwiki.logging.event.LogEvent[372]/throwable/exception/exception/cause/identifier/object/referenceCache
line number : 5372
class[1] : org.xwiki.job.internal.DefaultJobStatus
converter-type[1] :
com.thoughtworks.xstream.converters.reflection.ReflectionConverter
version : null
-------------------------------
at
com.thoughtworks.xstream.converters.reflection.SerializationMethodInvoker.callReadObject(SerializationMethodInvoker.java:119)
~[xstream-1.4.3.jar:na]
at
com.thoughtworks.xstream.converters.reflection.SerializableConverter.doUnmarshal(SerializableConverter.java:425)
~[xstream-1.4.3.jar:na]
at
com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshal(AbstractReflectionConverter.java:234)
~[xstream-1.4.3.jar:na]
at
com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
~[xstream-1.4.3.jar:na]
at
com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:65)
~[xstream-1.4.3.jar:na]
at
com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
~[xstream-1.4.3.jar:na]
at
com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshallField(AbstractReflectionConverter.java:355)
~[xstream-1.4.3.jar:na]
at
com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.doUnmarshal(AbstractReflectionConverter.java:306)
~[xstream-1.4.3.jar:na]
at
com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshal(AbstractReflectionConverter.java:234)
~[xstream-1.4.3.jar:na]
at
com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
~[xstream-1.4.3.jar:na]
at
com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:65)
~[xstream-1.4.3.jar:na]
at
com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
~[xstream-1.4.3.jar:na]
at
com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:50)
~[xstream-1.4.3.jar:na]
at
com.thoughtworks.xstream.core.TreeUnmarshaller.start(TreeUnmarshaller.java:134)
~[xstream-1.4.3.jar:na]
at
com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy.unmarshal(AbstractTreeMarshallingStrategy.java:32)
~[xstream-1.4.3.jar:na]
at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1058)
~[xstream-1.4.3.jar:na]
at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1042)
~[xstream-1.4.3.jar:na]
at com.thoughtworks.xstream.XStream.fromXML(XStream.java:1006)
~[xstream-1.4.3.jar:na]
at com.thoughtworks.xstream.XStream.fromXML(XStream.java:948)
~[xstream-1.4.3.jar:na]
at
org.xwiki.job.internal.DefaultJobStatusStorage.loadJobStatus(DefaultJobStatusStorage.java:195)
[xwiki-commons-job-4.5.2.jar:na]
at
org.xwiki.job.internal.DefaultJobStatusStorage.loadStatus(DefaultJobStatusStorage.java:178)
[xwiki-commons-job-4.5.2.jar:na]
at
org.xwiki.job.internal.DefaultJobStatusStorage.loadFolder(DefaultJobStatusStorage.java:165)
[xwiki-commons-job-4.5.2.jar:na]
at
org.xwiki.job.internal.DefaultJobStatusStorage.loadFolder(DefaultJobStatusStorage.java:162)
[xwiki-commons-job-4.5.2.jar:na]
at
org.xwiki.job.internal.DefaultJobStatusStorage.loadFolder(DefaultJobStatusStorage.java:162)
[xwiki-commons-job-4.5.2.jar:na]
at
org.xwiki.job.internal.DefaultJobStatusStorage.loadFolder(DefaultJobStatusStorage.java:162)
[xwiki-commons-job-4.5.2.jar:na]
at
org.xwiki.job.internal.DefaultJobStatusStorage.loadFolder(DefaultJobStatusStorage.java:162)
[xwiki-commons-job-4.5.2.jar:na]
at
org.xwiki.job.internal.DefaultJobStatusStorage.load(DefaultJobStatusStorage.java:148)
[xwiki-commons-job-4.5.2.jar:na]
at
org.xwiki.job.internal.DefaultJobStatusStorage.initialize(DefaultJobStatusStorage.java:111)
[xwiki-commons-job-4.5.2.jar:na]
at
org.xwiki.component.embed.InitializableLifecycleHandler.handle(InitializableLifecycleHandler.java:39)
[xwiki-commons-legacy-component-default-4.5.2.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:323)
[xwiki-commons-legacy-component-default-4.5.2.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:378)
[xwiki-commons-legacy-component-default-4.5.2.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:346)
[xwiki-commons-legacy-component-default-4.5.2.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:161)
[xwiki-commons-legacy-component-default-4.5.2.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:312)
[xwiki-commons-legacy-component-default-4.5.2.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:378)
[xwiki-commons-legacy-component-default-4.5.2.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:346)
[xwiki-commons-legacy-component-default-4.5.2.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:161)
[xwiki-commons-legacy-component-default-4.5.2.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:312)
[xwiki-commons-legacy-component-default-4.5.2.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:378)
[xwiki-commons-legacy-component-default-4.5.2.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:346)
[xwiki-commons-legacy-component-default-4.5.2.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:161)
[xwiki-commons-legacy-component-default-4.5.2.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:312)
[xwiki-commons-legacy-component-default-4.5.2.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:378)
[xwiki-commons-legacy-component-default-4.5.2.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getInstanceMap(EmbeddableComponentManager.java:185)
[xwiki-commons-legacy-component-default-4.5.2.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getInstanceList(EmbeddableComponentManager.java:169)
[xwiki-commons-legacy-component-default-4.5.2.jar:na]
at
org.xwiki.observation.internal.DefaultObservationManager.initialize(DefaultObservationManager.java:135)
[xwiki-commons-observation-local-4.5.2.jar:na]
at
org.xwiki.component.embed.InitializableLifecycleHandler.handle(InitializableLifecycleHandler.java:39)
[xwiki-commons-legacy-component-default-4.5.2.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:323)
[xwiki-commons-legacy-component-default-4.5.2.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:378)
[xwiki-commons-legacy-component-default-4.5.2.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:346)
[xwiki-commons-legacy-component-default-4.5.2.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:155)
[xwiki-commons-legacy-component-default-4.5.2.jar:na]
at
org.xwiki.container.servlet.XWikiServletContextListener.contextInitialized(XWikiServletContextListener.java:99)
[xwiki-platform-container-servlet-4.5.2.jar:na]
at
org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3934)
[catalina.jar:na]
at
org.apache.catalina.core.StandardContext.start(StandardContext.java:4429)
[catalina.jar:na]
at
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:791)
[catalina.jar:na]
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:771)
[catalina.jar:na]
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:526)
[catalina.jar:na]
at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:850)
[catalina.jar:na]
at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:724)
[catalina.jar:na]
at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:493)
[catalina.jar:na]
at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1206)
[catalina.jar:na]
at
org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:314)
[catalina.jar:na]
at
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
[catalina.jar:na]
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1053)
[catalina.jar:na]
at org.apache.catalina.core.StandardHost.start(StandardHost.java:722)
[catalina.jar:na]
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
[catalina.jar:na]
at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
[catalina.jar:na]
at org.apache.catalina.core.StandardService.start(StandardService.java:516)
[catalina.jar:na]
at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
[catalina.jar:na]
at org.apache.catalina.startup.Catalina.start(Catalina.java:583)
[catalina.jar:na]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
~[na:1.6.0_30]
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
~[na:1.6.0_30]
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
~[na:1.6.0_30]
at java.lang.reflect.Method.invoke(Method.java:597) ~[na:1.6.0_30]
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)
[bootstrap.jar:na]
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
[bootstrap.jar:na]
Caused by: java.lang.ExceptionInInitializerError: null
at
sun.reflect.GeneratedSerializationConstructorAccessor25.newInstance(Unknown
Source) ~[na:na]
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
~[na:1.6.0_30]
at
com.thoughtworks.xstream.converters.reflection.Sun14ReflectionProvider.newInstance(Sun14ReflectionProvider.java:75)
~[xstream-1.4.3.jar:na]
at
com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.instantiateNewInstance(AbstractReflectionConverter.java:428)
~[xstream-1.4.3.jar:na]
at
com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshal(AbstractReflectionConverter.java:233)
~[xstream-1.4.3.jar:na]
at
com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
~[xstream-1.4.3.jar:na]
at
com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:65)
~[xstream-1.4.3.jar:na]
at
com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
~[xstream-1.4.3.jar:na]
at
com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshallField(AbstractReflectionConverter.java:355)
~[xstream-1.4.3.jar:na]
at
com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.doUnmarshal(AbstractReflectionConverter.java:306)
~[xstream-1.4.3.jar:na]
at
com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshal(AbstractReflectionConverter.java:234)
~[xstream-1.4.3.jar:na]
at
com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
~[xstream-1.4.3.jar:na]
at
com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:65)
~[xstream-1.4.3.jar:na]
at
com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
~[xstream-1.4.3.jar:na]
at
com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshallField(AbstractReflectionConverter.java:355)
~[xstream-1.4.3.jar:na]
at
com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.doUnmarshal(AbstractReflectionConverter.java:306)
~[xstream-1.4.3.jar:na]
at
com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshal(AbstractReflectionConverter.java:234)
~[xstream-1.4.3.jar:na]
at
com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
~[xstream-1.4.3.jar:na]
at
com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:65)
~[xstream-1.4.3.jar:na]
at
com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
~[xstream-1.4.3.jar:na]
at
com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshallField(AbstractReflectionConverter.java:355)
~[xstream-1.4.3.jar:na]
at
com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.doUnmarshal(AbstractReflectionConverter.java:306)
~[xstream-1.4.3.jar:na]
at
com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshal(AbstractReflectionConverter.java:234)
~[xstream-1.4.3.jar:na]
at
com.thoughtworks.xstream.converters.extended.ThrowableConverter.unmarshal(ThrowableConverter.java:52)
~[xstream-1.4.3.jar:na]
at
com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
~[xstream-1.4.3.jar:na]
at
com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:65)
~[xstream-1.4.3.jar:na]
at
com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
~[xstream-1.4.3.jar:na]
at
com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshallField(AbstractReflectionConverter.java:355)
~[xstream-1.4.3.jar:na]
at
com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.doUnmarshal(AbstractReflectionConverter.java:306)
~[xstream-1.4.3.jar:na]
at
com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshal(AbstractReflectionConverter.java:234)
~[xstream-1.4.3.jar:na]
at
com.thoughtworks.xstream.converters.extended.ThrowableConverter.unmarshal(ThrowableConverter.java:52)
~[xstream-1.4.3.jar:na]
at
com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
~[xstream-1.4.3.jar:na]
at
com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:65)
~[xstream-1.4.3.jar:na]
at
com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
~[xstream-1.4.3.jar:na]
at
com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshallField(AbstractReflectionConverter.java:355)
~[xstream-1.4.3.jar:na]
at
com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.doUnmarshal(AbstractReflectionConverter.java:306)
~[xstream-1.4.3.jar:na]
at
com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshal(AbstractReflectionConverter.java:234)
~[xstream-1.4.3.jar:na]
at
com.thoughtworks.xstream.converters.extended.ThrowableConverter.unmarshal(ThrowableConverter.java:52)
~[xstream-1.4.3.jar:na]
at
com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
~[xstream-1.4.3.jar:na]
at
com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:65)
~[xstream-1.4.3.jar:na]
at
com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
~[xstream-1.4.3.jar:na]
at
com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshallField(AbstractReflectionConverter.java:355)
~[xstream-1.4.3.jar:na]
at
com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.doUnmarshal(AbstractReflectionConverter.java:306)
~[xstream-1.4.3.jar:na]
at
com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshal(AbstractReflectionConverter.java:234)
~[xstream-1.4.3.jar:na]
at
com.thoughtworks.xstream.converters.extended.ThrowableConverter.unmarshal(ThrowableConverter.java:52)
~[xstream-1.4.3.jar:na]
at
com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
~[xstream-1.4.3.jar:na]
at
com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:65)
~[xstream-1.4.3.jar:na]
at
com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
~[xstream-1.4.3.jar:na]
at
com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshallField(AbstractReflectionConverter.java:355)
~[xstream-1.4.3.jar:na]
at
com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.doUnmarshal(AbstractReflectionConverter.java:306)
~[xstream-1.4.3.jar:na]
at
com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshal(AbstractReflectionConverter.java:234)
~[xstream-1.4.3.jar:na]
at
com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
~[xstream-1.4.3.jar:na]
at
com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:65)
~[xstream-1.4.3.jar:na]
at
com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
~[xstream-1.4.3.jar:na]
at
com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:50)
~[xstream-1.4.3.jar:na]
at
com.thoughtworks.xstream.converters.reflection.SerializableConverter$2.readFromStream(SerializableConverter.java:311)
~[xstream-1.4.3.jar:na]
at
com.thoughtworks.xstream.core.util.CustomObjectInputStream.readObjectOverride(CustomObjectInputStream.java:104)
~[xstream-1.4.3.jar:na]
at java.io.ObjectInputStream.readObject(ObjectInputStream.java:344)
~[na:1.6.0_30]
at
java.util.concurrent.ConcurrentLinkedQueue.readObject(ConcurrentLinkedQueue.java:665)
~[na:1.6.0_30]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
~[na:1.6.0_30]
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
~[na:1.6.0_30]
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
~[na:1.6.0_30]
at java.lang.reflect.Method.invoke(Method.java:597) ~[na:1.6.0_30]
at
com.thoughtworks.xstream.converters.reflection.SerializationMethodInvoker.callReadObject(SerializationMethodInvoker.java:113)
~[xstream-1.4.3.jar:na]
... 75 common frames omitted
Caused by: java.lang.RuntimeException: Component manager has not been
initialized before lookup for
[org.xwiki.model.reference.DocumentReferenceResolver< java.lang.String >]
for hint [default]
at com.xpn.xwiki.web.Utils.getComponent(Utils.java:686)
~[xwiki-platform-legacy-oldcore-4.5.2.jar:na]
at com.xpn.xwiki.web.Utils.getComponent(Utils.java:705)
~[xwiki-platform-legacy-oldcore-4.5.2.jar:na]
at
com.xpn.xwiki.objects.BaseObjectReference.<clinit>(BaseObjectReference.java:61)
~[xwiki-platform-legacy-oldcore-4.5.2.jar:na]
... 139 common frames omitted
About the linkchecker extension problem, I checked and I had 2 versions of
it in my permanent directory (3.5 and 4.5.2), so I removed the 3.5 and
restarted but it did not change the rest ...
When I try to access some page of my wiki, a servlet exception is thrown
with root cause:
*root cause*
java.lang.NoClassDefFoundError: Could not initialize class
com.xpn.xwiki.objects.BaseObjectReference
com.xpn.xwiki.objects.BaseObject.createReference(BaseObject.java:107)
com.xpn.xwiki.objects.BaseObject.createReference(BaseObject.java:45)
com.xpn.xwiki.objects.BaseElement.getReference(BaseElement.java:79)
com.xpn.xwiki.objects.BaseElement.getLocalKey(BaseElement.java:178)
com.xpn.xwiki.objects.BaseElement.getId(BaseElement.java:189)
com.xpn.xwiki.store.XWikiHibernateStore.loadXWikiDoc(XWikiHibernateStore.java:828)
com.xpn.xwiki.store.XWikiCacheStore.loadXWikiDoc(XWikiCacheStore.java:290)
[...]
Any help would be very welcome :-)
BR,
Jeremie
Hi everyone,
myxwiki.org has been upgraded to XE 4.5.3-20130322 (pre-release). If
you own a wiki hosted there you should have a look at the release
notes for this version at:
http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/
We also strongly recommend an upgrade to the latest wiki version. To
upgrade you can either use the Extension Manager from the
administration or you can download the corresponding XWiki XAR from
http://myxwiki.org/xwiki/bin/download/XWiki/Announcement/xwiki%2Denterprise…
.
In case you want to use the Extension Manager you have to do an
advanced search for extension id
"org.xwiki.enterprise:xwiki-enterprise-ui" and extension version
"4.5.3-SNAPSHOT". If this is the first time you install/upgrade the
wiki using the EM then you may have to resolve many merge conflicts.
The advantage of upgrading the wiki through EM is that you get 3-way
automatic wiki page merge (after the first install).
Otherwise, if you prefer to import the XAR, you should follow the
upgrade guide available at :
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Upgrade#HUpgradingwikid…
To be notified of the myxwiki.org server upgrade you can follow
myxwiki on twitter:
http://twitter.com/myxwiki
Thanks,
-XWiki Community
Hi!
Please, is there any easy way of configuring the global wiki RSS feed of a XE 2.4.30451 to include both newly created and modified pages?
Thanks!
Ricardo
--
Ricardo Rodríguez
Research Management and Promotion Technician
Technical Secretariat
Health Research Institute of Santiago de Compostela (IDIS)
http://www.idisantiago.es
Nota: A información contida nesta mensaxe e os seus posibles documentos adxuntos é privada e confidencial e está dirixida únicamente ó seu destinatario/a. Se vostede non é o/a destinatario/a orixinal desta mensaxe, por favor elimínea. A distribución ou copia desta mensaxe non está autorizada.
Nota: La información contenida en este mensaje y sus posibles documentos adjuntos es privada y confidencial y está dirigida únicamente a su destinatario/a. Si usted no es el/la destinatario/a original de este mensaje, por favor elimínelo. La distribución o copia de este mensaje no está autorizada.
See more languages: http://www.sergas.es/aviso_confidencialidad.htm
Hi,
I'm trying to understand how Watch does work in a XE 2.4.30451.
Please, must I see a XWiki.WatchListJobClass in all users? I see a XWiki.WatchListClass. But no Notifier is shown in Watchlist Preferences though, for instance, hourly email is scheduled and working fine.
Thanks for your help!
Ricardo
--
Ricardo Rodríguez
Research Management and Promotion Technician
Technical Secretariat
Health Research Institute of Santiago de Compostela (IDIS)
http://www.idisantiago.es
Nota: A información contida nesta mensaxe e os seus posibles documentos adxuntos é privada e confidencial e está dirixida únicamente ó seu destinatario/a. Se vostede non é o/a destinatario/a orixinal desta mensaxe, por favor elimínea. A distribución ou copia desta mensaxe non está autorizada.
Nota: La información contenida en este mensaje y sus posibles documentos adjuntos es privada y confidencial y está dirigida únicamente a su destinatario/a. Si usted no es el/la destinatario/a original de este mensaje, por favor elimínelo. La distribución o copia de este mensaje no está autorizada.
See more languages: http://www.sergas.es/aviso_confidencialidad.htm
We have an xwiki instance running in tomcat. As database we use mysql.
We followed strictly the install instructions from
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationTomcat
and
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Encoding
The database collation is UTF-8. In all the other files (web.xml,
server.xml, mysql.cfg and hibernate.cfg.xml) the correct encoding
(UTF-8) is defined.
The HTML Header of the page has also the correct encoding:
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="de" xml:lang="de">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
...
However when displaying annotations all German Umlaute in the page are
messed up.
Bernhard Hopf already submited a Jira issue for this problem, however it
has been marked as "Unresolved".
http://jira.xwiki.org/browse/XWIKI-5913
Has anyone a solution for this problem.
Richard
Hi!
In an old XWIKI ENTERPRISE 2.4.30451, I'm having problems when rendering a particular version of a document, rev is not null and the asked revision exists. I got this...
<div id="companylogo">
<a href="/bin/Main/" title="Home" rel="home">
<img src="/bin/viewattachrev/XWiki/IDISSkin/glIdisMotto.png" alt="Wiki Logo"/>
</a>
</div>
Instead of the HTML code generated when rev is not used...
<div id="companylogo">
<a href="/bin/Main/" title="Home" rel="home">
<img src="/bin/download/XWiki/IDISSkin/glIdisMotto.png" alt="Wiki Logo"/>
</a>
</div>
It seems that the use of ?rev forces the viewattachrev action to be included in the img URL. I don't understand why does this happen. Please, could this be avoided?
Please, check this behavior on line here...
1) No rev in the URL: IT WORKS FINE
http://www.idisantiago.es/bin/OpenInitiative/TranslationalOmics2013
2) Rev is not null and revision exists: THE LOGO DOESN'T SHOW UP
http://www.idisantiago.es/bin/viewrev/OpenInitiative/TranslationalOmics2013…
3) Rev is not null but it doesn't exist: IT WORKS FINE
http://www.idisantiago.es/bin/viewrev/OpenInitiative/TranslationalOmics2013…
4) Rev is used but null: IT THROUGHS AN EXCEPTION AND THE HEADER IS NOT RENDERED
http://www.idisantiago.es/bin/viewrev/OpenInitiative/TranslationalOmics2013…
Please, is it possible to find a solution at least for case 1)?
Thank you so much for your help!
Ricardo
--
Ricardo Rodríguez
Research Management and Promotion Technician
Technical Secretariat
Health Research Institute of Santiago de Compostela (IDIS)
http://www.idisantiago.es
Nota: A información contida nesta mensaxe e os seus posibles documentos adxuntos é privada e confidencial e está dirixida únicamente ó seu destinatario/a. Se vostede non é o/a destinatario/a orixinal desta mensaxe, por favor elimínea. A distribución ou copia desta mensaxe non está autorizada.
Nota: La información contenida en este mensaje y sus posibles documentos adjuntos es privada y confidencial y está dirigida únicamente a su destinatario/a. Si usted no es el/la destinatario/a original de este mensaje, por favor elimínelo. La distribución o copia de este mensaje no está autorizada.
See more languages: http://www.sergas.es/aviso_confidencialidad.htm
Hello fellow XWiki community members,
This year XWiki is planning to participate once more at Google's Summer of
Code [1].
The organization registration period has already started today (18th of
March) and the deadline is the 29th of March [2] (almost 2 weeks).
1. We need to provide by then a list of proposals and assign mentors for
the students that are going to implement them.
I would like to ask everybody that wants to participate as a mentor from
the XWiki organization to review the proposals [3] list (we currently have
12 proposals) and add as many interesting proposals as possible.
The proposals can be either new, or they can be revived from previous year
proposals. Just navigate to the previous years, find the proposal you like
and know about, go to its proposal page (click it) and press the "Clone to
this year" link. Now you can assign yourself as lead for that project,
update it's description if needed and wait for the student applications to
start pouring :)
2. We also need to submit the actual application [4] of the XWiki
organization to participate to the GSoC 2013 project so I would also like
to ask you to review it so that we have a better chance of being selected
into the program.
3. If you feel that you would like to help on improving XWiki's GSoC guides
and application forms, please find tips for students [5] on XWiki's GSoC
page, the student application form [6] and the lessons learned [7] from
previous years participations.
Thanks for your help,
Eduard
----------
[1] http://www.google-melange.com/gsoc/homepage/google/gsoc2013
[2] http://www.google-melange.com/gsoc/events/google/gsoc2013
[3]
http://dev.xwiki.org/xwiki/bin/view/GoogleSummerOfCode/#HProposedProjects28…
[4]
http://dev.xwiki.org/xwiki/bin/view/GoogleSummerOfCode/OrganizationApplicat…
[5]
http://dev.xwiki.org/xwiki/bin/view/GoogleSummerOfCode/WebHome#HSuggestedwa…
[6]
http://dev.xwiki.org/xwiki/bin/view/GoogleSummerOfCode/student+application+…
[7] http://dev.xwiki.org/xwiki/bin/view/GoogleSummerOfCode/LessonsLearned
I'd like to evaluate xwiki for collaboration, communication and
documentation by people in the leadership (board members and committee
chairpersons) of my small Unitarian Universalist church in Surprise
Arizona. We are a non-profit.
I'm a Systems Architect for a Java development team 10 hours a day and a
debian linux user. At work I manage a Confluence site so I'm familiar with
systems of this type. I understand the No warranty situation with this
site and I am capable of self-support.
My username on myxwiki.org is jeffreybhickman. I'd like the server name
for the wiki to be uusurprise.myxwiki.org.
Thanks,
Jeffrey Hickman
jeffreybhickman(a)gmail.com
Hello,
I'm trying migration of XWIki 3.5 to 4.5.2, and have some issues ...
First, I must tell that I ran the queries described in [1], to cleanup the
3 stats tables.
What happened though, is that during the migration I got an OutOfMemory
error ... during migration of xwikistatsdoc.
I relaunched with more heap (2Go), but got it again.
I relaunched after activating safemode for that particular migration
(R40000XWIKI6990),
but then I got an issue on duplicate key for the xwikistatsdoc table:
Caused by: com.xpn.xwiki.XWikiException: Error number 3005 in 3:
R40000XWIKI6990 migration failed while converting ID from [232911443] to
[7825842251281349221]
A quick analysis of incriminated rows shows (sorry for display):
+----------------------+------------+----------------------------+---------------+
| XWS_ID | XWS_NUMBER | XWS_NAME |
XWS_CLASSNAME |
+----------------------+------------+----------------------------+---------------+
| 232911443 | 1956069455 | Main |
|
| 5956685394971351254 | 1956069455 | |
|
| 7825842251281349221 | 1956069455 | Main |
|
+----------------------+------------+----------------------------+---------------+
To me it seems that as migration process was interrupted, maybe stat with
id 232911443 was migrated successfully (in a previous run) to id
7825842251281349221,
but old row was not removed.
So when migration occurs again, it tries to migrate that same line again
and fails.
So I will try to run again after removing that line, but in case it fails,
is it possible to only:
- put back my backup of the 3 stats tables only (as the rest was
successfully migrated)
- relaunch the migration
Would I need to update something in the migration temp tables to achieve
that ? (ie restart migration only for stats tables), or will it do it by
itself as it knows that step was unsuccessful ?
Asking that because migration is painfully long, so I prefer to prepare
myself to loose less time ... tomorrow ;-)
Bonus question: There are plenty of rows in xwikistatsdoc with empty value
in "XWS_NAME" field. Are these normal ? Can I / Should I purge them ?
Br,
Jeremie
[1] http://jira.xwiki.org/browse/XWIKI-8129
Hello
If I used document.delete(), document is moved to trash bin.
Documents I want to delete are temporary documents I want definitively deleted.
How can I delete document without put it in trash bin?
Should I have to open JIRA issue to request trash bin parameter?
Regards,
Arnaud.
Hi,
I have a question about Tomcat's "xwiki-temp" directory causing substantial
slowdowns at startup.
I am running XWiki 4.2 on Tomcat (on Windows Server 2008 R2).
I was noticing very lengthy startup times (easily an hour or more), and
finally tracked the source of the problem to the "xwiki-temp" Tomcat
directory:
\Tomcat\work\Catalina\xxx.xxx.xxx.xxx\xwiki\xwiki-temp
This directory has tens of thousands of identical files, and appears to not
be cleared between Tomcat restarts. After a week it's at about 70,000 files
and 500MB.
Deleting the contents of this directory immediately remedied my slow
startup times, but over time the directory fills back up and needs to be
cleared out again.
The majority of the directory is filled with subdirectories with
alphanumeric codes, like:
G6mHPTWL
kJar6JFZ
The contents of each subfolder is identical, with two more subfolders:
/attachment - this contains 2 PNG files:
xwiki.ColorThemes.DefaultColorTheme.header.png
xwiki.ColorThemes.DefaultColorTheme.logo.png
/skins - this contains a number of other subdirectories for the colibri
skin, all with css files from the skin.
I understand this is likely a Tomcat problem more than an XWiki problem per
se, but am hoping someone else out there has seen it before and has an idea
what's going on or how to fix it.
thanks,
Aaron
Dear myxwiki Team,
i really like your Project and i'am interested in having a wiki hosted on this farm. I want to use this wiki to try the features of wiki with my colleagues, which are in different libraries in different citites. We want to give it a try if Xwiki on a farn would be a tool to improve our communication. If i could have a wiki hosted on this farm, that would be great!
my username: kursaarau
name for the wiki: kursaarau
Best wishes