Skip to Content.
Sympa Menu

grouper-users - [grouper-users] important: RE: error on workflow config

Subject: Grouper Users - Open Discussion List

List archive

[grouper-users] important: RE: error on workflow config


Chronological Thread 
  • From: "Hyzer, Chris" <>
  • To: Adam Chi-Lun Chang <>, Vivek Sachdeva <>
  • Cc: "" <>
  • Subject: [grouper-users] important: RE: error on workflow config
  • Date: Tue, 1 Oct 2019 18:35:48 +0000
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=isc.upenn.edu; dmarc=pass action=none header.from=isc.upenn.edu; dkim=pass header.d=isc.upenn.edu; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=GYEwr90FCIB07avc9ApRoqUWdsJrIDO9WZ+FsX9mS0U=; b=NdlSA7wrr+hM4HOCVLIoVCmPX6JgUMbeFcrf1cnft1j0jZorYWN6MG7U4dMTy8+OI3XWsF26nwbqF3nS1kyWU5zQbe0zsTvPdqx5Pj0DaG4Gaw2Y9Nna5BHhdeSsjp4CuY5fIkeZNYmLzM57y07SCh4M6NC76UN3LzFZMeq/tuhSKLZY3U4GfNHL8G/GD57ws1qChf3WDo8iUGbkN406JSDg8vEYBICwJzrXU4A1MFYEBBMMkLDTsILbzIZk+VsNdPRrX4EXv5f14XDIYYGTXetjutQhKDc58cayGsM/fJHsT7mSlLkjU2g1KycOK49L5AoPmZAMX4eax9gmmIS3SA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=ZHZ1DXBmpPq/WzWGB+gv6mL33u134sqPhvywxiM8FDAjxlF9YKbBQBZAgrRHuMXJUfJCxUBsL+TdfSO8kpRb88QyVke7vBoXno1skGLkp85BL+IoKFEAjxKKboFiVPcG5v4pUwjnKaissexKrmndYTe9Qz+6CcFsc2XbDwxQYmHym80jm8h7PbJJCUTy5gUM6Q9r0eOcqRPBlza/kGQTNRMsgwYj7JXFXeFkHIu9+5YQxRMBtLQv7cJvqds4ei9c8nKPZZuRw+qxk6Cpcv3q1VjdinKc7f6ag0w85R3JcQESm3/I/JoiH4vkV9awx7sLTaFhUrEYrIbiacjEdxMC5w==
  • Importance: high

Sorry about this, we had an issue patching jars.  The jar in patch grouper_v2_4_0_api_patch_70 goes in the wrong place in the UI/WS.

 

So I need everyone to:

 

  1. If you don’t have grouper_v2_4_0_api_patch_70, then get the grouperInstaller.jar again (its fixed), before you get that patch
  2. If you do have grouper_v2_4_0_api_patch_70, please move:

    FROM: grouper-ui/WEB-INF/lib/grouper/jsoup-1.12.1.jar
    TO: grouper-ui/WEB-INF/lib/jsoup-1.12.1.jar

    FROM: grouper-ws/WEB-INF/lib/grouper/jsoup-1.12.1.jar
    TO: grouper-ws/WEB-INF/lib/jsoup-1.12.1.jar

  3. If you have the grouper container with that patch, please update to the latest container which is fixed

 

Note, if you never setup a workflow you wont see this error.

Thanks!

Chris

 

From: Adam Chi-Lun Chang <>
Sent: Tuesday, October 01, 2019 1:35 PM
To: Vivek Sachdeva <>
Cc: Hyzer, Chris <>;
Subject: RE: [grouper-users] error on workflow config

 

Thanks Vivek.  The error went away (but I got other errors which I think is unrelated to this).  Appreciate your help. J

~Adam

 

From: Vivek Sachdeva <>
Sent: Sunday, September 29, 2019 11:21 PM
To: Adam Chi-Lun Chang <>
Cc: Hyzer, Chris <>;
Subject: Re: [grouper-users] error on workflow config

 

Hi Adam,

 

I think I have figured out the problem. There's a jar file jsoup-1.12.1.jar which was supposed to be in grouper.ui-2.4.0/dist/grouper/WEB-INF/lib directory but instead got added to the grouper folder inside the lib directory. We will look into how that happened. In the meantime, if you manually want to paste the jar directly in the lib directory, that should unblock you.

 

Please feel free to let me know if you run into any other issues.

 

Vivek

 

On Thu, Sep 26, 2019 at 3:46 PM Adam Chi-Lun Chang <> wrote:

Thanks Chris. 

I checked the installer log and found the log (attached grouper_error.log.2019-09-25).  I used the installer but later switched to another tomcat and I guess I need to modify the log4j.properties as well.

How do I check the patch level?  Is this the correct file? (attached) grouper.ui-2.4.0\dist\grouper\WEB-INF\grouperPatchStatus.properties

 

Thanks.

~Adam

 

 

 

 

 

From: Hyzer, Chris <>
Sent: Thursday, September 26, 2019 1:08 PM
To: Adam Chi-Lun Chang <>; Vivek Sachdeva <>
Cc:
Subject: RE: [grouper-users] error on workflow config

 

Check your log4j and see where logs are going.  Or it is logged through the container to cloudwatch or something?  There needs to be a stacktrace somewhere 😊  also please give your exact patch levels

 

From: <> On Behalf Of Adam Chi-Lun Chang
Sent: Thursday, September 26, 2019 1:49 PM
To: Vivek Sachdeva <>
Cc:
Subject: RE: [grouper-users] error on workflow config

 

Hi Vivek,

Thanks for the reply.  I don’t see any stacktrace from the apache log.  (apache/logs/catalina, localhost, manager).  Are there other places I should look at?  Thanks.

~Adam

 

From: Vivek Sachdeva <>
Sent: Wednesday, September 25, 2019 9:50 PM
To: Adam Chi-Lun Chang <>
Cc:
Subject: Re: [grouper-users] error on workflow config

 

Hi Adam, 

 

I will look into it and get back to you. Is there any stacktrace in the logs?

 

Vivek

 

On Wed, Sep 25, 2019 at 3:08 PM Adam Chi-Lun Chang <> wrote:

Error: Cant execute reflection method: workflowConfigAddSubmit, on: edu.internet2.middleware.grouper.grouperUi.serviceLogic.UiV2GrouperWorkflow, with args: edu.internet2.middleware.grouper.j2ee.GrouperRequestWrapper, org.owasp.csrfguard.http.InterceptRedirectResponse, Problem calling method workflowConfigAddSubmit on edu.internet2.middleware.grouper.grouperUi.serviceLogic.UiV2GrouperWorkflow

I got this error when trying to setup a workflow config in a group.

Does anyone experience the same issue?  Thanks.

~Adam




Archive powered by MHonArc 2.6.19.

Top of Page