[xwiki-users] Help configuring Email Sending for User verification

2016-05-24 Thread superuser
No matter what settings I use in 'mail sending', the email is not sent. Below
are the details of my email server. Please help me
-
My current configuration: (I also tried many variations of configuration)

EMAIL ADDRESS TO SEND FROM
The default email address used to send notification emails from
x...@wikinote.org

EMAIL SERVER
smtp.wikinote.org

EMAIL SERVER PORT
25

ADDITIONAL PROPERTIES
mail.smtp.starttls.enable=true

--

MY SERVICE PROVIDER GAVE ME THIS INFO:
User ID x...@wikinote.org
IMAP Server imap.wikinote.org.
POP Server  pop.wikinote.org.
SMTP Server smtp.wikinote.org.
Webmail URL http://webmail.wikinote.org.

 
 



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Help-configuring-Email-Sending-for-User-verification-tp7599610.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] css colors not changing AAARGH

2016-05-24 Thread dullfig
ill give it a try. thanks.

Dan

From: Alexandru Cotiuga [via XWiki] 
Sent: Tuesday, May 24, 2016 12:11 AM
To: dullfig 
Subject: Re: css colors not changing AAARGH

Hello Dan, 

If you want to change the appearance of the links having "wikilink" class, 
you should apply your style rules to the ".wikilink a". 
Hope this helps! 

Alex 

On Fri, May 20, 2016 at 9:35 PM, dullfig <[hidden email]> wrote: 


> I have a bunch of documents in a space called Procedures. This is an App 
> Within Minutes space, so the documents are viewed through a ClassSheet. I 
> wanted to change the color of links within that space alone, so the first 
> thing I tried was to attach an object to the ClassSheet of type 
> StyleSheetExtension, and in it I put: 
> 
> .wikilink { 
>color: blue; 
> } 
> 

> But that didn't change the color. So then I tried putting it directly in 
> the 
> ClassSheet body, like this: 
> 
> {{html wiki="false" clean="false"}} 
> 
> 
> {{/html}} 
> 
> But THAT didn't change the color either. I looked at the page source, and 
> you can clearly see the style embedded in the page, and the link identified 
> as class='wikilink'. So then I said "screw it, i'll just change link colors 
> on the entire wiki". Guess what? 
> 
> I went to the "administer wiki", "look and feel" (flamingo btw), 
> "presentation", "color theme"(garden btw), "customize", changed the 
> @link-color value, you can CLEARLY see in the preview that all links are 
> the 
> new color, and yet NOTHING HAPPENS!! the colors of my entire wiki remain 
> the 
> same, even though if you go back and double check the color customization 
> the new color is still there, and the preview still looks like I want it 
> too 
> look. 
> 
> Sometimes XWiki is just too convoluted. 
> 
> What am I doing wrong?! 
> 
> Dan 
> 
> 
> 
> -- 
> View this message in context: 
> http://xwiki.475771.n2.nabble.com/css-colors-not-changing-AAARGH-tp7599554.html
> Sent from the XWiki- Users mailing list archive at Nabble.com. 
> ___ 
> users mailing list 
> [hidden email] 
> http://lists.xwiki.org/mailman/listinfo/users
> 
___ 
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/css-colors-not-changing-AAARGH-tp7599554p7599576.html
 
To unsubscribe from css colors not changing AAARGH, click here.
NAML



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/css-colors-not-changing-AAARGH-tp7599554p7599609.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


[xwiki-users] [ANN] XWiki 8.1 released

2016-05-24 Thread Marius Dumitru Florea
The XWiki development team is proud to announce the availability of XWiki
8.1 final.
This release brings an upgrade to the Java 8 runtime, a new Tips panel that
replaces the old Quick Links panel, Extension Manager improvements and LDAP
avatar synchronization. As usual, a lot of bug fixes (81) and minor
improvements (43) are also included.

You can download it here: http://www.xwiki.org/xwiki/bin/view/Main/Download

Make sure to review the release notes:
http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki81

The following people have contributed code to this release (sorted
alphabetically):

Alexandru Cotiuga
Clemens Robbenhaar
Denis Gervalle
Ecaterina Moraru (Valica)
Eduard Moraru
Guillaume Delhumeau
Jean SIMARD
Lukas Raska
Manuel Smeria
Marius Dumitru Florea
Medjdoub
Sean Whalen
Sergiu Dumitriu
Thomas Mortagne
Vincent Massol
Yuri Konotopov

Thanks for your support
-The XWiki dev team
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] XWiki 8.1 returning error 404

2016-05-24 Thread Mahomed Hussein
OK! Finally got it!

I had to add the path to my new JDK to the JDK_DIRS variable in 
/etc/init.d/tomcat7

It now looks like:

JDK_DIRS="/usr/lib/jvm/default-java ${OPENJDKS} /usr/lib/jvm/java-6-openjdk 
/usr/lib/jvm/java-6-sun /usr/lib/jvm/java-7-oracle 
/usr/lib/jvm/java-8-openjdk-amd64"

Credit: http://stackoverflow.com/a/27457724


Thanks for all your help! xWiki rocks! Java - not so much!


Kind regards,




Mahomed Hussein
Custodian Data Centre
Email: maho...@custodiandc.com
http://www.CustodianDC.com

-Original Message-
From: users [mailto:users-boun...@xwiki.org] On Behalf Of Mahomed Hussein
Sent: 24 May 2016 18:53
To: XWiki Users 
Subject: Re: [xwiki-users] XWiki 8.1 returning error 404

Hmmm

I now have:

root@xWiki:~# java -version
java version "1.8.0_91"
Java(TM) SE Runtime Environment (build 1.8.0_91-b14)
Java HotSpot(TM) 64-Bit Server VM (build 25.91-b14, mixed mode)

And I've run:

root@xWiki:~# update-alternatives --config java
There are 3 choices for the alternative java (providing /usr/bin/java).

  SelectionPathPriority   Status

* 0/usr/lib/jvm/java-8-oracle/jre/bin/java  1072  auto 
mode
  1/usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java   1071  
manual mode
  2/usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java   1069  
manual mode
  3/usr/lib/jvm/java-8-oracle/jre/bin/java  1072  
manual mode


root@xWiki:~# update-alternatives --config javac
There are 3 choices for the alternative javac (providing /usr/bin/javac).

  SelectionPath Priority   Status

* 0/usr/lib/jvm/java-8-oracle/bin/javac  1072  auto mode
  1/usr/lib/jvm/java-7-openjdk-amd64/bin/javac   1071  manual 
mode
  2/usr/lib/jvm/java-8-openjdk-amd64/bin/javac   1069  manual 
mode
  3/usr/lib/jvm/java-8-oracle/bin/javac  1072  manual 
mode



But I am still getting the following error. I have already restarted tomcat7 
and even the whole server.

May 24, 2016 6:51:09 PM org.apache.catalina.core.StandardContext listenerStart
SEVERE: Error configuring application listener of class 
org.xwiki.container.servlet.XWikiServletContextListener
java.lang.UnsupportedClassVersionError: 
org/xwiki/container/servlet/XWikiServletContextListener : Unsupported 
major.minor version 52.0 (unable to load class 
org.xwiki.container.servlet.XWikiServletContextListener)
at 
org.apache.catalina.loader.WebappClassLoader.findClassInternal(WebappClassLoader.java:2948)
at 
org.apache.catalina.loader.WebappClassLoader.findClass(WebappClassLoader.java:1208)
at 
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1688)
at 
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1569)
at 
org.apache.catalina.core.DefaultInstanceManager.loadClass(DefaultInstanceManager.java:529)
at 
org.apache.catalina.core.DefaultInstanceManager.loadClassMaybePrivileged(DefaultInstanceManager.java:511)
at 
org.apache.catalina.core.DefaultInstanceManager.newInstance(DefaultInstanceManager.java:139)
at 
org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4888)
at 
org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5467)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
at 
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)
at 
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:632)
at 
org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:670)
at 
org.apache.catalina.startup.HostConfig$DeployDescriptor.run(HostConfig.java:1839)
at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
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)

May 24, 2016 6:51:09 PM org.apache.catalina.core.StandardContext listenerStart
SEVERE: Error configuring application listener of class 
org.xwiki.container.servlet.SetThreadNameServletRequestListener
java.lang.UnsupportedClassVersionError: 
org/xwiki/container/servlet/SetThreadNameServletRequestListener : Unsupported 
major.minor version 52.0 (unable to load class 
org.xwiki.container.servlet.SetThreadNameServletRequestListener)
at 

Re: [xwiki-users] XWiki 8.1 returning error 404

2016-05-24 Thread Mahomed Hussein
Hmmm

I now have:

root@xWiki:~# java -version
java version "1.8.0_91"
Java(TM) SE Runtime Environment (build 1.8.0_91-b14)
Java HotSpot(TM) 64-Bit Server VM (build 25.91-b14, mixed mode)

And I've run:

root@xWiki:~# update-alternatives --config java
There are 3 choices for the alternative java (providing /usr/bin/java).

  SelectionPathPriority   Status

* 0/usr/lib/jvm/java-8-oracle/jre/bin/java  1072  auto 
mode
  1/usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java   1071  
manual mode
  2/usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java   1069  
manual mode
  3/usr/lib/jvm/java-8-oracle/jre/bin/java  1072  
manual mode


root@xWiki:~# update-alternatives --config javac
There are 3 choices for the alternative javac (providing /usr/bin/javac).

  SelectionPath Priority   Status

* 0/usr/lib/jvm/java-8-oracle/bin/javac  1072  auto mode
  1/usr/lib/jvm/java-7-openjdk-amd64/bin/javac   1071  manual 
mode
  2/usr/lib/jvm/java-8-openjdk-amd64/bin/javac   1069  manual 
mode
  3/usr/lib/jvm/java-8-oracle/bin/javac  1072  manual 
mode



But I am still getting the following error. I have already restarted tomcat7 
and even the whole server.

May 24, 2016 6:51:09 PM org.apache.catalina.core.StandardContext listenerStart
SEVERE: Error configuring application listener of class 
org.xwiki.container.servlet.XWikiServletContextListener
java.lang.UnsupportedClassVersionError: 
org/xwiki/container/servlet/XWikiServletContextListener : Unsupported 
major.minor version 52.0 (unable to load class 
org.xwiki.container.servlet.XWikiServletContextListener)
at 
org.apache.catalina.loader.WebappClassLoader.findClassInternal(WebappClassLoader.java:2948)
at 
org.apache.catalina.loader.WebappClassLoader.findClass(WebappClassLoader.java:1208)
at 
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1688)
at 
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1569)
at 
org.apache.catalina.core.DefaultInstanceManager.loadClass(DefaultInstanceManager.java:529)
at 
org.apache.catalina.core.DefaultInstanceManager.loadClassMaybePrivileged(DefaultInstanceManager.java:511)
at 
org.apache.catalina.core.DefaultInstanceManager.newInstance(DefaultInstanceManager.java:139)
at 
org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4888)
at 
org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5467)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
at 
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)
at 
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:632)
at 
org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:670)
at 
org.apache.catalina.startup.HostConfig$DeployDescriptor.run(HostConfig.java:1839)
at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
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)

