Re: [xwiki-users] Diagnosing empty start page

2016-08-24 Thread Bryn Jeffries
> I wrote:
> > You should try to stop tomcat fully and start it again. It seems
> > you’re only stopping the webapp and there are issues with xwiki cleanup
> when doing so.
> >
> > Let us know if there are still errors.
> 
> I've stopped and started as you suggest, but I get the same result. The
> catalina.out log gives more data than the one I included before. Below are
> some selected lines. I recall that my previous installation generated a lot of
> warnings relating to Solr, but it's worrying that there are so many. Also, 
> could
> the ClassLoader messages be part of the issue?

Just closing the loop on this thread (and mixing my metaphors in the process) 
the problem seems to be that XWiki is not compatible with openjdk-9. 

The package xwiki-enterprise-common  requires (java8-runtime-headless | 
java8-runtime | openjdk-8-jre-headless), and in Ubuntu 16.04 (server) the 
chosen package fulfilling this dependency was openjdk-9-jre-headless (Provides: 
java-runtime-headless, java2-runtime-headless, java5-runtime-headless, 
java6-runtime-headless, java7-runtime-headless, java8-runtime-headless, 
java9-runtime-headless).

To fix, I had to install the OpenJDK 8 version (sudo apt-get install 
openjdk-8-jre-headless) and then remove the OpenJDK9 version (sudo apt-get 
remove openjdk-9-jre-headless).

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


Re: [xwiki-users] debian xwiki-solr-data package

2016-08-24 Thread Bryn Jeffries
Thomas Mortagne said:
> As you said yourself it's not installed as dependent package of 
> xwiki-enterprise.
> Like the documentation indicate this is to be used only if you plan to setup a
> standalone Solr index which is not what XWiki is using by default.

OK thanks. I didn't find it all that clear from the page I was reading 
(platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationViaAPT), perhaps 
because there's not much info on how Solr fits into the XWiki architecture. But 
my understanding now is that Solr is the search engine used by XWiki and an 
embedded server is included within the standard xwiki-enterprise packages, but 
a standalone server can be used if the xwiki-solr-data package is used to 
configure it for XWiki. Is that all correct?

> The error you get have nothing to do with that but you did not gave enough
> details to know what is wrong, specifically the cause of "Error creating core
> [xwiki]".

So it looks like Solr should get set up the first time XWiki is run, but 
because of the issues with openjdk9 this wasn't happening, and all the errors 
were being caused by the expected items then not being found. Restarting Tomcat 
once XWiki successfully started the first time seems to generate no further 
errors.

Thanks,

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


[xwiki-users] Plans for XE 8.2.2

2016-08-24 Thread Ramon Gomes Brandao
Hi XWiki Team, 

Are there any plans to release a 8.2.2 bugfix version in the upcoming few days? 

Best Regards, 

RAMON BRANDÃO



-Mensagem original-
De: users [mailto:users-boun...@xwiki.org] Em nome de Guillaume Delhumeau
Enviada em: quarta-feira, 24 de agosto de 2016 15:24
Para: XWiki Developers; XWiki Users
Assunto: [xwiki-users] [ANN] XWiki 8.3 Milestone 1 released

The XWiki development team is proud to announce the availability of XWiki
8.3 Milestone 1.
This release brings mostly usability improvements.

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/ReleaseNotesXWiki83M1

Thanks for your support
-The XWiki dev team
___
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] Style Sheet Extension not being applied with On Demand

