Skip to main content
October 19, 2022
Question

The system has encountered a problem

  • October 19, 2022
  • 6 replies
  • 0 views

Hi all,

I got this when I tried to run the process model, I've tried to connecting two interfaces So, when the user logs in to the system he redirect to another interface which is working hours record. 

6 replies

harshitb6843
October 19, 2022

Why do you have two out going flows from a single UIT?

alim9650Author
October 19, 2022

I deleted that one going to the another UIT, but the same problem 

csteward
October 19, 2022

By "connecting the two interfaces", are you referring to the process model, or inside the first User Input Task?  I think I'm confused with, "the user is redirected", vs "the user can manually navigate to interface 2".

Also, check your tomcat-stdout.log file for additional details.

alim9650Author
October 20, 2022
"the user is redirected", vs "the user can manually navigate to interface 2

when the user inserts his email & password in interface 1, and clicks Sign in, he should navigate to interface 2

csteward
October 20, 2022

And the error being received is when the user arrives at the initial "sign in" interface?  How is the interface configured in the User Input Task?  Have you reviewed your tomcat-stdout.log file?

mikes0011
Brainy
October 19, 2022
So, when the user logs in to the system he redirect to another interface

For what it's worth, there's no such thing as "redirecting to" a process model / task form upon user login.  Basically you can have the user automatically directed to a particular site (and then the site's interface can show various options from there based on internal logic, including what group(s) the user is a member of, etc), but none of that is relevant to chaining to a process task, or to chaining between two different tasks in the same process model.

The Expression Guru