May 24, 2016 6:51:09 PM org.apache.catalina.core.StandardContext listenerStart
SEVERE: Error configuring application listener of class 
org.xwiki.container.servlet.SetThreadNameServletRequestListener
java.lang.UnsupportedClassVersionError: 
org/xwiki/container/servlet/SetThreadNameServletRequestListener : Unsupported 
major.minor version 52.0 (unable to load class 
org.xwiki.container.servlet.SetThreadNameServletRequestListener)
at 
org.apache.catalina.loader.WebappClassLoader.findClassInternal(WebappClassLoader.java:2948)
at 
org.apache.catalina.loader.WebappClassLoader.findClass(WebappClassLoader.java:1208)
at 
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1688)
at 
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1569)
at 
org.apache.catalina.core.DefaultInstanceManager.loadClass(DefaultInstanceManager.java:529)
at 
org.apache.catalina.core.DefaultInstanceManager.loadClassMaybePrivileged(DefaultInstanceManager.java:511)
at 
org.apache.catalina.core.DefaultInstanceManager.newInstance(DefaultInstanceManager.java:139)
at 
org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4888)
at 

Re: [xwiki-users] XWiki 8.1 returning error 404

2016-05-24 Thread Vincent Massol

> On 24 May 2016, at 19:31, Mahomed Hussein  wrote:
> 
> To be fair, I normally look at the release notes and I had actually searched 
> the mailing list (hence I found the xwiki site was down). But it seems my 
> search got me the release notes for RC1 which didn't have this info.
> 
> As for why java didn't get updated, it seems that OpenJDK-8 is not available 
> for Ubuntu 14.04.
> 
> Will xWiki work if I install Oracle Java?

Definitely

Thanks
-Vincent

> Kind regards,
> 
> 
> 
> 
> Mahomed Hussein
> Custodian Data Centre
> Email: maho...@custodiandc.com
> http://www.CustodianDC.com
> 
> -Original Message-
> From: users [mailto:users-boun...@xwiki.org] On Behalf Of Vincent Massol
> Sent: 24 May 2016 18:20
> To: XWiki Users 
> Subject: Re: [xwiki-users] XWiki 8.1 returning error 404
> 
> 
>> On 24 May 2016, at 19:17, Mahomed Hussein  wrote:
>> 
>> You are correct about the version of java
>> 
>> root@xWiki:~# java -version
>> java version "1.7.0_101"
>> OpenJDK Runtime Environment (IcedTea 2.6.6)
>> (7u101-2.6.6-0ubuntu0.14.04.1) OpenJDK 64-Bit Server VM (build
>> 24.95-b01, mixed mode) root@xWiki:~# ll /etc/alternatives/java
>> lrwxrwxrwx 1 root root 46 Mar  8  2015 /etc/alternatives/java ->
>> /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java*
>> 
>> Just found an old post of yours :) -
>> http://lists.xwiki.org/pipermail/users/2014-August/028873.html
>> 
>> OK, let me look into upgrading Java  {grumble grumble java grumble
>> grumble}
> 
> Sorry about that :)
> 
> Make sure to always check the release notes:
> http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki81
> 
> Thanks
> -Vincent
> 
> PS: Shouldn’t the deb upgrade also upgrade java? That looks like a bug to me.
> 
>> Kind regards,
>> 
>> 
>> 
>> 
>> Mahomed Hussein
>> Custodian Data Centre
>> Email: maho...@custodiandc.com
>> http://www.CustodianDC.com
>> 
>> -Original Message-
>> From: users [mailto:users-boun...@xwiki.org] On Behalf Of Vincent
>> Massol
>> Sent: 24 May 2016 18:14
>> To: XWiki Users 
>> Subject: Re: [xwiki-users] XWiki 8.1 returning error 404
>> 
>> This means you’re using java 7 but XWiki 8.1 requires java 8.
>> 
>> Thanks
>> -Vincent
>> 
>>> On 24 May 2016, at 19:10, Mahomed Hussein  wrote:
>>> 
>>> I've found another log file which may have a more useful error
>>> message (to someone else who knows more :) )
>>> 
>>> root@xWiki:~# cat /var/log/tomcat7/localhost.2016-05-24.log
>>> May 24, 2016 3:14:10 PM org.apache.catalina.core.StandardContext
>>> listenerStart
>>> SEVERE: Error configuring application listener of class
>>> org.xwiki.container.servlet.XWikiServletContextListener
>>> java.lang.UnsupportedClassVersionError: 
>>> org/xwiki/container/servlet/XWikiServletContextListener : Unsupported 
>>> major.minor version 52.0 (unable to load class 
>>> org.xwiki.container.servlet.XWikiServletContextListener)
>>>  at 
>>> org.apache.catalina.loader.WebappClassLoader.findClassInternal(WebappClassLoader.java:2948)
>>>  at 
>>> org.apache.catalina.loader.WebappClassLoader.findClass(WebappClassLoader.java:1208)
>>>  at 
>>> org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1688)
>>>  at 
>>> org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1569)
>>>  at 
>>> org.apache.catalina.core.DefaultInstanceManager.loadClass(DefaultInstanceManager.java:529)
>>>  at 
>>> org.apache.catalina.core.DefaultInstanceManager.loadClassMaybePrivileged(DefaultInstanceManager.java:511)
>>>  at 
>>> org.apache.catalina.core.DefaultInstanceManager.newInstance(DefaultInstanceManager.java:139)
>>>  at 
>>> org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4888)
>>>  at 
>>> org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5467)
>>>  at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
>>>  at 
>>> org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)
>>>  at 
>>> org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
>>>  at 
>>> org.apache.catalina.core.StandardHost.addChild(StandardHost.java:632)
>>>  at 
>>> org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:670)
>>>  at 
>>> org.apache.catalina.startup.HostConfig$DeployDescriptor.run(HostConfig.java:1839)
>>>  at 
>>> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
>>>  at java.util.concurrent.FutureTask.run(FutureTask.java:262)
>>>  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)
>>> 
>>> May 24, 2016 3:14:10 PM org.apache.catalina.core.StandardContext
>>> listenerStart
>>> SEVERE: Error 

Re: [xwiki-users] XWiki 8.1 returning error 404

2016-05-24 Thread Mahomed Hussein
To be fair, I normally look at the release notes and I had actually searched 
the mailing list (hence I found the xwiki site was down). But it seems my 
search got me the release notes for RC1 which didn't have this info.

As for why java didn't get updated, it seems that OpenJDK-8 is not available 
for Ubuntu 14.04.

Will xWiki work if I install Oracle Java?


Kind regards,




Mahomed Hussein
Custodian Data Centre
Email: maho...@custodiandc.com
http://www.CustodianDC.com

-Original Message-
From: users [mailto:users-boun...@xwiki.org] On Behalf Of Vincent Massol
Sent: 24 May 2016 18:20
To: XWiki Users 
Subject: Re: [xwiki-users] XWiki 8.1 returning error 404


> On 24 May 2016, at 19:17, Mahomed Hussein  wrote:
>
> You are correct about the version of java
>
> root@xWiki:~# java -version
> java version "1.7.0_101"
> OpenJDK Runtime Environment (IcedTea 2.6.6)
> (7u101-2.6.6-0ubuntu0.14.04.1) OpenJDK 64-Bit Server VM (build
> 24.95-b01, mixed mode) root@xWiki:~# ll /etc/alternatives/java
> lrwxrwxrwx 1 root root 46 Mar  8  2015 /etc/alternatives/java ->
> /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java*
>
> Just found an old post of yours :) -
> http://lists.xwiki.org/pipermail/users/2014-August/028873.html
>
> OK, let me look into upgrading Java  {grumble grumble java grumble
> grumble}

Sorry about that :)

Make sure to always check the release notes:
http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki81

Thanks
-Vincent

PS: Shouldn’t the deb upgrade also upgrade java? That looks like a bug to me.

> Kind regards,
>
>
>
>
> Mahomed Hussein
> Custodian Data Centre
> Email: maho...@custodiandc.com
> http://www.CustodianDC.com
>
> -Original Message-
> From: users [mailto:users-boun...@xwiki.org] On Behalf Of Vincent
> Massol
> Sent: 24 May 2016 18:14
> To: XWiki Users 
> Subject: Re: [xwiki-users] XWiki 8.1 returning error 404
>
> This means you’re using java 7 but XWiki 8.1 requires java 8.
>
> Thanks
> -Vincent
>
>> On 24 May 2016, at 19:10, Mahomed Hussein  wrote:
>>
>> I've found another log file which may have a more useful error
>> message (to someone else who knows more :) )
>>
>> root@xWiki:~# cat /var/log/tomcat7/localhost.2016-05-24.log
>> May 24, 2016 3:14:10 PM org.apache.catalina.core.StandardContext
>> listenerStart
>> SEVERE: Error configuring application listener of class
>> org.xwiki.container.servlet.XWikiServletContextListener
>> java.lang.UnsupportedClassVersionError: 
>> org/xwiki/container/servlet/XWikiServletContextListener : Unsupported 
>> major.minor version 52.0 (unable to load class 
>> org.xwiki.container.servlet.XWikiServletContextListener)
>>   at 
>> org.apache.catalina.loader.WebappClassLoader.findClassInternal(WebappClassLoader.java:2948)
>>   at 
>> org.apache.catalina.loader.WebappClassLoader.findClass(WebappClassLoader.java:1208)
>>   at 
>> org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1688)
>>   at 
>> org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1569)
>>   at 
>> org.apache.catalina.core.DefaultInstanceManager.loadClass(DefaultInstanceManager.java:529)
>>   at 
>> org.apache.catalina.core.DefaultInstanceManager.loadClassMaybePrivileged(DefaultInstanceManager.java:511)
>>   at 
>> org.apache.catalina.core.DefaultInstanceManager.newInstance(DefaultInstanceManager.java:139)
>>   at 
>> org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4888)
>>   at 
>> org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5467)
>>   at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
>>   at 
>> org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)
>>   at 
>> org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
>>   at 
>> org.apache.catalina.core.StandardHost.addChild(StandardHost.java:632)
>>   at 
>> org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:670)
>>   at 
>> org.apache.catalina.startup.HostConfig$DeployDescriptor.run(HostConfig.java:1839)
>>   at 
>> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
>>   at java.util.concurrent.FutureTask.run(FutureTask.java:262)
>>   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)
>>
>> May 24, 2016 3:14:10 PM org.apache.catalina.core.StandardContext
>> listenerStart
>> SEVERE: Error configuring application listener of class
>> org.xwiki.container.servlet.SetThreadNameServletRequestListener
>> java.lang.UnsupportedClassVersionError: 
>> org/xwiki/container/servlet/SetThreadNameServletRequestListener : 
>> Unsupported major.minor version 52.0 (unable to load 

Re: [xwiki-users] XWiki 8.1 returning error 404

2016-05-24 Thread Vincent Massol

> On 24 May 2016, at 19:17, Mahomed Hussein  wrote:
> 
> You are correct about the version of java
> 
> root@xWiki:~# java -version
> java version "1.7.0_101"
> OpenJDK Runtime Environment (IcedTea 2.6.6) (7u101-2.6.6-0ubuntu0.14.04.1)
> OpenJDK 64-Bit Server VM (build 24.95-b01, mixed mode)
> root@xWiki:~# ll /etc/alternatives/java
> lrwxrwxrwx 1 root root 46 Mar  8  2015 /etc/alternatives/java -> 
> /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java*
> 
> Just found an old post of yours :) - 
> http://lists.xwiki.org/pipermail/users/2014-August/028873.html
> 
> OK, let me look into upgrading Java  {grumble grumble java grumble grumble}