2016-08-24 Thread Stephen Martin
In learning Xwiki, I am trying to use a Style Sheet Extension to apply CSS to 
only a group of pages. I have been following the Skin Extension Tutorial 
(http://platform.xwiki.org/xwiki/bin/view/DevGuide/SkinExtensionsTutorial) and 
placing all of my work in the Sandbox.

The issue I am having is that when setting "Use This Extension" to On Demand 
Only the CSS is not applied but when setting "Use This Extension" to On This 
Wiki it works correctly.

What I have done:

1.   Created new page called StyleTest located under Sandbox.

2.   Added XWiki.StyleSheetExtension object to page.

3.   Named object StyleTestStyleSheet.

4.   Added the following in Code:
label {
  font-family: "Times New Roman", times, serif;
}

5.   Set "Use This Extension" to On Demand Only, "Parse Content" to No, 
"Caching Policy" to Default, "Content Type" to CSS.

Next I created a new page named Another Test Page and entered the following 
code:

{{velocity}}
$xwiki.ssx.use("Sandbox.StyleTest")
{{html wiki=true}}
(((
  ; Name Label
  : Name
  ; Blank Label
  : Blank
  ; Lube Type Label
  : Lube Type
)))
{{/html}}
{{/velocity}}

We are currently using  XWiki Enterprise 7.4.4.

What am I doing wrong?

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


Re: [xwiki-users] Add new user behavior

2016-08-24 Thread Dibyendu Das
Thanks, just to add, this happened on XWiki 7.4.4.

On Wed, Aug 24, 2016 at 3:27 PM, Vincent Massol  wrote:

> Hi,
>
> > On 24 Aug 2016, at 21:19, Dibyendu Das  wrote:
> >
> > Hi,
> >
> > I am testing XWiki enterprise and noticed the following behavior: if I
> > click on *Add new user* in the *Administration: Users* section, a user
> > registration form comes up. If I click on *Cancel* now, it redirects to
> the
> > url.
> >
> > http://localhost:8080/bin/view/XWiki/XWikiPreferences?
> xpage=registerinline
> >
> > which contains the registration form but without any layout or style
> > information. If I click on *Cancel* again, it doesn't redirect anywhere.
> Is
> > this an expected behavior?
>
> No it’s not (but it won’t cause any problem).
>
> You could create a jira issue if you want it fixed in the future:
> http://jira.xwiki.org
>
> Thanks!
> -Vincent
>
> > Note that XWiki is in the root folder in the server.
> >
> > Thanks
> ___
> 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] Attachment size issues

2016-08-24 Thread Joshua Spiva
I understand this is working for others. I am just seeing if anyone can point 
me in a direction that will allow me to resolve the problem on my side.


Joshua Spiva I.T. Manager

1411 Twin Oaks Street, Wichita Falls, TX 76302
tel: (940) 322-2206
dir: (940) 264-9114
jsp...@emdinc.com


-Original Message-
From: users [mailto:users-boun...@xwiki.org] On Behalf Of Vincent Massol
Sent: Wednesday, August 24, 2016 2:20 PM
To: XWiki Users 
Subject: Re: [xwiki-users] Attachment size issues

Hi Joshua,

> On 24 Aug 2016, at 20:14, Joshua Spiva  wrote:
> 
> I have been having issues with increasing attachment size in xwiki for a 
> little over a year now and it really hasn't come up too often but I am at the 
> point now where I need to be able to upload more than 23mb. I have read every 
> article I can get my hands on and here is what I have done so far to try to 
> resolve the issue.
> I know 9gb seems excessive but its more or less just a test. The 
> largest files I will be uploading are 75mb

Are you using filesystem attachments in XWiki?

http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Attachments

When I last tested filesystem attachments, I was able to upload a 1GB 
attachment with no issue.

Thanks
-Vincent

> 
> Versions:
> Tomcat 8.0
> Xwiki 8.2.1
> MySQL 5.6
> 
> I have adjust Tomcat's server.xml file with the following:
>  connectionTimeout="2"
>   redirectPort="8443"
>   maxPostSize="90"
>   URIEncoding="UTF-8"/>
> I have adjusted Tomcat's web.xml file with the following:
>   90
>   90
> Xwiki 
>   Max Attachment Size is set to 90 MySQL
>   max_allowed_packet=90
> 
___
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] Add new user behavior

2016-08-24 Thread Vincent Massol
Hi,

> On 24 Aug 2016, at 21:19, Dibyendu Das  wrote:
> 
> Hi,
> 
> I am testing XWiki enterprise and noticed the following behavior: if I
> click on *Add new user* in the *Administration: Users* section, a user
> registration form comes up. If I click on *Cancel* now, it redirects to the
> url.
> 
> http://localhost:8080/bin/view/XWiki/XWikiPreferences?xpage=registerinline
> 
> which contains the registration form but without any layout or style
> information. If I click on *Cancel* again, it doesn't redirect anywhere. Is
> this an expected behavior?

No it’s not (but it won’t cause any problem).

You could create a jira issue if you want it fixed in the future: 
http://jira.xwiki.org

Thanks!
-Vincent

> Note that XWiki is in the root folder in the server.
> 
> Thanks
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Attachment size issues

2016-08-24 Thread Vincent Massol
Hi Joshua,

> On 24 Aug 2016, at 20:14, Joshua Spiva  wrote:
> 
> I have been having issues with increasing attachment size in xwiki for a 
> little over a year now and it really hasn't come up too often but I am at the 
> point now where I need to be able to upload more than 23mb. I have read every 
> article I can get my hands on and here is what I have done so far to try to 
> resolve the issue.
> I know 9gb seems excessive but its more or less just a test. The largest 
> files I will be uploading are 75mb

Are you using filesystem attachments in XWiki?

http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Attachments

When I last tested filesystem attachments, I was able to upload a 1GB 
attachment with no issue.

Thanks
-Vincent

> 
> Versions:
> Tomcat 8.0
> Xwiki 8.2.1
> MySQL 5.6
> 
> I have adjust Tomcat's server.xml file with the following:
>  connectionTimeout="2"
>   redirectPort="8443"
>   maxPostSize="90"
>   URIEncoding="UTF-8"/>
> I have adjusted Tomcat's web.xml file with the following:
>   90
>   90
> Xwiki 
>   Max Attachment Size is set to 90
> MySQL
>   max_allowed_packet=90
> 
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Add new user behavior

2016-08-24 Thread Dibyendu Das
Hi,

I am testing XWiki enterprise and noticed the following behavior: if I
click on *Add new user* in the *Administration: Users* section, a user
registration form comes up. If I click on *Cancel* now, it redirects to the
url.

http://localhost:8080/bin/view/XWiki/XWikiPreferences?xpage=registerinline

which contains the registration form but without any layout or style
information. If I click on *Cancel* again, it doesn't redirect anywhere. Is
this an expected behavior?

Note that XWiki is in the root folder in the server.

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


[xwiki-users] [ANN] XWiki 8.3 Milestone 1 released

2016-08-24 Thread Guillaume Delhumeau
The XWiki development team is proud to announce the availability of XWiki
8.3 Milestone 1.
This release brings mostly usability improvements.

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/ReleaseNotesXWiki83M1

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


[xwiki-users] Attachment size issues

2016-08-24 Thread Joshua Spiva
I have been having issues with increasing attachment size in xwiki for a little 
over a year now and it really hasn't come up too often but I am at the point 
now where I need to be able to upload more than 23mb. I have read every article 
I can get my hands on and here is what I have done so far to try to resolve the 
issue.
I know 9gb seems excessive but its more or less just a test. The largest files 
I will be uploading are 75mb

Versions:
Tomcat 8.0
Xwiki 8.2.1
MySQL 5.6

I have adjust Tomcat's server.xml file with the following:

I have adjusted Tomcat's web.xml file with the following:
90
90
Xwiki 
Max Attachment Size is set to 90
MySQL
max_allowed_packet=90
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Shutdown hook

2016-08-24 Thread Edward Knyshov
Thank you for rapid reply! Trying to implement it using addShutdownHook to
keep it as simple as possible.
Edward.

On Wed, Aug 24, 2016 at 3:20 PM Thomas Mortagne 
wrote:

> On Wed, Aug 24, 2016 at 9:33 AM, Vincent Massol 
> wrote:
> > Hi,
> >
> >> On 24 Aug 2016, at 09:11, Edward Knyshov  wrote:
> >>
> >> Hello.
> >> How can I execute some java code when xwiki is about to shut down?
> >
> > Option 1:
> >
> > XWiki is a java app so all you can write some java class with a shutdown
> hook, something like Runtime.getRuntime().addShutdownHook.
> >
> > Then you package your class in a jar and drop it in WEB-INF/lib.
> >
>
> > Option 2:
> >
> > You write an XWiki component and implement the Disposable interface.
> > See
> http://extensions.xwiki.org/xwiki/bin/view/Extension/Component+Module#HComponentDisposal
>
> This only works if your component is initialized before the shutdown
> so you will need a component which is always initialized like event
> listeners.
>
> Option 3:
>
> Implement an event listener component listening to
> org.xwiki.observation.event.ApplicationStoppedEvent event.
>
> >
> > Thanks
> > -Vincent
> >
> >
> >> Thanks, Edward.
> >>
> > ___
> > 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
>
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] debian xwiki-solr-data package

2016-08-24 Thread Bryn Jeffries
> I'm still struggling to get XWiki installed on Ubuntu 16.06 using theDebian
> packages. :-( 

VICTORY!
sudo apt-get install openjdk-8-jre-headless
sudo apt-get remove openjdk-9-jre-headless
sudo service tomcat8 stop
sudo service tomcat8 start
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] debian xwiki-solr-data package

