com.pannelli.controllo.server.GreetingServiceImpl.SQL_fasi_ciclo_per_tipologia(GreetingServiceImpl.java:707)
com.pannelli.controllo.server is the package of the server
GreetingServiceImpl is the java class for the server
SQL_fasi_ciclo_per_tipologia(GreetingServiceImpl.java:707) is a function on the server who start at line 707
However i have to change only the library??
On Fri, Feb 7, 2014 at 5:57 PM, Thomas Broyer <t.broyer@gmail.com> wrote:
If you do use SimpleDateFormat from ICU (com.ibm.icu.text.SimpleDateFormat, as opposed to java.text.SimpleDateFormat), then you have to ship it within your WAR.Out of curiosity, what's at com.pannelli.controllo.server.GreetingServiceImpl.SQL_fasi_ciclo_per_tipologia(GreetingServiceImpl.java:707) ?
On Friday, February 7, 2014 5:34:45 PM UTC+1, Davide Micheletti wrote:SimpleDateFormat however here the log:org.apache.catalina.core.ApplicationContext.log Exception while dispatching incoming RPC callcom.google.gwt.user.server.rpc.UnexpectedException: Service method 'public abstract com.pannelli.controllo.shared.Ciclo_Produzione com.pannelli.controllo.client.GreetingService.SQL_fasi_ciclo_per_tipologia(int,java.lang.String) throws java.lang.Exception' threw an unexpected exception: java.lang.NoClassDefFoundError: com/ibm/icu/text/SimpleDateFormatat com.google.gwt.user.server.rpc.RPC.encodeResponseForFailure(RPC.java:389)at com.google.gwt.user.server.rpc.RPC.invokeAndEncodeResponse(RPC.java:579)at com.google.gwt.user.server.rpc.RemoteServiceServlet.processCall(RemoteServiceServlet.java:208)at com.google.gwt.user.server.rpc.RemoteServiceServlet.processPost(RemoteServiceServlet.java:248)at com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet.doPost(AbstractRemoteServiceServlet.java:62)at javax.servlet.http.HttpServlet.service(HttpServlet.java:647)at javax.servlet.http.HttpServlet.service(HttpServlet.java:728)at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:221)at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:107)at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:504)at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:155)at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:76)at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:934)at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:90)at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:515)at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1012)at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:642)at org.apache.coyote.http11.Http11NioProtocol$Http11ConnectionHandler.process(Http11NioProtocol.java:223)at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1555)at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)at java.lang.Thread.run(Unknown Source)Caused by: java.lang.NoClassDefFoundError: com/ibm/icu/text/SimpleDateFormatat com.pannelli.controllo.server.GreetingServiceImpl.SQL_fasi_ciclo_per_tipologia(GreetingServiceImpl.java:707)at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)at java.lang.reflect.Method.invoke(Unknown Source)at com.google.gwt.user.server.rpc.RPC.invokeAndEncodeResponse(RPC.java:561)... 26 moreCaused by: java.lang.ClassNotFoundException: com.ibm.icu.text.SimpleDateFormatat org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1575)at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1420)... 32 moreOn Fri, Feb 7, 2014 at 5:30 PM, Thomas Broyer <t.br...@gmail.com> wrote:
What's the stacktrace? Which class/method are you using that causes that error?
On Friday, February 7, 2014 4:56:30 PM UTC+1, Davide Micheletti wrote:Like title i've these error in run-mode on a tomcat server..I've found some solution googling it but i don't want to import any .jar lib if it possible.So, what can i do?ThanksDavide..--To post to this group, send email to google-we...@googlegroups.com.
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.
No comments:
Post a Comment