users@glassfish.java.net

Re: JPA with hibernate as Persistence provider & Glassfish

From: Jan Luehe <Jan.Luehe_at_Sun.COM>
Date: Fri, 23 Mar 2007 18:48:42 -0700

Jan Luehe wrote On 03/23/07 08:55 AM,:

>
>
> glassfish_at_javadesktop.org wrote On 03/23/07 08:11 AM,:
>
>> Hi Shiva,
>>
>> I also ran to the same problem with common-loggings and log4j jars
>> i am using Hibernate3.2, NetBeans5.5
>> When i copy the commons-logging-1.1.jar, log4j-1.2.14.jar into
>> Sun\Appserver\lib or \Sun\AppServer\domains\domain1\lib then i ran to
>> exception..
>> Any heal would be highly appriciated....
>>
>> Pl. help us we are the promoter of SunOneServer/GlashFish to use for
>> our project and till now i donĀ“t see any help regarding these poblems...
>>
>>
>
> I have filed this P2 issue:
>
> https://glassfish.dev.java.net/issues/show_bug.cgi?id=2692
>
> Help is on the way!


Fix committed earlier today.

See above issue for analysis and commit details.

I hope this also covers the scenario in which you have seen the error
(for example, I was able to see it only when setting the WebappClassLoader's
"delegate" attribute to "false" in sun-web.xml).

Let us know if you continue to run into this issue.

Thanks,

Jan

>
>
> Jan
>
>
>> java.lang.ExceptionInInitializerError
>> at
>> com.sun.jbi.httpsoapbc.OutboundMessageProcessor.<init>(OutboundMessageProcessor.java:146)
>>
>> at
>> com.sun.jbi.httpsoapbc.OutboundReceiver.run(OutboundReceiver.java:115)
>> at java.lang.Thread.run(Thread.java:619)
>> Caused by: org.apache.commons.logging.LogConfigurationException:
>> org.apache.commons.logging.LogConfigurationException:
>> org.apache.commons.logging.LogConfigurationException: Class
>> org.apache.commons.logging.impl.Log4JLogger does not implement Log
>> at
>> org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:532)
>>
>> at
>> org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:272)
>>
>> at
>> org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:246)
>>
>> at
>> org.apache.commons.logging.LogFactory.getLog(LogFactory.java:395)
>> at org.apache.commons.httpclient.HttpClient.<clinit>(Unknown
>> Source)
>> ... 3 more
>> Caused by: org.apache.commons.logging.LogConfigurationException:
>> org.apache.commons.logging.LogConfigurationException: Class
>> org.apache.commons.logging.impl.Log4JLogger does not implement Log
>> at
>> org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogFactoryImpl.java:416)
>>
>> at
>> org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:525)
>>
>> ... 7 more
>> Caused by: org.apache.commons.logging.LogConfigurationException:
>> Class org.apache.commons.logging.impl.Log4JLogger does not implement Log
>> at
>> org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogFactoryImpl.java:412)
>>
>> ... 8 more
>> [Message sent by forum member 'bandip' (bandip)]
>>
>> http://forums.java.net/jive/thread.jspa?messageID=209625
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
>> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>>
>>
>>
>