Hi, On 11/20/25 12:12, Uwe Werner wrote: > Dear all! > > I know it’s legacy but I love the simplicity of Netbeans to teach C for my > students. Here is my problem: > > I have two quite new MacBooks (mine, student’s), reasonably new OSes on both, > same WiFi. unpack200 is in place. I install NB from scratch, add the old NB > 8.2 portal as trusted, select C/C++. > > On one Mac the installer downloads & installs everything smoothly (I had to > provide the unpack200 location). Yeah, disable some modules, not properly > installed, not needed anyway. Great. C works. > > On the other Mac everything works identically unpack 200 works … progress bar > reaches 99% (or 98) and then BOOM: > > "The Plugin Installer found problem timeout of loading C/C++ Remote > Development API[org.netbeans.modules.cnd.api.remote/1.29.5.1] while install > the following plugins: C/C++“ the log line doesn't give me a lot to work with, but its unique enough that I could track it to the bundle keys of that msg which are combination of InstallStep_InstallUnsuccessful_Text and InstallSupportImpl_TurnOnTimeout.
I don't think this is about URL connections, since the timeout is set to 30s by default, so it can only be https://github.com/apache/netbeans/blob/b5d2a9b2be0ac90b098cc8ba553416f71f8cbf4c/platform/autoupdate.services/src/org/netbeans/modules/autoupdate/services/InstallSupportImpl.java#L417-L433 This section expects module loading to happen within a certain amount of time. If it doesn't, it gives up and assumes the module didn't load - which sounds like a pretty good assumption since the timeout is 10s per module. I am sure the log has far more information when that happens. regards, michael > > Incomplete. Repeatable. > > Fail. Why? Different behaviour. Why? I have no clue. Download was done. Why > „loading“ again? > > Sometimes this was observed on Windows machines too. At one point in some > cases „try again and again“ seems to have resolved that issue. Why did it pop > up in the first place? > > Any ideas? > > Cheers, Uwe > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > For further information about the NetBeans mailing lists, visit: > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
