You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Jacek Laskowski (JIRA)" <ji...@apache.org> on 2007/05/23 19:39:16 UTC

[jira] Created: (GERONIMODEVTOOLS-149) EAR deployment fails with Eclipse 3.3M7

EAR deployment fails with Eclipse 3.3M7
---------------------------------------

                 Key: GERONIMODEVTOOLS-149
                 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-149
             Project: Geronimo-Devtools
          Issue Type: Bug
          Components: eclipse-plugin
    Affects Versions: 2.0
            Reporter: Jacek Laskowski


I'm working with

[1] Eclipse 3.3M7
[2] Apache Geronimo 2.0 - http://people.apache.org/~prasad/binaries/20070522/
[3] http://people.apache.org/dist/geronimo/eclipse/unstable/g-eclipse-plugin-2.0.0-v20070523.0744-deployable.zip

Deploying WAR file is fine, but EAR finishes with the following exception:

Distribution of configuration failed.  See log for details.
  java.io.FileNotFoundException: C:\.eclipse\sandbox\.metadata\.plugins\org.apache.geronimo.st.core\server_23.05.07_00_570\aplikacjaEAR.zip (The system cannot find the file specified)
  org.apache.geronimo.common.DeploymentException: java.io.FileNotFoundException: C:\.eclipse\sandbox\.metadata\.plugins\org.apache.geronimo.st.core\server_23.05.07_00_570\aplikacjaEAR.zip (The system cannot find the file specified)
  	at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:119)
  	at org.apache.geronimo.deployment.Deployer$$FastClassByCGLIB$$734a235d.invoke(<generated>)
  	at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
  	at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
  	at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:127)
  	at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:855)
  	at org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:239)
  	at org.apache.geronimo.kernel.KernelGBean.invoke(KernelGBean.java:342)
  	at org.apache.geronimo.kernel.KernelGBean$$FastClassByCGLIB$$1cccefc9.invoke(<generated>)
  	at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
  	at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
  	at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:127)
  	at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:855)
  	at org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:239)
  	at org.apache.geronimo.system.jmx.MBeanGBeanBridge.invoke(MBeanGBeanBridge.java:168)
  	at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:213)
  	at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220)
  	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:815)
  	at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784)
  	at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1408)
  	at javax.management.remote.rmi.RMIConnectionImpl.access$100(RMIConnectionImpl.java:81)
  	at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1245)
  	at java.security.AccessController.doPrivileged(Native Method)
  	at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1348)
  	at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:782)
  	at sun.reflect.GeneratedMethodAccessor200.invoke(Unknown Source)
  	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  	at java.lang.reflect.Method.invoke(Method.java:585)
  	at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294)
  	at sun.rmi.transport.Transport$1.run(Transport.java:153)
  	at java.security.AccessController.doPrivileged(Native Method)
  	at sun.rmi.transport.Transport.serviceCall(Transport.java:149)
  	at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:466)
  	at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:707)
  	at java.lang.Thread.run(Thread.java:595)
  Caused by: java.io.FileNotFoundException: C:\.eclipse\sandbox\.metadata\.plugins\org.apache.geronimo.st.core\server_23.05.07_00_570\aplikacjaEAR.zip (The system cannot find the file specified)
  	at java.io.FileInputStream.open(Native Method)
  	at java.io.FileInputStream.<init>(FileInputStream.java:106)
  	at org.apache.geronimo.deployment.util.DeploymentUtil.copyFile(DeploymentUtil.java:83)
  	at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:116)
  	... 34 more


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


[jira] Commented: (GERONIMODEVTOOLS-149) EAR deployment fails with Eclipse 3.3M7

Posted by "Jacek Laskowski (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12508560 ] 

Jacek Laskowski commented on GERONIMODEVTOOLS-149:
--------------------------------------------------

Yes, it works fine. I checked it with Eclipse IDE 3.3RC4 + WTP 2.0RC3-200706140654. I should've been closed it.

