【发布时间】:2011-10-20 05:07:35
【问题描述】:
我在最近出现的 GF 日志中看到一个奇怪的错误。我只是想知道是否有人知道可能发生的事情(我知道这是在黑暗中刺伤)。我正在使用GF 3.1。我的应用程序是 ejb 3.1(build 43)和 JPA 与 JSF 2(使用 icefaces)前端。据我所知,这些异常大大降低了我的应用程序的速度,但并未影响其功能。这就是我所看到的(一遍又一遍):
SEVERE: com.sun.enterprise.container.common.spi.util.InjectionManager (type com.sun.enterprise.container.common.impl.util.InjectionManagerImpl)
SEVERE: jdbc (type com.sun.enterprise.naming.impl.TransientContext)
SEVERE: java:global (type com.sun.enterprise.naming.impl.TransientContext)
SEVERE: ejb (type com.sun.enterprise.naming.impl.TransientContext)
SEVERE: __SYSTEM (type com.sun.enterprise.naming.impl.TransientContext)
SEVERE: UserTransaction (type com.sun.enterprise.transaction.TransactionNamingProxy$UserTransactionProxy)
SEVERE: temp (type org.glassfish.javaee.services.ResourceProxy)
SEVERE: com.sun.enterprise.container.common.spi.util.InjectionManager (type com.sun.enterprise.container.common.impl.util.InjectionManagerImpl)
SEVERE: jdbc (type com.sun.enterprise.naming.impl.TransientContext)
SEVERE: java:global (type com.sun.enterprise.naming.impl.TransientContext)
SEVERE: ejb (type com.sun.enterprise.naming.impl.TransientContext)
SEVERE: __SYSTEM (type com.sun.enterprise.naming.impl.TransientContext)
SEVERE: UserTransaction (type com.sun.enterprise.transaction.TransactionNamingProxy$UserTransactionProxy)
SEVERE: temp (type org.glassfish.javaee.services.ResourceProxy)
SEVERE: com.sun.enterprise.container.common.spi.util.InjectionManager (type com.sun.enterprise.container.common.impl.util.InjectionManagerImpl)
SEVERE: jdbc (type com.sun.enterprise.naming.impl.TransientContext)
SEVERE: java:global (type com.sun.enterprise.naming.impl.TransientContext)
SEVERE: ejb (type com.sun.enterprise.naming.impl.TransientContext)
SEVERE: __SYSTEM (type com.sun.enterprise.naming.impl.TransientContext)
SEVERE: UserTransaction (type com.sun.enterprise.transaction.TransactionNamingProxy$UserTransactionProxy)
SEVERE: temp (type org.glassfish.javaee.services.ResourceProxy)
SEVERE: com.sun.enterprise.container.common.spi.util.InjectionManager (type com.sun.enterprise.container.common.impl.util.InjectionManagerImpl)
SEVERE: jdbc (type com.sun.enterprise.naming.impl.TransientContext)
SEVERE: java:global (type com.sun.enterprise.naming.impl.TransientContext)
SEVERE: ejb (type com.sun.enterprise.naming.impl.TransientContext)
SEVERE: __SYSTEM (type com.sun.enterprise.naming.impl.TransientContext)
【问题讨论】:
标签: glassfish-3