Quantcast

ERROR - Unable to determine URL for Web-inf/classes

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

ERROR - Unable to determine URL for Web-inf/classes

manuzi1
Hi,

When i run grails run-app I got this error. Further is to say that I do a grails update before because the project is an older one:

2012-03-19 09:44:14,409 [pool-6-thread-1] ERROR startup.ContextConfig  - 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$StartChild.call(ContainerBase.java:1568)
        at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1558)
        at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
        at java.util.concurrent.FutureTask.run(FutureTask.java:166)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
        at java.lang.Thread.run(Thread.java:722)

The weird thing is, i have no folder WEB-INF/classes. Not in this project nor in other projects which i created with Grails 2.0.1?
Greetings from Austria,
Manuel
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: ERROR - Unable to determine URL for Web-inf/classes

manuzi1
No one here who can help me?
Furthermore I am rly not sure if this is a Grails problem.

Can it be a Tomcat problem? I mean it was an old Grails version, so also an old Tomcat version? Perhaps this causes the problem?
Greetings from Austria,
Manuel
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: ERROR - Unable to determine URL for Web-inf/classes

Nick Vaidyanathan
Have you tried a grails clean and a grails compile?
From what version of grails did you upgrade to 2.0.1 from?
What version of Tomcat are you running?
Is this problem on a local developer machine, or a dev server?

On Tue, Mar 20, 2012 at 10:38 AM, manuzi1 <[hidden email]> wrote:
No one here who can help me?
Furthermore I am rly not sure if this is a Grails problem.

Can it be a Tomcat problem? I mean it was an old Grails version, so also an
old Tomcat version? Perhaps this causes the problem?

-----
Greetings from Austria,
Manuel
--
View this message in context: http://grails.1312388.n4.nabble.com/ERROR-Unable-to-determine-URL-for-Web-inf-classes-tp4484131p4489694.html
Sent from the Grails - user mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email



Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: ERROR - Unable to determine URL for Web-inf/classes

manuzi1
This post was updated on .
Hi,

Yes, I tried grails clean and compile
It was version 1.3.4.
Apache Tomcat/7.0.25
It's all running on a local machine ;)
Greetings from Austria,
Manuel
Loading...