Details
-
Bug
-
Resolution: Fixed
-
Blocker
-
6.3
-
None
-
Unknown
-
N/A
-
N/A
-
Description
Steps to reproduce:
- Install the Filter UI
- go to Filter.WebHome
- chose "Input type": "XAR input stream" and "Source" as a path to some *.xar file
- choose "Output type": "XWiki instance output stream (xwiki+instance)" and leave the rest as is
- press the "convert" button
I get an exception with stack trace:
Failed to start conversion class java.lang.RuntimeException: Failed to get [role = [class org.xwiki.filter.internal.job.FilterStreamConverterJob] hint = [filter.converter]] at org.xwiki.component.embed.GenericProvider.get(GenericProvider.java:102) at org.xwiki.filter.script.FilterScriptService.convert(FilterScriptService.java:125) at org.xwiki.filter.script.FilterScriptService.convert(FilterScriptService.java:106) 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: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.xwiki.velocity.introspection.MethodArgumentsUberspector$ConvertingVelMethod.invoke(MethodArgumentsUberspector.java:154) at org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:173) [...] Caused by: class org.xwiki.component.manager.ComponentLookupException: Can't find descriptor for the component [role = [class org.xwiki.filter.internal.job.FilterStreamConverterJob] hint = [filter.converter]] at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:362) at org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:167) at org.xwiki.component.embed.GenericProvider.get(GenericProvider.java:99) at org.xwiki.filter.script.FilterScriptService.convert(FilterScriptService.java:125) at org.xwiki.filter.script.FilterScriptService.convert(FilterScriptService.java:106) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [...]
Can anyone reproduce this?