You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by Erwan de FERRIERES <er...@nereide.fr> on 2012/02/01 13:33:59 UTC

Re: svn commit: r1234563 - in /ofbiz/trunk: ./ framework/base/lib/j2eespecs/ framework/catalina/lib/

Le 31/01/2012 15:47, Adrian Crum a écrit :
> This commit is throwing a lot of exceptions during startup.
>
> -Adrian
>
Adrian,

could you point the exceptions ? I tried to find them, but, at my level, 
I have no more exceptions than with tomcat 7.0.23.

Regards,


> On 1/22/2012 6:05 PM, erwan@apache.org wrote:
>> Author: erwan
>> Date: Sun Jan 22 18:05:28 2012
>> New Revision: 1234563


-- 
Erwan de FERRIERES
www.nereide.biz

Re: svn commit: r1234563 - in /ofbiz/trunk: ./ framework/base/lib/j2eespecs/ framework/catalina/lib/

Posted by Erwan de FERRIERES <er...@nereide.fr>.
Le 01/02/2012 13:47, Adrian Crum a écrit :
> That is odd. I can't seem to reproduce the problem now.
>
> Catalina was throwing exceptions when I updated to this revision, and
> the exceptions went away when I reverted this revision on my local copy.
> Now when I update to this revision, the exceptions do not appear.
>
> Oh well, never mind.
>
> -Adrian

No problem !

Cheers,

>
> On 2/1/2012 12:33 PM, Erwan de FERRIERES wrote:
>> Le 31/01/2012 15:47, Adrian Crum a écrit :
>>> This commit is throwing a lot of exceptions during startup.
>>>
>>> -Adrian
>>>
>> Adrian,
>>
>> could you point the exceptions ? I tried to find them, but, at my
>> level, I have no more exceptions than with tomcat 7.0.23.
>>
>> Regards,
>>
>>
>>> On 1/22/2012 6:05 PM, erwan@apache.org wrote:
>>>> Author: erwan
>>>> Date: Sun Jan 22 18:05:28 2012
>>>> New Revision: 1234563
>>
>>
>


-- 
Erwan de FERRIERES
www.nereide.biz

Re: svn commit: r1234563 - in /ofbiz/trunk: ./ framework/base/lib/j2eespecs/ framework/catalina/lib/

Posted by Erwan de FERRIERES <er...@gmail.com>.
2012/2/13 Adrian Crum <ad...@sandglass-software.com>:
> Based on that bug report, we can fix the errors ourselves by specifying the
> correct DTD in the web.xml file.
>
> -Adrian
Thanks Adrian !
didn't have the time to work it out this morning...

>
>
> On 2/13/2012 6:49 AM, Erwan de FERRIERES wrote:
>>
>> Le 12/02/2012 23:08, Adrian Crum a écrit :
>>>
>>> javax.naming.NameNotFoundException: Resource /WEB-INF/classes not found
>>
>> Hi Adrian,
>>
>> there is a bug filled for this error:
>> https://issues.apache.org/bugzilla/show_bug.cgi?id=52511
>>
>> It will be included in the 7.0.26 release.
>>
>> Cheers,
>>
>



-- 
Erwan de FERRIERES

Re: svn commit: r1234563 - in /ofbiz/trunk: ./ framework/base/lib/j2eespecs/ framework/catalina/lib/

Posted by Adrian Crum <ad...@sandglass-software.com>.
Based on that bug report, we can fix the errors ourselves by specifying 
the correct DTD in the web.xml file.

-Adrian

On 2/13/2012 6:49 AM, Erwan de FERRIERES wrote:
> Le 12/02/2012 23:08, Adrian Crum a écrit :
>> javax.naming.NameNotFoundException: Resource /WEB-INF/classes not found
> Hi Adrian,
>
> there is a bug filled for this error:
> https://issues.apache.org/bugzilla/show_bug.cgi?id=52511
>
> It will be included in the 7.0.26 release.
>
> Cheers,
>

Re: svn commit: r1234563 - in /ofbiz/trunk: ./ framework/base/lib/j2eespecs/ framework/catalina/lib/

Posted by Erwan de FERRIERES <er...@nereide.fr>.
Le 12/02/2012 23:08, Adrian Crum a écrit :
> javax.naming.NameNotFoundException: Resource /WEB-INF/classes not found
Hi Adrian,

there is a bug filled for this error:
https://issues.apache.org/bugzilla/show_bug.cgi?id=52511

