
| View previous topic :: View next topic |
| Author |
Message |
Francisco Milagro Posted via mailing list.
|
Posted: Wed Jan 07, 2009 11:54 am Post subject: A problem deploying application using Java ME SDK3.0 |
|
|
Hello,
I am using Netbeans 6.5 and I have installed SDK 3.0 EA. Previously I was using WTK 2.5.2 and everything worked properly. However, with this new version I am not able to emulate any midlet because I get the following error in the console:
Jad URL for OTA execution: http://localhost:8082/servlet/org.netbeans.modules.mobility.project.jam.JAMServlet/D%3A/mis+documentos/NetBeansProjects/JXTAMIDP/dist//JXTAMIDP.jad
Starting emulator in execution mode
HTTP server started!
*** Error ***
A problem occured during deploying application from http://127.0.0.1:2317/JXTAMIDP.jad
* Reason:
There is insufficient storage to install this suite
The emulator is started but no application is deployed on it.
How can I solve this problem? Did anyone have this problem before? I tried reinstalling the SDK and Netbeans, but still the same...
Thanks in advance,
Fran |
|
| Back to top |
|
 |
Petr Suchomel Posted via mailing list.
|
Posted: Wed Jan 07, 2009 1:41 pm Post subject: A problem deploying application using Java ME SDK3.0 |
|
|
Francisco,
The issue seems to be related to Java ME SDK 3.0 EA. I contacted their
team they are investigating. Will let you know when I know more.
--Petr
Francisco Milagro wrote:
--
Petr Suchomel <address-removed>
Sun Microsystems, Inc.
Phone +420 2 33009234 (x49234), Fax +420 2 33009311 |
|
| Back to top |
|
 |
Francisco Milagro Posted via mailing list.
|
Posted: Wed Jan 07, 2009 2:51 pm Post subject: A problem deploying application using Java ME SDK3.0 |
|
|
Thank you Petr,
I have noticed that for small midlets, I don't have that problem but I have it for larger middlets.
Fran
On Wed, Jan 7, 2009 at 2:40 PM, Petr Suchomel <address-removed ([email]address-removed[/email])> wrote:
| Quote: | Francisco,
The issue seems to be related to Java ME SDK 3.0 EA. I contacted their team they are investigating. Will let you know when I know more.
--Petr
Francisco Milagro wrote:
--
Petr Suchomel <address-removed ([email]address-removed[/email])>
Sun Microsystems, Inc.
Phone +420 2 33009234 (x49234), Fax +420 2 33009311
([email]address-removed[/email])
([email]address-removed[/email])
|
|
|
| Back to top |
|
 |
Petr Suchomel Posted via mailing list.
|
Posted: Wed Jan 07, 2009 3:50 pm Post subject: A problem deploying application using Java ME SDK3.0 |
|
|
Francisco,
I've got some hints how to get rid of this issue:
First of all, too many applications installed. Then you can run this command:
emulator.exe -Xdevice:<device name> -Xjam:remove=all
or
1. stop JavaME SDK device manager (in systray) and delete <user home>/javame-sdk/3.0_ea
2. start again device manager (<JavaME SDK>/bin/device-manager.exe)
If executed MIDlet is too big, then it might be necessary to trim "system.jam_space" which has default about 1MB in
<JavaME SDK>/runtimes/cldc-hi/bin/jwc_properties.ini
--Petr
Francisco Milagro wrote: | Quote: | Thank you Petr,
I have noticed that for small midlets, I don't have that problem but I have it for larger middlets.
Fran
On Wed, Jan 7, 2009 at 2:40 PM, Petr Suchomel <address-removed ([email]address-removed[/email])> wrote:
| Quote: | Francisco,
The issue seems to be related to Java ME SDK 3.0 EA. I contacted their team they are investigating. Will let you know when I know more.
--Petr
Francisco Milagro wrote:
--
Petr Suchomel <address-removed ([email]address-removed[/email])>
Sun Microsystems, Inc.
Phone +420 2 33009234 (x49234), Fax +420 2 33009311
([email]address-removed[/email])
([email]address-removed[/email])
|
--
Petr Suchomel <address-removed> ([email]address-removed[/email])
Sun Microsystems, Inc.
Phone +420 2 33009234 (x49234), Fax +420 2 33009311 |
|
|
| Back to top |
|
 |