> EAR deployment fails with Eclipse 3.3M7
> ---------------------------------------
>
>                 Key: GERONIMODEVTOOLS-149
>                 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-149
>             Project: Geronimo-Devtools
>          Issue Type: Bug
>          Components: eclipse-plugin
>    Affects Versions: 2.0
>            Reporter: Jacek Laskowski
>             Fix For: 2.0
>
>
> I'm working with
> [1] Eclipse 3.3M7
> [2] Apache Geronimo 2.0 - http://people.apache.org/~prasad/binaries/20070522/
> [3] http://people.apache.org/dist/geronimo/eclipse/unstable/g-eclipse-plugin-2.0.0-v20070523.0744-deployable.zip
> Deploying WAR file is fine, but EAR finishes with the following exception:
> Distribution of configuration failed.  See log for details.
>   java.io.FileNotFoundException: C:\.eclipse\sandbox\.metadata\.plugins\org.apache.geronimo.st.core\server_23.05.07_00_570\aplikacjaEAR.zip (The system cannot find the file specified)
>   org.apache.geronimo.common.DeploymentException: java.io.FileNotFoundException: C:\.eclipse\sandbox\.metadata\.plugins\org.apache.geronimo.st.core\server_23.05.07_00_570\aplikacjaEAR.zip (The system cannot find the file specified)
>   	at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:119)
>   	at org.apache.geronimo.deployment.Deployer$$FastClassByCGLIB$$734a235d.invoke(<generated>)
>   	at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
>   	at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
>   	at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:127)
>   	at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:855)
>   	at org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:239)
>   	at org.apache.geronimo.kernel.KernelGBean.invoke(KernelGBean.java:342)
>   	at org.apache.geronimo.kernel.KernelGBean$$FastClassByCGLIB$$1cccefc9.invoke(<generated>)
>   	at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
>   	at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
>   	at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:127)
>   	at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:855)
>   	at org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:239)
>   	at org.apache.geronimo.system.jmx.MBeanGBeanBridge.invoke(MBeanGBeanBridge.java:168)
>   	at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:213)
>   	at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220)
>   	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:815)
>   	at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784)
>   	at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1408)
>   	at javax.management.remote.rmi.RMIConnectionImpl.access$100(RMIConnectionImpl.java:81)
>   	at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1245)
>   	at java.security.AccessController.doPrivileged(Native Method)
>   	at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1348)
>   	at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:782)
>   	at sun.reflect.GeneratedMethodAccessor200.invoke(Unknown Source)
>   	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>   	at java.lang.reflect.Method.invoke(Method.java:585)
>   	at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294)
>   	at sun.rmi.transport.Transport$1.run(Transport.java:153)
>   	at java.security.AccessController.doPrivileged(Native Method)
>   	at sun.rmi.transport.Transport.serviceCall(Transport.java:149)
>   	at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:466)
>   	at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:707)
>   	at java.lang.Thread.run(Thread.java:595)
>   Caused by: java.io.FileNotFoundException: C:\.eclipse\sandbox\.metadata\.plugins\org.apache.geronimo.st.core\server_23.05.07_00_570\aplikacjaEAR.zip (The system cannot find the file specified)
>   	at java.io.FileInputStream.open(Native Method)
>   	at java.io.FileInputStream.<init>(FileInputStream.java:106)
>   	at org.apache.geronimo.deployment.util.DeploymentUtil.copyFile(DeploymentUtil.java:83)
>   	at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:116)
>   	... 34 more

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


[jira] Closed: (GERONIMODEVTOOLS-149) EAR deployment fails with Eclipse 3.3M7

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

Sachin Patel closed GERONIMODEVTOOLS-149.
-----------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0

This should be fixed now in recent RC drivers.

> EAR deployment fails with Eclipse 3.3M7
> ---------------------------------------
>
>                 Key: GERONIMODEVTOOLS-149
>                 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-149
>             Project: Geronimo-Devtools
>          Issue Type: Bug
>          Components: eclipse-plugin
>    Affects Versions: 2.0
>            Reporter: Jacek Laskowski
>             Fix For: 2.0
>
>
> I'm working with
> [1] Eclipse 3.3M7
> [2] Apache Geronimo 2.0 - http://people.apache.org/~prasad/binaries/20070522/
> [3] http://people.apache.org/dist/geronimo/eclipse/unstable/g-eclipse-plugin-2.0.0-v20070523.0744-deployable.zip
> Deploying WAR file is fine, but EAR finishes with the following exception:
> Distribution of configuration failed.  See log for details.
>   java.io.FileNotFoundException: C:\.eclipse\sandbox\.metadata\.plugins\org.apache.geronimo.st.core\server_23.05.07_00_570\aplikacjaEAR.zip (The system cannot find the file specified)
>   org.apache.geronimo.common.DeploymentException: java.io.FileNotFoundException: C:\.eclipse\sandbox\.metadata\.plugins\org.apache.geronimo.st.core\server_23.05.07_00_570\aplikacjaEAR.zip (The system cannot find the file specified)
>   	at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:119)
>   	at org.apache.geronimo.deployment.Deployer$$FastClassByCGLIB$$734a235d.invoke(<generated>)
>   	at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
>   	at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
>   	at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:127)
>   	at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:855)
>   	at org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:239)
>   	at org.apache.geronimo.kernel.KernelGBean.invoke(KernelGBean.java:342)
>   	at org.apache.geronimo.kernel.KernelGBean$$FastClassByCGLIB$$1cccefc9.invoke(<generated>)
>   	at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
>   	at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
>   	at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:127)
>   	at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:855)
>   	at org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:239)
>   	at org.apache.geronimo.system.jmx.MBeanGBeanBridge.invoke(MBeanGBeanBridge.java:168)
>   	at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:213)
>   	at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220)
>   	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:815)
>   	at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784)
>   	at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1408)
>   	at javax.management.remote.rmi.RMIConnectionImpl.access$100(RMIConnectionImpl.java:81)
>   	at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1245)
>   	at java.security.AccessController.doPrivileged(Native Method)
>   	at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1348)
>   	at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:782)
>   	at sun.reflect.GeneratedMethodAccessor200.invoke(Unknown Source)
>   	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>   	at java.lang.reflect.Method.invoke(Method.java:585)
>   	at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294)
>   	at sun.rmi.transport.Transport$1.run(Transport.java:153)
>   	at java.security.AccessController.doPrivileged(Native Method)
>   	at sun.rmi.transport.Transport.serviceCall(Transport.java:149)
>   	at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:466)
>   	at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:707)
>   	at java.lang.Thread.run(Thread.java:595)
>   Caused by: java.io.FileNotFoundException: C:\.eclipse\sandbox\.metadata\.plugins\org.apache.geronimo.st.core\server_23.05.07_00_570\aplikacjaEAR.zip (The system cannot find the file specified)
>   	at java.io.FileInputStream.open(Native Method)
>   	at java.io.FileInputStream.<init>(FileInputStream.java:106)
>   	at org.apache.geronimo.deployment.util.DeploymentUtil.copyFile(DeploymentUtil.java:83)
>   	at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:116)
>   	... 34 more

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


[jira] Commented: (GERONIMODEVTOOLS-149) EAR deployment fails with Eclipse 3.3M7

Posted by "Jacek Laskowski (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12498322 ] 

Jacek Laskowski commented on GERONIMODEVTOOLS-149:
--------------------------------------------------

What can we do about it? Shall we recommend to use another milestone of Eclipse IDE 3.3 or milestones are of no use?

> EAR deployment fails with Eclipse 3.3M7
> ---------------------------------------
>
>                 Key: GERONIMODEVTOOLS-149
>                 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-149
>             Project: Geronimo-Devtools
>          Issue Type: Bug
>          Components: eclipse-plugin
>    Affects Versions: 2.0
>            Reporter: Jacek Laskowski
>
> I'm working with
> [1] Eclipse 3.3M7
> [2] Apache Geronimo 2.0 - http://people.apache.org/~prasad/binaries/20070522/
> [3] http://people.apache.org/dist/geronimo/eclipse/unstable/g-eclipse-plugin-2.0.0-v20070523.0744-deployable.zip
> Deploying WAR file is fine, but EAR finishes with the following exception:
> Distribution of configuration failed.  See log for details.
>   java.io.FileNotFoundException: C:\.eclipse\sandbox\.metadata\.plugins\org.apache.geronimo.st.core\server_23.05.07_00_570\aplikacjaEAR.zip (The system cannot find the file specified)
>   org.apache.geronimo.common.DeploymentException: java.io.FileNotFoundException: C:\.eclipse\sandbox\.metadata\.plugins\org.apache.geronimo.st.core\server_23.05.07_00_570\aplikacjaEAR.zip (The system cannot find the file specified)
>   	at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:119)
>   	at org.apache.geronimo.deployment.Deployer$$FastClassByCGLIB$$734a235d.invoke(<generated>)
>   	at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
>   	at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
>   	at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:127)
>   	at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:855)
>   	at org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:239)
>   	at org.apache.geronimo.kernel.KernelGBean.invoke(KernelGBean.java:342)
>   	at org.apache.geronimo.kernel.KernelGBean$$FastClassByCGLIB$$1cccefc9.invoke(<generated>)
>   	at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
>   	at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
>   	at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:127)
>   	at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:855)
>   	at org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:239)
>   	at org.apache.geronimo.system.jmx.MBeanGBeanBridge.invoke(MBeanGBeanBridge.java:168)
>   	at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:213)
>   	at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220)
>   	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:815)
>   	at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784)
>   	at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1408)
>   	at javax.management.remote.rmi.RMIConnectionImpl.access$100(RMIConnectionImpl.java:81)
>   	at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1245)
>   	at java.security.AccessController.doPrivileged(Native Method)
>   	at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1348)
>   	at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:782)
>   	at sun.reflect.GeneratedMethodAccessor200.invoke(Unknown Source)
>   	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>   	at java.lang.reflect.Method.invoke(Method.java:585)
>   	at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294)
>   	at sun.rmi.transport.Transport$1.run(Transport.java:153)
>   	at java.security.AccessController.doPrivileged(Native Method)
>   	at sun.rmi.transport.Transport.serviceCall(Transport.java:149)
>   	at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:466)
>   	at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:707)
>   	at java.lang.Thread.run(Thread.java:595)
>   Caused by: java.io.FileNotFoundException: C:\.eclipse\sandbox\.metadata\.plugins\org.apache.geronimo.st.core\server_23.05.07_00_570\aplikacjaEAR.zip (The system cannot find the file specified)
>   	at java.io.FileInputStream.open(Native Method)
>   	at java.io.FileInputStream.<init>(FileInputStream.java:106)
>   	at org.apache.geronimo.deployment.util.DeploymentUtil.copyFile(DeploymentUtil.java:83)
>   	at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:116)
>   	... 34 more

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