2016-08-24 Thread Thomas Mortagne
As you said yourself it's not installed as dependent package of
xwiki-enterprise.
Like the documentation indicate this is to be used only if you plan to
setup a standalone Solr index which is not what XWiki is using by
default.

The error you get have nothing to do with that but you did not gave
enough details to know what is wrong, specifically the cause of "Error
creating core [xwiki]".

On Wed, Aug 24, 2016 at 12:30 PM, Bryn Jeffries
 wrote:
> Hi,
>
> I'm still struggling to get XWiki installed on Ubuntu 16.06 using theDebian 
> packages. :-(
> I see on 
> http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationViaAPT
> that there is a package xwiki-solr-data that appears to be optional (at 
> least, it isn't installed as a dependent package with 
> xwiki-enterprise-tomcat8-pgsql). Is this actually a required package? I ask 
> because my Tomcat logs have a lot of entries like
>
> 2016-08-22 03:51:44,753 [coreLoadExecutor-6-thread-1] WARN  o.a.s.c.SolrCore  
>  - [xwiki] Solr index directory 
> '/var/lib/xwiki/data/solr/xwiki/data/index' doesn't exist. Creating new 
> index...
> 2016-08-22 03:51:45,544 [coreLoadExecutor-6-thread-1] WARN  
> o.i.j.ResourceDMBean   - ISPN42: Did not find queried attribute 
> with name coreHashCode
> [...snip...]
> 2016-08-22 03:51:45,607 [coreLoadExecutor-6-thread-1] ERROR 
> o.a.s.c.CoreContainer  - Error creating core [xwiki]: Error opening 
> new searcher
> org.apache.solr.common.SolrException: Error opening new searcher
> [etc]
> ___
> 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] debian xwiki-solr-data package

2016-08-24 Thread Bryn Jeffries
Hi,

I'm still struggling to get XWiki installed on Ubuntu 16.06 using theDebian 
packages. :-(
I see on http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationViaAPT
that there is a package xwiki-solr-data that appears to be optional (at least, 
it isn't installed as a dependent package with xwiki-enterprise-tomcat8-pgsql). 
Is this actually a required package? I ask because my Tomcat logs have a lot of 
entries like

2016-08-22 03:51:44,753 [coreLoadExecutor-6-thread-1] WARN  o.a.s.c.SolrCore
   - [xwiki] Solr index directory 
'/var/lib/xwiki/data/solr/xwiki/data/index' doesn't exist. Creating new index...
2016-08-22 03:51:45,544 [coreLoadExecutor-6-thread-1] WARN  
o.i.j.ResourceDMBean   - ISPN42: Did not find queried attribute 
with name coreHashCode
[...snip...]
2016-08-22 03:51:45,607 [coreLoadExecutor-6-thread-1] ERROR 
o.a.s.c.CoreContainer  - Error creating core [xwiki]: Error opening new 
searcher
org.apache.solr.common.SolrException: Error opening new searcher
[etc]
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Issue with template via document creation URL

2016-08-24 Thread D R
Hi,

I have an issue with a template.

I created Dashboard.CustomerDocsDashboard with the following content:


```
{{velocity}}
#if ($context.display == 'edit')
  {{info}}
  Du bist im Begriff den neuen Kunden-Dokument-Bereich "//$doc.title//" zu
erstellen.

  Um fortzufahren wähle eine der unten stehenden Buttons.
  {{/info}}
#else
  {{dashboard/}}
#end
{{/velocity}}

```

So far so good. When I enter WYSIWYG edit mode I get the info message, in
wiki edit mode I get the source code, exactly how I want it.

I also defined a template provider via XWiki administration. Creating a new
document with the template also works as intended.

Now the issue:
I have an application with a button leading to the page creation:

http://localhost:8080/xwiki/bin/inline/Customer+Docs/Test+Customer+2/WebHome?template=Dashboard.CustomerDocsDashboard.WebHome=Customer+Docs.Test+Customer+2=Test+Customer+2

The link worked correctly before without the velocity code and only
```{{dashboard/}}``` in the template but now via the URL I get

"
Failed to execute the [velocity] macro.
org.xwiki.rendering.macro.MacroExecutionException: The execution of the
[velocity] script macro is not allowed. Check the rights of its last author
or the parameters if it's rendered from another script.
"

instead of the info message.

Can somebody help me, please?

Thansk in advance,
Dennis
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Issue with google apps extension

2016-08-24 Thread Mathieu QUERE
Hi Everyone,
I installed google app extension. I can see for instance my document on the
drive.

But when i try to use it for login it doesn't work. The authentication
seems working on google but it redirect me to the login page. From there
the button "login with google" doesn't work.

Here is what i did:
my user in google is math...@rest-soln.com
I created a user in xwiki and the login is mathieu and this user is admin.
I read it on a website.
then i try to login with math...@rest-soln.com.
Then i redirect to this URL:
http://:8080/xwiki/bin/login/XWiki/XWikiLogin?srid=aZKKwbDe=%2Fxwiki%2Fbin%2Fview%2FMain%2F%3Fsrid%3DaZKKwbDe#

do i need to do something else in xwiki? do you have documentation?

Thanks for your help,

[image: REST Solution Corporation] 

*Mathieu QUERE*

Co-Founder / Chief Executive Officer



Unit 205 Plaz@ B Northgate Cyberzone, Filinvest Corporate City,

Filinvest Avenue, Muntinlupa, Philippines 1781



*M: *+852 69025059



Follow us:




This message contains confidential information and is intended only for the
individual named. If you are not the named addressee you should not
disseminate, distribute or copy this e-mail. Please notify the sender
immediately by e-mail if you have received this e-mail by mistake and
delete this e-mail from your system. E-mail transmission cannot be
guaranteed to be secure or error-free as information could be intercepted,
corrupted, lost, destroyed, arrive late or incomplete, or contain viruses.
The sender therefore does not accept liability for any errors or omissions
in the contents of this message, which arise as a result of e-mail
transmission. If verification is required please request a hard-copy
version.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Shutdown hook

2016-08-24 Thread Thomas Mortagne
On Wed, Aug 24, 2016 at 9:33 AM, Vincent Massol  wrote:
> Hi,
>
>> On 24 Aug 2016, at 09:11, Edward Knyshov  wrote:
>>
>> Hello.
>> How can I execute some java code when xwiki is about to shut down?
>
> Option 1:
>
> XWiki is a java app so all you can write some java class with a shutdown 
> hook, something like Runtime.getRuntime().addShutdownHook.
>
> Then you package your class in a jar and drop it in WEB-INF/lib.
>

> Option 2:
>
> You write an XWiki component and implement the Disposable interface.
> See 
> http://extensions.xwiki.org/xwiki/bin/view/Extension/Component+Module#HComponentDisposal

This only works if your component is initialized before the shutdown
so you will need a component which is always initialized like event
listeners.

Option 3:

Implement an event listener component listening to
org.xwiki.observation.event.ApplicationStoppedEvent event.

>
> Thanks
> -Vincent
>
>
>> Thanks, Edward.
>>
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users



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


Re: [xwiki-users] Debian installation failed

2016-08-24 Thread Thomas Mortagne
Thanks to you :)

On Wed, Aug 24, 2016 at 9:14 AM, Eugen Colesnicov  wrote:
> Thomas Mortagne wrote
>> ...add this to a troubleshoot section for the others).
>
> Did it as you said. Thanks!
>
>
>
> --
> View this message in context: 
> http://xwiki.475771.n2.nabble.com/Debian-installation-failed-tp7600759p7600811.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



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


Re: [xwiki-users] Shutdown hook

2016-08-24 Thread Vincent Massol
Hi,

> On 24 Aug 2016, at 09:11, Edward Knyshov  wrote:
> 
> Hello.
> How can I execute some java code when xwiki is about to shut down?

Option 1:

XWiki is a java app so all you can write some java class with a shutdown hook, 
something like Runtime.getRuntime().addShutdownHook.

Then you package your class in a jar and drop it in WEB-INF/lib.

Option 2: 

You write an XWiki component and implement the Disposable interface.
See 
http://extensions.xwiki.org/xwiki/bin/view/Extension/Component+Module#HComponentDisposal

Thanks
-Vincent


> Thanks, Edward.
> 
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Debian installation failed

2016-08-24 Thread Eugen Colesnicov
Thomas Mortagne wrote
> ...add this to a troubleshoot section for the others).

Did it as you said. Thanks!



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Debian-installation-failed-tp7600759p7600811.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] Shutdown hook

2016-08-24 Thread Edward Knyshov
Hello.
How can I execute some java code when xwiki is about to shut down?
Thanks, Edward.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users