| From | Sent On | Attachments |
|---|---|---|
| Phillip Ross | Mar 11, 2011 8:23 am | |
| Laird Nelson | Mar 11, 2011 8:26 am | |
| Phillip Ross | Mar 11, 2011 8:41 am | |
| Laird Nelson | Mar 11, 2011 8:52 am | |
| Phillip Ross | Mar 11, 2011 9:57 am | |
| Phillip Ross | Mar 11, 2011 10:25 am | |
| Phillip Ross | Mar 11, 2011 11:00 am |
| Subject: | Re: embedded ejb container - CDI | |
|---|---|---|
| From: | Phillip Ross (phil...@gmail.com) | |
| Date: | Mar 11, 2011 10:25:40 am | |
| List: | net.java.dev.glassfish.users | |
Seeting FINER on org.jboss.level unfortunately had no affect, nor did any of the others I tried, org.jboss, org.jboss.weld.level, org.jboss.weld. Just keeps saying "Exception while loading the app"
This is maddening.
On Fri, Mar 11, 2011 at 1:01 PM, Laird Nelson <ljne...@gmail.com> wrote:
Try org.jboss.level.
L
On Fri, Mar 11, 2011 at 12:57 PM, Phillip Ross <phil...@gmail.com
wrote:
Thanks, that sort of helped. Unfortunately all this extra output doesnt offer any more details about the problem. When including the beans.xml there is weld output and there is some message referring to an exception at the FINE level, but the the actual exception isnt shown. Here's a sample from the output:
] Mar 11 org.jboss.weld.bootstrap.WeldBootstrap <clinit> ] INFO: WELD-000900 ${parsedVersion (osgiVersion}) ] Mar 11 org.glassfish.api.ActionReport failure ] FINE: Exception while loading the app ] Mar 11 org.glassfish.api.ActionReport failure ] SEVERE: Exception while loading the app ] Mar 11 com.sun.enterprise.util.io.FileUtils deleteFile ] FINE: UTIL6049: Attempt to delete /private/var/folders/j5/j5OhelqbEry7nD77sjOW0++++TI/-Tmp-/gfembed9124478708138172947tmp/applications/__internal/testcase1 failed; the file is reported as non-existent ] Mar 11 org.glassfish.ejb.embedded.EJBContainerProviderImpl createEJBContainer ] INFO: [EJBContainerProviderImpl] Cleaning up on failure ...
I guess next I need to find out package names for weld to see if there's more detailed log settings I can set there. Thanks again for the help thus far.
On Fri, Mar 11, 2011 at 11:52 AM, Laird Nelson <ljne...@gmail.com>wrote:
On Fri, Mar 11, 2011 at 11:41 AM, Phillip Ross < phil...@gmail.com> wrote:
Thanks Laird I'll try that. Would you know offhand how logging levels are set/modified w/ embedded?
Regular old java.util.logging, so look in $JAVA_HOME/jre/lib/logging.properties or equivalent.
Best, Laird





