You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Simon Nash (JIRA)" <de...@tuscany.apache.org> on 2010/10/30 12:40:20 UTC

[jira] Created: (TUSCANY-3761) Using node-launcher to launch the domain manager doesn't work

Using node-launcher to launch the domain manager doesn't work
-------------------------------------------------------------

                 Key: TUSCANY-3761
                 URL: https://issues.apache.org/jira/browse/TUSCANY-3761
             Project: Tuscany
          Issue Type: Bug
          Components: SCA Java Domain Manager
    Affects Versions: Java-SCA-1.6
            Reporter: Simon Nash
            Assignee: Simon Nash
             Fix For: Java-SCA-1.6.1


According to the README file for tutorials/store, it should be possible to launch the domain manager with the commands:
   cd domain
   java -jar ../../../modules/tuscany-node-launcher-1.6.1.jar domain

If you do this, the domain manager appears to start OK but the browser GUI doesn't show any nodes, contributions or composites.

The alternative launch sequence:
   cd domain
   ant run
works as expected.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (TUSCANY-3761) Using node-launcher to launch the domain manager doesn't work

Posted by "Simon Nash (JIRA)" <de...@tuscany.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-3761?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Simon Nash resolved TUSCANY-3761.
---------------------------------

    Resolution: Fixed

The problem was caused by the wrong argument list being passed by NodeMain to DomainManagerLauncher.

Fixed under revision r1029014 in the 1.6.1 branch and revision r1029015 in the 1.x trunk.

> Using node-launcher to launch the domain manager doesn't work
> -------------------------------------------------------------
>
>                 Key: TUSCANY-3761
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-3761
>             Project: Tuscany
>          Issue Type: Bug
>          Components: SCA Java Domain Manager
>    Affects Versions: Java-SCA-1.6
>            Reporter: Simon Nash
>            Assignee: Simon Nash
>             Fix For: Java-SCA-1.6.1
>
>
> According to the README file for tutorials/store, it should be possible to launch the domain manager with the commands:
>    cd domain
>    java -jar ../../../modules/tuscany-node-launcher-1.6.1.jar domain
> If you do this, the domain manager appears to start OK but the browser GUI doesn't show any nodes, contributions or composites.
> The alternative launch sequence:
>    cd domain
>    ant run
> works as expected.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.