Re: Failed to add data store: DB Exception on: com.mysql.jdbc.JDBC42PreparedStatement

2018-03-12 Thread Rafael Weingärtner
Does ACS have a native support to Ceph?
How is the storage setup in your hosts? How are you presenting this storage
to ACS?

On Mon, Mar 12, 2018 at 4:56 PM, McClune, James <
mcclu...@norwalktruckers.net> wrote:

> I'm using the UI to register storage.
>
> - James
>
> On Mon, Mar 12, 2018 at 3:50 PM, Rafael Weingärtner <
> rafaelweingart...@gmail.com> wrote:
>
> > So, you are getting the error while adding the storage in ACS. Right?
> > I copied and pasted the SQL you have your logs, and I got this:
> > Error: Column 'host_address' cannot be null
> > SQLState:  23000
> >
> >
> > This is the SQL I executed, which is in one of your emails:
> >
> > > INSERT INTO storage_pool
> > > (storage_pool.id,storage_pool.name
> > > ,storage_pool.uuid
> > > ,storage_pool.pool_type,storage_pool.created
> > > ,storage_pool.update_time,storage_pool.data_center_id,
> > storage_pool.pod_id,storage_pool.used_bytes,storage_pool.
> > capacity_bytes,storage_pool.status,storage_pool.storage_
> > provider_name,storage_pool.host_address,storage_pool.path
> > > ,storage_pool.port,storage_pool.user_info,storage_pool.
> > cluster_id,storage_pool.scope,storage_pool.managed,storage_
> > pool.capacity_iops,storage_pool.hypervisor)
> > > VALUES
> > > (0
> > > ,_binary'PrimaryStorage1',_binary'9c279e74-15a5-3c8a-
> > b0d1-14349b59710a','RBD'
> > > ,'2018-03-12 14:55:18',null,1
> > > ,1  ,0  ,0
> > > ,'Initialized'  ,_binary'DefaultPrimary'
> > > ,null ,_binary'6A==@10.10.13.141/rbd',6789
> > > ,null  ,1  ,null
> > > ,0   ,null  ,null
>  )
> > >
> >
> > Are you using the API or UI to register this storage?
> >
> >
> > On Mon, Mar 12, 2018 at 4:47 PM, McClune, James <
> > mcclu...@norwalktruckers.net> wrote:
> >
> > > I started fresh with 4.11.0. The Ceph storage was already setup,
> however,
> > > I'm just now adding it to ACS.
> > >
> > > I get this error anytime I add primary storage. Secondary storage can
> be
> > > added with no problems.
> > >
> > > - James
> > >
> > > On Mon, Mar 12, 2018 at 3:39 PM, Rafael Weingärtner <
> > > rafaelweingart...@gmail.com> wrote:
> > >
> > > > When are you receiving this error? I mean, are you receiving it when
> > you
> > > > add the storage? Or, when you do something else? Was the storage
> > already
> > > > confgured?
> > > >
> > > >
> > > > On Mon, Mar 12, 2018 at 4:35 PM, McClune, James <
> > > > mcclu...@norwalktruckers.net> wrote:
> > > >
> > > > > I'm using Oracle MySQL.
> > > > >
> > > > > - James
> > > > >
> > > > > On Mon, Mar 12, 2018 at 3:33 PM, Rafael Weingärtner <
> > > > > rafaelweingart...@gmail.com> wrote:
> > > > >
> > > > > > Well, you can delete the entry you just inserted. the idea to run
> > the
> > > > SQL
> > > > > > was to find the problem.
> > > > > > It is odd, I was expecting to be a missing column problem. What
> is
> > > the
> > > > DB
> > > > > > that you are using? MariaDB or Oracle MySQL?
> > > > > >
> > > > > > On Mon, Mar 12, 2018 at 4:29 PM, McClune, James <
> > > > > > mcclu...@norwalktruckers.net> wrote:
> > > > > >
> > > > > > > Hi Rafael,
> > > > > > >
> > > > > > > I ran the SQL query and got these errors:
> > > > > > >
> > > > > > >
> > > > > > > When I deleted the *_binary* and *storage_pool.* from the query
> > > > > entries,
> > > > > > > it seemed to work. However, I'm still experiencing oddities:
> > > > > > >
> > > > > > >
> > > > > > > Some of my entries were 'null', when they shouldn't be.
> > > > > > >
> > > > > > > Any help is much appreciated.
> > > > > > >
> > > > > > > Thanks,
> > > > > > > James
> > > > > > >
> > > > > > > On Mon, Mar 12, 2018 at 3:06 PM, Rafael Weingärtner <
> > > > > > > rafaelweingart...@gmail.com> wrote:
> > > > > > >
> > > > > > >> Did you try running the insert that is causing the error
> > manually?
> > > > > > >>
> > > > > > >> On Mon, Mar 12, 2018 at 4:04 PM, McClune, James <
> > > > > > >> mcclu...@norwalktruckers.net> wrote:
> > > > > > >>
> > > > > > >> > Hello CloudStack Community,
> > > > > > >> >
> > > > > > >> > I just upgraded ACS from 4.9.3 to 4.11.0. I'm revamping my
> > > primary
> > > > > > >> storage
> > > > > > >> > (Ceph RBD). The problem I'm experiencing is every time I try
> > to
> > > > > re-add
> > > > > > >> my
> > > > > > >> > Ceph storage pool, I get this error:
> > > > > > >> >
> > > > > > >> >
> > > > > > >> >- Something went wrong; please correct the following:
> > > > > > >> >Failed to add data store: DB Exception on:
> > > > > > >> >com.mysql.jdbc.JDBC42PreparedStatement@71996b4a: INSERT
> > INTO
> > > > > > >> >storage_pool (storage_pool.id, storage_pool.name,
> > > > > > storage_pool.uuid,
> > > > > > >> >storage_pool.pool_type, storage_pool.created,
> > > > > > >> storage_pool.update_time,
> > > > > > >> >storage_pool.data_center_id, storage_pool.pod_id,
> > > > > > >> > storage_pool.used_bytes,
> > > > > > >> >stor

Re: Failed to add data store: DB Exception on: com.mysql.jdbc.JDBC42PreparedStatement

2018-03-12 Thread Rafael Weingärtner
If you are entering the IP, there is something wrong. Are you using the UI
or APi via CloudMonkey?

On Mon, Mar 12, 2018 at 4:55 PM, McClune, James <
mcclu...@norwalktruckers.net> wrote:

> Yes, I also got Error: Column 'host_address' cannot be null as well. I
> manually added my RADOS monitor IP for the host_address.
>
> Is this right?
>
> - James
>
> On Mon, Mar 12, 2018 at 3:51 PM, McClune, James <
> mcclu...@norwalktruckers.net> wrote:
>
> > Sorry if I confused you on upgrading from 4.9.3 to 4.11.0. I decided to
> > start from scratch and re-installed with 4.11.0.
> >
> > I did not use any old SQL backups from 4.9.3.
> >
> > - James
> >
> > On Mon, Mar 12, 2018 at 3:39 PM, Rafael Weingärtner <
> > rafaelweingart...@gmail.com> wrote:
> >
> >> When are you receiving this error? I mean, are you receiving it when you
> >> add the storage? Or, when you do something else? Was the storage already
> >> confgured?
> >>
> >>
> >> On Mon, Mar 12, 2018 at 4:35 PM, McClune, James <
> >> mcclu...@norwalktruckers.net> wrote:
> >>
> >> > I'm using Oracle MySQL.
> >> >
> >> > - James
> >> >
> >> > On Mon, Mar 12, 2018 at 3:33 PM, Rafael Weingärtner <
> >> > rafaelweingart...@gmail.com> wrote:
> >> >
> >> > > Well, you can delete the entry you just inserted. the idea to run
> the
> >> SQL
> >> > > was to find the problem.
> >> > > It is odd, I was expecting to be a missing column problem. What is
> >> the DB
> >> > > that you are using? MariaDB or Oracle MySQL?
> >> > >
> >> > > On Mon, Mar 12, 2018 at 4:29 PM, McClune, James <
> >> > > mcclu...@norwalktruckers.net> wrote:
> >> > >
> >> > > > Hi Rafael,
> >> > > >
> >> > > > I ran the SQL query and got these errors:
> >> > > >
> >> > > >
> >> > > > When I deleted the *_binary* and *storage_pool.* from the query
> >> > entries,
> >> > > > it seemed to work. However, I'm still experiencing oddities:
> >> > > >
> >> > > >
> >> > > > Some of my entries were 'null', when they shouldn't be.
> >> > > >
> >> > > > Any help is much appreciated.
> >> > > >
> >> > > > Thanks,
> >> > > > James
> >> > > >
> >> > > > On Mon, Mar 12, 2018 at 3:06 PM, Rafael Weingärtner <
> >> > > > rafaelweingart...@gmail.com> wrote:
> >> > > >
> >> > > >> Did you try running the insert that is causing the error
> manually?
> >> > > >>
> >> > > >> On Mon, Mar 12, 2018 at 4:04 PM, McClune, James <
> >> > > >> mcclu...@norwalktruckers.net> wrote:
> >> > > >>
> >> > > >> > Hello CloudStack Community,
> >> > > >> >
> >> > > >> > I just upgraded ACS from 4.9.3 to 4.11.0. I'm revamping my
> >> primary
> >> > > >> storage
> >> > > >> > (Ceph RBD). The problem I'm experiencing is every time I try to
> >> > re-add
> >> > > >> my
> >> > > >> > Ceph storage pool, I get this error:
> >> > > >> >
> >> > > >> >
> >> > > >> >- Something went wrong; please correct the following:
> >> > > >> >Failed to add data store: DB Exception on:
> >> > > >> >com.mysql.jdbc.JDBC42PreparedStatement@71996b4a: INSERT
> INTO
> >> > > >> >storage_pool (storage_pool.id, storage_pool.name,
> >> > > storage_pool.uuid,
> >> > > >> >storage_pool.pool_type, storage_pool.created,
> >> > > >> storage_pool.update_time,
> >> > > >> >storage_pool.data_center_id, storage_pool.pod_id,
> >> > > >> > storage_pool.used_bytes,
> >> > > >> >storage_pool.capacity_bytes, storage_pool.status,
> >> > > >> >storage_pool.storage_provider_name,
> >> storage_pool.host_address,
> >> > > >> >storage_pool.path, storage_pool.port,
> storage_pool.user_info,
> >> > > >> >storage_pool.cluster_id, storage_pool.scope,
> >> > storage_pool.managed,
> >> > > >> >storage_pool.capacity_iops, storage_pool.hypervisor) VALUES
> >> (0,
> >> > > >> >_binary'PrimaryStorage1', _binary'9c279e74-15a5-3c8a-
> >> > > >> > b0d1-14349b59710a',
> >> > > >> >'RBD', '2018-03-12 14:55:18', null, 1, 1, 0, 0,
> 'Initialized',
> >> > > >> >_binary'DefaultPrimary', null, _binary'6A==@
> 10.10.13.141/rbd'
> >> ,
> >> > > 6789,
> >> > > >> >null, 1, null, 0, null, null)
> >> > > >> >
> >> > > >> > Here is the error from the management-server.log file:
> >> > > >> >
> >> > > >> > 2018-03-12 11:01:32,786 DEBUG [c.c.u.d.T.Transaction]
> >> > > >> > (qtp66233253-19:ctx-04c43d3a ctx-329be767) (logid:c19a8879)
> >> Rolling
> >> > > back
> >> > > >> > the transaction: Time = 1 Name =  qtp66233253-19; called by
> >> > > >> > -TransactionLegacy.rollback:889-TransactionLegacy.removeUpTo
> >> :832-
> >> > > >> > TransactionLegacy.close:656-TransactionContextInterceptor.
> >> > invoke:36-
> >> > > >> > ReflectiveMethodInvocation.proceed:174-ExposeInvocationInter
> >> ceptor.
> >> > > >> > invoke:92-ReflectiveMethodInvocation.proceed:185-
> >> > > >> > JdkDynamicAopProxy.invoke:212-$Proxy91.persist:-1-PrimaryDat
> >> > > >> aStoreHelper.
> >> > > >> > createPrimaryDataStore:135-CloudStackPrimaryDataStoreLife
> >> > > >> > CycleImpl.initialize:353-StorageManagerImpl.createPool:710
> >> > > >> > 2018-03-12 11:01:32,788 DEBUG [c.c.s.StorageManagerImpl]

Re: Failed to add data store: DB Exception on: com.mysql.jdbc.JDBC42PreparedStatement

2018-03-12 Thread McClune, James
I'm using the UI to register storage.

- James

On Mon, Mar 12, 2018 at 3:50 PM, Rafael Weingärtner <
rafaelweingart...@gmail.com> wrote:

> So, you are getting the error while adding the storage in ACS. Right?
> I copied and pasted the SQL you have your logs, and I got this:
> Error: Column 'host_address' cannot be null
> SQLState:  23000
>
>
> This is the SQL I executed, which is in one of your emails:
>
> > INSERT INTO storage_pool
> > (storage_pool.id,storage_pool.name
> > ,storage_pool.uuid
> > ,storage_pool.pool_type,storage_pool.created
> > ,storage_pool.update_time,storage_pool.data_center_id,
> storage_pool.pod_id,storage_pool.used_bytes,storage_pool.
> capacity_bytes,storage_pool.status,storage_pool.storage_
> provider_name,storage_pool.host_address,storage_pool.path
> > ,storage_pool.port,storage_pool.user_info,storage_pool.
> cluster_id,storage_pool.scope,storage_pool.managed,storage_
> pool.capacity_iops,storage_pool.hypervisor)
> > VALUES
> > (0
> > ,_binary'PrimaryStorage1',_binary'9c279e74-15a5-3c8a-
> b0d1-14349b59710a','RBD'
> > ,'2018-03-12 14:55:18',null,1
> > ,1  ,0  ,0
> > ,'Initialized'  ,_binary'DefaultPrimary'
> > ,null ,_binary'6A==@10.10.13.141/rbd',6789
> > ,null  ,1  ,null
> > ,0   ,null  ,null   )
> >
>
> Are you using the API or UI to register this storage?
>
>
> On Mon, Mar 12, 2018 at 4:47 PM, McClune, James <
> mcclu...@norwalktruckers.net> wrote:
>
> > I started fresh with 4.11.0. The Ceph storage was already setup, however,
> > I'm just now adding it to ACS.
> >
> > I get this error anytime I add primary storage. Secondary storage can be
> > added with no problems.
> >
> > - James
> >
> > On Mon, Mar 12, 2018 at 3:39 PM, Rafael Weingärtner <
> > rafaelweingart...@gmail.com> wrote:
> >
> > > When are you receiving this error? I mean, are you receiving it when
> you
> > > add the storage? Or, when you do something else? Was the storage
> already
> > > confgured?
> > >
> > >
> > > On Mon, Mar 12, 2018 at 4:35 PM, McClune, James <
> > > mcclu...@norwalktruckers.net> wrote:
> > >
> > > > I'm using Oracle MySQL.
> > > >
> > > > - James
> > > >
> > > > On Mon, Mar 12, 2018 at 3:33 PM, Rafael Weingärtner <
> > > > rafaelweingart...@gmail.com> wrote:
> > > >
> > > > > Well, you can delete the entry you just inserted. the idea to run
> the
> > > SQL
> > > > > was to find the problem.
> > > > > It is odd, I was expecting to be a missing column problem. What is
> > the
> > > DB
> > > > > that you are using? MariaDB or Oracle MySQL?
> > > > >
> > > > > On Mon, Mar 12, 2018 at 4:29 PM, McClune, James <
> > > > > mcclu...@norwalktruckers.net> wrote:
> > > > >
> > > > > > Hi Rafael,
> > > > > >
> > > > > > I ran the SQL query and got these errors:
> > > > > >
> > > > > >
> > > > > > When I deleted the *_binary* and *storage_pool.* from the query
> > > > entries,
> > > > > > it seemed to work. However, I'm still experiencing oddities:
> > > > > >
> > > > > >
> > > > > > Some of my entries were 'null', when they shouldn't be.
> > > > > >
> > > > > > Any help is much appreciated.
> > > > > >
> > > > > > Thanks,
> > > > > > James
> > > > > >
> > > > > > On Mon, Mar 12, 2018 at 3:06 PM, Rafael Weingärtner <
> > > > > > rafaelweingart...@gmail.com> wrote:
> > > > > >
> > > > > >> Did you try running the insert that is causing the error
> manually?
> > > > > >>
> > > > > >> On Mon, Mar 12, 2018 at 4:04 PM, McClune, James <
> > > > > >> mcclu...@norwalktruckers.net> wrote:
> > > > > >>
> > > > > >> > Hello CloudStack Community,
> > > > > >> >
> > > > > >> > I just upgraded ACS from 4.9.3 to 4.11.0. I'm revamping my
> > primary
> > > > > >> storage
> > > > > >> > (Ceph RBD). The problem I'm experiencing is every time I try
> to
> > > > re-add
> > > > > >> my
> > > > > >> > Ceph storage pool, I get this error:
> > > > > >> >
> > > > > >> >
> > > > > >> >- Something went wrong; please correct the following:
> > > > > >> >Failed to add data store: DB Exception on:
> > > > > >> >com.mysql.jdbc.JDBC42PreparedStatement@71996b4a: INSERT
> INTO
> > > > > >> >storage_pool (storage_pool.id, storage_pool.name,
> > > > > storage_pool.uuid,
> > > > > >> >storage_pool.pool_type, storage_pool.created,
> > > > > >> storage_pool.update_time,
> > > > > >> >storage_pool.data_center_id, storage_pool.pod_id,
> > > > > >> > storage_pool.used_bytes,
> > > > > >> >storage_pool.capacity_bytes, storage_pool.status,
> > > > > >> >storage_pool.storage_provider_name,
> > storage_pool.host_address,
> > > > > >> >storage_pool.path, storage_pool.port,
> storage_pool.user_info,
> > > > > >> >storage_pool.cluster_id, storage_pool.scope,
> > > > storage_pool.managed,
> > > > > >> >storage_pool.capacity_iops, storage_pool.hypervisor) VALUES
> > (0,
> > > > > >> >_binary'PrimaryStorage1', _binary'9c279e74-15a5-3c8a-
> >

Re: Failed to add data store: DB Exception on: com.mysql.jdbc.JDBC42PreparedStatement

2018-03-12 Thread McClune, James
Yes, I also got Error: Column 'host_address' cannot be null as well. I
manually added my RADOS monitor IP for the host_address.

Is this right?

- James

On Mon, Mar 12, 2018 at 3:51 PM, McClune, James <
mcclu...@norwalktruckers.net> wrote:

> Sorry if I confused you on upgrading from 4.9.3 to 4.11.0. I decided to
> start from scratch and re-installed with 4.11.0.
>
> I did not use any old SQL backups from 4.9.3.
>
> - James
>
> On Mon, Mar 12, 2018 at 3:39 PM, Rafael Weingärtner <
> rafaelweingart...@gmail.com> wrote:
>
>> When are you receiving this error? I mean, are you receiving it when you
>> add the storage? Or, when you do something else? Was the storage already
>> confgured?
>>
>>
>> On Mon, Mar 12, 2018 at 4:35 PM, McClune, James <
>> mcclu...@norwalktruckers.net> wrote:
>>
>> > I'm using Oracle MySQL.
>> >
>> > - James
>> >
>> > On Mon, Mar 12, 2018 at 3:33 PM, Rafael Weingärtner <
>> > rafaelweingart...@gmail.com> wrote:
>> >
>> > > Well, you can delete the entry you just inserted. the idea to run the
>> SQL
>> > > was to find the problem.
>> > > It is odd, I was expecting to be a missing column problem. What is
>> the DB
>> > > that you are using? MariaDB or Oracle MySQL?
>> > >
>> > > On Mon, Mar 12, 2018 at 4:29 PM, McClune, James <
>> > > mcclu...@norwalktruckers.net> wrote:
>> > >
>> > > > Hi Rafael,
>> > > >
>> > > > I ran the SQL query and got these errors:
>> > > >
>> > > >
>> > > > When I deleted the *_binary* and *storage_pool.* from the query
>> > entries,
>> > > > it seemed to work. However, I'm still experiencing oddities:
>> > > >
>> > > >
>> > > > Some of my entries were 'null', when they shouldn't be.
>> > > >
>> > > > Any help is much appreciated.
>> > > >
>> > > > Thanks,
>> > > > James
>> > > >
>> > > > On Mon, Mar 12, 2018 at 3:06 PM, Rafael Weingärtner <
>> > > > rafaelweingart...@gmail.com> wrote:
>> > > >
>> > > >> Did you try running the insert that is causing the error manually?
>> > > >>
>> > > >> On Mon, Mar 12, 2018 at 4:04 PM, McClune, James <
>> > > >> mcclu...@norwalktruckers.net> wrote:
>> > > >>
>> > > >> > Hello CloudStack Community,
>> > > >> >
>> > > >> > I just upgraded ACS from 4.9.3 to 4.11.0. I'm revamping my
>> primary
>> > > >> storage
>> > > >> > (Ceph RBD). The problem I'm experiencing is every time I try to
>> > re-add
>> > > >> my
>> > > >> > Ceph storage pool, I get this error:
>> > > >> >
>> > > >> >
>> > > >> >- Something went wrong; please correct the following:
>> > > >> >Failed to add data store: DB Exception on:
>> > > >> >com.mysql.jdbc.JDBC42PreparedStatement@71996b4a: INSERT INTO
>> > > >> >storage_pool (storage_pool.id, storage_pool.name,
>> > > storage_pool.uuid,
>> > > >> >storage_pool.pool_type, storage_pool.created,
>> > > >> storage_pool.update_time,
>> > > >> >storage_pool.data_center_id, storage_pool.pod_id,
>> > > >> > storage_pool.used_bytes,
>> > > >> >storage_pool.capacity_bytes, storage_pool.status,
>> > > >> >storage_pool.storage_provider_name,
>> storage_pool.host_address,
>> > > >> >storage_pool.path, storage_pool.port, storage_pool.user_info,
>> > > >> >storage_pool.cluster_id, storage_pool.scope,
>> > storage_pool.managed,
>> > > >> >storage_pool.capacity_iops, storage_pool.hypervisor) VALUES
>> (0,
>> > > >> >_binary'PrimaryStorage1', _binary'9c279e74-15a5-3c8a-
>> > > >> > b0d1-14349b59710a',
>> > > >> >'RBD', '2018-03-12 14:55:18', null, 1, 1, 0, 0, 'Initialized',
>> > > >> >_binary'DefaultPrimary', null, _binary'6A==@10.10.13.141/rbd'
>> ,
>> > > 6789,
>> > > >> >null, 1, null, 0, null, null)
>> > > >> >
>> > > >> > Here is the error from the management-server.log file:
>> > > >> >
>> > > >> > 2018-03-12 11:01:32,786 DEBUG [c.c.u.d.T.Transaction]
>> > > >> > (qtp66233253-19:ctx-04c43d3a ctx-329be767) (logid:c19a8879)
>> Rolling
>> > > back
>> > > >> > the transaction: Time = 1 Name =  qtp66233253-19; called by
>> > > >> > -TransactionLegacy.rollback:889-TransactionLegacy.removeUpTo
>> :832-
>> > > >> > TransactionLegacy.close:656-TransactionContextInterceptor.
>> > invoke:36-
>> > > >> > ReflectiveMethodInvocation.proceed:174-ExposeInvocationInter
>> ceptor.
>> > > >> > invoke:92-ReflectiveMethodInvocation.proceed:185-
>> > > >> > JdkDynamicAopProxy.invoke:212-$Proxy91.persist:-1-PrimaryDat
>> > > >> aStoreHelper.
>> > > >> > createPrimaryDataStore:135-CloudStackPrimaryDataStoreLife
>> > > >> > CycleImpl.initialize:353-StorageManagerImpl.createPool:710
>> > > >> > 2018-03-12 11:01:32,788 DEBUG [c.c.s.StorageManagerImpl]
>> > > >> > (qtp66233253-19:ctx-04c43d3a ctx-329be767) (logid:c19a8879)
>> Failed
>> > to
>> > > >> add
>> > > >> > data store: DB Exception on: com.mysql.jdbc.
>> > JDBC42PreparedStatement@
>> > > >> > 4901e335:
>> > > >> > INSERT INTO storage_pool (storage_pool.id, storage_pool.name,
>> > > >> > storage_pool.uuid, storage_pool.pool_type, storage_pool.created,
>> > > >> > storage_pool.update_time, storage_pool.data_center_id,
>> > > >> storag

Re: Failed to add data store: DB Exception on: com.mysql.jdbc.JDBC42PreparedStatement

2018-03-12 Thread McClune, James
Sorry if I confused you on upgrading from 4.9.3 to 4.11.0. I decided to
start from scratch and re-installed with 4.11.0.

I did not use any old SQL backups from 4.9.3.

- James

On Mon, Mar 12, 2018 at 3:39 PM, Rafael Weingärtner <
rafaelweingart...@gmail.com> wrote:

> When are you receiving this error? I mean, are you receiving it when you
> add the storage? Or, when you do something else? Was the storage already
> confgured?
>
>
> On Mon, Mar 12, 2018 at 4:35 PM, McClune, James <
> mcclu...@norwalktruckers.net> wrote:
>
> > I'm using Oracle MySQL.
> >
> > - James
> >
> > On Mon, Mar 12, 2018 at 3:33 PM, Rafael Weingärtner <
> > rafaelweingart...@gmail.com> wrote:
> >
> > > Well, you can delete the entry you just inserted. the idea to run the
> SQL
> > > was to find the problem.
> > > It is odd, I was expecting to be a missing column problem. What is the
> DB
> > > that you are using? MariaDB or Oracle MySQL?
> > >
> > > On Mon, Mar 12, 2018 at 4:29 PM, McClune, James <
> > > mcclu...@norwalktruckers.net> wrote:
> > >
> > > > Hi Rafael,
> > > >
> > > > I ran the SQL query and got these errors:
> > > >
> > > >
> > > > When I deleted the *_binary* and *storage_pool.* from the query
> > entries,
> > > > it seemed to work. However, I'm still experiencing oddities:
> > > >
> > > >
> > > > Some of my entries were 'null', when they shouldn't be.
> > > >
> > > > Any help is much appreciated.
> > > >
> > > > Thanks,
> > > > James
> > > >
> > > > On Mon, Mar 12, 2018 at 3:06 PM, Rafael Weingärtner <
> > > > rafaelweingart...@gmail.com> wrote:
> > > >
> > > >> Did you try running the insert that is causing the error manually?
> > > >>
> > > >> On Mon, Mar 12, 2018 at 4:04 PM, McClune, James <
> > > >> mcclu...@norwalktruckers.net> wrote:
> > > >>
> > > >> > Hello CloudStack Community,
> > > >> >
> > > >> > I just upgraded ACS from 4.9.3 to 4.11.0. I'm revamping my primary
> > > >> storage
> > > >> > (Ceph RBD). The problem I'm experiencing is every time I try to
> > re-add
> > > >> my
> > > >> > Ceph storage pool, I get this error:
> > > >> >
> > > >> >
> > > >> >- Something went wrong; please correct the following:
> > > >> >Failed to add data store: DB Exception on:
> > > >> >com.mysql.jdbc.JDBC42PreparedStatement@71996b4a: INSERT INTO
> > > >> >storage_pool (storage_pool.id, storage_pool.name,
> > > storage_pool.uuid,
> > > >> >storage_pool.pool_type, storage_pool.created,
> > > >> storage_pool.update_time,
> > > >> >storage_pool.data_center_id, storage_pool.pod_id,
> > > >> > storage_pool.used_bytes,
> > > >> >storage_pool.capacity_bytes, storage_pool.status,
> > > >> >storage_pool.storage_provider_name, storage_pool.host_address,
> > > >> >storage_pool.path, storage_pool.port, storage_pool.user_info,
> > > >> >storage_pool.cluster_id, storage_pool.scope,
> > storage_pool.managed,
> > > >> >storage_pool.capacity_iops, storage_pool.hypervisor) VALUES (0,
> > > >> >_binary'PrimaryStorage1', _binary'9c279e74-15a5-3c8a-
> > > >> > b0d1-14349b59710a',
> > > >> >'RBD', '2018-03-12 14:55:18', null, 1, 1, 0, 0, 'Initialized',
> > > >> >_binary'DefaultPrimary', null, _binary'6A==@10.10.13.141/rbd',
> > > 6789,
> > > >> >null, 1, null, 0, null, null)
> > > >> >
> > > >> > Here is the error from the management-server.log file:
> > > >> >
> > > >> > 2018-03-12 11:01:32,786 DEBUG [c.c.u.d.T.Transaction]
> > > >> > (qtp66233253-19:ctx-04c43d3a ctx-329be767) (logid:c19a8879)
> Rolling
> > > back
> > > >> > the transaction: Time = 1 Name =  qtp66233253-19; called by
> > > >> > -TransactionLegacy.rollback:889-TransactionLegacy.removeUpTo:832-
> > > >> > TransactionLegacy.close:656-TransactionContextInterceptor.
> > invoke:36-
> > > >> > ReflectiveMethodInvocation.proceed:174-
> ExposeInvocationInterceptor.
> > > >> > invoke:92-ReflectiveMethodInvocation.proceed:185-
> > > >> > JdkDynamicAopProxy.invoke:212-$Proxy91.persist:-1-PrimaryDat
> > > >> aStoreHelper.
> > > >> > createPrimaryDataStore:135-CloudStackPrimaryDataStoreLife
> > > >> > CycleImpl.initialize:353-StorageManagerImpl.createPool:710
> > > >> > 2018-03-12 11:01:32,788 DEBUG [c.c.s.StorageManagerImpl]
> > > >> > (qtp66233253-19:ctx-04c43d3a ctx-329be767) (logid:c19a8879) Failed
> > to
> > > >> add
> > > >> > data store: DB Exception on: com.mysql.jdbc.
> > JDBC42PreparedStatement@
> > > >> > 4901e335:
> > > >> > INSERT INTO storage_pool (storage_pool.id, storage_pool.name,
> > > >> > storage_pool.uuid, storage_pool.pool_type, storage_pool.created,
> > > >> > storage_pool.update_time, storage_pool.data_center_id,
> > > >> storage_pool.pod_id,
> > > >> > storage_pool.used_bytes, storage_pool.capacity_bytes,
> > > >> storage_pool.status,
> > > >> > storage_pool.storage_provider_name, storage_pool.host_address,
> > > >> > storage_pool.path, storage_pool.port, storage_pool.user_info,
> > > >> > storage_pool.cluster_id, storage_pool.scope, storage_pool.managed,
> > > >> > storage_pool.capacity_iops, storage_pool.h

Re: Failed to add data store: DB Exception on: com.mysql.jdbc.JDBC42PreparedStatement

2018-03-12 Thread Rafael Weingärtner
So, you are getting the error while adding the storage in ACS. Right?
I copied and pasted the SQL you have your logs, and I got this:
Error: Column 'host_address' cannot be null
SQLState:  23000


This is the SQL I executed, which is in one of your emails:

> INSERT INTO storage_pool
> (storage_pool.id,storage_pool.name
> ,storage_pool.uuid
> ,storage_pool.pool_type,storage_pool.created
> ,storage_pool.update_time,storage_pool.data_center_id,storage_pool.pod_id,storage_pool.used_bytes,storage_pool.capacity_bytes,storage_pool.status,storage_pool.storage_provider_name,storage_pool.host_address,storage_pool.path
> ,storage_pool.port,storage_pool.user_info,storage_pool.cluster_id,storage_pool.scope,storage_pool.managed,storage_pool.capacity_iops,storage_pool.hypervisor)
> VALUES
> (0
> ,_binary'PrimaryStorage1',_binary'9c279e74-15a5-3c8a-b0d1-14349b59710a','RBD'
> ,'2018-03-12 14:55:18',null,1
> ,1  ,0  ,0
> ,'Initialized'  ,_binary'DefaultPrimary'
> ,null ,_binary'6A==@10.10.13.141/rbd',6789
> ,null  ,1  ,null
> ,0   ,null  ,null   )
>

Are you using the API or UI to register this storage?


On Mon, Mar 12, 2018 at 4:47 PM, McClune, James <
mcclu...@norwalktruckers.net> wrote:

> I started fresh with 4.11.0. The Ceph storage was already setup, however,
> I'm just now adding it to ACS.
>
> I get this error anytime I add primary storage. Secondary storage can be
> added with no problems.
>
> - James
>
> On Mon, Mar 12, 2018 at 3:39 PM, Rafael Weingärtner <
> rafaelweingart...@gmail.com> wrote:
>
> > When are you receiving this error? I mean, are you receiving it when you
> > add the storage? Or, when you do something else? Was the storage already
> > confgured?
> >
> >
> > On Mon, Mar 12, 2018 at 4:35 PM, McClune, James <
> > mcclu...@norwalktruckers.net> wrote:
> >
> > > I'm using Oracle MySQL.
> > >
> > > - James
> > >
> > > On Mon, Mar 12, 2018 at 3:33 PM, Rafael Weingärtner <
> > > rafaelweingart...@gmail.com> wrote:
> > >
> > > > Well, you can delete the entry you just inserted. the idea to run the
> > SQL
> > > > was to find the problem.
> > > > It is odd, I was expecting to be a missing column problem. What is
> the
> > DB
> > > > that you are using? MariaDB or Oracle MySQL?
> > > >
> > > > On Mon, Mar 12, 2018 at 4:29 PM, McClune, James <
> > > > mcclu...@norwalktruckers.net> wrote:
> > > >
> > > > > Hi Rafael,
> > > > >
> > > > > I ran the SQL query and got these errors:
> > > > >
> > > > >
> > > > > When I deleted the *_binary* and *storage_pool.* from the query
> > > entries,
> > > > > it seemed to work. However, I'm still experiencing oddities:
> > > > >
> > > > >
> > > > > Some of my entries were 'null', when they shouldn't be.
> > > > >
> > > > > Any help is much appreciated.
> > > > >
> > > > > Thanks,
> > > > > James
> > > > >
> > > > > On Mon, Mar 12, 2018 at 3:06 PM, Rafael Weingärtner <
> > > > > rafaelweingart...@gmail.com> wrote:
> > > > >
> > > > >> Did you try running the insert that is causing the error manually?
> > > > >>
> > > > >> On Mon, Mar 12, 2018 at 4:04 PM, McClune, James <
> > > > >> mcclu...@norwalktruckers.net> wrote:
> > > > >>
> > > > >> > Hello CloudStack Community,
> > > > >> >
> > > > >> > I just upgraded ACS from 4.9.3 to 4.11.0. I'm revamping my
> primary
> > > > >> storage
> > > > >> > (Ceph RBD). The problem I'm experiencing is every time I try to
> > > re-add
> > > > >> my
> > > > >> > Ceph storage pool, I get this error:
> > > > >> >
> > > > >> >
> > > > >> >- Something went wrong; please correct the following:
> > > > >> >Failed to add data store: DB Exception on:
> > > > >> >com.mysql.jdbc.JDBC42PreparedStatement@71996b4a: INSERT INTO
> > > > >> >storage_pool (storage_pool.id, storage_pool.name,
> > > > storage_pool.uuid,
> > > > >> >storage_pool.pool_type, storage_pool.created,
> > > > >> storage_pool.update_time,
> > > > >> >storage_pool.data_center_id, storage_pool.pod_id,
> > > > >> > storage_pool.used_bytes,
> > > > >> >storage_pool.capacity_bytes, storage_pool.status,
> > > > >> >storage_pool.storage_provider_name,
> storage_pool.host_address,
> > > > >> >storage_pool.path, storage_pool.port, storage_pool.user_info,
> > > > >> >storage_pool.cluster_id, storage_pool.scope,
> > > storage_pool.managed,
> > > > >> >storage_pool.capacity_iops, storage_pool.hypervisor) VALUES
> (0,
> > > > >> >_binary'PrimaryStorage1', _binary'9c279e74-15a5-3c8a-
> > > > >> > b0d1-14349b59710a',
> > > > >> >'RBD', '2018-03-12 14:55:18', null, 1, 1, 0, 0,
> 'Initialized',
> > > > >> >_binary'DefaultPrimary', null, _binary'6A==@10.10.13.141/rbd
> ',
> > > > 6789,
> > > > >> >null, 1, null, 0, null, null)
> > > > >> >
> > > > >> > Here is the error from the management-server.log file:
> > > > >> >
> > > > >> > 2018-03-12 11:01:32,786 DEBUG [c.c.u.d.T.Transac

Re: Failed to add data store: DB Exception on: com.mysql.jdbc.JDBC42PreparedStatement

2018-03-12 Thread McClune, James
I started fresh with 4.11.0. The Ceph storage was already setup, however,
I'm just now adding it to ACS.

I get this error anytime I add primary storage. Secondary storage can be
added with no problems.

- James

On Mon, Mar 12, 2018 at 3:39 PM, Rafael Weingärtner <
rafaelweingart...@gmail.com> wrote:

> When are you receiving this error? I mean, are you receiving it when you
> add the storage? Or, when you do something else? Was the storage already
> confgured?
>
>
> On Mon, Mar 12, 2018 at 4:35 PM, McClune, James <
> mcclu...@norwalktruckers.net> wrote:
>
> > I'm using Oracle MySQL.
> >
> > - James
> >
> > On Mon, Mar 12, 2018 at 3:33 PM, Rafael Weingärtner <
> > rafaelweingart...@gmail.com> wrote:
> >
> > > Well, you can delete the entry you just inserted. the idea to run the
> SQL
> > > was to find the problem.
> > > It is odd, I was expecting to be a missing column problem. What is the
> DB
> > > that you are using? MariaDB or Oracle MySQL?
> > >
> > > On Mon, Mar 12, 2018 at 4:29 PM, McClune, James <
> > > mcclu...@norwalktruckers.net> wrote:
> > >
> > > > Hi Rafael,
> > > >
> > > > I ran the SQL query and got these errors:
> > > >
> > > >
> > > > When I deleted the *_binary* and *storage_pool.* from the query
> > entries,
> > > > it seemed to work. However, I'm still experiencing oddities:
> > > >
> > > >
> > > > Some of my entries were 'null', when they shouldn't be.
> > > >
> > > > Any help is much appreciated.
> > > >
> > > > Thanks,
> > > > James
> > > >
> > > > On Mon, Mar 12, 2018 at 3:06 PM, Rafael Weingärtner <
> > > > rafaelweingart...@gmail.com> wrote:
> > > >
> > > >> Did you try running the insert that is causing the error manually?
> > > >>
> > > >> On Mon, Mar 12, 2018 at 4:04 PM, McClune, James <
> > > >> mcclu...@norwalktruckers.net> wrote:
> > > >>
> > > >> > Hello CloudStack Community,
> > > >> >
> > > >> > I just upgraded ACS from 4.9.3 to 4.11.0. I'm revamping my primary
> > > >> storage
> > > >> > (Ceph RBD). The problem I'm experiencing is every time I try to
> > re-add
> > > >> my
> > > >> > Ceph storage pool, I get this error:
> > > >> >
> > > >> >
> > > >> >- Something went wrong; please correct the following:
> > > >> >Failed to add data store: DB Exception on:
> > > >> >com.mysql.jdbc.JDBC42PreparedStatement@71996b4a: INSERT INTO
> > > >> >storage_pool (storage_pool.id, storage_pool.name,
> > > storage_pool.uuid,
> > > >> >storage_pool.pool_type, storage_pool.created,
> > > >> storage_pool.update_time,
> > > >> >storage_pool.data_center_id, storage_pool.pod_id,
> > > >> > storage_pool.used_bytes,
> > > >> >storage_pool.capacity_bytes, storage_pool.status,
> > > >> >storage_pool.storage_provider_name, storage_pool.host_address,
> > > >> >storage_pool.path, storage_pool.port, storage_pool.user_info,
> > > >> >storage_pool.cluster_id, storage_pool.scope,
> > storage_pool.managed,
> > > >> >storage_pool.capacity_iops, storage_pool.hypervisor) VALUES (0,
> > > >> >_binary'PrimaryStorage1', _binary'9c279e74-15a5-3c8a-
> > > >> > b0d1-14349b59710a',
> > > >> >'RBD', '2018-03-12 14:55:18', null, 1, 1, 0, 0, 'Initialized',
> > > >> >_binary'DefaultPrimary', null, _binary'6A==@10.10.13.141/rbd',
> > > 6789,
> > > >> >null, 1, null, 0, null, null)
> > > >> >
> > > >> > Here is the error from the management-server.log file:
> > > >> >
> > > >> > 2018-03-12 11:01:32,786 DEBUG [c.c.u.d.T.Transaction]
> > > >> > (qtp66233253-19:ctx-04c43d3a ctx-329be767) (logid:c19a8879)
> Rolling
> > > back
> > > >> > the transaction: Time = 1 Name =  qtp66233253-19; called by
> > > >> > -TransactionLegacy.rollback:889-TransactionLegacy.removeUpTo:832-
> > > >> > TransactionLegacy.close:656-TransactionContextInterceptor.
> > invoke:36-
> > > >> > ReflectiveMethodInvocation.proceed:174-
> ExposeInvocationInterceptor.
> > > >> > invoke:92-ReflectiveMethodInvocation.proceed:185-
> > > >> > JdkDynamicAopProxy.invoke:212-$Proxy91.persist:-1-PrimaryDat
> > > >> aStoreHelper.
> > > >> > createPrimaryDataStore:135-CloudStackPrimaryDataStoreLife
> > > >> > CycleImpl.initialize:353-StorageManagerImpl.createPool:710
> > > >> > 2018-03-12 11:01:32,788 DEBUG [c.c.s.StorageManagerImpl]
> > > >> > (qtp66233253-19:ctx-04c43d3a ctx-329be767) (logid:c19a8879) Failed
> > to
> > > >> add
> > > >> > data store: DB Exception on: com.mysql.jdbc.
> > JDBC42PreparedStatement@
> > > >> > 4901e335:
> > > >> > INSERT INTO storage_pool (storage_pool.id, storage_pool.name,
> > > >> > storage_pool.uuid, storage_pool.pool_type, storage_pool.created,
> > > >> > storage_pool.update_time, storage_pool.data_center_id,
> > > >> storage_pool.pod_id,
> > > >> > storage_pool.used_bytes, storage_pool.capacity_bytes,
> > > >> storage_pool.status,
> > > >> > storage_pool.storage_provider_name, storage_pool.host_address,
> > > >> > storage_pool.path, storage_pool.port, storage_pool.user_info,
> > > >> > storage_pool.cluster_id, storage_pool.scope, storage_pool.managed,
> > > >> > storage

Re: Failed to add data store: DB Exception on: com.mysql.jdbc.JDBC42PreparedStatement

2018-03-12 Thread Rafael Weingärtner
When are you receiving this error? I mean, are you receiving it when you
add the storage? Or, when you do something else? Was the storage already
confgured?


On Mon, Mar 12, 2018 at 4:35 PM, McClune, James <
mcclu...@norwalktruckers.net> wrote:

> I'm using Oracle MySQL.
>
> - James
>
> On Mon, Mar 12, 2018 at 3:33 PM, Rafael Weingärtner <
> rafaelweingart...@gmail.com> wrote:
>
> > Well, you can delete the entry you just inserted. the idea to run the SQL
> > was to find the problem.
> > It is odd, I was expecting to be a missing column problem. What is the DB
> > that you are using? MariaDB or Oracle MySQL?
> >
> > On Mon, Mar 12, 2018 at 4:29 PM, McClune, James <
> > mcclu...@norwalktruckers.net> wrote:
> >
> > > Hi Rafael,
> > >
> > > I ran the SQL query and got these errors:
> > >
> > >
> > > When I deleted the *_binary* and *storage_pool.* from the query
> entries,
> > > it seemed to work. However, I'm still experiencing oddities:
> > >
> > >
> > > Some of my entries were 'null', when they shouldn't be.
> > >
> > > Any help is much appreciated.
> > >
> > > Thanks,
> > > James
> > >
> > > On Mon, Mar 12, 2018 at 3:06 PM, Rafael Weingärtner <
> > > rafaelweingart...@gmail.com> wrote:
> > >
> > >> Did you try running the insert that is causing the error manually?
> > >>
> > >> On Mon, Mar 12, 2018 at 4:04 PM, McClune, James <
> > >> mcclu...@norwalktruckers.net> wrote:
> > >>
> > >> > Hello CloudStack Community,
> > >> >
> > >> > I just upgraded ACS from 4.9.3 to 4.11.0. I'm revamping my primary
> > >> storage
> > >> > (Ceph RBD). The problem I'm experiencing is every time I try to
> re-add
> > >> my
> > >> > Ceph storage pool, I get this error:
> > >> >
> > >> >
> > >> >- Something went wrong; please correct the following:
> > >> >Failed to add data store: DB Exception on:
> > >> >com.mysql.jdbc.JDBC42PreparedStatement@71996b4a: INSERT INTO
> > >> >storage_pool (storage_pool.id, storage_pool.name,
> > storage_pool.uuid,
> > >> >storage_pool.pool_type, storage_pool.created,
> > >> storage_pool.update_time,
> > >> >storage_pool.data_center_id, storage_pool.pod_id,
> > >> > storage_pool.used_bytes,
> > >> >storage_pool.capacity_bytes, storage_pool.status,
> > >> >storage_pool.storage_provider_name, storage_pool.host_address,
> > >> >storage_pool.path, storage_pool.port, storage_pool.user_info,
> > >> >storage_pool.cluster_id, storage_pool.scope,
> storage_pool.managed,
> > >> >storage_pool.capacity_iops, storage_pool.hypervisor) VALUES (0,
> > >> >_binary'PrimaryStorage1', _binary'9c279e74-15a5-3c8a-
> > >> > b0d1-14349b59710a',
> > >> >'RBD', '2018-03-12 14:55:18', null, 1, 1, 0, 0, 'Initialized',
> > >> >_binary'DefaultPrimary', null, _binary'6A==@10.10.13.141/rbd',
> > 6789,
> > >> >null, 1, null, 0, null, null)
> > >> >
> > >> > Here is the error from the management-server.log file:
> > >> >
> > >> > 2018-03-12 11:01:32,786 DEBUG [c.c.u.d.T.Transaction]
> > >> > (qtp66233253-19:ctx-04c43d3a ctx-329be767) (logid:c19a8879) Rolling
> > back
> > >> > the transaction: Time = 1 Name =  qtp66233253-19; called by
> > >> > -TransactionLegacy.rollback:889-TransactionLegacy.removeUpTo:832-
> > >> > TransactionLegacy.close:656-TransactionContextInterceptor.
> invoke:36-
> > >> > ReflectiveMethodInvocation.proceed:174-ExposeInvocationInterceptor.
> > >> > invoke:92-ReflectiveMethodInvocation.proceed:185-
> > >> > JdkDynamicAopProxy.invoke:212-$Proxy91.persist:-1-PrimaryDat
> > >> aStoreHelper.
> > >> > createPrimaryDataStore:135-CloudStackPrimaryDataStoreLife
> > >> > CycleImpl.initialize:353-StorageManagerImpl.createPool:710
> > >> > 2018-03-12 11:01:32,788 DEBUG [c.c.s.StorageManagerImpl]
> > >> > (qtp66233253-19:ctx-04c43d3a ctx-329be767) (logid:c19a8879) Failed
> to
> > >> add
> > >> > data store: DB Exception on: com.mysql.jdbc.
> JDBC42PreparedStatement@
> > >> > 4901e335:
> > >> > INSERT INTO storage_pool (storage_pool.id, storage_pool.name,
> > >> > storage_pool.uuid, storage_pool.pool_type, storage_pool.created,
> > >> > storage_pool.update_time, storage_pool.data_center_id,
> > >> storage_pool.pod_id,
> > >> > storage_pool.used_bytes, storage_pool.capacity_bytes,
> > >> storage_pool.status,
> > >> > storage_pool.storage_provider_name, storage_pool.host_address,
> > >> > storage_pool.path, storage_pool.port, storage_pool.user_info,
> > >> > storage_pool.cluster_id, storage_pool.scope, storage_pool.managed,
> > >> > storage_pool.capacity_iops, storage_pool.hypervisor) VALUES (0,
> > >> > _binary'PrimaryStorage1', _binary'9c279e74-15a5-3c8a-b0d
> > >> 1-14349b59710a',
> > >> > 'RBD', '2018-03-12 15:01:32', null, 1, 1, 0, 0, 'Initialized',
> > >> > _binary'DefaultPrimary', null, _binary'6A==@10.10.13.141/rbd',
> 6789,
> > >> null,
> > >> > 1, null, 0, null, null)
> > >> > com.cloud.utils.exception.CloudRuntimeException: DB Exception on:
> > >> > com.mysql.jdbc.JDBC42PreparedStatement@4901e335: INSERT INTO
> > >> storage_pool
> > >> > (
> > >> > stor

Re: Failed to add data store: DB Exception on: com.mysql.jdbc.JDBC42PreparedStatement

2018-03-12 Thread McClune, James
I'm using Oracle MySQL.

- James

On Mon, Mar 12, 2018 at 3:33 PM, Rafael Weingärtner <
rafaelweingart...@gmail.com> wrote:

> Well, you can delete the entry you just inserted. the idea to run the SQL
> was to find the problem.
> It is odd, I was expecting to be a missing column problem. What is the DB
> that you are using? MariaDB or Oracle MySQL?
>
> On Mon, Mar 12, 2018 at 4:29 PM, McClune, James <
> mcclu...@norwalktruckers.net> wrote:
>
> > Hi Rafael,
> >
> > I ran the SQL query and got these errors:
> >
> >
> > When I deleted the *_binary* and *storage_pool.* from the query entries,
> > it seemed to work. However, I'm still experiencing oddities:
> >
> >
> > Some of my entries were 'null', when they shouldn't be.
> >
> > Any help is much appreciated.
> >
> > Thanks,
> > James
> >
> > On Mon, Mar 12, 2018 at 3:06 PM, Rafael Weingärtner <
> > rafaelweingart...@gmail.com> wrote:
> >
> >> Did you try running the insert that is causing the error manually?
> >>
> >> On Mon, Mar 12, 2018 at 4:04 PM, McClune, James <
> >> mcclu...@norwalktruckers.net> wrote:
> >>
> >> > Hello CloudStack Community,
> >> >
> >> > I just upgraded ACS from 4.9.3 to 4.11.0. I'm revamping my primary
> >> storage
> >> > (Ceph RBD). The problem I'm experiencing is every time I try to re-add
> >> my
> >> > Ceph storage pool, I get this error:
> >> >
> >> >
> >> >- Something went wrong; please correct the following:
> >> >Failed to add data store: DB Exception on:
> >> >com.mysql.jdbc.JDBC42PreparedStatement@71996b4a: INSERT INTO
> >> >storage_pool (storage_pool.id, storage_pool.name,
> storage_pool.uuid,
> >> >storage_pool.pool_type, storage_pool.created,
> >> storage_pool.update_time,
> >> >storage_pool.data_center_id, storage_pool.pod_id,
> >> > storage_pool.used_bytes,
> >> >storage_pool.capacity_bytes, storage_pool.status,
> >> >storage_pool.storage_provider_name, storage_pool.host_address,
> >> >storage_pool.path, storage_pool.port, storage_pool.user_info,
> >> >storage_pool.cluster_id, storage_pool.scope, storage_pool.managed,
> >> >storage_pool.capacity_iops, storage_pool.hypervisor) VALUES (0,
> >> >_binary'PrimaryStorage1', _binary'9c279e74-15a5-3c8a-
> >> > b0d1-14349b59710a',
> >> >'RBD', '2018-03-12 14:55:18', null, 1, 1, 0, 0, 'Initialized',
> >> >_binary'DefaultPrimary', null, _binary'6A==@10.10.13.141/rbd',
> 6789,
> >> >null, 1, null, 0, null, null)
> >> >
> >> > Here is the error from the management-server.log file:
> >> >
> >> > 2018-03-12 11:01:32,786 DEBUG [c.c.u.d.T.Transaction]
> >> > (qtp66233253-19:ctx-04c43d3a ctx-329be767) (logid:c19a8879) Rolling
> back
> >> > the transaction: Time = 1 Name =  qtp66233253-19; called by
> >> > -TransactionLegacy.rollback:889-TransactionLegacy.removeUpTo:832-
> >> > TransactionLegacy.close:656-TransactionContextInterceptor.invoke:36-
> >> > ReflectiveMethodInvocation.proceed:174-ExposeInvocationInterceptor.
> >> > invoke:92-ReflectiveMethodInvocation.proceed:185-
> >> > JdkDynamicAopProxy.invoke:212-$Proxy91.persist:-1-PrimaryDat
> >> aStoreHelper.
> >> > createPrimaryDataStore:135-CloudStackPrimaryDataStoreLife
> >> > CycleImpl.initialize:353-StorageManagerImpl.createPool:710
> >> > 2018-03-12 11:01:32,788 DEBUG [c.c.s.StorageManagerImpl]
> >> > (qtp66233253-19:ctx-04c43d3a ctx-329be767) (logid:c19a8879) Failed to
> >> add
> >> > data store: DB Exception on: com.mysql.jdbc.JDBC42PreparedStatement@
> >> > 4901e335:
> >> > INSERT INTO storage_pool (storage_pool.id, storage_pool.name,
> >> > storage_pool.uuid, storage_pool.pool_type, storage_pool.created,
> >> > storage_pool.update_time, storage_pool.data_center_id,
> >> storage_pool.pod_id,
> >> > storage_pool.used_bytes, storage_pool.capacity_bytes,
> >> storage_pool.status,
> >> > storage_pool.storage_provider_name, storage_pool.host_address,
> >> > storage_pool.path, storage_pool.port, storage_pool.user_info,
> >> > storage_pool.cluster_id, storage_pool.scope, storage_pool.managed,
> >> > storage_pool.capacity_iops, storage_pool.hypervisor) VALUES (0,
> >> > _binary'PrimaryStorage1', _binary'9c279e74-15a5-3c8a-b0d
> >> 1-14349b59710a',
> >> > 'RBD', '2018-03-12 15:01:32', null, 1, 1, 0, 0, 'Initialized',
> >> > _binary'DefaultPrimary', null, _binary'6A==@10.10.13.141/rbd', 6789,
> >> null,
> >> > 1, null, 0, null, null)
> >> > com.cloud.utils.exception.CloudRuntimeException: DB Exception on:
> >> > com.mysql.jdbc.JDBC42PreparedStatement@4901e335: INSERT INTO
> >> storage_pool
> >> > (
> >> > storage_pool.id, storage_pool.name, storage_pool.uuid,
> >> > storage_pool.pool_type, storage_pool.created,
> storage_pool.update_time,
> >> > storage_pool.data_center_id, storage_pool.pod_id,
> >> storage_pool.used_bytes,
> >> > storage_pool.capacity_bytes, storage_pool.status,
> >> > storage_pool.storage_provider_name, storage_pool.host_address,
> >> > storage_pool.path, storage_pool.port, storage_pool.user_info,
> >> > storage_pool.cluster_id, storage_pool.scope, storage_poo

Re: Failed to add data store: DB Exception on: com.mysql.jdbc.JDBC42PreparedStatement

2018-03-12 Thread Rafael Weingärtner
Well, you can delete the entry you just inserted. the idea to run the SQL
was to find the problem.
It is odd, I was expecting to be a missing column problem. What is the DB
that you are using? MariaDB or Oracle MySQL?

On Mon, Mar 12, 2018 at 4:29 PM, McClune, James <
mcclu...@norwalktruckers.net> wrote:

> Hi Rafael,
>
> I ran the SQL query and got these errors:
>
>
> When I deleted the *_binary* and *storage_pool.* from the query entries,
> it seemed to work. However, I'm still experiencing oddities:
>
>
> Some of my entries were 'null', when they shouldn't be.
>
> Any help is much appreciated.
>
> Thanks,
> James
>
> On Mon, Mar 12, 2018 at 3:06 PM, Rafael Weingärtner <
> rafaelweingart...@gmail.com> wrote:
>
>> Did you try running the insert that is causing the error manually?
>>
>> On Mon, Mar 12, 2018 at 4:04 PM, McClune, James <
>> mcclu...@norwalktruckers.net> wrote:
>>
>> > Hello CloudStack Community,
>> >
>> > I just upgraded ACS from 4.9.3 to 4.11.0. I'm revamping my primary
>> storage
>> > (Ceph RBD). The problem I'm experiencing is every time I try to re-add
>> my
>> > Ceph storage pool, I get this error:
>> >
>> >
>> >- Something went wrong; please correct the following:
>> >Failed to add data store: DB Exception on:
>> >com.mysql.jdbc.JDBC42PreparedStatement@71996b4a: INSERT INTO
>> >storage_pool (storage_pool.id, storage_pool.name, storage_pool.uuid,
>> >storage_pool.pool_type, storage_pool.created,
>> storage_pool.update_time,
>> >storage_pool.data_center_id, storage_pool.pod_id,
>> > storage_pool.used_bytes,
>> >storage_pool.capacity_bytes, storage_pool.status,
>> >storage_pool.storage_provider_name, storage_pool.host_address,
>> >storage_pool.path, storage_pool.port, storage_pool.user_info,
>> >storage_pool.cluster_id, storage_pool.scope, storage_pool.managed,
>> >storage_pool.capacity_iops, storage_pool.hypervisor) VALUES (0,
>> >_binary'PrimaryStorage1', _binary'9c279e74-15a5-3c8a-
>> > b0d1-14349b59710a',
>> >'RBD', '2018-03-12 14:55:18', null, 1, 1, 0, 0, 'Initialized',
>> >_binary'DefaultPrimary', null, _binary'6A==@10.10.13.141/rbd', 6789,
>> >null, 1, null, 0, null, null)
>> >
>> > Here is the error from the management-server.log file:
>> >
>> > 2018-03-12 11:01:32,786 DEBUG [c.c.u.d.T.Transaction]
>> > (qtp66233253-19:ctx-04c43d3a ctx-329be767) (logid:c19a8879) Rolling back
>> > the transaction: Time = 1 Name =  qtp66233253-19; called by
>> > -TransactionLegacy.rollback:889-TransactionLegacy.removeUpTo:832-
>> > TransactionLegacy.close:656-TransactionContextInterceptor.invoke:36-
>> > ReflectiveMethodInvocation.proceed:174-ExposeInvocationInterceptor.
>> > invoke:92-ReflectiveMethodInvocation.proceed:185-
>> > JdkDynamicAopProxy.invoke:212-$Proxy91.persist:-1-PrimaryDat
>> aStoreHelper.
>> > createPrimaryDataStore:135-CloudStackPrimaryDataStoreLife
>> > CycleImpl.initialize:353-StorageManagerImpl.createPool:710
>> > 2018-03-12 11:01:32,788 DEBUG [c.c.s.StorageManagerImpl]
>> > (qtp66233253-19:ctx-04c43d3a ctx-329be767) (logid:c19a8879) Failed to
>> add
>> > data store: DB Exception on: com.mysql.jdbc.JDBC42PreparedStatement@
>> > 4901e335:
>> > INSERT INTO storage_pool (storage_pool.id, storage_pool.name,
>> > storage_pool.uuid, storage_pool.pool_type, storage_pool.created,
>> > storage_pool.update_time, storage_pool.data_center_id,
>> storage_pool.pod_id,
>> > storage_pool.used_bytes, storage_pool.capacity_bytes,
>> storage_pool.status,
>> > storage_pool.storage_provider_name, storage_pool.host_address,
>> > storage_pool.path, storage_pool.port, storage_pool.user_info,
>> > storage_pool.cluster_id, storage_pool.scope, storage_pool.managed,
>> > storage_pool.capacity_iops, storage_pool.hypervisor) VALUES (0,
>> > _binary'PrimaryStorage1', _binary'9c279e74-15a5-3c8a-b0d
>> 1-14349b59710a',
>> > 'RBD', '2018-03-12 15:01:32', null, 1, 1, 0, 0, 'Initialized',
>> > _binary'DefaultPrimary', null, _binary'6A==@10.10.13.141/rbd', 6789,
>> null,
>> > 1, null, 0, null, null)
>> > com.cloud.utils.exception.CloudRuntimeException: DB Exception on:
>> > com.mysql.jdbc.JDBC42PreparedStatement@4901e335: INSERT INTO
>> storage_pool
>> > (
>> > storage_pool.id, storage_pool.name, storage_pool.uuid,
>> > storage_pool.pool_type, storage_pool.created, storage_pool.update_time,
>> > storage_pool.data_center_id, storage_pool.pod_id,
>> storage_pool.used_bytes,
>> > storage_pool.capacity_bytes, storage_pool.status,
>> > storage_pool.storage_provider_name, storage_pool.host_address,
>> > storage_pool.path, storage_pool.port, storage_pool.user_info,
>> > storage_pool.cluster_id, storage_pool.scope, storage_pool.managed,
>> > storage_pool.capacity_iops, storage_pool.hypervisor) VALUES (0,
>> > _binary'PrimaryStorage1', _binary'9c279e74-15a5-3c8a-b0d
>> 1-14349b59710a',
>> > 'RBD', '2018-03-12 15:01:32', null, 1, 1, 0, 0, 'Initialized',
>> > _binary'DefaultPrimary', null, _binary'6A==@10.10.13.141/rbd', 6789,
>> null,
>> > 1, null, 0, null, null)
>

Re: Failed to add data store: DB Exception on: com.mysql.jdbc.JDBC42PreparedStatement

2018-03-12 Thread McClune, James
Hi Rafael,

I ran the SQL query and got these errors:


When I deleted the *_binary* and *storage_pool.* from the query entries, it
seemed to work. However, I'm still experiencing oddities:


Some of my entries were 'null', when they shouldn't be.

Any help is much appreciated.

Thanks,
James

On Mon, Mar 12, 2018 at 3:06 PM, Rafael Weingärtner <
rafaelweingart...@gmail.com> wrote:

> Did you try running the insert that is causing the error manually?
>
> On Mon, Mar 12, 2018 at 4:04 PM, McClune, James <
> mcclu...@norwalktruckers.net> wrote:
>
> > Hello CloudStack Community,
> >
> > I just upgraded ACS from 4.9.3 to 4.11.0. I'm revamping my primary
> storage
> > (Ceph RBD). The problem I'm experiencing is every time I try to re-add my
> > Ceph storage pool, I get this error:
> >
> >
> >- Something went wrong; please correct the following:
> >Failed to add data store: DB Exception on:
> >com.mysql.jdbc.JDBC42PreparedStatement@71996b4a: INSERT INTO
> >storage_pool (storage_pool.id, storage_pool.name, storage_pool.uuid,
> >storage_pool.pool_type, storage_pool.created,
> storage_pool.update_time,
> >storage_pool.data_center_id, storage_pool.pod_id,
> > storage_pool.used_bytes,
> >storage_pool.capacity_bytes, storage_pool.status,
> >storage_pool.storage_provider_name, storage_pool.host_address,
> >storage_pool.path, storage_pool.port, storage_pool.user_info,
> >storage_pool.cluster_id, storage_pool.scope, storage_pool.managed,
> >storage_pool.capacity_iops, storage_pool.hypervisor) VALUES (0,
> >_binary'PrimaryStorage1', _binary'9c279e74-15a5-3c8a-
> > b0d1-14349b59710a',
> >'RBD', '2018-03-12 14:55:18', null, 1, 1, 0, 0, 'Initialized',
> >_binary'DefaultPrimary', null, _binary'6A==@10.10.13.141/rbd', 6789,
> >null, 1, null, 0, null, null)
> >
> > Here is the error from the management-server.log file:
> >
> > 2018-03-12 11:01:32,786 DEBUG [c.c.u.d.T.Transaction]
> > (qtp66233253-19:ctx-04c43d3a ctx-329be767) (logid:c19a8879) Rolling back
> > the transaction: Time = 1 Name =  qtp66233253-19; called by
> > -TransactionLegacy.rollback:889-TransactionLegacy.removeUpTo:832-
> > TransactionLegacy.close:656-TransactionContextInterceptor.invoke:36-
> > ReflectiveMethodInvocation.proceed:174-ExposeInvocationInterceptor.
> > invoke:92-ReflectiveMethodInvocation.proceed:185-
> > JdkDynamicAopProxy.invoke:212-$Proxy91.persist:-1-
> PrimaryDataStoreHelper.
> > createPrimaryDataStore:135-CloudStackPrimaryDataStoreLife
> > CycleImpl.initialize:353-StorageManagerImpl.createPool:710
> > 2018-03-12 11:01:32,788 DEBUG [c.c.s.StorageManagerImpl]
> > (qtp66233253-19:ctx-04c43d3a ctx-329be767) (logid:c19a8879) Failed to add
> > data store: DB Exception on: com.mysql.jdbc.JDBC42PreparedStatement@
> > 4901e335:
> > INSERT INTO storage_pool (storage_pool.id, storage_pool.name,
> > storage_pool.uuid, storage_pool.pool_type, storage_pool.created,
> > storage_pool.update_time, storage_pool.data_center_id,
> storage_pool.pod_id,
> > storage_pool.used_bytes, storage_pool.capacity_bytes,
> storage_pool.status,
> > storage_pool.storage_provider_name, storage_pool.host_address,
> > storage_pool.path, storage_pool.port, storage_pool.user_info,
> > storage_pool.cluster_id, storage_pool.scope, storage_pool.managed,
> > storage_pool.capacity_iops, storage_pool.hypervisor) VALUES (0,
> > _binary'PrimaryStorage1', _binary'9c279e74-15a5-3c8a-b0d1-14349b59710a',
> > 'RBD', '2018-03-12 15:01:32', null, 1, 1, 0, 0, 'Initialized',
> > _binary'DefaultPrimary', null, _binary'6A==@10.10.13.141/rbd', 6789,
> null,
> > 1, null, 0, null, null)
> > com.cloud.utils.exception.CloudRuntimeException: DB Exception on:
> > com.mysql.jdbc.JDBC42PreparedStatement@4901e335: INSERT INTO
> storage_pool
> > (
> > storage_pool.id, storage_pool.name, storage_pool.uuid,
> > storage_pool.pool_type, storage_pool.created, storage_pool.update_time,
> > storage_pool.data_center_id, storage_pool.pod_id,
> storage_pool.used_bytes,
> > storage_pool.capacity_bytes, storage_pool.status,
> > storage_pool.storage_provider_name, storage_pool.host_address,
> > storage_pool.path, storage_pool.port, storage_pool.user_info,
> > storage_pool.cluster_id, storage_pool.scope, storage_pool.managed,
> > storage_pool.capacity_iops, storage_pool.hypervisor) VALUES (0,
> > _binary'PrimaryStorage1', _binary'9c279e74-15a5-3c8a-b0d1-14349b59710a',
> > 'RBD', '2018-03-12 15:01:32', null, 1, 1, 0, 0, 'Initialized',
> > _binary'DefaultPrimary', null, _binary'6A==@10.10.13.141/rbd', 6789,
> null,
> > 1, null, 0, null, null)
> > at com.cloud.utils.db.GenericDaoBase.persist(GenericDaoBase.java:1436)
> > at
> > org.apache.cloudstack.storage.datastore.db.PrimaryDataStoreDaoImpl.
> > persist(PrimaryDataStoreDaoImpl.java:274)
> > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > at
> > sun.reflect.NativeMethodAccessorImpl.invoke(
> NativeMethodAccessorImpl.java:
> > 62)
> > at
> > sun.reflect.DelegatingMethodAccessorImpl.invoke(
> > Deleg

Re: Failed to add data store: DB Exception on: com.mysql.jdbc.JDBC42PreparedStatement

2018-03-12 Thread McClune, James
No, I'll try that right now.

Thanks for the prompt reply Rafael.

- James

On Mon, Mar 12, 2018 at 3:06 PM, Rafael Weingärtner <
rafaelweingart...@gmail.com> wrote:

> Did you try running the insert that is causing the error manually?
>
> On Mon, Mar 12, 2018 at 4:04 PM, McClune, James <
> mcclu...@norwalktruckers.net> wrote:
>
> > Hello CloudStack Community,
> >
> > I just upgraded ACS from 4.9.3 to 4.11.0. I'm revamping my primary
> storage
> > (Ceph RBD). The problem I'm experiencing is every time I try to re-add my
> > Ceph storage pool, I get this error:
> >
> >
> >- Something went wrong; please correct the following:
> >Failed to add data store: DB Exception on:
> >com.mysql.jdbc.JDBC42PreparedStatement@71996b4a: INSERT INTO
> >storage_pool (storage_pool.id, storage_pool.name, storage_pool.uuid,
> >storage_pool.pool_type, storage_pool.created,
> storage_pool.update_time,
> >storage_pool.data_center_id, storage_pool.pod_id,
> > storage_pool.used_bytes,
> >storage_pool.capacity_bytes, storage_pool.status,
> >storage_pool.storage_provider_name, storage_pool.host_address,
> >storage_pool.path, storage_pool.port, storage_pool.user_info,
> >storage_pool.cluster_id, storage_pool.scope, storage_pool.managed,
> >storage_pool.capacity_iops, storage_pool.hypervisor) VALUES (0,
> >_binary'PrimaryStorage1', _binary'9c279e74-15a5-3c8a-
> > b0d1-14349b59710a',
> >'RBD', '2018-03-12 14:55:18', null, 1, 1, 0, 0, 'Initialized',
> >_binary'DefaultPrimary', null, _binary'6A==@10.10.13.141/rbd', 6789,
> >null, 1, null, 0, null, null)
> >
> > Here is the error from the management-server.log file:
> >
> > 2018-03-12 11:01:32,786 DEBUG [c.c.u.d.T.Transaction]
> > (qtp66233253-19:ctx-04c43d3a ctx-329be767) (logid:c19a8879) Rolling back
> > the transaction: Time = 1 Name =  qtp66233253-19; called by
> > -TransactionLegacy.rollback:889-TransactionLegacy.removeUpTo:832-
> > TransactionLegacy.close:656-TransactionContextInterceptor.invoke:36-
> > ReflectiveMethodInvocation.proceed:174-ExposeInvocationInterceptor.
> > invoke:92-ReflectiveMethodInvocation.proceed:185-
> > JdkDynamicAopProxy.invoke:212-$Proxy91.persist:-1-
> PrimaryDataStoreHelper.
> > createPrimaryDataStore:135-CloudStackPrimaryDataStoreLife
> > CycleImpl.initialize:353-StorageManagerImpl.createPool:710
> > 2018-03-12 11:01:32,788 DEBUG [c.c.s.StorageManagerImpl]
> > (qtp66233253-19:ctx-04c43d3a ctx-329be767) (logid:c19a8879) Failed to add
> > data store: DB Exception on: com.mysql.jdbc.JDBC42PreparedStatement@
> > 4901e335:
> > INSERT INTO storage_pool (storage_pool.id, storage_pool.name,
> > storage_pool.uuid, storage_pool.pool_type, storage_pool.created,
> > storage_pool.update_time, storage_pool.data_center_id,
> storage_pool.pod_id,
> > storage_pool.used_bytes, storage_pool.capacity_bytes,
> storage_pool.status,
> > storage_pool.storage_provider_name, storage_pool.host_address,
> > storage_pool.path, storage_pool.port, storage_pool.user_info,
> > storage_pool.cluster_id, storage_pool.scope, storage_pool.managed,
> > storage_pool.capacity_iops, storage_pool.hypervisor) VALUES (0,
> > _binary'PrimaryStorage1', _binary'9c279e74-15a5-3c8a-b0d1-14349b59710a',
> > 'RBD', '2018-03-12 15:01:32', null, 1, 1, 0, 0, 'Initialized',
> > _binary'DefaultPrimary', null, _binary'6A==@10.10.13.141/rbd', 6789,
> null,
> > 1, null, 0, null, null)
> > com.cloud.utils.exception.CloudRuntimeException: DB Exception on:
> > com.mysql.jdbc.JDBC42PreparedStatement@4901e335: INSERT INTO
> storage_pool
> > (
> > storage_pool.id, storage_pool.name, storage_pool.uuid,
> > storage_pool.pool_type, storage_pool.created, storage_pool.update_time,
> > storage_pool.data_center_id, storage_pool.pod_id,
> storage_pool.used_bytes,
> > storage_pool.capacity_bytes, storage_pool.status,
> > storage_pool.storage_provider_name, storage_pool.host_address,
> > storage_pool.path, storage_pool.port, storage_pool.user_info,
> > storage_pool.cluster_id, storage_pool.scope, storage_pool.managed,
> > storage_pool.capacity_iops, storage_pool.hypervisor) VALUES (0,
> > _binary'PrimaryStorage1', _binary'9c279e74-15a5-3c8a-b0d1-14349b59710a',
> > 'RBD', '2018-03-12 15:01:32', null, 1, 1, 0, 0, 'Initialized',
> > _binary'DefaultPrimary', null, _binary'6A==@10.10.13.141/rbd', 6789,
> null,
> > 1, null, 0, null, null)
> > at com.cloud.utils.db.GenericDaoBase.persist(GenericDaoBase.java:1436)
> > at
> > org.apache.cloudstack.storage.datastore.db.PrimaryDataStoreDaoImpl.
> > persist(PrimaryDataStoreDaoImpl.java:274)
> > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > at
> > sun.reflect.NativeMethodAccessorImpl.invoke(
> NativeMethodAccessorImpl.java:
> > 62)
> > at
> > sun.reflect.DelegatingMethodAccessorImpl.invoke(
> > DelegatingMethodAccessorImpl.java:43)
> > at java.lang.reflect.Method.invoke(Method.java:498)
> > at
> > org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection
> > (AopUtils.java:338)
> > at
> > org.springfr

Re: Failed to add data store: DB Exception on: com.mysql.jdbc.JDBC42PreparedStatement

2018-03-12 Thread Rafael Weingärtner
Did you try running the insert that is causing the error manually?

On Mon, Mar 12, 2018 at 4:04 PM, McClune, James <
mcclu...@norwalktruckers.net> wrote:

> Hello CloudStack Community,
>
> I just upgraded ACS from 4.9.3 to 4.11.0. I'm revamping my primary storage
> (Ceph RBD). The problem I'm experiencing is every time I try to re-add my
> Ceph storage pool, I get this error:
>
>
>- Something went wrong; please correct the following:
>Failed to add data store: DB Exception on:
>com.mysql.jdbc.JDBC42PreparedStatement@71996b4a: INSERT INTO
>storage_pool (storage_pool.id, storage_pool.name, storage_pool.uuid,
>storage_pool.pool_type, storage_pool.created, storage_pool.update_time,
>storage_pool.data_center_id, storage_pool.pod_id,
> storage_pool.used_bytes,
>storage_pool.capacity_bytes, storage_pool.status,
>storage_pool.storage_provider_name, storage_pool.host_address,
>storage_pool.path, storage_pool.port, storage_pool.user_info,
>storage_pool.cluster_id, storage_pool.scope, storage_pool.managed,
>storage_pool.capacity_iops, storage_pool.hypervisor) VALUES (0,
>_binary'PrimaryStorage1', _binary'9c279e74-15a5-3c8a-
> b0d1-14349b59710a',
>'RBD', '2018-03-12 14:55:18', null, 1, 1, 0, 0, 'Initialized',
>_binary'DefaultPrimary', null, _binary'6A==@10.10.13.141/rbd', 6789,
>null, 1, null, 0, null, null)
>
> Here is the error from the management-server.log file:
>
> 2018-03-12 11:01:32,786 DEBUG [c.c.u.d.T.Transaction]
> (qtp66233253-19:ctx-04c43d3a ctx-329be767) (logid:c19a8879) Rolling back
> the transaction: Time = 1 Name =  qtp66233253-19; called by
> -TransactionLegacy.rollback:889-TransactionLegacy.removeUpTo:832-
> TransactionLegacy.close:656-TransactionContextInterceptor.invoke:36-
> ReflectiveMethodInvocation.proceed:174-ExposeInvocationInterceptor.
> invoke:92-ReflectiveMethodInvocation.proceed:185-
> JdkDynamicAopProxy.invoke:212-$Proxy91.persist:-1-PrimaryDataStoreHelper.
> createPrimaryDataStore:135-CloudStackPrimaryDataStoreLife
> CycleImpl.initialize:353-StorageManagerImpl.createPool:710
> 2018-03-12 11:01:32,788 DEBUG [c.c.s.StorageManagerImpl]
> (qtp66233253-19:ctx-04c43d3a ctx-329be767) (logid:c19a8879) Failed to add
> data store: DB Exception on: com.mysql.jdbc.JDBC42PreparedStatement@
> 4901e335:
> INSERT INTO storage_pool (storage_pool.id, storage_pool.name,
> storage_pool.uuid, storage_pool.pool_type, storage_pool.created,
> storage_pool.update_time, storage_pool.data_center_id, storage_pool.pod_id,
> storage_pool.used_bytes, storage_pool.capacity_bytes, storage_pool.status,
> storage_pool.storage_provider_name, storage_pool.host_address,
> storage_pool.path, storage_pool.port, storage_pool.user_info,
> storage_pool.cluster_id, storage_pool.scope, storage_pool.managed,
> storage_pool.capacity_iops, storage_pool.hypervisor) VALUES (0,
> _binary'PrimaryStorage1', _binary'9c279e74-15a5-3c8a-b0d1-14349b59710a',
> 'RBD', '2018-03-12 15:01:32', null, 1, 1, 0, 0, 'Initialized',
> _binary'DefaultPrimary', null, _binary'6A==@10.10.13.141/rbd', 6789, null,
> 1, null, 0, null, null)
> com.cloud.utils.exception.CloudRuntimeException: DB Exception on:
> com.mysql.jdbc.JDBC42PreparedStatement@4901e335: INSERT INTO storage_pool
> (
> storage_pool.id, storage_pool.name, storage_pool.uuid,
> storage_pool.pool_type, storage_pool.created, storage_pool.update_time,
> storage_pool.data_center_id, storage_pool.pod_id, storage_pool.used_bytes,
> storage_pool.capacity_bytes, storage_pool.status,
> storage_pool.storage_provider_name, storage_pool.host_address,
> storage_pool.path, storage_pool.port, storage_pool.user_info,
> storage_pool.cluster_id, storage_pool.scope, storage_pool.managed,
> storage_pool.capacity_iops, storage_pool.hypervisor) VALUES (0,
> _binary'PrimaryStorage1', _binary'9c279e74-15a5-3c8a-b0d1-14349b59710a',
> 'RBD', '2018-03-12 15:01:32', null, 1, 1, 0, 0, 'Initialized',
> _binary'DefaultPrimary', null, _binary'6A==@10.10.13.141/rbd', 6789, null,
> 1, null, 0, null, null)
> at com.cloud.utils.db.GenericDaoBase.persist(GenericDaoBase.java:1436)
> at
> org.apache.cloudstack.storage.datastore.db.PrimaryDataStoreDaoImpl.
> persist(PrimaryDataStoreDaoImpl.java:274)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
> 62)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(
> DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at
> org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection
> (AopUtils.java:338)
> at
> org.springframework.aop.framework.ReflectiveMethodInvocation.
> invokeJoinpoint(ReflectiveMethodInvocation.java:197)
> at
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(
> ReflectiveMethodInvocation.java:163)
> at
> com.cloud.utils.db.TransactionContextInterceptor.invoke(
> TransactionContextInterceptor.java:34)
> at
> org.springframework.aop.framework.