Hi all,
I'm running XWiki 5.1. When running a search with Solr as the default
search engine, I'm getting "no results" for every search on both the main
wiki and subwikis. If I switch to Lucene, things seem to work fine.
I've selected "Reindex" and "Add to index" on both the main wiki and the
subwiki Search Administration page, and it finds 10K+ objects and gives me
a countdown of items left until it reaches zero. Afterwards there is no
change in the search results, still nothing found.
I've checked xwiki.cfg and xwiki.properties, and don't see anything. There
also appear to be files in the solr index directory.
Am I missing something obvious? I don't have much experience with Solr
yet...not sure where to start troubleshooting...
thanks,
aaron
Hi,
I have tried to import DokuWiki pages to Xwiki with the help of this
extension
(http://extensions.xwiki.org/xwiki/bin/view/Extension/Import+DokuWiki+into+X…)
and this script
(extensions.xwiki.org/xwiki/bin/view/Extension/Dokuwiki+To+XWiki2+Extension)
which was linked from the extension page.
The script is a bash script and so I have installed cygwin to the
Windows machine to be able to run the script. But with no success. I
have set the path in unix style in the configuration of the extension,
which is correct if you try it cygwin.
But everything I get is this error message at the ImportDokuWiki page:
admin.importer.unselectAll, admin.importer.selectAll
$dokuWikiImporter.setScriptPath($scriptPath)$dokuWikiImporter.setScriptPath($rootFolder)$dokuWikiImporter.setScriptPath($defaultRootSpaceName)
admin.importer.noFilesAvailable
I have add the attachment and uploaded it to the above page, then choose
the zip files and pressed "Send data".
Anybody a hint how to solve this problem or how to import DokuWiki pages
into XWiki smoothly on a Windows machine?
If you need more information, let me know.
Thanks in advance
Daniel
When I tried XWiki 5.1, tomcat (tried 5.5 and tomcat 7) runs at almost
100% load. There is no anything interesting in log files.
Where could be the problem?
Valdis
I am trying to build the WYSIWYG editor from source to complete the pt_BR
translation and test it on my xwiki instance.
I know the drill: get the sources and build with "mvn clean install" on the
xwiki-platform-stable-5.1.x/xwiki-platform-core/xwiki-platform-wysiwyg
directory.
After trying for some time with no success I tried to build
xwiki-platform-stable-5.1.x/xwiki-platform-tools and even
xwiki-platform-stable-5.1.x/xwiki-platform-core/xwiki-platform-gwt first
then tried to build the wysiwyg again. No success.
The same error keeps showing every time during the test phase of the
wysiwyg build. Below an extract of the build messages for reference. I have
the them all if you want to see it. I am newbie with maven so I may be
messing around inadvertently. Does anyone have any tip to help me?
Thanks in advance,
Marcelo Vaz
Tail of the build messages:
[INFO] --- maven-bundle-plugin:2.3.7:manifest (bundle-manifest) @
xwiki-platform-wysiwyg-test-tests ---
[INFO]
[INFO] --- xwiki-platform-tool-packager-plugin:5.1.1-SNAPSHOT:package
(default) @ xwiki-platform-wysiwyg-test-tests ---
[WARNING] Error injecting: org.xwiki.tool.packager.PackageMojo
java.lang.NoClassDefFoundError:
Lorg/sonatype/aether/RepositorySystemSession;
at java.lang.Class.getDeclaredFields0(Native Method)
at java.lang.Class.privateGetDeclaredFields(Class.java:2346)
at java.lang.Class.getDeclaredFields(Class.java:1790)
at
com.google.inject.spi.InjectionPoint.getInjectionPoints(InjectionPoint.java:661)
at
com.google.inject.spi.InjectionPoint.forInstanceMethodsAndFields(InjectionPoint.java:366)
at
com.google.inject.internal.ConstructorBindingImpl.getInternalDependencies(ConstructorBindingImpl.java:165)
at
com.google.inject.internal.InjectorImpl.getInternalDependencies(InjectorImpl.java:609)
at com.google.inject.internal.InjectorImpl.cleanup(InjectorImpl.java:565)
at
com.google.inject.internal.InjectorImpl.initializeJitBinding(InjectorImpl.java:551)
at
com.google.inject.internal.InjectorImpl.createJustInTimeBinding(InjectorImpl.java:865)
at
com.google.inject.internal.InjectorImpl.createJustInTimeBindingRecursive(InjectorImpl.java:790)
at
com.google.inject.internal.InjectorImpl.getJustInTimeBinding(InjectorImpl.java:278)
at
com.google.inject.internal.InjectorImpl.getBindingOrThrow(InjectorImpl.java:210)
at
com.google.inject.internal.InjectorImpl.getProviderOrThrow(InjectorImpl.java:986)
at
com.google.inject.internal.InjectorImpl.getProvider(InjectorImpl.java:1019)
at
com.google.inject.internal.InjectorImpl.getProvider(InjectorImpl.java:982)
at
com.google.inject.internal.InjectorImpl.getInstance(InjectorImpl.java:1032)
at
org.eclipse.sisu.reflect.AbstractDeferredClass.get(AbstractDeferredClass.java:44)
at
com.google.inject.internal.ProviderInternalFactory.provision(ProviderInternalFactory.java:86)
at
com.google.inject.internal.InternalFactoryToInitializableAdapter.provision(InternalFactoryToInitializableAdapter.java:55)
at
com.google.inject.internal.ProviderInternalFactory$1.call(ProviderInternalFactory.java:70)
at
com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision(ProvisionListenerStackCallback.java:100)
at
org.eclipse.sisu.plexus.lifecycles.PlexusLifecycleManager.onProvision(PlexusLifecycleManager.java:134)
at
com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision(ProvisionListenerStackCallback.java:109)
at
com.google.inject.internal.ProvisionListenerStackCallback.provision(ProvisionListenerStackCallback.java:55)
at
com.google.inject.internal.ProviderInternalFactory.circularGet(ProviderInternalFactory.java:68)
at
com.google.inject.internal.InternalFactoryToInitializableAdapter.get(InternalFactoryToInitializableAdapter.java:47)
at com.google.inject.internal.InjectorImpl$2$1.call(InjectorImpl.java:997)
at
com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1047)
at com.google.inject.internal.InjectorImpl$2.get(InjectorImpl.java:993)
at com.google.inject.Scopes$1$1.get(Scopes.java:59)
at org.eclipse.sisu.locators.LazyBeanEntry.getValue(LazyBeanEntry.java:82)
at
org.eclipse.sisu.plexus.locators.LazyPlexusBean.getValue(LazyPlexusBean.java:52)
at
org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:259)
at
org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:251)
at
org.apache.maven.plugin.internal.DefaultMavenPluginManager.getConfiguredMojo(DefaultMavenPluginManager.java:459)
at
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:97)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
at
org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
at
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:318)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:153)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:555)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:214)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:158)
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:616)
at
org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
at
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
at
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:414)
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:357)
Caused by: java.lang.ClassNotFoundException:
org.sonatype.aether.RepositorySystemSession
at
org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:50)
at
org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:244)
at
org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:230)
... 57 more
[INFO]
------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] XWiki Platform - WYSIWYG Editor - Parent POM ...... SUCCESS [9.857s]
[INFO] XWiki Platform - WYSIWYG Editor - Plugin API ...... SUCCESS [38.775s]
[INFO] XWiki Platform - WYSIWYG Editor - Client Side ..... SUCCESS [59.982s]
[INFO] XWiki Platform - WYSIWYG Editor - Server Side ..... SUCCESS [16.421s]
[INFO] XWiki Platform - WYSIWYG Editor - Tests - Parent POM SUCCESS
[0.163s]
[INFO] XWiki Platform - WYSIWYG Editor - Tests - Page Objects SUCCESS
[2.411s]
[INFO] XWiki Platform - WYSIWYG Editor - WAR Distribution SUCCESS
[8:02.131s]
[INFO] XWiki Platform - WYSIWYG Editor - Wiki Pages ...... SUCCESS [26.881s]
[INFO] XWiki Platform - WYSIWYG Editor - Tests - Functional Tests FAILURE
[24.144s]
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 11:02.988s
[INFO] Finished at: Tue Aug 06 23:01:40 BRT 2013
[INFO] Final Memory: 71M/321M
[INFO]
------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.xwiki.platform:xwiki-platform-tool-packager-plugin:5.1.1-SNAPSHOT:package
(default) on project xwiki-platform-wysiwyg-test-tests: Execution default
of goal
org.xwiki.platform:xwiki-platform-tool-packager-plugin:5.1.1-SNAPSHOT:package
failed: A required class was missing while executing
org.xwiki.platform:xwiki-platform-tool-packager-plugin:5.1.1-SNAPSHOT:package:
Lorg/sonatype/aether/RepositorySystemSession;
[ERROR] -----------------------------------------------------
[ERROR] realm =
plugin>org.xwiki.platform:xwiki-platform-tool-packager-plugin:5.1.1-SNAPSHOT
[ERROR] strategy =
org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy
[ERROR] urls[0] =
file:/home/marcelo/.m2/repository/org/xwiki/platform/xwiki-platform-tool-packager-plugin/5.1.1-SNAPSHOT/xwiki-platform-tool-packager-plugin-5.1.1-SNAPSHOT.jar
==== lots of URLs failed here ====
[ERROR] Number of foreign imports: 1
[ERROR] import: Entry[import from realm
ClassRealm[project>org.xwiki.platform:xwiki-platform-wysiwyg:5.1.1-SNAPSHOT,
parent: ClassRealm[maven.api, parent: null]]]
[ERROR]
[ERROR] -----------------------------------------------------:
org.sonatype.aether.RepositorySystemSession
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions,
please read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/AetherClassNotFound
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the
command
[ERROR] mvn <goals> -rf :xwiki-platform-wysiwyg-test-tests
~/xwiki-platform-stable-5.1.x/xwiki-platform-core/xwiki-platform-wysiwyg $
I have a fresh 5.1 installation where the only config change is to point to an empty xwiki MySQL DB.
Accessing it through http://<server>:8081/xwiki<http://%3cserver%3e:8081/xwiki> works.
Accessing it through http://<virtualserver<http://%3cvirtualserver>> configured with ProxyPass set to http://localhost:8081/xwiki/ gives the error below.
The ProxyPass is set up with the standard mod, not apj. Should that matter for this?
I had a 5.0 RC 1 running at the same location, and this worked with the exact same virtual server, except for resources (icons, etc.) not being shown.
org.xwiki.velocity.XWikiVelocityException: Failed to evaluate content with id [/templates/xwikivars.vm]
at org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:247)
at org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:187)
at com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:105)
at com.xpn.xwiki.internal.template.DefaultPrivilegedTemplateRenderer.evaluate(DefaultPrivilegedTemplateRenderer.java:125)
at com.xpn.xwiki.internal.template.DefaultPrivilegedTemplateRenderer.evaluateTemplate(DefaultPrivilegedTemplateRenderer.java:75)
at com.xpn.xwiki.XWiki.evaluateTemplate(XWiki.java:1829)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1769)
at com.xpn.xwiki.api.XWiki.parseTemplate(XWiki.java:895)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:395)
at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:384)
at org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:173)
at org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:280)
at org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:369)
at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:216)
at org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:311)
at org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:230)
at org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:207)
at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342)
at org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:228)
at org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:187)
at com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:105)
at com.xpn.xwiki.internal.template.DefaultPrivilegedTemplateRenderer.evaluate(DefaultPrivilegedTemplateRenderer.java:125)
at com.xpn.xwiki.internal.template.DefaultPrivilegedTemplateRenderer.evaluateTemplate(DefaultPrivilegedTemplateRenderer.java:75)
at com.xpn.xwiki.XWiki.evaluateTemplate(XWiki.java:1829)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1769)
at com.xpn.xwiki.api.XWiki.parseTemplate(XWiki.java:895)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:395)
at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:384)
at org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:173)
at org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:280)
at org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:369)
at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:216)
at org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:311)
at org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:230)
at org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:207)
at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342)
at org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:228)
at org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:187)
at com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:105)
at com.xpn.xwiki.internal.template.DefaultPrivilegedTemplateRenderer.evaluate(DefaultPrivilegedTemplateRenderer.java:125)
at com.xpn.xwiki.internal.template.DefaultPrivilegedTemplateRenderer.evaluateTemplate(DefaultPrivilegedTemplateRenderer.java:75)
at com.xpn.xwiki.XWiki.evaluateTemplate(XWiki.java:1829)
at com.xpn.xwiki.web.Utils.parseTemplate(Utils.java:166)
at com.xpn.xwiki.web.Utils.parseTemplate(Utils.java:88)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:347)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:128)
at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:120)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:144)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:66)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:208)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:111)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
at org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:857)
at org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:565)
at org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:1509)
at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.velocity.exception.MethodInvocationException: Invocation of method 'hasAccessLevel' in class com.xpn.xwiki.api.XWiki threw exception java.lang.NullPointerException at /templates/xwikivars.vm[line 6, column 25]
at org.apache.velocity.runtime.parser.node.ASTMethod.handleInvocationException(ASTMethod.java:243)
at org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:187)
at org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:280)
at org.apache.velocity.runtime.parser.node.ASTReference.value(ASTReference.java:567)
at org.apache.velocity.runtime.parser.node.ASTExpression.value(ASTExpression.java:71)
at org.apache.velocity.runtime.parser.node.ASTSetDirective.render(ASTSetDirective.java:142)
at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:87)
at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342)
at org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:228)
... 88 more
Caused by: java.lang.NullPointerException
at com.xpn.xwiki.api.XWiki.hasAccessLevel(XWiki.java:1676)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:395)
at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:384)
at org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:173)
... 96 more
Harald Ommang
Sjefskonsulent / Chief Consultant
Verico AS
Hi everyone,
somehow I created Spaces with broken Umlauts like:
Gesch�������¤ftsf�������¼hrung
or
Gesch�¤ftsf�¼hrung
see screenshot:
https://dl.dropbox.com/u/10128532/Schnappschuss%20%282012-12-13%2013.29.05%…
I cannot delete those. They are empty but after deleting from the spaces
menu they still stay in the Spaces-Lists (i.e. on the Dashboard).
Is there any way to get rid of them manually (Using Tomcat/MySQL)
Thanks a lot!
Ole
Running xwiki 4.1 enterprise on ubuntu 12.04 with tomcat and mysql.
Today I did:
apt-get update
apt-get dist-upgrade
which also updated the xwiki 4.1 I was running to 5.1
No errors reported, but after the upgrade, opening links on the wiki returns 404 from tomcat.
This seems similar to the following issue, just without any installation error:
http://permalink.gmane.org/gmane.comp.web.wiki.xwiki.scm/147409
All tips appreciated!
(Thomas - I'm looking at you :P)
-Inge :)
Dear XWIKI-Community,
I am setting up an internal Wiki for our enterprise and actually the Wiki is
ideally suited for our requierement, but there are some problems for me.
First of all I want to change the Mainname of the Wiki.
For now there is the following content: "WIKI: XWIKI" - and I want "WIKI:
ENTERPRISENAME". If I change the name of the folders theres no connection to
the CMS anymore. So wheres the option to change this name?
For the next step I want to use the Spaces for seperating the departments
like Development, Projectmanagement etc., but if I set up the Groups and the
rights of the users, they are landing on the mainpage. Is there a way to
redirect them directly to the site, which they should see?
Thanks for your help for now.
--
View this message in context: http://xwiki.475771.n2.nabble.com/Optimizing-Changing-the-Default-Wiki-tp75…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi devs and community at large,
Every year XWiki SAS (http://xwiki.com) gathers all its employees for a Seminar and every year we have an internal hackathon.
For example here are the results of last year:
- 2012: http://www.xwiki.com/lang/en/Company/Hackathon2012
- 2011: http://www.xwiki.com/xwiki/bin/view/Company/Hackathon2011
This year the Hackathon will run for 10 days!
Thus we thought it could be a good idea to invite the XWiki Community to join us for a mega distributed Hackathon!
So here's how I think we could organize it:
* Start date: 17th of July. A mail will be posted on this day to announce the start
* End date: 25th of July. A mail will be posted on this day to announce the end
* Gathering results: from 29 to 6th of August. Everyone who participated should reply to the end of hackathon mail with what they did and post their stuff on http://extensions.xwiki.org or elsewhere
* On around the 6th of August we'll have a blog post written on xwiki.org summarizing all that was done by everyone
Those who have participated will also get XWiki T-Shirts.
Anyone interested in joining the fun?
Thanks
-Vincent
with my XWiki SAS employee hat
Is there any alternative Player for JWPlayer? Because I am great fan of VLC
Player. Is it possible to Integrate VLC or some other player into Xwiki? If
YES then how to do it?
Plese give me some guidelines.
Thanks in advance
--
*Regards*
*M.GANESAN*
*E-Mai*l :mganeshanece@gmail.com
**
Since xwiki consists of multiple modules, I think any high-level language
would suit xwiki.
In large projects, every language and methodology seems to degrade.
However, people started to think java is too verbose.
I just want to hear how xwiki devs think.
Hi,
I have a problem when I trigger two ajax requests together(in the same
time).
In the First request, I do a getDocument and then a getObject. In the
second one i have a loop and for each iteration a getDocument and a
getObject.
This is the exception I get
Error number 3212 in 3: Exception while loading object {0} of class {1} and
number {2} Wrapped Exception: Session is closed!
Have you any idea on how to fix the problem
Thanks !
I am new to wiki style building, have knowledge and experience with WP,
Drupal, and Joomla. I want to stop using WP for my employer's intranet and
start using xWiki. My questions are...
Should I use a standalone install on a server and share the IP with all the
uers through Group Policy?
OR
Do I use the .war install on a server?
Also, i install the standalone on my personal laptop and was wondering in
either scenario listed above, does anything need to be installed on all
client workstations?
Thanks!
--
View this message in context: http://xwiki.475771.n2.nabble.com/What-To-Download-Use-tp7586537.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello fellow XWikiers,
I now have an XWiki 5.0.3 and an XWiki 5.1 where my picture never gets downsized.
e.g. /xwiki/bin/download/XWiki/polx/photo%2Dpasseport%2DPaul%2D2012%2D07.jpg?width=50&height=50&keepAspectRatio=true
has width 345 x 443 (the original).
How can I debug this?
The log does not seem to say and it seems not related to have an AWT thread at hand (the 5.1 is run with a graphics environment).
thanks in advance.
Paul
Hi,
we want to modify the pdf-export by using a commercial pdf-rendering
library. As so far the pdf-export is located in the xwiki-platform-oldcore
package, I suppose the reengineering is still pending. Because of that I
wanted to ask how is the future strategy for the pdf-export? How can we
integrate our pdf-export to be prepared for future modification?
Thanks and regards,
Josef
--
View this message in context: http://xwiki.475771.n2.nabble.com/Using-a-commercial-pdf-rendering-library-…
Sent from the XWiki- Users mailing list archive at Nabble.com.
A few days ago I ran into some problems when trying to install
an extension via the extension manager. The problem was that
the pages of this extension require programming rights and
I have been doing the install as a local admin of a subwiki.
As the local admins have no programming rights the extension
got installed without error message, but then it failed
to work properly (of course).
I first thought about reporting a bug that users without programming
rights should have no access to the extension manager to avoid
these problems, but then I figured out that this might be too restrictive.
For example one does not need Programming rights to install a color theme;
there is not reason why a local admin should not be able to do that.
The problem is that one cannot distinguish in advance between
the two cases of an extension needing programming rights and one
not needing it.
So I wonder if it would be feasible to extend the ExtensionClass
with a flag "Requires Programming rights" or the like and then
any extensions found via the ExtensionManager will tell the Admin UI,
if they need Programming rights to be installed or not.
The UI then could check with the rights of the current user and inform
about the problem before installing.
Of course this creates a backward compatibility issue;
one has to treat a missing value for that flag somehow.
Maybe assuming that a missing flag means "no programming rights required"
is ok, because that way extensions without this flag will be handled exactly
the same as they are currently handled
However I wonder if I talk about a real problem here, or if this is
not really needed, but it is me doing something wrong. (E.g. is it
actually advisable to install an extension only on one local wiki,
and not on the complete farm?)
Any thoughts?
Clemens
Hello Everyone
I'm impressed with Feedback Application used in xwiki.org. I wanted to use
it in my local server. Is it available to users? If so can someone send me
a link to download that application.
--
*Regards*
*M.GANESAN*
*E-Mai*l :mganeshanece@gmail.com
**
Hi,
I just noticed that whenever someone creates a new blog page, this new blog page shows up in the Activity Stream, even if the page entry is not yet published.
I guess this makes just sense from the point of view of the Activity-stream, as creating the blog page always creates an entry in the activity stream DB of type "create".
However I feel it might upset some users who expect that their unpublished blog pages remain "secret".
I wonder where I should dig in to prevent these entries showing up. Is it possible to suppress logging the "create" event in the activity DB until the Blog entry gets published?
Or should I better try to filter these events in the macro displaying the activity stream.
Oh, and is there any general interest in suppressing these entries in the activity stream, or is it just me and I can look for a solution on the "works-for-me" level instead of something others might find reusable?
Cheers,
Clemens
--
Clemens Klein-Robbenhaar
Software Development
EsPresto AG
Breite Str. 30-31
10178 Berlin/Germany
Tel: +49.(0)30.90 226.763
Fax: +49.(0)30.90 226.760
robbenhaar(a)espresto.com
HRB 77554 B - Berlin-Charlottenburg
Vorstand: Maya Biersack, Peter Biersack
Vorsitzender des Aufsichtsrats: Dipl.-Wirtsch.-Ing. Winfried Weber
Zertifiziert nach ISO 9001:2008
Hi,
I would like to install the menu application form
http://extensions.xwiki.org/xwiki/bin/view/Extension/Menu+Application
but the download link is broken.
May be some one can fix this.
BTW: Is it possible to install the menu application with the extension
manager?
All the best
Ritchi
As a college professor, I would like to set up an example wiki to teach my students about collaborative web-based tools for small-to-medium sized businesses. I believe that XWiki provides an excellent example, but our IT group will not allow me to purchase a cloud-hosted solution or to set up a local server. Specifically, I would be placing initial course materials on this wiki and then asking students to contribute to, comment on, and annotate these topics throughout the term.
Username: GlenCoulthard
Wiki name: coulthard.myxwiki.org or buad.myxwiki.org (where buad stands for Business Administration)
We have two different Microsoft AD Server(both are at different
locations)..
Can I configure these two servers to setup the user login from these
servers?
--
*Regards*
*M.GANESAN*
*E-Mai*l :mganeshanece@gmail.com
**
Hi everyone,
I've got a problem with my main page.
I embedded 3 iFrames with a z-index of 2 and 3.
In the Firefox Browser everything is working perfectly, but the Internet Explorer (9) is displaying the iFrames on top of the menu points...
Here is a piece of code from the menu I am using:
{{menu type="vertical" position="left" id="Navigation links"}}
{{html}}
<span style="font-weight:bolder;font-size:125%">Navigation</span>
{{/html}}
* [[Navigation 1>>Main.Navigation1]]
** [[News>>Navigation1.News]]
** (...)
And here is the code for my iFrames:
<div style="position:absolute; top:250px; left:230px; z-index:3;">
<iframe src=" index.html" width="575" height="800" scrolling="no" frameborder="0"></iframe>
</div>
<div style="position:absolute; top:230px; right:260px; z-index:2;" id="container">
<iframe src=" index2.html" width="500" height="280" scrolling="no" frameborder="0"></iframe>
</div>
<div style="position:absolute; top:550px; right:250px; z-index:2;" id="accordion">
<iframe src="index3.html" width="650" height="400" scrolling="no" frameborder="0"></iframe>
</div>
In the colibri.css in the xwiki directory I saw, that the z-index for the menu is =1000...
Where is the problem for Internet Explorer to display the menu points ontop of the iFrames?
And also: Why does the Internet Explorer put the Navigation points 1cm downwards and displays an empty Navigation point???
Regards,
Tom Neumann
I setup my XWiki 5.1 env to use UTF-8, but in some situation XWiki damage my international chars (search, tags with int.characters).
For example:
I wrote some international text to search field - ( some documents are suggest ), but after pressing Enter and Search page is load, the characters in search field is replaced:
example: I wrote : "šiška" to search field and get "Å¡iÅ¡ka".
Where I forgot set something?
Thx
Rudolf
--------------------------------------------------------------------------
Táto správa a všetky pripojené súbory sú dôverné a určené
výhradne osobám alebo organizáciám, ktorým boli adresované. Ak nie ste
zamýšlaný príjemca alebo ste dostali tento e-mail omylom, prosím upozornite
okamžite odosielateľa a vymažte tento e-mail. Neoprávnené kopírovanie,
zverejnenie alebo distribúcia tohto e-mailu, je prísne zakázané.
This email and any attached file are confidential and intended solely for the
use of the individual or entity to which they are addressed. If you are not the
intended recipient or have received this e-mail by mistake, please notify the
sender immediately and delete this e-mail. Any unauthorized copying, disclosure
or distribution of this e-mail's content is strictly prohibited.
---------------------------------------------------------------------------
Pred vytlačením tohto e-mailu myslite na životné prostredie.
Please consider your environmental responsibility before printing this e-mail
Hi Everyone,
I am new to Xwiki so I most probably missing something obvious...
I followed the guide to shorten urls @
http://platform.xwiki.org/xwiki/bin/view/Main/ShortURLs
I am currently struggling getting rid of the /bin (Servlet path),
everything else works
- I have mapped the struts filter to /* as indicated into the doc
- I have updated my xwiki.cfg with the following:
* xwiki.servletpath=
* xwiki.defaultservletpath=
I am using the default Jetty container which I am pretty familiar with.
I have removed the Root context and "mounted" the xwiki context on "/"
with :
* <Set name="contextPath">/</Set>
When I try to access the wiki without the /bin, the following error
occurs (Everything still works fine as soon as I add the /bin prefix):
-----
Caused by: org.apache.velocity.exception.MethodInvocationException:
Invocation of method 'hasAccessLevel' in class com.xpn.xwiki.api.XWiki
threw exception java.lang.NullPointerException at /templates
/xwikivars.vm[line 6, column 25]
at
org.apache.velocity.runtime.parser.node.ASTMethod.handleInvocationException(ASTMethod.java:243)
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:187)
at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:280)
at
org.apache.velocity.runtime.parser.node.ASTReference.value(ASTReference.java:567)
at
org.apache.velocity.runtime.parser.node.ASTExpression.value(ASTExpression.java:71)
at
org.apache.velocity.runtime.parser.node.ASTSetDirective.render(ASTSetDirective.java:142)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:87)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342)
at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:228)
... 95 more
Caused by: java.lang.NullPointerException
at com.xpn.xwiki.api.XWiki.hasAccessLevel(XWiki.java:1676)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:395)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:384)
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:173)
------
Anyone got an idea of what is going on ?
Thanks a lot in advance !
--
Chris
Hi,
I just installed xwiki 5.1 . I have followed the steps to enable
filesystem attachment storage, but when I try uploading a doc size 350MB, I
still get the message that I should choose a file under 32MB.
I have modified the max upload size to 400MB , I have also edited xwiki.cfg
file to enable the filesystem attachment storage, I have edited the value
for environment.permanentDirectory and restarted the application. I still
get the message to chose file under 32MB.
Am I missing any step ? thanks
--
Victor Eberechi
In XWiki we are using mail as login attribute and it creates user profile
with email. Please let us know shall we configure xwiki in such a way that
we need to login with mail but need to create profile with sn or uid
attribute.
Because in Activity Stream its listing users are listing with email id.
Or let us know how we can configure to list in Activity Stream with uid or
sn
Can anyone please help us.
Thanks
Geo
* <http://pcgeo.blogspot.in/>*
It seems XWiki localization site http://l10n.xwiki.org/ is somehow
disorganized now. I can't find how to edit XWiki enterprise resource
strings in Latvian anymore.
Can somebody check site content and links and update them or guide
accordingly?
(If it is some permission issue, my profile is
http://l10n.xwiki.org/xwiki/bin/view/XWiki/valdisvi)
Thanks!
Valdis
I can see the translation bundles that have been added for specific
applications/ extensions, but cannot figure out where the ones are when
referring to "platform" (ie.
$msg.get("platform.dashboard.wiki.tagcloud")
Paul Pinkerton
KnowledgeNow Project Lead
-----Original Message-----
Date: Wed, 24 Jul 2013 00:23:45 +0200
From: Paul Libbrecht <paul(a)hoplahup.net>
To: XWiki Users <users(a)xwiki.org>
Subject: Re: [xwiki-users] changing translation values
Message-ID: <79DCE500-645B-4616-AA21-5EF693952B1A(a)hoplahup.net>
Content-Type: text/plain; charset=us-ascii
Paul,
have a look in the wiki configuration, there is, there, a list of
"translation bundles" which are wiki pages which contain translation
bundles (java properties).
Overriding works well there.
paul
On 23 juil. 2013, at 19:50, Paul Pinkerton (ACLCO) wrote:
> Realizing this is a very basic question, I ask it anyway in the hopes
> of a fairly plain language answer.
>
> How do you edit the titles that you call using $msg.get(xxx)?
>
> I am working on some code and it is using:
> $msg.get('platform.core.profile.company'). I want to change company
> to another term more familiar to my users, but need to change it both
> for English and French versions. I want to use the $msg.get
> functionality, as it makes switching languages simpler - but I cannot
> figure out where this "dictionary" is actually stored for editing.
>
> Paul Pinkerton
> KnowledgeNow Project Lead
> -----Original Message-----
>
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
------------------------------
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
End of users Digest, Vol 72, Issue 51
*************************************
Hi guys,
I try to create a xwiki-rendering-archetype-macro project, but this does
not work currently.
I used the version 3.2 and I get the following error:
[ERROR] Failed to execute goal on project
xwiki-rendering-archetype-macro: Could not resolve dependencies for
project org.xwiki.re
ndering:xwiki-rendering-archetype-macro:jar:3.2: Failure to find
org.wikimodel:org.wikimodel.wem:jar:2.0.7-20110531 in http://repo
.maven.apache.org/maven2 was cached in the local repository, resolution
will not be reattempted until the update interval of centr
al has elapsed or updates are forced -> [Help 1]
When I use older versions I get the following error(In this case 5.0):
[WARNING] The POM for velocity-tools:velocity-tools:jar:1.4 is missing,
no dependency information available
and
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile
(default-compile) on project macro: Co
mpilation failure
Anyone have an idea which version is working? Or how I can fix the error?
Sincerely yours
Michael
--
MPDigital GmbH
Michael Born
Auszubildender Fachinformatiker Anwendungsentwicklung
Kantstraße 5-13
44867 Bochum
Tel.: (0 23 27) 307-323
E-Mail: born(a)mpdigital.de
http://www.mpdigital.de
Geschaeftsführer: Hans-Joachim Janke
Sitz und Registergericht:
Amtsgericht Bochum - HRB 6454
OK, I was able to get it to start after making changes with Java but I have the below error. Is JSP necessary for xwiki?
INFO::NO JSP Support for /xwiki, did not find org.apache.jasper.servlet.JspServlet
Also, I don't see jetty-https-7.4.5.v20110725.jar or a jetty-https.xml file. Is anyone running the site using HTTPS?
John Caffery
O 225.578.7263
C 225.252.3046
From: John D Caffery
Sent: Tuesday, July 23, 2013 11:27 AM
To: 'users(a)xwiki.org'
Subject: XWIKI Enterprise Windows install
I recently installed xwiki-enterprise-installer-windows-4.5.4 on a Windows 2008 R2 server, service pack 1. The application is currently not working after installing it to c:\xwiki enterprise 4.5.4 directory.
It appears as if Jetty should be the web service but it does not start either with the "start xwiki enterprise .bat file or with the start.jar java file in the Jetty folder. I have looked at the permissions and they look good. Any suggestions?
Also, there is a "Go to my wiki" shortcut that points to http://localhost:8080/xwiki/bin/view/main that appears to be looking for a folder native to Windows IIS, C:\inetpub\wwwroot\xwiki\bin\view\main. Does IIS need to be installed?
Any assistance would be greatly appreciated.
John Caffery
Information Technology Consultant
Louisiana Optical Network Initiative - LONI
O 225.578.7263
C 225.252.3046
www.loni.org<http://www.loni.org/>
Hello,
has XWiki any possibilty to manipulate or create the metadata's in the
HTML-Header?
I want to add own metadata-pair's (name and value) to my documents.
Thanks
Matthias
In Xwiki when we use xwiki.authentication.ldap.mode_group_sync as always
then on each login by a single user, multiple entries are created in group.
So when we delete user entry from LDAP group its not affecting in XWIKI as
it has multiple entries in group.
So can anyone please help me to solve this issue. When we change option to
create this issue is not there but this option we don’t need as it will not
update LDAP group changes etc….
Thanks
Geo
Hello,
I'm moving toward Workspace enabled wiki, and trying to retrieve a global
user Document from a subwiki.
I'm using LDAP, but creating users only on global wiki.
My problem, is that from various APIs (workspace, wikimanager, xwiki...), I
was not able to find an easy to retrieve the name of the main wiki - which
in my case is not "xwiki".
I need it to provide it to my xwiki.getDocument(username) to retrieve
correct doc.
Or maybe there's an API to fallback the getDocument() on the global wiki,
if doc is not found in local subwiki ?
Sorry if it's obvious, I'm quite new to the virtual mode ;-)
Thanks,
Jeremie
Realizing this is a very basic question, I ask it anyway in the hopes of
a fairly plain language answer.
How do you edit the titles that you call using $msg.get(xxx)?
I am working on some code and it is using:
$msg.get('platform.core.profile.company'). I want to change company to
another term more familiar to my users, but need to change it both for
English and French versions. I want to use the $msg.get functionality,
as it makes switching languages simpler - but I cannot figure out where
this "dictionary" is actually stored for editing.
Paul Pinkerton
KnowledgeNow Project Lead
-----Original Message-----
Hi,
I'm running into some difficulties with permissions to run scripts for LDAP
users on a subwiki. I'm running XWiki 5.0.3 on Tomcat.
The subwiki has a script written with Python (and some Velocity). This
script page then gets included on many pages with the {{include}} macro.
There's another script (velocity and javascript) which uploads an
attachment to the pages with the include macro, so:
Page A - Code for the python script
Page B - Includes script from Page A
Page C - Uploads attachments to Page B
The wiki farm is configured to use LDAP authentication against an external
LDAP user database. This works fine - people can log in to the subwiki with
their external credentials, and XWiki will create a user object for them.
The problem is that when an LDAP user without programming rights uses Page
C to upload an attachment to Page B, the attachment uploads but the page
will then not display, giving the "You don't have the right to execute this
script" error. I presume this is because creating an attachment on the page
means that the page was last saved by a user with non-programming rights,
so the page no longer has the rights to execute the script.
If I manually create a non-LDAP user on the main wiki and give that user
programming rights, then log into the subwiki as that user, make a small
modification to Page B and resave, it will display correctly again.
However, I cannot seem to assign programming rights to an LDAP user - those
rights don't appear to be inherited by the subwiki. So if I have the LDAP
user log in to the main wiki, it will create a user object
(xwiki:XWiki.adminuser@testcom). I can grant that user programming rights
on the main wiki, but if I try and log in with those credentials on the
subwiki, it creates a new user (subwiki:XWiki:adminuser@testcom) - and
re-saving the page with that user doesn't fix the problem.
Is there any way to either:
a) Grant programming rights to an LDAP user, such that users who are
authorized to make changes don't break the script permissions
or
b) Make it so that a normal non-programming user can upload attachments to
a page without breaking included scripts?
Any help is appreciated,
aaron
I recently installed xwiki-enterprise-installer-windows-4.5.4 on a Windows 2008 R2 server, service pack 1. The application is currently not working after installing it to c:\xwiki enterprise 4.5.4 directory.
It appears as if Jetty should be the web service but it does not start either with the "start xwiki enterprise .bat file or with the start.jar java file in the Jetty folder. I have looked at the permissions and they look good. Any suggestions?
Also, there is a "Go to my wiki" shortcut that points to http://localhost:8080/xwiki/bin/view/main that appears to be looking for a folder native to Windows IIS, C:\inetpub\wwwroot\xwiki\bin\view\main. Does IIS need to be installed?
Any assistance would be greatly appreciated.
John Caffery
Information Technology Consultant
Louisiana Optical Network Initiative - LONI
O 225.578.7263
C 225.252.3046
www.loni.org<http://www.loni.org/>
Hi !
I have several Blog articles and I get their content with
obj.getProperty('content').getValue().
I have two questions :
1) Is it possible to get exactly the right format of the content ? For
example, if I have a bold or italic word , when I get the value I have
**bold word** and // italic word // .
I would like to have the word directly in bold or italic.
2) If it's not possible, is there a way to get the value of the
content without specials caracters like ** ** or // // ?
Thanks for help !
Regards, Pierrick
In LDAP Server for an user we have the entries for uid and mail. We had an
user on admin group and with “Ldap UID attribute name” as uid everything
is working fine including the login to workspaces with required admin
permission.
When we change “Ldap UID attribute name” to mail, user in admin group can
able to login to main wiki and have admin privilege but for workspaces he
can login but no admin privilege.
Can anyone please help us to fix this issue.
Thanks
Geo P.C.
Thanks
Geo P.C.
Hello!
I'm going to perform courses how non-IT people can create their own web
pages. As one of (if not the) tool I'd like to teach them XWiki.
Therefore it would be great if you would provide us new XWiki instance
on myxwiki.org for training purposes. Name could be: odo.myxwiki.org
Thanks in advance!
Valdis
Can anyone please let me know how we can upgrade XWIKI Enterprise
5.1-milestone-2 to XWIKI Enterprise 5.1. We tried several time but its not
asuccessful. We are using WAR file for deployment and database used is
MySQL. We have default settings except skin.
*Thanks
*
*Geo
*
*
*
Is it possible to integrate Jasig CAS (Central authentification Service) to XWiki?
We are using cas for our web infrastructure ( Lifreray, Alfresco and Jira ) and we would like add XWiki.
Thx
Rudolf
--------------------------------------------------------------------------
Táto správa a všetky pripojené súbory sú dôverné a určené
výhradne osobám alebo organizáciám, ktorým boli adresované. Ak nie ste
zamýšlaný príjemca alebo ste dostali tento e-mail omylom, prosím upozornite
okamžite odosielateľa a vymažte tento e-mail. Neoprávnené kopírovanie,
zverejnenie alebo distribúcia tohto e-mailu, je prísne zakázané.
This email and any attached file are confidential and intended solely for the
use of the individual or entity to which they are addressed. If you are not the
intended recipient or have received this e-mail by mistake, please notify the
sender immediately and delete this e-mail. Any unauthorized copying, disclosure
or distribution of this e-mail's content is strictly prohibited.
---------------------------------------------------------------------------
Pred vytlačením tohto e-mailu myslite na životné prostredie.
Please consider your environmental responsibility before printing this e-mail
Hello,
I've got a very simple use-case not working with the Scheduler plugin (XE
4.5.2)
If I schedule a job containing merely:
System.out.println doc.name
... I get the following when I trigger it:
No such property: doc for class: Script1
Is it expected, not to be able to access current document from a Scheduler
script ?
Thanks,
Jeremie
If I use basic-authentification (for an external Intranet-Crawler),
i get on every new subwiki or space an authentification-request.
Where is the switch to authentificate a basic-authentificated user for the
whole session
or what i must configure ?
Thanks
Matthias
1) I discovered that I was unable to add users until I installed a bunch of
font packages. It seems that even when disabled, the user addition (from
the admin panel) wants to use the CAPTCHA. It can't generate the CAPTCHA
without the fonts. I wanted to mention this in case someone else runs in
to it. I tore down the Xwiki install and rebuilt it 3 times before I
figured out what the problem was.
2) I am documenting what I did to get Open Office to run as service on
Ubuntu Raring Ringtail so that if someone else needs it they will be able
to find it.
First you will need the package from the Open Office web
site<http://www.openoffice.org/>.
Do NOT use the ubuntu package as it requires that either Gnome or KDE be
installed and we don't install GUI's on servers.
Download the file and copy it your server. It should probably be the Linux
64 package.
Upload it to the server.
tar -zxvf <package name>
This will create a folder in your home directory with the language you
selected from the Open Office web site. In my case, that's en-US.
cd en-US
You will see a folder called DEBS
cd DEBS
Now you will need to use dpkg to install this.
dpkg -i *
This will install all of the Open Office debs.
You will also need to manually add some Open Office dependenices in order
to get it to run headless.
apt-get install install dictionaries-common libcurl3
libgstreamer-plugins-base0.10-0 libgstreamer0.10-0 libhunspell-1.1-0
libicu38 libneon27 libnss3-1d libnspr4-0d ttf-opensymbol libsm6 libice6
*Note that later distros may require version changes for some of these
packages. For example, Ringtail requires that you replace libicu38 with
libicu48, replace libhunspell-1.1-0 with libhunspell-1.3.0*
Now you will need to add the script to start/stop it with reboots.
cd /etc/init.d
vi openoffice
Paste in the script below & save it. You will need to make some edits but
first we need to check some file paths.
updatedb
locate soffice.bin
This will give you the path to soffice which you will need to change the 2
yellow lines below - Open Office home and file path to soffice.
Once you have made your edits, save the file again.
chmod 755 openoffice
Now check to make sure that the script works properly, so try to run it by
hand.
./openoffice
If it works, you can now add it do the default starts and stops.
update-rc.d openoffice defaults
#!/bin/bash
# openoffice.org headless server script
#
# chkconfig: 2345 80 30
# description: headless openoffice server script
# processname: openoffice
#
# Author: Vic Vijayakumar
# Modified by Federico Ch. Tomasczik
#
OOo_HOME=/opt/openoffice.org3
SOFFICE_PATH=$OOo_HOME/program/soffice
PIDFILE=/var/run/openoffice-server.pid
set -e
case "$1" in
start)
if [ -f $PIDFILE ]; then
echo "OpenOffice headless server has already started."
sleep 5
exit
fi
echo "Starting OpenOffice headless server"
$SOFFICE_PATH -headless -nologo -nofirststartwizard
-accept="socket,host=127.0.0.1,port=8100;urp" & > /dev/null 2>&1
touch $PIDFILE
;;
stop)
if [ -f $PIDFILE ]; then
echo "Stopping OpenOffice headless server."
killall -9 soffice && killall -9 soffice.bin
rm -f $PIDFILE
exit
fi
echo "Openoffice headless server is not running."
exit
;;
*)
echo "Usage: $0 {start|stop}"
exit 1
esac
exit 0
--
Thanks,
Mrs. Jimi Thompson-Fox, CISSP
Manager of Web Operations
SMU Cox School of Business
Webhelp Hotline: X8-WEB1
Website FAQs<http://www.cox.smu.edu/web/smu-cox-school-of-business1/technology/-/wiki/Ma…>and
HOW-TO
Videos <http://www.cox.smu.edu/web/smu-cox-school-of-business1/how-to>
Installed Xwiki on MySQL Server 5.6, Tomcat 7, Java 7, Windows Server 2008 R2
(Virtual Machine). Whenever I seem to do an action it shoots this error.
(ie: Create new space, Visit the Admin page Panel Wizard)
When I get this error if I refresh the page it will load just fine. It only
seems to be on the initial action of clicking a button or something. Please
help! Thank you!
Error number 4001 in 4: Error while parsing velocity page
/templates/xwikivars.vm
Wrapped Exception: Failed to evaluate content with id
[/templates/xwikivars.vm]
com.xpn.xwiki.XWikiException: Error number 4001 in 4: Error while parsing
velocity page /templates/xwikivars.vm
Wrapped Exception: Failed to evaluate content with id
[/templates/xwikivars.vm]
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:110)
at
com.xpn.xwiki.internal.template.DefaultPrivilegedTemplateRenderer.evaluate(DefaultPrivilegedTemplateRenderer.java:125)
at
com.xpn.xwiki.internal.template.DefaultPrivilegedTemplateRenderer.evaluateTemplate(DefaultPrivilegedTemplateRenderer.java:75)
at com.xpn.xwiki.XWiki.evaluateTemplate(XWiki.java:1829)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1769)
at com.xpn.xwiki.api.XWiki.parseTemplate(XWiki.java:895)
at sun.reflect.GeneratedMethodAccessor112.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:395)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:384)
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:173)
at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:280)
at
org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:369)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:216)
at
org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:311)
at
org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:230)
at
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:207)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342)
at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:228)
at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:187)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:105)
at
com.xpn.xwiki.internal.template.DefaultPrivilegedTemplateRenderer.evaluate(DefaultPrivilegedTemplateRenderer.java:125)
at
com.xpn.xwiki.internal.template.DefaultPrivilegedTemplateRenderer.evaluateTemplate(DefaultPrivilegedTemplateRenderer.java:75)
at com.xpn.xwiki.XWiki.evaluateTemplate(XWiki.java:1829)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1769)
at com.xpn.xwiki.api.XWiki.parseTemplate(XWiki.java:895)
at sun.reflect.GeneratedMethodAccessor112.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:395)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:384)
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:173)
at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:280)
at
org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:369)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:216)
at
org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:311)
at
org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:230)
at
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:207)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342)
at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:228)
at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:187)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:105)
at
com.xpn.xwiki.internal.template.DefaultPrivilegedTemplateRenderer.evaluate(DefaultPrivilegedTemplateRenderer.java:125)
at
com.xpn.xwiki.internal.template.DefaultPrivilegedTemplateRenderer.evaluateTemplate(DefaultPrivilegedTemplateRenderer.java:75)
at com.xpn.xwiki.XWiki.evaluateTemplate(XWiki.java:1829)
at com.xpn.xwiki.web.Utils.parseTemplate(Utils.java:166)
at com.xpn.xwiki.web.Utils.parseTemplate(Utils.java:88)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:347)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:128)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:621)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:728)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:120)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at
org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:144)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:66)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at
org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:208)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at
org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:111)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:222)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:123)
at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:502)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:99)
at
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:953)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)
at
org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1023)
at
org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:589)
at
org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:312)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:724)
Caused by: org.xwiki.velocity.XWikiVelocityException: Failed to evaluate
content with id [/templates/xwikivars.vm]
at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:247)
at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:187)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:105)
... 88 more
Caused by: org.apache.velocity.exception.MethodInvocationException:
Invocation of method 'hasAccessLevel' in class com.xpn.xwiki.api.XWiki
threw exception java.lang.NullPointerException at
/templates/xwikivars.vm[line 6, column 25]
at
org.apache.velocity.runtime.parser.node.ASTMethod.handleInvocationException(ASTMethod.java:243)
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:187)
at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:280)
at
org.apache.velocity.runtime.parser.node.ASTReference.value(ASTReference.java:567)
at
org.apache.velocity.runtime.parser.node.ASTExpression.value(ASTExpression.java:71)
at
org.apache.velocity.runtime.parser.node.ASTSetDirective.render(ASTSetDirective.java:142)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:87)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342)
at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:228)
... 90 more
Caused by: java.lang.NullPointerException
at com.xpn.xwiki.api.XWiki.hasAccessLevel(XWiki.java:1676)
at sun.reflect.GeneratedMethodAccessor155.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:395)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:384)
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:173)
... 98 more
Wrapped Exception:
org.apache.velocity.exception.MethodInvocationException: Invocation of
method 'hasAccessLevel' in class com.xpn.xwiki.api.XWiki threw exception
java.lang.NullPointerException at /templates/xwikivars.vm[line 6, column 25]
at
org.apache.velocity.runtime.parser.node.ASTMethod.handleInvocationException(ASTMethod.java:243)
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:187)
at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:280)
at
org.apache.velocity.runtime.parser.node.ASTReference.value(ASTReference.java:567)
at
org.apache.velocity.runtime.parser.node.ASTExpression.value(ASTExpression.java:71)
at
org.apache.velocity.runtime.parser.node.ASTSetDirective.render(ASTSetDirective.java:142)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:87)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342)
at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:228)
at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:187)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:105)
at
com.xpn.xwiki.internal.template.DefaultPrivilegedTemplateRenderer.evaluate(DefaultPrivilegedTemplateRenderer.java:125)
at
com.xpn.xwiki.internal.template.DefaultPrivilegedTemplateRenderer.evaluateTemplate(DefaultPrivilegedTemplateRenderer.java:75)
at com.xpn.xwiki.XWiki.evaluateTemplate(XWiki.java:1829)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1769)
at com.xpn.xwiki.api.XWiki.parseTemplate(XWiki.java:895)
at sun.reflect.GeneratedMethodAccessor112.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:395)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:384)
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:173)
at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:280)
at
org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:369)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:216)
at
org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:311)
at
org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:230)
at
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:207)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342)
at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:228)
at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:187)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:105)
at
com.xpn.xwiki.internal.template.DefaultPrivilegedTemplateRenderer.evaluate(DefaultPrivilegedTemplateRenderer.java:125)
at
com.xpn.xwiki.internal.template.DefaultPrivilegedTemplateRenderer.evaluateTemplate(DefaultPrivilegedTemplateRenderer.java:75)
at com.xpn.xwiki.XWiki.evaluateTemplate(XWiki.java:1829)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1769)
at com.xpn.xwiki.api.XWiki.parseTemplate(XWiki.java:895)
at sun.reflect.GeneratedMethodAccessor112.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:395)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:384)
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:173)
at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:280)
at
org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:369)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:216)
at
org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:311)
at
org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:230)
at
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:207)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342)
at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:228)
at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:187)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:105)
at
com.xpn.xwiki.internal.template.DefaultPrivilegedTemplateRenderer.evaluate(DefaultPrivilegedTemplateRenderer.java:125)
at
com.xpn.xwiki.internal.template.DefaultPrivilegedTemplateRenderer.evaluateTemplate(DefaultPrivilegedTemplateRenderer.java:75)
at com.xpn.xwiki.XWiki.evaluateTemplate(XWiki.java:1829)
at com.xpn.xwiki.web.Utils.parseTemplate(Utils.java:166)
at com.xpn.xwiki.web.Utils.parseTemplate(Utils.java:88)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:347)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:128)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:621)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:728)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:120)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at
org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:144)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:66)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at
org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:208)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at
org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:111)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:222)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:123)
at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:502)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:99)
at
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:953)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)
at
org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1023)
at
org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:589)
at
org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:312)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:724)
Caused by: java.lang.NullPointerException
at com.xpn.xwiki.api.XWiki.hasAccessLevel(XWiki.java:1676)
at sun.reflect.GeneratedMethodAccessor155.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:395)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:384)
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:173)
... 98 more
--
View this message in context: http://xwiki.475771.n2.nabble.com/Xwiki-Error-parsing-velocity-page-tp75861…
Sent from the XWiki- Users mailing list archive at Nabble.com.
I installed xwiki enterprise 5.1 without problems. I did debian 7 however,
had installed the same version of windows and generated xwiki in xar file
with all the contents thereof. when I want to import the xar in linux,
debian 7 to be exact, I can not do it, I get the following series of errors.
Error number 0 in 11: Uncaught exception
Wrapped Exception: Java heap space
com.xpn.xwiki.XWikiException: Error number 0 in 11: Uncaught exception
Wrapped Exception: Java heap space
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:308)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:128)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at
org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:641)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:120)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at
org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:144)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:66)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at
org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:208)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at
org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:111)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:225)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:123)
at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:168)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:98)
at
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:927)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:407)
at
org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1001)
at
org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:579)
at
org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:312)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:679)
Caused by: java.lang.OutOfMemoryError: Java heap space
at java.util.Arrays.copyOf(Arrays.java:2798)
at
java.io.ByteArrayOutputStream.write(ByteArrayOutputStream.java:111)
at
org.apache.commons.io.output.ProxyOutputStream.write(ProxyOutputStream.java:90)
at
org.apache.commons.codec.binary.BaseNCodecOutputStream.flush(BaseNCodecOutputStream.java:116)
at
org.apache.commons.codec.binary.BaseNCodecOutputStream.write(BaseNCodecOutputStream.java:97)
at org.apache.commons.io.IOUtils.copyLarge(IOUtils.java:1793)
at org.apache.commons.io.IOUtils.copyLarge(IOUtils.java:1769)
at org.apache.commons.io.IOUtils.copy(IOUtils.java:1744)
at
com.xpn.xwiki.internal.xml.XMLWriter.writeBase64(XMLWriter.java:183)
at com.xpn.xwiki.doc.XWikiAttachment.toXML(XWikiAttachment.java:426)
at
com.xpn.xwiki.doc.XWikiAttachment.toStringXML(XWikiAttachment.java:353)
at
com.xpn.xwiki.doc.XWikiAttachmentArchive.updateArchive(XWikiAttachmentArchive.java:180)
at
com.xpn.xwiki.doc.XWikiAttachment.updateContentArchive(XWikiAttachment.java:739)
at
com.xpn.xwiki.store.XWikiHibernateStore.saveAttachment(XWikiHibernateStore.java:1568)
at
com.xpn.xwiki.store.XWikiHibernateStore.saveAttachmentList(XWikiHibernateStore.java:1536)
at
com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiDoc(XWikiHibernateStore.java:524)
at
com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:177)
at
com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:170)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1448)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1404)
at
com.xpn.xwiki.web.UploadAction.uploadAttachment(UploadAction.java:200)
at com.xpn.xwiki.web.UploadAction.action(UploadAction.java:110)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:284)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:128)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at
org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:641)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
Wrapped Exception:
java.lang.OutOfMemoryError: Java heap space
at java.util.Arrays.copyOf(Arrays.java:2798)
at
java.io.ByteArrayOutputStream.write(ByteArrayOutputStream.java:111)
at
org.apache.commons.io.output.ProxyOutputStream.write(ProxyOutputStream.java:90)
at
org.apache.commons.codec.binary.BaseNCodecOutputStream.flush(BaseNCodecOutputStream.java:116)
at
org.apache.commons.codec.binary.BaseNCodecOutputStream.write(BaseNCodecOutputStream.java:97)
at org.apache.commons.io.IOUtils.copyLarge(IOUtils.java:1793)
at org.apache.commons.io.IOUtils.copyLarge(IOUtils.java:1769)
at org.apache.commons.io.IOUtils.copy(IOUtils.java:1744)
at
com.xpn.xwiki.internal.xml.XMLWriter.writeBase64(XMLWriter.java:183)
at com.xpn.xwiki.doc.XWikiAttachment.toXML(XWikiAttachment.java:426)
at
com.xpn.xwiki.doc.XWikiAttachment.toStringXML(XWikiAttachment.java:353)
at
com.xpn.xwiki.doc.XWikiAttachmentArchive.updateArchive(XWikiAttachmentArchive.java:180)
at
com.xpn.xwiki.doc.XWikiAttachment.updateContentArchive(XWikiAttachment.java:739)
at
com.xpn.xwiki.store.XWikiHibernateStore.saveAttachment(XWikiHibernateStore.java:1568)
at
com.xpn.xwiki.store.XWikiHibernateStore.saveAttachmentList(XWikiHibernateStore.java:1536)
at
com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiDoc(XWikiHibernateStore.java:524)
at
com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:177)
at
com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:170)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1448)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1404)
at
com.xpn.xwiki.web.UploadAction.uploadAttachment(UploadAction.java:200)
at com.xpn.xwiki.web.UploadAction.action(UploadAction.java:110)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:284)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:128)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at
org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:641)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
the wiki is installed on tomcat 7.
-----
Pablo Cabrol.
Drupal web designer
Entre Rios - Argentina
--
View this message in context: http://xwiki.475771.n2.nabble.com/xar-importing-errors-xwiki-5-1-on-debian-…
Sent from the XWiki- Users mailing list archive at Nabble.com.
we have installed ubuntu 12.04 and xwiki at the end of the installation, when
trying to login with admin / admin does not respond. there is a special
password for linux distributions?
best regards.
--
View this message in context: http://xwiki.475771.n2.nabble.com/Problems-with-login-xwiki-ubuntu-12-04-tp…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi , I have a problem with the WYSIWYG editor.
When I use it from my intranet it works perfectly but when I use it
from outside via a VPN connexion the editor is never displayed : I just
have the loading symbol.
I'm using version 5.0.1 and this problem appears on Firefox, Chrome
and IE
Any ideas ?
Thanks for your help.
Regards, Pierrick
Hi,
We are setting a 5.1 corporate Xwiki (closed wiki) so only registered users
are able to access pages.
For this, we have set the "prevent unregistered users from viewing pages,
regardless of the page or space rights" option in xwiki admin.
As a result, any unregistered user is redirected to the login page but the
skin theme is broken. We have seen old posts telling to set the ColorThemes
space to be viewable by guests in order to solve this issue, but it no
longer works.
Also, the new "Menu Application" is affected (see screenshot):
http://postimg.org/image/5u3sdalyr/
Anyone knows how to solve this issue?
Thanks in advance,
Jaume
Hi Users and Devs
I have an old version of xwiki 2.x , and I am running on real app and I
cannot make an upgrade right now, but I have a problem to solve :
I have a wysiwyg inside a form that has enctype=multipart/form-data,
when I submit data the HTML content is not converted in xwiki syntax and
this gives a strange rendering of my content
I hope I you have a trick to get around this problem
Cheers
Hello,
when I fill out the LDAP settings and save them, I get an error message
"Failed to execute the [groovy] macro"
and the detailed reason is
"org.xwiki.rendering.macro.MacroExecutionException: You don't have the
right to execute this script"
Has anyone a idea for me, why i get this error. Where is the problem?
Many thanks
Matthias
Hi folks,
I've installed Xwiki-manager and I've got a problem I'm not sure to
undestand... When I try to register on a "subwiki", I get a
redirection loop.
I think it comes from my architecture and the way XWiki handles registration.
Here's how I configured my server :
XWiki manager installed on port 8980. I have a http proxy (lighttpd)
on port 80 which redirects to port 8980
I created several subwikis with corresponding domain names.
So :
xwiki-manager:8980 -> main wiki
xwiki1:80 redirects to xwiki1:8980 -> a subwiki
xwiki2:80 redirects to xwiki2:8980 -> a subwiki
...
When I try to register on :
xwiki-manager:8980 -> OK
xwiki1:80 -> NOK (redirection loop)
xwiki2:8980 -> NOK (redirection loop)
For information, here's the configuration of my proxy :
$HTTP["host"] == "xwiki1" {
proxy.server = ( "" =>
( (
"host" => "127.0.0.1",
"port" => 8980
) )
)
}
Can someone help me to understand what happens and how to solve this issue ?
I tried setting xwiki.virtual.failOnWikiDoesNotExist to 1 but it does
not seem to change anything
Thanks
--
Frédéric Bouquet
Twitter/Github : bouquetf
http://www.espacedefouille.org/
I uploaded a video in my wiki page as Administrator using JW Player macro.
When I tried to delete that page it shows following error message
Notice
A problem occurred while trying to process your request. Please contact the
webmaster if this happens again.
Detailed information:
Error number 0 in 3: Exception while hibernate execute
Wrapped Exception: could not insert: [com.xpn.xwiki.doc.XWikiDeletedDocument]
com.xpn.xwiki.XWikiException: Error number 0 in 3: Exception while
hibernate execute
Wrapped Exception: could not insert: [com.xpn.xwiki.doc.XWikiDeletedDocument]
at com.xpn.xwiki.store.XWikiHibernateBaseStore.execute(XWikiHibernateBaseStore.java:1268)
at com.xpn.xwiki.store.XWikiHibernateBaseStore.executeWrite(XWikiHibernateBaseStore.java:1348)
at com.xpn.xwiki.store.XWikiHibernateRecycleBinStore.saveToRecycleBin(XWikiHibernateRecycleBinStore.java:123)
at com.xpn.xwiki.XWiki.deleteDocument(XWiki.java:3936)
at com.xpn.xwiki.XWiki.deleteDocument(XWiki.java:3911)
at com.xpn.xwiki.XWiki.deleteAllDocuments(XWiki.java:5695)
at com.xpn.xwiki.XWiki.deleteAllDocuments(XWiki.java:5684)
at com.xpn.xwiki.web.DeleteAction.action(DeleteAction.java:93)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:288)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:123)
at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:755)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:669)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1448)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:120)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
at org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:144)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
at com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:66)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
at org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:208)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
at org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:111)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:557)
at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1075)
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)
at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:255)
at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:154)
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
at org.eclipse.jetty.server.Server.handle(Server.java:368)
at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:488)
at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:943)
at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:1004)
at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:861)
at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
at java.lang.Thread.run(Unknown Source)
Caused by: org.hibernate.exception.GenericJDBCException: could not
insert: [com.xpn.xwiki.doc.XWikiDeletedDocument]
at org.hibernate.exception.SQLStateConverter.handledNonSpecificException(SQLStateConverter.java:140)
at org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:128)
at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:66)
at org.hibernate.id.insert.AbstractReturningDelegate.performInsert(AbstractReturningDelegate.java:64)
at org.hibernate.persister.entity.AbstractEntityPersister.insert(AbstractEntityPersister.java:2345)
at org.hibernate.persister.entity.AbstractEntityPersister.insert(AbstractEntityPersister.java:2852)
at org.hibernate.action.EntityIdentityInsertAction.execute(EntityIdentityInsertAction.java:71)
at org.hibernate.engine.ActionQueue.execute(ActionQueue.java:273)
at org.hibernate.event.def.AbstractSaveEventListener.performSaveOrReplicate(AbstractSaveEventListener.java:320)
at org.hibernate.event.def.AbstractSaveEventListener.performSave(AbstractSaveEventListener.java:203)
at org.hibernate.event.def.AbstractSaveEventListener.saveWithGeneratedId(AbstractSaveEventListener.java:129)
at org.hibernate.event.def.DefaultSaveOrUpdateEventListener.saveWithGeneratedOrRequestedId(DefaultSaveOrUpdateEventListener.java:210)
at org.hibernate.event.def.DefaultSaveEventListener.saveWithGeneratedOrRequestedId(DefaultSaveEventListener.java:56)
at org.hibernate.event.def.DefaultSaveOrUpdateEventListener.entityIsTransient(DefaultSaveOrUpdateEventListener.java:195)
at org.hibernate.event.def.DefaultSaveEventListener.performSaveOrUpdate(DefaultSaveEventListener.java:50)
at org.hibernate.event.def.DefaultSaveOrUpdateEventListener.onSaveOrUpdate(DefaultSaveOrUpdateEventListener.java:93)
at org.hibernate.impl.SessionImpl.fireSave(SessionImpl.java:713)
at org.hibernate.impl.SessionImpl.save(SessionImpl.java:701)
at org.hibernate.impl.SessionImpl.save(SessionImpl.java:697)
at com.xpn.xwiki.store.XWikiHibernateRecycleBinStore$1.doInHibernate(XWikiHibernateRecycleBinStore.java:128)
at com.xpn.xwiki.store.XWikiHibernateBaseStore.execute(XWikiHibernateBaseStore.java:1262)
... 51 more
Caused by: java.sql.SQLException: java.lang.RuntimeException:
unsupported internal operation: Session java.lang.RuntimeException:
unsupported internal operation: Session
at org.hsqldb.jdbc.Util.sqlException(Unknown Source)
at org.hsqldb.jdbc.Util.sqlException(Unknown Source)
at org.hsqldb.jdbc.JDBCPreparedStatement.fetchResult(Unknown Source)
at org.hsqldb.jdbc.JDBCPreparedStatement.executeUpdate(Unknown Source)
at org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:105)
at org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:105)
at org.hibernate.id.IdentityGenerator$GetGeneratedKeysDelegate.executeAndExtract(IdentityGenerator.java:94)
at org.hibernate.id.insert.AbstractReturningDelegate.performInsert(AbstractReturningDelegate.java:57)
... 68 more
Caused by: org.hsqldb.HsqlException: java.lang.RuntimeException:
unsupported internal operation: Session
at org.hsqldb.error.Error.error(Unknown Source)
at org.hsqldb.result.Result.newErrorResult(Unknown Source)
at org.hsqldb.StatementDMQL.execute(Unknown Source)
at org.hsqldb.Session.executeCompiledStatement(Unknown Source)
at org.hsqldb.Session.execute(Unknown Source)
... 74 more
Caused by: java.lang.RuntimeException: unsupported internal operation: Session
at org.hsqldb.error.Error.runtimeError(Unknown Source)
at org.hsqldb.Session.performLOBOperation(Unknown Source)
at org.hsqldb.Session.execute(Unknown Source)
at org.hsqldb.types.ClobDataID.nonSpaceLength(Unknown Source)
at org.hsqldb.types.CharacterType.castOrConvertToType(Unknown Source)
at org.hsqldb.types.CharacterType.convertToType(Unknown Source)
at org.hsqldb.StatementDML.getInsertData(Unknown Source)
at org.hsqldb.StatementInsert.getInsertValuesNavigator(Unknown Source)
at org.hsqldb.StatementInsert.getResult(Unknown Source)
... 77 more
Wrapped Exception:
java.sql.SQLException: java.lang.RuntimeException: unsupported
internal operation: Session java.lang.RuntimeException: unsupported
internal operation: Session
at org.hsqldb.jdbc.Util.sqlException(Unknown Source)
at org.hsqldb.jdbc.Util.sqlException(Unknown Source)
at org.hsqldb.jdbc.JDBCPreparedStatement.fetchResult(Unknown Source)
at org.hsqldb.jdbc.JDBCPreparedStatement.executeUpdate(Unknown Source)
at org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:105)
at org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:105)
at org.hibernate.id.IdentityGenerator$GetGeneratedKeysDelegate.executeAndExtract(IdentityGenerator.java:94)
at org.hibernate.id.insert.AbstractReturningDelegate.performInsert(AbstractReturningDelegate.java:57)
at org.hibernate.persister.entity.AbstractEntityPersister.insert(AbstractEntityPersister.java:2345)
at org.hibernate.persister.entity.AbstractEntityPersister.insert(AbstractEntityPersister.java:2852)
at org.hibernate.action.EntityIdentityInsertAction.execute(EntityIdentityInsertAction.java:71)
at org.hibernate.engine.ActionQueue.execute(ActionQueue.java:273)
at org.hibernate.event.def.AbstractSaveEventListener.performSaveOrReplicate(AbstractSaveEventListener.java:320)
at org.hibernate.event.def.AbstractSaveEventListener.performSave(AbstractSaveEventListener.java:203)
at org.hibernate.event.def.AbstractSaveEventListener.saveWithGeneratedId(AbstractSaveEventListener.java:129)
at org.hibernate.event.def.DefaultSaveOrUpdateEventListener.saveWithGeneratedOrRequestedId(DefaultSaveOrUpdateEventListener.java:210)
at org.hibernate.event.def.DefaultSaveEventListener.saveWithGeneratedOrRequestedId(DefaultSaveEventListener.java:56)
at org.hibernate.event.def.DefaultSaveOrUpdateEventListener.entityIsTransient(DefaultSaveOrUpdateEventListener.java:195)
at org.hibernate.event.def.DefaultSaveEventListener.performSaveOrUpdate(DefaultSaveEventListener.java:50)
at org.hibernate.event.def.DefaultSaveOrUpdateEventListener.onSaveOrUpdate(DefaultSaveOrUpdateEventListener.java:93)
at org.hibernate.impl.SessionImpl.fireSave(SessionImpl.java:713)
at org.hibernate.impl.SessionImpl.save(SessionImpl.java:701)
at org.hibernate.impl.SessionImpl.save(SessionImpl.java:697)
at com.xpn.xwiki.store.XWikiHibernateRecycleBinStore$1.doInHibernate(XWikiHibernateRecycleBinStore.java:128)
at com.xpn.xwiki.store.XWikiHibernateBaseStore.execute(XWikiHibernateBaseStore.java:1262)
at com.xpn.xwiki.store.XWikiHibernateBaseStore.executeWrite(XWikiHibernateBaseStore.java:1348)
at com.xpn.xwiki.store.XWikiHibernateRecycleBinStore.saveToRecycleBin(XWikiHibernateRecycleBinStore.java:123)
at com.xpn.xwiki.XWiki.deleteDocument(XWiki.java:3936)
at com.xpn.xwiki.XWiki.deleteDocument(XWiki.java:3911)
at com.xpn.xwiki.XWiki.deleteAllDocuments(XWiki.java:5695)
at com.xpn.xwiki.XWiki.deleteAllDocuments(XWiki.java:5684)
at com.xpn.xwiki.web.DeleteAction.action(DeleteAction.java:93)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:288)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:123)
at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:755)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:669)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1448)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:120)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
at org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:144)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
at com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:66)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
at org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:208)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
at org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:111)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:557)
at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1075)
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)
at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:255)
at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:154)
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
at org.eclipse.jetty.server.Server.handle(Server.java:368)
at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:488)
at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:943)
at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:1004)
at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:861)
at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
at java.lang.Thread.run(Unknown Source)
Caused by: org.hsqldb.HsqlException: java.lang.RuntimeException:
unsupported internal operation: Session
at org.hsqldb.error.Error.error(Unknown Source)
at org.hsqldb.result.Result.newErrorResult(Unknown Source)
at org.hsqldb.StatementDMQL.execute(Unknown Source)
at org.hsqldb.Session.executeCompiledStatement(Unknown Source)
at org.hsqldb.Session.execute(Unknown Source)
... 74 more
Caused by: java.lang.RuntimeException: unsupported internal operation: Session
at org.hsqldb.error.Error.runtimeError(Unknown Source)
at org.hsqldb.Session.performLOBOperation(Unknown Source)
at org.hsqldb.Session.execute(Unknown Source)
at org.hsqldb.types.ClobDataID.nonSpaceLength(Unknown Source)
at org.hsqldb.types.CharacterType.castOrConvertToType(Unknown Source)
at org.hsqldb.types.CharacterType.convertToType(Unknown Source)
at org.hsqldb.StatementDML.getInsertData(Unknown Source)
at org.hsqldb.StatementInsert.getInsertValuesNavigator(Unknown Source)
at org.hsqldb.StatementInsert.getResult(Unknown Source)
... 77 more
--
*Regards*
*M.GANESAN*
*E-Mai*l :mganeshanece@gmail.com
**
Hi everybody,
I'm using a calendar in a subwiki. Everything is ok when I have admin
rights : I can see the calendar and events of the blog inside.
When I don't have admin rights, I can see the calendar but without
events. Do you know how I can change that ? I would like to see this
calendar whitout these rights.
Thanks !
Pierrick
Hello Everyone,
How to enable or disable proggramming rights to a particular user?
Whether default user Admin has the proggramming rights?
--
*Regards*
*M.GANESAN*
*E-Mai*l :mganeshanece@gmail.com
**
Hi everybody !
I have a problem with validation using regular expression.
I created a class with a number property "price". I defined the
Validation Regular Expression : [-+]?[0-9]*[.,]?[0-9]+ and the
Validation Message is stored in a translation page.
I would like that the Validation message appears when I try to edit
the price property of an object of this class with a bad value.
Currently it seems my regexp is not used : I never see my validation
message.
I tried to use this page but no success :
http://platform.xwiki.org/xwiki/bin/view/DevGuide/Creating+a+form+with+vali…
Need help please.
Thanks a lot!
Pierrick
Hey all,
I'm running my very first xwiki installation and came across a small issue I
can't seem to be able to resolve with my limited experience of the product:
I need to restrict (registered) users' permission to see the user directory
to a specific group only ie. nobody else will be able to see the list of
registered users.
What I tried first was to restrict users' access to the User Directory page
but that doesn't really help since it only restricts access to that page -
not to users' profiles. You can simply manually hack the desired username in
the URL and get to see that user's profile.
How should I proceed?
-Petteri
--
Petteri Lyytinen
CTO / Celeg Hannas OÜ
Today i ran the maven build on xwiki project(intention is to build my
single sign on class ) but
maven is not find the artifact *xwiki-platform-legacy-oldcore:jar* in nexus
repository.I am not
getting whats the issue(as i was able to build the project some months
back). below is the error
Could not find artifact
org.xwiki.platform:xwiki-platform-legacy-oldcore:jar:4.0-SNAPSHOT
in xwiki-snapshots (
http://nexus.xwiki.org/nexus/content/groups/public-snapshots) -> [Help
1]
[ERROR]
Has the artifact xwiki-platform-legacy-oldcore:jar:4.0 been removed from
repository?
Hello,
i'd like to rename the header of my blog categories.
Right now it's called "Sheet for displaying blog categories"
Where can I change that? I tried everything.
Thanks for your help!
Tom
Hello,
i wonder if i could use the login realm of xwiki for other applications
to enable single sign on mechanisms with xwiki as storage for the users.
Thank you
Andreas
--
Andreas Niekler, Dipl. Ing. (FH)
NLP Group | Department of Computer Science
University of Leipzig
Johannisgasse 26 | 04103 Leipzig
mail: aniekler(a)informatik.uni-leipzig.deg.de
Hi,
I want to show an information text when a user is editing a page. Is there
any plug-in or suggestion how to do that? Perhaps a side panel or something?
Regards,
Vincent
--
View this message in context: http://xwiki.475771.n2.nabble.com/Show-information-while-editing-a-page-tp7…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello,
I'm new in the XWiki-Application and I want to allow Users (not Admins) ONLY
to create a new Page in a Space. This Users mustn't edit one or two already
existing Pages, but have to edit other ones in this Space. They mustn't edit
the dashboard or something else. ONLY creating new Pages.
Thanks a lot
--
View this message in context: http://xwiki.475771.n2.nabble.com/Create-New-Page-Not-allow-editing-existin…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi guys,
I am looking for a macro, application or code snippet showing the activity
evaluation of users
Maybe a table or a list showing how many logins, how many page visits and
contributions per user
Could you direct me
Thanks !
--
*BHY*
Hi All
We have just installed XWIKI XEM Enterprise 5.1 and we are accessing xwiki
using the url: wiki.geo.com:8080/xem
We create few sub wikis by clicking Create Wiki but url of these subwiki
shows as http://localhost:8080/xem/wiki/development ,
http://localhost:8080/xem/wiki/admins etc.
We can access these by replacing localhost with our domain name wiki.geo.com
So please let us know how we can configure xwiki to use domain name as
wiki.geo.com so while creating wikis its default takes as
wiki.geo.com:8080/xem/wiki/development
Please anyone help us on it.
Thanks
Geo
Hello,
recognition:
I'am a beginner of xwiki (XEM 5.0), know some other CMS and i think it's a
thery good designed system, many possibilities, configurations - respect!
experience:
Last Week I have installed the OpenOffice-Server on a SLES 11 Server, the
little problem was, find OpenOffice for SLES (RPM-Files)
The solution was at the end easy - take the SUSE-Client-DVD - not the
SLES-Server-DVD,
include it in the repository and install OpenOffice about yast -
you find the installed OpenOffice under the directory "/usr/lib/oo3"
Question:
What is with your page
http://www.xwiki.org/xwiki/bin/view/References/WebHome ?
I found with google so many Xwiki's at the internet, what is the problem
with references?
suggestions :
- make it possible to inherit default's from the main wiki to the
workspaces or spaces (e.g. SMTP-Server, location, skins, rights)
- checkboxes in the indexes to manipulate many documents (e.g.
"delete",."manipulate to a parent document", "copy", "Rights"..) at once
Many thanks
Matthias
I really don't understand what you are talking about here.
When the database is empty you get Distribution Wizard which install
you default UI.
On Thu, Jul 4, 2013 at 8:36 PM, Vincent Massol <vincent(a)massol.net> wrote:
> It's been several emails that I see on this topic from users unfortunately. I think It's almost impossible for a new user to understand by themselves that they have to edit xwik.cfg's superadmin password and restart their wiki. Thus I believe we need to improve the XWiki install process. I'm proposing 2 solutions.
>
> Solution 1
> ========
>
> I'm proposing something very simple for now:
> * If the database is empty and no user is logged in then always display an information box when accessing the first page of the wiki in view mode. If we restart the wiki then again the first page accessed in view mode will display the information (if the user is not logged in).
> * In this information box, we explain that the admin has to edit the xwiki.cfg file, set a password and restart XWiki and that he'll then get a wizard to install default wiki pages and extensions.
>
> Solution 2
> ========
>
> In the future, it would be nice to have a new step in the Distribution Wizard so that if the database is empty then the Distribution Wizard appears and asks the user to select a password for the superadmin user, persists it and logs the user as superadmin so that he goes to step 2 of the Distribution Wizard
>
> Or maybe we should go directly for solution 2?
>
> WDYT?
>
> Thanks
> -Vincent
>
> On Jul 4, 2013, at 7:27 PM, Danilo Amaral de Oliveira <danilo.oliveira(a)energisa.com.br> wrote:
>
>> Hello Pablo,
>>
>> I guess that you have installed the empty xwiki. I faced this problem too.
>>
>> Try to edit the xwiki.cfg document inside the Web-Inf folder and activate the superadmin user. Take of the # comment of the line, the default pass is "system".
>> After that, login and try to import the default XAR archive to the xwiki. You can download the default xar archive from the xwiki.org site.
>> Then you will can login with default Admin user.
>>
>> Don't forget to comment again the superadmin user.
>>
>> Saludos,
>>
>> Danilo Amaral de Oliveira
>> Engenheiro Trainee
>> Gerência Corporativa de Infraestrutura de TI
>>
>> Minas Gerais
>> (0xx32) 9111-6867
>>
>> -----Mensagem original-----
>> De: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org] Em nome de pablocabrol
>> Enviada em: quinta-feira, 4 de julho de 2013 11:31
>> Para: users(a)xwiki.org
>> Assunto: Re: [xwiki-users] Problems with login-xwiki + ubuntu 12.04
>>
>> We are using Admin /admin and is not working, thanks.
>>
>>
>>
>> -----
>> Pablo Cabrol.
>> Drupal web designer
>> Entre Rios - Argentina
>> --
>> View this message in context: http://xwiki.475771.n2.nabble.com/Problems-with-login-xwiki-ubuntu-12-04-tp…
>> Sent from the XWiki- Users mailing list archive at Nabble.com.
>> _______________________________________________
>> users mailing list
>> users(a)xwiki.org
>> http://lists.xwiki.org/mailman/listinfo/users
>> _______________________________________________
>> users mailing list
>> users(a)xwiki.org
>> http://lists.xwiki.org/mailman/listinfo/users
>
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
--
Thomas Mortagne
Hello,
I have been trying to get Xwiki to run under weblogic 10.3.2 (and 10.3.5)
for a few weeks without any success. I've tried the war and exploded war
with the same results. I've configured the datasource in weblogic and tested
that it connects to the database (oracle) just fine. Any help would be
greatly appreciated. Here's the error that I am getting. Thanks again.
2013-06-28 08:12:41,386 [[STANDBY] ExecuteThread: '3' for queue:
'weblogic.kernel.Default (self-tuning)'] ERROR o.r.Reflections
- could not create Vfs.Dir from url. ignoring the exception and continuing
org.reflections.ReflectionsException: could not create Vfs.Dir from url, no
matching UrlType was found
[zip:/oracle/user_projects/domains/sos-willow-Domain/servers/danthi/stage/xwiki/xwiki/WEB-INF/lib/xwiki-commons-extension-api-5.0.3.jar!/]
either use fromURL(final URL url, final List<UrlType> urlTypes) or use the
static setDefaultURLTypes(final List<UrlType> urlTypes) or
addDefaultURLTypes(UrlType urlType) with your specialized UrlType.
at org.reflections.vfs.Vfs.fromURL(Vfs.java:109)
~[reflections-0.9.7.jar:na]
at org.reflections.vfs.Vfs.fromURL(Vfs.java:91)
~[reflections-0.9.7.jar:na]
at org.reflections.Reflections.scan(Reflections.java:168)
[reflections-0.9.7.jar:na]
at org.reflections.Reflections.<init>(Reflections.java:97)
[reflections-0.9.7.jar:na]
at
org.xwiki.extension.internal.DefaultExtensionLicenseManager.initialize(DefaultExtensionLicenseManager.java:85)
[xwiki-commons-extension-api-5.0.3.jar:na]
at
org.xwiki.component.embed.InitializableLifecycleHandler.handle(InitializableLifecycleHandler.java:39)
[xwiki-commons-legacy-component-default-5.0.3.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:323)
[xwiki-commons-legacy-component-default-5.0.3.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:378)
[xwiki-commons-legacy-component-default-5.0.3.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:346)
[xwiki-commons-legacy-component-default-5.0.3.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:161)
[xwiki-commons-legacy-component-default-5.0.3.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:312)
[xwiki-commons-legacy-component-default-5.0.3.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:378)
[xwiki-commons-legacy-component-default-5.0.3.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:346)
[xwiki-commons-legacy-component-default-5.0.3.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:161)
[xwiki-commons-legacy-component-default-5.0.3.jar:na]
at
org.xwiki.extension.repository.internal.DefaultExtensionRepositoryManager.addRepository(DefaultExtensionRepositoryManager.java:121)
[xwiki-commons-extension-api-5.0.3.jar:na]
at
org.xwiki.extension.repository.internal.DefaultExtensionRepositoryManager.initialize(DefaultExtensionRepositoryManager.java:99)
[xwiki-commons-extension-api-5.0.3.jar:na]
at
org.xwiki.component.embed.InitializableLifecycleHandler.handle(InitializableLifecycleHandler.java:39)
[xwiki-commons-legacy-component-default-5.0.3.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:323)
[xwiki-commons-legacy-component-default-5.0.3.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:378)
[xwiki-commons-legacy-component-default-5.0.3.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:346)
[xwiki-commons-legacy-component-default-5.0.3.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:161)
[xwiki-commons-legacy-component-default-5.0.3.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:312)
[xwiki-commons-legacy-component-default-5.0.3.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:378)
[xwiki-commons-legacy-component-default-5.0.3.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:346)
[xwiki-commons-legacy-component-default-5.0.3.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:161)
[xwiki-commons-legacy-component-default-5.0.3.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:312)
[xwiki-commons-legacy-component-default-5.0.3.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:378)
[xwiki-commons-legacy-component-default-5.0.3.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:346)
[xwiki-commons-legacy-component-default-5.0.3.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:161)
[xwiki-commons-legacy-component-default-5.0.3.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:312)
[xwiki-commons-legacy-component-default-5.0.3.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:378)
[xwiki-commons-legacy-component-default-5.0.3.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:346)
[xwiki-commons-legacy-component-default-5.0.3.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:161)
[xwiki-commons-legacy-component-default-5.0.3.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:312)
[xwiki-commons-legacy-component-default-5.0.3.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:378)
[xwiki-commons-legacy-component-default-5.0.3.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getInstanceMap(EmbeddableComponentManager.java:185)
[xwiki-commons-legacy-component-default-5.0.3.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getInstanceList(EmbeddableComponentManager.java:169)
[xwiki-commons-legacy-component-default-5.0.3.jar:na]
at
org.xwiki.observation.internal.DefaultObservationManager.initializeListeners(DefaultObservationManager.java:164)
[xwiki-commons-observation-local-5.0.3.jar:na]
at
org.xwiki.observation.internal.DefaultObservationManager.getListenersByEvent(DefaultObservationManager.java:131)
[xwiki-commons-observation-local-5.0.3.jar:na]
at
org.xwiki.observation.internal.DefaultObservationManager.notify(DefaultObservationManager.java:262)
[xwiki-commons-observation-local-5.0.3.jar:na]
at
org.xwiki.observation.internal.DefaultObservationManager.notify(DefaultObservationManager.java:316)
[xwiki-commons-observation-local-5.0.3.jar:na]
at
org.xwiki.container.servlet.XWikiServletContextListener.contextInitialized(XWikiServletContextListener.java:109)
[xwiki-platform-container-servlet-5.0.3.jar:na]
at
weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
[weblogic.jar:10.3.5.0]
at
weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
[com.bea.core.weblogic.security.identity_1.1.2.1.jar:1.1.2.1]
at
weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
[com.bea.core.weblogic.security.wls_1.0.0.0_6-1-0-0.jar:6.1.0.0]
at
weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
[weblogic.jar:10.3.5.0]
at
weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1872)
[weblogic.jar:10.3.5.0]
at
weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3153)
[weblogic.jar:10.3.5.0]
at
weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1508)
[weblogic.jar:10.3.5.0]
at
weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
[weblogic.jar:10.3.5.0]
at
weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
[weblogic.jar:10.3.5.0]
at
weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
[weblogic.jar:10.3.5.0]
at
weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
[weblogic.jar:10.3.5.0]
at
weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
[weblogic.jar:10.3.5.0]
at
weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
[weblogic.jar:10.3.5.0]
at
weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
[weblogic.jar:10.3.5.0]
at
weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
[weblogic.jar:10.3.5.0]
at
weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
[weblogic.jar:10.3.5.0]
at
weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
[weblogic.jar:10.3.5.0]
at
weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:636)
[weblogic.jar:10.3.5.0]
at
weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
[weblogic.jar:10.3.5.0]
at
weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205)
[weblogic.jar:10.3.5.0]
at
weblogic.application.internal.SingleModuleDeployment.activate(SingleModuleDeployment.java:43)
[weblogic.jar:10.3.5.0]
at
weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
[weblogic.jar:10.3.5.0]
at
weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
[weblogic.jar:10.3.5.0]
at
weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:569)
[weblogic.jar:10.3.5.0]
at
weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:150)
[weblogic.jar:10.3.5.0]
at
weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:116)
[weblogic.jar:10.3.5.0]
at
weblogic.deploy.internal.targetserver.operations.StartOperation.doCommit(StartOperation.java:140)
[weblogic.jar:10.3.5.0]
at
weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:323)
[weblogic.jar:10.3.5.0]
at
weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:844)
[weblogic.jar:10.3.5.0]
at
weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1253)
[weblogic.jar:10.3.5.0]
at
weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:440)
[weblogic.jar:10.3.5.0]
at
weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:163)
[weblogic.jar:10.3.5.0]
at
weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:195)
[weblogic.jar:10.3.5.0]
at
weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:13)
[weblogic.jar:10.3.5.0]
at
weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:68)
[weblogic.jar:10.3.5.0]
at
weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
[com.bea.core.weblogic.workmanager_1.10.0.0.jar:1.10.0.0]
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
[com.bea.core.weblogic.workmanager_1.10.0.0.jar:1.10.0.0]
at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
[com.bea.core.weblogic.workmanager_1.10.0.0.jar:1.10.0.0]
2013-06-28 08:12:51,127 [[STANDBY] ExecuteThread: '3' for queue:
'weblogic.kernel.Default (self-tuning)'] ERROR
aultExtensionRepositoryManager - Failed to add repository [maven-xwiki
(http://nexus.xwiki.org/nexus/content/groups/public)]
org.xwiki.extension.repository.ExtensionRepositoryException: Failed to
create repository [maven-xwiki
(http://nexus.xwiki.org/nexus/content/groups/public)]
at
org.xwiki.extension.repository.aether.internal.AetherExtensionRepositoryFactory.createRepository(AetherExtensionRepositoryFactory.java:108)
~[xwiki-commons-extension-repository-maven-5.0.3.jar:na]
at
org.xwiki.extension.repository.internal.DefaultExtensionRepositoryManager.addRepository(DefaultExtensionRepositoryManager.java:124)
~[xwiki-commons-extension-api-5.0.3.jar:na]
at
org.xwiki.extension.repository.internal.DefaultExtensionRepositoryManager.initialize(DefaultExtensionRepositoryManager.java:99)
~[xwiki-commons-extension-api-5.0.3.jar:na]
at
org.xwiki.component.embed.InitializableLifecycleHandler.handle(InitializableLifecycleHandler.java:39)
[xwiki-commons-legacy-component-default-5.0.3.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:323)
[xwiki-commons-legacy-component-default-5.0.3.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:378)
[xwiki-commons-legacy-component-default-5.0.3.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:346)
[xwiki-commons-legacy-component-default-5.0.3.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:161)
[xwiki-commons-legacy-component-default-5.0.3.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:312)
[xwiki-commons-legacy-component-default-5.0.3.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:378)
[xwiki-commons-legacy-component-default-5.0.3.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:346)
[xwiki-commons-legacy-component-default-5.0.3.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:161)
[xwiki-commons-legacy-component-default-5.0.3.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:312)
[xwiki-commons-legacy-component-default-5.0.3.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:378)
[xwiki-commons-legacy-component-default-5.0.3.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:346)
[xwiki-commons-legacy-component-default-5.0.3.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:161)
[xwiki-commons-legacy-component-default-5.0.3.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:312)
[xwiki-commons-legacy-component-default-5.0.3.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:378)
[xwiki-commons-legacy-component-default-5.0.3.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:346)
[xwiki-commons-legacy-component-default-5.0.3.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:161)
[xwiki-commons-legacy-component-default-5.0.3.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:312)
[xwiki-commons-legacy-component-default-5.0.3.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:378)
[xwiki-commons-legacy-component-default-5.0.3.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getInstanceMap(EmbeddableComponentManager.java:185)
[xwiki-commons-legacy-component-default-5.0.3.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getInstanceList(EmbeddableComponentManager.java:169)
[xwiki-commons-legacy-component-default-5.0.3.jar:na]
at
org.xwiki.observation.internal.DefaultObservationManager.initializeListeners(DefaultObservationManager.java:164)
[xwiki-commons-observation-local-5.0.3.jar:na]
at
org.xwiki.observation.internal.DefaultObservationManager.getListenersByEvent(DefaultObservationManager.java:131)
[xwiki-commons-observation-local-5.0.3.jar:na]
at
org.xwiki.observation.internal.DefaultObservationManager.notify(DefaultObservationManager.java:262)
[xwiki-commons-observation-local-5.0.3.jar:na]
at
org.xwiki.observation.internal.DefaultObservationManager.notify(DefaultObservationManager.java:316)
[xwiki-commons-observation-local-5.0.3.jar:na]
at
org.xwiki.container.servlet.XWikiServletContextListener.contextInitialized(XWikiServletContextListener.java:109)
[xwiki-platform-container-servlet-5.0.3.jar:na]
at
weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
[weblogic.jar:10.3.5.0]
at
weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
[com.bea.core.weblogic.security.identity_1.1.2.1.jar:1.1.2.1]
at
weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
[com.bea.core.weblogic.security.wls_1.0.0.0_6-1-0-0.jar:6.1.0.0]
at
weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
[weblogic.jar:10.3.5.0]
at
weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1872)
[weblogic.jar:10.3.5.0]
at
weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3153)
[weblogic.jar:10.3.5.0]
at
weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1508)
[weblogic.jar:10.3.5.0]
at
weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
[weblogic.jar:10.3.5.0]
at
weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
[weblogic.jar:10.3.5.0]
at
weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
[weblogic.jar:10.3.5.0]
at
weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
[weblogic.jar:10.3.5.0]
at
weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
[weblogic.jar:10.3.5.0]
at
weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
[weblogic.jar:10.3.5.0]
at
weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
[weblogic.jar:10.3.5.0]
at
weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
[weblogic.jar:10.3.5.0]
at
weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
[weblogic.jar:10.3.5.0]
at
weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
[weblogic.jar:10.3.5.0]
at
weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:636)
[weblogic.jar:10.3.5.0]
at
weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
[weblogic.jar:10.3.5.0]
at
weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205)
[weblogic.jar:10.3.5.0]
at
weblogic.application.internal.SingleModuleDeployment.activate(SingleModuleDeployment.java:43)
[weblogic.jar:10.3.5.0]
at
weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
[weblogic.jar:10.3.5.0]
at
weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
[weblogic.jar:10.3.5.0]
at
weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:569)
[weblogic.jar:10.3.5.0]
at
weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:150)
[weblogic.jar:10.3.5.0]
at
weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:116)
[weblogic.jar:10.3.5.0]
at
weblogic.deploy.internal.targetserver.operations.StartOperation.doCommit(StartOperation.java:140)
[weblogic.jar:10.3.5.0]
at
weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:323)
[weblogic.jar:10.3.5.0]
at
weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:844)
[weblogic.jar:10.3.5.0]
at
weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1253)
[weblogic.jar:10.3.5.0]
at
weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:440)
[weblogic.jar:10.3.5.0]
at
weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:163)
[weblogic.jar:10.3.5.0]
at
weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:195)
[weblogic.jar:10.3.5.0]
at
weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:13)
[weblogic.jar:10.3.5.0]
at
weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:68)
[weblogic.jar:10.3.5.0]
at
weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
[com.bea.core.weblogic.workmanager_1.10.0.0.jar:1.10.0.0]
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
[com.bea.core.weblogic.workmanager_1.10.0.0.jar:1.10.0.0]
at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
[com.bea.core.weblogic.workmanager_1.10.0.0.jar:1.10.0.0]
Caused by: org.xwiki.component.manager.ComponentLookupException: Failed to
lookup component [org.xwiki.properties.internal.DefaultConverterManager]
identifier by [role = [interface org.xwiki.properties.ConverterManager] hint
= [default]]
at
org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:348)
[xwiki-commons-legacy-component-default-5.0.3.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:155)
[xwiki-commons-legacy-component-default-5.0.3.jar:na]
at
org.xwiki.extension.repository.aether.internal.AetherExtensionRepository.<init>(AetherExtensionRepository.java:147)
~[xwiki-commons-extension-repository-maven-5.0.3.jar:na]
at
org.xwiki.extension.repository.aether.internal.AetherExtensionRepositoryFactory.createRepository(AetherExtensionRepositoryFactory.java:105)
~[xwiki-commons-extension-repository-maven-5.0.3.jar:na]
... 66 common frames omitted
Caused by: org.xwiki.component.manager.ComponentLookupException: Failed to
lookup component
[org.xwiki.properties.internal.converter.ConvertUtilsConverter] identifier
by [role = [interface org.xwiki.properties.converter.Converter] hint =
[default]]
at
org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:348)
[xwiki-commons-legacy-component-default-5.0.3.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:161)
[xwiki-commons-legacy-component-default-5.0.3.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:312)
[xwiki-commons-legacy-component-default-5.0.3.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:378)
[xwiki-commons-legacy-component-default-5.0.3.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:346)
[xwiki-commons-legacy-component-default-5.0.3.jar:na]
... 69 common frames omitted
Caused by: java.lang.NoSuchMethodError:
org.apache.commons.beanutils.ConvertUtilsBean.register(ZZI)V
at
org.xwiki.properties.internal.converter.ConvertUtilsConverter.initialize(ConvertUtilsConverter.java:56)
~[xwiki-commons-properties-5.0.3.jar:na]
at
org.xwiki.component.embed.InitializableLifecycleHandler.handle(InitializableLifecycleHandler.java:39)
[xwiki-commons-legacy-component-default-5.0.3.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:323)
[xwiki-commons-legacy-component-default-5.0.3.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:378)
[xwiki-commons-legacy-component-default-5.0.3.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:346)
[xwiki-commons-legacy-component-default-5.0.3.jar:na]
... 73 common frames omitted
2013-06-28 08:12:51,156 [[STANDBY] ExecuteThread: '3' for queue:
'weblogic.kernel.Default (self-tuning)'] ERROR
.o.i.DefaultObservationManager - Failed to lookup listeners
org.xwiki.component.manager.ComponentLookupException: Failed to lookup
component [role = [interface org.xwiki.observation.EventListener] hint =
[DistributionInitializerListener]]
at
org.xwiki.component.embed.EmbeddableComponentManager.getInstanceMap(EmbeddableComponentManager.java:187)
~[xwiki-commons-legacy-component-default-5.0.3.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getInstanceList(EmbeddableComponentManager.java:169)
~[xwiki-commons-legacy-component-default-5.0.3.jar:na]
at
org.xwiki.observation.internal.DefaultObservationManager.initializeListeners(DefaultObservationManager.java:164)
[xwiki-commons-observation-local-5.0.3.jar:na]
at
org.xwiki.observation.internal.DefaultObservationManager.getListenersByEvent(DefaultObservationManager.java:131)
[xwiki-commons-observation-local-5.0.3.jar:na]
at
org.xwiki.observation.internal.DefaultObservationManager.notify(DefaultObservationManager.java:262)
[xwiki-commons-observation-local-5.0.3.jar:na]
at
org.xwiki.observation.internal.DefaultObservationManager.notify(DefaultObservationManager.java:316)
[xwiki-commons-observation-local-5.0.3.jar:na]
at
org.xwiki.container.servlet.XWikiServletContextListener.contextInitialized(XWikiServletContextListener.java:109)
[xwiki-platform-container-servlet-5.0.3.jar:na]
at
weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
[weblogic.jar:10.3.5.0]
at
weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
[com.bea.core.weblogic.security.identity_1.1.2.1.jar:1.1.2.1]
at
weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
[com.bea.core.weblogic.security.wls_1.0.0.0_6-1-0-0.jar:6.1.0.0]
at
weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
[weblogic.jar:10.3.5.0]
at
weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1872)
[weblogic.jar:10.3.5.0]
at
weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3153)
[weblogic.jar:10.3.5.0]
at
weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1508)
[weblogic.jar:10.3.5.0]
at
weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
[weblogic.jar:10.3.5.0]
at
weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
[weblogic.jar:10.3.5.0]
at
weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
[weblogic.jar:10.3.5.0]
at
weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
[weblogic.jar:10.3.5.0]
at
weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
[weblogic.jar:10.3.5.0]
at
weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
[weblogic.jar:10.3.5.0]
at
weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
[weblogic.jar:10.3.5.0]
at
weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
[weblogic.jar:10.3.5.0]
at
weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
[weblogic.jar:10.3.5.0]
at
weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
[weblogic.jar:10.3.5.0]
at
weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:636)
[weblogic.jar:10.3.5.0]
at
weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
[weblogic.jar:10.3.5.0]
at
weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205)
[weblogic.jar:10.3.5.0]
at
weblogic.application.internal.SingleModuleDeployment.activate(SingleModuleDeployment.java:43)
[weblogic.jar:10.3.5.0]
at
weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
[weblogic.jar:10.3.5.0]
at
weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
[weblogic.jar:10.3.5.0]
at
weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:569)
[weblogic.jar:10.3.5.0]
at
weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:150)
[weblogic.jar:10.3.5.0]
at
weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:116)
[weblogic.jar:10.3.5.0]
at
weblogic.deploy.internal.targetserver.operations.StartOperation.doCommit(StartOperation.java:140)
[weblogic.jar:10.3.5.0]
at
weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:323)
[weblogic.jar:10.3.5.0]
at
weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:844)
[weblogic.jar:10.3.5.0]
at
weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1253)
[weblogic.jar:10.3.5.0]
at
weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:440)
[weblogic.jar:10.3.5.0]
at
weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:163)
[weblogic.jar:10.3.5.0]
at
weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:195)
[weblogic.jar:10.3.5.0]
at
weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:13)
[weblogic.jar:10.3.5.0]
at
weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:68)
[weblogic.jar:10.3.5.0]
at
weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
[com.bea.core.weblogic.workmanager_1.10.0.0.jar:1.10.0.0]
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
[com.bea.core.weblogic.workmanager_1.10.0.0.jar:1.10.0.0]
at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
[com.bea.core.weblogic.workmanager_1.10.0.0.jar:1.10.0.0]
Caused by: org.xwiki.component.manager.ComponentLookupException: Failed to
lookup component
[org.xwiki.extension.distribution.internal.DefaultDistributionManager]
identifier by [role = [interface
org.xwiki.extension.distribution.internal.DistributionManager] hint =
[default]]
at
org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:348)
~[xwiki-commons-legacy-component-default-5.0.3.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:161)
~[xwiki-commons-legacy-component-default-5.0.3.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:312)
~[xwiki-commons-legacy-component-default-5.0.3.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:378)
~[xwiki-commons-legacy-component-default-5.0.3.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getInstanceMap(EmbeddableComponentManager.java:185)
~[xwiki-commons-legacy-component-default-5.0.3.jar:na]
... 44 common frames omitted
Caused by: org.xwiki.component.manager.ComponentLookupException: Failed to
lookup component
[org.xwiki.extension.repository.internal.core.DefaultCoreExtensionRepository]
identifier by [role = [interface
org.xwiki.extension.repository.CoreExtensionRepository] hint = [default]]
at
org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:348)
~[xwiki-commons-legacy-component-default-5.0.3.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:161)
~[xwiki-commons-legacy-component-default-5.0.3.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:312)
~[xwiki-commons-legacy-component-default-5.0.3.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:378)
~[xwiki-commons-legacy-component-default-5.0.3.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:346)
~[xwiki-commons-legacy-component-default-5.0.3.jar:na]
... 48 common frames omitted
Caused by: org.xwiki.component.manager.ComponentLookupException: Failed to
lookup component
[org.xwiki.extension.repository.internal.core.DefaultCoreExtensionScanner]
identifier by [role = [interface
org.xwiki.extension.repository.internal.core.CoreExtensionScanner] hint =
[default]]
at
org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:348)
~[xwiki-commons-legacy-component-default-5.0.3.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:161)
~[xwiki-commons-legacy-component-default-5.0.3.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:312)
~[xwiki-commons-legacy-component-default-5.0.3.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:378)
~[xwiki-commons-legacy-component-default-5.0.3.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:346)
~[xwiki-commons-legacy-component-default-5.0.3.jar:na]
... 52 common frames omitted
Caused by: org.xwiki.component.manager.ComponentLookupException: Failed to
lookup component [org.xwiki.properties.internal.DefaultConverterManager]
identifier by [role = [interface org.xwiki.properties.ConverterManager] hint
= [default]]
at
org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:348)
~[xwiki-commons-legacy-component-default-5.0.3.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:161)
~[xwiki-commons-legacy-component-default-5.0.3.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:312)
~[xwiki-commons-legacy-component-default-5.0.3.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:378)
~[xwiki-commons-legacy-component-default-5.0.3.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:346)
~[xwiki-commons-legacy-component-default-5.0.3.jar:na]
... 56 common frames omitted
Caused by: org.xwiki.component.manager.ComponentLookupException: Failed to
lookup component
[org.xwiki.properties.internal.converter.ConvertUtilsConverter] identifier
by [role = [interface org.xwiki.properties.converter.Converter] hint =
[default]]
at
org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:348)
~[xwiki-commons-legacy-component-default-5.0.3.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:161)
~[xwiki-commons-legacy-component-default-5.0.3.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:312)
~[xwiki-commons-legacy-component-default-5.0.3.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:378)
~[xwiki-commons-legacy-component-default-5.0.3.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:346)
~[xwiki-commons-legacy-component-default-5.0.3.jar:na]
... 60 common frames omitted
Caused by: java.lang.NoSuchMethodError:
org.apache.commons.beanutils.ConvertUtilsBean.register(ZZI)V
at
org.xwiki.properties.internal.converter.ConvertUtilsConverter.initialize(ConvertUtilsConverter.java:56)
~[xwiki-commons-properties-5.0.3.jar:na]
at
org.xwiki.component.embed.InitializableLifecycleHandler.handle(InitializableLifecycleHandler.java:39)
~[xwiki-commons-legacy-component-default-5.0.3.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:323)
~[xwiki-commons-legacy-component-default-5.0.3.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:378)
~[xwiki-commons-legacy-component-default-5.0.3.jar:na]
at
org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:346)
~[xwiki-commons-legacy-component-default-5.0.3.jar:na]
... 64 common frames omitted
Thanks,
Dan
--
View this message in context: http://xwiki.475771.n2.nabble.com/Xwiki-and-Weblogic-tp7585966.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
I would like the tab informations on every page to be the default selected
tab instead of comments tab. Can i achieve it with some sort of
configuration/trick?
.
Hi,
We introduced the Activity Stream macro in XE 2.6
http://extensions.xwiki.org/xwiki/bin/view/Extension/Activity+Macro
We are investigating ways to improve our Activity Stream, but in order to
do that we would want to know your feedback about it (both from a
technology and an user experience pov):
- Is Activity Stream a macro you use?
- What features you most miss about it? Maybe filtering? Maybe pagination?
- Would you like to see more event types, like events generated by
applications?
- Are you using the "Send Message" functionality?
- Other opinions about it.
Your feedback will help us improve the macro by adding needed functionality
and not breaking used one.
I'll gather ideas on
http://incubator.myxwiki.org/xwiki/bin/view/Improvements/ActivityStreamFeed…
Thanks,
Caty
> Someone else reported such an issue this morning:
>http://jira.xwiki.org/browse/XWIKI-9298
> We're working on fixing it ASAP.
I've seen it now when i received all the mails from yesterday.
Not sure if it's the same error. In case it's useful, i'm writing the
differences between our cases
- I'm using 3.0 version of XWiki
- I'm not viewing any error message, we're just not seeing any result.
Thanks a lot
Sergio Carrasco
Hello,
i was wondering if anybody could help me find a solution to the problem i'm
facing with dynamic custom mapping. Actually, i followed the tutorial
DynamicCustomMapping<http://dev.xwiki.org/xwiki/bin/view/Drafts/DynamicCustomMapping>,
the table was created and the custom mapping was done succesfully, but when
it comes to creating a document i get an error message that says
"XWiki.Employee is not mapped". Any help would be really appreciated.
--
*Houd Bouchelouche*
Right now when i create any page under a psace , page is created with
default template where i see Edit,Export and More Actions
and page name(alongwith page path like MySpace >> My Page). Instead of this
default page(with default template), i want to create just empty page
where i can include some macro. I am not getting how to create just blank
page?
Hello,
When the Administrator does a search on my wiki, everything works fine, but
when any other user does a search, it doesn't show any result (and the
pages that should appear, all the users can read them)
If I don't make login on the wiki and do the search, it doesn't show any
result. If then I log-in as the admin, the search result page show the
correct results.
Is there any configuration regarding privileges on searchs that I've
missed??
Thanks a lot
Sergio Carrasco
Hi,
In our XWiki application, the lucene search function is not working for
normal users (Those who have no admin rights). It is showing the message
"*You are not allowed to view this document or perform this action*". Only
users who have admin rights can search in XWiki.
Please advice me how to configure XWiki, so that the normal users can also
search here.
Thanks,
Sanjib Pal
--
View this message in context: http://xwiki.475771.n2.nabble.com/Lucene-Search-functionality-is-not-workin…
Sent from the XWiki- Users mailing list archive at Nabble.com.
From both xwiki.org and myxwiki.org
Anyone actually a response?
Sent from my iPhone
On Jun 28, 2013, at 5:00, users-request(a)xwiki.org wrote:
> Send users mailing list submissions to
> users(a)xwiki.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.xwiki.org/mailman/listinfo/users
> or, via email, send a message with subject or body 'help' to
> users-request(a)xwiki.org
>
> You can reach the person managing the list at
> users-owner(a)xwiki.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of users digest..."
>
>
> Today's Topics:
>
> 1. Authentification XWord/XOffice (matthias.schoeppe(a)now-it.de)
> 2. [ANN] XWiki 5.1 Release Candidate 1 Released
> (Marius Dumitru Florea)
> 3. XWiki and Jasig CAS integration (Krejci Rudolf Ing.)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Thu, 27 Jun 2013 16:04:34 +0200
> From: matthias.schoeppe(a)now-it.de
> To: users(a)xwiki.org
> Subject: [xwiki-users] Authentification XWord/XOffice
> Message-ID:
> <OF7172520D.D5A1ED0E-ONC1257B97.004C9AB9-C1257B97.004D5234(a)drv-wbg.de>
> Content-Type: text/plain; charset="US-ASCII"
>
> Hello,
>
> Does anyone have an idea why I can't authenticate me from XWord to xwiki ?
>
> I get the message, username and password are wrong, but they are correct.
> Could it have something to do with the proxy?
> What should I do, if appropriate?
>
> Many thanks
>
> Matthias
>
> ------------------------------
>
> Message: 2
> Date: Fri, 28 Jun 2013 12:24:23 +0300
> From: Marius Dumitru Florea <mariusdumitru.florea(a)xwiki.com>
> To: XWiki Developers <devs(a)xwiki.org>, XWiki Users <users(a)xwiki.org>
> Subject: [xwiki-users] [ANN] XWiki 5.1 Release Candidate 1 Released
> Message-ID:
> <CALZcbBYEKLDqm91tNNX6ULw8Eyp6tK6MNrtza=oQr+W9MZUz3A(a)mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> The XWiki development team is proud to announce the availability of
> XWiki 5.1 Release Candidate 1.
> This is mostly a stabilization release leading to XWiki 5.1 and it
> brings Sorl search improvements and bug fixes as we plan to make Solr
> the default search engine in 5.1 final. There is also a new Menu
> Application in platform (not bundled by default) to help you create
> navigation menus.
>
> You can download it here: http://www.xwiki.org/xwiki/bin/view/Main/Download
>
> Make sure to review the release notes:
> http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki51RC1
>
> Thanks
> -The XWiki dev team
>
>
> ------------------------------
>
> Message: 3
> Date: Fri, 28 Jun 2013 12:12:51 +0200
> From: "Krejci Rudolf Ing." <krejci.r(a)chemosvit.sk>
> To: users(a)xwiki.org
> Subject: [xwiki-users] XWiki and Jasig CAS integration
> Message-ID: <043692cf2b81df8b7b522911b551a503(a)chemosvit.sk>
> Content-Type: text/plain; charset=UTF-8
>
>
> Is it possible to integrate Jasig CAS (Central authentification Service) to XWiki?
> We are using cas for our web infrastructure ( Lifreray, Alfresco and Jira ) and we would like add XWiki.
>
>
>
> Thx
>
> Rudolf
>
>
>
>
>
> --------------------------------------------------------------------------
> T?to spr?va a v?etky pripojen? s?bory s? d?vern? a ur?en?
> v?hradne osob?m alebo organiz?ci?m, ktor?m boli adresovan?. Ak nie ste
> zam??lan? pr?jemca alebo ste dostali tento e-mail omylom, pros?m upozornite
> okam?ite odosielate?a a vyma?te tento e-mail. Neopr?vnen? kop?rovanie,
> zverejnenie alebo distrib?cia tohto e-mailu, je pr?sne zak?zan?.
>
> This email and any attached file are confidential and intended solely for the
> use of the individual or entity to which they are addressed. If you are not the
> intended recipient or have received this e-mail by mistake, please notify the
> sender immediately and delete this e-mail. Any unauthorized copying, disclosure
> or distribution of this e-mail's content is strictly prohibited.
> ---------------------------------------------------------------------------
>
> Pred vytla?en?m tohto e-mailu myslite na ?ivotn? prostredie.
> Please consider your environmental responsibility before printing this e-mail
>
>
>
> ------------------------------
>
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
>
> End of users Digest, Vol 71, Issue 41
> *************************************
The XWiki development team is proud to announce the availability of
XWiki 5.1 Release Candidate 1.
This is mostly a stabilization release leading to XWiki 5.1 and it
brings Sorl search improvements and bug fixes as we plan to make Solr
the default search engine in 5.1 final. There is also a new Menu
Application in platform (not bundled by default) to help you create
navigation menus.
You can download it here: http://www.xwiki.org/xwiki/bin/view/Main/Download
Make sure to review the release notes:
http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki51RC1
Thanks
-The XWiki dev team
Hi Everyone,
Unable to download xword from the following link
http://extensions.xwiki.org/xwiki/bin/view/Extension/XWiki+Office
it says an error occured while trying to download xword. Any other source
to download the xword extention?
--
*Regards*
*M.GANESAN*
*E-Mai*l :mganeshanece@gmail.com
**
Hi All,
Integration of active directory with xwiki works great. I have a question
if xwiki allows
assigning admin rights on specific space to specific user (logged in with
Active directory credentials)?
I would like to raise a concern...I recently noticed that my "hidden" email
address is completely visible in the "pipermail"
For example, open this link and look at the top, you can clearly see my
email address.
http://lists.xwiki.org/pipermail/devs/2012-June/051428.html
I can see the email address from everybody, and I think this is not the way
this is supposed to work.
How can I make my email address truely hidden? (also in the "pipermail"?)
--
View this message in context: http://xwiki.475771.n2.nabble.com/Email-address-visible-in-pipermail-tp7585…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi all,
i have here v4.4.1 and i will upgrade to v5.0.6.
But what is here the recommended upgrade way ?
I get a lot of "import document" questions from the installer, a never
ending mouse clicking storry here with the Enterprise-UI installer.
Thanks for any help here.
Stefan
Hi Everyone,
In the user profile Now there are only three items.
1.Personal Information
2.Contact Information
3.External links
I want to add Official contact as fourth option. for that I used
*Administration-UserProfile
*
I added new section ID: OfficialContact(without space)
section name
:$services.localization.render('platform.core.profile.section.OfficialContact')
but I am unable to see the fourth option Official Contact in the user
profile section. Any suggestions?. Thanks in advance
--
*Regards*
*M.GANESAN*
*E-Mai*l :mganeshanece@gmail.com
**
Hello Community,
Just asking for some advice here ...
I have an application in which I want to show a timeline (simile).
Originally, it was getting its source from XML generated by some velocity
in a dedicated page.
Then, I reworked it so the XML would be pre-computed (to a file on server
FS) and fed to the timeline, to improve performances. I supposed it could
also be a macro encapsulated in {{cache}}.
(note: that XML contains some inline HTML also, in some specific tags).
Now, the application is being moved to real Java components.
I first blindly converted my online velocity scripts, into a
TimelineGenerator component.
But producing XML/HTML from Java is not that clean ... and I'm not sure of
what else to do. The original page with velocity seemed almost cleaner than
that.
To me it's not a Renderer use-case, as it doesn't really renders some
syntax ...
My current work is in [1], but is pretty much not tested and not working
(dummy translation from velocity to java for now...).
What would you kindly recommend ?
Note: I admit this is not really related to xwiki apart from the fact that
it's an xwiki based application, but I suppose this use-case is not new for
you :)
Thanks,
Jeremie
[1] -
https://github.com/xwiki-contrib/xwiki-application-mailarchive/blob/master/…
I wannt to display all the below mentioned user information on the user
profile. how do i do that?
e.g
XWiki User Class
Class properties
- First Name (first_name: String)
- Last Name (last_name: String)
- e-Mail (email: String)
- Password (password: Password)
- Validation Key (validkey: Password)
- Active (active: Boolean)
- Default Language (default_language: String)
- Company (company: String)
- Blog (blog: String)
- Blog Feed (blogfeed: String)
- Comment (comment: TextArea)
- IM Type (imtype: Static List)
- imaccount (imaccount: String)
- Default Editor (editor: Static List)
- User type (usertype: Static List)
- Enable extra accessibility features (accessibility: Boolean)
- Display Hidden Documents (displayHiddenDocuments: Boolean)
- Timezone (timezone: String)
- skin (skin: String)
- Avatar (avatar: String)
- Phone (phone: String)
- Address (address: TextArea)
--
*Regards*
*M.GANESAN*
*E-Mai*l :mganeshanece@gmail.com
**
Hi Devs and Users
I would like to ask an important question for me, it's about storing data
on activity stream table when editing , updating and deleting (mean crud
operations ) , this result a big amount of data stored on activity stream
table.
My question is how to disable storing user activity history on activity
stream , if there is a way, will this prevent Activity stream plug-in to
continue working .
I hope some one can share his experience with me on that topic
Thanks so much
Hi Everyone,
I would like to display my Manager name on the xwiki user profile. Can I do
that? If so, how do I edit Xwiki userClass?
I tried to add the below property in Xwikiuserclass. But it did not work.
Manager Name (manager_name: String)
--
*Regards*
*M.GANESAN*
*E-Mai*l :mganeshanece@gmail.com
**
We don't do this very often, so I don't know when it broke, but now when any
admin clicks on edit for a User or a Group, we get a blank screen and
nothing happens. We've restarted Apache Tomcat (Windows Server 2008 R2 x64),
but it still does not work. I have no idea what else to do, except to rip
the Wiki out and start over, restoring backups.
--
View this message in context: http://xwiki.475771.n2.nabble.com/Unable-To-Edit-Users-Groups-tp7585850.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi Eveyone,
I tried to upload a document it gave the
"Error: Could not parse xhtml office content.".
I searched in the jira also I couldnt find out the solution but issue is
listed. Im using Xwiki 5.0.3. could you please tell me what is the issue
and solution also?. Any help would be gratly appreciated.
--
*Regards*
*M.GANESAN*
*E-Mai*l :mganeshanece@gmail.com
**
I did set mail setting for sending the mails as per
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Configuration. Then i
icreated the page
with mailTestingUtility given at
http://extensions.xwiki.org/xwiki/bin/view/Extension/Test+Mail. But i get
below error message
A problem occurred while sending the mail.
2013-06-19 16:30:21,730 ERROR [
http://ing-wikvp001:8080/testEmail/bin/view/testWiki/test1]
c.x.x.p.m.MailSenderPluginApi [MailSenderPluginApi.java:173] Failed to send
email [From [no-reply(a)xwiki.com], To [scottmiles(a)Fiserv.com], Subject
[TestMail], Text [Please get it]]
javax.mail.MessagingException: Could not connect to SMTP host:
smtp.gmail.com, port: 587
at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1282)
~[mail-1.4.jar:1.4]
at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:370)
~[mail-1.4.jar:1.4]
at javax.mail.Service.connect(Service.java:275) ~[mail-1.4.jar:1.4]
at javax.mail.Service.connect(Service.java:156) ~[mail-1.4.jar:1.4]
at javax.mail.Service.connect(Service.java:176) ~[mail-1.4.jar:1.4]
at
com.xpn.xwiki.plugin.mailsender.MailSenderPlugin.sendMails(MailSenderPlugin.java:712)
~[xwiki-platform-mailsender-3.5.jar:na]
at
com.xpn.xwiki.plugin.mailsender.MailSenderPlugin.sendMail(MailSenderPlugin.java:664)
~[xwiki-platform-mailsender-3.5.jar:na]
at
com.xpn.xwiki.plugin.mailsender.MailSenderPlugin.sendMail(MailSenderPlugin.java:650)
~[xwiki-platform-mailsender-3.5.jar:na]
details i used for gmail server are:-
SMTP SERVER = smtp.gmail.com
PORT = 587
SMTP SERVER USERNAME (OPTIONAL) mine gmail address
password:- mine password
ADDITIONAL JAVAMAIL PROPERTIES=
mail.smtp.starttls.enable=true
i am on xwiki 3.5