It will be included in the 7.0.26 release.

Cheers,

-- 
Erwan de FERRIERES
www.nereide.biz

Re: svn commit: r1234563 - in /ofbiz/trunk: ./ framework/base/lib/j2eespecs/ framework/catalina/lib/

Posted by Adrian Crum <ad...@sandglass-software.com>.
Okay, I'm getting those exceptions again:

2012-02-12 22:00:42,517 (catalina-startup-1) [  
CatalinaContainer.java:652:INFO ] 
host[StandardEngine[default-server].StandardHost[0.0.0.0]].addChild(StandardEngine[default-server].StandardHost[0.0.0.0].StandardContext[/scrum])
2012-02-12 22:00:42,549 (catalina-startup-0) [      
ContextConfig.java:1209:ERROR] Unable to determine URL for WEB-INF/classes
javax.naming.NameNotFoundException: Resource /WEB-INF/classes not found
     at 
org.apache.naming.resources.BaseDirContext.listBindings(BaseDirContext.java:733)
     at 
org.apache.naming.resources.ProxyDirContext.listBindings(ProxyDirContext.java:546)
     at 
org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1197)
     at 
org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:825)
     at 
org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:300)
     at 
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
     at 
org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
     at 
org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5161)
     at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
     at 
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:897)
     at 
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:873)
     at 
org.apache.catalina.core.StandardHost.addChild(StandardHost.java:615)
     at 
org.ofbiz.catalina.container.CatalinaContainer.configureContext(CatalinaContainer.java:721)
     at 
org.ofbiz.catalina.container.CatalinaContainer.access$000(CatalinaContainer.java:144)
     at 
org.ofbiz.catalina.container.CatalinaContainer$1.call(CatalinaContainer.java:596)
     at 
org.ofbiz.catalina.container.CatalinaContainer$1.call(CatalinaContainer.java:594)
     at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
     at java.util.concurrent.FutureTask.run(Unknown Source)
     at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(Unknown 
Source)
     at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown 
Source)
     at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown 
Source)
     at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
     at java.lang.Thread.run(Unknown Source)
2012-02-12 22:00:42,564 (catalina-startup-1) [      
ContextConfig.java:1209:ERROR] Unable to determine URL for WEB-INF/classes
javax.naming.NameNotFoundException: Resource /WEB-INF/classes not found
     at 
org.apache.naming.resources.BaseDirContext.listBindings(BaseDirContext.java:733)
     at 
org.apache.naming.resources.ProxyDirContext.listBindings(ProxyDirContext.java:546)
     at 
org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1197)
     at 
org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:825)
     at 
org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:300)
     at 
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
     at 
org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
     at 
org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5161)
     at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
     at 
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:897)
     at 
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:873)
     at 
org.apache.catalina.core.StandardHost.addChild(StandardHost.java:615)
     at 
org.ofbiz.catalina.container.CatalinaContainer.configureContext(CatalinaContainer.java:721)
     at 
org.ofbiz.catalina.container.CatalinaContainer.access$000(CatalinaContainer.java:144)
     at 
org.ofbiz.catalina.container.CatalinaContainer$1.call(CatalinaContainer.java:596)
     at 
org.ofbiz.catalina.container.CatalinaContainer$1.call(CatalinaContainer.java:594)
     at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
     at java.util.concurrent.FutureTask.run(Unknown Source)
     at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(Unknown 
Source)
     at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown 
Source)
     at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown 
Source)
     at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
     at java.lang.Thread.run(Unknown Source)
2012-02-12 22:00:42,580 (catalina-startup-0) [  
GenericDispatcher.java:69 :INFO ] Creating new dispatcher [scrum] 
(catalina-startup-0)
2012-02-12 22:00:42,580 (catalina-startup-0) [     
ControlServlet.java:74 :INFO ] LOADING WEBAPP [scrumdemo] Open For 
Business - scrum Component, located at 
C:\ofbiz\specialpurpose\scrum\webapp\demotest\

2012-02-12 22:00:45,267 (catalina-startup-0) [     
ControlServlet.java:74 :INFO ] LOADING WEBAPP [birt] Open For Business - 
BIRT Component, located at C:\ofbiz\framework\example\webapp\birt\
2012-02-12 22:00:45,267 (catalina-startup-0) [    
ConfigXMLReader.java:120:INFO ] controller loaded: 0.0s, 7 requests, 6 
views in jndi:/0.0.0.0/birt/WEB-INF/controller.xml
2012-02-12 22:00:45,283 (catalina-startup-0) [  
CatalinaContainer.java:652:INFO ] 
host[StandardEngine[default-server].StandardHost[0.0.0.0]].addChild(StandardEngine[default-server].StandardHost[0.0.0.0].StandardContext[/tempfiles])
2012-02-12 22:00:45,299 (catalina-startup-0) [      
ContextConfig.java:1209:ERROR] Unable to determine URL for WEB-INF/classes
javax.naming.NameNotFoundException: Resource /WEB-INF/classes not found
     at 
org.apache.naming.resources.BaseDirContext.listBindings(BaseDirContext.java:733)
     at 
org.apache.naming.resources.ProxyDirContext.listBindings(ProxyDirContext.java:546)
     at 
org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1197)
     at 
org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:825)
     at 
org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:300)
     at 
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
     at 
org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
     at 
org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5161)
     at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
     at 
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:897)
     at 
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:873)
     at 
org.apache.catalina.core.StandardHost.addChild(StandardHost.java:615)
     at 
org.ofbiz.catalina.container.CatalinaContainer.configureContext(CatalinaContainer.java:721)
     at 
org.ofbiz.catalina.container.CatalinaContainer.access$000(CatalinaContainer.java:144)
     at 
org.ofbiz.catalina.container.CatalinaContainer$1.call(CatalinaContainer.java:596)
     at 
org.ofbiz.catalina.container.CatalinaContainer$1.call(CatalinaContainer.java:594)
     at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
     at java.util.concurrent.FutureTask.run(Unknown Source)
     at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(Unknown 
Source)
     at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown 
Source)
     at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown 
Source)
     at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
     at java.lang.Thread.run(Unknown Source)
2012-02-12 22:00:45,299 (catalina-startup-0) [  
CatalinaContainer.java:652:INFO ] 
host[StandardEngine[default-server].StandardHost[0.0.0.0]].addChild(StandardEngine[default-server].StandardHost[0.0.0.0].StandardContext[/images])
2012-02-12 22:00:45,330 (catalina-startup-1) [  
GenericDispatcher.java:69 :INFO ] Creating new dispatcher [example] 
(catalina-startup-1)

-Adrian

On 2/1/2012 12:47 PM, Adrian Crum wrote:
> That is odd. I can't seem to reproduce the problem now.
>
> Catalina was throwing exceptions when I updated to this revision, and 
> the exceptions went away when I reverted this revision on my local 
> copy. Now when I update to this revision, the exceptions do not appear.
>
> Oh well, never mind.
>
> -Adrian
>
> On 2/1/2012 12:33 PM, Erwan de FERRIERES wrote:
>> Le 31/01/2012 15:47, Adrian Crum a écrit :
>>> This commit is throwing a lot of exceptions during startup.
>>>
>>> -Adrian
>>>
>> Adrian,
>>
>> could you point the exceptions ? I tried to find them, but, at my 
>> level, I have no more exceptions than with tomcat 7.0.23.
>>
>> Regards,
>>
>>
>>> On 1/22/2012 6:05 PM, erwan@apache.org wrote:
>>>> Author: erwan
>>>> Date: Sun Jan 22 18:05:28 2012
>>>> New Revision: 1234563
>>
>>

Re: svn commit: r1234563 - in /ofbiz/trunk: ./ framework/base/lib/j2eespecs/ framework/catalina/lib/

Posted by Adrian Crum <ad...@sandglass-software.com>.
That is odd. I can't seem to reproduce the problem now.

Catalina was throwing exceptions when I updated to this revision, and 
the exceptions went away when I reverted this revision on my local copy. 
Now when I update to this revision, the exceptions do not appear.

Oh well, never mind.

-Adrian

On 2/1/2012 12:33 PM, Erwan de FERRIERES wrote:
> Le 31/01/2012 15:47, Adrian Crum a écrit :
>> This commit is throwing a lot of exceptions during startup.
>>
>> -Adrian
>>
> Adrian,
>
> could you point the exceptions ? I tried to find them, but, at my 
> level, I have no more exceptions than with tomcat 7.0.23.
>
> Regards,
>
>
>> On 1/22/2012 6:05 PM, erwan@apache.org wrote:
>>> Author: erwan
>>> Date: Sun Jan 22 18:05:28 2012
>>> New Revision: 1234563
>
>