Sorry about that :)

Make sure to always check the release notes:
http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki81

Thanks
-Vincent

PS: Shouldn’t the deb upgrade also upgrade java? That looks like a bug to me.

> Kind regards,
> 
> 
> 
> 
> Mahomed Hussein
> Custodian Data Centre
> Email: maho...@custodiandc.com
> http://www.CustodianDC.com
> 
> -Original Message-
> From: users [mailto:users-boun...@xwiki.org] On Behalf Of Vincent Massol
> Sent: 24 May 2016 18:14
> To: XWiki Users 
> Subject: Re: [xwiki-users] XWiki 8.1 returning error 404
> 
> This means you’re using java 7 but XWiki 8.1 requires java 8.
> 
> Thanks
> -Vincent
> 
>> On 24 May 2016, at 19:10, Mahomed Hussein  wrote:
>> 
>> I've found another log file which may have a more useful error message
>> (to someone else who knows more :) )
>> 
>> root@xWiki:~# cat /var/log/tomcat7/localhost.2016-05-24.log
>> May 24, 2016 3:14:10 PM org.apache.catalina.core.StandardContext
>> listenerStart
>> SEVERE: Error configuring application listener of class
>> org.xwiki.container.servlet.XWikiServletContextListener
>> java.lang.UnsupportedClassVersionError: 
>> org/xwiki/container/servlet/XWikiServletContextListener : Unsupported 
>> major.minor version 52.0 (unable to load class 
>> org.xwiki.container.servlet.XWikiServletContextListener)
>>   at 
>> org.apache.catalina.loader.WebappClassLoader.findClassInternal(WebappClassLoader.java:2948)
>>   at 
>> org.apache.catalina.loader.WebappClassLoader.findClass(WebappClassLoader.java:1208)
>>   at 
>> org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1688)
>>   at 
>> org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1569)
>>   at 
>> org.apache.catalina.core.DefaultInstanceManager.loadClass(DefaultInstanceManager.java:529)
>>   at 
>> org.apache.catalina.core.DefaultInstanceManager.loadClassMaybePrivileged(DefaultInstanceManager.java:511)
>>   at 
>> org.apache.catalina.core.DefaultInstanceManager.newInstance(DefaultInstanceManager.java:139)
>>   at 
>> org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4888)
>>   at 
>> org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5467)
>>   at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
>>   at 
>> org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)
>>   at 
>> org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
>>   at 
>> org.apache.catalina.core.StandardHost.addChild(StandardHost.java:632)
>>   at 
>> org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:670)
>>   at 
>> org.apache.catalina.startup.HostConfig$DeployDescriptor.run(HostConfig.java:1839)
>>   at 
>> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
>>   at java.util.concurrent.FutureTask.run(FutureTask.java:262)
>>   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)
>> 
>> May 24, 2016 3:14:10 PM org.apache.catalina.core.StandardContext
>> listenerStart
>> SEVERE: Error configuring application listener of class
>> org.xwiki.container.servlet.SetThreadNameServletRequestListener
>> java.lang.UnsupportedClassVersionError: 
>> org/xwiki/container/servlet/SetThreadNameServletRequestListener : 
>> Unsupported major.minor version 52.0 (unable to load class 
>> org.xwiki.container.servlet.SetThreadNameServletRequestListener)
>>   at 
>> org.apache.catalina.loader.WebappClassLoader.findClassInternal(WebappClassLoader.java:2948)
>>   at 
>> org.apache.catalina.loader.WebappClassLoader.findClass(WebappClassLoader.java:1208)
>>   at 
>> org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1688)
>>   at 
>> org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1569)
>>   at 
>> org.apache.catalina.core.DefaultInstanceManager.loadClass(DefaultInstanceManager.java:529)
>>   at 
>> 

Re: [xwiki-users] XWiki 8.1 returning error 404

2016-05-24 Thread Mahomed Hussein
You are correct about the version of java

root@xWiki:~# java -version
java version "1.7.0_101"
OpenJDK Runtime Environment (IcedTea 2.6.6) (7u101-2.6.6-0ubuntu0.14.04.1)
OpenJDK 64-Bit Server VM (build 24.95-b01, mixed mode)
root@xWiki:~# ll /etc/alternatives/java
lrwxrwxrwx 1 root root 46 Mar  8  2015 /etc/alternatives/java -> 
/usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java*

Just found an old post of yours :) - 
http://lists.xwiki.org/pipermail/users/2014-August/028873.html

OK, let me look into upgrading Java  {grumble grumble java grumble grumble}


Kind regards,




Mahomed Hussein
Custodian Data Centre
Email: maho...@custodiandc.com
http://www.CustodianDC.com

-Original Message-
From: users [mailto:users-boun...@xwiki.org] On Behalf Of Vincent Massol
Sent: 24 May 2016 18:14
To: XWiki Users 
Subject: Re: [xwiki-users] XWiki 8.1 returning error 404

This means you’re using java 7 but XWiki 8.1 requires java 8.

Thanks
-Vincent

> On 24 May 2016, at 19:10, Mahomed Hussein  wrote:
>
> I've found another log file which may have a more useful error message
> (to someone else who knows more :) )
>
> root@xWiki:~# cat /var/log/tomcat7/localhost.2016-05-24.log
> May 24, 2016 3:14:10 PM org.apache.catalina.core.StandardContext
> listenerStart
> SEVERE: Error configuring application listener of class
> org.xwiki.container.servlet.XWikiServletContextListener
> java.lang.UnsupportedClassVersionError: 
> org/xwiki/container/servlet/XWikiServletContextListener : Unsupported 
> major.minor version 52.0 (unable to load class 
> org.xwiki.container.servlet.XWikiServletContextListener)
>at 
> org.apache.catalina.loader.WebappClassLoader.findClassInternal(WebappClassLoader.java:2948)
>at 
> org.apache.catalina.loader.WebappClassLoader.findClass(WebappClassLoader.java:1208)
>at 
> org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1688)
>at 
> org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1569)
>at 
> org.apache.catalina.core.DefaultInstanceManager.loadClass(DefaultInstanceManager.java:529)
>at 
> org.apache.catalina.core.DefaultInstanceManager.loadClassMaybePrivileged(DefaultInstanceManager.java:511)
>at 
> org.apache.catalina.core.DefaultInstanceManager.newInstance(DefaultInstanceManager.java:139)
>at 
> org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4888)
>at 
> org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5467)
>at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
>at 
> org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)
>at 
> org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
>at 
> org.apache.catalina.core.StandardHost.addChild(StandardHost.java:632)
>at 
> org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:670)
>at 
> org.apache.catalina.startup.HostConfig$DeployDescriptor.run(HostConfig.java:1839)
>at 
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
>at java.util.concurrent.FutureTask.run(FutureTask.java:262)
>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)
>
> May 24, 2016 3:14:10 PM org.apache.catalina.core.StandardContext
> listenerStart
> SEVERE: Error configuring application listener of class
> org.xwiki.container.servlet.SetThreadNameServletRequestListener
> java.lang.UnsupportedClassVersionError: 
> org/xwiki/container/servlet/SetThreadNameServletRequestListener : Unsupported 
> major.minor version 52.0 (unable to load class 
> org.xwiki.container.servlet.SetThreadNameServletRequestListener)
>at 
> org.apache.catalina.loader.WebappClassLoader.findClassInternal(WebappClassLoader.java:2948)
>at 
> org.apache.catalina.loader.WebappClassLoader.findClass(WebappClassLoader.java:1208)
>at 
> org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1688)
>at 
> org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1569)
>at 
> org.apache.catalina.core.DefaultInstanceManager.loadClass(DefaultInstanceManager.java:529)
>at 
> org.apache.catalina.core.DefaultInstanceManager.loadClassMaybePrivileged(DefaultInstanceManager.java:511)
>at 
> org.apache.catalina.core.DefaultInstanceManager.newInstance(DefaultInstanceManager.java:139)
>at 
> org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4888)
>at 
> org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5467)
>at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
>at 
> 

Re: [xwiki-users] XWiki 8.1 returning error 404

2016-05-24 Thread Mahomed Hussein
I've found another log file which may have a more useful error message (to 
someone else who knows more :) )

root@xWiki:~# cat /var/log/tomcat7/localhost.2016-05-24.log
May 24, 2016 3:14:10 PM org.apache.catalina.core.StandardContext listenerStart
SEVERE: Error configuring application listener of class 
org.xwiki.container.servlet.XWikiServletContextListener
java.lang.UnsupportedClassVersionError: 
org/xwiki/container/servlet/XWikiServletContextListener : Unsupported 
major.minor version 52.0 (unable to load class 
org.xwiki.container.servlet.XWikiServletContextListener)
at 
org.apache.catalina.loader.WebappClassLoader.findClassInternal(WebappClassLoader.java:2948)
at 
org.apache.catalina.loader.WebappClassLoader.findClass(WebappClassLoader.java:1208)
at 
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1688)
at 
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1569)
at 
org.apache.catalina.core.DefaultInstanceManager.loadClass(DefaultInstanceManager.java:529)
at 
org.apache.catalina.core.DefaultInstanceManager.loadClassMaybePrivileged(DefaultInstanceManager.java:511)
at 
org.apache.catalina.core.DefaultInstanceManager.newInstance(DefaultInstanceManager.java:139)
at 
org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4888)
at 
org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5467)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
at 
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)
at 
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:632)
at 
org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:670)
at 
org.apache.catalina.startup.HostConfig$DeployDescriptor.run(HostConfig.java:1839)
at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
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)

