By: Rj .. user 30 Aug 2017 at 7:08 a.m. CDT

6 Responses
Rj .. gravatar
``` 1.Add Gluu Repository # echo "deb https://repo.gluu.org/ubuntu/ xenial main" > /etc/apt/sources.list.d/gluu-repo.list 2.Add Gluu GPG Key # curl https://repo.gluu.org/ubuntu/gluu-apt.key | apt-key add - 3.Update/Clean Repo # apt-get update 4.Install Gluu Server # apt-get install gluu-server-3.0.1 5.Start the Gluu Server and Login # service gluu-server-3.0.1 start # service gluu-server-3.0.1 login 6.Run setup.py # cd /install/community-edition-setup #./setup.py ```

By Michael Schwartz Account Admin 30 Aug 2017 at 7:11 a.m. CDT

Michael Schwartz gravatar
Why are you using the xenial package if you're using ubuntu 14.04 ?

By Rj .. user 30 Aug 2017 at 7:18 a.m. CDT

Rj .. gravatar
Now I am using Ubuntu Server 16.04.x# But same problem occurred.

By Michael Schwartz Account Admin 30 Aug 2017 at 7:37 a.m. CDT

Michael Schwartz gravatar
Can you paste in a screenshot of the install summary? How did you answer the setup.py questions?

By Rj .. user 30 Aug 2017 at 8:04 a.m. CDT

Rj .. gravatar
Yes, Please have a look: https://files.slack.com/files-pri/T0DKXMUGP-F6VQ56SSW/step1.png https://files.slack.com/files-pri/T0DKXMUGP-F6VQ5801Y/step2.png https://files.slack.com/files-pri/T0DKXMUGP-F6WLXPLS2/s3.png https://files.slack.com/files-pri/T0DKXMUGP-F6WLXR014/s4.png https://files.slack.com/files-pri/T0DKXMUGP-F6WSV9XHD/s5.png **the setup.py** https://files.slack.com/files-pri/T0DKXMUGP-F6VRW47FE/s6.png https://files.slack.com/files-pri/T0DKXMUGP-F6WSUHAB1/s7.png

By Aliaksandr Samuseu staff 30 Aug 2017 at 9:36 a.m. CDT

Aliaksandr Samuseu gravatar
Hi, rj yv. Could you use some other service to share those screenshots, which wouldn't require to register to it to view them? Also, why do you try to install 3.0.1 package? The current one is 3.0.2 (and CE 3.1 is on the way), so I would strongly recommend try this one instead. Please consider the following: 1. Recreate the vm you are installing it at from scratch (as your current one may be now broken to a point it doesn't worth trying to restore it; I'm assuming your are installing at some vm and it can be disposed freely) 2. Re-try installation following [this doc](https://gluu.org/docs/ce/3.0.2/installation-guide/install/). Please make sure your system conforms to [Gluu's requirements](https://gluu.org/docs/ce/3.0.2/installation-guide/). Could you also describe your environment in more details? What kind of vm do you use?

By Rj .. user 31 Aug 2017 at 7:25 a.m. CDT

Rj .. gravatar
Hi, Thanks for all your suggestions & support. I format The System and reinstall step by step as per gluu doc. Now it's working. Thanks!