I install erpnext with success i going in myip:8000 and i show error connection refuse
Only warning during installation it’s this
TASK [locale : Check current locale] ***************************************************************
skipping: [localhost]
TASK [locale : Set Locale] *************************************************************************
[WARNING]: when statements should not include jinja2 templating delimiters such as {{ }} or {% %}.
Found: (ansible_distribution == ‘Centos’ or ansible_distribution == ‘Ubuntu’) and
locale_test.stdout.find(‘LANG={{ locale_lang }}’) == -1
skipping: [localhost]
TASK [locale : Set keymap] *************************************************************************
[WARNING]: when statements should not include jinja2 templating delimiters such as {{ }} or {% %}.
Found: (ansible_distribution == ‘Centos’ or ansible_distribution == ‘Ubuntu’) and
locale_test.stdout.find(‘Keymap: {{locale_keymap}}’) == -1
Did you give any site name during installation of erpnext ? If yes, you should try to add the site name to your etc/hosts and access try to access it with sitename:8000
It is not working.
I tried with the virtual box instance (a) Production one and (b) development one.
not one time, couple of time last few days I download and install the virtual instance
Some time back, it worked perfectly, now I guess it has something to do with the virtual instance itself, hope some one from ERPNext check the files and confirm
Thanks
Joseph John
@caygri Can you specify the exact steps to reproduce the error?? Which commands did you use to install ERPNext? The error log you posted isn’t helpful. Please post the last part if some error popped up. Did you see the message ‘ERPNext has been installed successfully’.
If you installed using the --production flag, it’ll be accessible on YOUR_IP, and if you’ve installed using the --develop flag, you’ll have to run the bench start command from the frappe-bench folder and only then it’ll be accessible on the YOUR_IP:8000.
@jjk_saji can you post an error log? It’ll help us in debugging the issue.
@codingCoffee
Thanks for the reply. I will state the steps
I have used the virtual machine image from the download page “https://erpnext.com/download”
Then I opened (imported ) it to virtual box ( couple of times, I changed the network setting to bridge, some times I did with the default network settings
Then started with the virtual box instance
once the instance is up, I logged using ‘frappe’ and found what is my ip address is
then I went to the host machine, types the IP address and the port IP:8080
got the message server not accessible
For trouble shooting I again logged into the guest (erpnext ) instance and from the command line, gave “telnet IP 8080” I got message connection closed by foreign host, this means the service which has to using the port 8080 not running.
This step I have done so many time, since yesterday and today
Hope I know where it is gone wrong
thanks
Opened localhost:8080 in my browser and I was able to access it.
it is from the guest or from the host you are tryin, default virtual box image which is downloaded do not have a GUI, from where did u run the browser.
It it not better to mention IP_Address:8080 than saying localhost