You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@netbeans.apache.org by Eric Bresie <eb...@gmail.com> on 2022/09/10 17:58:06 UTC

Maven "Graph" functionality

While trying to debug / update some maven dependencies, while in the Maven
Pom editor.  I noticed the "Graph" button/view which when pressed shows the
message "Loading and constructing graph (this may take a while)." but then
after doing so, it seems to get stuck on this for some reason and I'm
unable to do anything after that.

Has anyone else seen a similar issue?

Running with Netbeans 15, on Windows 11, with

java -version
openjdk version "11.0.12" 2021-07-20
OpenJDK Runtime Environment Microsoft-25199 (build 11.0.12+7)
OpenJDK 64-Bit Server VM Microsoft-25199 (build 11.0.12+7, mixed mode)

mvn -version
Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63)
Maven home: C:\..\apache-maven-3.8.6
Java version: 11.0.12, vendor: Microsoft, runtime: C:\Program
Files\Microsoft\jdk-11.0.12.7-hotspot
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"


Eric Bresie
ebresie@gmail.com

Re: Maven "Graph" functionality

Posted by Eric Bresie <eb...@gmail.com>.
This is on my https://github.com/ebresie/python4nb project.

Looking in Navigator under the Dependencies, (slightly ahead of master on
the above) it shows about 60 dependencies.

Running mvn dependency:tree, I get this pretty quickly so not sure if the
bottle next is further transient dependencies or maybe in the
modeling/rendering the resulting graph.

Eric Bresie
ebresie@gmail.com


On Fri, Oct 7, 2022 at 8:54 AM Svata Dedic <sv...@gmail.com>
wrote:

> What  was the project's size (# of dependency closure) ?
>
> -S.
>
> On 07. 10. 22 15:46, Eric Bresie wrote:
> > Okay....I was trying again and wanted to bring it up again.
> > When opening pom.xml, clicking the Graph button, it seems to get stuck
> > while "Loading and constructing the graph".  It indicates it may take a
> > while, but I'm just wondering why this takes so long.  Is this just an
> old
> > feature that hasn't been updated/optimized or is it just that big (and
> > timely task)?
> >
> > The IDE becomes unresponsive during this.  In Windows Task Manager, it
> > shows with Netbeans 15 about 1.7 Gigs of memory in use.
> > After waiting 15 minutes of unresponsiveness I gave up and shut down
> > Netbeans.
> > Eric Bresie
> > ebresie@gmail.com
> >
> >
> > On Sat, Sep 10, 2022 at 1:07 PM Eric Bresie <eb...@gmail.com> wrote:
> >
> >> Never mind, I guess as indicated it takes a while to scan, layout, and
> >> render.
> >>
> >> Eric Bresie
> >> ebresie@gmail.com
> >>
> >>
> >> On Sat, Sep 10, 2022 at 12:58 PM Eric Bresie <eb...@gmail.com> wrote:
> >>
> >>> While trying to debug / update some maven dependencies, while in the
> >>> Maven Pom editor.  I noticed the "Graph" button/view which when pressed
> >>> shows the message "Loading and constructing graph (this may take a
> while)."
> >>> but then after doing so, it seems to get stuck on this for some reason
> and
> >>> I'm unable to do anything after that.
> >>>
> >>> Has anyone else seen a similar issue?
> >>>
> >>> Running with Netbeans 15, on Windows 11, with
> >>>
> >>> java -version
> >>> openjdk version "11.0.12" 2021-07-20
> >>> OpenJDK Runtime Environment Microsoft-25199 (build 11.0.12+7)
> >>> OpenJDK 64-Bit Server VM Microsoft-25199 (build 11.0.12+7, mixed mode)
> >>>
> >>> mvn -version
> >>> Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63)
> >>> Maven home: C:\..\apache-maven-3.8.6
> >>> Java version: 11.0.12, vendor: Microsoft, runtime: C:\Program
> >>> Files\Microsoft\jdk-11.0.12.7-hotspot
> >>> Default locale: en_US, platform encoding: Cp1252
> >>> OS name: "windows 10", version: "10.0", arch: "amd64", family:
> "windows"
> >>>
> >>>
> >>> Eric Bresie
> >>> ebresie@gmail.com
> >>>
> >>
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
> For additional commands, e-mail: dev-help@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>
>
>

Re: Maven "Graph" functionality

Posted by Svata Dedic <sv...@gmail.com>.
What  was the project's size (# of dependency closure) ?

-S.

