Re: [xwiki-users] oddity after upgrade from 7.4.1 to 7.4.2

2016-03-03 Thread shouldbe q931
On Thu, Mar 3, 2016 at 1:03 PM, Thomas Mortagne
 wrote:
> I did the same exact same thing as you yesterday (on the same system)
> and it went well for me.
>
> Are you sure you were connected with a user having admin right ?
>

Absolutely positively an admin user within xwiki :-)

I had missed something from my first post, after seeing the "Pages"
missing I did try a couple of reboots* but there was no change, it was
only after I removed the  .../jobs/status/distribution/status.xml file
and rebooted that it appeared.

I wonder if I might have misclicked something at the end of the
distribution wizard, but as the distribution wizard didn't show after
that reboot, I'm not sure...

* I'm quite aware I only needed to restart tomcat, but as I'm the only
user, and its a VM that boots in ~5 seconds...

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


[xwiki-users] Issue after creating application in xwiki

2016-03-03 Thread chandraappfact...@gmail.com
Hello all, 

I created an application on xwiki Enterprise 7.4 and it works. 

 

One issue I face is for all users I see the option to "Edit Application"
(see attached picture), I would like to limit this only to a specific group.
Where can I change the access rights? 

I searched the forum but could not find any response, if the answer is very
simple pardon me I am new to use wiki tools :-) 

Thanks in advance for your reponse, 
Chandra



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Issue-after-creating-application-in-xwiki-tp7598300.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] I can't use my component anymore

2016-03-03 Thread Eduard Moraru
Hi,

