Follow these steps: - Check if your IP is correct
- Check if port 8080 is open on the NetVizura server
- Check if tomcat service is up (using
top command)- if not, try to start it (
service tomcat6 start ) - if it can not be started check which services are installed:
The listing of /etc/init.d - The listing of command
service --status-all - The listing of command
chkconfig –list
- Check if PostgreSQL is up (
service postgresql-9.3 status )- if not, try to start it:
service postgresql-9.3 start
tomcat6 and postgresql-9.3 are examples of Tomcat and PostgreSQL installation. Name of services and their versions on your server may differ. |
If the problem persists please contact us at support@netvizura.com and send us the following: - On which virtual (or physical) platform have you installed NetVizura (VMWare Workstation, Proxmox, Xen, physical machine...)
- The listings of commands ran in step 3.b. above
- Entire zipped directory
/var/log/tomcat6/ - File
/var/log/pgsql - Entire zipped directory
/var/lib/pgsql/9.3/data/pg_log/ - Entire zipped directory
/var/log/netvizura/
|