You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Jeremy Boynes (JIRA)" <de...@geronimo.apache.org> on 2005/06/25 17:49:57 UTC

[jira] Created: (GERONIMO-685) Too many open files from CORBA compiler

Too many open files from CORBA compiler
---------------------------------------

         Key: GERONIMO-685
         URL: http://issues.apache.org/jira/browse/GERONIMO-685
     Project: Geronimo
        Type: Bug
    Reporter: Jeremy Boynes
 Assigned to: Dain Sundstrom 


    [java] Caused by: org.openejb.corba.compiler.CompilerException: Problem creating jar: Too many open files
    [java]      at org.openejb.corba.compiler.OpenORBSkeletonGenerator.generateSkeletons(OpenORBSkeletonGenerator.java:194)
    [java]      at org.openejb.corba.compiler.OpenORBSkeletonGenerator$$FastClassByCGLIB$$491f3452.invoke(<generated>)
    [java]      at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
    [java]      at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
    [java]      at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:118)
    [java]      at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:719)
    [java]      at org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57)
    [java]      at org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperationInvoker.java:36)
    [java]      at org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyMethodInterceptor.java:94)
    [java]      at org.openejb.corba.compiler.SkeletonGenerator$$EnhancerByCGLIB$$77cbc8f8.generateSkeletons(<generated>)
    [java]      at org.openejb.deployment.OpenEJBModuleBuilder.initContext(OpenEJBModuleBuilder.java:328)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


Re: [jira] Created: (GERONIMO-685) Too many open files from CORBA compiler

Posted by David Jencks <da...@yahoo.com>.
Can you update and try again? I think I've removed all use of the 
skeleton generator.

thanks
david jencks

On Jun 25, 2005, at 11:38 AM, Jeremy Boynes wrote:

> So there is a file handle leak somewhere (not necessarily here, it is 
> just running into it) that we need to fix. I'll leave this bug open 
> and assigned for now.
>
> --
> Jeremy
>
> Dain Sundstrom wrote:
>> On Jun 25, 2005, at 9:43 AM, David Jencks wrote:
>>> Are you sure your copy of openejb is up to date? I don't think we  
>>> are using OpenORB any more, nor any corba code 
>>> generation/compilation.
>> We still generate the OpenORB ties during deployment, but we don't  
>> use them anymore.  We need to remove all of this code later.  just I  
>> don't want to break anything right now.
>> -dain
>


Re: [jira] Created: (GERONIMO-685) Too many open files from CORBA compiler

Posted by Jeremy Boynes <jb...@apache.org>.
So there is a file handle leak somewhere (not necessarily here, it is 
just running into it) that we need to fix. I'll leave this bug open and 
assigned for now.

--
Jeremy

Dain Sundstrom wrote:
> On Jun 25, 2005, at 9:43 AM, David Jencks wrote:
> 
>> Are you sure your copy of openejb is up to date? I don't think we  are 
>> using OpenORB any more, nor any corba code generation/compilation.
> 
> 
> We still generate the OpenORB ties during deployment, but we don't  use 
> them anymore.  We need to remove all of this code later.  just I  don't 
> want to break anything right now.
> 
> -dain


Re: [jira] Created: (GERONIMO-685) Too many open files from CORBA compiler

Posted by Dain Sundstrom <da...@iq80.com>.
On Jun 25, 2005, at 9:43 AM, David Jencks wrote:

> Are you sure your copy of openejb is up to date? I don't think we  
> are using OpenORB any more, nor any corba code generation/compilation.

We still generate the OpenORB ties during deployment, but we don't  
use them anymore.  We need to remove all of this code later.  just I  
don't want to break anything right now.

-dain

Re: [jira] Created: (GERONIMO-685) Too many open files from CORBA compiler

Posted by Jeremy Boynes <jb...@apache.org>.
David Jencks wrote:
> Are you sure your copy of openejb is up to date? I don't think we are  
> using OpenORB any more, nor any corba code generation/compilation.
> 

Compiled from a checkout yesterday:
06/24/2005  11:17 AM           854,543 openejb-builder-2.0-SNAPSHOT.jar
06/24/2005  11:15 AM         1,300,550 openejb-core-2.0-SNAPSHOT.jar

Re: [jira] Created: (GERONIMO-685) Too many open files from CORBA compiler

Posted by David Jencks <da...@yahoo.com>.
Are you sure your copy of openejb is up to date? I don't think we are  
using OpenORB any more, nor any corba code generation/compilation.

david jencks
On Jun 25, 2005, at 8:49 AM, Jeremy Boynes (JIRA) wrote:

> Too many open files from CORBA compiler
> ---------------------------------------
>
>          Key: GERONIMO-685
>          URL: http://issues.apache.org/jira/browse/GERONIMO-685
>      Project: Geronimo
>         Type: Bug
>     Reporter: Jeremy Boynes
>  Assigned to: Dain Sundstrom
>
>
>     [java] Caused by: org.openejb.corba.compiler.CompilerException:  
> Problem creating jar: Too many open files
>     [java]      at  
> org.openejb.corba.compiler.OpenORBSkeletonGenerator.generateSkeletons(O 
> penORBSkeletonGenerator.java:194)
>     [java]      at  
> org.openejb.corba.compiler.OpenORBSkeletonGenerator$$FastClassByCGLIB$$ 
> 491f3452.invoke(<generated>)
>     [java]      at  
> net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
>     [java]      at  
> org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodIn 
> voker.java:38)
>     [java]      at  
> org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation. 
> java:118)
>     [java]      at  
> org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.ja 
> va:719)
>     [java]      at  
> org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java: 
> 57)
>     [java]      at  
> org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperatio 
> nInvoker.java:36)
>     [java]      at  
> org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(Proxy 
> MethodInterceptor.java:94)
>     [java]      at  
> org.openejb.corba.compiler.SkeletonGenerator$$EnhancerByCGLIB$$77cbc8f8 
> .generateSkeletons(<generated>)
>     [java]      at  
> org.openejb.deployment.OpenEJBModuleBuilder.initContext(OpenEJBModuleBu 
> ilder.java:328)
>
> -- 
> This message is automatically generated by JIRA.
> -
> If you think it was sent incorrectly contact one of the administrators:
>    http://issues.apache.org/jira/secure/Administrators.jspa
> -
> For more information on JIRA, see:
>    http://www.atlassian.com/software/jira
>


[jira] Commented: (GERONIMO-685) Too many open files from CORBA compiler

Posted by "Dain Sundstrom (JIRA)" <de...@geronimo.apache.org>.
    [ http://issues.apache.org/jira/browse/GERONIMO-685?page=comments#action_12314490 ] 

Dain Sundstrom commented on GERONIMO-685:
-----------------------------------------

We actually don't need the OpenORBSkeletonGenerator anymore.  When we get a chance we should remove it and the rest of the OpenORB jars since it isn't being used  anymore.

> Too many open files from CORBA compiler
> ---------------------------------------
>
>          Key: GERONIMO-685
>          URL: http://issues.apache.org/jira/browse/GERONIMO-685
>      Project: Geronimo
>         Type: Bug
>     Reporter: Jeremy Boynes
>     Assignee: Dain Sundstrom

>
>     [java] Caused by: org.openejb.corba.compiler.CompilerException: Problem creating jar: Too many open files
>     [java]      at org.openejb.corba.compiler.OpenORBSkeletonGenerator.generateSkeletons(OpenORBSkeletonGenerator.java:194)
>     [java]      at org.openejb.corba.compiler.OpenORBSkeletonGenerator$$FastClassByCGLIB$$491f3452.invoke(<generated>)
>     [java]      at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
>     [java]      at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
>     [java]      at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:118)
>     [java]      at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:719)
>     [java]      at org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57)
>     [java]      at org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperationInvoker.java:36)
>     [java]      at org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyMethodInterceptor.java:94)
>     [java]      at org.openejb.corba.compiler.SkeletonGenerator$$EnhancerByCGLIB$$77cbc8f8.generateSkeletons(<generated>)
>     [java]      at org.openejb.deployment.OpenEJBModuleBuilder.initContext(OpenEJBModuleBuilder.java:328)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (GERONIMO-685) Too many open files from CORBA compiler

Posted by "David Jencks (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-685?page=all ]
     
David Jencks closed GERONIMO-685:
---------------------------------

    Fix Version: 1.0-M4
                 1.0-M5
     Resolution: Fixed
      Assign To: David Jencks  (was: Dain Sundstrom)

The skeleton generator is completely gone from M5 and is not getting called in M4 so I don't think this problem can recur.

> Too many open files from CORBA compiler
> ---------------------------------------
>
>          Key: GERONIMO-685
>          URL: http://issues.apache.org/jira/browse/GERONIMO-685
>      Project: Geronimo
>         Type: Bug
>     Reporter: Jeremy Boynes
>     Assignee: David Jencks
>      Fix For: 1.0-M4, 1.0-M5

>
>     [java] Caused by: org.openejb.corba.compiler.CompilerException: Problem creating jar: Too many open files
>     [java]      at org.openejb.corba.compiler.OpenORBSkeletonGenerator.generateSkeletons(OpenORBSkeletonGenerator.java:194)
>     [java]      at org.openejb.corba.compiler.OpenORBSkeletonGenerator$$FastClassByCGLIB$$491f3452.invoke(<generated>)
>     [java]      at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
>     [java]      at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
>     [java]      at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:118)
>     [java]      at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:719)
>     [java]      at org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57)
>     [java]      at org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperationInvoker.java:36)
>     [java]      at org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyMethodInterceptor.java:94)
>     [java]      at org.openejb.corba.compiler.SkeletonGenerator$$EnhancerByCGLIB$$77cbc8f8.generateSkeletons(<generated>)
>     [java]      at org.openejb.deployment.OpenEJBModuleBuilder.initContext(OpenEJBModuleBuilder.java:328)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira