Re: Unable to connect to Cloudstack UI - v4.3

2014-07-01 Thread Rajani Karuturi
The exception says cannot connect to mysql server.
are you able to access mysql server from your management server?

~Rajani



On 30-Jun-2014, at 6:01 pm, Brisset Simon 
simon.bris...@gmail.commailto:simon.bris...@gmail.com wrote:

@Rajani , it's not working
@Rajesh : management log in attached file

and on port 8080 there is :
tcp0  0 :::8080 :::*LISTEN  3998/java


2014-06-30 12:19 GMT+02:00 Rajesh Battala 
rajesh.batt...@citrix.commailto:rajesh.batt...@citrix.com:
Can you post mgmt. log.
Looks like another application is running on 8080 port.
Can you netstat and see which app is running on 8080 port.


Thanks
Rajesh Battala

-Original Message-
From: Brisset Simon 
[mailto:simon.bris...@gmail.commailto:simon.bris...@gmail.com]
Sent: Monday, June 30, 2014 2:58 PM
To: users@cloudstack.apache.orgmailto:users@cloudstack.apache.org
Subject: Unable to connect to Cloudstack UI - v4.3

Hi Everyone,

I have a bit of an issue to connect to the web interface. I have an 
environnment test on Cloudstack 4.3 The management server is on a centos 6.4 
(NFS share too).

I tried things but none of them worked more than 1 time :

- Restart the service cloudstack-management
- Restart the service tomcat6 (this one cause me a lot of trouble)

I checked the log

/cloudstack/management/catalina.out
- java.net.BindException: Address already in use null:8080

- netstat –ntap | grep 8080
try yo kill -15 the pid

- ps -ax | grep tomcat
try yo kill -9 the pid

I also had this :

cloudstack-management dead but pid file exists

The pid file locates at /var/run/cloudstack-management.pid and lock file at

var/lock/subsys/cloudstack-management.
But after restarted the service , it seemed ok.

- Try to RM /var/lock/subsys/tomcat6


Anyway, i tried a lot of things, but if anyone already had this issue before 
and had a process to do in this case, please help me !


Thanks .

--
*BRISSET Simon*
Troisième année, Promotion 2014

Mail : simon.bris...@gmail.commailto:simon.bris...@gmail.com
Tel : 06.58.55.40.83



--
BRISSET Simon
Troisième année, Promotion 2014

Mail : simon.bris...@gmail.commailto:simon.bris...@gmail.com
Tel : 06.58.55.40.83
management-serverlog.txt



Re: Unable to connect to Cloudstack UI - v4.3

2014-07-01 Thread Brisset Simon
Yes the problem is solved now,
Whats strange, its that i have to start manually the service /
*etc/init.d/mysqld *when i launch my management server.

But its working, thanks