May 24, 2016 3:14:10 PM org.apache.catalina.core.StandardContext listenerStart
SEVERE: Error configuring application listener of class 
org.xwiki.container.servlet.SetThreadNameServletRequestListener
java.lang.UnsupportedClassVersionError: 
org/xwiki/container/servlet/SetThreadNameServletRequestListener : Unsupported 
major.minor version 52.0 (unable to load class 
org.xwiki.container.servlet.SetThreadNameServletRequestListener)
at 
org.apache.catalina.loader.WebappClassLoader.findClassInternal(WebappClassLoader.java:2948)
at 
org.apache.catalina.loader.WebappClassLoader.findClass(WebappClassLoader.java:1208)
at 
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1688)
at 
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1569)
at 
org.apache.catalina.core.DefaultInstanceManager.loadClass(DefaultInstanceManager.java:529)
at 
org.apache.catalina.core.DefaultInstanceManager.loadClassMaybePrivileged(DefaultInstanceManager.java:511)
at 
org.apache.catalina.core.DefaultInstanceManager.newInstance(DefaultInstanceManager.java:139)
at 
org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4888)
at 
org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5467)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
at 
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)
at 
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:632)
at 
org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:670)
at 
org.apache.catalina.startup.HostConfig$DeployDescriptor.run(HostConfig.java:1839)
at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
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)


Kind regards,




Mahomed Hussein
Custodian Data Centre
Email: maho...@custodiandc.com
http://www.CustodianDC.com

-Original Message-
From: users [mailto:users-boun...@xwiki.org] On Behalf Of Mahomed Hussein
Sent: 24 May 2016 18:05
To: XWiki Users 
Subject: Re: [xwiki-users] XWiki 8.1 returning error 404

Sorry, I know everyone is 

Re: [xwiki-users] XWiki 8.1 returning error 404

2016-05-24 Thread Mahomed Hussein
Sorry, I know everyone is busy and Vincent and Thomas have tried to help. I am 
quite desperate though.

Looking at this bit of log, it seems at some point Tomcat has tried to load the 
site and was looking for the 8.0 jar files. How can I tell it to look for the 
8.1 jar files?

May 24, 2016 3:13:32 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-bio-8080"]
May 24, 2016 3:13:32 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-bio-8080"]
May 24, 2016 3:13:34 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-bio-8080"]
May 24, 2016 3:13:34 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 709 ms
May 24, 2016 3:13:34 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service Catalina
May 24, 2016 3:13:34 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/7.0.52 (Ubuntu)
May 24, 2016 3:13:34 PM org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Deploying configuration descriptor 
/etc/tomcat7/Catalina/localhost/xwiki.xml
May 24, 2016 3:13:40 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-bio-8080"]
May 24, 2016 3:13:40 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 590 ms
May 24, 2016 3:13:40 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service Catalina
May 24, 2016 3:13:40 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/7.0.52 (Ubuntu)
May 24, 2016 3:13:40 PM org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Deploying configuration descriptor 
/etc/tomcat7/Catalina/localhost/xwiki.xml
May 24, 2016 3:13:49 PM org.apache.catalina.startup.ContextConfig 
processAnnotationsJar
SEVERE: contextConfig.jarFile
java.io.FileNotFoundException: 
/usr/lib/xwiki/WEB-INF/lib/log4j-over-slf4j-1.7.18-xwiki-1.jar (No such file or 
directory)
at java.util.zip.ZipFile.open(Native Method)


Kind regards,




Mahomed Hussein
Custodian Data Centre
Email: maho...@custodiandc.com
http://www.CustodianDC.com

-Original Message-
From: users [mailto:users-boun...@xwiki.org] On Behalf Of Mahomed Hussein
Sent: 24 May 2016 17:40
To: XWiki Users 
Subject: Re: [xwiki-users] XWiki 8.1 returning error 404

Hi

No, we never made it the root application. The site has always been 
http://xwiki.cdc.local:8080/xwiki.

Below are listings of the file referred to in the link.


root@xWiki:/etc/tomcat7/Catalina/localhost# ll total 8 drwxrwxr-x 2 root 
tomcat7 4096 May 24 15:13 ./ drwxrwxr-x 3 root tomcat7 4096 Mar  8  2015 ../
lrwxrwxrwx 1 root root  28 May 24 11:32 xwiki.xml -> 
/etc/xwiki/xwiki-tomcat7.xml


root@xWiki:/etc/xwiki# ll
total 212
drwxr-xr-x   7 root root  4096 May 24 15:13 ./
drwxr-xr-x 119 root root  4096 May 24 16:28 ../
drwxr-xr-x   4 root root  4096 Mar  8  2015 cache/
drwxr-xr-x   3 root root  4096 May 24 15:13 classes/
drwxr-xr-x   2 root root  4096 Feb 26  2015 extensions/
drwxr-xr-x   2 root root  4096 May 24 15:13 fonts/
-rw-r--r--   1 root root 12321 May 24 15:13 hibernate.cfg.xml
-rw-r--r--   1 root root  2022 Feb 26  2015 jboss-deployment-structure.xml
drwxr-xr-x   3 root root  4096 Mar  8  2015 observation/
-rw-r--r--   1 root root  2076 Mar 31  2015 portlet.xml
-rw-r--r--   1 root root 15610 Mar 31  2015 struts-config.xml
-rw-r--r--   1 root root  1328 Mar 31  2015 sun-web.xml
-rw-r--r--   1 root root12 May 24 11:32 version.properties
-rw-r--r--   1 root root 16927 Mar 15 16:38 web.xml
-rw-r--r--   1 root root 35035 May 24 11:32 xwiki.cfg
-rw-r--r--   1 root root 33149 Feb 26  2015 xwiki.cfg.dpkg-old
-rw-r--r--   1 root root 35522 May 24 11:32 xwiki.properties
-rw-r--r--   1 root root  1257 May 29  2015 xwiki-tomcat7.xml
-rw-r--r--   1 root root  1257 Feb 26  2015 xwiki-tomcat.xml


root@xWiki:/etc/xwiki# cat xwiki-tomcat7.xml 






  
  






Kind regards,




Mahomed Hussein
Custodian Data Centre
Email: maho...@custodiandc.com
http://www.CustodianDC.com

-Original Message-
From: users [mailto:users-boun...@xwiki.org] On Behalf Of Thomas Mortagne
Sent: 24 May 2016 17:32
To: XWiki Users 
Subject: Re: [xwiki-users] XWiki 8.1 returning error 404

If you made XWiki the root application in Tomcat at some point you might want 
to look at the warning in 
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationViaAPT#HXWikiasrootwebapp.

On Tue, May 24, 2016 at 6:22 PM, Mahomed Hussein  
wrote:
> I've also checked for the files it says it can't load such as 
> xwiki-commons-configuration-api-8.0.jar and confirm that the file does not 
> exist, but xwiki-commons-configuration-api-8.1.jar does exist.
>
>
> Kind regards,
>
>

Re: [xwiki-users] XWiki 8.1 returning error 404

2016-05-24 Thread Thomas Mortagne
If you made XWiki the root application in Tomcat at some point you
might want to look at the warning in
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationViaAPT#HXWikiasrootwebapp.

On Tue, May 24, 2016 at 6:22 PM, Mahomed Hussein
 wrote:
> I've also checked for the files it says it can't load such as 
> xwiki-commons-configuration-api-8.0.jar and confirm that the file does not 
> exist, but xwiki-commons-configuration-api-8.1.jar does exist.
>
>
> Kind regards,
>
>
>
>
> Mahomed Hussein
> Custodian Data Centre
> Email: maho...@custodiandc.com
> http://www.CustodianDC.com
>
> -Original Message-
> From: users [mailto:users-boun...@xwiki.org] On Behalf Of Mahomed Hussein
> Sent: 24 May 2016 17:16
> To: XWiki Users 
> Subject: Re: [xwiki-users] XWiki 8.1 returning error 404
>
>> I guess it means you made apt-get update/upgrade automatic which is usually 
>> not a great idea.
>
> Yes you are right. It was on my list to disable this
>
>
>> Could you confirm you are using XWiki Debian packages ?
>
> Yes I confirm it's the debian packages. All installed via apt-get install
>
>
>> Logs
>
> I have looked at the local access log and can see the last successful visit 
> to the system was at 13:46 and then the next entry was at 16:23 when I got 
> the error.
>
> The log file is quite long, I can share it via pastebin or some other method 
> if you prefer.
>
> Thanks for the help.
>
>
> ===
> 10.0.5.62 - - [24/May/2016:13:46:33 +0100] "GET 
> /xwiki/bin/get/XWiki/DocumentTree?outputSyntax=plain=false=false&=children=document%3Axwiki%3ANOC.WebHome
>  HTTP/1.1" 200 8492
> 10.0.5.61 - - [24/May/2016:16:23:22 +0100] "GET 
> /xwiki/bin/view/Main/Search?text=backup_type=DOCUMENT_locale=en_locale==1
>  HTTP/1.1" 404 1021
> 10.0.5.61 - - [24/May/2016:16:23:23 +0100] "GET /favicon.ico HTTP/1.1" 404 991
> 10.0.5.61 - - [24/May/2016:16:23:32 +0100] "GET 
> /xwiki/bin/view/Main/Search?text=backup_type=DOCUMENT_locale=en_locale==1
>  HTTP/1.1" 404 1021
> 10.0.5.61 - - [24/May/2016:16:23:37 +0100] "GET /xwiki/ HTTP/1.1" 404 981
> 10.0.5.61 - - [24/May/2016:16:23:47 +0100] "GET /xwiki/bin/view/Main/ 
> HTTP/1.1" 404 1009 ===
>
>
>
> From about 15:00 we started getting errors in catalina.out. Also notice how 
> the time changes from using 24 Hour notation to 12 hour notation (excessively 
> repeated events truncated)
>
> ===
>
> 2016-05-24 15:00:00,001 [DefaultQuartzScheduler_Worker-10] ERROR 
> o.q.c.ErrorLogger  - Job 
> (DEFAULT.xwiki:Scheduler.WatchListHourlyNotifier_0 threw an exception.
> org.quartz.SchedulerException: Job threw an unhandled exception.
> at org.quartz.core.JobRunShell.run(JobRunShell.java:213)
> at 
> org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573)
> Caused by: java.lang.RuntimeException: Failed to load component for type 
> [interface org.xwiki.context.ExecutionContextManager] for hint [default]
> at com.xpn.xwiki.web.Utils.getComponent(Utils.java:758)
> at com.xpn.xwiki.web.Utils.getComponent(Utils.java:781)
> at com.xpn.xwiki.web.Utils.getComponent(Utils.java:734)
> at 
> com.xpn.xwiki.plugin.scheduler.AbstractJob.execute(AbstractJob.java:56)
> at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
> ... 1 common frames omitted
> Caused by: org.xwiki.component.manager.ComponentLookupException: Can't find 
> descriptor for the component [role = [interface 
> org.xwiki.context.ExecutionContextManager] hint = [default]]
> at 
> org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:401)
> at 
> org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:190)
> at com.xpn.xwiki.web.Utils.getComponent(Utils.java:756)
> ... 5 common frames omitted
> May 24, 2016 3:13:16 PM org.apache.coyote.AbstractProtocol pause
> INFO: Pausing ProtocolHandler ["http-bio-8080"] May 24, 2016 3:13:16 PM 
> org.apache.catalina.core.StandardService stopInternal
> INFO: Stopping service Catalina
> 2016-05-24 15:13:32,469 [localhost-startStop-2] WARN  o.i.j.ResourceDMBean
>- ISPN42: Did not find queried attribute with name coreHashCode
> 2016-05-24 15:13:32,470 [localhost-startStop-2] WARN  o.i.j.ResourceDMBean
>- ISPN42: Did not find queried attribute with name coreHashCode
> 2016-05-24 15:13:32,470 [localhost-startStop-2] WARN  o.i.j.ResourceDMBean
>- ISPN42: Did not find queried attribute with name coreHashCode
> [truncated]
> 2016-05-24 15:13:32,485 [localhost-startStop-2] WARN  o.i.j.ResourceDMBean
>- ISPN42: Did not find queried attribute with name coreHashCode
> May 24, 2016 3:13:32 PM org.apache.catalina.loader.WebappClassLoader 
> clearReferencesJdbc
> SEVERE: 

Re: [xwiki-users] XWiki 8.1 returning error 404

2016-05-24 Thread Mahomed Hussein
I've also checked for the files it says it can't load such as 
xwiki-commons-configuration-api-8.0.jar and confirm that the file does not 
exist, but xwiki-commons-configuration-api-8.1.jar does exist.


Kind regards,




Mahomed Hussein
Custodian Data Centre
Email: maho...@custodiandc.com
http://www.CustodianDC.com

-Original Message-
From: users [mailto:users-boun...@xwiki.org] On Behalf Of Mahomed Hussein
Sent: 24 May 2016 17:16
To: XWiki Users 
Subject: Re: [xwiki-users] XWiki 8.1 returning error 404

> I guess it means you made apt-get update/upgrade automatic which is usually 
> not a great idea.

Yes you are right. It was on my list to disable this


> Could you confirm you are using XWiki Debian packages ?

Yes I confirm it's the debian packages. All installed via apt-get install


> Logs

I have looked at the local access log and can see the last successful visit to 
the system was at 13:46 and then the next entry was at 16:23 when I got the 
error.

The log file is quite long, I can share it via pastebin or some other method if 
you prefer.

Thanks for the help.


===
10.0.5.62 - - [24/May/2016:13:46:33 +0100] "GET 
/xwiki/bin/get/XWiki/DocumentTree?outputSyntax=plain=false=false&=children=document%3Axwiki%3ANOC.WebHome
 HTTP/1.1" 200 8492
10.0.5.61 - - [24/May/2016:16:23:22 +0100] "GET 
/xwiki/bin/view/Main/Search?text=backup_type=DOCUMENT_locale=en_locale==1
 HTTP/1.1" 404 1021
10.0.5.61 - - [24/May/2016:16:23:23 +0100] "GET /favicon.ico HTTP/1.1" 404 991
10.0.5.61 - - [24/May/2016:16:23:32 +0100] "GET 
/xwiki/bin/view/Main/Search?text=backup_type=DOCUMENT_locale=en_locale==1
 HTTP/1.1" 404 1021
10.0.5.61 - - [24/May/2016:16:23:37 +0100] "GET /xwiki/ HTTP/1.1" 404 981
10.0.5.61 - - [24/May/2016:16:23:47 +0100] "GET /xwiki/bin/view/Main/ HTTP/1.1" 
404 1009 ===



>From about 15:00 we started getting errors in catalina.out. Also notice how 
>the time changes from using 24 Hour notation to 12 hour notation (excessively 
>repeated events truncated)

===

2016-05-24 15:00:00,001 [DefaultQuartzScheduler_Worker-10] ERROR 
o.q.c.ErrorLogger  - Job 
(DEFAULT.xwiki:Scheduler.WatchListHourlyNotifier_0 threw an exception.
org.quartz.SchedulerException: Job threw an unhandled exception.
at org.quartz.core.JobRunShell.run(JobRunShell.java:213)
at 
org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573)
Caused by: java.lang.RuntimeException: Failed to load component for type 
[interface org.xwiki.context.ExecutionContextManager] for hint [default]
at com.xpn.xwiki.web.Utils.getComponent(Utils.java:758)
at com.xpn.xwiki.web.Utils.getComponent(Utils.java:781)
at com.xpn.xwiki.web.Utils.getComponent(Utils.java:734)
at 
com.xpn.xwiki.plugin.scheduler.AbstractJob.execute(AbstractJob.java:56)
at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
... 1 common frames omitted
Caused by: org.xwiki.component.manager.ComponentLookupException: Can't find 
descriptor for the component [role = [interface 
org.xwiki.context.ExecutionContextManager] hint = [default]]
at 
org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:401)
at 
org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:190)
at com.xpn.xwiki.web.Utils.getComponent(Utils.java:756)
... 5 common frames omitted
May 24, 2016 3:13:16 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-bio-8080"] May 24, 2016 3:13:16 PM 
org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service Catalina
2016-05-24 15:13:32,469 [localhost-startStop-2] WARN  o.i.j.ResourceDMBean  
 - ISPN42: Did not find queried attribute with name coreHashCode
2016-05-24 15:13:32,470 [localhost-startStop-2] WARN  o.i.j.ResourceDMBean  
 - ISPN42: Did not find queried attribute with name coreHashCode
2016-05-24 15:13:32,470 [localhost-startStop-2] WARN  o.i.j.ResourceDMBean  
 - ISPN42: Did not find queried attribute with name coreHashCode
[truncated]
2016-05-24 15:13:32,485 [localhost-startStop-2] WARN  o.i.j.ResourceDMBean  
 - ISPN42: Did not find queried attribute with name coreHashCode
May 24, 2016 3:13:32 PM org.apache.catalina.loader.WebappClassLoader 
clearReferencesJdbc
SEVERE: The web application [/xwiki] registered the JDBC driver 
[com.mysql.jdbc.Driver] but failed to unregister it when the web application 
was stopped. To prevent a memory leak, the JDBC Driver has been forcibly 
unregistered.
May 24, 2016 3:13:32 PM org.apache.catalina.loader.WebappClassLoader 
checkThreadLocalMapForLeaks
SEVERE: The web application [/xwiki] created a ThreadLocal with key of type 
[org.python.core.ThreadStateMapping$1] (value 

Re: [xwiki-users] XWiki 8.1 returning error 404

2016-05-24 Thread Mahomed Hussein
> I guess it means you made apt-get update/upgrade automatic which is usually 
> not a great idea.

Yes you are right. It was on my list to disable this


> Could you confirm you are using XWiki Debian packages ?

Yes I confirm it's the debian packages. All installed via apt-get install


> Logs

I have looked at the local access log and can see the last successful visit to 
the system was at 13:46 and then the next entry was at 16:23 when I got the 
error.

The log file is quite long, I can share it via pastebin or some other method if 
you prefer.

Thanks for the help.


===
10.0.5.62 - - [24/May/2016:13:46:33 +0100] "GET 
/xwiki/bin/get/XWiki/DocumentTree?outputSyntax=plain=false=false&=children=document%3Axwiki%3ANOC.WebHome
 HTTP/1.1" 200 8492
10.0.5.61 - - [24/May/2016:16:23:22 +0100] "GET 
/xwiki/bin/view/Main/Search?text=backup_type=DOCUMENT_locale=en_locale==1
 HTTP/1.1" 404 1021
10.0.5.61 - - [24/May/2016:16:23:23 +0100] "GET /favicon.ico HTTP/1.1" 404 991
10.0.5.61 - - [24/May/2016:16:23:32 +0100] "GET 
/xwiki/bin/view/Main/Search?text=backup_type=DOCUMENT_locale=en_locale==1
 HTTP/1.1" 404 1021
10.0.5.61 - - [24/May/2016:16:23:37 +0100] "GET /xwiki/ HTTP/1.1" 404 981
10.0.5.61 - - [24/May/2016:16:23:47 +0100] "GET /xwiki/bin/view/Main/ HTTP/1.1" 
404 1009
===



>From about 15:00 we started getting errors in catalina.out. Also notice how 
>the time changes from using 24 Hour notation to 12 hour notation (excessively 
>repeated events truncated)

===

2016-05-24 15:00:00,001 [DefaultQuartzScheduler_Worker-10] ERROR 
o.q.c.ErrorLogger  - Job 
(DEFAULT.xwiki:Scheduler.WatchListHourlyNotifier_0 threw an exception.
org.quartz.SchedulerException: Job threw an unhandled exception.
at org.quartz.core.JobRunShell.run(JobRunShell.java:213)
at 
org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573)
Caused by: java.lang.RuntimeException: Failed to load component for type 
[interface org.xwiki.context.ExecutionContextManager] for hint [default]
at com.xpn.xwiki.web.Utils.getComponent(Utils.java:758)
at com.xpn.xwiki.web.Utils.getComponent(Utils.java:781)
at com.xpn.xwiki.web.Utils.getComponent(Utils.java:734)
at 
com.xpn.xwiki.plugin.scheduler.AbstractJob.execute(AbstractJob.java:56)
at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
... 1 common frames omitted
Caused by: org.xwiki.component.manager.ComponentLookupException: Can't find 
descriptor for the component [role = [interface 
org.xwiki.context.ExecutionContextManager] hint = [default]]
at 
org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:401)
at 
org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:190)
at com.xpn.xwiki.web.Utils.getComponent(Utils.java:756)
... 5 common frames omitted
May 24, 2016 3:13:16 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-bio-8080"]
May 24, 2016 3:13:16 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service Catalina
2016-05-24 15:13:32,469 [localhost-startStop-2] WARN  o.i.j.ResourceDMBean  
 - ISPN42: Did not find queried attribute with name coreHashCode
2016-05-24 15:13:32,470 [localhost-startStop-2] WARN  o.i.j.ResourceDMBean  
 - ISPN42: Did not find queried attribute with name coreHashCode
