You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2013/07/20 21:22:48 UTC

[jira] [Commented] (CLOUDSTACK-3684) Failed to start MS due to missing UCS configuration values in DB

    [ https://issues.apache.org/jira/browse/CLOUDSTACK-3684?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13714521#comment-13714521 ] 

ASF subversion and git services commented on CLOUDSTACK-3684:
-------------------------------------------------------------

Commit 5519492e3e38b0bdecc21b6bef77ce64a1399345 in branch refs/heads/4.2 from [~minchen07]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=5519492 ]

CLOUDSTACK-3684:Failed to start MS due to missing UCS configuration
values in DB.
                
> Failed to start MS due to missing UCS configuration values in DB
> ----------------------------------------------------------------
>
>                 Key: CLOUDSTACK-3684
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-3684
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: Install and Setup, UCS
>    Affects Versions: 4.2.0
>            Reporter: Min Chen
>            Assignee: Min Chen
>            Priority: Critical
>             Fix For: 4.2.0
>
>
> Get latest 4.2 branch, starting MS, will see this error:
> INFO  [utils.component.ComponentContext] (Timer-2:) Starting com.cloud.ucs.manager.UcsManagerImpl
> ERROR [utils.component.ComponentContext] (Timer-2:) Unhandled exception
> java.lang.NumberFormatException: null
> at java.lang.Integer.parseInt(Integer.java:417)
> at java.lang.Integer.valueOf(Integer.java:554)
> at com.cloud.ucs.manager.UcsManagerImpl.start(UcsManagerImpl.java:178)
> at com.cloud.utils.component.ComponentContext.initComponentsLifeCycle(ComponentContext.java:135)
> at com.cloud.servlet.CloudStartupServlet$1.run(CloudStartupServlet.java:50)
> at java.util.TimerThread.mainLoop(Timer.java:512)
> at java.util.TimerThread.run(Timer.java:462)
> Exception in thread "Timer-2" java.lang.RuntimeException: Unable to start com.cloud.ucs.manager.UcsManagerImpl
> at com.cloud.utils.component.ComponentContext.initComponentsLifeCycle(ComponentContext.java:141)
> at com.cloud.servlet.CloudStartupServlet$1.run(CloudStartupServlet.java:50)
> at java.util.TimerThread.mainLoop(Timer.java:512)
> at java.util.TimerThread.run(Timer.java:462)
> Caused by: java.lang.NumberFormatException: null
> at java.lang.Integer.parseInt(Integer.java:417)
> at java.lang.Integer.valueOf(Integer.java:554)
> at com.cloud.ucs.manager.UcsManagerImpl.start(UcsManagerImpl.java:178)
> at com.cloud.utils.component.ComponentContext.initComponentsLifeCycle(ComponentContext.java:135)
> ... 3 more

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira