Re: Management Server Startup Issue

2014-07-15 Thread Rafael Weingartner
Found = 0 > > >> > missCountExpired = 0 maxBytesLocalHeap = 0 overflowToOffHeap = false > > >> > maxBytesLocalOffHeap = 0 maxBytesLocalDisk = 0 pinned = false ] > > >> > INFO [c.c.u.d.GenericDaoBase] (main:null) Cache created: [ name = > > >>

Re: Management Server Startup Issue

2014-07-15 Thread Adam
Count = 0 diskStoreHitCount = 0 missCountNotFound = 0 > >> > missCountExpired = 0 maxBytesLocalHeap = 0 overflowToOffHeap = false > >> > maxBytesLocalOffHeap = 0 maxBytesLocalDisk = 0 pinned = fal > >> > se ] > >> > > >> > > >> > > &

Re: Management Server Startup Issue

2014-07-15 Thread Rafael Weingartner
gt;> > wrote: >> > >> > >> > It is also worth noting that these are the last two DB queries that >> > >> > happen >> > >> > before the stop. So it may have something to do with cloudbridge? >> > >> > >> > >>

Re: Management Server Startup Issue

2014-06-10 Thread Rafael Weingartner
com.net> on cloud > 9 Query /* mysql-connector-java-5.1.17-SNAPSHOT ( > Revision: ${bzr.revision-id} ) */SHOW VARIABLES WHERE Variable_name > ='language' OR Variable_name = 'net_write_timeout' OR Variable_name = > 'interactive_timeout' OR Variab

Re: Management Server Startup Issue

2014-06-10 Thread Rafael Weingartner
R Variable_name = > > 'character_set_server' > > OR Variable_name = 'tx_isolation' OR Variable_name = > 'transaction_isolation' OR Variable_name = 'character_set_results' OR > Variable_name = 'timezone' OR Variable_name = 'time_z

Re: Management Server Startup Issue

2014-06-10 Thread Steve Searles
9 Query SELECT 1 9 Query SET autocommit=0 9 Query SELECT configuration.name, configuration.value FROM configuration WHERE configuration.name = _binary'enable.ec2.api' ORDER BY RAND() LIMIT 1 9 Query commit 9 Q

Re: Management Server Startup Issue

2014-06-10 Thread Steve Searles
9 Query SELECT 1 9 Query SET autocommit=0 9 Query SELECT configuration.name, configuration.value FROM configuration WHERE configuration.name = _binary'enable.ec2.api' ORDER BY RAND() LIMIT 1 9 Query commit

Re: Management Server Startup Issue

2014-06-10 Thread Steve Searles
SET autocommit=0 9 Query SELECT configuration.name, configuration.value FROM configuration WHERE configuration.name = _binary'enable.ec2.api' ORDER BY RAND() LIMIT 1 9 Query commit 9 Query rollback 9 Query SET autoc

Re: Management Server Startup Issue

2014-06-10 Thread Rafael Weingartner
' OR Variable_name = 'lower_case_table_names' OR > Variable_name = 'max_allowed_packet' OR Variable_name = > > 'net_buffer_length' > > OR Variable_name = 'sql_mode' OR Variable_name = 'query_cache_type' OR > Variable_name = 'qu

Re: Management Server Startup Issue

2014-06-10 Thread Steve Searles
mit=0 9 Query SELECT @@session.tx_isolation 9 Query SET SESSION TRANSACTION ISOLATION LEVEL READ COMMITTED 9 Query SELECT 1 9 Query SET autocommit=0 9 Query SELECT configuration.name, configuration.value

Re: Management Server Startup Issue

2014-06-10 Thread Rafael Weingartner
27; OR > Variable_name = 'max_allowed_packet' OR Variable_name = > > 'net_buffer_length' > > OR Variable_name = 'sql_mode' OR Variable_name = 'query_cache_type' OR > Variable_name = 'query_cache_size' OR Variable_name = 'init_c

Re: Management Server Startup Issue

2014-06-10 Thread Steve Searles
autocommit=0 9 Query SELECT @@session.tx_isolation 9 Query SET SESSION TRANSACTION ISOLATION LEVEL READ COMMITTED 9 Query SELECT 1 9 Query SET autocommit=0 9 Query SELECT configuration

Re: Management Server Startup Issue

2014-06-10 Thread Rafael Weingartner
= 'sql_mode' OR Variable_name = 'query_cache_type' OR > >> Variable_name = 'query_cache_size' OR Variable_name = 'init_connect' > >>9 Query /* mysql-connector-java-5.1.17-SNAPSHOT ( > >> Revision: ${bzr.rev

Re: Management Server Startup Issue

2014-06-10 Thread Steve Searles
9 Query SET character_set_results = NULL >> 9 Query SET autocommit=1 >>9 Query SET sql_mode='STRICT_TRANS_TABLES' >>9 Query SET autocommit=0 >>9 Query SELECT @@session.tx_iso

Re: Management Server Startup Issue

2014-06-10 Thread Rafael Weingartner
gt; 9 Query SELECT @@session.tx_isolation > 9 Query SET SESSION TRANSACTION ISOLATION LEVEL > READ COMMITTED > 9 Query SELECT 1 > 9 Query SET autocommit=0 > 9 Query

RE: Management Server Startup Issue

2014-06-09 Thread Steve Searles
y SET autocommit=0 9 Query SELECT configuration.name, configuration.value FROM configuration WHERE configuration.name = _binary'enable.ec2.api' ORDER BY RAND() LIMIT 1 9 Query commit 9 Query rollback 9 Qu

RE: Management Server Startup Issue

2014-06-09 Thread Steve Searles
Searles -Original Message- From: Rafael Weingartner [mailto:rafaelweingart...@gmail.com] Sent: Monday, June 9, 2014 6:57 PM To: users@cloudstack.apache.org Subject: Re: Management Server Startup Issue please give more logs. It is the 4.3.0 right? I bet there is a problem with a missing

Re: Management Server Startup Issue

2014-06-09 Thread Rafael Weingartner
please give more logs. It is the 4.3.0 right? I bet there is a problem with a missing dependency. On Mon, Jun 9, 2014 at 7:32 PM, Steve Searles wrote: > Anyone have any idea why the management service would refuse to start if > the DB server is configured as a master for replication? > > > > lo

Management Server Startup Issue

2014-06-09 Thread Steve Searles
Anyone have any idea why the management service would refuse to start if the DB server is configured as a master for replication? log_bin=mysql-bin server_id=1 Adding the above the my.cnf file of my DB server, restarting mysql then restarting cloudstack-managment will cause cloudstack to get