[xwiki-users] Fw : upgraded xwiki 7.0.1 to 8.2.1: bootstrap/tooltip problem

2016-10-06 Thread Pascal BASTIEN
Ok I resolve the problem (I tested with xar example found here: 
http://jira.xwiki.org/browse/XWIKI-11675 )
I must add  'bootstrap' in require function
I must replace 
require(['jquery'], function ($) {
by
require(['jquery', 'bootstrap'], function ($) {

Here my JS code to load tooltips
require(['jquery', 'bootstrap'], function ($) {
  $(function () {
$('[data-toggle="tooltip"]').tooltip()
  })
});

It is strange because:
1- my old tooltip code working well on xwiki 7.0.1 but not on 8.2.1 
2- source page containing:
  shim: {
'bootstrap' : ['jquery'],
who's specify dependencies for jQuery plugins

To conclude, I will fix my JS but I don't know if I must open a regression jira 
issue ?

Pascal B




--- En date de : Mer 5.10.16, Pascal BASTIEN  a écrit :

> De: Pascal BASTIEN 
> Objet: upgraded xwiki 7.0.1 to 8.2.1: bootstrap/tooltip problem
> À: "XWiki Users" 
> Date: Mercredi 5 octobre 2016, 20h32
> Hello,
> I upgraded xwiki 7.0.1 to 8.2.1 but it seem that
> bootstrap/tooltip doesn't work anymore.
> 
> I use bootstrap to show tooltip:
> https://bootstrapdocs.com/v3.3.6/docs/javascript/#tooltips
> 
> 
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Migrated my xwiki from 4.2 to 8.2.1 getting blank page on access

2016-10-06 Thread Kumar, Piyush
Hi ,

Then what can be the cause of blank page if index deletion is not the issue 
currently?

Thanks ,
Piyush

-Original Message-
From: users [mailto:users-boun...@xwiki.org] On Behalf Of Thomas Mortagne
Sent: Thursday, October 06, 2016 8:58 PM
To: XWiki Users
Subject: Re: [xwiki-users] Migrated my xwiki from 4.2 to 8.2.1 getting blank 
page on access

I was about to answer the same things but the log contains:

2016-10-06 11:01:17,007 [coreLoadExecutor-6-thread-1] WARN
o.a.s.c.SolrCore   - [xwiki] Solr index directory
'/MIDDLE/kazan-services/xwiki.kazan.priv.atos.fr/permanentdirectory/solr/xwiki/data/index'
doesn't exist. Creating new index...

On Thu, Oct 6, 2016 at 5:21 PM, Vincent Massol  wrote:
> Hi,
>
> Please remove the solr index files and restart XWiki.
>
> Note: We need to add this info on
> http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Upgrade
>
> Thanks
> -Vincent
>
>> On 06 Oct 2016, at 17:16, Kumar, Piyush  wrote:
>>
>> Hi All,
>>
>> I migrated my Xwiki from version 4.2 to 8.2.1 and I am getting blank page 
>> while accessing http://localhost/xwiki  the app.
>>
>> In my tomcat I am getting below logs:
>>
>> [ServiceTools] Starting tomcat : Thu Oct  6 10:59:57 2016 Using
>> classpath:
>> :/usr/local/tomcat7/bin/bootstrap.jar:/usr/local/tomcat7/bin/commons-
>> daemon.jar:/usr/local/tomcat7/bin/tomcat-juli.jar:/usr/local/tomcat7/
>> common/lib/*.jar:/usr/local/tomcat7/lib/annotations-api.jar:/usr/loca
>> l/tomcat7/lib/catalina-ant.jar:/usr/local/tomcat7/lib/catalina-ha.jar
>> :/usr/local/tomcat7/lib/catalina.jar:/usr/local/tomcat7/lib/catalina-
>> tribes.jar:/usr/local/tomcat7/lib/ecj-4.2.1.jar:/usr/local/tomcat7/li
>> b/el-api.jar:/usr/local/tomcat7/lib/jasper-el.jar:/usr/local/tomcat7/
>> lib/jasper.jar:/usr/local/tomcat7/lib/jsp-api.jar:/usr/local/tomcat7/
>> lib/servlet-api.jar:/usr/local/tomcat7/lib/tomcat-api.jar:/usr/local/
>> tomcat7/lib/tomcat-coyote.jar:/usr/local/tomcat7/lib/tomcat-dbcp.jar:
>> /usr/local/tomcat7/lib/tomcat-i18n-es.jar:/usr/local/tomcat7/lib/tomc
>> at-i18n-fr.jar:/usr/local/tomcat7/lib/tomcat-i18n-ja.jar:/usr/local/t
>> omcat7/lib/tomcat-jdbc.jar:/usr/local/tomcat7/lib/tomcat-util.jar:/us
>> r/local/tomcat7/server/lib/*.jar:/usr/java/jdk-1.7/lib/tools.jar:/usr
>> /local/tomca
 t
>  7/
>> bin/bootstrap.jar::
>> 2016-10-06 11:01:12,724 [localhost-startStop-1] INFO  
>> o.x.s.s.i.EmbeddedSolrInstance - Starting embedded Solr server...
>> 2016-10-06 11:01:12,777 [localhost-startStop-1] INFO  
>> o.x.s.s.i.EmbeddedSolrInstance - Using Solr home directory: 
>> [/MIDDLE/kazan-services/xwiki.kazan.priv.atos.fr/permanentdirectory/solr]
>> 2016-10-06 11:01:17,007 [coreLoadExecutor-6-thread-1] WARN  o.a.s.c.SolrCore 
>>   - [xwiki] Solr index directory 
>> '/MIDDLE/kazan-services/xwiki.kazan.priv.atos.fr/permanentdirectory/solr/xwiki/data/index'
>>  doesn't exist. Creating new index...
>> 2016-10-06 11:01:17,932 [localhost-startStop-1] INFO  
>> o.x.s.s.i.EmbeddedSolrInstance - Started embedded Solr server.
>> 2016-10-06 11:01:34,375 [localhost-startStop-1] WARN  o.i.j.ResourceDMBean   
>> - ISPN42: Did not find queried attribute with name coreHashCode
>> 2016-10-06 11:01:34,376 [localhost-startStop-1] WARN  o.i.j.ResourceDMBean   
>> - ISPN42: Did not find queried attribute with name coreHashCode
>> 2016-10-06 11:01:34,376 [localhost-startStop-1] WARN  o.i.j.ResourceDMBean   
>> - ISPN42: Did not find queried attribute with name coreHashCode
>> 2016-10-06 11:01:34,376 [localhost-startStop-1] WARN  o.i.j.ResourceDMBean   
>> - ISPN42: Did not find queried attribute with name coreHashCode
>> 2016-10-06 11:01:34,376 [localhost-startStop-1] WARN  o.i.j.ResourceDMBean   
>> - ISPN42: Did not find queried attribute with name coreHashCode
>> 2016-10-06 11:01:34,376 [localhost-startStop-1] WARN  o.i.j.ResourceDMBean   
>> - ISPN42: Did not find queried attribute with name coreHashCode
>> 2016-10-06 11:01:34,380 [localhost-startStop-1] WARN  o.i.j.ResourceDMBean   
>> - ISPN42: Did not find queried attribute with name coreHashCode
>> 2016-10-06 11:01:34,381 [localhost-startStop-1] WARN  o.i.j.ResourceDMBean   
>> - ISPN42: Did not find queried attribute with name coreHashCode
>> 2016-10-06 11:01:34,382 [localhost-startStop-1] WARN  o.i.j.ResourceDMBean   
>> - ISPN42: Did not find queried attribute with name coreHashCode
>> 2016-10-06 11:01:34,382 [localhost-startStop-1] WARN  o.i.j.ResourceDMBean   
>> - ISPN42: Did not find queried attribute with name coreHashCode
>> 2016-10-06 11:01:34,382 [localhost-startStop-1] WARN  o.i.j.ResourceDMBean   
>> - ISPN42: Did not find queried attribute with name coreHashCode
>> 2016-10-06 11:01:34,383 [localhost-startStop-1] WARN  o.i.j.ResourceDMBean   
>> - ISPN42: Did not find queried attribute with name coreHashCode
>>
>>

Re: [xwiki-users] Fw : Re: Issues when I upgraded my xwiki 7.0.1 to xwiki 8.2.1: search feature

2016-10-06 Thread Sergiu Dumitriu
Something like this:
https://github.com/phenotips/phenotips/blob/b5fd2933480bcdeaca0194840b1c84585e763452/components/vocabularies/api/src/main/java/org/phenotips/vocabulary/internal/solr/DefaultSolrVocabularyResourceManager.java#L88-L113

On 10/04/2016 05:56 AM, Vincent Massol wrote:
> 
>> On 04 Oct 2016, at 11:54, Pascal BASTIEN  wrote:
>>
>> Thanks, you are right I forgot to removed solr subdirectory before upgrade.
>>
>> stop + rm + start xwiki = xwiki work again like a charm
>> (sorry ;-) )
> 
> cool
> 
> you don’t need to be sorry. We need to improve this. Like forcing 
> automatically the removal when we upgrade solr and there’s been some schema 
> changes.
> 
> -Vincent
> 
>> Thxs
>>
>> --- En date de : Mar 4.10.16, Vincent Massol  a écrit :
>>
>>> De: Vincent Massol 
>>> Objet: Re: [xwiki-users] Issues when I upgraded my xwiki 7.0.1 to xwiki 
>>> 8.2.1: search feature
>>> À: "XWiki Users" 
>>> Date: Mardi 4 octobre 2016, 11h36
>>> Hi,
>>>
>>> Try removing your solr index.
>>>
>>> Thanks
>>> -Vincent
>>>

>>> On 04 Oct 2016, at 11:26, Pascal BASTIEN 
>>> wrote:

 Hello,

 After upgrading my
>>> xwiki 7.0.1 to 8.2.1, i encoutered another issue: xwiki
>>> search feature doesn't work anymore.
 I use Tomcat 8.0.33 + Postrgesqk 9.3 and
>>> attachments in file system and connected with Admin
>>> account.

 On page
>>> ./bin/view/Main/Search?text=test_type=DOCUMENT_locale=fr_locale==1
>>> , I have this ugly error message displayed:
 "Failed to execute the [velocity]
>>> macro. Cause: [The resolver parameter doesn't contain an
>>> Entity Reference of type [SPACE]]. Click on this message for
>>> details."

>> ___
>> 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
> 


-- 
Sergiu Dumitriu
http://purl.org/net/sergiu
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Fw : upgraded xwiki 7.0.1 to 8.2.1: bootstrap/tooltip problem

2016-10-06 Thread Pascal BASTIEN


--- En date de : Jeu 6.10.16, Pascal BASTIEN  a écrit :

> De: Pascal BASTIEN 
> Objet: Fw : upgraded xwiki 7.0.1 to 8.2.1: bootstrap/tooltip problem
> À: "XWiki Users" 
> Date: Jeudi 6 octobre 2016, 12h20
> Ok I resolve the problem (I tested
> with xar example found here: http://jira.xwiki.org/browse/XWIKI-11675
> )
> I must add  'bootstrap' in require function
> I must replace 
> require(['jquery'], function ($) {
> by
> require(['jquery', 'bootstrap'], function ($) {
> 
> Here my JS code to load tooltips
> require(['jquery', 'bootstrap'], function ($) {
>   $(function () {
>     $('[data-toggle="tooltip"]').tooltip()
>   })
> });
> 
> It is strange because:
> 1- my old tooltip code working well on xwiki 7.0.1 but not
> on 8.2.1 
> 2- source page containing:
>   shim: {
>     'bootstrap' : ['jquery'],
> who's specify dependencies for jQuery plugins
> 
> To conclude, I will fix my JS but I don't know if I must
> open a regression jira issue ?
> 
> Pascal B
> 

Addon:
If someone use bootstrap/tabs (like me):
http://getbootstrap.com/components/#nav-tabs
since xwiki 8.2/jquery 2.2.2
https://github.com/jquery/jquery-migrate/issues/140
"We've removed unofficial "support" for selectors with unquoted attribute 
values where it has to be quoted, like a[href=#] in jQuery 2.2.0/1.12.0."



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


[xwiki-users] Migrated my xwiki from 4.2 to 8.2.1 getting blank page on access

2016-10-06 Thread Kumar, Piyush
Hi All,

I migrated my Xwiki from version 4.2 to 8.2.1 and I am getting blank page while 
accessing http://localhost/xwiki  the app.

In my tomcat I am getting below logs:

[ServiceTools] Starting tomcat : Thu Oct  6 10:59:57 2016
Using classpath: 
:/usr/local/tomcat7/bin/bootstrap.jar:/usr/local/tomcat7/bin/commons-daemon.jar:/usr/local/tomcat7/bin/tomcat-juli.jar:/usr/local/tomcat7/common/lib/*.jar:/usr/local/tomcat7/lib/annotations-api.jar:/usr/local/tomcat7/lib/catalina-ant.jar:/usr/local/tomcat7/lib/catalina-ha.jar:/usr/local/tomcat7/lib/catalina.jar:/usr/local/tomcat7/lib/catalina-tribes.jar:/usr/local/tomcat7/lib/ecj-4.2.1.jar:/usr/local/tomcat7/lib/el-api.jar:/usr/local/tomcat7/lib/jasper-el.jar:/usr/local/tomcat7/lib/jasper.jar:/usr/local/tomcat7/lib/jsp-api.jar:/usr/local/tomcat7/lib/servlet-api.jar:/usr/local/tomcat7/lib/tomcat-api.jar:/usr/local/tomcat7/lib/tomcat-coyote.jar:/usr/local/tomcat7/lib/tomcat-dbcp.jar:/usr/local/tomcat7/lib/tomcat-i18n-es.jar:/usr/local/tomcat7/lib/tomcat-i18n-fr.jar:/usr/local/tomcat7/lib/tomcat-i18n-ja.jar:/usr/local/tomcat7/lib/tomcat-jdbc.jar:/usr/local/tomcat7/lib/tomcat-util.jar:/usr/local/tomcat7/server/lib/*.jar:/usr/java/jdk-1.7/lib/tools.jar:/usr/local/tomcat7/
 bin/bootstrap.jar::
2016-10-06 11:01:12,724 [localhost-startStop-1] INFO  
o.x.s.s.i.EmbeddedSolrInstance - Starting embedded Solr server...
2016-10-06 11:01:12,777 [localhost-startStop-1] INFO  
o.x.s.s.i.EmbeddedSolrInstance - Using Solr home directory: 
[/MIDDLE/kazan-services/xwiki.kazan.priv.atos.fr/permanentdirectory/solr]
2016-10-06 11:01:17,007 [coreLoadExecutor-6-thread-1] WARN  o.a.s.c.SolrCore
   - [xwiki] Solr index directory 
'/MIDDLE/kazan-services/xwiki.kazan.priv.atos.fr/permanentdirectory/solr/xwiki/data/index'
 doesn't exist. Creating new index...
2016-10-06 11:01:17,932 [localhost-startStop-1] INFO  
o.x.s.s.i.EmbeddedSolrInstance - Started embedded Solr server.
2016-10-06 11:01:34,375 [localhost-startStop-1] WARN  o.i.j.ResourceDMBean  
 - ISPN42: Did not find queried attribute with name coreHashCode
2016-10-06 11:01:34,376 [localhost-startStop-1] WARN  o.i.j.ResourceDMBean  
 - ISPN42: Did not find queried attribute with name coreHashCode
2016-10-06 11:01:34,376 [localhost-startStop-1] WARN  o.i.j.ResourceDMBean  
 - ISPN42: Did not find queried attribute with name coreHashCode
2016-10-06 11:01:34,376 [localhost-startStop-1] WARN  o.i.j.ResourceDMBean  
 - ISPN42: Did not find queried attribute with name coreHashCode
2016-10-06 11:01:34,376 [localhost-startStop-1] WARN  o.i.j.ResourceDMBean  
 - ISPN42: Did not find queried attribute with name coreHashCode
2016-10-06 11:01:34,376 [localhost-startStop-1] WARN  o.i.j.ResourceDMBean  
 - ISPN42: Did not find queried attribute with name coreHashCode
2016-10-06 11:01:34,380 [localhost-startStop-1] WARN  o.i.j.ResourceDMBean  
 - ISPN42: Did not find queried attribute with name coreHashCode
2016-10-06 11:01:34,381 [localhost-startStop-1] WARN  o.i.j.ResourceDMBean  
 - ISPN42: Did not find queried attribute with name coreHashCode
2016-10-06 11:01:34,382 [localhost-startStop-1] WARN  o.i.j.ResourceDMBean  
 - ISPN42: Did not find queried attribute with name coreHashCode
2016-10-06 11:01:34,382 [localhost-startStop-1] WARN  o.i.j.ResourceDMBean  
 - ISPN42: Did not find queried attribute with name coreHashCode
2016-10-06 11:01:34,382 [localhost-startStop-1] WARN  o.i.j.ResourceDMBean  
 - ISPN42: Did not find queried attribute with name coreHashCode
2016-10-06 11:01:34,383 [localhost-startStop-1] WARN  o.i.j.ResourceDMBean  
 - ISPN42: Did not find queried attribute with name coreHashCode


Regards,
Piyush

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


Re: [xwiki-users] Migrated my xwiki from 4.2 to 8.2.1 getting blank page on access

2016-10-06 Thread Thomas Mortagne
I was about to answer the same things but the log contains:

2016-10-06 11:01:17,007 [coreLoadExecutor-6-thread-1] WARN
o.a.s.c.SolrCore   - [xwiki] Solr index directory
'/MIDDLE/kazan-services/xwiki.kazan.priv.atos.fr/permanentdirectory/solr/xwiki/data/index'
doesn't exist. Creating new index...

On Thu, Oct 6, 2016 at 5:21 PM, Vincent Massol  wrote:
> Hi,
>
> Please remove the solr index files and restart XWiki.
>
> Note: We need to add this info on 
> http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Upgrade
>
> Thanks
> -Vincent
>
>> On 06 Oct 2016, at 17:16, Kumar, Piyush  wrote:
>>
>> Hi All,
>>
>> I migrated my Xwiki from version 4.2 to 8.2.1 and I am getting blank page 
>> while accessing http://localhost/xwiki  the app.
>>
>> In my tomcat I am getting below logs:
>>
>> [ServiceTools] Starting tomcat : Thu Oct  6 10:59:57 2016
>> Using classpath: 
>> :/usr/local/tomcat7/bin/bootstrap.jar:/usr/local/tomcat7/bin/commons-daemon.jar:/usr/local/tomcat7/bin/tomcat-juli.jar:/usr/local/tomcat7/common/lib/*.jar:/usr/local/tomcat7/lib/annotations-api.jar:/usr/local/tomcat7/lib/catalina-ant.jar:/usr/local/tomcat7/lib/catalina-ha.jar:/usr/local/tomcat7/lib/catalina.jar:/usr/local/tomcat7/lib/catalina-tribes.jar:/usr/local/tomcat7/lib/ecj-4.2.1.jar:/usr/local/tomcat7/lib/el-api.jar:/usr/local/tomcat7/lib/jasper-el.jar:/usr/local/tomcat7/lib/jasper.jar:/usr/local/tomcat7/lib/jsp-api.jar:/usr/local/tomcat7/lib/servlet-api.jar:/usr/local/tomcat7/lib/tomcat-api.jar:/usr/local/tomcat7/lib/tomcat-coyote.jar:/usr/local/tomcat7/lib/tomcat-dbcp.jar:/usr/local/tomcat7/lib/tomcat-i18n-es.jar:/usr/local/tomcat7/lib/tomcat-i18n-fr.jar:/usr/local/tomcat7/lib/tomcat-i18n-ja.jar:/usr/local/tomcat7/lib/tomcat-jdbc.jar:/usr/local/tomcat7/lib/tomcat-util.jar:/usr/local/tomcat7/server/lib/*.jar:/usr/java/jdk-1.7/lib/tools.jar:/usr/local/tomca
 t
>  7/
>> bin/bootstrap.jar::
>> 2016-10-06 11:01:12,724 [localhost-startStop-1] INFO  
>> o.x.s.s.i.EmbeddedSolrInstance - Starting embedded Solr server...
>> 2016-10-06 11:01:12,777 [localhost-startStop-1] INFO  
>> o.x.s.s.i.EmbeddedSolrInstance - Using Solr home directory: 
>> [/MIDDLE/kazan-services/xwiki.kazan.priv.atos.fr/permanentdirectory/solr]
>> 2016-10-06 11:01:17,007 [coreLoadExecutor-6-thread-1] WARN  o.a.s.c.SolrCore 
>>   - [xwiki] Solr index directory 
>> '/MIDDLE/kazan-services/xwiki.kazan.priv.atos.fr/permanentdirectory/solr/xwiki/data/index'
>>  doesn't exist. Creating new index...
>> 2016-10-06 11:01:17,932 [localhost-startStop-1] INFO  
>> o.x.s.s.i.EmbeddedSolrInstance - Started embedded Solr server.
>> 2016-10-06 11:01:34,375 [localhost-startStop-1] WARN  o.i.j.ResourceDMBean   
>> - ISPN42: Did not find queried attribute with name coreHashCode
>> 2016-10-06 11:01:34,376 [localhost-startStop-1] WARN  o.i.j.ResourceDMBean   
>> - ISPN42: Did not find queried attribute with name coreHashCode
>> 2016-10-06 11:01:34,376 [localhost-startStop-1] WARN  o.i.j.ResourceDMBean   
>> - ISPN42: Did not find queried attribute with name coreHashCode
>> 2016-10-06 11:01:34,376 [localhost-startStop-1] WARN  o.i.j.ResourceDMBean   
>> - ISPN42: Did not find queried attribute with name coreHashCode
>> 2016-10-06 11:01:34,376 [localhost-startStop-1] WARN  o.i.j.ResourceDMBean   
>> - ISPN42: Did not find queried attribute with name coreHashCode
>> 2016-10-06 11:01:34,376 [localhost-startStop-1] WARN  o.i.j.ResourceDMBean   
>> - ISPN42: Did not find queried attribute with name coreHashCode
>> 2016-10-06 11:01:34,380 [localhost-startStop-1] WARN  o.i.j.ResourceDMBean   
>> - ISPN42: Did not find queried attribute with name coreHashCode
>> 2016-10-06 11:01:34,381 [localhost-startStop-1] WARN  o.i.j.ResourceDMBean   
>> - ISPN42: Did not find queried attribute with name coreHashCode
>> 2016-10-06 11:01:34,382 [localhost-startStop-1] WARN  o.i.j.ResourceDMBean   
>> - ISPN42: Did not find queried attribute with name coreHashCode
>> 2016-10-06 11:01:34,382 [localhost-startStop-1] WARN  o.i.j.ResourceDMBean   
>> - ISPN42: Did not find queried attribute with name coreHashCode
>> 2016-10-06 11:01:34,382 [localhost-startStop-1] WARN  o.i.j.ResourceDMBean   
>> - ISPN42: Did not find queried attribute with name coreHashCode
>> 2016-10-06 11:01:34,383 [localhost-startStop-1] WARN  o.i.j.ResourceDMBean   
>> - ISPN42: Did not find queried attribute with name coreHashCode
>>
>>
>> Regards,
>> Piyush
>>
>> ___
>> 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



-- 
Thomas Mortagne
___
users mailing list
users@xwiki.org

Re: [xwiki-users] Migrated my xwiki from 4.2 to 8.2.1 getting blank page on access

2016-10-06 Thread Vincent Massol
Hi,

Please remove the solr index files and restart XWiki.

Note: We need to add this info on 
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Upgrade

Thanks
-Vincent

> On 06 Oct 2016, at 17:16, Kumar, Piyush  wrote:
> 
> Hi All,
> 
> I migrated my Xwiki from version 4.2 to 8.2.1 and I am getting blank page 
> while accessing http://localhost/xwiki  the app.
> 
> In my tomcat I am getting below logs:
> 
> [ServiceTools] Starting tomcat : Thu Oct  6 10:59:57 2016
> Using classpath: 
> :/usr/local/tomcat7/bin/bootstrap.jar:/usr/local/tomcat7/bin/commons-daemon.jar:/usr/local/tomcat7/bin/tomcat-juli.jar:/usr/local/tomcat7/common/lib/*.jar:/usr/local/tomcat7/lib/annotations-api.jar:/usr/local/tomcat7/lib/catalina-ant.jar:/usr/local/tomcat7/lib/catalina-ha.jar:/usr/local/tomcat7/lib/catalina.jar:/usr/local/tomcat7/lib/catalina-tribes.jar:/usr/local/tomcat7/lib/ecj-4.2.1.jar:/usr/local/tomcat7/lib/el-api.jar:/usr/local/tomcat7/lib/jasper-el.jar:/usr/local/tomcat7/lib/jasper.jar:/usr/local/tomcat7/lib/jsp-api.jar:/usr/local/tomcat7/lib/servlet-api.jar:/usr/local/tomcat7/lib/tomcat-api.jar:/usr/local/tomcat7/lib/tomcat-coyote.jar:/usr/local/tomcat7/lib/tomcat-dbcp.jar:/usr/local/tomcat7/lib/tomcat-i18n-es.jar:/usr/local/tomcat7/lib/tomcat-i18n-fr.jar:/usr/local/tomcat7/lib/tomcat-i18n-ja.jar:/usr/local/tomcat7/lib/tomcat-jdbc.jar:/usr/local/tomcat7/lib/tomcat-util.jar:/usr/local/tomcat7/server/lib/*.jar:/usr/java/jdk-1.7/lib/tools.jar:/usr/local/tomcat
 7/
> bin/bootstrap.jar::
> 2016-10-06 11:01:12,724 [localhost-startStop-1] INFO  
> o.x.s.s.i.EmbeddedSolrInstance - Starting embedded Solr server...
> 2016-10-06 11:01:12,777 [localhost-startStop-1] INFO  
> o.x.s.s.i.EmbeddedSolrInstance - Using Solr home directory: 
> [/MIDDLE/kazan-services/xwiki.kazan.priv.atos.fr/permanentdirectory/solr]
> 2016-10-06 11:01:17,007 [coreLoadExecutor-6-thread-1] WARN  o.a.s.c.SolrCore  
>  - [xwiki] Solr index directory 
> '/MIDDLE/kazan-services/xwiki.kazan.priv.atos.fr/permanentdirectory/solr/xwiki/data/index'
>  doesn't exist. Creating new index...
> 2016-10-06 11:01:17,932 [localhost-startStop-1] INFO  
> o.x.s.s.i.EmbeddedSolrInstance - Started embedded Solr server.
> 2016-10-06 11:01:34,375 [localhost-startStop-1] WARN  o.i.j.ResourceDMBean
>- ISPN42: Did not find queried attribute with name coreHashCode
> 2016-10-06 11:01:34,376 [localhost-startStop-1] WARN  o.i.j.ResourceDMBean
>- ISPN42: Did not find queried attribute with name coreHashCode
> 2016-10-06 11:01:34,376 [localhost-startStop-1] WARN  o.i.j.ResourceDMBean
>- ISPN42: Did not find queried attribute with name coreHashCode
> 2016-10-06 11:01:34,376 [localhost-startStop-1] WARN  o.i.j.ResourceDMBean
>- ISPN42: Did not find queried attribute with name coreHashCode
> 2016-10-06 11:01:34,376 [localhost-startStop-1] WARN  o.i.j.ResourceDMBean
>- ISPN42: Did not find queried attribute with name coreHashCode
> 2016-10-06 11:01:34,376 [localhost-startStop-1] WARN  o.i.j.ResourceDMBean
>- ISPN42: Did not find queried attribute with name coreHashCode
> 2016-10-06 11:01:34,380 [localhost-startStop-1] WARN  o.i.j.ResourceDMBean
>- ISPN42: Did not find queried attribute with name coreHashCode
> 2016-10-06 11:01:34,381 [localhost-startStop-1] WARN  o.i.j.ResourceDMBean
>- ISPN42: Did not find queried attribute with name coreHashCode
> 2016-10-06 11:01:34,382 [localhost-startStop-1] WARN  o.i.j.ResourceDMBean
>- ISPN42: Did not find queried attribute with name coreHashCode
> 2016-10-06 11:01:34,382 [localhost-startStop-1] WARN  o.i.j.ResourceDMBean
>- ISPN42: Did not find queried attribute with name coreHashCode
> 2016-10-06 11:01:34,382 [localhost-startStop-1] WARN  o.i.j.ResourceDMBean
>- ISPN42: Did not find queried attribute with name coreHashCode
> 2016-10-06 11:01:34,383 [localhost-startStop-1] WARN  o.i.j.ResourceDMBean
>- ISPN42: Did not find queried attribute with name coreHashCode
> 
> 
> Regards,
> Piyush
> 
> ___
> 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] [myxwiki] new wiki request

2016-10-06 Thread Thomas Mortagne
You can access your new wiki on http://lanalliance.myxwiki.org.

Enjoy !

On Wed, Oct 5, 2016 at 3:00 PM, Alexandre RODRIGUEZ
 wrote:
> Hello,
> I represent a French non-profit association in the video games.
> We organize LAN party, rallies players in video games and help other
> non-profit organizations by lending of equipment (electrical, network,
> server, scene).
> We have more and more members and we would like to create a wiki for all new
> members to quickly find information.
>
> Here is the website of the association:http://lanalliance.org
> Here is the website of the competition circuit we organize:
> http://mastersjeuvideo.org
>
> I wanted to know if we could have a xwiki community.
>
> I remain at your disposal for any information.
> Sorry for my English.
>
> Thank you very much !
> *owner name*:*Alexandre RODRIGUEZ (napo)**wiki name*:
> lanalliance.myxwiki.org
>
> *--
> Alexandre RODRIGUEZ*
> /Secrétaire LanAlliance/
>
> Port : +33 (0)6 87 45 17 90
> @ : alexandre.rodrig...@lanalliance.org
> 
> ___
> 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