Hi,
I've been trying to add gwt-log to my GAE/GWT app today and I must be
missing something really obvious because it looks so simple but it
doesn't work!
I'd be very appreciative of any suggestions.
Following the getting started instructions,
- I downloded gwt-log-3.0.3.
- I skipped the examples
- I already had my project
- I added gwt-log-3.0.3.jar in the package explorer (Eclipse)
- I copied the debug inherit line from the page and put it in my
app.gwt.xml
- Imported the package and logged a message
But when I start the app now I get:
INFO: Successfully processed /Users/allan/Documents/workspace/KWS/war/
WEB-INF/web.xml
Aug 19, 2010 3:37:49 PM
com.google.appengine.tools.development.agent.impl.BlackList
initBlackList
SEVERE: Unable to read a jre library while constructing the blacklist.
Security restrictions may not be entirely emulated. /System/Library/
Frameworks/JavaVM.framework/Versions/1.6.0/Home/lib/plugin.jar
Aug 19, 2010 3:37:49 PM com.google.apphosting.utils.jetty.JettyLogger
warn
WARNING: EXCEPTION
java.lang.ClassNotFoundException:
com.allen_sauer.gwt.log.server.RemoteLoggerServiceImpl
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
What did I miss?
thanks
allan
--
You received this message because you are subscribed to the Google Groups
"gwt-log" 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/gwt-log?hl=en.