On Mar 16, 2009, at 3:01 AM, GlWy wrote:

>
> Greetz,
>
> I'm having a problem with building my Resin server in MyEclipse.
> Can anyone help me out on this?

It looks like the jsf.jar is missing from your classpath.  You might  
need to add it in the eclipse configuration.

-- Scott

>
> I get the following exception:
>
> [10:48:17.390] {main} java.lang.NoClassDefFoundError:
> javax/faces/application/Application
> [10:48:17.390] {main}         at java.lang.Class.forName0(Native Method)
> [10:48:17.390] {main}         at java.lang.Class.forName(Class.java:164)
> [10:48:17.390] {main}         at
> javax.faces.webapp.FacesServlet.init(FacesServlet.java:80)
> [10:48:17.390] {main}         at
> com 
> .caucho 
> .server 
> .dispatch.ServletConfigImpl.createServletImpl(ServletConfigImpl.java: 
> 830)
> [10:48:17.390] {main}         at
> com 
> .caucho 
> .server 
> .dispatch.ServletConfigImpl.createServlet(ServletConfigImpl.java:732)
> [10:48:17.390] {main}         at
> com.caucho.server.dispatch.ServletManager.init(ServletManager.java: 
> 159)
> [10:48:17.390] {main}         at
> com.caucho.server.webapp.WebApp.start(WebApp.java:1872)
> [10:48:17.390] {main}         at
> com 
> .caucho 
> .server.deploy.DeployController.startImpl(DeployController.java:667)
> [10:48:17.390] {main}         at
> com 
> .caucho 
> .server 
> .deploy 
> .StartAutoRedeployAutoStrategy 
> .startOnInit(StartAutoRedeployAutoStrategy.java:72)
> [10:48:17.390] {main}         at
> com 
> .caucho 
> .server.deploy.DeployController.startOnInit(DeployController.java:549)
> [10:48:17.390] {main}         at
> com.caucho.server.deploy.DeployContainer.start(DeployContainer.java: 
> 160)
> [10:48:17.390] {main}         at
> com.caucho.server.webapp.WebAppContainer.start(WebAppContainer.java: 
> 659)
> [10:48:17.390] {main}         at  
> com.caucho.server.host.Host.start(Host.java:450)
> [10:48:17.390] {main}         at
> com 
> .caucho 
> .server.deploy.DeployController.startImpl(DeployController.java:667)
> [10:48:17.390] {main}         at
> com 
> .caucho 
> .server 
> .deploy 
> .StartAutoRedeployAutoStrategy 
> .startOnInit(StartAutoRedeployAutoStrategy.java:72)
> [10:48:17.390] {main}         at
> com 
> .caucho 
> .server.deploy.DeployController.startOnInit(DeployController.java:549)
> [10:48:17.390] {main}         at
> com.caucho.server.deploy.DeployContainer.start(DeployContainer.java: 
> 160)
> [10:48:17.390] {main}         at
> com.caucho.server.host.HostContainer.start(HostContainer.java:484)
> [10:48:17.390] {main}         at
> com.caucho.server.cluster.Server.start(Server.java:1315)
> [10:48:17.390] {main}         at
> com.caucho.server.cluster.Cluster.startServer(Cluster.java:710)
> [10:48:17.390] {main}         at
> com 
> .caucho.server.cluster.ClusterServer.startServer(ClusterServer.java: 
> 542)
> [10:48:17.390] {main}         at
> com.caucho.server.resin.Resin.start(Resin.java:703)
> [10:48:17.390] {main}         at
> com.caucho.server.resin.Resin.initMain(Resin.java:1157)
> [10:48:17.390] {main}         at
> com.caucho.server.resin.Resin.main(Resin.java:1360)
>
> -- 
> View this message in context: 
> http://www.nabble.com/java.lang.NoClassDefFoundError%3A-javax-faces-application-Application-tp22534835p22534835.html
> Sent from the Resin mailing list archive at Nabble.com.
>
>
>
> _______________________________________________
> resin-interest mailing list
> resin-interest@caucho.com
> http://maillist.caucho.com/mailman/listinfo/resin-interest



_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to