2016-05-24 15:13:32,470 [localhost-startStop-2] WARN  o.i.j.ResourceDMBean  
 - ISPN42: Did not find queried attribute with name coreHashCode
[truncated]
2016-05-24 15:13:32,485 [localhost-startStop-2] WARN  o.i.j.ResourceDMBean  
 - ISPN42: Did not find queried attribute with name coreHashCode
May 24, 2016 3:13:32 PM org.apache.catalina.loader.WebappClassLoader 
clearReferencesJdbc
SEVERE: The web application [/xwiki] registered the JDBC driver 
[com.mysql.jdbc.Driver] but failed to unregister it when the web application 
was stopped. To prevent a memory leak, the JDBC Driver has been forcibly 
unregistered.
May 24, 2016 3:13:32 PM org.apache.catalina.loader.WebappClassLoader 
checkThreadLocalMapForLeaks
SEVERE: The web application [/xwiki] created a ThreadLocal with key of type 
[org.python.core.ThreadStateMapping$1] (value 
[org.python.core.ThreadStateMapping$1@70d34768]) and a value of type 
[java.lang.Object[]] (value [[Ljava.lang.Object;@3ef536b6]) but failed to 
remove it when the web application was stopped. Threads are going to be renewed 
over time to try and avoid a probable memory leak.
May 24, 2016 3:13:32 PM org.apache.catalina.loader.WebappClassLoader 
checkThreadLocalMapForLeaks
SEVERE: The web application [/xwiki] created a ThreadLocal with key of type 
[org.infinispan.commons.util.concurrent.jdk8backported.Striped64.ThreadHashCode]
 (value 

Re: [xwiki-users] XWiki 8.1 returning error 404

2016-05-24 Thread Vincent Massol

> On 24 May 2016, at 17:51, Mahomed Hussein  wrote:
> 
> Hi
> 
> It seems our server automatically updated to xWiki 8.1 and now we are getting 
> the error below:
> 
> 
> ===
> HTTP Status 404 - /xwiki/bin/view/Main/
> type Status report
> message /xwiki/bin/view/Main/
> 
> description The requested resource is not available.
> 
> Apache Tomcat/7.0.52 (Ubuntu)
> 
> ===
> 
> I have already rebooted the server to no avail. I have confirmed that we are 
> upgraded to 8.1
> 
> I have tried to browse to 
> http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki81RC1 to 
> see if there are any instructions there, but the page is not loading and I am 
> getting an error 524 (I assume you are using cloudflare).

xwiki.org has issues. I have restarted it now. Sorry about that.

Thanks
-Vincent

> 
> Help please as this is our live system. Thanks.
> 
> 
> Kind regards,
> 
> 
> Mahomed Hussein
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] XWiki 8.1 returning error 404

2016-05-24 Thread Thomas Mortagne
I guess it means you made apt-get update/upgrade automatic which is
usually not a great idea. Could you confirm you are using XWiki Debian
packages ?

You should look at tomcat log to see if there is any error in it. What
version was it upgraded from ?

On Tue, May 24, 2016 at 5:51 PM, Mahomed Hussein
 wrote:
> Hi
>
> It seems our server automatically updated to xWiki 8.1 and now we are getting 
> the error below:
>
>
> ===
> HTTP Status 404 - /xwiki/bin/view/Main/
> type Status report
> message /xwiki/bin/view/Main/
>
> description The requested resource is not available.
>
> Apache Tomcat/7.0.52 (Ubuntu)
>
> ===
>
> I have already rebooted the server to no avail. I have confirmed that we are 
> upgraded to 8.1
>
> I have tried to browse to 
> http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki81RC1 to 
> see if there are any instructions there, but the page is not loading and I am 
> getting an error 524 (I assume you are using cloudflare).
>
> Help please as this is our live system. Thanks.
>
>
> Kind regards,
>
>
> Mahomed Hussein
> Custodian Data Centre
> Email: maho...@custodiandc.com
> http://www.CustodianDC.com
> ___
> 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


[xwiki-users] XWiki 8.1 returning error 404

2016-05-24 Thread Mahomed Hussein
Hi

It seems our server automatically updated to xWiki 8.1 and now we are getting 
the error below:


===
HTTP Status 404 - /xwiki/bin/view/Main/
type Status report
message /xwiki/bin/view/Main/

description The requested resource is not available.

Apache Tomcat/7.0.52 (Ubuntu)

===

I have already rebooted the server to no avail. I have confirmed that we are 
upgraded to 8.1

I have tried to browse to 
http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki81RC1 to see 
if there are any instructions there, but the page is not loading and I am 
getting an error 524 (I assume you are using cloudflare).

Help please as this is our live system. Thanks.


Kind regards,


Mahomed Hussein
Custodian Data Centre
Email: maho...@custodiandc.com
http://www.CustodianDC.com
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Missing main menu/navigation bar

2016-05-24 Thread Vincent Massol

> On 24 May 2016, at 14:52, Lao  wrote:
> 
> Oh, I see. Thank you!
> 
> ps I guess the link to the "Getting Started Guide" should be updated then to
> prevent such misunderstandings.

Ah thanks for pointing this out, we forgot to update this page! Will update.

Thx
-Vincent

> View this message in context: 
> http://xwiki.475771.n2.nabble.com/Missing-main-menu-navigation-bar-tp7599587p7599589.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] Missing main menu/navigation bar

2016-05-24 Thread Lao
Oh, I see. Thank you!

ps I guess the link to the "Getting Started Guide" should be updated then to
prevent such misunderstandings.



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Missing-main-menu-navigation-bar-tp7599587p7599589.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] Missing main menu/navigation bar

2016-05-24 Thread Vincent Massol
Hi Lao,

> On 24 May 2016, at 14:37, Lao  wrote:
> 
> Just installed the xWiki from .deb package as described here:
> http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationViaAPT
> using the package xwiki-enterprise-tomcat7-mysql.
> 
> Everything works fine except the missing main menu in the header (#4 here:
> http://enterprise.xwiki.org/xwiki/bin/view/GettingStarted/WebHome?version=8.0).
> In my installation it looks like that:
>  

Why do you think a menu is missing? :)

(answer: there’s no such menu)

Maybe you were using xwiki before and this is why you were expecting a menu 
there?

> That means I cannot create a space for example. Does anyone have an idea how
> to fix the menu?

The header is correct: The skin was changed in XWiki 7.2+ and that menu removed.

You don’t create spaces anymore. You only create pages which can be nested.

See http://platform.xwiki.org/xwiki/bin/view/Features/ContentOrganization

Thanks
-Vincent

> View this message in context: 
> http://xwiki.475771.n2.nabble.com/Missing-main-menu-navigation-bar-tp7599587.html

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


[xwiki-users] Missing main menu/navigation bar

2016-05-24 Thread Lao
Just installed the xWiki from .deb package as described here:
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationViaAPT
using the package xwiki-enterprise-tomcat7-mysql.

Everything works fine except the missing main menu in the header (#4 here:
http://enterprise.xwiki.org/xwiki/bin/view/GettingStarted/WebHome?version=8.0).
In my installation it looks like that:
 

That means I cannot create a space for example. Does anyone have an idea how
to fix the menu?



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Missing-main-menu-navigation-bar-tp7599587.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


[xwiki-users] REST API ignores type parameter

2016-05-24 Thread Mark Sack
I'm trying to use the REST API to retrieve some data but the API seems to be
ignoring the type parameter.
My environment is XWiki 7.4.2, Debian 8, PostgreSQL, Tomcat 8, Openjdk 8

If I try to fetch some data using the browser and the following URL:

http:// ...
/rest/wikis/query?q=select%20obj.first_name,obj.last_name%20from%20Document%20doc,%20doc.object%28XWiki.XWikiUsers%29%20as%20obj=xwql

the result is as follows (I'm reproducing here only the first few lines -
there are actually 10 items returned)

http://10.1.16.192:8080/wiki/rest?q={solrquery}(={number})(={start})(={fieldname}(={asc|desc}))(=1)(={false|true})(={wikis})(={classname})">http://10.1.16.192:8080/wiki/rest/wikis/xwiki/spaces/XWiki/pages/DocumentTreeMacros;
rel="http://www.xwiki.org/rel/page"/>pagexwiki:XWiki.DocumentTreeMacrosXWiki.DocumentTreeMacrosxwikiXWikiDocumentTreeMacros2016-02-15T12:14:34-03:00xwiki:XWiki.Admin4.10.75986093http://10.1.16.192:8080/wiki/rest/wikis/xwiki/spaces/Panels/pages/DocumentInformation;
rel="http://www.xwiki.org/rel/page"/>pagexwiki:Panels.DocumentInformationPanels.DocumentInformationxwikiPanelsDocumentInformation2016-01-12T09:56:52-03:00xwiki:XWiki.superadmin1.10.63381535

The result is not related in any way to the user data or their names. From
the template on the first line, it seems to think that the query is a SOLR
query not xwql. I've verified that the query is correct xwql syntax and
gives a valid result by trying it in a velocity script on an actual xwiki
page. The result is basically the same if I just query for the first name
instead of both the first name and last name.

How should I be executing xwql queries using the REST API?

Regards
Mark Sack



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/REST-API-ignores-type-parameter-tp7599586.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] How to use the new SVG Rasterizing API

2016-05-24 Thread Vincent Massol
Sorry Miroslav, on my side I don’t know this api at all.

I hope whoever introduced it can help you ;)

Thanks
-Vincent

> On 24 May 2016, at 12:06, Miroslav Galajda  wrote:
> 
> Hi, does anyone know if this is going to be a bug or what is wrong with the
> url generated as a temporary svg rendered file?
> 
> By the way, what or how are the new SVG rasterizing API and the "old" SVG
> plugin different? Does the SVG rasterizing API do the svg rasterization
> better, does it supports more SVG features or what to expect from the new
> API?
> 
> Thank you.
> 
> On 19 May 2016 at 12:53, Miroslav Galajda 
> wrote:
> 
>> Hi, I have still some issues using this svg rasterizing API.
>> 
>> I'm trying to use rasterizeToTemporaryResource to use the returned url in
>> the img element in html macro, see my example bellow. But I cannot get this
>> to return working url. It returns in my xwiki instace
>> "/test-xwiki/wiki/xwiki/temp/Page1/WebHome/svg/858799895.png". I compared
>> it to old svg plugin using $xwiki.svg.getSVGImageURL, and that works and
>> returns the following working url:
>> "/test-xwiki/bin/svg/Test/Page1/WebHome/858799895.png". What's wrong?
>> 
>> {{velocity}}
>> 
>> #set($svgText = "> http://www.w3.org/1999/xlink"; xmlns=""http://www.w3.org/2000/svg";>
>> 
>>  Layer 2
>>  > stroke=""#00"" fill=""#ff"" id=""svg_1"" height=""213.948426""
>> width=""324.49861"" y=""132.625181"" x=""237.349801""/>
>>  > stroke=""#00"" stroke-width=""0"" font-size=""24""
>> font-family=""serif"" text-anchor=""middle"" xml:space=""preserve""
>> transform=""matrix(1, 0, 0, 1, 27, 10)"">This is an SVG Drawing
>> 
>> ")
>> #set($svgUrl = $services.svg.rasterizeToTemporaryResource($svgText, 640,
>> 480))
>> $svgUrl
>> 
>> {{html}}
>> 
>> > height="480" alt="The image from xwiki.svg.getSvgImageUrl" />
>> {{/html}}
>> 
>> {{/velocity}}
>> 
>> 
>> On 19 May 2016 at 10:48, Vincent Massol  wrote:
>> 
>>> 
 On 19 May 2016, at 10:45, Miroslav Galajda 
