Re: [xwiki-users] Set Parent in XWiki 8.0

2016-03-25 Thread Personal
Thank you Matthias! I know it wasn’t intentional but I am working on a similar 
issue and your code example was extremely useful.

Regards,

Jesse Bright

> On Mar 25, 2016, at 3:10 PM, Matthias Wegner  wrote:
> 
> Hi Vincent,
> 
> thanks, now it is clear and works. But i used a query like
> 
> #set($hql = "where doc.parent='Book.WebHome' and not 
> doc.name='WebPreferences' order by doc.title asc")
> #set($chapters = $xwiki.searchDocuments($hql, 0, 0))
> 
> to get all Documents in den Space "Book" (old model). It shows all 
> documents, even the nested ones. How can i query recursively starting 
> with the parent document "Book.WebHome"?
> 
> Regards,
> Matthias
> 
> 
> 
> Am 25.03.2016 um 14:17 schrieb vmassol [via XWiki]:
>> Hi Matthias,
>> i used a query like
>>> On 25 Mar 2016, at 13:21, Matthias Wegner <[hidden email] 
>> > wrote:
>>> 
>>> Hi Users,
>>> 
>>> i added over 500 Pages to the new XWiki and now want to sort it in 
>> depth.
>>> But i cant find the "Change Parent" Symbol in Edit-Mode. Where can i 
>> change
>>> the Parent of a Page?
>> 
>> See 
>> http://platform.xwiki.org/xwiki/bin/view/Features/PageEditing#HSettingthepageparent
>> 
>> This page should lead you to 
>> http://platform.xwiki.org/xwiki/bin/view/Features/ContentOrganization/ which 
>> in turn should lead you to 
>> http://platform.xwiki.org/xwiki/bin/view/Features/ContentOrganization/NestedPagesMigration/
>> 
>> Thanks
>> -Vincent
>> 
>>> Regards,
>>> Matthias
>> 
>> ___
>> users mailing list
>> [hidden email] 
>> http://lists.xwiki.org/mailman/listinfo/users 
>> 
>> 
>> 
>> 
>> If you reply to this email, your message will be added to the 
>> discussion below:
>> http://xwiki.475771.n2.nabble.com/Set-Parent-in-XWiki-8-0-tp7598643p7598644.html
>>  
>> 
>>  
>> 
>> To unsubscribe from Set Parent in XWiki 8.0, click here 
>> >  
>> >.
>> NAML 
>> >  
>> >
>>  
>> 
> 
> 
> 
> 
> 
> --
> View this message in context: 
> http://xwiki.475771.n2.nabble.com/Set-Parent-in-XWiki-8-0-tp7598643p7598667.html
>  
> 
> Sent from the XWiki- Users mailing list archive at Nabble.com 
> .
> ___
> users mailing list
> users@xwiki.org 
> http://lists.xwiki.org/mailman/listinfo/users 
> 
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Fetching resources from cdn

2016-03-25 Thread Andrew Kuang
Hi,

I had a question regarding resource calls in XWiki. Currently, they are
being made to my local environment and I would like to know if there is any
simple way to modify the calls to fetch the resources from a CDN. I was
able to replicate my desired functionality by extending the
AbstractSkinExtensionPlugin and its API class; however, to fully implement
the changes would require overriding all the classes for jsfx, jsx, jsrx,
ssx, etc. Is there any simpler way to do this?

To clarify, I'd like to change the url being hit by the script tag from '
https://mywebsite/resources/js/file.js' to '
https://cdnwebsite/mywebsite/resources/js/file.js'.

Thank you!

Best,

Andrew
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Upgrade To 8.0 - Permissions / Admin Pages Problem

2016-03-25 Thread Keith Davis
Restored back to 7.4.2 (files and database). Not sure how to proceed. Can't 
upgrade with resolving this issue.

Keith Davis (214) 906-5183

From: Keith Davis
Sent: Friday, March 25, 2016 4:52 PM
To: 'XWiki Users'
Subject: RE: Upgrade To 8.0 - Permissions / Admin Pages Problem

When I attempt to upgrade back to 8.0, I get the Distribution Wizard and that 
attempts to upgrade and then fails:

Extension [org.xwiki.platform:xwiki-platform-distribution-flavor-8.0] is 
already installed on namespace [wiki:xwiki]
class org.xwiki.extension.InstallException: Failed to resolve extension
at 
org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:690)
at 
org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:339)
at 
org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:297)
at 
org.xwiki.extension.job.internal.AbstractInstallPlanJob.start(AbstractInstallPlanJob.java:231)
at 
org.xwiki.extension.job.internal.InstallPlanJob.runInternal(InstallPlanJob.java:88)
at org.xwiki.job.AbstractJob.runInContext(AbstractJob.java:205)
at org.xwiki.job.AbstractJob.run(AbstractJob.java:188)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: class org.xwiki.extension.InstallException: Failed to create an 
install plan for extension dependency 
[org.xwiki.enterprise:xwiki-enterprise-ui-common-8.0]
at 
org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtensionDependency(AbstractInstallPlanJob.java:607)
at 
org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtensionDependency(AbstractInstallPlanJob.java:574)
at 
org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:831)
at 
org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:688)
at 
org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:339)
at 
org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:297)
at 
org.xwiki.extension.job.internal.AbstractInstallPlanJob.start(AbstractInstallPlanJob.java:231)
at 
org.xwiki.extension.job.internal.InstallPlanJob.runInternal(InstallPlanJob.java:88)
at org.xwiki.job.AbstractJob.runInContext(AbstractJob.java:205)
   at org.xwiki.job.AbstractJob.run(AbstractJob.java:188)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: class org.xwiki.extension.InstallException: Failed to create an 
install plan for extension dependency 
[org.xwiki.platform:xwiki-platform-distribution-flavor-8.0]
at 
org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtensionDependency(AbstractInstallPlanJob.java:607)
at 
org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtensionDependency(AbstractInstallPlanJob.java:574)
at 
org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:831)
at 
org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtensionDependency(AbstractInstallPlanJob.java:605)
at 
org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtensionDependency(AbstractInstallPlanJob.java:574)
at 
org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:831)
at 
org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:688)
at 
org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:339)
at 
org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:297)
at 
org.xwiki.extension.job.internal.AbstractInstallPlanJob.start(AbstractInstallPlanJob.java:231)
at 
org.xwiki.extension.job.internal.InstallPlanJob.runInternal(InstallPlanJob.java:88)
at org.xwiki.job.AbstractJob.runInContext(AbstractJob.java:205)
at org.xwiki.job.AbstractJob.run(AbstractJob.java:188)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: class org.xwiki.extension.InstallException: Extension 
[org.xwiki.platform:xwiki-platform-distribution-flavor-8.0] is already 
installed on namespace [wiki:xwiki]
at 
org.xwiki.extension.job.internal.AbstractInstallPlanJob.checkInstalledExtension(AbstractInstallPlanJob.java:877)
at 
org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:769)
at 

Re: [xwiki-users] Set Parent in XWiki 8.0

2016-03-25 Thread Matthias Wegner
Hi Vincent,

thanks, now it is clear and works. But i used a query like

#set($hql = "where doc.parent='Book.WebHome' and not 
doc.name='WebPreferences' order by doc.title asc")
#set($chapters = $xwiki.searchDocuments($hql, 0, 0))

to get all Documents in den Space "Book" (old model). It shows all 
documents, even the nested ones. How can i query recursively starting 
with the parent document "Book.WebHome"?

Regards,
Matthias



Am 25.03.2016 um 14:17 schrieb vmassol [via XWiki]:
> Hi Matthias,
>  i used a query like
> > On 25 Mar 2016, at 13:21, Matthias Wegner <[hidden email] 
> > wrote:
> >
> > Hi Users,
> >
> > i added over 500 Pages to the new XWiki and now want to sort it in 
> depth.
> > But i cant find the "Change Parent" Symbol in Edit-Mode. Where can i 
> change
> > the Parent of a Page?
>
> See 
> http://platform.xwiki.org/xwiki/bin/view/Features/PageEditing#HSettingthepageparent
>
> This page should lead you to 
> http://platform.xwiki.org/xwiki/bin/view/Features/ContentOrganization/ which 
> in turn should lead you to 
> http://platform.xwiki.org/xwiki/bin/view/Features/ContentOrganization/NestedPagesMigration/
>
> Thanks
> -Vincent
>
> > Regards,
> > Matthias
>
> ___
> users mailing list
> [hidden email] 
> http://lists.xwiki.org/mailman/listinfo/users
>
>
> 
> If you reply to this email, your message will be added to the 
> discussion below:
> http://xwiki.475771.n2.nabble.com/Set-Parent-in-XWiki-8-0-tp7598643p7598644.html
>  
>
> To unsubscribe from Set Parent in XWiki 8.0, click here 
> .
> NAML 
> 
>  
>





--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Set-Parent-in-XWiki-8-0-tp7598643p7598667.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Upgrade To 8.0 - Permissions / Admin Pages Problem

2016-03-25 Thread Keith Davis
When I attempt to upgrade back to 8.0, I get the Distribution Wizard and that 
attempts to upgrade and then fails:

Extension [org.xwiki.platform:xwiki-platform-distribution-flavor-8.0] is 
already installed on namespace [wiki:xwiki]
class org.xwiki.extension.InstallException: Failed to resolve extension
at 
org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:690)
at 
org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:339)
at 
org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:297)
at 
org.xwiki.extension.job.internal.AbstractInstallPlanJob.start(AbstractInstallPlanJob.java:231)
at 
org.xwiki.extension.job.internal.InstallPlanJob.runInternal(InstallPlanJob.java:88)
at org.xwiki.job.AbstractJob.runInContext(AbstractJob.java:205)
at org.xwiki.job.AbstractJob.run(AbstractJob.java:188)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: class org.xwiki.extension.InstallException: Failed to create an 
install plan for extension dependency 
[org.xwiki.enterprise:xwiki-enterprise-ui-common-8.0]
at 
org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtensionDependency(AbstractInstallPlanJob.java:607)
at 
org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtensionDependency(AbstractInstallPlanJob.java:574)
at 
org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:831)
at 
org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:688)
at 
org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:339)
at 
org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:297)
at 
org.xwiki.extension.job.internal.AbstractInstallPlanJob.start(AbstractInstallPlanJob.java:231)
at 
org.xwiki.extension.job.internal.InstallPlanJob.runInternal(InstallPlanJob.java:88)
at org.xwiki.job.AbstractJob.runInContext(AbstractJob.java:205)
   at org.xwiki.job.AbstractJob.run(AbstractJob.java:188)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: class org.xwiki.extension.InstallException: Failed to create an 
install plan for extension dependency 
[org.xwiki.platform:xwiki-platform-distribution-flavor-8.0]
at 
org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtensionDependency(AbstractInstallPlanJob.java:607)
at 
org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtensionDependency(AbstractInstallPlanJob.java:574)
at 
org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:831)
at 
org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtensionDependency(AbstractInstallPlanJob.java:605)
at 
org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtensionDependency(AbstractInstallPlanJob.java:574)
at 
org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:831)
at 
org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:688)
at 
org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:339)
at 
org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:297)
at 
org.xwiki.extension.job.internal.AbstractInstallPlanJob.start(AbstractInstallPlanJob.java:231)
at 
org.xwiki.extension.job.internal.InstallPlanJob.runInternal(InstallPlanJob.java:88)
at org.xwiki.job.AbstractJob.runInContext(AbstractJob.java:205)
at org.xwiki.job.AbstractJob.run(AbstractJob.java:188)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: class org.xwiki.extension.InstallException: Extension 
[org.xwiki.platform:xwiki-platform-distribution-flavor-8.0] is already 
installed on namespace [wiki:xwiki]
at 
org.xwiki.extension.job.internal.AbstractInstallPlanJob.checkInstalledExtension(AbstractInstallPlanJob.java:877)
at 
org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:769)
at 
org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtensionDependency(AbstractInstallPlanJob.java:605)
at 
org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtensionDependency(AbstractInstallPlanJob.java:574)
at 

Re: [xwiki-users] Upgrade To 8.0 - Permissions / Admin Pages Problem

2016-03-25 Thread Keith Davis
Downgraded to 7.4.2, that seemed to work fine but only user that has Edit right 
is still only Admin and no ability to access administer pages.

