|
|
2010-08-07
, 10:59
|
|
Posts: 329 |
Thanked: 505 times |
Joined on Jul 2008
@ Israel
|
#2
|
headless arguments [[/home/user/MyDocs/.documents/emoze.jar]]
org.microemu.app.Headless.main(Headless.java:112)
openJar [file:///home/user/MyDocs/.documents/emoze.jar]
org.microemu.app.Common.loadJar(Common.java:554)
Resource not found [com/openbit/midp/licensemanager/messages_en.properties]
org.microemu.app.util.MIDletResourceLoader.getReso urceAsStream(MIDletResourceLoader.java:77)
Resource not found [com/openbit/midp/licensemanager/messages_en.properties]
org.microemu.app.util.MIDletResourceLoader.getReso urceAsStream(MIDletResourceLoader.java:77)
MicroEmulator-2.0
fw.<init>(null:-1)
10:56:50,981 LicenseManagerProto.checkLicense: Applicaion mode = Free main
fw.a(null:-1)
10:56:51,220 Exception -> javax.microedition.rms.InvalidRecordIDException main
fw.a(null:-1)
10:56:51,371 m_Engine.Init(m_PM, this, ) main
fw.a(null:-1)
10:56:52,131 Exception -> bu main
fw.a(null:-1)
10:56:52,134 Exception -> java.lang.NullPointerException: main
fw.a(null:-1)
10:56:52,137 Exception -> bu main
fw.a(null:-1)
10:56:52,139 FirstLaunch :true main
fw.a(null:-1)
10:56:52,750 Exception -> bu main
fw.a(null:-1)
10:56:52,753 Exception -> java.lang.NullPointerException: main
fw.a(null:-1)
10:56:52,755 Exception -> bu main
fw.a(null:-1)
10:56:52,756 FirstLaunch :true main
fw.a(null:-1)
10:56:52,758 Exception -> bu main
fw.a(null:-1)
10:56:52,919 Exception -> bu main
fw.a(null:-1)
10:56:52,922 Exception -> java.lang.NullPointerException: main
fw.a(null:-1)
10:56:52,928 Exception -> bu main
fw.a(null:-1)
10:56:52,977 FirstLaunch :true main
fw.a(null:-1)
10:56:53,85 Exception -> bu main
fw.a(null:-1)
Init time: 49
ax.a(null:-1)
|
|
2010-08-07
, 12:07
|
|
Posts: 19 |
Thanked: 28 times |
Joined on Feb 2010
|
#3
|
|
|
2010-08-07
, 18:40
|
|
Posts: 329 |
Thanked: 505 times |
Joined on Jul 2008
@ Israel
|
#4
|
java -cp microemu-jsr-120.jar:microemu-jsr-135.jar:microemu-jsr-75.jar:microemu-jsr-82.jar:microemu-nokiaui.jar:../microemulator.jar org.microemu.app.Main emoze.jar
|
|
2010-08-10
, 06:05
|
|
Banned |
Posts: 706 |
Thanked: 296 times |
Joined on May 2010
|
#5
|
|
|
2010-10-27
, 09:39
|
|
Posts: 23 |
Thanked: 5 times |
Joined on Dec 2009
|
#6
|
|
|
2011-01-08
, 16:20
|
|
Posts: 329 |
Thanked: 505 times |
Joined on Jul 2008
@ Israel
|
#7
|
|
|
2011-01-08
, 20:32
|
|
Posts: 20 |
Thanked: 54 times |
Joined on Sep 2010
|
#8
|
|
|
2011-01-08
, 21:01
|
|
Posts: 329 |
Thanked: 505 times |
Joined on Jul 2008
@ Israel
|
#9
|
Hi, I'd be glad if you could elaborate on this -- what problem are you having with certificates?
The underlying socket is having troubles: Error
during SSL handshake error: 140770FC:SSL
routines:SSL23_GET_SERVER_HELLO:unknown protocol
|
|
2011-01-08
, 21:21
|
|
Posts: 20 |
Thanked: 54 times |
Joined on Sep 2010
|
#10
|
I am working in a corporate that allow employees to access thier work mails from outside the organisation through OWA 2007.
The problem is that provisioning is required so mfe will not do and the webmail site is too small for handling.
The following method did not work for me but might work for some one else:
1) Install IcedTea from the extars-testing and rootsh if it is not installed
2) Download davmail binaries and extract it (for BSD and other linux types not the debian one). Davmail serve as a proxy mail server so we actually set the Nokia mail client to use POP or IMAP to connect to davmail while the davmail is the one that connects to the OWA.
3) IceTea is not enough... Need to generate an SSL certificate...
5) run 'sh davmail.sh'. it will take a moment to start
6) create new mail account in Nokia Mail client and configure it to the ports specified in the davmail. click send and recieve.
In my case it got a login time out that was caused by an DOCTYPE ioexception (becuase of "). I recommend to delete the mail account definition if not in use or it will consume your phone resources with retries.
I've tried several other mail proxies written in perl and python, but this one seems to get me as far as I can go for now.
Good luck!