app server 9.0 issue

I am trying to deploy a JSF application and the following is the error

Can't parse configuration file: jar:file:/C:/Sun/SDK/lib/jsf-impl.jar!/com/sun/faces/jsf-ri-runtime.xml: Error at line 3 column 14: jar:file:/C:/Sun/SDK/lib/jsf-impl.jar!/com/sun/faces/jsf-ri-runtime.xml<Line 3, Column 14>: XML-20149: (Error) Element 'faces-config' used but not declared.

at com.sun.faces.config.ConfigureListener.parse(ConfigureListener.java:1587)

at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.jav a:413)

at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:423 6)

at org.apache.catalina.core.StandardContext.start(StandardContext.java:4760)

at com.sun.enterprise.web.WebModule.start(WebModule.java:292)

at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1095)

at org.apache.catalina.core.StandardHost.start(StandardHost.java:924)

at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1095)

at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:520)

at org.apache.catalina.startup.Embedded.start(Embedded.java:920)

at com.sun.enterprise.web.WebContainer.start(WebContainer.java:794)

at com.sun.enterprise.web.PEWebContainer.startInstance(PEWebContainer.java:722)

at com.sun.enterprise.web.PEWebContainerLifecycle.onStartup(PEWebContainerLifecycl e.java:72)

at com.sun.enterprise.server.ondemand.ServiceGroup.startLifecycleServices(ServiceG roup.java:266)

at com.sun.enterprise.server.ondemand.WebServiceGroup.startLifecycleServices(WebSe rviceGroup.java:210)

at com.sun.enterprise.server.ondemand.WebServiceGroup.start(WebServiceGroup.java:6 0)

at com.sun.enterprise.server.ondemand.ServiceGroup$1.run(ServiceGroup.java:180)

at java.security.AccessController.doPrivileged(Native Method)

at com.sun.enterprise.server.ondemand.ServiceGroup.startChildren(ServiceGroup.java :177)

at com.sun.enterprise.server.ondemand.MainServiceGroup.start(MainServiceGroup.java :45)

at com.sun.enterprise.server.ondemand.ServerEntryListenerImpl.notifyEntry(ServerEn tryListenerImpl.java:72)

at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.sendEvent(ServerEntr yHelper.java:62)

at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.generateAppLoaderEnt ryContext(ServerEntryHelper.java:47)

at com.sun.enterprise.server.AbstractLoader.generateEntryContext(AbstractLoader.ja va:831)

at com.sun.enterprise.server.AbstractLoader.notifyAppEvent(AbstractLoader.java:837 )

at com.sun.enterprise.server.DummyWebModuleLoader.load(DummyWebModuleLoader.java:6 2)

at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:206)

at com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.j ava:201)

at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:32 6)

at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java :112)

at com.sun.enterprise.server.PEMain.run(PEMain.java:326)

at com.sun.enterprise.server.PEMain.main(PEMain.java:260)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.ja va:25)

at java.lang.reflect.Method.invoke(Method.java:597)

at com.sun.enterprise.server.PELaunch.main(PELaunch.java:272)

Any ideas? Thanks in advance

[3630 byte] By [java_mata] at [2007-11-27 6:50:57]
# 1
It seems that I have jsf1.1 version in my application and I believe App Server v9 is using jsf1.2 ? Is there a way I could make jsf 1.1 work with Sun One App Server v9
java_mata at 2007-7-12 18:25:09 > top of Java-index,Application & Integration Servers,Application Servers...
# 2

I've got the same problem.

I had NetBeans 5.5 bundled with Tomcat and then installed Sun Java App. Server 9.

What I can think of is updating nebeans or downgrading application server, however I'm not sure if it's a good idea.

It might be lame, but: how to update JSF library that is used by NetBeans?

wildepa at 2007-7-12 18:25:09 > top of Java-index,Application & Integration Servers,Application Servers...