Re: com.google.gwt.user.client.rpc.StatusCodeException: 500 The call failed on the server; see server log for details only when running on external server in Myeclipse

2013-03-13 Thread Thomas Broyer
> >> >> On Tuesday, March 12, 2013 1:11:12 PM UTC-4, svkirans wrote: >>> >>> Hi, >>> >>> I am getting the below exception while trying to use RPC. >>> >>> com.google.gwt.user.client.**rpc.StatusCodeException: 500 The

Re: com.google.gwt.user.client.rpc.StatusCodeException: 500 The call failed on the server; see server log for details only when running on external server in Myeclipse

2013-03-12 Thread kiran surapaneni
PC. >> >> com.google.gwt.user.client.**rpc.StatusCodeException: 500 The call >> failed on the server; see server log for details >> at com.google.gwt.user.client.**rpc.impl.**RequestCallbackAdapter.** >> onResponseReceived(**RequestCallbackAdapter.java:**209) &

Re: com.google.gwt.user.client.rpc.StatusCodeException: 500 The call failed on the server; see server log for details only when running on external server in Myeclipse

2013-03-12 Thread Andrew Phillips
What version of GWT are you using? On Tuesday, March 12, 2013 1:11:12 PM UTC-4, svkirans wrote: > > Hi, > > I am getting the below exception while trying to use RPC. > > com.google.gwt.user.client.rpc.StatusCodeException: 500 The call failed on > the server; see server

Re: com.google.gwt.user.client.rpc.StatusCodeException: 500 The call failed on the server; see server log for details only when running on external server in Myeclipse

2013-03-12 Thread Jens
The call is definitely hitting your server so you have to dig for server logs. Maybe logging is disabled/misconfigured on your external server? Alternatively you could use Java's remote debugging features to connect to your external application server to see whats going on by using breakpoints

com.google.gwt.user.client.rpc.StatusCodeException: 500 The call failed on the server; see server log for details only when running on external server in Myeclipse

2013-03-12 Thread svkirans
Hi, I am getting the below exception while trying to use RPC. com.google.gwt.user.client.rpc.StatusCodeException: 500 The call failed on the server; see server log for details at com.google.gwt.user.client.rpc.impl.RequestCallbackAdapter.onResponseReceived(RequestCallbackAdapter.java:209

Re: Help! com.google.gwt.user.client.rpc.StatusCodeException: 500 The call failed on the server; see server log for details

2013-01-16 Thread Sevak Asadorian
matter what? On Jan 16, 2013 1:38 AM, "Marko Mišković" wrote: > Is there no arg constructor in your result class? All fields in that class > have to be serializable. Try removing all params just to check is that a > problem. > > On Sunday, 13 January 2013 01:47:51 UTC+

Re: Help! com.google.gwt.user.client.rpc.StatusCodeException: 500 The call failed on the server; see server log for details

2013-01-16 Thread danielsu...@gmail.com
no arg constructor in your result class? All fields in that class > have to be serializable. Try removing all params just to check is that a > problem. > > On Sunday, 13 January 2013 01:47:51 UTC+1, Sevak Asadorian wrote: >> >> server log is empty. any ideas as to wh

Re: Help! com.google.gwt.user.client.rpc.StatusCodeException: 500 The call failed on the server; see server log for details

2013-01-16 Thread Marko Mišković
Is there no arg constructor in your result class? All fields in that class have to be serializable. Try removing all params just to check is that a problem. On Sunday, 13 January 2013 01:47:51 UTC+1, Sevak Asadorian wrote: > > server log is empty. any ideas as to why? how to fix it so

Re: Help! com.google.gwt.user.client.rpc.StatusCodeException: 500 The call failed on the server; see server log for details

2013-01-15 Thread mdwarne
PM UTC-10, Sevak Asadorian wrote: > > server log is empty. any ideas as to why? how to fix it so it can log? > > On Monday, December 19, 2011 2:12:06 PM UTC-8, Ed wrote: >> >> > is there any one that has ever met this error? >> Yep, we all see them during develop

Re: Help! com.google.gwt.user.client.rpc.StatusCodeException: 500 The call failed on the server; see server log for details

2013-01-12 Thread Sevak Asadorian
server log is empty. any ideas as to why? how to fix it so it can log? On Monday, December 19, 2011 2:12:06 PM UTC-8, Ed wrote: > > > is there any one that has ever met this error? > Yep, we all see them during development. > > > what should I do to solve it? > Do what t

How to check server log ?

2012-01-05 Thread zeno
r.see server log for details. Could you tell me how to check the server log? I don't know where it is. Pls, help me~ Thank you. -- You received this message because you are subscribed to the Google Groups &

Re: Help! com.google.gwt.user.client.rpc.StatusCodeException: 500 The call failed on the server; see server log for details

2011-12-22 Thread David
429 [ERROR] [testgwt] Can't access database > > com.google.gwt.user.client.rpc.StatusCodeException: 500 The call > failed on the server; see server log for details >     at > com.google.gwt.user.client.rpc.impl.RequestCallbackAdapter.onResponseReceiv > ed(R

Re: Help! com.google.gwt.user.client.rpc.StatusCodeException: 500 The call failed on the server; see server log for details

2011-12-22 Thread rajum...@gmail.com
t is the error messages, > > 11:40:32.429 [ERROR] [testgwt] Can't access database > > com.google.gwt.user.client.rpc.StatusCodeException: 500 The call > failed on the server; see server log for details >     at > com.google.gwt.user.client.rpc.impl.Reque

Re: Help! com.google.gwt.user.client.rpc.StatusCodeException: 500 The call failed on the server; see server log for details

2011-12-21 Thread HARISH SAHARAN
OR] [testgwt] Can't access database > > com.google.gwt.user.client.rpc.StatusCodeException: 500 The call > failed on the server; see server log for details >     at > com.google.gwt.user.client.rpc.impl.RequestCallbackAdapter.onResponseReceived(RequestCallbackAdapter.java: > 209) >     at > com.google.gwt.http.cli

