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 Laws (JIRA)" <de...@tuscany.apache.org> on 2008/08/29 11:00:44 UTC

[jira] Created: (TUSCANY-2572) Problem deploying alert-aggregator demo app from Java SCA 1.3.1 on Geronimo

Problem deploying alert-aggregator demo app from Java SCA 1.3.1 on Geronimo
---------------------------------------------------------------------------

                 Key: TUSCANY-2572
                 URL: https://issues.apache.org/jira/browse/TUSCANY-2572
             Project: Tuscany
          Issue Type: Bug
          Components: Java SCA Demos
    Affects Versions: Java-SCA-1.3.1
            Reporter: Simon Laws
             Fix For: Java-SCA-1.3.2


Vamsi couldn't deploy the alert-aggregator demo to Geronimo when testing the 1.3.1 release.  Details in the mail thread here (http://www.mail-archive.com/dev%40tuscany.apache.org/msg01947.html)

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


[jira] Commented: (TUSCANY-2572) Problem deploying alert-aggregator demo app from Java SCA 1.3.1 on Geronimo

Posted by "Luciano Resende (JIRA)" <de...@tuscany.apache.org>.
    [ https://issues.apache.org/jira/browse/TUSCANY-2572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12636701#action_12636701 ] 

Luciano Resende commented on TUSCANY-2572:
------------------------------------------

This is a common issue among all tuscany webapp samples. The final change should be applied not only to alert-aggregator, but to all webapp samples.

> Problem deploying alert-aggregator demo app from Java SCA 1.3.1 on Geronimo
> ---------------------------------------------------------------------------
>
>                 Key: TUSCANY-2572
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2572
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Demos
>    Affects Versions: Java-SCA-1.3.1
>            Reporter: Simon Laws
>             Fix For: Java SCA-1.3.3
>
>
> Vamsi couldn't deploy the alert-aggregator demo to Geronimo when testing the 1.3.1 release.  Details in the mail thread here (http://www.mail-archive.com/dev%40tuscany.apache.org/msg01947.html)

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


[jira] Updated: (TUSCANY-2572) Problem deploying alert-aggregator demo app from Java SCA 1.3.1 on Geronimo

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

Simon Laws updated TUSCANY-2572:
--------------------------------

    Fix Version/s:     (was: Java-SCA-1.3.2)
                   Java SCA-1.3.3

Change to 1.3.3

> Problem deploying alert-aggregator demo app from Java SCA 1.3.1 on Geronimo
> ---------------------------------------------------------------------------
>
>                 Key: TUSCANY-2572
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2572
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Demos
>    Affects Versions: Java-SCA-1.3.1
>            Reporter: Simon Laws
>             Fix For: Java SCA-1.3.3
>
>
> Vamsi couldn't deploy the alert-aggregator demo to Geronimo when testing the 1.3.1 release.  Details in the mail thread here (http://www.mail-archive.com/dev%40tuscany.apache.org/msg01947.html)

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


[jira] Updated: (TUSCANY-2572) Problem deploying alert-aggregator demo app from Java SCA 1.3.1 on Geronimo

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

ant elder updated TUSCANY-2572:
-------------------------------

    Fix Version/s:     (was: Java SCA-1.3.3)
                   Java-SCA-1.4

> Problem deploying alert-aggregator demo app from Java SCA 1.3.1 on Geronimo
> ---------------------------------------------------------------------------
>
>                 Key: TUSCANY-2572
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2572
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Demos
>    Affects Versions: Java-SCA-1.3.1
>            Reporter: Simon Laws
>             Fix For: Java-SCA-1.4
>
>
> Vamsi couldn't deploy the alert-aggregator demo to Geronimo when testing the 1.3.1 release.  Details in the mail thread here (http://www.mail-archive.com/dev%40tuscany.apache.org/msg01947.html)

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


[jira] Commented: (TUSCANY-2572) Problem deploying alert-aggregator demo app from Java SCA 1.3.1 on Geronimo

Posted by "ant elder (JIRA)" <de...@tuscany.apache.org>.
    [ https://issues.apache.org/jira/browse/TUSCANY-2572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12653770#action_12653770 ] 

ant elder commented on TUSCANY-2572:
------------------------------------

I've tried a few of the samples on Geronimo 2.1.3, the calculator-webapp sample is working though there are warning messages produced on the Geronimo console, all the others I've tried fail with the error below. This looks idfferent than the problem in th email thread referneced in the top of this JIRA, but still broken.

Looks like a problem in the Geronimo code thats scanning the webapp looking for classes annotated with WS annotations.

12:45:52,562 ERROR [Deployer] Deployment failed due to
java.lang.OutOfMemoryError: Java heap space
        at org.objectweb.asm.ClassReader.a(Unknown Source)
        at org.objectweb.asm.ClassReader.<init>(Unknown Source)
        at org.apache.xbean.finder.ClassFinder.readClassDef(ClassFinder.java:689
)
        at org.apache.xbean.finder.ClassFinder.<init>(ClassFinder.java:139)
        at org.apache.geronimo.jaxws.builder.WARWebServiceFinder.discoverWebServ
ices(WARWebServiceFinder.java:154)
        at org.apache.geronimo.jaxws.builder.AdvancedWARWebServiceFinder.discove
rPOJOWebServices(AdvancedWARWebServiceFinder.java:73)
        at org.apache.geronimo.jaxws.builder.AdvancedWARWebServiceFinder.discove
rWebServices(AdvancedWARWebServiceFinder.java:45)
        at org.apache.geronimo.jaxws.builder.WARWebServiceFinder.discoverWebServ
ices(WARWebServiceFinder.java:70)
        at org.apache.geronimo.jaxws.builder.JAXWSServiceBuilder.discoverWebServ
ices(JAXWSServiceBuilder.java:97)
        at org.apache.geronimo.jaxws.builder.JAXWSServiceBuilder.findWebServices
(JAXWSServiceBuilder.java:80)
        at org.apache.geronimo.web25.deployment.AbstractWebModuleBuilder.basicIn
itContext(AbstractWebModuleBuilder.java:364)
        at org.apache.geronimo.tomcat.deployment.TomcatModuleBuilder.initContext
(TomcatModuleBuilder.java:330)
        at org.apache.geronimo.j2ee.deployment.SwitchingModuleBuilder.initContex
t(SwitchingModuleBuilder.java:159)
        at org.apache.geronimo.j2ee.deployment.EARConfigBuilder.buildConfigurati
on(EARConfigBuilder.java:595)
        at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:254)
        at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:133)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.apache.geronimo.gbean.runtime.ReflectionMethodInvoker.invoke(Refl
ectionMethodInvoker.java:34)
        at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperatio
