Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
5
Can't run sample infragistics-netadvantage.war
posted

Follow guides in Developer guide Help, I copy "infragistics-netadvantage.war" file in Tomcat 6.0. When I stop and start server, run some functions as  "Exploded Pie Chart (2D)",..., error occurs as bellow.

I also copy "infragistics-netadvantage.war" in directory "Deploy" of JBoss 4.2, when I start server, it can't deply "infragistics-netadvantage.war", error as bellow.

Please help me. Thanks.

 

Error on Tomcat:

HTTP Status 500 -


type Exception report

message

description The server encountered an internal error () that prevented it from fulfilling this request.

exception

org.apache.jasper.JasperException: /featurebrowser/webchart/PieOverlayExploded2d/index.jsp(72,4) Cannot coerce value (80) to type (java.lang.Number) for attribute radius.
org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:40)
...

Errror on JBoss:
17:56:20,112 ERROR [[/infragistics-netadvantage]] Exception sending context initialized event to listener instance of class org.jboss.web.jsf.integration.config.JBossJSFConfigureListener
java.lang.ClassCastException: com.sun.faces.config.WebConfiguration cannot be cast to com.sun.faces.config.WebConfiguration
at com.sun.faces.config.WebConfiguration.getInstance(WebConfiguration.java:154)
at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:144)
at org.jboss.web.jsf.integration.config.JBossJSFConfigureListener.contextInitialized(JBossJSFConfigureListener.java:71)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3856)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4361)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:790)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:770)