Hello,
I'm trying to install i2b2 1.7 on CentOS.
The issue starts Chapter 6, step "Verify Admin Installation".
I can't login into i2b2 Admin (i2b2demo domain), and have this error msg : "Requires ADMIN role, please contact your system administrator"
What I already checked :
-Jboss is running and I don't see any errors in the jboss log.
-I can see listServices and PM services are active
-I can access to localhost:9090/i2b2 and see the axis2 screen
-all firewalls are off
-SELinux status : disabled
-iptables turn off
-curl is installed
-username i2b2 and password demouser are in the database with admin role (i2b2pm, pm_project_user_roles)
My i2b2_config_data.js:
{
urlProxy: "index.php",
urlFramework: "js-i2b2/",
//-------------------------------------------------------------------------------------------
// THESE ARE ALL THE DOMAINS A USER CAN LOGIN TO
lstDomains: [
{
name: "i2b2demo",
domain: "i2b2demo",
urlCellPM: "
http://localhost:9090/i2b2/services/PMService/",
allowAnalysis: true,
adminOnly: true,
debug: true,
}
]
//-------------------------------------------------------------------------------------------
}
Thank you for helping !
Elise