n.java:124)
        at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.
java:867)
        at org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:
239)

> Problem deploying alert-aggregator demo app from Java SCA 1.3.1 on Geronimo
> ---------------------------------------------------------------------------
>
>                 Key: TUSCANY-2572
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2572
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Demos
>    Affects Versions: Java-SCA-1.3.1
>            Reporter: Simon Laws
>             Fix For: Java-SCA-1.4
>
>
> Vamsi couldn't deploy the alert-aggregator demo to Geronimo when testing the 1.3.1 release.  Details in the mail thread here (http://www.mail-archive.com/dev%40tuscany.apache.org/msg01947.html)

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


[jira] Updated: (TUSCANY-2572) Problem deploying alert-aggregator demo app from Java SCA 1.3.1 on Geronimo

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

ant elder updated TUSCANY-2572:
-------------------------------

    Fix Version/s:     (was: Java-SCA-1.4)
                   Java-SCA-Next

Didn't make 1.4

> Problem deploying alert-aggregator demo app from Java SCA 1.3.1 on Geronimo
> ---------------------------------------------------------------------------
>
>                 Key: TUSCANY-2572
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2572
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Demos
>    Affects Versions: Java-SCA-1.3.1
>            Reporter: Simon Laws
>             Fix For: Java-SCA-Next
>
>
> Vamsi couldn't deploy the alert-aggregator demo to Geronimo when testing the 1.3.1 release.  Details in the mail thread here (http://www.mail-archive.com/dev%40tuscany.apache.org/msg01947.html)

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