[Bug 241419] net-mgmt/unifi-lts broken out of the box

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Oct 22 19:22:08 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241419

            Bug ID: 241419
           Summary: net-mgmt/unifi-lts broken out of the box
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: feld at FreeBSD.org
          Reporter: mason at blisses.org
          Assignee: feld at FreeBSD.org
             Flags: maintainer-feedback?(feld at FreeBSD.org)

I installed unifi-lts in a jail running on FreeBSD 12.0 (amd64) today, and it
fails right off the bat with the following error. Note that the unifi5 package
seems to work correctly from the start.

[2019-10-22 19:07:47,478] <db-server> INFO  db     - DbServer stopped
[2019-10-22 19:07:49,028] <launcher> INFO  db     - *** Factory Default ***
Database exists. Drop it
[2019-10-22 19:07:49,848] <launcher> INFO  db     - waiting for db
connection...
[2019-10-22 19:07:50,585] <launcher> INFO  db     - waiting for db
connection...
[2019-10-22 19:07:51,032] <db-server> INFO  db     - DbServer stopped
[2019-10-22 19:07:54,136] <launcher> INFO  db     - waiting for db
connection...
[2019-10-22 19:07:54,925] <db-server> INFO  db     - DbServer stopped
[2019-10-22 19:07:57,051] <localhost-startStop-1> ERROR WebappClassLoaderBase -
The web application [] is still processing a request that has yet to finish.
This is very likely to create a memory leak. You can control the time allowed
for requests to finish by using the unloadDelay attribute of the standard
Context implementation.
[2019-10-22 19:07:57,052] <localhost-startStop-1> ERROR WebappClassLoaderBase -
The web application [] is still processing a request that has yet to finish.
This is very likely to create a memory leak. You can control the time allowed
for requests to finish by using the unloadDelay attribute of the standard
Context implementation.
[2019-10-22 19:07:57,110] <inform-2> ERROR [localhost] - Exception Processing
/inform
java.lang.NullPointerException
        at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:266)
        at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:110)
        at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:494)
        at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:169)
        at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
        at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
        at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:445)
        at
org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1136)
        at
org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:637)
        at
org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:316)
        at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at
org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
        at java.lang.Thread.run(Thread.java:748)
[2019-10-22 19:07:57,111] <inform-1> ERROR [localhost] - Exception Processing
/inform
java.lang.NullPointerException
        at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:266)
        at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:110)
        at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:494)
        at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:169)
        at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
        at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
        at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:445)
        at
org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1136)
        at
org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:637)
        at
org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:316)
        at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at
org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
        at java.lang.Thread.run(Thread.java:748)

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list