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/06/04 22:20:55 UTC

[jira] Created: (TUSCANY-3587) Domain manager produces "post - Error getting data" message when adding a composite

Domain manager produces "post - Error getting data" message when adding a composite
-----------------------------------------------------------------------------------

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


When adding a composite to the domain composite using the Domain Manager GUI, an error popup "post - Error getting data from the server" is produced.  The composite was added successfully and can be displayed by refreshing the browser page.

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


[jira] Closed: (TUSCANY-3587) Domain manager produces "post - Error getting data" message when adding a composite

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

Simon Nash closed TUSCANY-3587.
-------------------------------


> Domain manager produces "post - Error getting data" message when adding a composite
> -----------------------------------------------------------------------------------
>
>                 Key: TUSCANY-3587
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-3587
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Domain Management
>    Affects Versions: Java-SCA-1.6
>            Reporter: Simon Nash
>            Assignee: Simon Nash
>             Fix For: Java-SCA-Next
>
>
> When adding a composite to the domain composite using the Domain Manager GUI, an error popup "post - Error getting data from the server" is produced.  The composite was added successfully and can be displayed by refreshing the browser page.

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


[jira] Resolved: (TUSCANY-3587) Domain manager produces "post - Error getting data" message when adding a composite

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

Simon Nash resolved TUSCANY-3587.
---------------------------------

    Resolution: Fixed

The error message is caused by the server returning an HTTP 500 status code (internal server error) to the browser client.  This error is caused by a NullPointerException on line 306 of DeployedCompositeCollectionImpl.java, which is caused because there aren't any wires for the contributionReader and domainSearch references of the DomainCompositeCollectionComponent component in the DomainManager.composite file.

The problem is fixed under revision r951557 by adding the missing references to the DomainManager.composite file.

> Domain manager produces "post - Error getting data" message when adding a composite
> -----------------------------------------------------------------------------------
>
>                 Key: TUSCANY-3587
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-3587
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Domain Management
>    Affects Versions: Java-SCA-1.6
>            Reporter: Simon Nash
>            Assignee: Simon Nash
>             Fix For: Java-SCA-Next
>
>
> When adding a composite to the domain composite using the Domain Manager GUI, an error popup "post - Error getting data from the server" is produced.  The composite was added successfully and can be displayed by refreshing the browser page.

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