Keith Davis (214) 906-5183

From: Keith Davis
Sent: Friday, March 25, 2016 4:12 PM
To: XWiki Users
Subject: Upgrade To 8.0 - Permissions / Admin Pages Problem

After the upgrade (from 7.4.2), I got the Distribution Wizard, but it seemed to 
stop at one point and gave me 2 options: Later & Never. I have no idea why. I 
hit Later, then restarted, did not get the wizard again. We are able to login, 
but the only user that can Edit is the "Admin" account, and no account has 
links (access) to the "admin" pages.

I'm not sure what to do to fix this problem.

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Upgrade To 8.0 - Permissions / Admin Pages Problem

2016-03-25 Thread Keith Davis
After the upgrade (from 7.4.2), I got the Distribution Wizard, but it seemed to 
stop at one point and gave me 2 options: Later & Never. I have no idea why. I 
hit Later, then restarted, did not get the wizard again. We are able to login, 
but the only user that can Edit is the "Admin" account, and no account has 
links (access) to the "admin" pages.

I'm not sure what to do to fix this problem.

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] 7.4.2 To 8.0 Failure

2016-03-25 Thread Vincent Massol

> On 25 Mar 2016, at 18:28, Keith Davis  wrote:
> 
> So that's a no. 
> 
> For some us (like me) who are very inept when it comes to Java & Apache 
> Tomcat, it would be helpful if this was more prominent (and specific). I do 
> what those instructions specify ("When upgrading make sure you compare your 
> xwiki.cfg, xwiki.properties and web.xml files with the newest version"), 
> every upgrade, but those did not look like changes that we would want to take.

I don’t see what we could do more. We’ve taken a LOT of time to make clean 
release notes with a special backward compat section with clear instructions… 
This is bit disheartening to see that our efforts do not pay :)

I’m not sure what’s not clear in:

"If you were not using it, you should make sure to edit your web.xml to remove 
all the Servlet and Filter definitions for WebDAV (search for dav in web.xml).”

This is really hand-holding to me. I’d be glad to improve that if you were to 
tell us what would help very precisely.

Thanks
-Vincent

> 
> Keith Davis (214) 906-5183
> 
> 
> -Original Message-
> From: users [mailto:users-boun...@xwiki.org] On Behalf Of Thomas Mortagne
> Sent: Friday, March 25, 2016 12:23 PM
> To: XWiki Users
> Subject: Re: [xwiki-users] 7.4.2 To 8.0 Failure
> 
> On Fri, Mar 25, 2016 at 6:20 PM, Keith Davis  
> wrote:
>> About that, I looked over the release notes, but there are so many and 
>> this the second time this has happened, that I missed something in the 
>> release notes. Upgrading is very difficult for us. Anyway that these 
>> types of changes could be highlighted, like
>> 
> 
>> "Hey, these changes could break your installation!" :)
> 
> This is what "Backward Compatibility and Migration Notes" section is for.
> 
>> 
>> Keith Davis (214) 906-5183
>> 
>> 
>> -Original Message-
>> From: users [mailto:users-boun...@xwiki.org] On Behalf Of Vincent 
>> Massol
>> Sent: Friday, March 25, 2016 12:17 PM
>> To: XWiki Users
>> Subject: Re: [xwiki-users] 7.4.2 To 8.0 Failure
>> 
>> Glad you found it.
>> 
>> Seems you missed it from the release notes for 8.0:
>> http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki80#H
>> IssuesspecifictoXWiki8.0Milestone1 :)
>> 
>> Thanks
>> -Vincent
>> 
>>> On 25 Mar 2016, at 18:15, Keith Davis  wrote:
>>> 
>>> Found the problem. The new web.xml removed these lines, but I did not 
>>> accept these changes (we store the config in Git). I used the new file 
>>> "as-is" and now it loads.
>>> 
>>> diff --git a/web.xml b/web.xml
>>> index 918b0a2..929100f 100644
>>> --- a/web.xml
>>> +++ b/web.xml
>>> @@ -83,12 +83,6 @@
>>>
>>> org.xwiki.wysiwyg.server.filter.ConversionFilter
>>>  
>>> 
>>> -  
>>> -  
>>> -DavFilter
>>> -com.xpn.xwiki.plugin.webdav.XWikiDavFilter
>>> -  
>>> -
>>>  
>>> @@ -177,11 +171,6 @@
>>>  
>>> 
>>>  
>>> -DavFilter
>>> -/*
>>> -  
>>> -
>>> -  
>>>ActionDispatcher
>>>action
>>>REQUEST
>>> @@ -197,14 +186,6 @@
>>>FORWARD
>>>  
>>> 
>>> -  
>>> -XWikiXmlRpcContextInitializationFilter
>>> -xmlrpc
>>> -REQUEST
>>> -INCLUDE
>>> -FORWARD
>>> -  
>>> -
>>>   @@ 
>>> -299,16 +280,6 @@
>>>-->
>>>  
>>> 
>>> -  
>>> -xmlrpc
>>> -com.xpn.xwiki.xmlrpc.XWikiXmlRpcServlet
>>> -
>>> -  Sets, whether the servlet supports vendor extensions 
>>> for XML-RPC.
>>> -  enabledForExtensions
>>> -  false
>>> -
>>> -  
>>> -
>>>  
>>>  
>>> @@ -322,12 +293,6 @@
>>>
>>> com.xpn.xwiki.gwt.api.server.XWikiServiceImpl
>>>  
>>> 
>>> -  
>>> -  
>>> -   webdav
>>> -   
>>> com.xpn.xwiki.plugin.webdav.XWikiDavServlet
>>> -  
>>> -
>>>  
>>>  
>>>RestletServlet
>>> @@ -363,11 +328,6 @@
>>>  
>>> 
>>>  
>>> -xmlrpc
>>> -/xmlrpc/*
>>> -  
>>> -
>>> -  
>>>redirectHomeServlet
>>>/redirect
>>>  
>>> @@ -382,11 +342,6 @@
>>>/XWikiService
>>>  
>>> 
>>> -  
>>> -   webdav
>>> -   /webdav/*
>>> -  
>>> -
>>>  
>>> 
>>> Keith Davis (214) 906-5183
>>> 
>>> 
>>> -Original Message-
>>> From: users [mailto:users-boun...@xwiki.org] On Behalf Of Keith Davis
>>> Sent: Friday, March 25, 2016 12:12 PM
>>> To: XWiki Users
>>> Subject: Re: [xwiki-users] 7.4.2 To 8.0 Failure
>>> 
>>> The only thing we have changed is to replace the xwiki folder that was 
>>> 7.4.2 with the files from the WAR from 8.0.
>>> 
>>> Keith Davis (214) 906-5183
>>> 
>>> 
>>> -Original Message-
>>> From: users [mailto:users-boun...@xwiki.org] On Behalf Of Keith Davis
>>> Sent: Friday, March 25, 2016 12:11 PM
>>> To: XWiki Users
>>> Subject: Re: [xwiki-users] 7.4.2 To 8.0 Failure
>>> 
>>> I don't know what that means.
>>> 
>>> Keith Davis (214) 906-5183
>>> 
>>> -Original Message-
>>> From: users [mailto:users-boun...@xwiki.org] On Behalf Of Thomas 
>>> Mortagne
>>> Sent: Friday, March 25, 2016 12:10 PM
>>> To: XWiki Users
>>> Subject: Re: [xwiki-users] 7.4.2 To 8.0 Failure
>>> 
>>> No idea. I 

Re: [xwiki-users] 7.4.2 To 8.0 Failure

2016-03-25 Thread Keith Davis
So that's a no. 

For some us (like me) who are very inept when it comes to Java & Apache Tomcat, 
it would be helpful if this was more prominent (and specific). I do what those 
instructions specify ("When upgrading make sure you compare your xwiki.cfg, 
xwiki.properties and web.xml files with the newest version"), every upgrade, 
but those did not look like changes that we would want to take.

Keith Davis (214) 906-5183


-Original Message-
From: users [mailto:users-boun...@xwiki.org] On Behalf Of Thomas Mortagne
Sent: Friday, March 25, 2016 12:23 PM
To: XWiki Users
Subject: Re: [xwiki-users] 7.4.2 To 8.0 Failure

On Fri, Mar 25, 2016 at 6:20 PM, Keith Davis  wrote:
> About that, I looked over the release notes, but there are so many and 
> this the second time this has happened, that I missed something in the 
> release notes. Upgrading is very difficult for us. Anyway that these 
> types of changes could be highlighted, like
>

> "Hey, these changes could break your installation!" :)

This is what "Backward Compatibility and Migration Notes" section is for.

>
> Keith Davis (214) 906-5183
>
>
> -Original Message-
> From: users [mailto:users-boun...@xwiki.org] On Behalf Of Vincent 
> Massol
> Sent: Friday, March 25, 2016 12:17 PM
> To: XWiki Users
> Subject: Re: [xwiki-users] 7.4.2 To 8.0 Failure
>
> Glad you found it.
>
> Seems you missed it from the release notes for 8.0:
> http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki80#H
> IssuesspecifictoXWiki8.0Milestone1 :)
>
> Thanks
> -Vincent
>
>> On 25 Mar 2016, at 18:15, Keith Davis  wrote:
>>
>> Found the problem. The new web.xml removed these lines, but I did not accept 
>> these changes (we store the config in Git). I used the new file "as-is" and 
>> now it loads.
>>
>> diff --git a/web.xml b/web.xml
>> index 918b0a2..929100f 100644
>> --- a/web.xml
>> +++ b/web.xml
>> @@ -83,12 +83,6 @@
>> 
>> org.xwiki.wysiwyg.server.filter.ConversionFilter
>>   
>>
>> -  
>> -  
>> -DavFilter
>> -com.xpn.xwiki.plugin.webdav.XWikiDavFilter
>> -  
>> -
>>   
>> @@ -177,11 +171,6 @@
>>   
>>
>>   
>> -DavFilter
>> -/*
>> -  
>> -
>> -  
>> ActionDispatcher
>> action
>> REQUEST
>> @@ -197,14 +186,6 @@
>> FORWARD
>>   
>>
>> -  
>> -XWikiXmlRpcContextInitializationFilter
>> -xmlrpc
>> -REQUEST
>> -INCLUDE
>> -FORWARD
>> -  
>> -
>>@@ 
>> -299,16 +280,6 @@
>> -->
>>   
>>
>> -  
>> -xmlrpc
>> -com.xpn.xwiki.xmlrpc.XWikiXmlRpcServlet
>> -
>> -  Sets, whether the servlet supports vendor extensions for 
>> XML-RPC.
>> -  enabledForExtensions
>> -  false
>> -
>> -  
>> -
>>   
>>   
>> @@ -322,12 +293,6 @@
>> 
>> com.xpn.xwiki.gwt.api.server.XWikiServiceImpl
>>   
>>
>> -  
>> -  
>> -   webdav
>> -   
>> com.xpn.xwiki.plugin.webdav.XWikiDavServlet
>> -  
>> -
>>   
>>   
>> RestletServlet
>> @@ -363,11 +328,6 @@
>>   
>>
>>   
>> -xmlrpc
>> -/xmlrpc/*
>> -  
>> -
>> -  
>> redirectHomeServlet
>> /redirect
>>   
>> @@ -382,11 +342,6 @@
>> /XWikiService
>>   
>>
>> -  
>> -   webdav
>> -   /webdav/*
>> -  
>> -
>>   
>>
>> Keith Davis (214) 906-5183
>>
>>
>> -Original Message-
>> From: users [mailto:users-boun...@xwiki.org] On Behalf Of Keith Davis
>> Sent: Friday, March 25, 2016 12:12 PM
>> To: XWiki Users
>> Subject: Re: [xwiki-users] 7.4.2 To 8.0 Failure
>>
>> The only thing we have changed is to replace the xwiki folder that was 7.4.2 
>> with the files from the WAR from 8.0.
>>
>> Keith Davis (214) 906-5183
>>
>>
>> -Original Message-
>> From: users [mailto:users-boun...@xwiki.org] On Behalf Of Keith Davis
>> Sent: Friday, March 25, 2016 12:11 PM
>> To: XWiki Users
>> Subject: Re: [xwiki-users] 7.4.2 To 8.0 Failure
>>
>> I don't know what that means.
>>
>> Keith Davis (214) 906-5183
>>
>> -Original Message-
>> From: users [mailto:users-boun...@xwiki.org] On Behalf Of Thomas 
>> Mortagne
>> Sent: Friday, March 25, 2016 12:10 PM
>> To: XWiki Users
>> Subject: Re: [xwiki-users] 7.4.2 To 8.0 Failure
>>
>> No idea. I usually have everything in catalina.out.
>>
>> On Fri, Mar 25, 2016 at 6:06 PM, Keith Davis  
>> wrote:
>>> " Full details will be found in the appropriate container log file"
>>>
>>> Yea, I saw that, but what log file is this referring to?
>>>
>>> Keith Davis (214) 906-5183
>>>
>>>
>>> -Original Message-
>>> From: users [mailto:users-boun...@xwiki.org] On Behalf Of Thomas 
>>> Mortagne
>>> Sent: Friday, March 25, 2016 12:05 PM
>>> To: XWiki Users
>>> Subject: Re: [xwiki-users] 7.4.2 To 8.0 Failure
>>>
>>> Note sure how tomcat is configured on your system but "One or more 
>>> Filters failed to start. Full details will be found in the 
>>> appropriate container log file" seems to indicate this is the 
>>> interesting log file
>>> :)
>>>
>>> On Fri, Mar 25, 2016 at 5:34 PM, Keith Davis 

Re: [xwiki-users] 7.4.2 To 8.0 Failure

2016-03-25 Thread Thomas Mortagne
On Fri, Mar 25, 2016 at 6:20 PM, Keith Davis  wrote:
> About that, I looked over the release notes, but there are so many and this 
> the second time this has happened, that I missed something in the release 
> notes. Upgrading is very difficult for us. Anyway that these types of changes 
> could be highlighted, like
>

> "Hey, these changes could break your installation!" :)

This is what "Backward Compatibility and Migration Notes" section is for.

>
> Keith Davis (214) 906-5183
>
>
> -Original Message-
> From: users [mailto:users-boun...@xwiki.org] On Behalf Of Vincent Massol
> Sent: Friday, March 25, 2016 12:17 PM
> To: XWiki Users
> Subject: Re: [xwiki-users] 7.4.2 To 8.0 Failure
>
> Glad you found it.
>
> Seems you missed it from the release notes for 8.0:
> http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki80#HIssuesspecifictoXWiki8.0Milestone1
>  :)
>
> Thanks
> -Vincent
>
>> On 25 Mar 2016, at 18:15, Keith Davis  wrote:
>>
>> Found the problem. The new web.xml removed these lines, but I did not accept 
>> these changes (we store the config in Git). I used the new file "as-is" and 
>> now it loads.
>>
>> diff --git a/web.xml b/web.xml
>> index 918b0a2..929100f 100644
>> --- a/web.xml
>> +++ b/web.xml
>> @@ -83,12 +83,6 @@
>> 
>> org.xwiki.wysiwyg.server.filter.ConversionFilter
>>   
>>
>> -  
>> -  
>> -DavFilter
>> -com.xpn.xwiki.plugin.webdav.XWikiDavFilter
>> -  
>> -
>>   
>> @@ -177,11 +171,6 @@
>>   
>>
>>   
>> -DavFilter
>> -/*
>> -  
>> -
>> -  
>> ActionDispatcher
>> action
>> REQUEST
>> @@ -197,14 +186,6 @@
>> FORWARD
>>   
>>
>> -  
>> -XWikiXmlRpcContextInitializationFilter
>> -xmlrpc
>> -REQUEST
>> -INCLUDE
>> -FORWARD
>> -  
>> -
>>@@ 
>> -299,16 +280,6 @@
>> -->
>>   
>>
>> -  
>> -xmlrpc
>> -com.xpn.xwiki.xmlrpc.XWikiXmlRpcServlet
>> -
>> -  Sets, whether the servlet supports vendor extensions for 
>> XML-RPC.
>> -  enabledForExtensions
>> -  false
>> -
>> -  
>> -
>>   
>>   
>> @@ -322,12 +293,6 @@
>> 
>> com.xpn.xwiki.gwt.api.server.XWikiServiceImpl
>>   
>>
>> -  
>> -  
>> -   webdav
>> -   
>> com.xpn.xwiki.plugin.webdav.XWikiDavServlet
>> -  
>> -
>>   
>>   
>> RestletServlet
>> @@ -363,11 +328,6 @@
>>   
>>
>>   
>> -xmlrpc
>> -/xmlrpc/*
>> -  
>> -
>> -  
>> redirectHomeServlet
>> /redirect
>>   
>> @@ -382,11 +342,6 @@
>> /XWikiService
>>   
>>
>> -  
>> -   webdav
>> -   /webdav/*
>> -  
>> -
>>   
>>
>> Keith Davis (214) 906-5183
>>
>>
>> -Original Message-
>> From: users [mailto:users-boun...@xwiki.org] On Behalf Of Keith Davis
>> Sent: Friday, March 25, 2016 12:12 PM
>> To: XWiki Users
>> Subject: Re: [xwiki-users] 7.4.2 To 8.0 Failure
>>
>> The only thing we have changed is to replace the xwiki folder that was 7.4.2 
>> with the files from the WAR from 8.0.
>>
>> Keith Davis (214) 906-5183
>>
>>
>> -Original Message-
>> From: users [mailto:users-boun...@xwiki.org] On Behalf Of Keith Davis
>> Sent: Friday, March 25, 2016 12:11 PM
>> To: XWiki Users
>> Subject: Re: [xwiki-users] 7.4.2 To 8.0 Failure
>>
>> I don't know what that means.
>>
>> Keith Davis (214) 906-5183
>>
>> -Original Message-
>> From: users [mailto:users-boun...@xwiki.org] On Behalf Of Thomas
>> Mortagne
>> Sent: Friday, March 25, 2016 12:10 PM
>> To: XWiki Users
>> Subject: Re: [xwiki-users] 7.4.2 To 8.0 Failure
>>
>> No idea. I usually have everything in catalina.out.
>>
>> On Fri, Mar 25, 2016 at 6:06 PM, Keith Davis  
>> wrote:
>>> " Full details will be found in the appropriate container log file"
>>>
>>> Yea, I saw that, but what log file is this referring to?
>>>
>>> Keith Davis (214) 906-5183
>>>
>>>
>>> -Original Message-
>>> From: users [mailto:users-boun...@xwiki.org] On Behalf Of Thomas
>>> Mortagne
>>> Sent: Friday, March 25, 2016 12:05 PM
>>> To: XWiki Users
>>> Subject: Re: [xwiki-users] 7.4.2 To 8.0 Failure
>>>
>>> Note sure how tomcat is configured on your system but "One or more
>>> Filters failed to start. Full details will be found in the
>>> appropriate container log file" seems to indicate this is the
>>> interesting log file
>>> :)
>>>
>>> On Fri, Mar 25, 2016 at 5:34 PM, Keith Davis  
>>> wrote:
 tomcat8-stderr:


 2016-03-25 11:32:03 Commons Daemon procrun stderr initialized
 25-Mar-2016 11:32:04.281 INFO [main] 
 org.apache.catalina.startup.VersionLoggerListener.log Server version:  
   Apache Tomcat/8.0.23
 25-Mar-2016 11:32:04.283 INFO [main] 
 org.apache.catalina.startup.VersionLoggerListener.log Server built:
   May 19 2015 14:58:38 UTC
 25-Mar-2016 11:32:04.283 INFO [main] 
 org.apache.catalina.startup.VersionLoggerListener.log Server number:   
   8.0.23.0
 25-Mar-2016 11:32:04.283 INFO [main] 
 

Re: [xwiki-users] 7.4.2 To 8.0 Failure

2016-03-25 Thread Keith Davis
About that, I looked over the release notes, but there are so many and this the 
second time this has happened, that I missed something in the release notes. 
Upgrading is very difficult for us. Anyway that these types of changes could be 
highlighted, like 

"Hey, these changes could break your installation!" :)

Keith Davis (214) 906-5183


-Original Message-
From: users [mailto:users-boun...@xwiki.org] On Behalf Of Vincent Massol
Sent: Friday, March 25, 2016 12:17 PM
To: XWiki Users
Subject: Re: [xwiki-users] 7.4.2 To 8.0 Failure

Glad you found it.

Seems you missed it from the release notes for 8.0:
http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki80#HIssuesspecifictoXWiki8.0Milestone1
 :)

Thanks
-Vincent

> On 25 Mar 2016, at 18:15, Keith Davis  wrote:
> 
> Found the problem. The new web.xml removed these lines, but I did not accept 
> these changes (we store the config in Git). I used the new file "as-is" and 
> now it loads.
> 
> diff --git a/web.xml b/web.xml
> index 918b0a2..929100f 100644
> --- a/web.xml
> +++ b/web.xml
> @@ -83,12 +83,6 @@
> 
> org.xwiki.wysiwyg.server.filter.ConversionFilter
>   
> 
> -  
> -  
> -DavFilter
> -com.xpn.xwiki.plugin.webdav.XWikiDavFilter
> -  
> -
>   
> @@ -177,11 +171,6 @@
>   
> 
>   
> -DavFilter
> -/*
> -  
> -
> -  
> ActionDispatcher
> action
> REQUEST
> @@ -197,14 +186,6 @@
> FORWARD
>   
> 
> -  
> -XWikiXmlRpcContextInitializationFilter
> -xmlrpc
> -REQUEST
> -INCLUDE
> -FORWARD
> -  
> -
>@@ 
> -299,16 +280,6 @@
> -->
>   
> 
> -  
> -xmlrpc
> -com.xpn.xwiki.xmlrpc.XWikiXmlRpcServlet
> -
> -  Sets, whether the servlet supports vendor extensions for 
> XML-RPC.
> -  enabledForExtensions
> -  false
> -
> -  
> -
>   
>   
> @@ -322,12 +293,6 @@
> 
> com.xpn.xwiki.gwt.api.server.XWikiServiceImpl
>   
> 
> -  
> -  
> -   webdav
> -   com.xpn.xwiki.plugin.webdav.XWikiDavServlet
> -  
> -
>   
>   
> RestletServlet
> @@ -363,11 +328,6 @@
>   
> 
>   
> -xmlrpc
> -/xmlrpc/*
> -  
> -
> -  
> redirectHomeServlet
> /redirect
>   
> @@ -382,11 +342,6 @@
> /XWikiService
>   
> 
> -  
> -   webdav
> -   /webdav/*
> -  
> -
>   
> 
> Keith Davis (214) 906-5183
> 
> 
> -Original Message-
> From: users [mailto:users-boun...@xwiki.org] On Behalf Of Keith Davis
> Sent: Friday, March 25, 2016 12:12 PM
> To: XWiki Users
> Subject: Re: [xwiki-users] 7.4.2 To 8.0 Failure
> 
> The only thing we have changed is to replace the xwiki folder that was 7.4.2 
> with the files from the WAR from 8.0.
> 
> Keith Davis (214) 906-5183
> 
> 
> -Original Message-
> From: users [mailto:users-boun...@xwiki.org] On Behalf Of Keith Davis
> Sent: Friday, March 25, 2016 12:11 PM
> To: XWiki Users
> Subject: Re: [xwiki-users] 7.4.2 To 8.0 Failure
> 
> I don't know what that means.
> 
> Keith Davis (214) 906-5183
> 
> -Original Message-
> From: users [mailto:users-boun...@xwiki.org] On Behalf Of Thomas 
> Mortagne
> Sent: Friday, March 25, 2016 12:10 PM
> To: XWiki Users
> Subject: Re: [xwiki-users] 7.4.2 To 8.0 Failure
> 
> No idea. I usually have everything in catalina.out.
> 
> On Fri, Mar 25, 2016 at 6:06 PM, Keith Davis  
> wrote:
>> " Full details will be found in the appropriate container log file"
>> 
>> Yea, I saw that, but what log file is this referring to?
>> 
>> Keith Davis (214) 906-5183
>> 
>> 
>> -Original Message-
>> From: users [mailto:users-boun...@xwiki.org] On Behalf Of Thomas 
>> Mortagne
>> Sent: Friday, March 25, 2016 12:05 PM
>> To: XWiki Users
>> Subject: Re: [xwiki-users] 7.4.2 To 8.0 Failure
>> 
>> Note sure how tomcat is configured on your system but "One or more 
>> Filters failed to start. Full details will be found in the 
>> appropriate container log file" seems to indicate this is the 
>> interesting log file
>> :)
>> 
>> On Fri, Mar 25, 2016 at 5:34 PM, Keith Davis  
>> wrote:
>>> tomcat8-stderr:
>>> 
>>> 
>>> 2016-03-25 11:32:03 Commons Daemon procrun stderr initialized
>>> 25-Mar-2016 11:32:04.281 INFO [main] 
>>> org.apache.catalina.startup.VersionLoggerListener.log Server version:   
>>>  Apache Tomcat/8.0.23
>>> 25-Mar-2016 11:32:04.283 INFO [main] 
>>> org.apache.catalina.startup.VersionLoggerListener.log Server built: 
>>>  May 19 2015 14:58:38 UTC
>>> 25-Mar-2016 11:32:04.283 INFO [main] 
>>> org.apache.catalina.startup.VersionLoggerListener.log Server number:
>>>  8.0.23.0
>>> 25-Mar-2016 11:32:04.283 INFO [main] 
>>> org.apache.catalina.startup.VersionLoggerListener.log OS Name:  
>>>  Windows Server 2008 R2
>>> 25-Mar-2016 11:32:04.284 INFO [main] 
>>> org.apache.catalina.startup.VersionLoggerListener.log OS Version:   
>>>  6.1
>>> 25-Mar-2016 11:32:04.284 INFO [main] 
>>> org.apache.catalina.startup.VersionLoggerListener.log Architecture: 

Re: [xwiki-users] 7.4.2 To 8.0 Failure

2016-03-25 Thread Vincent Massol
Glad you found it.

Seems you missed it from the release notes for 8.0:
http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki80#HIssuesspecifictoXWiki8.0Milestone1
 :)

Thanks
-Vincent

> On 25 Mar 2016, at 18:15, Keith Davis  wrote:
> 
> Found the problem. The new web.xml removed these lines, but I did not accept 
> these changes (we store the config in Git). I used the new file "as-is" and 
> now it loads.
> 
> diff --git a/web.xml b/web.xml
> index 918b0a2..929100f 100644
> --- a/web.xml
> +++ b/web.xml
> @@ -83,12 +83,6 @@
> 
> org.xwiki.wysiwyg.server.filter.ConversionFilter
>   
> 
> -  
> -  
> -DavFilter
> -com.xpn.xwiki.plugin.webdav.XWikiDavFilter
> -  
> -
>   
> @@ -177,11 +171,6 @@
>   
> 
>   
> -DavFilter
> -/*
> -  
> -
> -  
> ActionDispatcher
> action
> REQUEST
> @@ -197,14 +186,6 @@
> FORWARD
>   
> 
> -  
> -XWikiXmlRpcContextInitializationFilter
> -xmlrpc
> -REQUEST
> -INCLUDE
> -FORWARD
> -  
> -
>   
> @@ -299,16 +280,6 @@
> -->
>   
> 
> -  
> -xmlrpc
> -com.xpn.xwiki.xmlrpc.XWikiXmlRpcServlet
> -
> -  Sets, whether the servlet supports vendor extensions for 
> XML-RPC.
> -  enabledForExtensions
> -  false
> -
> -  
> -
>   
>   
> @@ -322,12 +293,6 @@
> 
> com.xpn.xwiki.gwt.api.server.XWikiServiceImpl
>   
> 
> -  
> -  
> -   webdav
> -   com.xpn.xwiki.plugin.webdav.XWikiDavServlet
> -  
> -
>   
>   
> RestletServlet
> @@ -363,11 +328,6 @@
>   
> 
>   
> -xmlrpc
> -/xmlrpc/*
> -  
> -
> -  
> redirectHomeServlet
> /redirect
>   
> @@ -382,11 +342,6 @@
> /XWikiService
>   
> 
> -  
> -   webdav
> -   /webdav/*
> -  
> -
>   
> 
> Keith Davis (214) 906-5183
> 
> 
> -Original Message-
> From: users [mailto:users-boun...@xwiki.org] On Behalf Of Keith Davis
> Sent: Friday, March 25, 2016 12:12 PM
> To: XWiki Users
> Subject: Re: [xwiki-users] 7.4.2 To 8.0 Failure
> 
> The only thing we have changed is to replace the xwiki folder that was 7.4.2 
> with the files from the WAR from 8.0.
> 
> Keith Davis (214) 906-5183
> 
> 
> -Original Message-
> From: users [mailto:users-boun...@xwiki.org] On Behalf Of Keith Davis
> Sent: Friday, March 25, 2016 12:11 PM
> To: XWiki Users
> Subject: Re: [xwiki-users] 7.4.2 To 8.0 Failure
> 
> I don't know what that means.
> 
> Keith Davis (214) 906-5183
> 
> -Original Message-
> From: users [mailto:users-boun...@xwiki.org] On Behalf Of Thomas Mortagne
> Sent: Friday, March 25, 2016 12:10 PM
> To: XWiki Users
> Subject: Re: [xwiki-users] 7.4.2 To 8.0 Failure
> 
> No idea. I usually have everything in catalina.out.
> 
> On Fri, Mar 25, 2016 at 6:06 PM, Keith Davis  
> wrote:
>> " Full details will be found in the appropriate container log file"
>> 
>> Yea, I saw that, but what log file is this referring to?
>> 
>> Keith Davis (214) 906-5183
>> 
>> 
>> -Original Message-
>> From: users [mailto:users-boun...@xwiki.org] On Behalf Of Thomas 
>> Mortagne
>> Sent: Friday, March 25, 2016 12:05 PM
>> To: XWiki Users
>> Subject: Re: [xwiki-users] 7.4.2 To 8.0 Failure
>> 
>> Note sure how tomcat is configured on your system but "One or more 
>> Filters failed to start. Full details will be found in the appropriate 
>> container log file" seems to indicate this is the interesting log file
>> :)
>> 
>> On Fri, Mar 25, 2016 at 5:34 PM, Keith Davis  
>> wrote:
>>> tomcat8-stderr:
>>> 
>>> 
>>> 2016-03-25 11:32:03 Commons Daemon procrun stderr initialized
>>> 25-Mar-2016 11:32:04.281 INFO [main] 
>>> org.apache.catalina.startup.VersionLoggerListener.log Server version:   
>>>  Apache Tomcat/8.0.23
>>> 25-Mar-2016 11:32:04.283 INFO [main] 
>>> org.apache.catalina.startup.VersionLoggerListener.log Server built: 
>>>  May 19 2015 14:58:38 UTC
>>> 25-Mar-2016 11:32:04.283 INFO [main] 
>>> org.apache.catalina.startup.VersionLoggerListener.log Server number:
>>>  8.0.23.0
>>> 25-Mar-2016 11:32:04.283 INFO [main] 
>>> org.apache.catalina.startup.VersionLoggerListener.log OS Name:  
>>>  Windows Server 2008 R2
>>> 25-Mar-2016 11:32:04.284 INFO [main] 
>>> org.apache.catalina.startup.VersionLoggerListener.log OS Version:   
>>>  6.1
>>> 25-Mar-2016 11:32:04.284 INFO [main] 
>>> org.apache.catalina.startup.VersionLoggerListener.log Architecture: 
>>>  amd64
>>> 25-Mar-2016 11:32:04.284 INFO [main] 
>>> org.apache.catalina.startup.VersionLoggerListener.log Java Home:
>>>  C:\Program Files\Java\jre1.8.0_72
>>> 25-Mar-2016 11:32:04.284 INFO [main] 
>>> org.apache.catalina.startup.VersionLoggerListener.log JVM Version:  
>>>  1.8.0_72-b15
>>> 25-Mar-2016 11:32:04.284 INFO [main] 
>>> org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor:   
>>>  Oracle Corporation
>>> 25-Mar-2016 11:32:04.284 INFO [main] 
>>> 

Re: [xwiki-users] 7.4.2 To 8.0 Failure

2016-03-25 Thread Keith Davis
Found the problem. The new web.xml removed these lines, but I did not accept 
these changes (we store the config in Git). I used the new file "as-is" and now 
it loads.

diff --git a/web.xml b/web.xml
index 918b0a2..929100f 100644
--- a/web.xml
+++ b/web.xml
@@ -83,12 +83,6 @@
 
org.xwiki.wysiwyg.server.filter.ConversionFilter
   
 
-  
-  
-DavFilter
-com.xpn.xwiki.plugin.webdav.XWikiDavFilter
-  
-
   
@@ -177,11 +171,6 @@
   
 
   
-DavFilter
-/*
-  
-
-  
 ActionDispatcher
 action
 REQUEST
@@ -197,14 +186,6 @@
 FORWARD
   
 
-  
-XWikiXmlRpcContextInitializationFilter
-xmlrpc
-REQUEST
-INCLUDE
-FORWARD
-  
-
   
@@ -299,16 +280,6 @@
 -->
   
 
-  
-xmlrpc
-com.xpn.xwiki.xmlrpc.XWikiXmlRpcServlet
-
-  Sets, whether the servlet supports vendor extensions for 
XML-RPC.
-  enabledForExtensions
-  false
-
-  
-
   
   
@@ -322,12 +293,6 @@
 
com.xpn.xwiki.gwt.api.server.XWikiServiceImpl
   
 
-  
-  
-   webdav
-   com.xpn.xwiki.plugin.webdav.XWikiDavServlet
-  
-
   
   
 RestletServlet
@@ -363,11 +328,6 @@
   
 
   
-xmlrpc
-/xmlrpc/*
-  
-
-  
 redirectHomeServlet
 /redirect
   
@@ -382,11 +342,6 @@
 /XWikiService
   
 
-  
-   webdav
-   /webdav/*
-  
-
   

Keith Davis (214) 906-5183


-Original Message-
From: users [mailto:users-boun...@xwiki.org] On Behalf Of Keith Davis
Sent: Friday, March 25, 2016 12:12 PM
To: XWiki Users
Subject: Re: [xwiki-users] 7.4.2 To 8.0 Failure

The only thing we have changed is to replace the xwiki folder that was 7.4.2 
with the files from the WAR from 8.0.

Keith Davis (214) 906-5183


-Original Message-
From: users [mailto:users-boun...@xwiki.org] On Behalf Of Keith Davis
Sent: Friday, March 25, 2016 12:11 PM
To: XWiki Users
Subject: Re: [xwiki-users] 7.4.2 To 8.0 Failure

I don't know what that means.

Keith Davis (214) 906-5183

-Original Message-
From: users [mailto:users-boun...@xwiki.org] On Behalf Of Thomas Mortagne
Sent: Friday, March 25, 2016 12:10 PM
To: XWiki Users
Subject: Re: [xwiki-users] 7.4.2 To 8.0 Failure

No idea. I usually have everything in catalina.out.

On Fri, Mar 25, 2016 at 6:06 PM, Keith Davis  wrote:
> " Full details will be found in the appropriate container log file"
>
> Yea, I saw that, but what log file is this referring to?
>
> Keith Davis (214) 906-5183
>
>
> -Original Message-
> From: users [mailto:users-boun...@xwiki.org] On Behalf Of Thomas 
> Mortagne
> Sent: Friday, March 25, 2016 12:05 PM
> To: XWiki Users
> Subject: Re: [xwiki-users] 7.4.2 To 8.0 Failure
>
> Note sure how tomcat is configured on your system but "One or more 
> Filters failed to start. Full details will be found in the appropriate 
> container log file" seems to indicate this is the interesting log file
> :)
>
> On Fri, Mar 25, 2016 at 5:34 PM, Keith Davis  
> wrote:
>> tomcat8-stderr:
>>
>>
>> 2016-03-25 11:32:03 Commons Daemon procrun stderr initialized
>> 25-Mar-2016 11:32:04.281 INFO [main] 
>> org.apache.catalina.startup.VersionLoggerListener.log Server version:
>> Apache Tomcat/8.0.23
>> 25-Mar-2016 11:32:04.283 INFO [main] 
>> org.apache.catalina.startup.VersionLoggerListener.log Server built:  
>> May 19 2015 14:58:38 UTC
>> 25-Mar-2016 11:32:04.283 INFO [main] 
>> org.apache.catalina.startup.VersionLoggerListener.log Server number: 
>> 8.0.23.0
>> 25-Mar-2016 11:32:04.283 INFO [main] 
>> org.apache.catalina.startup.VersionLoggerListener.log OS Name:   
>> Windows Server 2008 R2
>> 25-Mar-2016 11:32:04.284 INFO [main] 
>> org.apache.catalina.startup.VersionLoggerListener.log OS Version:
>> 6.1
>> 25-Mar-2016 11:32:04.284 INFO [main] 
>> org.apache.catalina.startup.VersionLoggerListener.log Architecture:  
>> amd64
>> 25-Mar-2016 11:32:04.284 INFO [main] 
>> org.apache.catalina.startup.VersionLoggerListener.log Java Home: 
>> C:\Program Files\Java\jre1.8.0_72
>> 25-Mar-2016 11:32:04.284 INFO [main] 
>> org.apache.catalina.startup.VersionLoggerListener.log JVM Version:   
>> 1.8.0_72-b15
>> 25-Mar-2016 11:32:04.284 INFO [main] 
>> org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor:
>> Oracle Corporation
>> 25-Mar-2016 11:32:04.284 INFO [main] 
>> org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE: 
>> C:\apache-tomcat-8
>> 25-Mar-2016 11:32:04.284 INFO [main] 
>> org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME: 
>> C:\apache-tomcat-8
>> 25-Mar-2016 11:32:04.285 INFO [main]
>> org.apache.catalina.startup.VersionLoggerListener.log Command line
>> argument: -Dcatalina.home=C:\apache-tomcat-8
>> 25-Mar-2016 11:32:04.285 INFO [main]
>> org.apache.catalina.startup.VersionLoggerListener.log Command line
>> argument: -Dcatalina.base=C:\apache-tomcat-8
>> 25-Mar-2016 11:32:04.285 INFO [main]
>> 

Re: [xwiki-users] 7.4.2 To 8.0 Failure

2016-03-25 Thread Keith Davis
The only thing we have changed is to replace the xwiki folder that was 7.4.2 
with the files from the WAR from 8.0.

Keith Davis (214) 906-5183


-Original Message-
From: users [mailto:users-boun...@xwiki.org] On Behalf Of Keith Davis
Sent: Friday, March 25, 2016 12:11 PM
To: XWiki Users
Subject: Re: [xwiki-users] 7.4.2 To 8.0 Failure

I don't know what that means.

Keith Davis (214) 906-5183

-Original Message-
From: users [mailto:users-boun...@xwiki.org] On Behalf Of Thomas Mortagne
Sent: Friday, March 25, 2016 12:10 PM
To: XWiki Users
Subject: Re: [xwiki-users] 7.4.2 To 8.0 Failure

No idea. I usually have everything in catalina.out.

On Fri, Mar 25, 2016 at 6:06 PM, Keith Davis  wrote:
> " Full details will be found in the appropriate container log file"
>
> Yea, I saw that, but what log file is this referring to?
>
> Keith Davis (214) 906-5183
>
>
> -Original Message-
> From: users [mailto:users-boun...@xwiki.org] On Behalf Of Thomas 
> Mortagne
> Sent: Friday, March 25, 2016 12:05 PM
> To: XWiki Users
> Subject: Re: [xwiki-users] 7.4.2 To 8.0 Failure
>
> Note sure how tomcat is configured on your system but "One or more 
> Filters failed to start. Full details will be found in the appropriate 
> container log file" seems to indicate this is the interesting log file
> :)
>
> On Fri, Mar 25, 2016 at 5:34 PM, Keith Davis  
> wrote:
>> tomcat8-stderr:
>>
>>
>> 2016-03-25 11:32:03 Commons Daemon procrun stderr initialized
>> 25-Mar-2016 11:32:04.281 INFO [main] 
>> org.apache.catalina.startup.VersionLoggerListener.log Server version:
>> Apache Tomcat/8.0.23
>> 25-Mar-2016 11:32:04.283 INFO [main] 
>> org.apache.catalina.startup.VersionLoggerListener.log Server built:  
>> May 19 2015 14:58:38 UTC
>> 25-Mar-2016 11:32:04.283 INFO [main] 
>> org.apache.catalina.startup.VersionLoggerListener.log Server number: 
>> 8.0.23.0
>> 25-Mar-2016 11:32:04.283 INFO [main] 
>> org.apache.catalina.startup.VersionLoggerListener.log OS Name:   
>> Windows Server 2008 R2
>> 25-Mar-2016 11:32:04.284 INFO [main] 
>> org.apache.catalina.startup.VersionLoggerListener.log OS Version:
>> 6.1
>> 25-Mar-2016 11:32:04.284 INFO [main] 
>> org.apache.catalina.startup.VersionLoggerListener.log Architecture:  
>> amd64
>> 25-Mar-2016 11:32:04.284 INFO [main] 
>> org.apache.catalina.startup.VersionLoggerListener.log Java Home: 
>> C:\Program Files\Java\jre1.8.0_72
>> 25-Mar-2016 11:32:04.284 INFO [main] 
>> org.apache.catalina.startup.VersionLoggerListener.log JVM Version:   
>> 1.8.0_72-b15
>> 25-Mar-2016 11:32:04.284 INFO [main] 
>> org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor:
>> Oracle Corporation
>> 25-Mar-2016 11:32:04.284 INFO [main] 
>> org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE: 
>> C:\apache-tomcat-8
>> 25-Mar-2016 11:32:04.284 INFO [main] 
>> org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME: 
>> C:\apache-tomcat-8
>> 25-Mar-2016 11:32:04.285 INFO [main]
>> org.apache.catalina.startup.VersionLoggerListener.log Command line
>> argument: -Dcatalina.home=C:\apache-tomcat-8
>> 25-Mar-2016 11:32:04.285 INFO [main]
>> org.apache.catalina.startup.VersionLoggerListener.log Command line
>> argument: -Dcatalina.base=C:\apache-tomcat-8
>> 25-Mar-2016 11:32:04.285 INFO [main]
>> org.apache.catalina.startup.VersionLoggerListener.log Command line
>> argument: -Djava.endorsed.dirs=C:\apache-tomcat-8\endorsed
>> 25-Mar-2016 11:32:04.285 INFO [main]
>> org.apache.catalina.startup.VersionLoggerListener.log Command line
>> argument: -Djava.io.tmpdir=C:\apache-tomcat-8\temp
>> 25-Mar-2016 11:32:04.285 INFO [main]
>> org.apache.catalina.startup.VersionLoggerListener.log Command line
>> argument:
>> -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
>> 25-Mar-2016 11:32:04.286 INFO [main]
>> org.apache.catalina.startup.VersionLoggerListener.log Command line
>> argument:
>> -Djava.util.logging.config.file=C:\apache-tomcat-8\conf\logging.prope
>> r
>> ties
>> 25-Mar-2016 11:32:04.286 INFO [main]
>> org.apache.catalina.startup.VersionLoggerListener.log Command line
>> argument: -XX:MaxPermSize=196m
>> 25-Mar-2016 11:32:04.286 INFO [main]
>> org.apache.catalina.startup.VersionLoggerListener.log Command line
>> argument: exit
>> 25-Mar-2016 11:32:04.286 INFO [main]
>> org.apache.catalina.startup.VersionLoggerListener.log Command line
>> argument: -Xms1024m
>> 25-Mar-2016 11:32:04.286 INFO [main]
>> org.apache.catalina.startup.VersionLoggerListener.log Command line
>> argument: -Xmx1024m
>> 25-Mar-2016 11:32:04.286 INFO [main]
>> org.apache.catalina.startup.VersionLoggerListener.log Command line
>> argument: -Xss256k
>> 25-Mar-2016 11:32:04.459 INFO [main]
>> org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler 
>> ["http-nio-8080"]
>> 25-Mar-2016 11:32:04.552 INFO [main]
>> 

Re: [xwiki-users] 7.4.2 To 8.0 Failure

2016-03-25 Thread Keith Davis
I don't know what that means.

Keith Davis (214) 906-5183

-Original Message-
From: users [mailto:users-boun...@xwiki.org] On Behalf Of Thomas Mortagne
Sent: Friday, March 25, 2016 12:10 PM
To: XWiki Users
Subject: Re: [xwiki-users] 7.4.2 To 8.0 Failure

No idea. I usually have everything in catalina.out.

On Fri, Mar 25, 2016 at 6:06 PM, Keith Davis  wrote:
> " Full details will be found in the appropriate container log file"
>
> Yea, I saw that, but what log file is this referring to?
>
> Keith Davis (214) 906-5183
>
>
> -Original Message-
> From: users [mailto:users-boun...@xwiki.org] On Behalf Of Thomas 
> Mortagne
> Sent: Friday, March 25, 2016 12:05 PM
> To: XWiki Users
> Subject: Re: [xwiki-users] 7.4.2 To 8.0 Failure
>
> Note sure how tomcat is configured on your system but "One or more 
> Filters failed to start. Full details will be found in the appropriate 
> container log file" seems to indicate this is the interesting log file
> :)
>
> On Fri, Mar 25, 2016 at 5:34 PM, Keith Davis  
> wrote:
>> tomcat8-stderr:
>>
>>
>> 2016-03-25 11:32:03 Commons Daemon procrun stderr initialized
>> 25-Mar-2016 11:32:04.281 INFO [main] 
>> org.apache.catalina.startup.VersionLoggerListener.log Server version:
>> Apache Tomcat/8.0.23
>> 25-Mar-2016 11:32:04.283 INFO [main] 
>> org.apache.catalina.startup.VersionLoggerListener.log Server built:  
>> May 19 2015 14:58:38 UTC
>> 25-Mar-2016 11:32:04.283 INFO [main] 
>> org.apache.catalina.startup.VersionLoggerListener.log Server number: 
>> 8.0.23.0
>> 25-Mar-2016 11:32:04.283 INFO [main] 
>> org.apache.catalina.startup.VersionLoggerListener.log OS Name:   
>> Windows Server 2008 R2
>> 25-Mar-2016 11:32:04.284 INFO [main] 
>> org.apache.catalina.startup.VersionLoggerListener.log OS Version:
>> 6.1
>> 25-Mar-2016 11:32:04.284 INFO [main] 
>> org.apache.catalina.startup.VersionLoggerListener.log Architecture:  
>> amd64
>> 25-Mar-2016 11:32:04.284 INFO [main] 
>> org.apache.catalina.startup.VersionLoggerListener.log Java Home: 
>> C:\Program Files\Java\jre1.8.0_72
>> 25-Mar-2016 11:32:04.284 INFO [main] 
>> org.apache.catalina.startup.VersionLoggerListener.log JVM Version:   
>> 1.8.0_72-b15
>> 25-Mar-2016 11:32:04.284 INFO [main] 
>> org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor:
>> Oracle Corporation
>> 25-Mar-2016 11:32:04.284 INFO [main] 
>> org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE: 
>> C:\apache-tomcat-8
>> 25-Mar-2016 11:32:04.284 INFO [main] 
>> org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME: 
>> C:\apache-tomcat-8
>> 25-Mar-2016 11:32:04.285 INFO [main]
>> org.apache.catalina.startup.VersionLoggerListener.log Command line
>> argument: -Dcatalina.home=C:\apache-tomcat-8
>> 25-Mar-2016 11:32:04.285 INFO [main]
>> org.apache.catalina.startup.VersionLoggerListener.log Command line
>> argument: -Dcatalina.base=C:\apache-tomcat-8
>> 25-Mar-2016 11:32:04.285 INFO [main]
>> org.apache.catalina.startup.VersionLoggerListener.log Command line
>> argument: -Djava.endorsed.dirs=C:\apache-tomcat-8\endorsed
>> 25-Mar-2016 11:32:04.285 INFO [main]
>> org.apache.catalina.startup.VersionLoggerListener.log Command line
>> argument: -Djava.io.tmpdir=C:\apache-tomcat-8\temp
>> 25-Mar-2016 11:32:04.285 INFO [main]
>> org.apache.catalina.startup.VersionLoggerListener.log Command line
>> argument:
>> -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
>> 25-Mar-2016 11:32:04.286 INFO [main]
>> org.apache.catalina.startup.VersionLoggerListener.log Command line
>> argument:
>> -Djava.util.logging.config.file=C:\apache-tomcat-8\conf\logging.prope
>> r
>> ties
>> 25-Mar-2016 11:32:04.286 INFO [main]
>> org.apache.catalina.startup.VersionLoggerListener.log Command line
>> argument: -XX:MaxPermSize=196m
>> 25-Mar-2016 11:32:04.286 INFO [main]
>> org.apache.catalina.startup.VersionLoggerListener.log Command line
>> argument: exit
>> 25-Mar-2016 11:32:04.286 INFO [main]
>> org.apache.catalina.startup.VersionLoggerListener.log Command line
>> argument: -Xms1024m
>> 25-Mar-2016 11:32:04.286 INFO [main]
>> org.apache.catalina.startup.VersionLoggerListener.log Command line
>> argument: -Xmx1024m
>> 25-Mar-2016 11:32:04.286 INFO [main]
>> org.apache.catalina.startup.VersionLoggerListener.log Command line
>> argument: -Xss256k
>> 25-Mar-2016 11:32:04.459 INFO [main]
>> org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler 
>> ["http-nio-8080"]
>> 25-Mar-2016 11:32:04.552 INFO [main]
>> org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a 
>> shared selector for servlet write/read
>> 25-Mar-2016 11:32:04.555 INFO [main]
>> org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler 
>> ["http-nio-8443"]
>> 25-Mar-2016 11:32:04.870 INFO [main]
>> org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector 

Re: [xwiki-users] 7.4.2 To 8.0 Failure

2016-03-25 Thread Thomas Mortagne
No idea. I usually have everything in catalina.out.

On Fri, Mar 25, 2016 at 6:06 PM, Keith Davis  wrote:
> " Full details will be found in the appropriate container log file"
>
> Yea, I saw that, but what log file is this referring to?
>
> Keith Davis (214) 906-5183
>
>
> -Original Message-
> From: users [mailto:users-boun...@xwiki.org] On Behalf Of Thomas Mortagne
> Sent: Friday, March 25, 2016 12:05 PM
> To: XWiki Users
> Subject: Re: [xwiki-users] 7.4.2 To 8.0 Failure
>
> Note sure how tomcat is configured on your system but "One or more Filters 
> failed to start. Full details will be found in the appropriate container log 
> file" seems to indicate this is the interesting log file
> :)
>
> On Fri, Mar 25, 2016 at 5:34 PM, Keith Davis  
> wrote:
>> tomcat8-stderr:
>>
>>
>> 2016-03-25 11:32:03 Commons Daemon procrun stderr initialized
>> 25-Mar-2016 11:32:04.281 INFO [main] 
>> org.apache.catalina.startup.VersionLoggerListener.log Server version:
>> Apache Tomcat/8.0.23
>> 25-Mar-2016 11:32:04.283 INFO [main] 
>> org.apache.catalina.startup.VersionLoggerListener.log Server built:  
>> May 19 2015 14:58:38 UTC
>> 25-Mar-2016 11:32:04.283 INFO [main] 
>> org.apache.catalina.startup.VersionLoggerListener.log Server number: 
>> 8.0.23.0
>> 25-Mar-2016 11:32:04.283 INFO [main] 
>> org.apache.catalina.startup.VersionLoggerListener.log OS Name:   
>> Windows Server 2008 R2
>> 25-Mar-2016 11:32:04.284 INFO [main] 
>> org.apache.catalina.startup.VersionLoggerListener.log OS Version:
>> 6.1
>> 25-Mar-2016 11:32:04.284 INFO [main] 
>> org.apache.catalina.startup.VersionLoggerListener.log Architecture:  
>> amd64
>> 25-Mar-2016 11:32:04.284 INFO [main] 
>> org.apache.catalina.startup.VersionLoggerListener.log Java Home: 
>> C:\Program Files\Java\jre1.8.0_72
>> 25-Mar-2016 11:32:04.284 INFO [main] 
>> org.apache.catalina.startup.VersionLoggerListener.log JVM Version:   
>> 1.8.0_72-b15
>> 25-Mar-2016 11:32:04.284 INFO [main] 
>> org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor:
>> Oracle Corporation
>> 25-Mar-2016 11:32:04.284 INFO [main] 
>> org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE: 
>> C:\apache-tomcat-8
>> 25-Mar-2016 11:32:04.284 INFO [main] 
>> org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME: 
>> C:\apache-tomcat-8
>> 25-Mar-2016 11:32:04.285 INFO [main]
>> org.apache.catalina.startup.VersionLoggerListener.log Command line
>> argument: -Dcatalina.home=C:\apache-tomcat-8
>> 25-Mar-2016 11:32:04.285 INFO [main]
>> org.apache.catalina.startup.VersionLoggerListener.log Command line
>> argument: -Dcatalina.base=C:\apache-tomcat-8
>> 25-Mar-2016 11:32:04.285 INFO [main]
>> org.apache.catalina.startup.VersionLoggerListener.log Command line
>> argument: -Djava.endorsed.dirs=C:\apache-tomcat-8\endorsed
>> 25-Mar-2016 11:32:04.285 INFO [main]
>> org.apache.catalina.startup.VersionLoggerListener.log Command line
>> argument: -Djava.io.tmpdir=C:\apache-tomcat-8\temp
>> 25-Mar-2016 11:32:04.285 INFO [main]
>> org.apache.catalina.startup.VersionLoggerListener.log Command line
>> argument:
>> -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
>> 25-Mar-2016 11:32:04.286 INFO [main]
>> org.apache.catalina.startup.VersionLoggerListener.log Command line
>> argument:
>> -Djava.util.logging.config.file=C:\apache-tomcat-8\conf\logging.proper
>> ties
>> 25-Mar-2016 11:32:04.286 INFO [main]
>> org.apache.catalina.startup.VersionLoggerListener.log Command line
>> argument: -XX:MaxPermSize=196m
>> 25-Mar-2016 11:32:04.286 INFO [main]
>> org.apache.catalina.startup.VersionLoggerListener.log Command line
>> argument: exit
>> 25-Mar-2016 11:32:04.286 INFO [main]
>> org.apache.catalina.startup.VersionLoggerListener.log Command line
>> argument: -Xms1024m
>> 25-Mar-2016 11:32:04.286 INFO [main]
>> org.apache.catalina.startup.VersionLoggerListener.log Command line
>> argument: -Xmx1024m
>> 25-Mar-2016 11:32:04.286 INFO [main]
>> org.apache.catalina.startup.VersionLoggerListener.log Command line
>> argument: -Xss256k
>> 25-Mar-2016 11:32:04.459 INFO [main]
>> org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler
>> ["http-nio-8080"]
>> 25-Mar-2016 11:32:04.552 INFO [main]
>> org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a
>> shared selector for servlet write/read
>> 25-Mar-2016 11:32:04.555 INFO [main]
>> org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler
>> ["http-nio-8443"]
>> 25-Mar-2016 11:32:04.870 INFO [main]
>> org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a
>> shared selector for servlet write/read
>> 25-Mar-2016 11:32:04.870 INFO [main]
>> org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler
>> ["ajp-nio-8009"]
>> 25-Mar-2016 11:32:04.873 INFO [main]
>> 

Re: [xwiki-users] 7.4.2 To 8.0 Failure

2016-03-25 Thread Keith Davis
" Full details will be found in the appropriate container log file"

Yea, I saw that, but what log file is this referring to?

Keith Davis (214) 906-5183


-Original Message-
From: users [mailto:users-boun...@xwiki.org] On Behalf Of Thomas Mortagne
Sent: Friday, March 25, 2016 12:05 PM
To: XWiki Users
Subject: Re: [xwiki-users] 7.4.2 To 8.0 Failure

Note sure how tomcat is configured on your system but "One or more Filters 
failed to start. Full details will be found in the appropriate container log 
file" seems to indicate this is the interesting log file
:)

On Fri, Mar 25, 2016 at 5:34 PM, Keith Davis  wrote:
> tomcat8-stderr:
>
>
> 2016-03-25 11:32:03 Commons Daemon procrun stderr initialized
> 25-Mar-2016 11:32:04.281 INFO [main] 
> org.apache.catalina.startup.VersionLoggerListener.log Server version:
> Apache Tomcat/8.0.23
> 25-Mar-2016 11:32:04.283 INFO [main] 
> org.apache.catalina.startup.VersionLoggerListener.log Server built:  
> May 19 2015 14:58:38 UTC
> 25-Mar-2016 11:32:04.283 INFO [main] 
> org.apache.catalina.startup.VersionLoggerListener.log Server number: 
> 8.0.23.0
> 25-Mar-2016 11:32:04.283 INFO [main] 
> org.apache.catalina.startup.VersionLoggerListener.log OS Name:   
> Windows Server 2008 R2
> 25-Mar-2016 11:32:04.284 INFO [main] 
> org.apache.catalina.startup.VersionLoggerListener.log OS Version:
> 6.1
> 25-Mar-2016 11:32:04.284 INFO [main] 
> org.apache.catalina.startup.VersionLoggerListener.log Architecture:  
> amd64
> 25-Mar-2016 11:32:04.284 INFO [main] 
> org.apache.catalina.startup.VersionLoggerListener.log Java Home: 
> C:\Program Files\Java\jre1.8.0_72
> 25-Mar-2016 11:32:04.284 INFO [main] 
> org.apache.catalina.startup.VersionLoggerListener.log JVM Version:   
> 1.8.0_72-b15
> 25-Mar-2016 11:32:04.284 INFO [main] 
> org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor:
> Oracle Corporation
> 25-Mar-2016 11:32:04.284 INFO [main] 
> org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE: 
> C:\apache-tomcat-8
> 25-Mar-2016 11:32:04.284 INFO [main] 
> org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME: 
> C:\apache-tomcat-8
> 25-Mar-2016 11:32:04.285 INFO [main] 
> org.apache.catalina.startup.VersionLoggerListener.log Command line 
> argument: -Dcatalina.home=C:\apache-tomcat-8
> 25-Mar-2016 11:32:04.285 INFO [main] 
> org.apache.catalina.startup.VersionLoggerListener.log Command line 
> argument: -Dcatalina.base=C:\apache-tomcat-8
> 25-Mar-2016 11:32:04.285 INFO [main] 
> org.apache.catalina.startup.VersionLoggerListener.log Command line 
> argument: -Djava.endorsed.dirs=C:\apache-tomcat-8\endorsed
> 25-Mar-2016 11:32:04.285 INFO [main] 
> org.apache.catalina.startup.VersionLoggerListener.log Command line 
> argument: -Djava.io.tmpdir=C:\apache-tomcat-8\temp
> 25-Mar-2016 11:32:04.285 INFO [main] 
> org.apache.catalina.startup.VersionLoggerListener.log Command line 
> argument: 
> -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
> 25-Mar-2016 11:32:04.286 INFO [main] 
> org.apache.catalina.startup.VersionLoggerListener.log Command line 
> argument: 
> -Djava.util.logging.config.file=C:\apache-tomcat-8\conf\logging.proper
> ties
> 25-Mar-2016 11:32:04.286 INFO [main] 
> org.apache.catalina.startup.VersionLoggerListener.log Command line 
> argument: -XX:MaxPermSize=196m
> 25-Mar-2016 11:32:04.286 INFO [main] 
> org.apache.catalina.startup.VersionLoggerListener.log Command line 
> argument: exit
> 25-Mar-2016 11:32:04.286 INFO [main] 
> org.apache.catalina.startup.VersionLoggerListener.log Command line 
> argument: -Xms1024m
> 25-Mar-2016 11:32:04.286 INFO [main] 
> org.apache.catalina.startup.VersionLoggerListener.log Command line 
> argument: -Xmx1024m
> 25-Mar-2016 11:32:04.286 INFO [main] 
> org.apache.catalina.startup.VersionLoggerListener.log Command line 
> argument: -Xss256k
> 25-Mar-2016 11:32:04.459 INFO [main] 
> org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler 
> ["http-nio-8080"]
> 25-Mar-2016 11:32:04.552 INFO [main] 
> org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a 
> shared selector for servlet write/read
> 25-Mar-2016 11:32:04.555 INFO [main] 
> org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler 
> ["http-nio-8443"]
> 25-Mar-2016 11:32:04.870 INFO [main] 
> org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a 
> shared selector for servlet write/read
> 25-Mar-2016 11:32:04.870 INFO [main] 
> org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler 
> ["ajp-nio-8009"]
> 25-Mar-2016 11:32:04.873 INFO [main] 
> org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a 
> shared selector for servlet write/read
> 25-Mar-2016 11:32:04.873 INFO [main] 
> org.apache.catalina.startup.Catalina.load Initialization processed in 
> 1064 ms
> 25-Mar-2016 11:32:04.904 INFO [main] 

Re: [xwiki-users] 7.4.2 To 8.0 Failure

2016-03-25 Thread Thomas Mortagne
Note sure how tomcat is configured on your system but "One or more
Filters failed to start. Full details will be found in the appropriate
container log file" seems to indicate this is the interesting log file
:)

On Fri, Mar 25, 2016 at 5:34 PM, Keith Davis  wrote:
> tomcat8-stderr:
>
>
> 2016-03-25 11:32:03 Commons Daemon procrun stderr initialized
> 25-Mar-2016 11:32:04.281 INFO [main] 
> org.apache.catalina.startup.VersionLoggerListener.log Server version:
> Apache Tomcat/8.0.23
> 25-Mar-2016 11:32:04.283 INFO [main] 
> org.apache.catalina.startup.VersionLoggerListener.log Server built:  
> May 19 2015 14:58:38 UTC
> 25-Mar-2016 11:32:04.283 INFO [main] 
> org.apache.catalina.startup.VersionLoggerListener.log Server number: 
> 8.0.23.0
> 25-Mar-2016 11:32:04.283 INFO [main] 
> org.apache.catalina.startup.VersionLoggerListener.log OS Name:   
> Windows Server 2008 R2
> 25-Mar-2016 11:32:04.284 INFO [main] 
> org.apache.catalina.startup.VersionLoggerListener.log OS Version:
> 6.1
> 25-Mar-2016 11:32:04.284 INFO [main] 
> org.apache.catalina.startup.VersionLoggerListener.log Architecture:  
> amd64
> 25-Mar-2016 11:32:04.284 INFO [main] 
> org.apache.catalina.startup.VersionLoggerListener.log Java Home: 
> C:\Program Files\Java\jre1.8.0_72
> 25-Mar-2016 11:32:04.284 INFO [main] 
> org.apache.catalina.startup.VersionLoggerListener.log JVM Version:   
> 1.8.0_72-b15
> 25-Mar-2016 11:32:04.284 INFO [main] 
> org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor:
> Oracle Corporation
> 25-Mar-2016 11:32:04.284 INFO [main] 
> org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE: 
> C:\apache-tomcat-8
> 25-Mar-2016 11:32:04.284 INFO [main] 
> org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME: 
> C:\apache-tomcat-8
> 25-Mar-2016 11:32:04.285 INFO [main] 
> org.apache.catalina.startup.VersionLoggerListener.log Command line argument: 
> -Dcatalina.home=C:\apache-tomcat-8
> 25-Mar-2016 11:32:04.285 INFO [main] 
> org.apache.catalina.startup.VersionLoggerListener.log Command line argument: 
> -Dcatalina.base=C:\apache-tomcat-8
> 25-Mar-2016 11:32:04.285 INFO [main] 
> org.apache.catalina.startup.VersionLoggerListener.log Command line argument: 
> -Djava.endorsed.dirs=C:\apache-tomcat-8\endorsed
> 25-Mar-2016 11:32:04.285 INFO [main] 
> org.apache.catalina.startup.VersionLoggerListener.log Command line argument: 
> -Djava.io.tmpdir=C:\apache-tomcat-8\temp
> 25-Mar-2016 11:32:04.285 INFO [main] 
> org.apache.catalina.startup.VersionLoggerListener.log Command line argument: 
> -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
> 25-Mar-2016 11:32:04.286 INFO [main] 
> org.apache.catalina.startup.VersionLoggerListener.log Command line argument: 
> -Djava.util.logging.config.file=C:\apache-tomcat-8\conf\logging.properties
> 25-Mar-2016 11:32:04.286 INFO [main] 
> org.apache.catalina.startup.VersionLoggerListener.log Command line argument: 
> -XX:MaxPermSize=196m
> 25-Mar-2016 11:32:04.286 INFO [main] 
> org.apache.catalina.startup.VersionLoggerListener.log Command line argument: 
> exit
> 25-Mar-2016 11:32:04.286 INFO [main] 
> org.apache.catalina.startup.VersionLoggerListener.log Command line argument: 
> -Xms1024m
> 25-Mar-2016 11:32:04.286 INFO [main] 
> org.apache.catalina.startup.VersionLoggerListener.log Command line argument: 
> -Xmx1024m
> 25-Mar-2016 11:32:04.286 INFO [main] 
> org.apache.catalina.startup.VersionLoggerListener.log Command line argument: 
> -Xss256k
> 25-Mar-2016 11:32:04.459 INFO [main] org.apache.coyote.AbstractProtocol.init 
> Initializing ProtocolHandler ["http-nio-8080"]
> 25-Mar-2016 11:32:04.552 INFO [main] 
> org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared 
> selector for servlet write/read
> 25-Mar-2016 11:32:04.555 INFO [main] org.apache.coyote.AbstractProtocol.init 
> Initializing ProtocolHandler ["http-nio-8443"]
> 25-Mar-2016 11:32:04.870 INFO [main] 
> org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared 
> selector for servlet write/read
> 25-Mar-2016 11:32:04.870 INFO [main] org.apache.coyote.AbstractProtocol.init 
> Initializing ProtocolHandler ["ajp-nio-8009"]
> 25-Mar-2016 11:32:04.873 INFO [main] 
> org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared 
> selector for servlet write/read
> 25-Mar-2016 11:32:04.873 INFO [main] 
> org.apache.catalina.startup.Catalina.load Initialization processed in 1064 ms
> 25-Mar-2016 11:32:04.904 INFO [main] 
> org.apache.catalina.core.StandardService.startInternal Starting service 
> Catalina
> 25-Mar-2016 11:32:04.904 INFO [main] 
> org.apache.catalina.core.StandardEngine.startInternal Starting Servlet 
> Engine: Apache Tomcat/8.0.23
> 25-Mar-2016 11:32:04.915 INFO [localhost-startStop-1] 
> org.apache.catalina.startup.HostConfig.deployDirectory Deploying web 
> application 

Re: [xwiki-users] 7.4.2 To 8.0 Failure

2016-03-25 Thread Keith Davis
tomcat8-stderr:


2016-03-25 11:32:03 Commons Daemon procrun stderr initialized
25-Mar-2016 11:32:04.281 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log Server version:
Apache Tomcat/8.0.23
25-Mar-2016 11:32:04.283 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log Server built:  
May 19 2015 14:58:38 UTC
25-Mar-2016 11:32:04.283 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log Server number: 
8.0.23.0
25-Mar-2016 11:32:04.283 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log OS Name:   
Windows Server 2008 R2
25-Mar-2016 11:32:04.284 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log OS Version:6.1
25-Mar-2016 11:32:04.284 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log Architecture:  
amd64
25-Mar-2016 11:32:04.284 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log Java Home: 
C:\Program Files\Java\jre1.8.0_72
25-Mar-2016 11:32:04.284 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log JVM Version:   
1.8.0_72-b15
25-Mar-2016 11:32:04.284 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor:
Oracle Corporation
25-Mar-2016 11:32:04.284 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE: 
C:\apache-tomcat-8
25-Mar-2016 11:32:04.284 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME: 
C:\apache-tomcat-8
25-Mar-2016 11:32:04.285 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log Command line argument: 
-Dcatalina.home=C:\apache-tomcat-8
25-Mar-2016 11:32:04.285 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log Command line argument: 
-Dcatalina.base=C:\apache-tomcat-8
25-Mar-2016 11:32:04.285 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log Command line argument: 
-Djava.endorsed.dirs=C:\apache-tomcat-8\endorsed
25-Mar-2016 11:32:04.285 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log Command line argument: 
-Djava.io.tmpdir=C:\apache-tomcat-8\temp
25-Mar-2016 11:32:04.285 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log Command line argument: 
-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
25-Mar-2016 11:32:04.286 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log Command line argument: 
-Djava.util.logging.config.file=C:\apache-tomcat-8\conf\logging.properties
25-Mar-2016 11:32:04.286 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log Command line argument: 
-XX:MaxPermSize=196m
25-Mar-2016 11:32:04.286 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log Command line argument: 
exit
25-Mar-2016 11:32:04.286 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log Command line argument: 
-Xms1024m
25-Mar-2016 11:32:04.286 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log Command line argument: 
-Xmx1024m
25-Mar-2016 11:32:04.286 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log Command line argument: 
-Xss256k
25-Mar-2016 11:32:04.459 INFO [main] org.apache.coyote.AbstractProtocol.init 
Initializing ProtocolHandler ["http-nio-8080"]
25-Mar-2016 11:32:04.552 INFO [main] 
org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared 
selector for servlet write/read
25-Mar-2016 11:32:04.555 INFO [main] org.apache.coyote.AbstractProtocol.init 
Initializing ProtocolHandler ["http-nio-8443"]
25-Mar-2016 11:32:04.870 INFO [main] 
org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared 
selector for servlet write/read
25-Mar-2016 11:32:04.870 INFO [main] org.apache.coyote.AbstractProtocol.init 
Initializing ProtocolHandler ["ajp-nio-8009"]
25-Mar-2016 11:32:04.873 INFO [main] 
org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared 
selector for servlet write/read
25-Mar-2016 11:32:04.873 INFO [main] org.apache.catalina.startup.Catalina.load 
Initialization processed in 1064 ms
25-Mar-2016 11:32:04.904 INFO [main] 
org.apache.catalina.core.StandardService.startInternal Starting service Catalina
25-Mar-2016 11:32:04.904 INFO [main] 
org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: 
Apache Tomcat/8.0.23
25-Mar-2016 11:32:04.915 INFO [localhost-startStop-1] 
org.apache.catalina.startup.HostConfig.deployDirectory Deploying web 
application directory C:\apache-tomcat-8\webapps\docs
25-Mar-2016 11:32:05.225 INFO [localhost-startStop-1] 
org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web 
application directory C:\apache-tomcat-8\webapps\docs has finished in 309 ms
25-Mar-2016 11:32:05.225 INFO [localhost-startStop-1] 
org.apache.catalina.startup.HostConfig.deployDirectory Deploying web 
application directory C:\apache-tomcat-8\webapps\examples
25-Mar-2016 11:32:05.658 INFO [localhost-startStop-1] 

Re: [xwiki-users] 7.4.2 To 8.0 Failure

2016-03-25 Thread Thomas Mortagne
You should share the complete log you get when starting Tomcat. Looks
like it fail to initialize XWiki application for some reason.

Usually the most interesting is the first error, here you shared only
consequences of the root issue.

On Fri, Mar 25, 2016 at 5:17 PM, Keith Davis  wrote:
> 25-Mar-2016 11:00:14.478 INFO [Core extension repository updater] 
> org.apache.catalina.loader.WebappClassLoaderBase.checkStateForResourceLoading 
> Illegal access: this web application instance has been stopped already. Could 
> not load [org.xwiki.extension.repository.xwiki.internal.XWikiExtension]. The 
> following stack trace is thrown for debugging purposes as well as to attempt 
> to terminate the thread which caused the illegal access.
> java.lang.IllegalStateException: Illegal access: this web application 
> instance has been stopped already. Could not load 
> [org.xwiki.extension.repository.xwiki.internal.XWikiExtension]. The following 
> stack trace is thrown for debugging purposes as well as to attempt to 
> terminate the thread which caused the illegal access.
> at 
> org.apache.catalina.loader.WebappClassLoaderBase.checkStateForResourceLoading(WebappClassLoaderBase.java:1327)
> at 
> org.apache.catalina.loader.WebappClassLoaderBase.checkStateForClassLoading(WebappClassLoaderBase.java:1313)
> at 
> org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1196)
> at 
> org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1157)
> at 
> org.xwiki.extension.repository.xwiki.internal.XWikiExtensionRepository.resolve(XWikiExtensionRepository.java:330)
> at 
> org.xwiki.extension.repository.internal.DefaultExtensionRepositoryManager.resolve(DefaultExtensionRepositoryManager.java:213)
> at 
> org.xwiki.extension.repository.internal.core.DefaultCoreExtensionScanner.updateExtensions(DefaultCoreExtensionScanner.java:209)
> at 
> org.xwiki.extension.repository.internal.core.DefaultCoreExtensionRepository$1.run(DefaultCoreExtensionRepository.java:134)
> at java.lang.Thread.run(Unknown Source)
>
> Keith Davis (214) 906-5183
>
> From: Keith Davis
> Sent: Friday, March 25, 2016 11:12 AM
> To: XWiki Users
> Subject: 7.4.2 To 8.0 Failure
>
> I followed our exact process in this upgrade that we have done with all 
> previous versions and now we are getting this error. Any pointers as to what 
> changed that could cause this?
>
> HTTP Status 404 - /xwiki
> type Status report
> message /xwiki
> description The requested resource is not available.
> 
> Apache Tomcat/8.0.23
>
>
>
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users



-- 
Thomas Mortagne
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] 7.4.2 To 8.0 Failure

2016-03-25 Thread Keith Davis
25-Mar-2016 11:26:48.480 SEVERE [localhost-startStop-1] 
org.apache.catalina.core.StandardContext.startInternal One or more Filters 
failed to start. Full details will be found in the appropriate container log 
file
25-Mar-2016 11:26:48.480 SEVERE [localhost-startStop-1] 
org.apache.catalina.core.StandardContext.startInternal Context [/xwiki] startup 
failed due to previous errors

Keith Davis (214) 906-5183

From: Keith Davis
Sent: Friday, March 25, 2016 11:17 AM
To: 'XWiki Users'
Subject: RE: 7.4.2 To 8.0 Failure

25-Mar-2016 11:00:14.478 INFO [Core extension repository updater] 
org.apache.catalina.loader.WebappClassLoaderBase.checkStateForResourceLoading 
Illegal access: this web application instance has been stopped already. Could 
not load [org.xwiki.extension.repository.xwiki.internal.XWikiExtension]. The 
following stack trace is thrown for debugging purposes as well as to attempt to 
terminate the thread which caused the illegal access.
java.lang.IllegalStateException: Illegal access: this web application instance 
has been stopped already. Could not load 
[org.xwiki.extension.repository.xwiki.internal.XWikiExtension]. The following 
stack trace is thrown for debugging purposes as well as to attempt to terminate 
the thread which caused the illegal access.
at 
org.apache.catalina.loader.WebappClassLoaderBase.checkStateForResourceLoading(WebappClassLoaderBase.java:1327)
at 
org.apache.catalina.loader.WebappClassLoaderBase.checkStateForClassLoading(WebappClassLoaderBase.java:1313)
at 
org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1196)
at 
org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1157)
at 
org.xwiki.extension.repository.xwiki.internal.XWikiExtensionRepository.resolve(XWikiExtensionRepository.java:330)
at 
org.xwiki.extension.repository.internal.DefaultExtensionRepositoryManager.resolve(DefaultExtensionRepositoryManager.java:213)
at 
org.xwiki.extension.repository.internal.core.DefaultCoreExtensionScanner.updateExtensions(DefaultCoreExtensionScanner.java:209)
at 
org.xwiki.extension.repository.internal.core.DefaultCoreExtensionRepository$1.run(DefaultCoreExtensionRepository.java:134)
at java.lang.Thread.run(Unknown Source)

Keith Davis (214) 906-5183

From: Keith Davis
Sent: Friday, March 25, 2016 11:12 AM
To: XWiki Users
Subject: 7.4.2 To 8.0 Failure

I followed our exact process in this upgrade that we have done with all 
previous versions and now we are getting this error. Any pointers as to what 
changed that could cause this?

HTTP Status 404 - /xwiki
type Status report
message /xwiki
description The requested resource is not available.

Apache Tomcat/8.0.23



___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] 7.4.2 To 8.0 Failure

2016-03-25 Thread Keith Davis
25-Mar-2016 11:00:14.478 INFO [Core extension repository updater] 
org.apache.catalina.loader.WebappClassLoaderBase.checkStateForResourceLoading 
Illegal access: this web application instance has been stopped already. Could 
not load [org.xwiki.extension.repository.xwiki.internal.XWikiExtension]. The 
following stack trace is thrown for debugging purposes as well as to attempt to 
terminate the thread which caused the illegal access.
java.lang.IllegalStateException: Illegal access: this web application instance 
has been stopped already. Could not load 
[org.xwiki.extension.repository.xwiki.internal.XWikiExtension]. The following 
stack trace is thrown for debugging purposes as well as to attempt to terminate 
the thread which caused the illegal access.
at 
org.apache.catalina.loader.WebappClassLoaderBase.checkStateForResourceLoading(WebappClassLoaderBase.java:1327)
at 
org.apache.catalina.loader.WebappClassLoaderBase.checkStateForClassLoading(WebappClassLoaderBase.java:1313)
at 
org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1196)
at 
org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1157)
at 
org.xwiki.extension.repository.xwiki.internal.XWikiExtensionRepository.resolve(XWikiExtensionRepository.java:330)
at 
org.xwiki.extension.repository.internal.DefaultExtensionRepositoryManager.resolve(DefaultExtensionRepositoryManager.java:213)
at 
org.xwiki.extension.repository.internal.core.DefaultCoreExtensionScanner.updateExtensions(DefaultCoreExtensionScanner.java:209)
at 
org.xwiki.extension.repository.internal.core.DefaultCoreExtensionRepository$1.run(DefaultCoreExtensionRepository.java:134)
at java.lang.Thread.run(Unknown Source)

Keith Davis (214) 906-5183

From: Keith Davis
Sent: Friday, March 25, 2016 11:12 AM
To: XWiki Users
Subject: 7.4.2 To 8.0 Failure

I followed our exact process in this upgrade that we have done with all 
previous versions and now we are getting this error. Any pointers as to what 
changed that could cause this?

HTTP Status 404 - /xwiki
type Status report
message /xwiki
description The requested resource is not available.

Apache Tomcat/8.0.23



___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] 7.4.2 To 8.0 Failure

2016-03-25 Thread Keith Davis
I followed our exact process in this upgrade that we have done with all 
previous versions and now we are getting this error. Any pointers as to what 
changed that could cause this?

HTTP Status 404 - /xwiki
type Status report
message /xwiki
description The requested resource is not available.

Apache Tomcat/8.0.23



___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Creating Nested Page Hierarchies

2016-03-25 Thread Personal
So after looking through the API docs I see that $xwiki.searchDocuments is also 
deprecated so I have updated my code to:

{{velocity}}
#set($query="where doc.space='$doc.getSpace()'")
#set($results = false)
#set($results = $services.query.xwql($query).execute())
#foreach($docname in $results)
#set($rdoc = $xwiki.getDocument($docname))
[[$rdoc.getDisplayTitle()>>$rdoc.fullName]]
#end
{{/velocity}}

The query service works as intended providing pages in order (of creation or 
ascending I a not sure) but the parent is also listed. After looking over the 
documents Vincent referenced for nested pages again I can understand why the 
WebHome page is listed as also located within it’s own space. Any advice on how 
to remove it from my query results or processing by the foreach loop?

Regards,

Jesse Bright

> On Mar 24, 2016, at 7:36 AM, Personal  wrote:
> 
> I am attempting to utilize the example code from the links I mentioned 
> earlier but update it to reflect that the parent-child relationship is 
> deprecated under the new Nested Pages concept. This is the code I have so far:
> 
> {{velocity}}
> #set($query="where doc.space='$doc.getSpace()'")
> #set($results = false)
> #set($results = $xwiki.searchDocuments($query, 10, 0))
> #set($first = true)
> #foreach($docname in $results)
> #set($rdoc = $xwiki.getDocument($docname).getTranslatedDocument())
> [[$rdoc.getDisplayTitle()>>$rdoc.fullName]]
> #end
> {{/velocity}}
> 
> It works to a point but the results look like this:
> 
> Test Child 2 
> Test Child 6 
> Test 
> Test Child 1 
> Test Child 3 
> Test Child 5 
> Test Child 0 
> Test Child 4 
> 
> The ‘Test’ page listed represents the page containing the code which I would 
> consider the parent or container page and the nested pages are in no 
> discernible order. These nested pages were all generated with a script (if 
> helpful I can provide the code) using an array of names and a foreach loop, 
> so I would expect that they were created in the order the names were provided 
> in the array which was ascending order. Also I notice that alphanumeric sort 
> order seems to be the default in Xwiki so I am a little surprised by these 
> results.
> 
> Any helpful advice you can provide to remove the container page and sort the 
> results would be appreciated.
> 
> Regards,
> 
> Jesse Bright
> 
> 
>> On Mar 20, 2016, at 5:26 PM, Jesse Bright  wrote:
>> 
>> Never mind, I found these after I posted:
>> 
>> http://platform.xwiki.org/xwiki/bin/view/DevGuide/APIGuide#HCreateanewDocument
>> http://extensions.xwiki.org/xwiki/bin/view/Extension/Immediate+Children+Pages
>> 
>> I had search for this before but without including 'velocity' in the search 
>> I was only getting the more basic instructions. 
>> 
>> Regards,
>> 
>> Jesse
>> 
>>> On Mar 19, 2016, at 1:55 PM, Personal  wrote:
>>> 
>>> I am creating a knowledge base for a local municipal code which follows a 
>>> typical book hierarchy. I plan on using nested pages to create a pages 
>>> hierarchy for navigating and searching the code text at different levels. 
>>> For example each end page would have a space path like so:
>>> 
>>> Title 19.Part 2.Chapter 4.Section 100
>>> Title 19.Part 2.Chapter 4.Section 200
>>> etc.
>>> 
>>> Currently I am using a Velocity macro to create links to each child page 
>>> and at the chapter level I also start including the child pages. I then 
>>> follow the links to make the child pages. This works relatively well but 
>>> has a couple of disadvantages. 1) It is slow to create each page by 
>>> repeatedly following the links, selecting the template and pasting the next 
>>> tier of code. 2) It hardcodes the child page names which if changed (say 
>>> due to a typo) must be updated by hand each time.
>>> 
>>> I am wondering if there is a more efficient way that I can automate the 
>>> page and link creation process. Ideally I would have a way to create the 
>>> complete page hierarchy by providing the names and levels of each page with 
>>> the same code in each page providing a link to each child of that page. 
>>> Then I could paste the content text into each page at the end of the 
>>> branch. I have done something similar to this using Jeykell but that is 
>>> much simpler as it is static content based on the file structure. If I am 
>>> going about this all the wrong way I am open to other suggestions.
>>> 
>>> Regards,
>>> 
>>> Jesse
>>> 
>>> ___
>>> users mailing list
>>> 

[xwiki-users] Migration Guide to Nested Pages

2016-03-25 Thread Vincent Massol
To all XWiki users,

If you’re upgrading from a version of XWiki < 7.2 and moving to a version > 7.2 
(don’t use 7.2 or 7.3, you should use 7.4.2), then you should read this page:
http://platform.xwiki.org/xwiki/bin/view/Features/ContentOrganization

It explains the concept of Nested Pages and explains how to migrate your 
content.

Hope it helps,
Thanks
-Vincent

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Set Parent in XWiki 8.0

2016-03-25 Thread Vincent Massol
Hi Matthias,

> On 25 Mar 2016, at 13:21, Matthias Wegner  wrote:
> 
> Hi Users,
> 
> i added over 500 Pages to the new XWiki and now want to sort it in depth.
> But i cant find the "Change Parent" Symbol in Edit-Mode. Where can i change
> the Parent of a Page?

See 
http://platform.xwiki.org/xwiki/bin/view/Features/PageEditing#HSettingthepageparent

This page should lead you to 
http://platform.xwiki.org/xwiki/bin/view/Features/ContentOrganization/ which in 
turn should lead you to 
http://platform.xwiki.org/xwiki/bin/view/Features/ContentOrganization/NestedPagesMigration/

Thanks
-Vincent

> Regards,
> Matthias

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Set Parent in XWiki 8.0

2016-03-25 Thread Matthias Wegner
Hi Users,

i added over 500 Pages to the new XWiki and now want to sort it in depth.
But i cant find the "Change Parent" Symbol in Edit-Mode. Where can i change
the Parent of a Page?

Regards,
Matthias



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Set-Parent-in-XWiki-8-0-tp7598643.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users