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 
  

Netbeans 6.5 hangs when creating an Action

 
Post new topic   Reply to topic    NetBeans Forums -> NetBeans Developers
View previous topic :: View next topic  
Author Message
anand1st



Joined: 21 Nov 2008
Posts: 6

PostPosted: Fri Nov 21, 2008 6:40 am    Post subject: Netbeans 6.5 hangs when creating an Action Reply with quote

Hi,

I'm having a problem creating a Netbeans Action module. When I do, the Netbeans hangs. I've tried this on a colleague's computer and the same thing happens. To reproduce this event, pls do the following:

1) Click File > New Project > Netbeans module > Module
2) Add in default values and create module
3) After the module is created, right click on module and click on New > Other > Module Development > Action
4) Click Next and it hangs....

Netbeans 6.1 does not have this problem. I am currently using the full Netbeans 6.5 installation. Any idea why?

Kind regards, Andy
Back to top
View user's profile Send private message Send e-mail
nvarun



Joined: 27 Aug 2008
Posts: 164
Location: India

PostPosted: Sun Nov 23, 2008 6:59 am    Post subject: Netbeans 6.5 hangs when creating an Action Reply with quote

Hi Andy,

anand1st wrote:
Quote:

Netbeans 6.1 does not have this problem. I am currently using the full Netbeans 6.5 installation. Any idea why?


Refer the release notes, might be a possibility of lack of system requirements;
http://www.netbeans.org/community/releases/65/relnotes.html#system_requirements

I am using Windows XP Professional SP2 with 512 MB RAM, and I couldn't reproduce the issue.


HTH,
--
Varun Nischal
NetBeans Community Docs Coordinator,
NetBeans Dream Team Member,
http://nb-community-docs.blogspot.com/
http://nbguru.wordpress.com/
http://dzone.com/mvbs

"You must do the things you think you cannot do."

_________________
--
Varun Nischal
http://weblogs.java.net/blog/n_varun/
Back to top
View user's profile Send private message Visit poster's website
anand1st



Joined: 21 Nov 2008
Posts: 6

PostPosted: Mon Nov 24, 2008 2:44 am    Post subject: Reply with quote

Hi Varun,

I've reported this issue with netbeans.org. You are welcome to check it out at http://www.netbeans.org/issues/show_bug.cgi?id=153608. A thread dump is attached as well.

I'm using Windows XP SP3 Core2 Duo 2.83GHz with 2GB RAM. I've tried with all my colleagues machines as well and the same problem persists.

Andy
Back to top
View user's profile Send private message Send e-mail
phosphor



Joined: 23 Nov 2008
Posts: 13

PostPosted: Mon Nov 24, 2008 6:57 pm    Post subject: Reply with quote

Same problem here, only it's with 6.1. It freezes on registration screen. It seems to me that it's having trouble enumerating the pulldowns.
Java starts really sucking up memory while it's happening.

Intel E7300 4GB ram

Product Version: NetBeans IDE 6.1 (Build 200805300101)
Java: 1.6.0_10; Java HotSpot(TM) Client VM 11.0-b15
System: Windows XP version 5.1 running on x86; Cp1252; en_US (nb)
Userdir: C:\Documents and Settings\Jordan\.netbeans\6.1
Back to top
View user's profile Send private message
Geertjan Wielenga
Posted via mailing list.





PostPosted: Mon Nov 24, 2008 8:25 pm    Post subject: Netbeans 6.5 hangs when creating an Action Reply with quote

I have noticed this too, others in previous days also. I suggest you
create a P1 issue for this, it is really serious.

Gj



anand1st wrote:
Quote:
Hi,



I'm having a problem creating a Netbeans Action module. When I do, the Netbeans hangs. I've tried this on a colleague's computer and the same thing happens. To reproduce this event, pls do the following:



1) Click File > New Project > Netbeans module > Module

2) Add in default values and create module

3) After the module is created, right click on module and click on New > Other > Module Development > Action

4) Click Next and it hangs....



Netbeans 6.1 does not have this problem. I am currently using the full Netbeans 6.5 installation. Any idea why?



Kind regards, Andy




Back to top
phosphor



Joined: 23 Nov 2008
Posts: 13

