| View previous topic :: View next topic |
| Author |
Message |
anand1st
Joined: 21 Nov 2008 Posts: 6
|
Posted: Fri Nov 21, 2008 6:40 am Post subject: Netbeans 6.5 hangs when creating an Action |
|
|
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 |
|
 |
nvarun
Joined: 27 Aug 2008 Posts: 164 Location: India
|
|
| Back to top |
|
 |
anand1st
Joined: 21 Nov 2008 Posts: 6
|
Posted: Mon Nov 24, 2008 2:44 am Post subject: |
|
|
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 |
|
 |
phosphor
Joined: 23 Nov 2008 Posts: 13
|
Posted: Mon Nov 24, 2008 6:57 pm Post subject: |
|
|
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 |
|
 |
Geertjan Wielenga Posted via mailing list.
|
Posted: Mon Nov 24, 2008 8:25 pm Post subject: Netbeans 6.5 hangs when creating an Action |
|
|
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
|
Posted: Tue Nov 25, 2008 12:31 am Post subject: |
|
|
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 |
|
 |
Balaji Ravindran Posted via mailing list.
|
Posted: Tue Nov 25, 2008 2:07 am Post subject: Netbeans 6.5 hangs when creating an Action |
|
|
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
|
Posted: Tue Nov 25, 2008 4:02 am Post subject: |
|
|
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  |
|
| Back to top |
|
 |
cosmosgnu
Joined: 20 Oct 2009 Posts: 1
|
Posted: Tue Oct 20, 2009 11:06 am Post subject: |
|
|
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  |
|
|
| Back to top |
|
 |
qlyde
Joined: 19 Oct 2009 Posts: 7
|
Posted: Tue Oct 20, 2009 6:05 pm Post subject: |
|
|
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 |
|
 |
ann1985
Joined: 27 Oct 2009 Posts: 3
|
|
| Back to top |
|
 |
|