"System error" upon attempt to create user via oxTrust on freshly installed instance
See original GitHub issueEnvironment:
Ubuntu 14.04, Gluu CE 2.4.4 SP2 (installed from gluu-server-2.4.4.2_6-1~trusty+Ub14.04_amd64.deb
of 2016-11-07 (which is the latest available stable package))
Steps to reproduce:
- Log in to web UI as admin user
- Move to “Users -> Add person”
- Fill in all fields on the page required to create a simple user entry with default fields; provide “active” for “User status” field (for some reason there is no drop-down list to choose value from)
- Click the “Update” button to finalize the creation.
Result:
“System error” message appears, user is not created, java exception is logged to wrapper.log
(please see full text here):
INFO | jvm 1 | 2017/01/11 12:18:13 | Jan 11, 2017 12:18:12 PM com.sun.faces.lifecycle.InvokeApplicationPhase execute
INFO | jvm 1 | 2017/01/11 12:18:13 | WARNING: #{updatePersonAction.save}: java.lang.NullPointerException
INFO | jvm 1 | 2017/01/11 12:18:13 | javax.faces.FacesException: #{updatePersonAction.save}: java.lang.NullPointerException
INFO | jvm 1 | 2017/01/11 12:18:13 | at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:117)
INFO | jvm 1 | 2017/01/11 12:18:13 | at javax.faces.component.UICommand.broadcast(UICommand.java:315)
INFO | jvm 1 | 2017/01/11 12:18:13 | at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:786)
INFO | jvm 1 | 2017/01/11 12:18:13 | at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:1251)
Issue Analytics
- State:
- Created 7 years ago
- Comments:16 (7 by maintainers)
Top Results From Across the Web
Oxtrust interface doesn't allow to add new users - Gluu Support
Fresh Ubuntu 14.04 install + apt-get update/upgrade; Install GLUU 2.4.4.sp2; Test to add user via GUI. -> Gives system error.
Read more >Get "An error with no description has occurred" error when ...
on a Windows Server 2008 64-bit system? I get this error when trying to create a new (local) user account or when trying...
Read more >Additional Recommended Steps for New CentOS 7 Servers
This will involve setting our system up with a firewall and a swap file, and configuring Network Time Protocol synchronization. Configuring a ...
Read more >Citrix Fixes and Known Issues – NetScaler / Citrix ADC
After a fresh, non-upgrade install of Mac OS High Sierra, when installing the NetScaler Gateway plugin you receive error "System Extension ...
Read more >Linux server security best practices - - Rackspace Support -
By default, the root user is created as the first user on every Linux system. You should disable it via Secure Shell (SSH)....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Note: a workaround is to Import a User. That works, just fine: see Gluu Docs » User Managment » Import XLS File. And once the user is imported that user can be updated, added to groups, etc. Go figure!
It’s fixed in the latest (snapshot) 2.4.4 SP3 identity.war too now