>>> wrote:
 
 By the way the "announcement" was in the release notes here
 
>>> http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki80#HNewSVGRasterizingAPI
>>> 
>>> Thanks, I’ve updated the text a bit:
>>> 
>>> http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki80#HNewSVGRasterizingAPI
>>> 
>>> -Vincent
>>> 
 On 19 May 2016 at 10:44, Miroslav Galajda 
 wrote:
 
> Hi, great. Thank you. Now I can see it in the extesion manager.
> 
> Best regards
> Miroslav Galajda
> 
> On 19 May 2016 at 10:34, Marius Dumitru Florea <
> mariusdumitru.flo...@xwiki.com> wrote:
> 
>> On Thu, May 19, 2016 at 11:32 AM, Vincent Massol 
>> wrote:
>> 
>> 
>>> Note: just saw Marius’ message so I guess whoever contributed this
>>> extension had forgotten to document that it can be installed with the
>>> Extension Manager… :)
>>> 
>> 
>> The extension page had the wrong extension id (xwiki-platform-svg
>>> instead
>> of xwiki-platform-svg-rasterizer) and thus it wasn't listed in the
>> Extension Manager. I reimported the extension and now it's fine.
>> 
>> 
>>> 
>>> Thanks Marius for fixing it
>>> -Vincent
>>> 
 On 19 May 2016, at 10:31, Vincent Massol 
>>> wrote:
 
 Hi Miroslav,
 
> On 19 May 2016, at 09:52, Miroslav Galajda <
>> miroslav.gala...@gmail.com>
>>> wrote:
> 
> Hi,
> 
> I noticed the anoucement of the new SVG rasterzing API in the XWiki
>> 8.0
> version.
 
 Could you point to where you saw that because I don’t remember any
>>> announcement saying that it was bundled with XWiki 8.0?
 
> Is it already available, or not? I have tried to use it in the
>> velocity
> macro, using the example usage at
> 
>>> 
>> 
>>> http://extensions.xwiki.org/xwiki/bin/view/Extension/SVG+Rasterizing+API,
> but it seems that $services.svg is not available. Do I need to
>>> enable
>>> it or
> it is an optional component that I need to install from somewhere.
 
 You need to install it.
 
 See
>>> 
>> 
>>> http://extensions.xwiki.org/xwiki/bin/view/Extension/SVG+Rasterizing+API#HPrerequisites26InstallationInstructions
 
 Thanks
 -Vincent
 
> Thank you
> Miroslav Galajda
>>> 
>>> ___
>>> 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

___
users mailing list

Re: [xwiki-users] How to use the new SVG Rasterizing API

2016-05-24 Thread Miroslav Galajda
Hi, does anyone know if this is going to be a bug or what is wrong with the
url generated as a temporary svg rendered file?

By the way, what or how are the new SVG rasterizing API and the "old" SVG
plugin different? Does the SVG rasterizing API do the svg rasterization
better, does it supports more SVG features or what to expect from the new
API?

Thank you.

On 19 May 2016 at 12:53, Miroslav Galajda 
wrote:

> Hi, I have still some issues using this svg rasterizing API.
>
> I'm trying to use rasterizeToTemporaryResource to use the returned url in
> the img element in html macro, see my example bellow. But I cannot get this
> to return working url. It returns in my xwiki instace
> "/test-xwiki/wiki/xwiki/temp/Page1/WebHome/svg/858799895.png". I compared
> it to old svg plugin using $xwiki.svg.getSVGImageURL, and that works and
> returns the following working url:
> "/test-xwiki/bin/svg/Test/Page1/WebHome/858799895.png". What's wrong?
>
> {{velocity}}
>
> #set($svgText = " http://www.w3.org/1999/xlink"; xmlns=""http://www.w3.org/2000/svg";>
>  
>   Layer 2
>stroke=""#00"" fill=""#ff"" id=""svg_1"" height=""213.948426""
> width=""324.49861"" y=""132.625181"" x=""237.349801""/>
>stroke=""#00"" stroke-width=""0"" font-size=""24""
> font-family=""serif"" text-anchor=""middle"" xml:space=""preserve""
> transform=""matrix(1, 0, 0, 1, 27, 10)"">This is an SVG Drawing
>  
> ")
> #set($svgUrl = $services.svg.rasterizeToTemporaryResource($svgText, 640,
> 480))
> $svgUrl
>
> {{html}}
> 
>  height="480" alt="The image from xwiki.svg.getSvgImageUrl" />
> {{/html}}
>
> {{/velocity}}
>
>
> On 19 May 2016 at 10:48, Vincent Massol  wrote:
>
>>
>> > On 19 May 2016, at 10:45, Miroslav Galajda 
>> wrote:
>> >
>> > By the way the "announcement" was in the release notes here
>> >
>> http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki80#HNewSVGRasterizingAPI
>>
>> Thanks, I’ve updated the text a bit:
>>
>> http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki80#HNewSVGRasterizingAPI
>>
>> -Vincent
>>
>> > On 19 May 2016 at 10:44, Miroslav Galajda 
>> > wrote:
>> >
>> >> Hi, great. Thank you. Now I can see it in the extesion manager.
>> >>
>> >> Best regards
>> >> Miroslav Galajda
>> >>
>> >> On 19 May 2016 at 10:34, Marius Dumitru Florea <
>> >> mariusdumitru.flo...@xwiki.com> wrote:
>> >>
>> >>> On Thu, May 19, 2016 at 11:32 AM, Vincent Massol 
>> >>> wrote:
>> >>>
>> >>>
>>  Note: just saw Marius’ message so I guess whoever contributed this
>>  extension had forgotten to document that it can be installed with the
>>  Extension Manager… :)
>> 
>> >>>
>> >>> The extension page had the wrong extension id (xwiki-platform-svg
>> instead
>> >>> of xwiki-platform-svg-rasterizer) and thus it wasn't listed in the
>> >>> Extension Manager. I reimported the extension and now it's fine.
>> >>>
>> >>>
>> 
>>  Thanks Marius for fixing it
>>  -Vincent
>> 
>> > On 19 May 2016, at 10:31, Vincent Massol 
>> wrote:
>> >
>> > Hi Miroslav,
>> >
>> >> On 19 May 2016, at 09:52, Miroslav Galajda <
>> >>> miroslav.gala...@gmail.com>
>>  wrote:
>> >>
>> >> Hi,
>> >>
>> >> I noticed the anoucement of the new SVG rasterzing API in the XWiki
>> >>> 8.0
>> >> version.
>> >
>> > Could you point to where you saw that because I don’t remember any
>>  announcement saying that it was bundled with XWiki 8.0?
>> >
>> >> Is it already available, or not? I have tried to use it in the
>> >>> velocity
>> >> macro, using the example usage at
>> >>
>> 
>> >>>
>> http://extensions.xwiki.org/xwiki/bin/view/Extension/SVG+Rasterizing+API,
>> >> but it seems that $services.svg is not available. Do I need to
>> enable
>>  it or
>> >> it is an optional component that I need to install from somewhere.
>> >
>> > You need to install it.
>> >
>> > See
>> 
>> >>>
>> http://extensions.xwiki.org/xwiki/bin/view/Extension/SVG+Rasterizing+API#HPrerequisites26InstallationInstructions
>> >
>> > Thanks
>> > -Vincent
>> >
>> >> Thank you
>> >> Miroslav Galajda
>>
>> ___
>> 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] Setting default font-size for Headings

2016-05-24 Thread superuser
My requirement:
H1: 30px
H2: 28px
H3: 26px
H4: 24px
H5: 22px
H6: 20px
I tried changing the values in Administer wiki > Presentation > Color theme
Customize > Less code as follows

// XWiki already overrides these variables 

@font-size-base:  18px;
@font-size-large: ceil((@font-size-base * 1.25)); // ~18px
@font-size-small: ceil((@font-size-base * 0.85)); // ~12px

@font-size-h1:30px; 
@font-size-h2:28px; 
@font-size-h3:26px; 
@font-size-h4:24px; 
@font-size-h5:22px; 
@font-size-h6:20px; 

Now it correctly shows font-sizes 20px to 30px. But it automatically sets
different font-size values for 22px, 26px  sizes incorrectly.

Also what does "// XWiki already overrides these variables " mean? Is this
the culprit for the problem?



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Setting-default-font-size-for-Headings-tp7599582.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] Help about favicon

2016-05-24 Thread superuser
i already tried with HTTP meta info. it works, but at times it doesn't. e.g.
it still shows the default xwiki favicon many times. 



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Help-about-favicon-tp7599575p7599581.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] XWiki on Jelastic

2016-05-24 Thread Vincent Massol

> On 23 May 2016, at 16:16, Gerritjan Koekkoek  wrote:
> 
> My question is:
> Would somebody like to volunteer to create a Jelastic market place 
> configuration of Xwiki? This would help making XWIki more popular.

FTR I’m working on creating an official docker image of XWiki on dockerhub:
https://github.com/xwiki-contrib/docker-xwiki/tree/VERSION2

Not too far from having a first fully working version.

> I have no doubt it is possible to configure XWiki the manual way (like 
> described in the administrator guide) but that would only help people who 
> consider themselves technical enough to configure their own server(i'm 
> not seeing myself as such a person, I admire people that can configure a 
> server)
> 
> I think the Jelastic Market place targets a audience that currently will 
> stick with the hosting offered by XWiki SAS or with the free Cloud option (on 
> the farm)
> You just request a XWiki instance and you get back a username-password with 
> that you can login as admin...
> 
> How to make a XWiki marketplace app is described here:
> http://blog.jelastic.com/2015/12/17/create-your-own-marketplace-with-applications-for-one-click-installation/
> 
> Then consumers like myself would, by one click get a fully working XWiki 
> benefitting from Pay-Per-Use model of Jelastic…

