-
Unable to upload video with size > 10M
2019-09-06 20:45When 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:57Thanks. 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?
-
Symphony Causes Jetty9 to Crash
2019-08-21 23:45This 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/uploadmy 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:38two indicators:
- if I remove symphony.war from jetty, all is fine;
- 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:12More 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 10:56I 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