[jira] Commented: (GERONIMODEVTOOLS-149) EAR deployment fails with Eclipse 3.3M7

Posted by "Sachin Patel (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12498318 ] 

Sachin Patel commented on GERONIMODEVTOOLS-149:
-----------------------------------------------

This is due to a bug in WTP.. https://bugs.eclipse.org/bugs/show_bug.cgi?id=188710

> EAR deployment fails with Eclipse 3.3M7
> ---------------------------------------
>
>                 Key: GERONIMODEVTOOLS-149
>                 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-149
>             Project: Geronimo-Devtools
>          Issue Type: Bug
>          Components: eclipse-plugin
>    Affects Versions: 2.0
>            Reporter: Jacek Laskowski
>
> I'm working with
> [1] Eclipse 3.3M7
> [2] Apache Geronimo 2.0 - http://people.apache.org/~prasad/binaries/20070522/
> [3] http://people.apache.org/dist/geronimo/eclipse/unstable/g-eclipse-plugin-2.0.0-v20070523.0744-deployable.zip
> Deploying WAR file is fine, but EAR finishes with the following exception:
> Distribution of configuration failed.  See log for details.
>   java.io.FileNotFoundException: C:\.eclipse\sandbox\.metadata\.plugins\org.apache.geronimo.st.core\server_23.05.07_00_570\aplikacjaEAR.zip (The system cannot find the file specified)
>   org.apache.geronimo.common.DeploymentException: java.io.FileNotFoundException: C:\.eclipse\sandbox\.metadata\.plugins\org.apache.geronimo.st.core\server_23.05.07_00_570\aplikacjaEAR.zip (The system cannot find the file specified)
>   	at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:119)
>   	at org.apache.geronimo.deployment.Deployer$$FastClassByCGLIB$$734a235d.invoke(<generated>)
>   	at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
>   	at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
>   	at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:127)
>   	at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:855)
>   	at org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:239)
>   	at org.apache.geronimo.kernel.KernelGBean.invoke(KernelGBean.java:342)
>   	at org.apache.geronimo.kernel.KernelGBean$$FastClassByCGLIB$$1cccefc9.invoke(<generated>)
>   	at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
>   	at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
>   	at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:127)
>   	at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:855)
>   	at org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:239)
>   	at org.apache.geronimo.system.jmx.MBeanGBeanBridge.invoke(MBeanGBeanBridge.java:168)
>   	at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:213)
>   	at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220)
>   	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:815)
>   	at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784)
>   	at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1408)
>   	at javax.management.remote.rmi.RMIConnectionImpl.access$100(RMIConnectionImpl.java:81)
>   	at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1245)
>   	at java.security.AccessController.doPrivileged(Native Method)
>   	at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1348)
>   	at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:782)
>   	at sun.reflect.GeneratedMethodAccessor200.invoke(Unknown Source)
>   	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>   	at java.lang.reflect.Method.invoke(Method.java:585)
>   	at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294)
>   	at sun.rmi.transport.Transport$1.run(Transport.java:153)
>   	at java.security.AccessController.doPrivileged(Native Method)
>   	at sun.rmi.transport.Transport.serviceCall(Transport.java:149)
>   	at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:466)
>   	at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:707)
>   	at java.lang.Thread.run(Thread.java:595)
>   Caused by: java.io.FileNotFoundException: C:\.eclipse\sandbox\.metadata\.plugins\org.apache.geronimo.st.core\server_23.05.07_00_570\aplikacjaEAR.zip (The system cannot find the file specified)
>   	at java.io.FileInputStream.open(Native Method)
>   	at java.io.FileInputStream.<init>(FileInputStream.java:106)
>   	at org.apache.geronimo.deployment.util.DeploymentUtil.copyFile(DeploymentUtil.java:83)
>   	at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:116)
>   	... 34 more

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


