Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Transport Error 404 for rpc

    Hi guys, I am a newbie to SmartGWT and when I work out on the hibernate and it turns out to give me warning "Transport Error - HTTP code: 404 for URL: http://127.0.0.1:11874/orderDetailHibernateOperations.rpc". I am currently using SmartGWT EE 6.0p with GWT 2.7.0. Database is MySQL. Below is the error log.

    === 2017-03-08 09:36:58,934 [0-26] INFO RequestContext - URL: '/hibernatetest/sc/skins/Enterprise/images/blank.gif', User-Agent: 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:51.0) Gecko/20100101 Firefox/51.0': Moz (Gecko) with Accept-Encoding header
    === 2017-03-08 09:36:58,935 [0-27] INFO RequestContext - URL: '/hibernatetest/sc/skins/Enterprise/images/DynamicForm/date_control.png', User-Agent: 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:51.0) Gecko/20100101 Firefox/51.0': Moz (Gecko) with Accept-Encoding header
    === 2017-03-08 09:36:58,941 [0-26] INFO Download - done streaming: C:/Users/User/workspace/HibernateTest/war/hibernatetest/sc/skins/Enterprise/images/blank.gif
    === 2017-03-08 09:36:58,941 [0-27] INFO Download - done streaming: C:/Users/User/workspace/HibernateTest/war/hibernatetest/sc/skins/Enterprise/images/DynamicForm/date_control.png
    === 2017-03-08 09:36:59,496 [0-29] INFO RequestContext - URL: '/hibernatetest/sc/skins/Enterprise/images/pickers/pickers_sprite.png', User-Agent: 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:51.0) Gecko/20100101 Firefox/51.0': Moz (Gecko) with Accept-Encoding header
    === 2017-03-08 09:36:59,500 [0-29] INFO Download - done streaming: C:/Users/User/workspace/HibernateTest/war/hibernatetest/sc/skins/Enterprise/images/pickers/pickers_sprite.png
    === 2017-03-08 09:49:02,347 [0-26] INFO RequestContext - URL: '/orderDetailHibernateOperations.rpc', User-Agent: 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:51.0) Gecko/20100101 Firefox/51.0': Moz (Gecko) with Accept-Encoding header
    [WARN] 404 - POST /orderDetailHibernateOperations.rpc?isc_rpc=1&isc_v=SNAPSHOT_v11.1d_2017-01-19&isc_xhr=1 (127.0.0.1) 1399 bytes
    Request headers
    Host: 127.0.0.1:11874
    User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:51.0) Gecko/20100101 Firefox/51.0
    Accept: */*
    Accept-Language: en-US,en;q=0.5
    Accept-Encoding: gzip, deflate
    Referer: http://127.0.0.1:11874/HibernateTest.html
    Content-Type: application/x-www-form-urlencoded; charset=UTF-8
    Content-Length: 997
    Cookie: GLog=%7B%0A%20%20%20%20trackRPC%3Afalse%2C%20%0A%20%20%20%20isc_pageURL%3A%22http%3A//127.0.0.1%3A3237/HibernateTest.html%22%2C%20%0A%20%20%20%20isc_pageGUID%3A%221837A3AE-5910-4541-BF2C-B601A2FA66CD%22%2C%20%0A%20%20%20%20priorityDefaults%3A%7B%0A%20%20%20%20%20%20%20%20sgwtInternal%3A1%2C%20%0A%20%20%20%20%20%20%20%20RPCManager%3A2%0A%20%20%20%20%7D%2C%20%0A%20%20%20%20defaultPriority%3A3%2C%20%0A%20%20%20%20left%3A0%2C%20%0A%20%20%20%20top%3A0%2C%20%0A%20%20%20%20width%3A1424%2C%20%0A%20%20%20%20height%3A792%0A%7D; isc_cState=ready; JSESSIONID=w2gr09gpf0x611hlwxyx8xfqv
    Connection: keep-alive
    Response headers
    Content-Type: text/html;charset=ISO-8859-1
    Cache-Control: must-revalidate,no-cache,no-store
    Content-Length: 1399
    === 2017-03-08 09:49:02,512 [0-29] INFO RequestContext - URL: '/hibernatetest/sc/skins/Enterprise/images/Dialog/warn.png', User-Agent: 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:51.0) Gecko/20100101 Firefox/51.0': Moz (Gecko) with Accept-Encoding header
    === 2017-03-08 09:49:02,516 [0-29] INFO Download - done streaming: C:/Users/User/workspace/HibernateTest/war/hibernatetest/sc/skins/Enterprise/images/Dialog/warn.png
    === 2017-03-08 09:49:02,641 [0-30] INFO RequestContext - URL: '/hibernatetest/sc/skins/Enterprise/images/headerIcons/close.png', User-Agent: 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:51.0) Gecko/20100101 Firefox/51.0': Moz (Gecko) with Accept-Encoding header
    === 2017-03-08 09:49:02,643 [0-30] INFO Download - done streaming: C:/Users/User/workspace/HibernateTest/war/hibernatetest/sc/skins/Enterprise/images/headerIcons/close.png

    What is the problem? Can anyone help? Thank you.
Working...
X