You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Shawn Jiang (JIRA)" <ji...@apache.org> on 2011/01/25 05:27:43 UTC

[jira] Created: (GERONIMODEVTOOLS-708) support plain osgi bundle deployment from GEP.

support plain osgi bundle deployment from GEP.
----------------------------------------------

                 Key: GERONIMODEVTOOLS-708
                 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-708
             Project: Geronimo-Devtools
          Issue Type: New Feature
          Components: eclipse-plugin
    Affects Versions: 3.0
            Reporter: Shawn Jiang
            Assignee: Delos Dai


currently, we only support the EBA deployment from GEP.    we need to add pure OSGi bundle and WAB deployment support from GEP.

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


[jira] Commented: (GERONIMODEVTOOLS-708) support plain osgi bundle deployment from GEP.

Posted by "Han Hong Fang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12987379#action_12987379 ] 

Han Hong Fang commented on GERONIMODEVTOOLS-708:
------------------------------------------------

Currently GEP uses DeploymentManager to deploy OSGi bundle, thus deployer operation failed due to no deployer is able to handle it. Error details are:

Distribution of module failed. See log for details.
Cannot deploy the requested application module because no deployer is able to handle it. This can happen if you have omitted the J2EE deployment descriptor, disabled a deployer module, or if, for example, you are trying to deploy an EJB module on a minimal Geronimo server that does not have EJB support installed. (moduleFile=C:\DOCUME~1\janet\LOCALS~1\Temp\geronimo-deployer387921088066527123.tmpdir\abc.jar)
org.apache.geronimo.common.DeploymentException: Cannot deploy the requested application module because no deployer is able to handle it. This can happen if you have omitted the J2EE deployment descriptor, disabled a deployer module, or if, for example, you are trying to deploy an EJB module on a minimal Geronimo server that does not have EJB support installed. (moduleFile=C:\DOCUME~1\janet\LOCALS~1\Temp\geronimo-deployer387921088066527123.tmpdir\abc.jar)
at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:238)
at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:138)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.geronimo.gbean.runtime.ReflectionMethodInvoker.invoke(ReflectionMethodInvoker.java:34)
at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:131)
at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:872)
at org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:245)
at org.apache.geronimo.kernel.KernelGBean.invoke(KernelGBean.java:344)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.geronimo.gbean.runtime.ReflectionMethodInvoker.invoke(ReflectionMethodInvoker.java:34)
at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:131)
at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:872)
at org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:245)
at org.apache.geronimo.system.jmx.MBeanGBeanBridge.invoke(MBeanGBeanBridge.java:172)
at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)
at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:761)
at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1427)
at javax.management.remote.rmi.RMIConnectionImpl.access$200(RMIConnectionImpl.java:72)
at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1265)
at java.security.AccessController.doPrivileged(Native Method)
at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1367)
at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:788)
at sun.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:305)
at sun.rmi.transport.Transport$1.run(Transport.java:159)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Transport.java:155)
at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:535)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:790)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:649)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)

> support plain osgi bundle deployment from GEP.
> ----------------------------------------------
>
>                 Key: GERONIMODEVTOOLS-708
>                 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-708
>             Project: Geronimo-Devtools
>          Issue Type: New Feature
>          Components: eclipse-plugin
>    Affects Versions: 3.0
>            Reporter: Shawn Jiang
>            Assignee: Delos Dai
>
> currently, we only support the EBA deployment from GEP.    we need to add pure OSGi bundle and WAB deployment support from GEP.

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


[jira] Commented: (GERONIMODEVTOOLS-708) support plain osgi bundle deployment from GEP.

Posted by "Shawn Jiang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12987973#action_12987973 ] 

Shawn Jiang commented on GERONIMODEVTOOLS-708:
----------------------------------------------

https://issues.apache.org/jira/browse/GERONIMO-5764 will be used to track this functionality on server side.

> support plain osgi bundle deployment from GEP.
> ----------------------------------------------
>
>                 Key: GERONIMODEVTOOLS-708
>                 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-708
>             Project: Geronimo-Devtools
>          Issue Type: New Feature
>          Components: eclipse-plugin
>    Affects Versions: 3.0
>            Reporter: Shawn Jiang
>            Assignee: Delos Dai
>
> currently, we only support the EBA deployment from GEP.    we need to add pure OSGi bundle and WAB deployment support from GEP.

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


[jira] [Commented] (GERONIMODEVTOOLS-708) support plain osgi bundle deployment from GEP.

Posted by "Jarek Gawor (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13014771#comment-13014771 ] 

Jarek Gawor commented on GERONIMODEVTOOLS-708:
----------------------------------------------

Also, once individual bundle deployment is supported from GEP ensure the deployed bundles can be stopped, started, and restarted directly from Eclipse (by right clicking on the bundle the selecting the appropriate option).



> support plain osgi bundle deployment from GEP.
> ----------------------------------------------
>
>                 Key: GERONIMODEVTOOLS-708
>                 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-708
>             Project: Geronimo-Devtools
>          Issue Type: New Feature
>          Components: eclipse-plugin
>    Affects Versions: 3.0
>            Reporter: Shawn Jiang
>            Assignee: Delos Dai
>
> currently, we only support the EBA deployment from GEP.    we need to add pure OSGi bundle and WAB deployment support from GEP.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (GERONIMODEVTOOLS-708) support plain osgi bundle deployment from GEP.

Posted by "Rex Wang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-708?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rex Wang resolved GERONIMODEVTOOLS-708.
---------------------------------------

       Resolution: Fixed
    Fix Version/s: 3.0
         Assignee: Yi Xiao  (was: Delos Dai)

> support plain osgi bundle deployment from GEP.
> ----------------------------------------------
>
>                 Key: GERONIMODEVTOOLS-708
>                 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-708
>             Project: Geronimo-Devtools
>          Issue Type: New Feature
>          Components: eclipse-plugin
>    Affects Versions: 3.0
>            Reporter: Shawn Jiang
>            Assignee: Yi Xiao
>             Fix For: 3.0
>
>
> currently, we only support the EBA deployment from GEP.    we need to add pure OSGi bundle and WAB deployment support from GEP.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (GERONIMODEVTOOLS-708) support plain osgi bundle deployment from GEP.

Posted by "Han Hong Fang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12987380#action_12987380 ] 

Han Hong Fang commented on GERONIMODEVTOOLS-708:
------------------------------------------------

https://issues.apache.org/jira/browse/GERONIMO-5790 is opened in geronimo server for api to support this function.

> support plain osgi bundle deployment from GEP.
> ----------------------------------------------
>
>                 Key: GERONIMODEVTOOLS-708
>                 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-708
>             Project: Geronimo-Devtools
>          Issue Type: New Feature
>          Components: eclipse-plugin
>    Affects Versions: 3.0
>            Reporter: Shawn Jiang
>            Assignee: Delos Dai
>
> currently, we only support the EBA deployment from GEP.    we need to add pure OSGi bundle and WAB deployment support from GEP.

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