[jira] Commented: (GERONIMODEVTOOLS-149) EAR deployment fails with Eclipse 3.3M7

Posted by "Sachin Patel (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12498325 ] 

Sachin Patel commented on GERONIMODEVTOOLS-149:
-----------------------------------------------

Its been broken in previous milestones as well.  We'll just have to wait for an integration build for a fix.

> EAR deployment fails with Eclipse 3.3M7
> ---------------------------------------
>
>                 Key: GERONIMODEVTOOLS-149
>                 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-149
>             Project: Geronimo-Devtools
>          Issue Type: Bug
>          Components: eclipse-plugin
>    Affects Versions: 2.0
>            Reporter: Jacek Laskowski
>
> I'm working with
> [1] Eclipse 3.3M7
> [2] Apache Geronimo 2.0 - http://people.apache.org/~prasad/binaries/20070522/
> [3] http://people.apache.org/dist/geronimo/eclipse/unstable/g-eclipse-plugin-2.0.0-v20070523.0744-deployable.zip
> Deploying WAR file is fine, but EAR finishes with the following exception:
> Distribution of configuration failed.  See log for details.
>   java.io.FileNotFoundException: C:\.eclipse\sandbox\.metadata\.plugins\org.apache.geronimo.st.core\server_23.05.07_00_570\aplikacjaEAR.zip (The system cannot find the file specified)
>   org.apache.geronimo.common.DeploymentException: java.io.FileNotFoundException: C:\.eclipse\sandbox\.metadata\.plugins\org.apache.geronimo.st.core\server_23.05.07_00_570\aplikacjaEAR.zip (The system cannot find the file specified)
>   	at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:119)
>   	at org.apache.geronimo.deployment.Deployer$$FastClassByCGLIB$$734a235d.invoke(<generated>)
>   	at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
>   	at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
>   	at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:127)
>   	at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:855)
>   	at org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:239)
>   	at org.apache.geronimo.kernel.KernelGBean.invoke(KernelGBean.java:342)
>   	at org.apache.geronimo.kernel.KernelGBean$$FastClassByCGLIB$$1cccefc9.invoke(<generated>)
>   	at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
>   	at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
>   	at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:127)
>   	at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:855)
>   	at org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:239)
>   	at org.apache.geronimo.system.jmx.MBeanGBeanBridge.invoke(MBeanGBeanBridge.java:168)
>   	at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:213)
>   	at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220)
>   	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:815)
>   	at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784)
>   	at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1408)
>   	at javax.management.remote.rmi.RMIConnectionImpl.access$100(RMIConnectionImpl.java:81)
>   	at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1245)
>   	at java.security.AccessController.doPrivileged(Native Method)
>   	at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1348)
>   	at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:782)
>   	at sun.reflect.GeneratedMethodAccessor200.invoke(Unknown Source)
>   	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>   	at java.lang.reflect.Method.invoke(Method.java:585)
>   	at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294)
>   	at sun.rmi.transport.Transport$1.run(Transport.java:153)
>   	at java.security.AccessController.doPrivileged(Native Method)
>   	at sun.rmi.transport.Transport.serviceCall(Transport.java:149)
>   	at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:466)
>   	at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:707)
>   	at java.lang.Thread.run(Thread.java:595)
>   Caused by: java.io.FileNotFoundException: C:\.eclipse\sandbox\.metadata\.plugins\org.apache.geronimo.st.core\server_23.05.07_00_570\aplikacjaEAR.zip (The system cannot find the file specified)
>   	at java.io.FileInputStream.open(Native Method)
>   	at java.io.FileInputStream.<init>(FileInputStream.java:106)
>   	at org.apache.geronimo.deployment.util.DeploymentUtil.copyFile(DeploymentUtil.java:83)
>   	at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:116)
>   	... 34 more

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