Have u tried adding the log4j jar file? that helps u generate log file using
a command like
private static Logger logger_ = Logger.getLogger(SampleFacade.class);
logger_.info("ABC");
cheers,
Abhiram
On Tue, Jun 9, 2009 at 3:58 AM, Scott <[email protected]> wrote:
>
> I am using GWT 1.6.4 in Eclipse 3.4.2 on Mac OS X with the
> Instantiations GWT Designer 7.0.0. For the life of me, I cannot get a
> server log to be generated when an exception is thrown in my RPC
> code. The console in Eclipse tells me:
>
> com.google.gwt.user.client.rpc.StatusCodeException: The call failed on
> the server; see server log for details
>
> I've written a test harness for my RPC code, and it runs fine.
> Something with the interaction with GWT is making it mad and without
> the log, it's an uphill battle figuring it out.
>
> Searching the web has suggested creating a "commons-
> logging.properties" file in my classpath or adding the commons logging
> JARs to my project. Neither has helped.
>
> I didn't have this issue in GWT 1.5.x and haven't been able to find
> any information about what has changed.
>
> Someone help! Please? :-) Thanks!
>
>
> Scott
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---