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