You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomee.apache.org by vmix <ar...@gmail.com> on 2012/07/21 00:03:02 UTC

IntraVmProxy is not visible from class loader

Hi,

I downloaded a fresh Tomee instance (have tried this in both web and plus
versions), and when I try to use JPA in my web app I get this:


SEVERE: Unable to deploy collapsed ear in war /myapp: Exception: Creating
application failed: /Library/Tomcat/Home/webapps/myapp: Can't create EJBHome
stubinter
face org.apache.openejb.core.ivm.IntraVmProxy is not visible from class
loader
org.apache.openejb.OpenEJBException: Creating application failed:
/Library/Tomcat/Home/webapps/myapp: Can't create EJBHome stubinterface
org.apache.openejb.co
re.ivm.IntraVmProxy is not visible from class loader


Any ideas?



--
View this message in context: http://openejb.979440.n4.nabble.com/IntraVmProxy-is-not-visible-from-class-loader-tp4656428.html
Sent from the OpenEJB User mailing list archive at Nabble.com.

Re: IntraVmProxy is not visible from class loader

Posted by vmix <ar...@gmail.com>.
Yup that was it -- "forbidden jars", as you put it.  Thanks!



--
View this message in context: http://openejb.979440.n4.nabble.com/IntraVmProxy-is-not-visible-from-class-loader-tp4656428p4656601.html
Sent from the OpenEJB User mailing list archive at Nabble.com.

Re: IntraVmProxy is not visible from class loader

Posted by Romain Manni-Bucau <rm...@gmail.com>.
hi any way to get more info?

you didnt provide "forbidden" libs in your app (jee api, openejb,...)?

- Romain


2012/7/21 vmix <ar...@gmail.com>

> Hi,
>
> I downloaded a fresh Tomee instance (have tried this in both web and plus
> versions), and when I try to use JPA in my web app I get this:
>
>
> SEVERE: Unable to deploy collapsed ear in war /myapp: Exception: Creating
> application failed: /Library/Tomcat/Home/webapps/myapp: Can't create
> EJBHome
> stubinter
> face org.apache.openejb.core.ivm.IntraVmProxy is not visible from class
> loader
> org.apache.openejb.OpenEJBException: Creating application failed:
> /Library/Tomcat/Home/webapps/myapp: Can't create EJBHome stubinterface
> org.apache.openejb.co
> re.ivm.IntraVmProxy is not visible from class loader
>
>
> Any ideas?
>
>
>
> --
> View this message in context:
> http://openejb.979440.n4.nabble.com/IntraVmProxy-is-not-visible-from-class-loader-tp4656428.html
> Sent from the OpenEJB User mailing list archive at Nabble.com.
>