I am trying to run the HelloWeb project from the el\samples folder and
I keep getting the following error;

CORE5048: generated dir is obsolete compared to default-web.xml for
application hello1; loading from application directory C:/Downloads/
Java/J2EE Class/jspbasics/samples/hello1/build/web instead.  This
takes longer than loading from the generated directory; redeploying
the app will recreate the generated directory but is not required.
LDR5008: ConfigException :
com.sun.enterprise.config.ConfigException: I/O error while loading
deployment descriptor for: hello1
cause: C:/Downloads/Java/J2EE Class/jspbasics/samples/hello1/build/web
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor
(WebModulesManager.java:416)
        at com.sun.enterprise.instance.WebModulesManager.getDescriptor
(WebModulesManager.java:351)
        at com.sun.enterprise.server.DummyWebModuleLoader.<init>
(DummyWebModuleLoader.java:71)
        at com.sun.enterprise.server.DummyWebModuleManager.getLoader
(DummyWebModuleManager.java:63)
        at com.sun.enterprise.server.AbstractManager.load
(AbstractManager.java:202)
        at com.sun.enterprise.server.ApplicationLifecycle.onStartup
(ApplicationLifecycle.java:221)
        at com.sun.enterprise.server.ApplicationServer.onStartup
(ApplicationServer.java:446)
        at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup
(OnDemandServer.java:134)
        at com.sun.enterprise.server.PEMain.run(PEMain.java:409)
        at com.sun.enterprise.server.PEMain.main(PEMain.java:336)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke
(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke
(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at com.sun.enterprise.server.PELaunch.main(PELaunch.java:415)
Caused by: java.io.FileNotFoundException: C:/Downloads/Java/J2EE Class/
jspbasics/samples/hello1/build/web

Why is it trying to do anything with the old hello1 project? I have
long since deleted that project, I don't understand why the IDE still
does anything with it. Can anybody help me?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Java EE (J2EE) Programming with Passion!" group.
To post to this group, send email to
java-ee-j2ee-programming-with-passion@googlegroups.com
To unsubscribe from this group, send email to
java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to