• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Exception at run time ....HTTP/1.1 400 Bad Request

 
Ranch Hand
Posts: 689
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
anybody plz help me....

Exception at run time ....HTTP/1.1 400 Bad Request

i am able to connect it .. to the local host server(tomcat)... but i am getting an error msg

saying that 402:---bad request
what should i do for this???

the same error occured in the demo prog... which comes with sun one ME 4 and wirless toolkit..

if u have those application's plz refer to demos/http in that choose localhost:8080 from menu...

so plz solve this proble....


the error msg

Initializing class:
'com/sun/midp/io/InternalConnector'com.sun.midp.io.kvem.http.Protocol@ea0ef881Exception:

java/lang/ClassNotFoundExceptionInitializing class:
'com/sun/cldc/io/NetworkConnectionBase'Initializing class:

'com/sun/cldc/io/j2me/socket/Protocol'Exception: java/lang/ClassNotFoundExceptionException:

java/io/IOExceptionException: java/io/IOException
java.io.IOException: Error initializing HTTP tunnel connection:
HTTP/1.1 400 Bad Request
Transfer-Encoding: chunked
Date: Wed, 27 Apr 2005 17:16:29 GMT
Server: Apache-Coyote/1.1
Connection: close


i think u'll surely help me ....




cinux
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic