Hello again,

I'll reply to myself because I have additional information about this issue.
Its not, that submission does not work at all. As a locally registered
user I can use a link to http://<dspace-instance>/submit?collection=1
and get the submission form for collection #1.
But when I use http://<dspace-instance>/submit without the collection
parameter, the select box for the collection (at least under JSPUI) does
not work. This happens only when I log in via password authentication -
it works correctly when I choose LDAP authentication. So something in
choose-collection.jsp or in the classes supporting that is wrong.

Any idea about that? I have created a ticket to track this issue at the
correct place (https://jira.duraspace.org/browse/DS-2641).

Best regards
Oliver

Am 06.07.2015 um 12:27 schrieb Oliver Goldschmidt:
> Heelo DSpacers,
>
> I have a strange problem on DSpace 5.2. Members of the epersongroup 7
> should be allowed to publish something in collection number 1.
> When I login as eperson #3 (which is a member of group #7), this is
> detected correctly, if I understand my debug trace correctly.
>
> 2015-07-06 12:03:08,693 DEBUG org.dspace.storage.rdbms.DatabaseManager @
> Running query "select * from eperson where eperson_id = ? "  with
> parameters: 3
> 2015-07-06 12:03:08,694 DEBUG org.dspace.storage.rdbms.DatabaseManager @
> Running query "SELECT * FROM epersongroup2eperson WHERE eperson_id= ?" 
> with parameters: 3
> 2015-07-06 12:03:08,694 DEBUG org.dspace.storage.rdbms.DatabaseManager @
> Running query "SELECT * FROM group2groupcache WHERE child_id= ? "  with
> parameters: 0
> 2015-07-06 12:03:08,695 DEBUG org.dspace.storage.rdbms.DatabaseManager @
> Running query "select * from epersongroup e LEFT JOIN metadatavalue m on
> (m.resource_id = e.eperson_group_id and m.resource_type_id = ? and
>  m.metadata_field_id = ?) where  m.text_value = ?"  with parameters:
> 6,64,Login Member
> (...)
> 2015-07-06 12:03:08,697 DEBUG org.dspace.authenticate.IPAuthentication @
> o...@somewhere.de::authenticated:special_groups=4,5
> 2015-07-06 12:03:08,697 DEBUG org.dspace.app.webui.util.UIUtil @ Adding
> Special Group id=7
>                                                                               
>                               
> ~~~~~~~~~~~~~~~~~~
> 2015-07-06 12:03:08,697 DEBUG org.dspace.app.webui.util.UIUtil @ Adding
> Special Group id=4
> 2015-07-06 12:03:08,697 DEBUG org.dspace.app.webui.util.UIUtil @ Adding
> Special Group id=5
>
>
> So I guess I am correctly associated with the groups 4, 5 and 7. The
> next step for DSpace is to search for these groups in the
> group2groupcache table to get all collections, in that this group can
> publish:
>
> 2015-07-06 12:03:08,714 DEBUG org.dspace.storage.rdbms.DatabaseManager @
> Running query "SELECT * FROM group2groupcache WHERE child_id= ?  OR
> child_id= ?  OR child_id= ?  OR child_id= ? "  with parameters: 0,4,5,7
>
> Something must go wrong here, because I am not able to choose a
> collection when I enter the publication process.
>
> Does anyone have an idea, where the problem exactly is in this case? I
> have upgraded from DSpace 4.2 to 5.2 recently, before the upgrade
> publication process worked as expected.
>
> Thank you in advance for any help,
> Oliver
>
>
> ------------------------------------------------------------------------------
> Don't Limit Your Business. Reach for the Cloud.
> GigeNET's Cloud Solutions provide you with the tools and support that
> you need to offload your IT needs and focus on growing your business.
> Configured For All Businesses. Start Your Cloud Today.
> https://www.gigenetcloud.com/
> _______________________________________________
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
> List Etiquette: 
> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette



------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Reply via email to