How do I access to a locally installed Openbravo - openbravo

I succesfully built Openbravo on a Debian 10 machine following this guide: http://wiki.openbravo.com/wiki/Installation/Custom/Openbravo_Setup
However, when I navigate to http://localhost/openbravo I get a "service unavailable" page.
Everything went fine at building time and all services are up. What am I doing wrong?

Try to specify port 8080 (as in http://localhost:8080/openbravo)

Related

Attempting to install NuGet server on iis 10 on w2016 yields 404 not found error

My environment:
Windows 10 Creator (1703 with current updates to this date)
Visual Studio 2017, Enterprise, 15.3 with most of the goodies turned on.
Windows 2016, again with all current updates.
iis 10 with WebDeploy installed (that's a whole other installation nightmare, suffice it to say that SO helped there and the answers are already out there so I won't go into it here). Turned on ASP.NET 4.6, otherwise mainly accepted the defaults.
My process:
As per the NuGet.Server documentation, create a new ASP.NET MVC project using the "Empty" template and download and install NuGet.Server as specified. I'm using .NET 4.7 as my framework.
Compile and configure as desired (at least ensure you have an api key in place).
Deploy to iis using the "Publish" | Web Deploy option
Try to get in touch with the NuGet.Server on the website and fail miserably!
My bindings are 192.168.1.25 (yes, the server has a fixed IP address), port 80. The name of the site is AWENuGet and the desired url is www.awenuget.com.
To be sure, all of this works just fine if you take the same project as described above, assign a local port number (creating the project will do that anyway) and then simply running the application in Visual Studio works just fine.
But, when I took that self-same project and simply deployed it to iis, miserable failure.
I tried to open the host file (Windows\System 32\drivers\etc) and added the following:
192.168.1.25 www.awenuget.com
to said file and it still failed.
...and the answer, for me, was to take that same hosts file entry that I made on the server so that the server could see it and install it in my dev machine's hosts file and voila! NOW it works just fine.

Visual Studio 2012 Project: Page cannot be displayed

I have a project which I moved from one computer to the other. The project worked fine on the initial computer but had to get rid of that computer so copied the project folder to the new computer. Now, on runing the project in the new computer, I get a page that give different messages in deferent browsers:
IE: Page cannot be displayed
Chrome: This webpage is not available
Firefox: Firefox failed to establish a connection whith the server at
localhost.
I run the project using ctrl + F5.
The project is set to use the Local IIS web server (with virtual directory localhost/projectname) and is configured for adfs authentication.
I tried running the project straight from IIS but the same outcome.
I tried creating a blank project a running it on the new machine and all worked well.
How could I fix this please?
The page in question required HTTPS and not HTTP; but I wass missing the IIS binding for HTTPS. I followed the instructions here to create a certificate and binding HTTPS using that certficate; and that solved the issue.

Windows Azure emulator 2.1 not running on express mode

Upgraded my windows azure project to 2.1 and i cannot get the local emulator to work any longer.
I get this error when I run on express mode
"the compute emulator is not running in express emulation mode. Please restart the emulator in correct mode."
I tried restarting but it just would not work.
I also tried using the full mode but get this one
-'cannot listen on pipe name 'net.pipe //localhost/dfService/ because another pipe endpoint is already listening on that name'
- I get a dfagent and windows azure development fabric logging agent not working on this setup as well.
Please help.
Thank you

Windows azure emulator 127.0.0.1:81 not accessible in internet explorer

I am using some example code, http://www.windowsazure.com/en-us/develop/nodejs/tutorials/app-using-socketio/, to create a basic socket.io app with the WorkerRole. Upon starting the emulator, I go to access: 127.0.0.1:81, but IE will not load the page saying it's not accessible.
Here is the output of powershell
PS Y:\Project\WorkerRole1> Start-AzureEmulator -launch
Creating local package...
Starting Emulator...
Role is running at tcp://127.0.0.1:81
Role is running at tcp://127.0.0.1:8
Started
Edit: Another note, I am using the Parallels VM with Windows 8 on OSX 10.8.2
Please check the value of process.env.port to see if it's 80 or 81. This might because you are listening on 80 but the local emulator use 81.

IIS localhost page not found in windows 7

I have windows 7 64 bit ultimate OS. I need to install IIS on my laptop. From turn on/off windows features I enabled IIS by checking the checkbox in front of IIS management console. But it was not successful and then I re-enabled it by checking all the checkboxes under the web management tool. This time it was success and if I type inetmgr now I can find the window.
But the problem is when I type localhost on my browser address bar page does not come(404 page not found.)
Can you please help me to solve this issue?
I solved the issue. The problem was default web site not running because of port 80 uses by another application. Then I changed the port and re start the web site. Now it is working fine. :)
Close all applications like Skype, DropBox, GoogleDisk, TeamViewer etc.
Type iisreset in Windows Console and press Enter
Start again all applications like Skype, DropBox, GoogleDisk, TeamViewer etc.
Whis way always working for me!
In My System the Problem was not with port. When i installed Apache some iis service has got uninstalled. SO I removed IIS from the features and Add Again, then it works fine.

Resources