godadada

godadada
关注
50187 号成员,2019-08-13 08:40:32 加入
511
个人主页 浏览
96h12m
在线时长
  • How to remove the Sym Icons?

    2019-10-24 16:45

    for this web site:

    https://www.wikicensored.com/

  • Unable to upload video with size > 10M

    2019-09-06 20:45

    When upload size is over 10m, there is not network traffic, so no return status. When less than 10m, status 200.
    Below is my symphony.properties.

    Thanks
    symphony.zip

  • Unable to upload video with size > 10M

    2019-09-04 13:57

    Thanks. Good to know you can set the size in nginx, but my setting in nginx is 12m. it looks like the 10m limit is from symphony, any idea where?

  • Please advise on searching failure

    2019-08-22 14:35

    Thanks.
    Any documentation or example?

    G

  • Symphony Causes Jetty9 to Crash

    2019-08-21 23:45

    This may be the issue:

    jetty9[2996]: [ERROR]-[2019-08-21 11:29:39]-[org.b3log.symphony.util.Symphonys:342]: Init upload dir failed
    jetty9[2996]: java.io.IOException: Can't create: /usr/share/jetty9/sym/upload

    my guess is that symphony.properties has entry: upload.local.dir=~/sym/upload/
    which ends up /usr/share/jetty9/sym/upload when useing jetty9 as a systemd service and under user jetty with home /usr/share/jetty9.

  • Symphony Causes Jetty9 to Crash

    2019-08-21 19:38

    two indicators:

    1. if I remove symphony.war from jetty, all is fine;
    2. the return exit error code is 255 (-1) coming from app, not jetty9( which is 0 or 1).
  • Symphony Causes Jetty9 to Crash

    2019-08-21 17:12

    More complete jetty9 status:

    dude@galaxy:/usr/share/jetty9/webapps$ sudo systemctl status jetty9
    ● jetty9.service - Jetty 9 Web Application Server
    Loaded: loaded (/lib/systemd/system/jetty9.service; enabled; vendor preset: enabled)
    Active: failed (Result: exit-code) since Wed 2019-08-21 16:28:42 CST; 42min ago
    Docs: https://www.eclipse.org/jetty/documentation/current/
    Process: 25853 ExecStart=/usr/share/jetty9/bin/jetty.sh run (code=exited, status=255/EXCEPTION)
    Main PID: 25853 (code=exited, status=255/EXCEPTION)

    Aug 21 16:28:42 galaxy jetty9[25853]: at org.eclipse.jetty.xml.XmlConfiguration.main(XmlConfiguration.java:1511)
    Aug 21 16:28:42 galaxy jetty9[25853]: at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    Aug 21 16:28:42 galaxy jetty9[25853]: at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    Aug 21 16:28:42 galaxy jetty9[25853]: at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    Aug 21 16:28:42 galaxy jetty9[25853]: at java.base/java.lang.reflect.Method.invoke(Method.java:566)
    Aug 21 16:28:42 galaxy jetty9[25853]: at org.eclipse.jetty.start.Main.invokeMain(Main.java:220)
    Aug 21 16:28:42 galaxy jetty9[25853]: at org.eclipse.jetty.start.Main.start(Main.java:490)
    Aug 21 16:28:42 galaxy jetty9[25853]: at org.eclipse.jetty.start.Main.main(Main.java:77)
    Aug 21 16:28:42 galaxy systemd[1]: jetty9.service: Main process exited, code=exited, status=255/EXCEPTION
    Aug 21 16:28:42 galaxy systemd[1]: jetty9.service: Failed with result 'exit-code'.
    dude@galaxy:/usr/share/jetty9/webapps$

  • Sym Change Navbar

    2019-08-20 11:53

    Great! Thanks.

  • Sym Change Navbar

    2019-08-20 10:56

    I am setting up a bbs using symphony. Here is the website: https://www.wikicensored.com/symphony/
    I want to change (add/alter) the navbar item, do not know how.

    Thanks
    G