• 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

fruitmachine example doesn't work on real device

 
Ranch Hand
Posts: 360
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, I have installed FruitMachine server and tried midlet on emulator. It works, but when I tried to run it on N7650, it prints error msg. Something with communication with server.
url is : http://62.245.90.126:8080/fruitmachine/game
Does sb know where is the problem?
 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
what was the message ?
NullPointerException or IOException ?
 
Pavel Kubal
Ranch Hand
Posts: 360
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
it shows Error in communication with server.
 
Phoum Lib
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,
I think your midlet use a protocol that's not supported by the device.
on which emulator did you try it ?
The Nokia 7650 is MIDP 1, so you should test your midlet with the proper emulator like Nokia 7210 MIDP SDK.
 
Ranch Hand
Posts: 36
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Error in communication with server


It is not a question of midp version. As I understood You don't know the exception name? So, the only solution on this stage is to check Your phone communication settings. Can You connect via WAP browser?
 
Pavel Kubal
Ranch Hand
Posts: 360
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I tried example on Ktoolbar (WTK 2.1).
N7650 is OK, other online applications work perfectly - connection is ok.
FruitMachine midlet (from Nokia) doesn't show the exception, it shows just screen with "Error in communication.... "
Now I tried it on Series60 emulator and it doesn't work...that's it. I hope I will solve it...
 
Listen. That's my theme music. That's how I know I'm a super hero. That, and this tiny ad told me:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic