Hello,
I’m new to CUBA.platform. I installed CUBA Studio v.6.10.1 on my Mac (OS 10.14.2) and follow the steps in the Quick Start Tutorial. But wenn I run and open the “sales-app” on http://localhost:8080/app I get a 404-error. I do the same on my Linux-PC without an error and I could login into the app.
Here is who I start the “sales-app”:
- New Project
- Project name = sales
- Platform version = platform-6.10.5 (default value)
- OK
- Build → Assemble
- Run → Create Database
- OK
- Run → Deploy
- Run → Start application server
- Open localhost:8080/app
=> Browser shows error 404
Some tests on the terminal:
Before starting CUBA:
# netstat -an |grep 8080
#
After starting CUBA and the application:
#netstat -an |grep 8080
tcp46 0 0 *.8080 *.* LISTEN
tcp4 0 0 127.0.0.1.51613 127.0.0.1.8080 TIME_WAIT
tcp4 0 0 127.0.0.1.51615 127.0.0.1.8080 TIME_WAIT
tcp4 0 0 127.0.0.1.51617 127.0.0.1.8080 TIME_WAIT
Does anyone has the same problem, or an idea?
Thx
Andi