PostPosted: Tue Nov 25, 2008 12:31 am    Post subject: Reply with quote

Downloaded 6.5 and it appears I have the same problem in 6.5

Entered GUI registration form for new action 19:23

19:30 still not completed and netbeans appears frozen

Product Version: NetBeans IDE 6.5 (Build 200811100001)
Java: 1.6.0_10; Java HotSpot(TM) Client VM 11.0-b15
System: Windows XP version 5.1 running on x86; Cp1252; en_US (nb)
Back to top
View user's profile Send private message
Balaji Ravindran
Posted via mailing list.





PostPosted: Tue Nov 25, 2008 2:07 am    Post subject: Netbeans 6.5 hangs when creating an Action Reply with quote

I think it is fine with netbeans in OSX, i tried repeating the test several times, and it did not hang, so i guess netbeans in osx does not have this issue.

i dont know, just a guess, does it have something to do with JDK 1.5 and 1.6?


On Mon, Nov 24, 2008 at 11:57 AM, phosphor <address-removed ([email]address-removed[/email])> wrote:
Quote:
Same problem here, only it's with 6.1. It freezes on registration screen. It seems to me that it's having trouble enumerating the pulldowns.

Java starts really sucking up memory while it's happening.



Intel E7300 4GB ram



Product Version: NetBeans IDE 6.1 (Build 200805300101)

Java: 1.6.0_10; Java HotSpot(TM) Client VM 11.0-b15

System: Windows XP version 5.1 running on x86; Cp1252; en_US (nb)

Userdir: C:\Documents and Settings\Jordan\.netbeans\6.1




Back to top
anand1st



Joined: 21 Nov 2008
Posts: 6

PostPosted: Tue Nov 25, 2008 4:02 am    Post subject: Reply with quote

Hi Balaji,

Thanks. U were spot on.

I've tried with Java 1.5.0_16.... no problem...took about 30 sec to populate the drop-down lists.

With Java 1.6.0_10, it's taking too long. It IS a JVM issue.

http://www.netbeans.org/issues/show_bug.cgi?id=153608

Guess I'll be using Java 1.5 for now Smile
Back to top
View user's profile Send private message Send e-mail
cosmosgnu



Joined: 20 Oct 2009
Posts: 1

PostPosted: Tue Oct 20, 2009 11:06 am    Post subject: Reply with quote

I had the same problem with the following combinations on Windows XP,
on two different computers:
NB 6.7.1 + jdk 1.6.0_10
NB 6.7.1 + jdk 1.5.0_20

I checked out Issue #: 153608 and Issue #: 165948
so I have tried all combinations of starting NB with -J-da.

The problem showed up when starting from scratch and
creating a new NetBeans Platform Application,
and then a new Module, and then using New->Action on the module.

However I found that when starting with the sample "Paint Application",
then it works fine.
Still when following the tutorial for "Paint Application" the problem is there.
So I simply used
File->New Project->Samples->NetBeans Modules->Paint Application
to start with and then deleted the modules from Paint Application.

But why do that make a difference?





anand1st wrote:
Hi Balaji,

Thanks. U were spot on.

I've tried with Java 1.5.0_16.... no problem...took about 30 sec to populate the drop-down lists.

With Java 1.6.0_10, it's taking too long. It IS a JVM issue.

http://www.netbeans.org/issues/show_bug.cgi?id=153608

Guess I'll be using Java
1.5 for now Smile
Back to top
View user's profile Send private message
qlyde



Joined: 19 Oct 2009
Posts: 7

PostPosted: Tue Oct 20, 2009 6:05 pm    Post subject: Reply with quote

Since I can't seem to get any response in this Forum perhaps you can answer me.

When you add a component to a page, does the 6.5 version automatically add the import statement for the component, add the getter/setter methods and bind to the page for you? I am wondering if my download was corrupted or something.

Thanks.
Back to top
View user's profile Send private message
ann1985



Joined: 27 Oct 2009
Posts: 4

PostPosted: Thu Oct 29, 2009 5:41 am    Post subject: Reply with quote

great post!
_________________
The Hills Seasons 1-5 DVD Boxset
The Wire Seasons 1-5 DVD Boxset
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    NetBeans Forums -> NetBeans Developers 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