Hi Tarek, I have tried it out on Windows myself. I got a warning from Windows Firewall when I started OFBiz, and had to approve it. After that it worked fine. Check your firewall settings for port 8443.
Cheers Paul Foxworthy On Fri, 23 Aug 2019 at 06:24, Hello all <[email protected]> wrote: > Hi Paul, > > I ran the gradlew ofbiz and I got the same error and here is the netstat > command > > C:\Users\tarek>netstat -aon | findstr 8443 > > TCP 0.0.0.0:8443 0.0.0.0:0 LISTENING > 5692 > > TCP 127.0.0.1:59717 127.0.0.1:8443 TIME_WAIT 0 > > TCP 127.0.0.1:59718 127.0.0.1:8443 TIME_WAIT 0 > > TCP 127.0.0.1:59719 127.0.0.1:8443 TIME_WAIT 0 > > > > BR > > Tarek > > > > Sent from Mail <https://go.microsoft.com/fwlink/?LinkId=550986> for > Windows 10 > > > > *From: *Paul Foxworthy <[email protected]> > *Sent: *Thursday, August 22, 2019 5:59 AM > *To: *Hello all <[email protected]> > *Cc: *ofbizuser <[email protected]> > *Subject: *Re: Issue with connect localhost > > > > Hi Tarek, > > > > Did you run > > > > gradlew ofbiz > > > > before you tried again? The message you are seeing this time implies OFBiz > isn't running. What did netstat say? > > > > Cheers > > > > Paul Foxworthy > > > > On Thu, 22 Aug 2019 at 02:28, Hello all <[email protected]> wrote: > > Hi Paul, > > Thanks for your reply I did the actions you sent below but I got this > message > > > > The device or resource (localhost) is not set up to accept connections on > port "8443". > > *Contact your network administrator* > > *Completed* > > The computer or device you are trying to reach is available, but it > doesn’t support what you’re trying to do. This might be a configuration > issue or a limitation of the device. > > Please advice in some details how can I connect ofbiz server. > > > > BR > > > > Tarek > > > > Sent from Mail <https://go.microsoft.com/fwlink/?LinkId=550986> for > Windows 10 > > > > *From: *Paul Foxworthy <[email protected]> > *Sent: *Wednesday, August 21, 2019 8:25 AM > *To: *ofbizuser <[email protected]> > *Cc: *[email protected] > *Subject: *Re: Issue with connect localhost > > > > Hi Tarek, > > > > As the error message says, I think you are not connecting to OFBiz at all, > and it's likely you have a restrictive firewall or proxy configuration. If > you have a proxy for your web browser, turn it off. You might need to add a > firewall rule to allow requests to localhost:8443. > > > > You can verify OFBiz is listening on port 8443 with the netstat command: > https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/netstat > . > > > > Cheers > > > > Paul Foxworthy > > > > On Wed, 21 Aug 2019 at 14:54, Aditya Sharma <[email protected]> > wrote: > > Moving to the user mailing list. > > Hi Tarek Ali, > User mailing list fits for such query as you will get a wider audience > there, see https://ofbiz.apache.org/mailing-lists.html. > Please subscribe to user mailing if you have not. > > > Is there any error in the console logs? > > Thanks and Regards > Aditya Sharma > > On Wed, Aug 21, 2019 at 3:33 AM Tarek Ali <[email protected]> wrote: > > > Hi, > > > > I used Windows 10. > > > > I have an issue with connect server link https://localhost:8443/webtools > > > > > > > > I downloaded Ofbiz from this link > > https://www.apache.org/dyn/closer.lua/ofbiz/apache-ofbiz-16.11.05.zip > > > > I Downloaded and installed Java 1.8 JDK jdk-8u221-windows-x64 > > > > I ran gradlew loadAll then gradlew ofbiz > > > > But I tried to connect te local host link > https://localhost:8443/webtools i > > have got this message > > > > > > > > This site can’t be reached > > > > 127.0.0.1 refused to connect. > > > > Try: > > > > Checking the connection > > > > Checking the proxy and the firewall > > > > ERR_CONNECTION_REFUSED > > > > > > > > Could you please help me to resolve this issue > > > > > > BR > > > > Tarek > > > > > -- > > Coherent Software Australia Pty Ltd > PO Box 2773 > Cheltenham Vic 3192 > > Australia > > > Phone: +61 3 9585 6788 > Web: http://www.coherentsoftware.com.au/ > Email: [email protected] > > > > > > > <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient&utm_term=icon> > > Virus-free. www.avast.com > <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient&utm_term=link> > > > > > -- > > Coherent Software Australia Pty Ltd > PO Box 2773 > Cheltenham Vic 3192 > > Australia > > > Phone: +61 3 9585 6788 > Web: http://www.coherentsoftware.com.au/ > Email: [email protected] > > > -- Coherent Software Australia Pty Ltd PO Box 2773 Cheltenham Vic 3192 Australia Phone: +61 3 9585 6788 Web: http://www.coherentsoftware.com.au/ Email: [email protected]
