0

I am very new to eXist-db. At the moment, everything goes well, the only one problem is I can’t name or rename collections and files. If I try to create new collection, it is created but is named undefined, no matter what I fill in the window during creating. With files, it is the same—I can upload them but can’t rename them. (I am admin, rights are set well, as it seems.) The whole DB is installed in a custom directory, no admin rights were needed.

I am using the default dashboard (I am not trying do it via Java app).

Honza Hejzl
  • 874
  • 8
  • 23
  • Which version of eXist? – Joe Wicentowski Dec 14 '15 at 13:20
  • The latest stable, have just downloaded it. I think 2.2. – Honza Hejzl Dec 14 '15 at 17:31
  • I'm not able to reproduce your results given your description. Could you post the step-by-step directions for reproducing your results? Perhaps there's something subtle you're doing that you're not describing. – Joe Wicentowski Dec 15 '15 at 05:28
  • Oh, it is quite simple: – Honza Hejzl Dec 16 '15 at 09:28
  • Well, I have tried that again and it works properly only if I add another one collection. That means: 1) the first collection is always called 'undefined'; 2) any new is called properly as I have chosen; 3) it is impossible to rename any of them later. – Honza Hejzl Dec 16 '15 at 09:39
  • Step-by-step directions, please. Starting from "1. start the database and open the dashboard." – Joe Wicentowski Dec 16 '15 at 12:12
  • 1) open eXist-db from Win 7 shell; 2) open dashboard via icon in the notification area; 3) login; 4) open collections (Dashboard); 5) double click on "apps" collection; 6) click on "New collection"; 7) fill in the name and press "Ok". > new collection named "undefined" has been created 8) click on this collection and than click on "Edit owner, groups and perms..." 9) re-fill the "resource" name; 10) click to Ok. > nothing had happened 11) click to "New Collection" again; 12) fill in the name; 13) click ok; 14) properly named new collection has been made. > impossible to rename any of them – Honza Hejzl Dec 16 '15 at 12:47
  • 2
    I've posted your report on exist-open, the eXist users mailing list: http://markmail.org/message/5pcx75yc325fh2dc. I'd welcome you to join at https://lists.sourceforge.net/lists/listinfo/exist-open. Hopefully someone will be able to provide some suggestions. – Joe Wicentowski Dec 19 '15 at 02:06

2 Answers2

0

I have the same problem , the only solution that I had found is download the file change the name and upload it again , try with that.

0

Use the java client. Select the resource and select rename from file menu.

RIV
  • 1