Re: Help! com.google.gwt.user.client.rpc.StatusCodeException: 500 The call failed on the server; see server log for details

2011-12-19 Thread Kanagaraj M
The possible reason would be GWT is not able to serialize your objects. Can you tell when you are getting this exception exactly? While making a call or on return of the call. Check whether your objects are serializable or not. -- You received this message because you are subscribed to the Goog

Re: Help! com.google.gwt.user.client.rpc.StatusCodeException: 500 The call failed on the server; see server log for details

2011-12-19 Thread Ed
> is there any one that has ever met this error? Yep, we all see them during development. > what should I do to solve it? Do what the exception say's: look in the server log Tip: make sure your backend runs well without using gwt. Test your backend through unit tests that wil

Help! com.google.gwt.user.client.rpc.StatusCodeException: 500 The call failed on the server; see server log for details

2011-12-19 Thread Qian ZHAO
led on the server; see server log for details at com.google.gwt.user.client.rpc.impl.RequestCallbackAdapter.onResponseReceived(RequestCallbackAdapter.java: 209) at com.google.gwt.http.client.Request.fireOnResponseReceived(Request.java: 287) at com.google.gwt.http.client.Request

com.google.gwt.user.client.rpc.StatusCodeException: 500 The call failed on the server; see server log for details

2011-12-19 Thread Qian ZHAO
Hello, Everyone, Here, I met one error when I want to integrate GWT and Hiobernate, and here it is the error messages, 11:40:32.429 [ERROR] [testgwt] Can't access database com.google.gwt.user.client.rpc.StatusCodeException: 500 The call failed on the server; see server log for details

Re: Server Log

2011-01-14 Thread pete
; > that method, and something goes wrong earlier... Or later, I don't > > > > know... > > > > But I would need a stacktrace to be logged like "method bla doesn't > > > > support correct return type - TargetInvocationExcaption: Stacktrace"

Re: Server Log

2011-01-13 Thread Sripathi Krishnan
t; > > know... > > > But I would need a stacktrace to be logged like "method bla doesn't > > > support correct return type - TargetInvocationExcaption: Stacktrace" > > > in such a case. But I don't know how to log those things. > > > In de

Re: Server Log

2011-01-13 Thread pete
a case. But I don't know how to log those things. > > In development mode, yes, then I see any stacktrace like this. But > > unfortunately there it works and I need to know what goes wrong with > > the deployed version, and then there is no log at all (even though it > > say

Re: Server Log

2011-01-13 Thread SVR
t;method bla doesn't > support correct return type - TargetInvocationExcaption: Stacktrace" > in such a case. But I don't know how to log those things. > In development mode, yes, then I see any stacktrace like this. But > unfortunately there it works and I need to know

Re: Server Log

2011-01-13 Thread pete
ong with the deployed version, and then there is no log at all (even though it says "check server log") Is there any way to configure log4j to log those exceptions? On Jan 12, 11:23 pm, SVR wrote: > You could catch and throw the same way you would do in any java appln. > > On Wed

Re: Server Log

2011-01-12 Thread SVR
You could catch and throw the same way you would do in any java appln. On Wed, Jan 12, 2011 at 5:16 PM, pete wrote: > Hallo, > > is there a way to show stacktraces of UnexpectedExceptions after the > webapp is deployed? I have logging enabled in general, if I manually > use my logger, like LOG.d

Server Log

2011-01-12 Thread pete
Hallo, is there a way to show stacktraces of UnexpectedExceptions after the webapp is deployed? I have logging enabled in general, if I manually use my logger, like LOG.debug("blah"), I can see my logs... If RPC fails, I just get an unexpected exception saying "the call failed on the server, see s

Re: viewing server log in eclipse

2010-08-06 Thread dane.molotok
x27;m using GWT App engine in eclipse. I have come across a problem when > I tried to connect to the database. I think probably there is some > code causing error at the server side and GWT displays > > "com.google.gwt.user.client.rpc.StatusCodeException: The call failed > on the ser

viewing server log in eclipse

2010-08-05 Thread newguy
Hi I'm using GWT App engine in eclipse. I have come across a problem when I tried to connect to the database. I think probably there is some code causing error at the server side and GWT displays "com.google.gwt.user.client.rpc.StatusCodeException: The call failed on the server; see

Re: How to show server log file on the client?

2010-07-28 Thread lineman78
"I would prefer the log entries to be shown as they are created. I think that in this case the server has to contact the client." I have run into this use case a lot as a lot of my work has to do with operational environments. You are correct that the traditional way of doing a notification of so

Re: How to show server log file on the client?

2010-07-28 Thread Nick
http://logging.apache.org/chainsaw/index.html or build-your-own: // (You may need to synchronise the methods or events list, provide support for multiple HTTP sessions etc... public class BufferedAppender extends org.apache.log4j.AppenderSkeleton { private List events; @Override publ

Re: How to show server log file on the client?

2010-07-28 Thread nacho
and if you have a timer that runs every 5 seconds for example and you call a rpc and get the last logs entries on the server? On 28 jul, 02:21, Magnus wrote: > Hi, > > I would like to show the contents of a log at the client side: > > There is a complex operation (chess move analysis) on the

How to show server log file on the client?

2010-07-27 Thread Magnus
Hi, I would like to show the contents of a log at the client side: There is a complex operation (chess move analysis) on the server, triggered by a client's RPC serivce call. The operation produces a list of log entries, which should be presented at the client. My intuitive idea is to collect th

server log while testing on Eclipse

2010-01-07 Thread K.WA
Hi I'm using GWT 1.7 on eclipse 3.5. Sometimes, in the servlets, I log a few things using javax.servlet.GenericServlet.log, but I dont see anything neither in the GWT browser (which I'm not surprised of) nor in the Eclipse console (which I was expecting) Can you tell me where my log messages can

Re: StatusCodeException: call failed on the server ; see server log for details.

2009-10-12 Thread Jaroslav Záruba
invoke this method > whenever a server exception occurs. > > --Sri > > 2009/10/11 Jaroslav Záruba > > > > > By "server log" I mean the one in GWT hosted browser... > > > On Oct 12, 12:27 am, Jaroslav Záruba > > wrote: > > > I am facing

Re: StatusCodeException: call failed on the server ; see server log for details.

2009-10-11 Thread Sripathi Krishnan
Override the method *protected void doUnexpectedFailure(Throwable e)* in your RPC Servlet, and log the exception. GWT will invoke this method whenever a server exception occurs. --Sri 2009/10/11 Jaroslav Záruba > > By "server log" I mean the one in GWT hosted browser... >

Re: StatusCodeException: call failed on the server ; see server log for details.

