You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@eagle.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/06/03 09:43:59 UTC

[jira] [Commented] (EAGLE-327) java.lang.ClassCastException: java.lang.String cannot be cast to java.lang.Integer

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

ASF GitHub Bot commented on EAGLE-327:
--------------------------------------

GitHub user qingwen220 opened a pull request:

    https://github.com/apache/incubator-eagle/pull/218

    EAGLE-327: Fix topologyOperation start exception: java.lang.ClassCastException

    https://issues.apache.org/jira/browse/EAGLE-327

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/qingwen220/incubator-eagle EAGLE-327

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-eagle/pull/218.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #218
    
----
commit 720bd6a9588c28a72934dce0405dfea1dcd271f0
Author: Zhao, Qingwen <qi...@ebay.com>
Date:   2016-06-03T09:41:22Z

    Fix topologyOperation start exception: java.lang.String cannot be cast to java.lang.Integer

----


> java.lang.ClassCastException: java.lang.String cannot be cast to java.lang.Integer
> ----------------------------------------------------------------------------------
>
>                 Key: EAGLE-327
>                 URL: https://issues.apache.org/jira/browse/EAGLE-327
>             Project: Eagle
>          Issue Type: Bug
>    Affects Versions: v0.4.0
>            Reporter: Zhao, Qingwen
>            Assignee: Zhao, Qingwen
>             Fix For: v0.4.0
>
>
> This exception occurs when starting topologies with application manager. 
> In ApplicationManager, users manage the topology configuration with UI. Thus all the configValue type is String, which is different from configValue extracted from .conf file



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)