FeaturesPluginsDocs & SupportCommunityPartners

NetBeans Forums

 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
  

A problem deploying application using Java ME SDK3.0

 
Post new topic   Reply to topic    NetBeans Forums -> Java ME Users
View previous topic :: View next topic  
Author Message
Francisco Milagro
Posted via mailing list.





PostPosted: Wed Jan 07, 2009 11:54 am    Post subject: A problem deploying application using Java ME SDK3.0 Reply with quote

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.





PostPosted: Wed Jan 07, 2009 1:41 pm    Post subject: A problem deploying application using Java ME SDK3.0 Reply with 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:
Quote:
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>
Sun Microsystems, Inc.
Phone +420 2 33009234 (x49234), Fax +420 2 33009311
Back to top
Francisco Milagro
Posted via mailing list.





PostPosted: Wed Jan 07, 2009 2:51 pm    Post subject: A problem deploying application using Java ME SDK3.0 Reply with 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:
Quote:
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 ([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.





PostPosted: Wed Jan 07, 2009 3:50 pm    Post subject: A problem deploying application using Java ME SDK3.0 Reply with 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:
Quote:
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 ([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.





PostPosted: Thu Jan 08, 2009 8:48 am    Post subject: A problem deploying application using Java ME SDK3.0 Reply with quote

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:
Quote:
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 ([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.





PostPosted: Thu Jan 08, 2009 11:07 am    Post subject: A problem deploying application using Java ME SDK3.0 Reply with quote

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
Display posts from previous:   
Post new topic   Reply to topic    NetBeans Forums -> Java ME Users All times are GMT
Page 1 of 1

 
Jump to:  
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


Powered by phpBB