2009-10-11 Thread Jaroslav Záruba
By "server log" I mean the one in GWT hosted browser... On Oct 12, 12:27 am, Jaroslav Záruba wrote: > I am facing similar issue yet the server log shows nothing suspicios > even on log-level ALL. > My first guess was it has something to do with serialization, but I > have

Re: StatusCodeException: call failed on the server ; see server log for details.

2009-10-11 Thread Jaroslav Záruba
I am facing similar issue yet the server log shows nothing suspicios even on log-level ALL. My first guess was it has something to do with serialization, but I have no clue what could it be... I'm returning LinkedList, and ServiceItem has only one Integer and one String member. (I also ch

Re: StatusCodeException: call failed on the server ; see server log for details.

2009-08-20 Thread Sumit Chandel
CodeException: The > call failed on the server; see server log for details" > > I am using files only fro my client side and server side.But whenever > i am calling the service, it is raising the above exception. > > I have included the code below. > > //

StatusCodeException: call failed on the server ; see server log for details.

2009-08-18 Thread alekhya
Hi, I'm using GWT 1.5.0. Whenever I try to make an asynchronous call to a service, I get the message: - "com.google.gwt.user.client.rpc.StatusCodeException: The call failed on the server; see server log for details" I am using files only fro my client side and server side.Bu

Re: Where is the server log ?

2009-08-17 Thread tolga ozdemir
Daniel thanks a lot.. we have found log file folder! :) here is my log file guys.. I will look but if u understand something.. pls let me know Reachable types computed on: Sat Aug 15 16:27:38 EEST 2009 com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException Serialization status

Re: Where is the server log ?

2009-08-17 Thread Daniel Jue
While searching for something else, I saw some gwt directories in the Local Settings\Temp dir, which had some log files in them. C:\Documents and Settings\MyName\Local Settings\Temp\gwtc2884477077954149866.tmp\myModuleName\shell\gen These look like logs for the RPCs. On Mon, Aug 17, 2009 at 9:47

Re: Where is the server log ?

2009-08-17 Thread Trevis
This isnt a direct answer to your question but i think that this is the root of what is going wrong. Class instances that you send to the client have to play by the rules of GWT. The class cant have imports that are not available on the javascript runtime code. import javax.persistence.Entity; i

Re: Where is the server log ?

2009-08-17 Thread tolga ozdemir
this thread seems the same.. But I cannot reach the solution yet.. I receive this error.. I cannot retrieve a List of my object via RPC service http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/8744f69c06e7241d ::: HERE IS MY OBJECT ::: package net.tolgaozdemir.gwt.client.

Re: Where is the server log ?

2009-08-16 Thread tolga ozdemir
Yes.. if it is so.. I recieve a 500 - POST error my request seems full and content type text/x-gwt-rpc whereas my Response's content type text/plain Simply I want to use RPC services with hibernate and I have a function returns a list of my Entry object this is my method.. public List listAll

Re: Where is the server log ?

2009-08-16 Thread Paul Grenyer
If you're running in hosted mode they should be written to the eclipse console. Have you got it open! Sent from my Archimedes A3000 -Original Message- From: tolga ozdemir Date: Sun, 16 Aug 2009 09:13:46 To: Google Web Toolkit Subject: Where is the server log ? Hi, I use GW

Where is the server log ?

2009-08-16 Thread tolga ozdemir
Hi, I use GWT 1.7 and eclipse on Windows XP.. As a sample, I use a hibernate project.. I have a function with signature List listEntries(); When I run the project I got this error com.google.gwt.user.client.rpc.StatusCodeException: The call failed on the server; see server log for details

The call failed on the server; see server log for details

2009-04-03 Thread oumar ndiaye
Please Help,I just tested my gwt app with RPC on host mode it works fine. When I deployed the app to Tomcat it does not work. I get the following message when the client issue a RPC call to the server: "The call failed on the server; see server log for details" . When I looked at t

Where is the server log?

2009-04-02 Thread J.F.Sebastian
Hello everybody, I'm really desperate because my gwt app (based on 1.5.3) keeps crashing on the server side. The error message keeps telling me to check the server log. But where are they in hosted mode? When I look for log files using find . | grep .log$ | xargs ls -la I only se