2014-07-01 11:18 GMT+02:00 Rajani Karuturi rajani.karut...@citrix.com:

 The exception says cannot connect to mysql server.
 are you able to access mysql server from your management server?

 ~Rajani



 On 30-Jun-2014, at 6:01 pm, Brisset Simon simon.bris...@gmail.commailto:
 simon.bris...@gmail.com wrote:

 @Rajani , it's not working
 @Rajesh : management log in attached file

 and on port 8080 there is :
 tcp0  0 :::8080 :::*LISTEN  3998/java


 2014-06-30 12:19 GMT+02:00 Rajesh Battala rajesh.batt...@citrix.com
 mailto:rajesh.batt...@citrix.com:
 Can you post mgmt. log.
 Looks like another application is running on 8080 port.
 Can you netstat and see which app is running on 8080 port.


 Thanks
 Rajesh Battala

 -Original Message-
 From: Brisset Simon [mailto:simon.bris...@gmail.commailto:
 simon.bris...@gmail.com]
 Sent: Monday, June 30, 2014 2:58 PM
 To: users@cloudstack.apache.orgmailto:users@cloudstack.apache.org
 Subject: Unable to connect to Cloudstack UI - v4.3

 Hi Everyone,

 I have a bit of an issue to connect to the web interface. I have an
 environnment test on Cloudstack 4.3 The management server is on a centos
 6.4 (NFS share too).

 I tried things but none of them worked more than 1 time :

 - Restart the service cloudstack-management
 - Restart the service tomcat6 (this one cause me a lot of trouble)

 I checked the log

 /cloudstack/management/catalina.out
 - java.net.BindException: Address already in use null:8080

 - netstat –ntap | grep 8080
 try yo kill -15 the pid

 - ps -ax | grep tomcat
 try yo kill -9 the pid

 I also had this :

 cloudstack-management dead but pid file exists

 The pid file locates at /var/run/cloudstack-management.pid and lock file at

 var/lock/subsys/cloudstack-management.
 But after restarted the service , it seemed ok.

 - Try to RM /var/lock/subsys/tomcat6


 Anyway, i tried a lot of things, but if anyone already had this issue
 before and had a process to do in this case, please help me !


 Thanks .

 --
 *BRISSET Simon*
 Troisième année, Promotion 2014

 Mail : simon.bris...@gmail.commailto:simon.bris...@gmail.com
 Tel : 06.58.55.40.83



 --
 BRISSET Simon
 Troisième année, Promotion 2014

 Mail : simon.bris...@gmail.commailto:simon.bris...@gmail.com
 Tel : 06.58.55.40.83
 management-serverlog.txt




-- 
*BRISSET Simon*
Troisième année, Promotion 2014

Mail : simon.bris...@gmail.com
Tel : 06.58.55.40.83


Re: Unable to connect to Cloudstack UI - v4.3

2014-06-30 Thread sebgoa

On Jun 30, 2014, at 11:28 AM, Brisset Simon simon.bris...@gmail.com wrote:

 Hi Everyone,
 
 I have a bit of an issue to connect to the web interface. I have an
 environnment test on Cloudstack 4.3
 The management server is on a centos 6.4 (NFS share too).
 
 I tried things but none of them worked more than 1 time :
 
 - Restart the service cloudstack-management
 - Restart the service tomcat6 (this one cause me a lot of trouble)
 
 I checked the log
 
 /cloudstack/management/catalina.out
 - java.net.BindException: Address already in use null:8080
 
 - netstat –ntap | grep 8080
 try yo kill -15 the pid
 
 - ps -ax | grep tomcat
 try yo kill -9 the pid
 
 I also had this :
 
 cloudstack-management dead but pid file exists
 
 The pid file locates at /var/run/cloudstack-management.pid and lock file at
 
 var/lock/subsys/cloudstack-management.
 But after restarted the service , it seemed ok.
 
 - Try to RM /var/lock/subsys/tomcat6
 
 
 Anyway, i tried a lot of things, but if anyone already had this issue
 before and had a process to do in this case, please help me !
 

Are you sure you don't have another application using port 8080 ?

 
 Thanks .
 
 -- 
 *BRISSET Simon*
 Troisième année, Promotion 2014
 
 Mail : simon.bris...@gmail.com
 Tel : 06.58.55.40.83



Re: Unable to connect to Cloudstack UI - v4.3

2014-06-30 Thread Brisset Simon
Yes i'm sure of that, it's an install from scratch


2014-06-30 11:48 GMT+02:00 sebgoa run...@gmail.com:


 On Jun 30, 2014, at 11:28 AM, Brisset Simon simon.bris...@gmail.com
 wrote:

  Hi Everyone,
 
  I have a bit of an issue to connect to the web interface. I have an
  environnment test on Cloudstack 4.3
  The management server is on a centos 6.4 (NFS share too).
 
  I tried things but none of them worked more than 1 time :
 
  - Restart the service cloudstack-management
  - Restart the service tomcat6 (this one cause me a lot of trouble)
 
  I checked the log
 
  /cloudstack/management/catalina.out
  - java.net.BindException: Address already in use null:8080
 
  - netstat –ntap | grep 8080
  try yo kill -15 the pid
 
  - ps -ax | grep tomcat
  try yo kill -9 the pid
 
  I also had this :
 
  cloudstack-management dead but pid file exists
 
  The pid file locates at /var/run/cloudstack-management.pid and lock file
 at
 
  var/lock/subsys/cloudstack-management.
  But after restarted the service , it seemed ok.
 
  - Try to RM /var/lock/subsys/tomcat6
 
 
  Anyway, i tried a lot of things, but if anyone already had this issue
  before and had a process to do in this case, please help me !
 

 Are you sure you don't have another application using port 8080 ?

 
  Thanks .
 
  --
  *BRISSET Simon*
  Troisième année, Promotion 2014
 
  Mail : simon.bris...@gmail.com
  Tel : 06.58.55.40.83




