By: Sakit Atakishiyev user 07 Sep 2017 at 12:35 a.m. CDT

6 Responses
Sakit Atakishiyev gravatar
After installation identity service does not work system does not find this service. Installation finish successfully but not configured properly. Most service not installed. Even java was not found after login gluu. 3-4 month ago there is no these kind of problems.

By Mohib Zico staff 07 Sep 2017 at 10:24 a.m. CDT

Mohib Zico gravatar
Couldn't reproduce the issue. After completing a fresh installation of Gluu v3.0.1 in Ubuntu 14.04 LTS, here is what it looks like: ``` GLUU.root@localhost:/install/community-edition-setup# ps ax | grep java 3201 ? Sl 2:31 /opt/jre/bin/java -server -Xms256m -Xmx1317m -XX:+DisableExplicitGC -Dgluu.base=/etc/gluu -Dpython.home=/opt/jython -Dcatalina.base=/opt/gluu/jetty/oxauth -Djetty.logging.dir=/opt/gluu/jetty/oxauth/logs -Djetty.home=/opt/jetty -Djetty.base=/opt/gluu/jetty/oxauth -Djava.io.tmpdir=/opt/jetty-9.3/temp -jar /opt/jetty/start.jar jetty.http.host=localhost jetty.http.port=8081 jetty.state=/opt/gluu/jetty/oxauth/oxauth.state jetty-logging.xml jetty-started.xml start-log-file=/opt/gluu/jetty/oxauth/logs/start.log 3403 ? Sl 1:56 /opt/jre/bin/java -server -Xms256m -Xmx878m -XX:+DisableExplicitGC -Dgluu.base=/etc/gluu -Dcatalina.base=/opt/gluu/jetty/idp -Djetty.logging.dir=/opt/gluu/jetty/idp/logs -Djetty.home=/opt/jetty -Djetty.base=/opt/gluu/jetty/idp -Djava.io.tmpdir=/opt/jetty-9.3/temp -jar /opt/jetty/start.jar jetty.http.host=localhost jetty.http.port=8086 jetty.state=/opt/gluu/jetty/idp/idp.state jetty-logging.xml jetty-started.xml start-log-file=/opt/gluu/jetty/idp/logs/start.log 3596 ? Sl 3:22 /opt/jre/bin/java -server -Xms256m -Xmx878m -XX:+DisableExplicitGC -Dgluu.base=/etc/gluu -Dcatalina.base=/opt/gluu/jetty/identity -Dpython.home=/opt/jython -Dorg.eclipse.jetty.server.Request.maxFormContentSize=50000000 -Djetty.logging.dir=/opt/gluu/jetty/identity/logs -Djetty.home=/opt/jetty -Djetty.base=/opt/gluu/jetty/identity -Djava.io.tmpdir=/opt/jetty-9.3/temp -jar /opt/jetty/start.jar jetty.http.host=localhost jetty.http.port=8082 jetty.state=/opt/gluu/jetty/identity/identity.state jetty-logging.xml jetty-started.xml start-log-file=/opt/gluu/jetty/identity/logs/start.log GLUU.root@localhost:/install/community-edition-setup# ```

By Sakit Atakishiyev user 07 Sep 2017 at 11:09 a.m. CDT

Sakit Atakishiyev gravatar
Mohib I used old `setup.py` now everything is ok. I don't know exactly what is the problem. Can it be organization name length produce this error?

By Mohib Zico staff 08 Sep 2017 at 5:31 a.m. CDT

Mohib Zico gravatar
>> Can it be organization name length produce this error? Sorry, not sure. What your hostname looks like?

By Sakit Atakishiyev user 08 Sep 2017 at 6:43 a.m. CDT

Sakit Atakishiyev gravatar
Mohib I checked. My `organization name` length is more than 64 so that `cert` and `pk` files could not be generated. Because of this `identity` and `oxauth` service could not installed. I changed my organization name and problem solved

By Mohib Zico staff 08 Sep 2017 at 7:44 a.m. CDT

Mohib Zico gravatar
Thanks for sharing the info, Sakit.

By Sakit Atakishiyev user 08 Sep 2017 at 7:45 a.m. CDT

Sakit Atakishiyev gravatar
your are welcome