FTR I know that XWiki SAS is working on a new version of its cloud offer with 
some very competitive pricing. Stay tuned!

Ofc, if someone could take care of the jelastic xwiki config that would be 
great too.

Thanks
-Vincent

> Gerritjan Koekkoek
> Vader van Rai Koekkoek (cdls) en voorzitter vereniging CdLS
> Visit our website
> Facebook
> email
> 
> 
> 
> 
> From: users  on behalf of Thomas Mortagne 
> 
> Sent: 23 May 2016 15:43:49
> To: XWiki Users
> Subject: Re: [xwiki-users] XWiki on Jelastic
> 
> See http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Performances#HMemory
> 
> On Mon, May 23, 2016 at 3:30 PM, Jesse Bright  wrote:
>> What kind of resources were allocated to your sever? The minimum values 
>> allowed by Jelastic, in my experience, are inadequate to run Xwiki. 
>> Unfortunately their one-click install does not set the server up for you as 
>> well but this is not really expected.
>> 
>> Regards,
>> 
>> Jesse
>> 
>>> On May 23, 2016, at 1:00 AM, Gerritjan Koekkoek  
>>> wrote:
>>> 
>>> Hi,
>>> 
>>> 
>>> I've experimented with Jelastic. To my pleasant surprise in their 
>>> marketplace there is XWiki.
>>> 
>>> It promises a click and run setup; that could help making XWiki popular.
>>> 
>>> 
>>> But the experience was very disappointing. I think this will actually 
>>> damage popularity.
>>> 
>>> What I noticed:
>>> 
>>> *   Jelastic marketplace XWiki is based on a Milestone Relase instead of a 
>>> stable release.
>>> *   It is deployed on a tomcat instance; but the settings are such that you 
>>> get the Upgrade wizard quite conveniently (+++) but then clicking "install" 
>>> results in a very slow (-) process that, in my case, never succeeded in 
>>> a up-and-running XWiki
>>> *   The Tomcat log shows memory problems, and this is confirmed to the user 
>>> with Elastic emails that Tomcat is reaching limits
>>> 
>>> Would it not be useful if somebody from the community would configure a 
>>> much better XWiki experience? My knowledge is not good enough to do the 
>>> Administrator stuff required
>>> 
>>> 
>>> Gerritjan Koekkoek
>>> Vader van Rai Koekkoek (cdls) en voorzitter vereniging CdLS
>>> Visit our website
>>> Facebook
>>> email
>>> org/mailman/listinfo/users

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


Re: [xwiki-users] Help about favicon

2016-05-24 Thread Marius Dumitru Florea
Check: Administration > Page Elements > HTTP Meta Info

Hope this helps,
Marius

On Tue, May 24, 2016 at 9:09 AM, Vishal Erande 
wrote:

> i am using favicon as directed by
>
> http://www.xwiki.org/xwiki/bin/view/FAQ/How+do+I+add+a+favicon+for+my+wiki%3F
>
> but i want to use favicons generated using
> http://realfavicongenerator.net/
>
> this website generated favicons and related data to be entered in 'head'
> section
> as follows:
>
>  href="
> http://www.wikinote.org/XWiki/DefaultSkin/apple-touch-icon-57x57.png?v=Gvv5agxezz
> ">
>  href="
> http://www.wikinote.org/XWiki/DefaultSkin/apple-touch-icon-60x60.png?v=Gvv5agxezz
> ">
>  href="
> http://www.wikinote.org/XWiki/DefaultSkin/apple-touch-icon-72x72.png?v=Gvv5agxezz
> ">
>  href="
> http://www.wikinote.org/XWiki/DefaultSkin/apple-touch-icon-76x76.png?v=Gvv5agxezz
> ">
>  href="
> http://www.wikinote.org/XWiki/DefaultSkin/apple-touch-icon-114x114.png?v=Gvv5agxezz
> ">
>  href="
> http://www.wikinote.org/XWiki/DefaultSkin/apple-touch-icon-120x120.png?v=Gvv5agxezz
> ">
>  href="
> http://www.wikinote.org/XWiki/DefaultSkin/apple-touch-icon-144x144.png?v=Gvv5agxezz
> ">
>  href="
> http://www.wikinote.org/XWiki/DefaultSkin/apple-touch-icon-152x152.png?v=Gvv5agxezz
> ">
>  href="
> http://www.wikinote.org/XWiki/DefaultSkin/apple-touch-icon-180x180.png?v=Gvv5agxezz
> ">
>  href="
> http://www.wikinote.org/XWiki/DefaultSkin/favicon-32x32.png?v=Gvv5agxezz;
> sizes="32x32">
>  href="
> http://www.wikinote.org/XWiki/DefaultSkin/android-chrome-192x192.png?v=Gvv5agxezz
> "
> sizes="192x192">
>  href="
> http://www.wikinote.org/XWiki/DefaultSkin/favicon-96x96.png?v=Gvv5agxezz;
> sizes="96x96">
>  href="
> http://www.wikinote.org/XWiki/DefaultSkin/favicon-16x16.png?v=Gvv5agxezz;
> sizes="16x16">
>  href="http://www.wikinote.org/XWiki/DefaultSkin/manifest.json?v=Gvv5agxezz
> ">
>  href="
> http://www.wikinote.org/XWiki/DefaultSkin/safari-pinned-tab.svg?v=Gvv5agxezz
> "
> color="#5bbad5">
>  href="http://www.wikinote.org/XWiki/DefaultSkin/favicon.ico?v=Gvv5agxezz;>
> 
>  content="
> http://www.wikinote.org/XWiki/DefaultSkin/mstile-144x144.png?v=Gvv5agxezz
> ">
>  content="
> http://www.wikinote.org/XWiki/DefaultSkin/browserconfig.xml?v=Gvv5agxezz;>
> 
>
>
> i want to know how this could be done in xwiki? where exactly is the 'head
> section' and is the code above correct?
>
>  Copy to clipboard
>
> http://realfavicongenerator.net/favicon_result?file_id=p1ajgld6idjal3as49b1vem1jk46#
> ___
> 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


Re: [xwiki-users] css colors not changing AAARGH

2016-05-24 Thread Alexandru Cotiuga
Hello Dan,

If you want to change the appearance of the links having "wikilink" class,
you should apply your style rules to the ".wikilink a".
Hope this helps!

Alex

On Fri, May 20, 2016 at 9:35 PM, dullfig  wrote:

> I have a bunch of documents in a space called Procedures. This is an App
> Within Minutes space, so the documents are viewed through a ClassSheet. I
> wanted to change the color of links within that space alone, so the first
> thing I tried was to attach an object to the ClassSheet of type
> StyleSheetExtension, and in it I put:
>
> .wikilink {
>color: blue;
> }
>

> But that didn't change the color. So then I tried putting it directly in
> the
> ClassSheet body, like this:
>
> {{html wiki="false" clean="false"}}
>
>
> {{/html}}
>
> But THAT didn't change the color either. I looked at the page source, and
> you can clearly see the style embedded in the page, and the link identified
> as class='wikilink'. So then I said "screw it, i'll just change link colors
> on the entire wiki". Guess what?
>
> I went to the "administer wiki", "look and feel" (flamingo btw),
> "presentation", "color theme"(garden btw), "customize", changed the
> @link-color value, you can CLEARLY see in the preview that all links are
> the
> new color, and yet NOTHING HAPPENS!! the colors of my entire wiki remain
> the
> same, even though if you go back and double check the color customization
> the new color is still there, and the preview still looks like I want it
> too
> look.
>
> Sometimes XWiki is just too convoluted.
>
> What am I doing wrong?!
>
> Dan
>
>
>
> --
> View this message in context:
> http://xwiki.475771.n2.nabble.com/css-colors-not-changing-AAARGH-tp7599554.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] Help about favicon

2016-05-24 Thread Vishal Erande
i am using favicon as directed by
http://www.xwiki.org/xwiki/bin/view/FAQ/How+do+I+add+a+favicon+for+my+wiki%3F

but i want to use favicons generated using http://realfavicongenerator.net/

this website generated favicons and related data to be entered in 'head' section
as follows: 

http://www.wikinote.org/XWiki/DefaultSkin/apple-touch-icon-57x57.png?v=Gvv5agxezz;>
http://www.wikinote.org/XWiki/DefaultSkin/apple-touch-icon-60x60.png?v=Gvv5agxezz;>
http://www.wikinote.org/XWiki/DefaultSkin/apple-touch-icon-72x72.png?v=Gvv5agxezz;>
http://www.wikinote.org/XWiki/DefaultSkin/apple-touch-icon-76x76.png?v=Gvv5agxezz;>
http://www.wikinote.org/XWiki/DefaultSkin/apple-touch-icon-114x114.png?v=Gvv5agxezz;>
http://www.wikinote.org/XWiki/DefaultSkin/apple-touch-icon-120x120.png?v=Gvv5agxezz;>
http://www.wikinote.org/XWiki/DefaultSkin/apple-touch-icon-144x144.png?v=Gvv5agxezz;>
http://www.wikinote.org/XWiki/DefaultSkin/apple-touch-icon-152x152.png?v=Gvv5agxezz;>
http://www.wikinote.org/XWiki/DefaultSkin/apple-touch-icon-180x180.png?v=Gvv5agxezz;>
http://www.wikinote.org/XWiki/DefaultSkin/favicon-32x32.png?v=Gvv5agxezz;
sizes="32x32">
http://www.wikinote.org/XWiki/DefaultSkin/android-chrome-192x192.png?v=Gvv5agxezz;
sizes="192x192">
http://www.wikinote.org/XWiki/DefaultSkin/favicon-96x96.png?v=Gvv5agxezz;
sizes="96x96">
http://www.wikinote.org/XWiki/DefaultSkin/favicon-16x16.png?v=Gvv5agxezz;
sizes="16x16">
http://www.wikinote.org/XWiki/DefaultSkin/manifest.json?v=Gvv5agxezz;>
http://www.wikinote.org/XWiki/DefaultSkin/safari-pinned-tab.svg?v=Gvv5agxezz;
color="#5bbad5">
http://www.wikinote.org/XWiki/DefaultSkin/favicon.ico?v=Gvv5agxezz;>

http://www.wikinote.org/XWiki/DefaultSkin/mstile-144x144.png?v=Gvv5agxezz;>
http://www.wikinote.org/XWiki/DefaultSkin/browserconfig.xml?v=Gvv5agxezz;>



i want to know how this could be done in xwiki? where exactly is the 'head
section' and is the code above correct?

 Copy to clipboard
http://realfavicongenerator.net/favicon_result?file_id=p1ajgld6idjal3as49b1vem1jk46#
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users