Curtis - Its a bug. Can you please file it ? Problem is its expecting a number ID than a UUID What you need to do is actually go into DB find the ID with the query below select id from disk_offering where uuid="a4ba0546-7d18-4f74-8af6-2ffb8e730ec3";
And then retry this and hopefully it should work then :) On 24/05/13 3:21 PM, "Old, Curtis" <[email protected]> wrote: >Yes I made the change, restarted MS, and then the Webui would not come up, >got a Java exception error: > >ERROR [utils.component.ComponentLocator] (main:) Unable to load >configuration for management-server from components.xml >java.lang.NumberFormatException: For input string: >"a4ba0546-7d18-4f74-8af6-2ffb8e730ec3" > > > > > >On 5/24/13 1:29 AM, "Nitin Mehta" <[email protected]> wrote: > >>From the code it looks that it should work. Did you restart your MS after >>this change ? You might also need to destroy the SSVM. Can you give it a >>try ? >> >>On 24/05/13 1:41 AM, "Ahmad Emneina" <[email protected]> wrote: >> >>>Good question, we'll have to defer to someone who has used that >>>feature... >>> >>> >>>On Thu, May 23, 2013 at 12:59 PM, Old, Curtis >>><[email protected]>wrote: >>> >>>> Thanks!!! That worked, so is there a valid value? I tried one of my >>>> service offering ID's that was a miserable failure lol >>>> >>>> Curtis Old >>>> Neustar, Inc. / Neustarlabs / Senior Research Engineer >>>> 46000 Center Oak Plaza Sterling, VA 20166 >>>> Office: +1.571.434.5384 Mobile: +1.540.532.2230 / >>>>[email protected] >>>> / www.neustar.biz <http://www.neustar.biz/> >>>> ________________________________________ >>>> >>>> >>>> The information contained in this e-mail message is intended only for >>>>the >>>> use of the recipient(s) named above and may contain confidential >>>>and/or >>>> privileged information. If you are not the intended recipient you have >>>> received this e-mail message in error and any review, dissemination, >>>> distribution, or copying of this message is strictly prohibited. If >>>>you >>>> have received this communication in error, please notify us >>>>immediately >>>> and delete the original message. >>>> >>>> >>>> >>>> >>>> >>>> On 5/23/13 3:27 PM, "Ahmad Emneina" <[email protected]> wrote: >>>> >>>> >:D sorry, its in the configuration table. >>>> > >>>> >update configuration set value=null where name = >>>> >'secstorage.service.offering'; >>>> > >>>> > >>>> >On Thu, May 23, 2013 at 12:19 PM, Old, Curtis >>>> ><[email protected]>wrote: >>>> > >>>> >> Yeah if I knew where in the DB I would, I've been looking for hours >>>>lol >>>> >> >>>> >> Curtis Old >>>> >> Neustar, Inc. / Neustarlabs / Senior Research Engineer >>>> >> 46000 Center Oak Plaza Sterling, VA 20166 >>>> >> Office: +1.571.434.5384 Mobile: +1.540.532.2230 / >>>> [email protected] >>>> >> / www.neustar.biz <http://www.neustar.biz/> >>>> >> ________________________________________ >>>> >> >>>> >> >>>> >> The information contained in this e-mail message is intended only >>>>for >>>> >>the >>>> >> use of the recipient(s) named above and may contain confidential >>>>and/or >>>> >> privileged information. If you are not the intended recipient you >>>>have >>>> >> received this e-mail message in error and any review, >>>>dissemination, >>>> >> distribution, or copying of this message is strictly prohibited. If >>>>you >>>> >> have received this communication in error, please notify us >>>>immediately >>>> >> and delete the original message. >>>> >> >>>> >> >>>> >> >>>> >> >>>> >> >>>> >> On 5/23/13 3:16 PM, "Ahmad Emneina" <[email protected]> wrote: >>>> >> >>>> >> >set it back to null in the db, and see if that helps. make sure to >>>> >>backup >>>> >> >your db before making any modifications. >>>> >> > >>>> >> > >>>> >> >On Thu, May 23, 2013 at 12:11 PM, Old, Curtis >>>> >> ><[email protected]>wrote: >>>> >> > >>>> >> >> >>>> >> >> Does anyone know how to fix this in the database or where ever? >>>> >>Running >>>> >> >> 4.0.0 >>>> >> >> >>>> >> >> >>>> >> >>>> >> >>>> >>>> >> >