I`m not sure I understand what the problem is.

So you are saying that you have a component that creates classes, sheets
and other documents when XWiki starts up and you have tried to install a
fresh copy of XWiki in a new directory (same version as before), installed
your component and you are getting exceptions when XWiki starts?

You should try to give more details on what exactly it is that you are
doing and what exactly is not working, including a stacktrace (use a paste
service and give the link) of exceptions you are getting and stuff like
that.

Uninstalling XWiki is just a matter of deleting the directory containing
the jetty server and the XWiki web application, database, permanent
directory, etc. Unless you did some special configuration, everything
should be in one folder.

Thanks,
Eduard

On Wed, Mar 2, 2016 at 11:35 PM, Giordano Ninonà 
wrote:

> Thank you for your answer,
>
> My setup is: I downloaded the stand alone version for Windows and I have
> installed it.  So Jetty as servlet container and  HSQL database.  I run it
> on my pc and I built my project using Eclipse.
>
> Giordano.
> Il 02/mar/2016 22:31, "Jesse Bright"  ha scritto:
>
> > Without knowing your setup it would be very difficult to tell you how to
> > reset your system. Personally I use a combination of Vagrant and
> > Digitalocean to run Xwiki independent of my personal computer. Vagrant
> uses
> > Virtualbox to make a local machine and is free. Digitalocean creates a
> VPS
> > and is very cheap ($10/month). Both of these systems allow you to create
> a
> > snapshot of your system which you can restore to if you break things
> > seriously.
> >
> > Regards,
> >
> > Jesse
> >
> > > On Mar 2, 2016, at 3:22 AM, Giordano Ninonà  >
> > wrote:
> > >
> > > Please guys, I have to graduate in 20 days and I can´t do it if I am
> not
> > > able to test my software.
> > >
> > > At least tell me how can I completely unistall everything from my
> machine
> > > so I can perform a clean isntallation of XWiki Enterprise.
> > >
> > > Giordano.
> > >
> > > 2016-03-01 19:30 GMT+01:00 Giordano Ninonà  >:
> > >
> > >> I don't really know what is going on, I start to get error during the
> > >> loading phase after I click on "XWiki Home Page" icon on my desktop.
> > >> In the attachments you can find my terminal after I started the
> service
> > >> (Terminal1.PNG) and a portion of the errors that I get after I click
> on
> > >> "XWiki Home Page" icon. (Terminal 2.PNG, and Terminal 3.PNG).
> > >>
> > >> Giordano.
> > >>
> > >> 2016-03-01 19:03 GMT+01:00 Giordano Ninonà  >:
> > >>
> > >>> HI users,
> > >>>
> > >>> I was in the final testing phase of my component, like always I have
> > ran
> > >>> my Xwiki (version 7.3) then I have deleted the pages that I have to
> > create
> > >>> automatically with my component as well as those apges containing
> > XClass
> > >>> and the sheets. I don't know what I have done uncorrectly, but the
> > point is
> > >>> that now the terminal is saying that there is an* Error number 3202:
> > >>> Exception while reading document [...] *for all the ages that I have
> > >>> deleted, inside the wiki there is no pages to delete.
> > >>>
> > >>> I have unistalled and re-installed my XWiki, and I have tried to
> create
> > >>> a new wiki with the same identifier and the problem presists.
> > >>>
> > >>> Any help?
> > >>> Giordano.
> > > ___
> > > 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
> 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] RESTful API to create a new object of custom class?

2016-03-03 Thread pgregoire
Ok an update here...
With the following syntax:

"C:\Program Files\cURL\bin\curl.exe" -u admin:admin -X *POST *-H
"Content-type: application/x-www-form-urlencoded" -H "Accept:
application/xml" -d "className=XWiki.Development.Resources.Version
Information.VersionInformationClass" -d "property#Name=TestABCD" -d
"property#Product=4.0"
http://localhost/xwiki/rest/wikis/xwiki/spaces/Development/spaces/Resources/spaces/Version+Information/pages/*WebHome/objects*

it seems that some object does created - if I go to the Version Information
webhome, click edit and select Objects, I see the following:
XWiki.Development.Resources.Version Information.VersionInformationClass
Development.Resources.Version Information.VersionInformationClass 0

And instances get added each time I run it again a new instance gets added
(0, 1, etc.). It seems there's nothing I can do with these instances except
delete them. I don't see them in the tree either.

Something else I tried is the following:
"C:\Program Files\cURL\bin\curl.exe" -u admin:admin -X *PUT *-H
"Content-type: application/x-www-form-urlencoded" -H "Accept:
application/xml" -d "className=XWiki.Development.Resources.Version
Information.VersionInformationClass" -d "property#Name=TestABCD" -d
"property#Product=4.0"
http://localhost/xwiki/rest/wikis/xwiki/spaces/Development/spaces/Resources/spaces/Version+Information/*pages/TestABCD*

In this case, a new page called TestABCD appears in the hierarchy under
Version Information. But it's a regular page, not a Version Information one
like I can create with the template.

Could my issue be that my object creation does not include every property of
the class?
Or am I not understanding the concept the class objects properly?

What I'm looking for is to wind up with a page that looks the same as when I
create a new page using my Version Information template.




--
View this message in context: 
http://xwiki.475771.n2.nabble.com/RESTful-API-to-create-a-new-object-of-custom-class-tp6965384p7598295.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] Listing connected users

2016-03-03 Thread vinc...@massol.net

On 1 Mar 2016 at 23:53:26, Miroslav Galajda 
(miroslav.gala...@gmail.com(mailto:miroslav.gala...@gmail.com)) wrote:

> Hi Vincent,
>  
> my fix was only for Oracle DB, so this is not suitable to go for public. To 
> be able to fix that in general, I would need to convert the code to use HQL, 
> at least.

Indeed

> Anyway, how would I be able to create a new version of the macro and update 
> it in extensions repository?

This macro has not been put in any SCM so you’d just download it from 
http://extensions.xwiki.org/xwiki/bin/download/Extension/List+Connected+Users+Macro/Macro.ListConnectedUsers-1.0.xar
 and then work on it locally and when ready attach a new version to that 
extension page (a v 1.0.1 or 1.1) and then update the page to make that new 
version the default.

Another option (potentially a bit more involved) is to request a project on 
xwiki-contrib’s github, see http://contrib.xwiki.org/xwiki/bin/view/Main/WebHome

Thanks!
-Vincent


> Mirec
> > On 29.02.2016, at 14:30, vinc...@massol.net wrote:
> >
> > Hi Miroslav,
> >
> > On 29 Feb 2016 at 12:43:20, Miroslav Galajda 
> > (miroslav.gala...@gmail.com(mailto:miroslav.gala...@gmail.com)) wrote:
> >
> >> Hi, I've tried it, because I was interested in.
> >>
> >> The macro is not very well implemented.
> >> Firstly: It uses direct SQL and is not working when running on Oracle DB,
> >> due to datetime format incompatibility. I've fixed it locally to work
> >> agains Oracle.
> >> Secondly: It is placed inside toplevel Macro space. Fortuntelly moving it
> >> and renaming it to something more suitable worked out of the box..
> >>
> >> But, I'm happy that it works even with some fixes.
> >
> > Great that you fixed it. Do you think you could contribute your changes 
> > back?
> >
> > You could create a version 1.1 of the macro and put it on 
> > http://extensions.xwiki.org/xwiki/bin/view/Extension/List+Connected+Users+Macro
> >  ?
> >
> > That would help all future users.
> >
> > Thanks
> > -Vincent
> >
> > PS: BTW I agree that we need a better way. IMO we need an Event to be sent 
> > on login/logout and an extension could then be created to maintain a list 
> > of users who are connected. Note that an extension could already listen to 
> > the “loginsubmit” and “logout” actions in addition to implementing a 
> > HttpSessionBindingListener or HttpSessionListener#sessionDestroyed() (see 
> > http://stackoverflow.com/a/3271748/153102).
> >
> >
> >> It would be nice if that macro would be reworked to use ORM instead of
> >> direct SQL access. Then the DB-specific problems should by gone.
> >>
> >> Mirec
> >>
> >> On 29 February 2016 at 10:11, Bruno wrote:
> >>
> >>>
> >>> Hello Vincent,
> >>>
> >>> I do not want to install the extension 'Connected Users List Macro'
> >>> because it requires to activate the statistics (which I do not want 
> >>> either).
> >>> My wish to list connected users is not essential.
> >>>
> >>> Thanks,
> >>> Signature mails
> >>> _
> >>>
> >>> Bruno Joffredo
> >>>
> >>> Ecole Centrale de Nantes
> >>>
> >>> Centre de Ressources Informatiques - Bur. D019
> >>>
> >>> 1 rue de la Noë
> >>>
> >>> BP 92101
> >>>
> >>> F-44321 Nantes cedex 3
> >>>
> >>> Tél. 02.40.37.68.06
> >>> Mail : bruno.joffr...@ec-nantes.fr
> >>> _
> >>>
> >>>
> >>> Le 23/02/2016 18:38, vinc...@massol.net a écrit :
> >>>
>  On 23 Feb 2016 at 18:37:37, vinc...@massol.net (vinc...@massol.net
>  (mailto:vinc...@massol.net)) wrote:
> 
>  Does it work? :) (why don’t you try it and let us know :))
> >
>  I don’t know of any other BTW.
> 
>  Thanks
>  -Vincent
> 
>  Thanks
> > -Vincent
> > On 23 Feb 2016 at 15:23:06, Bruno (bruno.joffr...@ec-nantes.fr
> > (mailto:bruno.joffr...@ec-nantes.fr)) wrote:
> >
> >
> >> Hello,
> >> I try to list the connected users.
> >> I fall on "Connected Users List Macro" but it dates from 2014.
> >> Should I use this extension or is there another way to list open
> >> connections ?
> >> Thank you,
> >> Bruno Joffredo

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


Re: [xwiki-users] Fw : Re: How to disable versionning for a document

2016-03-03 Thread vinc...@massol.net
Hi Pascal,


On 2 Mar 2016 at 14:53:55, Pascal BASTIEN 
(pbasnews-xw...@yahoo.fr(mailto:pbasnews-xw...@yahoo.fr)) wrote:

>  
>  
> --- En date de : Mer 2.3.16, vinc...@massol.net a écrit :
>  
> > De: vinc...@massol.net  
> > Objet: Re: [xwiki-users] How to disable versionning for a document
> > À: "XWiki Users"  
> > Date: Mercredi 2 mars 2016, 12h19
> >  
> >
> > On 2 Mar 2016 at 11:50:30, Pascal BASTIEN 
> > (pbasnews-xw...@yahoo.fr(mailto:pbasnews-xw...@yahoo.fr))
> > wrote:
> >
> > > Hi,
> > >  
> > > I have a page
> > cronly updated with RESTful API and I want disable document
> > versionning for this page only.
> >
> > I’m interested in knowing more about the use
> > case to see if there’s a generic need.
>  
> Sure :-) I must read json data from another web site to display it on 
> myxwiki.org web site.
> This one:
> https://set7z18fgf.execute-api.us-east-1.amazonaws.com/prod/?route=getClanDetails=%23L9CGQYC
> but myxwiki.org log show a certificate problem when i use 
> $xwiki.getURLContent API
> (In fact 
> https://api.clashofclans.com/v1/clans/%23L9CGQYC?Authorization=Bearer xx 
> with Bearer authentication)
>  
> Then my solution, is to add a local cron to:
> - wget my json data from 
> https://set7z18fgf.execute-api.us-east-1.amazonaws.com/
> - use curl to upload json data in a page of myxwiki.org with RESTful api
> This page will be update periodicaly (1 or 2 time per week or less), then I 
> need to wipe history of this updated page.
>  
> …

Ok thanks. Why do you want to delete the revisions (it shouldn’t matter if 
there are a lot)? :) XWiki should support a lot of revisions (even though we 
have some perf issues at some places when there’s are too many revisions and we 
need to fix this ;)).

Otherwise, what you’re looking for is http://jira.xwiki.org/browse/XWIKI-500 
but there’s little chance this is going to be implemented anytime soon (I’m not 
even sure there’s a consensus on it!).

Thanks
-Vincent

> > I’ve added this snippet not long ago that you
> > could find useful for this:
> > http://extensions.xwiki.org/xwiki/bin/view/Extension/Delete+Revisions+From+Author
>  
> It is usefull :-)
>  
> Thxs
>  
> Pascal B
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] CKEditor fails with Umlaute

2016-03-03 Thread Marius Dumitru Florea
Hi Tobias,

Thanks for taking the time to report the issue. Unfortunately, as I
commented on http://jira.xwiki.org/browse/CKEDITOR-38 I cannot reproduce
your problem. Do you have any more details?

Thanks,
Marius

On Thu, Feb 25, 2016 at 8:46 PM, Tobias Kirchhofer 
wrote:

> With version 1.2. CKEditor converts Umlaute (äöü) to their HTML equivalents
> by saving the document.
>
> 
>
>
>
>
>
> --
> View this message in context:
> http://xwiki.475771.n2.nabble.com/CKEditor-fails-with-Umlaute-tp7598132.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


Re: [xwiki-users] CKEditor v1.2

2016-03-03 Thread Marius Dumitru Florea
Hi Bruno,

First of all, thanks for testing the CKEditor integration!

On Wed, Mar 2, 2016 at 2:24 PM, Bruno  wrote:

>
> Hello,
>
> I deepened my tests about CKEditor v1.2 (comments are after the '>') :
>
> ' * when I push the "Source" button, nothing appears. On the button, the
> loading sign turns without ever stopping'
> > when I copy-paste an article from an old wiki system, XWiki insert some
> lines like '{{id name="PasserparApacheaulieudeTomcatendirect"/}}\\' in the
> source code. CKEditor doesn't like those lines and can't display the source
> code.
>

See http://jira.xwiki.org/browse/CKEDITOR-35


>
> ' * the style "Marker" is invisible'
> > True on Linux, not tested on Windows (I work mainly with Linux).
>

See http://jira.xwiki.org/browse/CKEDITOR-37


>
> ' * the horizontal line is invisible'
> > only on Linux. With Windows, the 'horizontal line' is visible, and the
> table borders too.
>

It is visible for me on Linux with both Firefox and Chrome.


>
> ' * is it possible to add a button for "Typewriter Text" (useful for the
> code or configuration files)'
> > already done with the style 'Computer code' or 'Typewriter'
>
> New note :
>  * when I apply a style as 'Computer code' and then I switch in the source
> display, I do not see the code of the style 'Computer code' in the source.
>

See http://jira.xwiki.org/browse/CKEDITOR-39 .


>
>
> I hope this will help you !
>

It does! Thanks,
Marius


>
> Signature mails
> _
>
> Bruno Joffredo
>
> Ecole Centrale de Nantes
>
> Centre de Ressources Informatiques - Bur. D019
>
> 1 rue de la Noë
>
> BP 92101
>
> F-44321 Nantes cedex 3
>
> Tél. 02.40.37.68.06
> Mail : bruno.joffr...@ec-nantes.fr 
> _
>
>
> Le 22/02/2016 09:34, Bruno a écrit :
>
>>
>> Hello,
>>
>> I quickly tested the latest version of CKEditor. Here are my remarks :
>>
>>  * when I push the "Source" button, nothing appears. On the button, the
>>loading sign turns without ever stopping
>>  * the style "Marker" is invisible
>>  * is it possible to add a button for "Typewriter Text" (useful for the
>>code or configuration files)
>>  * the horizontal line is invisible
>>
>>
>> Regards,
>>
>> Signature mails
>> _
>>
>> Bruno Joffredo
>>
>> Ecole Centrale de Nantes
>>
>> Centre de Ressources Informatiques - Bur. D019
>>
>> 1 rue de la Noë
>>
>> BP 92101
>>
>> F-44321 Nantes cedex 3
>>
>> Tél. 02.40.37.68.06
>> Mail : bruno.joffr...@ec-nantes.fr 
>> _
>>
>>
>> ___
>> 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
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] oddity after upgrade from 7.4.1 to 7.4.2

2016-03-03 Thread Thomas Mortagne
I did the same exact same thing as you yesterday (on the same system)
and it went well for me.

Are you sure you were connected with a user having admin right ?

On Thu, Mar 3, 2016 at 12:04 PM, shouldbe q931  wrote:
> Ubuntu 14.04 with xwiki installed from xwiki repo
>
> after apt-getupdate and apt-get dist-upgrade and a reboot, ran through
> the distribution wizard on first login, no errors seen, but the front
> page looked like http://pasteboard.co/1ZhrOEed.png
>
> I followed "The wizard fails to appear at startup" on
> http://platform.xwiki.org/xwiki/bin/view/Features/DistributionWizard
> and deleted the .../jobs/status/distribution/status.xml file, then
> restarted, the distribution wizard was not seen, but the "pages" are
> now working again
>
> Cheers
> ___
> 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] Changing Global Text Style Settings

2016-03-03 Thread Pascal BASTIEN
Hello,

You can use a stylesheetextension object + CSS instruction (and firebug to 
identify id/class elements to modify)
http://platform.xwiki.org/xwiki/bin/view/DevGuide/SkinExtensionsTutorial#HMinimalStyleSheeteXtension

Pascal B



En date de : Jeu 3.3.16, Personal  a écrit :

 Objet: [xwiki-users] Changing Global Text Style Settings
 À: "XWiki Users" 
 Date: Jeudi 3 mars 2016, 7h04
 
 I have been looking around for this
 but coming up blank. Can anyone point me in the right
 direction as to how you change the default text styles? I am
 just looking to tweak the header and body font sizes and
 font family across the entire wiki. I don’t want to change
 the text for other elements like the drawer, buttons, panels
 etc.
 
 Thanks for any information that you can provide.
 
 regards,
 
 Jesse
 ___
 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] Moving Apps within a minute to another Xwiki-Installation

2016-03-03 Thread vinc...@massol.net
Hi Tobias,

On 28 Feb 2016 at 20:26:08, Tobias Kirchhofer 
(tob...@kirchhofer.net(mailto:tob...@kirchhofer.net)) wrote:

> We try to move two Apps Within A Minute to another xwiki installation. The
> files import properly but no icon appears on the left site under
> applications. How can we achieve that the Apps Within A Minute will appear
> as a real application and not only as pages.
> 

That’s strange, it should work fine. Would be great to create a jira issue so 
that we can investigate and fix it.

Thanks
-Vincent

> Thank you!

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


[xwiki-users] Login cookie validation hash mismatch! Cookies have been tampered with

2016-03-03 Thread Tobias Kirchhofer
We set up a new Box with a fresh install of a 7.4.1 version. While
configuring and testing (permissions) everything all was perfect and clean.
Then we migrated the pages from the old wiki (also 7.4.1 - we wanted a fresh
install) - precisely only content pages, nothing else. Then we switched the
IP for the old domain and all of our LDAP user populated the new wiki, one
by one. 

Since the fresh start all users experience the trouble that after the end of
the tomcat session (30 minutes) a re-login is required. After re-login a
XWiki message appears "you do not have the appropriate rights" (or similar).
Deletion of the cookie ~or closing the browser window and login again
reestablishes normal functions until the tomcat session is over again.

catalina.out: 2016-03-03 11:55:26,813
[https://wiki.sub.domain/xwiki/bin/view/Main/] WARN 
u.i.x.MyPersistentLoginManager - Login cookie validation hash mismatch!
Cookies have been tampered with

Research in this forum did bring up discussions about the mess from 2010 and
bevor without any valuable pointers.

We updated to 7.4.2 without any change for the situation.

The site ist secure with a nginx proxy.

Any ideas?



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Login-cookie-validation-hash-mismatch-Cookies-have-been-tampered-with-tp7598282.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] oddity after upgrade from 7.4.1 to 7.4.2

2016-03-03 Thread shouldbe q931
Ubuntu 14.04 with xwiki installed from xwiki repo

after apt-getupdate and apt-get dist-upgrade and a reboot, ran through
the distribution wizard on first login, no errors seen, but the front
page looked like http://pasteboard.co/1ZhrOEed.png

I followed "The wizard fails to appear at startup" on
http://platform.xwiki.org/xwiki/bin/view/Features/DistributionWizard
and deleted the .../jobs/status/distribution/status.xml file, then
restarted, the distribution wizard was not seen, but the "pages" are
now working again

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


Re: [xwiki-users] [Solved] Moving Apps within a minute to another Xwiki-Installation

2016-03-03 Thread Tobias Kirchhofer
This problem could be solved by editing the App in the new XWiki instance
until the end. Then it appeared again.



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Solved-Moving-Apps-within-a-minute-to-another-Xwiki-Installation-tp7598152p7598280.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 completely remove XWiki Enterprise

2016-03-03 Thread Jesse Bright
I am pretty sure you just uninstall it. The stand alone version is a bundled 
single application. 

Regards,

Jesse

> On Mar 2, 2016, at 9:31 AM, Giordano Ninonà  wrote:
> 
> Hi users,
> 
> Yesterday I was testing my java component and after I have deleted some
> pages from my wiki (I am running XWiki Enterprise 7.3) I started to get
> some errors and malfunctioning such as: I don't see anymore any pages under
> the "Deleted pages" index and when I try to delete some nested pages the
> wiki is telling me that the deletion would affect several childern even if
> those children are not diplayed anywhere. If I agree I got errors becase "I
> don't have the permission to delete them" even if I am logged as
> administrator.
> 
> When I see that I am not even able to call the methods from my java
> component through the script service,( those method are in charge of
> creating new pages as well XClasses and XObjects) I have decided to
> unistall XWiki Enterprise and re-install it.  Unfortunately I see that I
> have the same errors.
> 
> Moreover after I have started the XWiki, before I click on the "XWiki Home"
> icon on my desktop, I have noticed in the terminal the following warnings:
> 
> 
> 
> *[main] WARN ltInstalledExtensionRepository - Invalid extension
> [org.xwiki.platform:xwiki-platform-wiki-ui-common-7.3] on namespace
> [wiki:WIKINAME] (InvalidExtensionException: No compatible extension is
> installed for dependency
> [org.xwiki.platform:xwiki-platform-wiki-ui-common-7.3]*
> And I get this warning for each wiki that I have created BEFORE I
> UNISTALLED IT.
> 
> After I try to call my methods (that should creates wiki pages Xclasses and
> Xobjects) it start working until I get a bunch of Exceptions and some ERROR
> 3002 and some ERROR 2002. The strange thing is that a couple of days ago it
> worked fine.
> 
> So finally my question is how can I COMPLETELY delete everything that is
> related to XWiki Enterprise in my computer and then perform a clean XWiki
> Enterprise installation?
> 
> I hope to get a quick answer because this is my master thesis project and I
> only need to perform some final testing as I am graduating in 40 days.
> 
> Please help me in find a solution
> Giordano.
> ___
> 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] How to completely remove XWiki Enterprise

2016-03-03 Thread vinc...@massol.net
 

On 3 Mar 2016 at 10:10:24, Thomas Mortagne 
(thomas.morta...@xwiki.com(mailto:thomas.morta...@xwiki.com)) wrote:

> By default XWiki put data in:
>  
> * the database, each wiki having its own schema (but I guess you knew
> about this one already)
> * temporary files are put in whatever the application server provide for XWiki
> * the permanent directory configured in xwiki.properties with the
> property environment.permanentDirectory, if not configured (bad) then
> it ends up in the temporary directory above and you get a warning in
> the log at startup

And FTR this is all implicitly documented at 
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Backup

Thanks
-Vincent

>  
> On Wed, Mar 2, 2016 at 6:31 PM, Giordano Ninonà
> wrote:
> > Hi users,
> >
> > Yesterday I was testing my java component and after I have deleted some
> > pages from my wiki (I am running XWiki Enterprise 7.3) I started to get
> > some errors and malfunctioning such as: I don't see anymore any pages under
> > the "Deleted pages" index and when I try to delete some nested pages the
> > wiki is telling me that the deletion would affect several childern even if
> > those children are not diplayed anywhere. If I agree I got errors becase "I
> > don't have the permission to delete them" even if I am logged as
> > administrator.
> >
> > When I see that I am not even able to call the methods from my java
> > component through the script service,( those method are in charge of
> > creating new pages as well XClasses and XObjects) I have decided to
> > unistall XWiki Enterprise and re-install it. Unfortunately I see that I
> > have the same errors.
> >
> > Moreover after I have started the XWiki, before I click on the "XWiki Home"
> > icon on my desktop, I have noticed in the terminal the following warnings:
> >
> >
> >
> > *[main] WARN ltInstalledExtensionRepository - Invalid extension
> > [org.xwiki.platform:xwiki-platform-wiki-ui-common-7.3] on namespace
> > [wiki:WIKINAME] (InvalidExtensionException: No compatible extension is
> > installed for dependency
> > [org.xwiki.platform:xwiki-platform-wiki-ui-common-7.3]*
> > And I get this warning for each wiki that I have created BEFORE I
> > UNISTALLED IT.
> >
> > After I try to call my methods (that should creates wiki pages Xclasses and
> > Xobjects) it start working until I get a bunch of Exceptions and some ERROR
> > 3002 and some ERROR 2002. The strange thing is that a couple of days ago it
> > worked fine.
> >
> > So finally my question is how can I COMPLETELY delete everything that is
> > related to XWiki Enterprise in my computer and then perform a clean XWiki
> > Enterprise installation?
> >
> > I hope to get a quick answer because this is my master thesis project and I
> > only need to perform some final testing as I am graduating in 40 days.
> >
> > Please help me in find a solution
> > Giordano.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] How to completely remove XWiki Enterprise

2016-03-03 Thread Thomas Mortagne
By default XWiki put data in:

* the database, each wiki having its own schema (but I guess you knew
about this one already)
* temporary files are put in whatever the application server provide for XWiki
* the permanent directory configured in xwiki.properties with the
property environment.permanentDirectory, if not configured (bad) then
it ends up in the temporary directory above and you get a warning in
the log at startup

On Wed, Mar 2, 2016 at 6:31 PM, Giordano Ninonà
 wrote:
> Hi users,
>
> Yesterday I was testing my java component and after I have deleted some
> pages from my wiki (I am running XWiki Enterprise 7.3) I started to get
> some errors and malfunctioning such as: I don't see anymore any pages under
> the "Deleted pages" index and when I try to delete some nested pages the
> wiki is telling me that the deletion would affect several childern even if
> those children are not diplayed anywhere. If I agree I got errors becase "I
> don't have the permission to delete them" even if I am logged as
> administrator.
>
> When I see that I am not even able to call the methods from my java
> component through the script service,( those method are in charge of
> creating new pages as well XClasses and XObjects) I have decided to
> unistall XWiki Enterprise and re-install it.  Unfortunately I see that I
> have the same errors.
>
> Moreover after I have started the XWiki, before I click on the "XWiki Home"
> icon on my desktop, I have noticed in the terminal the following warnings:
>
>
>
> *[main] WARN ltInstalledExtensionRepository - Invalid extension
> [org.xwiki.platform:xwiki-platform-wiki-ui-common-7.3] on namespace
> [wiki:WIKINAME] (InvalidExtensionException: No compatible extension is
> installed for dependency
> [org.xwiki.platform:xwiki-platform-wiki-ui-common-7.3]*
> And I get this warning for each wiki that I have created BEFORE I
> UNISTALLED IT.
>
> After I try to call my methods (that should creates wiki pages Xclasses and
> Xobjects) it start working until I get a bunch of Exceptions and some ERROR
> 3002 and some ERROR 2002. The strange thing is that a couple of days ago it
> worked fine.
>
> So finally my question is how can I COMPLETELY delete everything that is
> related to XWiki Enterprise in my computer and then perform a clean XWiki
> Enterprise installation?
>
> I hope to get a quick answer because this is my master thesis project and I
> only need to perform some final testing as I am graduating in 40 days.
>
> Please help me in find a solution
> Giordano.
> ___
> 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