On 07. 10. 22 15:46, Eric Bresie wrote:
> Okay....I was trying again and wanted to bring it up again.
> When opening pom.xml, clicking the Graph button, it seems to get stuck
> while "Loading and constructing the graph".  It indicates it may take a
> while, but I'm just wondering why this takes so long.  Is this just an old
> feature that hasn't been updated/optimized or is it just that big (and
> timely task)?
> 
> The IDE becomes unresponsive during this.  In Windows Task Manager, it
> shows with Netbeans 15 about 1.7 Gigs of memory in use.
> After waiting 15 minutes of unresponsiveness I gave up and shut down
> Netbeans.
> Eric Bresie
> ebresie@gmail.com
> 
> 
> On Sat, Sep 10, 2022 at 1:07 PM Eric Bresie <eb...@gmail.com> wrote:
> 
>> Never mind, I guess as indicated it takes a while to scan, layout, and
>> render.
>>
>> Eric Bresie
>> ebresie@gmail.com
>>
>>
>> On Sat, Sep 10, 2022 at 12:58 PM Eric Bresie <eb...@gmail.com> wrote:
>>
>>> While trying to debug / update some maven dependencies, while in the
>>> Maven Pom editor.  I noticed the "Graph" button/view which when pressed
>>> shows the message "Loading and constructing graph (this may take a while)."
>>> but then after doing so, it seems to get stuck on this for some reason and
>>> I'm unable to do anything after that.
>>>
>>> Has anyone else seen a similar issue?
>>>
>>> Running with Netbeans 15, on Windows 11, with
>>>
>>> java -version
>>> openjdk version "11.0.12" 2021-07-20
>>> OpenJDK Runtime Environment Microsoft-25199 (build 11.0.12+7)
>>> OpenJDK 64-Bit Server VM Microsoft-25199 (build 11.0.12+7, mixed mode)
>>>
>>> mvn -version
>>> Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63)
>>> Maven home: C:\..\apache-maven-3.8.6
>>> Java version: 11.0.12, vendor: Microsoft, runtime: C:\Program
>>> Files\Microsoft\jdk-11.0.12.7-hotspot
>>> Default locale: en_US, platform encoding: Cp1252
>>> OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
>>>
>>>
>>> Eric Bresie
>>> ebresie@gmail.com
>>>
>>
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
For additional commands, e-mail: dev-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists




Re: Maven "Graph" functionality

Posted by Eric Bresie <eb...@gmail.com>.
Okay....I was trying again and wanted to bring it up again.
When opening pom.xml, clicking the Graph button, it seems to get stuck
while "Loading and constructing the graph".  It indicates it may take a
while, but I'm just wondering why this takes so long.  Is this just an old
feature that hasn't been updated/optimized or is it just that big (and
timely task)?

The IDE becomes unresponsive during this.  In Windows Task Manager, it
shows with Netbeans 15 about 1.7 Gigs of memory in use.
After waiting 15 minutes of unresponsiveness I gave up and shut down
Netbeans.
Eric Bresie
ebresie@gmail.com


On Sat, Sep 10, 2022 at 1:07 PM Eric Bresie <eb...@gmail.com> wrote:

> Never mind, I guess as indicated it takes a while to scan, layout, and
> render.
>
> Eric Bresie
> ebresie@gmail.com
>
>
> On Sat, Sep 10, 2022 at 12:58 PM Eric Bresie <eb...@gmail.com> wrote:
>
>> While trying to debug / update some maven dependencies, while in the
>> Maven Pom editor.  I noticed the "Graph" button/view which when pressed
>> shows the message "Loading and constructing graph (this may take a while)."
>> but then after doing so, it seems to get stuck on this for some reason and
>> I'm unable to do anything after that.
>>
>> Has anyone else seen a similar issue?
>>
>> Running with Netbeans 15, on Windows 11, with
>>
>> java -version
>> openjdk version "11.0.12" 2021-07-20
>> OpenJDK Runtime Environment Microsoft-25199 (build 11.0.12+7)
>> OpenJDK 64-Bit Server VM Microsoft-25199 (build 11.0.12+7, mixed mode)
>>
>> mvn -version
>> Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63)
>> Maven home: C:\..\apache-maven-3.8.6
>> Java version: 11.0.12, vendor: Microsoft, runtime: C:\Program
>> Files\Microsoft\jdk-11.0.12.7-hotspot
>> Default locale: en_US, platform encoding: Cp1252
>> OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
>>
>>
>> Eric Bresie
>> ebresie@gmail.com
>>
>

Re: Maven "Graph" functionality

Posted by Eric Bresie <eb...@gmail.com>.
Never mind, I guess as indicated it takes a while to scan, layout, and
render.

Eric Bresie
ebresie@gmail.com


On Sat, Sep 10, 2022 at 12:58 PM Eric Bresie <eb...@gmail.com> wrote:

> While trying to debug / update some maven dependencies, while in the Maven
> Pom editor.  I noticed the "Graph" button/view which when pressed shows the
> message "Loading and constructing graph (this may take a while)." but then
> after doing so, it seems to get stuck on this for some reason and I'm
> unable to do anything after that.
>
> Has anyone else seen a similar issue?
>
> Running with Netbeans 15, on Windows 11, with
>
> java -version
> openjdk version "11.0.12" 2021-07-20
> OpenJDK Runtime Environment Microsoft-25199 (build 11.0.12+7)
> OpenJDK 64-Bit Server VM Microsoft-25199 (build 11.0.12+7, mixed mode)
>
> mvn -version
> Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63)
> Maven home: C:\..\apache-maven-3.8.6
> Java version: 11.0.12, vendor: Microsoft, runtime: C:\Program
> Files\Microsoft\jdk-11.0.12.7-hotspot
> Default locale: en_US, platform encoding: Cp1252
> OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
>
>
> Eric Bresie
> ebresie@gmail.com
>