Hello
I am new on Xwiki. I like to rebuild Xwiki platform or common packages. I fixed all problems related to build. Except one thing if the module has component codes or components.txt I always got build error. Please see the attached error log. I think I missed one thing but I don't know yet. Can you help me on this issue.
Thanks
Ken
Sent from my iPhone
Begin forwarded message:
> From: "LIANG, KEN K (CTR)" <ken.k.liang(a)cbp.dhs.gov>
> Date: April 16, 2015 at 10:13:14 AM EDT
> To: "khjintcorp(a)gmail.com" <khjintcorp(a)gmail.com>
> Subject: Can't build project xwiki-platform-wiki-default
>
>
> [INFO] XWiki Platform - Wiki - Parent POM ................. SUCCESS [ 7.463 s]
> [INFO] XWiki Platform - Wiki - API ........................ SUCCESS [ 8.459 s]
> [INFO] XWiki Platform - Wiki - Default Implementation ..... FAILURE [ 25.449 s]
> [INFO] XWiki Platform - Wiki - REST - Parent POM .......... SKIPPED
> [INFO] XWiki Platform - Wiki - REST - API ................. SKIPPED
> [INFO] XWiki Platform - Wiki - Template - Parent POM ...... SKIPPED
> [INFO] XWiki Platform - Wiki - Template - API ............. SKIPPED
> [INFO] XWiki Platform - Wiki - REST - Default implementation SKIPPED
> [INFO] XWiki Platform - Wiki - Script services ............ SKIPPED
> [INFO] XWiki Platform - Wiki - Template - Default ......... SKIPPED
> [INFO] XWiki Platform - Wiki - Template - Script .......... SKIPPED
> [INFO] XWiki Platform - Wiki - User - Parent POM .......... SKIPPED
> [INFO] XWiki Platform - Wiki - User - API ................. SKIPPED
> [INFO] XWiki Platform - Wiki - User - Default ............. SKIPPED
> [INFO] XWiki Platform - Wiki - User - Script .............. SKIPPED
> [INFO] XWiki Platform - Wiki - UI - Parent POM ............ SKIPPED
> [INFO] XWiki Platform - Wiki - UI - Common ................ SKIPPED
> [INFO] XWiki Platform - Wiki - UI - Main Wiki ............. SKIPPED
> [INFO] XWiki Platform - Wiki - UI - Wiki .................. SKIPPED
> [INFO] XWiki Platform - Wiki - Workspaces Migrator ........ SKIPPED
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 43.351 s
> [INFO] Finished at: 2015-04-16T10:11:32-04:00
> [INFO] Final Memory: 72M/912M
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project xwiki-platform-wiki-default: Compilation failure: Compilation failure:
> [ERROR] There's no [META-INF/components.txt] file and thus Component [org.xwiki.wiki.internal.manager.DefaultWikiCreator] isn't declared! Consider adding a components.txt file or if it's normal use the "staticRegistration" parameter as in "@Component(staticRegistration = false)"
> [ERROR] There's no [META-INF/components.txt] file and thus Component [org.xwiki.wiki.internal.descriptor.builder.DefaultWikiDescriptorBuilder] isn't declared! Consider adding a components.txt file or if it's normal use the "staticRegistration" parameter as in "@Component(staticRegistration = false)"
> [ERROR] There's no [META-INF/components.txt] file and thus Component [org.xwiki.wiki.internal.manager.WikiDescriptorCache] isn't declared! Consider adding a components.txt file or if it's normal use the "staticRegistration" parameter as in "@Component(staticRegistration = false)"
> [ERROR] There's no [META-INF/components.txt] file and thus Component [org.xwiki.wiki.internal.descriptor.listener.WikiDescriptorListener] isn't declared! Consider adding a components.txt file or if it's normal use the "staticRegistration" parameter as in "@Component(staticRegistration = false)"
> [ERROR] There's no [META-INF/components.txt] file and thus Component [org.xwiki.wiki.internal.manager.DefaultWikiDeleter] isn't declared! Consider adding a components.txt file or if it's normal use the "staticRegistration" parameter as in "@Component(staticRegistration = false)"
> [ERROR] There's no [META-INF/components.txt] file and thus Component [org.xwiki.wiki.internal.descriptor.document.DefaultWikiDescriptorDocumentHelper] isn't declared! Consider adding a components.txt file or if it's normal use the "staticRegistration" parameter as in "@Component(staticRegistration = false)"
> [ERROR] There's no [META-INF/components.txt] file and thus Component [org.xwiki.wiki.internal.descriptor.document.XWikiServerClassDocumentInitializer] isn't declared! Consider adding a components.txt file or if it's normal use the "staticRegistration" parameter as in "@Component(staticRegistration = false)"
> [ERROR] There's no [META-INF/components.txt] file and thus Component [org.xwiki.wiki.internal.provisioning.DefaultWikiCopier] isn't declared! Consider adding a components.txt file or if it's normal use the "staticRegistration" parameter as in "@Component(staticRegistration = false)"
> [ERROR] There's no [META-INF/components.txt] file and thus Component [org.xwiki.wiki.internal.descriptor.migrator.WikiDescriptorMigrator] isn't declared! Consider adding a components.txt file or if it's normal use the "staticRegistration" parameter as in "@Component(staticRegistration = false)"
> [ERROR] There's no [META-INF/components.txt] file and thus Component [org.xwiki.wiki.internal.descriptor.DefaultWikiDescriptorManager] isn't declared! Consider adding a components.txt file or if it's normal use the "staticRegistration" parameter as in "@Component(staticRegistration = false)"
> [ERROR] There's no [META-INF/components.txt] file and thus Component [org.xwiki.wiki.internal.configuration.DefaultWikiConfiguration] isn't declared! Consider adding a components.txt file or if it's normal use the "staticRegistration" parameter as in "@Component(staticRegistration = false)"
> [ERROR] There's no [META-INF/components.txt] file and thus Component [org.xwiki.wiki.internal.descriptor.properties.DefaultWikiPropertyGroupManager] isn't declared! Consider adding a components.txt file or if it's normal use the "staticRegistration" parameter as in "@Component(staticRegistration = false)"
> [ERROR] There's no [META-INF/components.txt] file and thus Component [org.xwiki.wiki.internal.provisioning.DefaultWikiProvisioningJobExecutor] isn't declared! Consider adding a components.txt file or if it's normal use the "staticRegistration" parameter as in "@Component(staticRegistration = false)"
> [ERROR] There's no [META-INF/components.txt] file and thus Component [org.xwiki.wiki.internal.manager.DefaultWikiManager] isn't declared! Consider adding a components.txt file or if it's normal use the "staticRegistration" parameter as in "@Component(staticRegistration = false)"
> [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/MojoFailureException
> [ERROR]
> [ERROR] After correcting the problems, you can resume the build with the command
> [ERROR] mvn <goals> -rf :xwiki-platform-wiki-default
> FATAL ERROR in native method: JDWP on getting class status, jvmtiError=JVMTI_ERROR_WRONG_PHASE(112)
> JDWP exit error JVMTI_ERROR_WRONG_PHASE(112): on getting class status [util.c:1283]
>
>
> Ken Liang
> Contractor
> Unisys
> Supporting the Targeting & Analysis Systems Program Directorate
> Office of Information and Technology
> U.S. Customs & Border Protection
> Office: 571-468-2782
>
>
I'll be more than happy to test. Except, maybe I've misunderstood something, but I believe I am running XWiki Enterprise 7.0. So will I have to wait for the next release of the 7.x train?
Kind regards,
Mahomed
-----Original Message-----
From: users [mailto:users-bounces@xwiki.org] On Behalf Of Marius Dumitru Florea
Sent: 16 April 2015 14:38
To: XWiki Users
Subject: Re: [xwiki-users] User Permissions Issue
On Thu, Apr 16, 2015 at 3:50 PM, Mahomed Hussein
<Mahomed(a)custodiandc.com> wrote:
> Hi Marius
>
> Thank you for responding. This does look like it may be the issue because at some points it works for a bit then it stops working for me. In most cases it's pretty consistent with adding/removing the permissions.
>
> I can replicate the issue pretty consistently and can provide a test case. Would you like me to contribute any info or assist in any testing, or have you got everything you need to resolve this?
A fix has been committed already (thanks to Denis) and will be
included in 6.4.4 to be released in the following days. Would be great
if you can test the fix after the release is available.
Thanks,
Marius
>
>
> Kind regards,
>
> Mahomed
>
>
>
>
> -----Original Message-----
> From: users [mailto:users-bounces@xwiki.org] On Behalf Of Marius Dumitru Florea
> Sent: 16 April 2015 10:00
> To: XWiki Users
> Subject: Re: [xwiki-users] User Permissions Issue
>
> We just added a note to the 6.4.3 RN
> http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki643
> . Check the text in red. Maybe you are facing the same issue.
>
> On Tue, Apr 14, 2015 at 7:22 PM, mahomed <Mahomed(a)custodiandc.com> wrote:
>> Thanks for still responding Hamster. Am I correct that you are using version
>> 5.4.3 and not version 7? I think it got changed/broken in v6
>>
>>
>>
>> --
>> View this message in context: http://xwiki.475771.n2.nabble.com/User-Permissions-Issue-tp7594486p7594646.…
>> 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
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
Hi Marius
Thank you for responding. This does look like it may be the issue because at some points it works for a bit then it stops working for me. In most cases it's pretty consistent with adding/removing the permissions.
I can replicate the issue pretty consistently and can provide a test case. Would you like me to contribute any info or assist in any testing, or have you got everything you need to resolve this?
Kind regards,
Mahomed
-----Original Message-----
From: users [mailto:users-bounces@xwiki.org] On Behalf Of Marius Dumitru Florea
Sent: 16 April 2015 10:00
To: XWiki Users
Subject: Re: [xwiki-users] User Permissions Issue
We just added a note to the 6.4.3 RN
http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki643
. Check the text in red. Maybe you are facing the same issue.
On Tue, Apr 14, 2015 at 7:22 PM, mahomed <Mahomed(a)custodiandc.com> wrote:
> Thanks for still responding Hamster. Am I correct that you are using version
> 5.4.3 and not version 7? I think it got changed/broken in v6
>
>
>
> --
> View this message in context: http://xwiki.475771.n2.nabble.com/User-Permissions-Issue-tp7594486p7594646.…
> 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
> >
> > My purpose is to
> display a list of page (with MyClass object): this point is
> working well but ...
> >
>
> > I want that the user
> select in my select list: one page OR nothing.
>
> The HTML select element
> supports either single selection (exactly one
> item selected) or multiple selection (0..*). To
> achieve 0..1 you need
> to have a special item
> "Nothing" with value '' (empty string) and
> in
> order to add this item to a Page
> (actually DatabaseList) property you
> have to
> write a custom displayer. Another solution may be to create
> a
> special page with a MyClass object that
> represents the "nothing" value
> (when selected), but you still need to hack
> something in order to have
> this option
> displayed first.
>
Yes thxs I though about "custom display" field.
Then I can use a String type with "custom display" or perhaps with database list+"custom display" I can catch HTML rendering of select list to add my empty option value line...
Anyway Do you know where is source code of Page type to improve it (IMA view mode must display a link to the target)?
> >
> > Do you have an idea, how can I do that?
> >
>
> > I
> found a issue too: my select list list all page (with
> MyClass object) ... even my Template with MyClass object who
> is hidden.
>
> Does it behave
> the same with a DatabaseList property? The Page
> property is nothing more than a wrapper for the
> DatabaseList property.
Yes it is the same: I just tested. hidden filter is not applied (of course I checked that user preference is "don't show hidden doc")
Do you know where is query to check it?
Hello,
I create MyClass/Sheet/Template and in another AnotherClass I add a Page type property with:
- Display Type : select
- XWiki Class Name: MyClass
- Id Field Name: doc.fullName
- Value Field Name : doc.name
My purpose is to display a list of page (with MyClass object): this point is working well but ...
I want that the user select in my select list: one page OR nothing.
Do you have an idea, how can I do that?
I found a issue too: my select list list all page (with MyClass object) ... even my Template with MyClass object who is hidden.
Thxs.
Pascal B (xWiki 6.4)
In XWiki configuration document extra panel is not shown, therefore one
cannot easily see changes between settings.
What is best/easiest way to enable this (e.g. enable showing document
extra panel, or something other)?
Thanks!
Valdis
I have adjusted maximum upload size in XWikiPreferences to 64MB in the main
wiki and can successfully upload for import a 48MB XAR file.
However, when I tried to upload the same file in a sub wiki, I was
restricted by the default 32MB limit. Realising that the sub wiki would
have its own XWikiPreferences, I eventually figured out how to edit that and
made the same change as for the main wiki.
However, in this case, changing the preference had no effect and uploads are
still restricted to the default 32MB.
What do I need to change to allow sub wiki to upload attachments greater
than 32MB in size?
--
View this message in context: http://xwiki.475771.n2.nabble.com/Maximum-Upload-Size-XWiki-7-sub-wiki-tp75…
Sent from the XWiki- Users mailing list archive at Nabble.com.
When I import ojects from XWIKI 6.4.3 or 5.2.1 I get a NULL POINTER
exception.
I only import selected spaces, all the objects are imported.
I can provide you with a (quite large) XAR backup of one of our system.
5-04-14 19:37:20,613 [http://wiki/xwiki/wiki/icwiki/view/Main/] WARN
o.x.v.i.DefaultVelocityEngine - Deprecated usage of method
[com.xpn.xwiki.web.XWikiMessageTool.get] in 57:icwiki:IC
Dashboard.Dashboard@1,6
2015-04-14 19:37:25,365 [http://wiki/xwiki/wiki/icwiki/view/IC+Dashboard/]
WARN o.x.v.i.DefaultVelocityEngine - Deprecated usage of method
[com.xpn.xwiki.web.XWikiMessageTool.get] in 57:icwiki:IC
Dashboard.Dashboard@1,6
2015-04-14 19:37:39,406 [http://wiki/xwiki/wiki/icwiki/view/IC+Dashboard/]
WARN o.x.v.i.DefaultVelocityEngine - Deprecated usage of method
[com.xpn.xwiki.web.XWikiMessageTool.get] in 57:icwiki:IC
Dashboard.Dashboard@1,6
2015-04-14 19:37:39,429 [http://wiki/xwiki/wiki/icwiki/view/IC+Dashboard/]
WARN o.x.v.i.DefaultVelocityEngine - Deprecated usage of method
[com.xpn.xwiki.web.XWikiMessageTool.get] in 29:icwiki:IC
Dashboard.Dashboard@1,6
2015-04-14 19:40:31,721
[http://wiki/xwiki/wiki/icwiki/admin/XWiki/XWikiPreferences] WARN
o.x.v.i.DefaultVelocityEngine - Deprecated usage of method
[com.xpn.xwiki.web.XWikiMessageTool.get] in 32:icwiki:IC Dashboard.Dash
board@1,6
2015-04-14 19:40:36,274
[http://wiki/xwiki/wiki/icwiki/import/XWiki/XWikiPreferences?editor=globalad…]
WARN o.x.v.i.DefaultVelocityEngine - Deprecated usage of method
[com.xpn.xwiki.web.XWikiMessageTool.
get] in 58:icwiki:IC Dashboard.Dashboard@1,6
2015-04-14 19:41:14,748
[http://wiki/xwiki/wiki/icwiki/import/XWiki/XWikiPreferences?editor=globalad…]
WARN c.x.x.w.XWikiAction
- Uncaught exception: Error number 11015 in 11: Error number 11015 in 11:
Exception while importing
com.xpn.xwiki.XWikiException: Error number 11015 in 11: Exception while
importing
at com.xpn.xwiki.web.ImportAction.render(ImportAction.java:110)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:345)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:146)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:425)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:228)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1913)
at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:462)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:646)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:115)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at
org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:127)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at
org.xwiki.container.servlet.filters.internal.SetHTTPHeaderFilter.doFilter(SetHTTPHeaderFilter.java:63)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:66)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at
org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:208)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at
org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:111)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:501)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:170)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:98)
at
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:950)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)
at
org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1040)
at
org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:607)
at
org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:313)
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:745)
Caused by: org.xwiki.filter.FilterException: Failed to read XAR package
at
org.xwiki.filter.xar.internal.input.XARInputFilterStream.readXAR(XARInputFilterStream.java:111)
at
org.xwiki.filter.xar.internal.input.XARInputFilterStream.read(XARInputFilterStream.java:95)
at
org.xwiki.filter.xar.internal.input.XARInputFilterStream.read(XARInputFilterStream.java:46)
at
org.xwiki.filter.input.AbstractBeanInputFilterStream.read(AbstractBeanInputFilterStream.java:80)
at
com.xpn.xwiki.web.ImportAction.importPackageFilterStream(ImportAction.java:328)
at com.xpn.xwiki.web.ImportAction.importPackage(ImportAction.java:146)
at com.xpn.xwiki.web.ImportAction.render(ImportAction.java:107)
... 42 more
Caused by: java.lang.NullPointerException
at
org.xwiki.filter.instance.internal.output.XWikiDocumentOutputFilterStream.endWikiSpace(XWikiDocumentOutputFilterStream.java:238)
at sun.reflect.GeneratedMethodAccessor550.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.xwiki.filter.internal.FilterProxy.invoke(FilterProxy.java:90)
at
org.xwiki.filter.internal.CompositeFilter.invoke(CompositeFilter.java:75)
at com.sun.proxy.$Proxy87.endWikiSpace(Unknown Source)
at sun.reflect.GeneratedMethodAccessor550.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.xwiki.filter.internal.FilterProxy.invoke(FilterProxy.java:90)
at
org.xwiki.filter.internal.CompositeFilter.invoke(CompositeFilter.java:75)
at com.sun.proxy.$Proxy88.endWikiSpace(Unknown Source)
at sun.reflect.GeneratedMethodAccessor550.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.xwiki.filter.internal.FilterProxy.invoke(FilterProxy.java:90)
at
org.xwiki.filter.internal.CompositeFilter.invoke(CompositeFilter.java:75)
at com.sun.proxy.$Proxy89.endWikiSpace(Unknown Source)
at sun.reflect.GeneratedMethodAccessor550.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.xwiki.filter.internal.FilterProxy.invoke(FilterProxy.java:90)
at org.xwiki.filter.internal.FilterProxy.invoke(FilterProxy.java:63)
at com.sun.proxy.$Proxy90.endWikiSpace(Unknown Source)
at org.xwiki.filter.xar.internal.input.WikiReader.read(WikiReader.java:99)
at
org.xwiki.filter.xar.internal.input.XARInputFilterStream.readXAR(XARInputFilterStream.java:109)
... 48 more
--
View this message in context: http://xwiki.475771.n2.nabble.com/XWIKI-7-0-Admin-IMPORT-fails-with-NULL-PO…
Sent from the XWiki- Users mailing list archive at Nabble.com.