Francisco Milagro Posted via mailing list.
|
Posted: Thu Jan 08, 2009 8:48 am Post subject: A problem deploying application using Java ME SDK3.0 |
|
|
Thanks a lot Petr, that made it work!
Fran
On Wed, Jan 7, 2009 at 4:49 PM, Petr Suchomel <address-removed ([email]address-removed[/email])> wrote:
| Quote: | Francisco,
I've got some hints how to get rid of this issue:
First of all, too many applications installed. Then you can run this command:
emulator.exe -Xdevice:<device name> -Xjam:remove=all
or
1. stop JavaME SDK device manager (in systray) and delete <user home>/javame-sdk/3.0_ea
2. start again device manager (<JavaME SDK>/bin/device-manager.exe)
If executed MIDlet is too big, then it might be necessary to trim "system.jam_space" which has default about 1MB in
<JavaME SDK>/runtimes/cldc-hi/bin/jwc_properties.ini
--Petr
Francisco Milagro wrote: | Quote: | Thank you Petr,
I have noticed that for small midlets, I don't have that problem but I have it for larger middlets.
Fran
On Wed, Jan 7, 2009 at 2:40 PM, Petr Suchomel <address-removed ([email]address-removed[/email])> wrote:
| Quote: | Francisco,
The issue seems to be related to Java ME SDK 3.0 EA. I contacted their team they are investigating. Will let you know when I know more.
--Petr
Francisco Milagro wrote:
--
Petr Suchomel <address-removed ([email]address-removed[/email])>
Sun Microsystems, Inc.
Phone +420 2 33009234 (x49234), Fax +420 2 33009311
([email]address-removed[/email])
([email]address-removed[/email])
|
--
Petr Suchomel <address-removed> ([email]address-removed[/email])
Sun Microsystems, Inc.
Phone +420 2 33009234 (x49234), Fax +420 2 33009311 |
|
|
|
| Back to top |
|
 |
Petr Suchomel Posted via mailing list.
|
Posted: Thu Jan 08, 2009 11:07 am Post subject: A problem deploying application using Java ME SDK3.0 |
|
|
You're welcome!
--Petr
Francisco Milagro wrote:
| Quote: | Thanks a lot Petr, that made it work!
Fran
On Wed, Jan 7, 2009 at 4:49 PM, Petr Suchomel <address-removed
<mailto:address-removed>> wrote:
Francisco,
I've got some hints how to get rid of this issue:
First of all, too many applications installed. Then you can run
this command:
emulator.exe -Xdevice:<device name> -Xjam:remove=all
or
1. stop JavaME SDK device manager (in systray) and delete <user
home>/javame-sdk/3.0_ea
2. start again device manager (<JavaME SDK>/bin/device-manager.exe)
If executed MIDlet is too big, then it might be necessary to trim
"system.jam_space" which has default about 1MB in
<JavaME SDK>/runtimes/cldc-hi/bin/jwc_properties.ini
--Petr
Francisco Milagro wrote:
| Quote: | Thank you Petr,
I have noticed that for small midlets, I don't have that problem
but I have it for larger middlets.
Fran
On Wed, Jan 7, 2009 at 2:40 PM, Petr Suchomel
<address-removed <mailto:address-removed>> wrote:
Francisco,
The issue seems to be related to Java ME SDK 3.0 EA. I
contacted their team they are investigating. Will let you
know when I know more.
--Petr
Francisco Milagro wrote:
Hello,
I am using Netbeans 6.5 and I have installed SDK 3.0 EA.
Previously I was using WTK 2.5.2 and everything worked
properly. However, with this new version I am not able to
emulate any midlet because I get the following error in
the console:
Jad URL for OTA execution:
http://localhost:8082/servlet/org.netbeans.modules.mobility.project.jam.JAMServlet/D%3A/mis+documentos/NetBeansProjects/JXTAMIDP/dist//JXTAMIDP.jad
Starting emulator in execution mode
HTTP server started!
*** Error ***
A problem occured during deploying application from
http://127.0.0.1:2317/JXTAMIDP.jad
* Reason:
There is insufficient storage to install this suite
The emulator is started but no application is deployed on it.
How can I solve this problem? Did anyone have this
problem before? I tried reinstalling the SDK and
Netbeans, but still the same...
Thanks in advance,
Fran
--
Petr Suchomel <address-removed
<mailto:address-removed>>
Sun Microsystems, Inc.
Phone +420 2 33009234 (x49234), Fax +420 2 33009311
To unsubscribe, e-mail:
address-removed
<mailto:address-removed>
For additional commands, e-mail:
address-removed
<mailto:address-removed>
|
--
Petr Suchomel <address-removed> <mailto:address-removed>
Sun Microsystems, Inc.
Phone +420 2 33009234 (x49234), Fax +420 2 33009311
|
--
Petr Suchomel <address-removed>
Sun Microsystems, Inc.
Phone +420 2 33009234 (x49234), Fax +420 2 33009311 |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|
|
|
|