• 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

J2me application

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi freinds,
I have recently encountered a problem with my j2me application. I recieve back from my server a http 403 error code. When iam connecting to server through http connection, i can see that a post message has ben sent to my server. But the response status code returned is 403 forbidden. The confusing part is that all of this working correctly when iam testing it in j2me wireless toolkit's emulator by using "Run via OTA" . I have not changed any of my code at all. No exceptions are thrown by my j2me app only a forbidden error with status code is displayed on my phone.
PLS help me !!!

 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
does ur server allow WAP protocol check that first also try downloading some other application from the same server, if it works then there has to be a problem with ur application.
99 times out of 100 ur server does not allow access to WAP connections.Ask ur sys admin to check into it.
reply
    Bookmark Topic Watch Topic
  • New Topic