NetBeans 3.3.2 startup problem
Hi!
A friend of mine is running NetBeans 3.3.2 and the darn thing just won't start.
It does load all the modules, the Default project since he doesn't have
others defined and it stops on Opening Main Window....
We then deleted the settings and now it does start with new set of
settings, but I'd just like to know what was going on.
Any ideas?
Best regards,
Kovi
# 1
Until you provide the full thread dump when the IDE stops, we can hardly guess
what was the reason.
You can get the full thread dump by CTRL-\ (on UNIX systems) or CTRL-BREAK (on
Windows).
Regards,
Martin
Gregor Kovaè wrote:
>
> Hi!
>
> A friend of mine is running NetBeans 3.3.2 and the darn thing just won't start.
> It does load all the modules, the Default project since he doesn't have
> others defined and it stops on Opening Main Window....
>
> We then deleted the settings and now it does start with new set of
> settings, but I'd just like to know what was going on.
>
> Any ideas?
>
> Best regards,
> Kovi
# 2
Hi!
Hmm.. He said that he did change the userdir to the old one and it does now
start....
So I guess the problem is solved :))
Thanks.
Best regards,
Kovi
At 15:28 31.7.2002 +0200, you wrote:
>Until you provide the full thread dump when the IDE stops, we can hardly guess
>what was the reason.
>You can get the full thread dump by CTRL-\ (on UNIX systems) or CTRL-BREAK (on
>Windows).
>
>Regards,
>Martin
>Gregor Kovaè wrote:
> >
> > Hi!
> >
> > A friend of mine is running NetBeans 3.3.2 and the darn thing just
> won't start.
> > It does load all the modules, the Default project since he doesn't have
> > others defined and it stops on Opening Main Window....
> >
> > We then deleted the settings and now it does start with new set of
> > settings, but I'd just like to know what was going on.
> >
> > Any ideas?
> >
> > Best regards,
> > Kovi
# 3
Gregor Kovaè wrote:
> Hi!
>
> A friend of mine is running NetBeans 3.3.2 and the darn thing just
> won't start.
> It does load all the modules, the Default project since he doesn't
> have others defined and it stops on Opening Main Window....
>
> We then deleted the settings and now it does start with new set of
> settings, but I'd just like to know what was going on.
It's hard to say without any additional information. The next time make
full thread dump (use CTRL+Break on Windows or CTRL+\ on Unix/Linux),
create an issue and attach the thread dump to it. That way one can look
at the thread dump and check for deadlock, etc.
-vita
>
> Any ideas?
>
> Best regards,
>Kovi
>
# 4
Vitezslav Stejskal wrote:
> Gregor Kovaè wrote:
>
>> A friend of mine is running NetBeans 3.3.2 and the darn thing just
>> won't start.
>> It does load all the modules, the Default project since he doesn't
>> have others defined and it stops on Opening Main Window....
>>
>> We then deleted the settings and now it does start with new set of
>> settings, but I'd just like to know what was going on.
>
This has just happened to me with 3.4 rc1.
> It's hard to say without any additional information. The next time
> make full thread dump (use CTRL+Break on Windows or CTRL+\ on
> Unix/Linux), create an issue and attach the thread dump to it. That
> way one can look at the thread dump and check for deadlock, etc.
I haven't done a dump yet, but I can tell you what leads up to it. I am
working on a web module. I have been working on it, off an on for a
couple of months with no (technical) problems. I have been using RC1
since the day after it was released with no problems. Then I created
another tag library. For this, I closed Netbeans and brought up Forte
4. Forte just has a much better way of handling tags and tag libraries.
After creating the library and generating the handler source, I closed
Forte and started Netbeans to do the actual editing of the source.
That is when it hanged. I haven't quite figured out the connection --
Netbeans seems to be able to hang Forte, also! Now I just make sure to
dismount the filesystem before closing one to run the other. That seems
to work.
Btw, they are not hanging in a loop. They are using zero cpu time
during the hang.
Tomm