• 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

SIements TC45 - GPRS - FTP problem

 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have problem with Siemens TC45 - GPRS - FTP.

I want to upload file with ftp protocol on ftp server.

1. I successfuly create connection.
2. Successfuly create folder on remote machine
3. When i try to upload file error occured
(Error does not occurs on TC45 emulator with network connection to internet - it's only occurs on TC45 module with GPRS connection)

here is error stack trace:
java.io.IOException
at com.sun.cldc.io.j2me.socket.Protocol.openPrim(+19)
at com.sun.midp.io.InternalConnector.openPrim(+124)
at com.sun.midp.io.InternalConnector.openInternal(+39)
at com.sun.midp.io.InternalConnector.open(+6)
at javax.microedition.io.Connector.o

and stack trace just freezes.

Line where error occurs:
conn = (StreamConnection) Connector.open(server, Connector.READ_WRITE); <-- ERROR OCCURS in this line

I found related arcticle on internet (but with no solution for my problem):
http://forums.java.sun.com/thread.jspa?threadID=507753
 
Zoran Djuric
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Anybody?
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey. i can not help you because i couldnt come to that point yet but may be you can help to me.

ican not run programs that i ve created. This codes work fine on emulator. Thats same for all programs that i created or given examples. do you have any idea?
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic