www.ec2-xx-x-xx-xxx.compute-1.amazonaws.com:8080/webui don´t work for access iDempiere in AWS from browser

900 views
Skip to first unread message

Fernando

unread,
Apr 14, 2015, 6:55:35 PM4/14/15
to idem...@googlegroups.com, fvil...@outsourcing-im.com
Dear Srs, I installed iDempiere in an t2 micro instance of AWS with help of below Chuck Boecking script -thank you Chuck- in Ubuntu Server 14.04 LTS (HVM), SSD Volume Type of 64 bits:

sudo apt-get -y update; sudo apt-get -y install mercurial; hg clone https://bitbucket.org/cboecking/idempiere-installation-script; chmod 766 idempiere-installation-script/*.sh; ./idempiere-installation-script/idempiere_install_script_master_linux.sh -B -P Psw: xxxxxx -u ubuntu -l &>output.txt; nano /tmp/chuboe-idempiere-server/idempiere_installer_feedback.txt


The result was: "Congratulation - the script seems to have executed sucessfully"

Then I went to Google Chrome browser and I wrote: www.ec2-xx-x-xx-xxx.compute-1.amazonaws.com:8080/webui , and the result is; "This webpage is not available"

The Inbound security group is: 

Custom TCP Rule
TCP
8080
SSH
TCP
22
HTTP
TCP
80

The Outbound security group is:

Custom TCP Rule
TCP
8080
HTTP
TCP
80
All traffic
All
All

Please, what is wrong?, how I can start iDempiere from the browser?. How I can read the idempiere-installation-script  output.txt?. I use PuTTY for connection to the AWS instance.


Thank you so much

Sánchez Torres, Max

unread,
Apr 14, 2015, 8:04:33 PM4/14/15
to idem...@googlegroups.com

You need start idempiere..

sudo /etc/init.d/idempiere start

After that you acces by web.

Regards

--
You received this message because you are subscribed to the Google Groups "iDempiere" group.
To unsubscribe from this group and stop receiving emails from it, send an email to idempiere+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/idempiere/09b95724-8b41-40d8-b9a8-ed0b5ffd6ec9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Fernando

unread,
Apr 14, 2015, 10:47:48 PM4/14/15
to idem...@googlegroups.com, msan...@hardmax.com.pe
Dear Max, thank you for the answer. I tried command "sudo /etc/init.d/idempiere start" from prompt ubuntu@ip-xx-xx-xx-xxx:~$and the answer was "command not found", then I tried the same command "sudo /etc/init.d/idempiere startand the command "idempiere startand from cd / , cd etc , cd init.d , but the answer was "command nor found". Please what a mistake I have?.

Thank you so much.

Fernando

unread,
Apr 15, 2015, 12:04:05 AM4/15/15
to idem...@googlegroups.com, msan...@hardmax.com.pe
Dear Max, an additional information: in ubuntu@ip-xxx-xx-xx-xxx:/etc/init.d$ is not idempiere file

Pritesh Shah

unread,
Apr 15, 2015, 1:12:06 AM4/15/15
to idem...@googlegroups.com, msan...@hardmax.com.pe
Check whether idempiere started or not by following command
ps -elf | grep java

Fernando

unread,
Apr 15, 2015, 11:01:51 AM4/15/15
to idem...@googlegroups.com, msan...@hardmax.com.pe
Dear Srs., I install again iDempiere with the before indicated script in a new AWS instance, and the iDempiere file is now in ubuntu@ip-xxx-xx-xx-xxx:/etc/init.d$, I ran sudo /etc/init.d/idempiere start, and the answer was "iDempiere is already running", but www.ec2-xx-x-xx-xxx.compute-1.amazonaws.com:8080/webui do not work yet.

Please, what is wrong?, how I can start iDempiere from the browser?. How I can read the idempiere-installation-script  output.txt?. I use PuTTY for connection to the AWS instance.

Thank you so much


On Tuesday, April 14, 2015 at 11:04:05 PM UTC-5, Fernando wrote:
Dear Max, an additional information: in  is not idempiere file

Sánchez Torres, Max

unread,
Apr 15, 2015, 11:23:56 AM4/15/15
to idem...@googlegroups.com

Ok.
With that you should already have access.

This tell us that idempiere is runing but what about your firewall..?? Do you open your ports??

Can you review log in folder log.....
Can you review if there are an error in address...

I can help you in spanish..please contact me directly

Regards

Freddy Heredia

unread,
Apr 15, 2015, 11:46:10 AM4/15/15
to idem...@googlegroups.com, fvil...@outsourcing-im.com
Hi Fernando, I also have a AWS server.
With www. not open the page, if placed only ec2-xx-x-xx-xxx.compute-1.amazonaws.com:8080/webui, admission to the page without problems

I hope to help you, Regards

--

Chuck Boecking

unread,
Apr 15, 2015, 10:13:18 PM4/15/15
to idem...@googlegroups.com, fvil...@outsourcing-im.com
Hi Fernando,

Have you achieved success? If no, I will help. 

I typically interact with the iDempiere server using the following commands: 
  • sudo service idempiere start
  • sudo service idempiere stop
  • sudo service idempiere restart
  • sudo service idempiere status
You will find the output.txt file in the same directory where you originally launched the script. You can use filezilla to pull it to your local desktop if you wish. Here is an example: https://www.youtube.com/watch?v=Qxs7CYguo70

The inbound rules look correct. The only thing to consider is opening up all traffic to your IP instead of the whole world. Please be aware that you are missing port 8443 for server management/logs.

I hope this helps.
Chuck Boecking

Shawn Lough

unread,
Feb 10, 2018, 7:12:40 PM2/10/18
to iDempiere
I've installed iDempiere on an AWS t2.small instance using Ubuntu Linux 16.04 LTS and the script provided at http://www.chuckboecking.com/idempiere-open-source-erp-linux-installation-really-easy-2/.  I have verified that the idempiere service is running and set the ip inbound and outbound according to this group thread (although specifying an IP as suggested by Chuck.  When trying to connect to idempiere via a browser, an error is received that the website cannot be reached.  Any ideas on what I should check next?

Thank you for your assistance.

Regards,
SL 

Chuck Boecking

unread,
Feb 11, 2018, 8:53:33 AM2/11/18
to idem...@googlegroups.com
Hi Shawn,

Make sure your AWS security group is configured to allow port 80 traffic.


Regards,


Chuck Boecking
512.850.6068 (office and cell)
ch...@chuboe.com
ChuckBoecking.com
chuck.boecking (skype)

--
You received this message because you are subscribed to a topic in the Google Groups "iDempiere" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/idempiere/5gfLg0gBE3k/unsubscribe.
To unsubscribe from this group and all its topics, send an email to idempiere+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/idempiere/1ce6c252-7df6-4645-ac5a-d8f93e870acb%40googlegroups.com.
Reply all
Reply to author
Forward
0 new messages