Hello All,
I have just migrated my GWT application from Windows Vista to FEDORA
RELEASE-12 as I have to deploy my application in a Linux Environment.
My machine is a AMD Athelon 64 bit processor.
Initially I was having lot of problem in migrating my application to
Fedora. I was using GWT 1.7.0 and I m still using it. I have
configured my eclipse for the same.
Amongst many of the issues, I have solved almost all, configured the
Hosted Mode browser in fedora as well; But my hosted mode browser is
not displaying the widgets properly and the problem I am having is to
make RPC calls to server. each time I am getting the error:
==================================================================================
com.google.gwt.user.client.rpc.StatusCodeException:
<html><head><title>Apache Tomcat/5.5.28 - Error report</
title><style><!--H1 {font-family:Tahoma,Arial,sans-
serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-
family:Tahoma,Arial,sans-serif;color:white;background-
color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-
serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-
family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B
{font-family:Tahoma,Arial,sans-serif;color:white;background-
color:#525D76;} P {font-family:Tahoma,Arial,sans-
serif;background:white;color:black;font-size:12px;}A {color : black;}
A.name {color : black;}HR {color : #525D76;}--></style> </
head><body><h1>HTTP Status 404 - /irbms/UserListService</h1><HR
size="1" noshade="noshade"><p><b>type</b> Status report</
p><p><b>message</b> <u>/irbms/UserListService</u></
p><p><b>description</b> <u>The requested resource (/irbms/
UserListService) is not available.</u></p><HR size="1"
noshade="noshade"><h3>Apache Tomcat/5.5.28</h3></body></html>
at
com.google.gwt.user.client.rpc.impl.RequestCallbackAdapter.onResponseReceived(RequestCallbackAdapter.java:
192)
at
com.google.gwt.http.client.Request.fireOnResponseReceivedImpl(Request.java:
264)
at
com.google.gwt.http.client.Request.fireOnResponseReceivedAndCatch(Request.java:
236)
at
com.google.gwt.http.client.Request.fireOnResponseReceived(Request.java:
227)
at sun.reflect.GeneratedMethodAccessor20.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.google.gwt.dev.shell.MethodAdaptor.invoke(MethodAdaptor.java:
103)
at
com.google.gwt.dev.shell.moz.MethodDispatch.invoke(MethodDispatch.java:
80)
at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native
Method)
at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:
1428)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2840)
at
com.google.gwt.dev.SwtHostedModeBase.processEvents(SwtHostedModeBase.java:
235)
at
com.google.gwt.dev.HostedModeBase.pumpEventLoop(HostedModeBase.java:
558)
at com.google.gwt.dev.HostedModeBase.run(HostedModeBase.java:405)
at com.google.gwt.dev.HostedMode.main(HostedMode.java:232)
-----------------------------------------------------------------------------------------------------------------------------------------------------------------
The got above error message I found in the hosted mode console of
eclipse.
I checked the Server logs for the same but there was no error in the
Server console. but at the client side I am having HTTP 404 status
error code as:
type Status report
message /{application name}/ServletNameService
description: The requested resource (/{application name}/
ServletNameService) is not available.
But my application was running fine in Vista, and also in linux as
well well I try the application from OS Browser [Firefox.]
I hope I am able to describe my problem.
I get stucked at this point and struggling for a long time to get a
solution.
Please help!!
Your suggesstions will be highly appreciated.
Thanks in advance.
Rahul
--
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.