Hi, All
i start the GWT shell with mvn gwt-maven:gwt. then i can login , everything is ok. but if i hit the 'refresh' button, then i can`t login again.
if i don`t hit the 'refresh' button, how can i recompile.
============= gwt-log-2.5.2 =============Thu Jan 28 14:19:12 CST 2010===========
==
[DEBUG] Console server: http://localhost:8888/org.jboss.bpm.console.Application/
xhp
Ignore service configuration credentials
Set Request Header: Cookie->JSESSIONID=831D25767E06E8D19AACF7B98B544069
POST http://127.0.0.1:8080/gwt-console-server/rs/identity/sid/invalidate?null: 2
00
'Set-Cookie' header: JSESSIONID=618DBB5BD83AAC0CF03E5ACB50ACC5D0; Path=/gwt-cons
ole-server
Cookie 'JSESSIONID' exists: Replace with different value: 831D25767E06E8D19AACF7
B98B544069->618DBB5BD83AAC0CF03E5ACB50ACC5D0
[DEBUG] SID: 276D9A962F27C5FA9D772EEFE7A0A487
[DEBUG] Cookies: []
[DEBUG] logout() HTTP 200
[DEBUG] ---------onResponseReceived----------
[DEBUG] requestProtectedResource() HTTP 200
Ignore service configuration credentials
Set Request Header: Cookie->JSESSIONID=618DBB5BD83AAC0CF03E5ACB50ACC5D0
POST http://127.0.0.1:8080/gwt-console-server/rs/identity/secure/j_security_chec
k?null: 408
java.io.IOException: Server returned HTTP response code: 408 for URL: http://127
.0.0.1:8080/gwt-console-server/rs/identity/secure/j_security_check?null
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstruct
orAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingC
onstructorAccessorImpl.java:27)
did anyone meet the same problem?
Thanks in advance!!