-- 
*BRISSET Simon*
Troisième année, Promotion 2014

Mail : simon.bris...@gmail.com
Tel : 06.58.55.40.83


Re: Unable to connect to Cloudstack UI - v4.3

2014-06-30 Thread Rajani Karuturi
Can you do killall java and try again??

I sometimes get a SocketException on my development setup and management server 
fails to listen on 8080/8096


~Rajani



On 30-Jun-2014, at 2:58 pm, Brisset Simon simon.bris...@gmail.com wrote:

 Hi Everyone,
 
 I have a bit of an issue to connect to the web interface. I have an
 environnment test on Cloudstack 4.3
 The management server is on a centos 6.4 (NFS share too).
 
 I tried things but none of them worked more than 1 time :
 
 - Restart the service cloudstack-management
 - Restart the service tomcat6 (this one cause me a lot of trouble)
 
 I checked the log
 
 /cloudstack/management/catalina.out
 - java.net.BindException: Address already in use null:8080
 
 - netstat –ntap | grep 8080
 try yo kill -15 the pid
 
 - ps -ax | grep tomcat
 try yo kill -9 the pid
 
 I also had this :
 
 cloudstack-management dead but pid file exists
 
 The pid file locates at /var/run/cloudstack-management.pid and lock file at
 
 var/lock/subsys/cloudstack-management.
 But after restarted the service , it seemed ok.
 
 - Try to RM /var/lock/subsys/tomcat6
 
 
 Anyway, i tried a lot of things, but if anyone already had this issue
 before and had a process to do in this case, please help me !
 
 
 Thanks .
 
 -- 
 *BRISSET Simon*
 Troisième année, Promotion 2014
 
 Mail : simon.bris...@gmail.com
 Tel : 06.58.55.40.83



RE: Unable to connect to Cloudstack UI - v4.3

2014-06-30 Thread Rajesh Battala
Can you post mgmt. log. 
Looks like another application is running on 8080 port. 
Can you netstat and see which app is running on 8080 port.


Thanks
Rajesh Battala

-Original Message-
From: Brisset Simon [mailto:simon.bris...@gmail.com] 
Sent: Monday, June 30, 2014 2:58 PM
To: users@cloudstack.apache.org
Subject: Unable to connect to Cloudstack UI - v4.3

Hi Everyone,

I have a bit of an issue to connect to the web interface. I have an 
environnment test on Cloudstack 4.3 The management server is on a centos 6.4 
(NFS share too).

I tried things but none of them worked more than 1 time :

- Restart the service cloudstack-management
- Restart the service tomcat6 (this one cause me a lot of trouble)

I checked the log

/cloudstack/management/catalina.out
- java.net.BindException: Address already in use null:8080

- netstat –ntap | grep 8080
try yo kill -15 the pid

- ps -ax | grep tomcat
try yo kill -9 the pid

I also had this :

cloudstack-management dead but pid file exists

The pid file locates at /var/run/cloudstack-management.pid and lock file at

var/lock/subsys/cloudstack-management.
But after restarted the service , it seemed ok.

- Try to RM /var/lock/subsys/tomcat6


Anyway, i tried a lot of things, but if anyone already had this issue before 
and had a process to do in this case, please help me !


Thanks .

--
*BRISSET Simon*
Troisième année, Promotion 2014

Mail : simon.bris...@gmail.com
Tel : 06.58.55.40.83