Awesome report. Thank you so much -- this should be a template for how
everyone should try out NetBeans.

Gj

On Thu, May 13, 2021 at 4:22 PM Tomáš Procházka <[email protected]> wrote:

> Hi David,
> file issues in JIRA, please.
> https://netbeans.apache.org/participate/report-issue.html
>
> Regards,
> Tom
>
> On 13. 05. 21 14:06, David Gradwell wrote:
> > Please let me know if these should be posted elsewhere.  Hopes this
> helps.
> >
> > Product Version: Apache NetBeans IDE 12.4-rc3
> > Java: 15.0.2; OpenJDK 64-Bit Server VM 15.0.2+7
> > Runtime: OpenJDK Runtime Environment 15.0.2+7
> > System: Mac OS X version 11.3.1 running on aarch64; UTF-8; en_GB (nb)
> >
> > Summary of testing to date:
> >
> >
> >    1.  30 projects built successfully including Ant projects and Maven
> projects.
> >    2.  Multiple projects work with debugging in parallel.
> >    3.  No hangs encountered;
> >    4.  Performance excellent for builds
> >    5.  No erroneous error flags
> >    6.  Download of payara5.2021.3 works but fails to start – see below
> for details
> >
> >
> > Issues
> >
> > libjansi.jnilib
> >
> > When building one project (and this one only) we got:  “libjansi.jnilib”
> cannot be opened because the developer cannot be verified.
> >
> > libjansi.jnilib is contained in netbeans-12.4-rc3-bin.zip and in
> apache-maven-3.6.3-bin.zip
> >
> > /Users/.../netbeans/java/maven/lib/jansi-native/osx/libjansi.jnilib
> >
> > May be a red herring, but the project has a dependency on
> org.apache.tika and is the only project we have with this dependency.
> >
> > After acknowledging the message the build proceed successfully anyway.
> Not a stopper.
> >
> > Payara payara5.2021.3 fails to start (solved)
> >
> > See below for details.  It would be helpful if the port in use was
> reported so that one can diagnose the problem more easily.
> >
> > I thought that it might a known HazelCast problem (temporary cure is to
> turn off screen sharing to free up port 5900) but it was not that.
> >
> > In fact we had another version of Payara running and stopping that
> solved the problem.  A better diagnostic would be a message such as “You
> already have a server using port 4848!”
> >
> > Regards
> >
> > David
> >
> > Output when starting Payara.
> >
> > Launching Payara Server on Felix platform
> > INFO: Create bundle provisioner class = class
> com.sun.enterprise.glassfish.bootstrap.osgi.BundleProvisioner.
> > Registered
> com.sun.enterprise.glassfish.bootstrap.osgi.EmbeddedOSGiGlassFishRuntime@76c88a26
> in service registry.
> > #!## LogManagerService.postConstruct :
> rootFolder=/Users/davidjlgradwell/payara5.2021.3/glassfish
> > #!## LogManagerService.postConstruct :
> templateDir=/Users/davidjlgradwell/payara5.2021.3/glassfish/lib/templates
> > #!## LogManagerService.postConstruct :
> src=/Users/davidjlgradwell/payara5.2021.3/glassfish/lib/templates/logging.properties
> > #!## LogManagerService.postConstruct :
> dest=/Users/davidjlgradwell/payara5.2021.3/glassfish/domains/domain1/config/logging.properties
> >    Running Payara Version: Payara Server  5.2021.3 #badassfish (build
> 3582)|#]
> >    Server log file is using Formatter class:
> com.sun.enterprise.server.logging.ODLLogFormatter|#]
> >    HV000001: Hibernate Validator 6.1.5.Final|#]
> >    Registered
> fish.payara.ha.hazelcast.store.HazelcastBackingStoreFactoryProxy for
> persistence-type = hazelcast in BackingStoreFactoryRegistry|#]
> >    Hazelcast Instance Bound to JNDI at payara/Hazelcast|#]
> >    JSR107 Caching Provider Bound to JNDI at payara/CachingProvider|#]
> >    JSR107 Default Cache Manager Bound to JNDI at payara/CacheManager|#]
> >    Network Listener http-listener-2 started in: 13ms - bound to
> [/0.0.0.0:8181]|#]
> >    Grizzly 2.4.4 started in: 4,886ms - bound to [http-listener-1:8080,
> http-listener-2:8181, admin-listener:4848]|#]
> >    Payara Server  5.2021.3 #badassfish (3582) startup time : Felix
> (5,390ms), startup services(7,302ms), total(12,692ms)|#]
> >    Data Grid Status
> > Payara Data Grid State: DG Version: 4 DG Name: development DG Size: 1
> > Instances: {
> > DataGrid: development Name: server Lite: false This: true UUID:
> 9003994f-5323-48a6-a610-6181aa711309 Address:
> /fe80:0:0:0:1c00:e2ff:fe34:4e75%anpi0:4900
> > }|#]
> >    Shutting down server due to startup exception
> > java.net.BindException: Address already in use
> >                  at sun.nio.ch.Net.bind0(Native Method)
> >                  at sun.nio.ch.Net.bind(Net.java:444)
> >                  at sun.nio.ch.Net.bind(Net.java:436)
> >                  at sun.nio.ch
> .ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:225)
> >                  at sun.nio.ch
> .ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
> >                  at
> org.glassfish.grizzly.nio.transport.TCPNIOBindingHandler.bindToChannelAndAddress(TCPNIOBindingHandler.java:107)
> >                  at
> org.glassfish.grizzly.nio.transport.TCPNIOBindingHandler.bind(TCPNIOBindingHandler.java:64)
> >                  at
> org.glassfish.grizzly.nio.transport.TCPNIOTransport.bind(TCPNIOTransport.java:215)
> >                  at
> org.glassfish.grizzly.nio.transport.TCPNIOTransport.bind(TCPNIOTransport.java:204)
> >                  at
> org.glassfish.grizzly.nio.transport.TCPNIOTransport.bind(TCPNIOTransport.java:53)
> >                  at
> org.glassfish.grizzly.config.GenericGrizzlyListener.bindTransport(GenericGrizzlyListener.java:211)
> >                  at
> org.glassfish.grizzly.config.GenericGrizzlyListener.configure(GenericGrizzlyListener.java:339)
> >                  at
> com.sun.enterprise.v3.services.impl.GrizzlyProxy.initialize(GrizzlyProxy.java:126)
> >                  at
> com.sun.enterprise.v3.services.impl.GrizzlyService.createNetworkProxy(GrizzlyService.java:671)
> >                  at
> com.sun.enterprise.v3.services.impl.GrizzlyService.postConstruct(GrizzlyService.java:593)
> >                  at
> org.jvnet.hk2.internal.ClazzCreator.postConstructMe(ClazzCreator.java:303)
> >                  at
> org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:351)
> >                  at
> org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
> >                  at
> org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext.findOrCreate(AsyncRunLevelContext.java:281)
> >                  at
> org.glassfish.hk2.runlevel.RunLevelContext.findOrCreate(RunLevelContext.java:65)
> >                  at
> org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
> >                  at
> org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:93)
> >                  at
> org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:67)
> >                  at
> org.glassfish.hk2.runlevel.internal.CurrentTaskFuture$QueueRunner.oneJob(CurrentTaskFuture.java:1213)
> >                  at
> org.glassfish.hk2.runlevel.internal.CurrentTaskFuture$QueueRunner.run(CurrentTaskFuture.java:1144)
> >                  at
> org.glassfish.hk2.runlevel.internal.CurrentTaskFuture$UpOneLevel.run(CurrentTaskFuture.java:762)
> >                  at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> >                  at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> >                  at java.lang.Thread.run(Thread.java:748)
> > |#]
> >    Failed to start, exiting|#]
> >
> >
>
>
> ---------------------------------------------------------------------
> 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
>
>
>
>

Reply via email to