Skip to Content.
Sympa Menu

grouper-users - Re: [grouper-users] Grouper Ui error

Subject: Grouper Users - Open Discussion List

List archive

Re: [grouper-users] Grouper Ui error


Chronological Thread 
  • From: "Katika,Shanthi Swaroop" <>
  • To: "Hyzer, Chris" <>, "" <>
  • Subject: Re: [grouper-users] Grouper Ui error
  • Date: Tue, 6 Sep 2016 17:35:29 +0000
  • Accept-language: en-US
  • Ironport-phdr: 9a23:mT/dlhI5Xb3BP3PRHtmcpTZWNBhigK39O0sv0rFitYgULvTxwZ3uMQTl6Ol3ixeRBMOAtKIC1rGd6v2ocFdDyKjCmUhKSIZLWR4BhJdetC0bK+nBN3fGKuX3ZTcxBsVIWQwt1Xi6NU9IBJS2PAWK8TXhpQIVT1/fJBh4PKC9MY7Ijt/9n7S38J3CcQhSrDumavVvNBiwq0PcutRAxcMoJbw21wPEuD5VYOlM3ktpI06ehRDx+p328ZJ+uWwEtOgm6tZNS+DnZKkiVpRZCigrKWY4+JetuBXeG1ih/HwZBy81mwZJAAGB1xHzWIvxs2PBqeNn3y6Cd4WiVrM9RTWh5o92RhuuhSsaYW1quFrLg9B92foI6CmqoAZyltbZ

It’s very likely that it might be the issue.  Below is my config for the source that’s causing the issue.

 

<source adapterClass="edu.internet2.middleware.grouper.subj.GrouperJdbcSourceAdapter">

        <id>grouper_d</id>

        <name>GROUPER_D JDBC Source Adapter</name>

        <type>member</type>

 

        <init-param>

            <param-name>jdbcConnectionProvider</param-name>

            <param-value>edu.internet2.middleware.grouper.subj.GrouperJdbcConnectionProvider</param-value>

        </init-param>

        <init-param>

            <param-name>Multiple_Results</param-name>

            <param-value>true</param-value>

        </init-param>

        <init-param>

            <param-name>SubjectID_AttributeType</param-name>

            <param-value>id</param-value>

        </init-param>

        <init-param>

            <param-name>Name_AttributeType</param-name>

            <param-value>displayName</param-value>

        </init-param>

        <init-param>

            <param-name>Description_AttributeType</param-name>

            <param-value>description</param-value>

        </init-param>

        <init-param>

            <param-name>sortAttribute0</param-name>

            <param-value>name</param-value>

        </init-param>

        <init-param>

                <param-name>subjectVirtualAttribute_0_searchAttribute0</param-name>

                <param-value>${subject.getAttributeValue('search_string0')}</param-value>

        </init-param>

        <init-param>

                 <param-name>searchAttribute0</param-name>

                 <param-value>searchAttribute0</param-value>

        </init-param>

        <!-- on a findPage() this is the most results returned -->

        <init-param>

                 <param-name>maxPageSize</param-name>

                <param-value>100</param-value>

        </init-param>

        <internal-attribute>searchAttribute0</internal-attribute>

        <init-param>

            <param-name>findSubjectByIdOnCheckConfig</param-name>

            <param-value>false</param-value>

        </init-param>

        <init-param>

            <param-name>subjectIdToFindOnCheckConfig</param-name>

            <param-value>1</param-value>

        </init-param>

        <init-param>

            <param-name>findSubjectByIdentifiedOnCheckConfig</param-name>

                <param-value>false</param-value>

        </init-param>

        <init-param>

            <param-name>subjectIdentifierToFindOnCheckConfig</param-name>

            <param-value>1</param-value>

        </init-param>

        <init-param>

            <param-name>findSubjectByStringOnCheckConfig</param-name>

            <param-value>false</param-value>

        </init-param>

        <init-param>

            <param-name>stringToFindOnCheckConfig</param-name>

            <param-value>1</param-value>

        </init-param>

       <search>

            <searchType>searchSubject</searchType>

            <param>

                <param-name>sql</param-name>

                <param-value>

                    select proData.profile_id AS id, proData.display_name AS displayName, proData.ufid AS description from profile_data AS proData where proData.profile_id = ?

                </param-value>

            </param>

        </search>

        <search>

            <searchType>searchSubjectByIdentifier</searchType>

            <param>

                <param-name>sql</param-name>

                <param-value>

                    select proData.profile_id AS id, proData.first_name, proData.last_name, proData.display_name AS displayName, proData.ufid AS description from profile_data AS proData where proData.profile_id = ?

                </param-value>

            </param>

        </search>

        <search>

            <searchType>search</searchType>

            <param>

                <param-name>sql</param-name>

                <param-value>

 

                    select proData.profile_id AS id, proData.first_name, proData.last_name, proData.ufid, proData.display_name AS displayName, proData.ufid AS description from profile_data AS proData

 

                    where

 

                    (lower(proData.first_name) like '%' || ? || '%')

 

                    or (lower(proData.last_name) like '%' || ? || '%')

 

                    or (proData.ufid like '%' || ? || '%')

 

                </param-value>

            </param>

        </search>

 

From: "Hyzer, Chris" <>
Date: Thursday, September 1, 2016 at 9:43 AM
To: temp <>, "" <>
Subject: RE: [grouper-users] Grouper Ui error

 

I think it is something in your sources.xml… is it conflgured correctly?

 

From: [mailto:] On Behalf Of Katika,Shanthi Swaroop
Sent: Thursday, September 01, 2016 7:06 AM
To:
Subject: [grouper-users] Grouper Ui error

 

Good Morning,

When I’m searching members while trying to add them to a group, I’m getting the following error:

 

Error: Exception with source: grouper_d, on query: 'abcd', Problem calling method addMemberSearch on edu.internet2.middleware.grouper.grouperUi.serviceLogic.UiV2Group

 


Is there some setting that I need to turn on?

 

Best,
Swaroop




Archive powered by MHonArc 2.6.19.

Top of Page