WrapperSimpleApp: Encountered an error running main: java.lang.ExceptionInInitializerError
INFO   | jvm 1    | 2017/09/01 16:20:17 | java.lang.ExceptionInInitializerError
INFO   | jvm 1    | 2017/09/01 16:20:17 |  at io.mycat.MycatStartup.main(MycatStartup.java:53)
INFO   | jvm 1    | 2017/09/01 16:20:17 |  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
INFO   | jvm 1    | 2017/09/01 16:20:17 |  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
INFO   | jvm 1    | 2017/09/01 16:20:17 |  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
INFO   | jvm 1    | 2017/09/01 16:20:17 |  at java.lang.reflect.Method.invoke(Method.java:606)
INFO   | jvm 1    | 2017/09/01 16:20:17 |  at org.tanukisoftware.wrapper.WrapperSimpleApp.run(WrapperSimpleApp.java:240)
INFO   | jvm 1    | 2017/09/01 16:20:17 |  at java.lang.Thread.run(Thread.java:745)
INFO   | jvm 1    | 2017/09/01 16:20:17 | Caused by: io.mycat.config.util.ConfigException: org.xml.sax.SAXParseException; lineNumber: 19; columnNumber: 6; The string "--" is not permitted within comments.
INFO   | jvm 1    | 2017/09/01 16:20:17 |  at io.mycat.config.loader.xml.XMLServerLoader.load(XMLServerLoader.java:111)
INFO   | jvm 1    | 2017/09/01 16:20:17 |  at io.mycat.config.loader.xml.XMLServerLoader.<init>(XMLServerLoader.java:69)
INFO   | jvm 1    | 2017/09/01 16:20:17 |  at io.mycat.config.loader.xml.XMLConfigLoader.<init>(XMLConfigLoader.java:56)
INFO   | jvm 1    | 2017/09/01 16:20:17 |  at io.mycat.config.ConfigInitializer.<init>(ConfigInitializer.java:77)
INFO   | jvm 1    | 2017/09/01 16:20:17 |  at io.mycat.config.MycatConfig.<init>(MycatConfig.java:72)
INFO   | jvm 1    | 2017/09/01 16:20:17 |  at io.mycat.MycatServer.<init>(MycatServer.java:144)
INFO   | jvm 1    | 2017/09/01 16:20:17 |  at io.mycat.MycatServer.<clinit>(MycatServer.java:96)
INFO   | jvm 1    | 2017/09/01 16:20:17 |  ... 7 more
INFO   | jvm 1    | 2017/09/01 16:20:17 | Caused by: org.xml.sax.SAXParseException; lineNumber: 19; columnNumber: 6; The string "--" is not permitted within comments.
INFO   | jvm 1    | 2017/09/01 16:20:17 |  at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:198)
INFO   | jvm 1    | 2017/09/01 16:20:17 |  at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(ErrorHandlerWrapper.java:177)
INFO   | jvm 1    | 2017/09/01 16:20:17 |  at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:441)
INFO   | jvm 1    | 2017/09/01 16:20:17 |  at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:368)
INFO   | jvm 1    | 2017/09/01 16:20:17 |  at com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(XMLScanner.java:1436)
INFO   | jvm 1    | 2017/09/01 16:20:17 |  at com.sun.org.apache.xerces.internal.impl.XMLScanner.scanComment(XMLScanner.java:796)
INFO   | jvm 1    | 2017/09/01 16:20:17 |  at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanComment(XMLDocumentFragmentScannerImpl.java:1038)
INFO   | jvm 1    | 2017/09/01 16:20:17 |  at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2988)
INFO   | jvm 1    | 2017/09/01 16:20:17 |  at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:606)
INFO   | jvm 1    | 2017/09/01 16:20:17 |  at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:510)
INFO   | jvm 1    | 2017/09/01 16:20:17 |  at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:848)
INFO   | jvm 1    | 2017/09/01 16:20:17 |  at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:777)
INFO   | jvm 1    | 2017/09/01 16:20:17 |  at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141)
INFO   | jvm 1    | 2017/09/01 16:20:17 |  at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:243)
INFO   | jvm 1    | 2017/09/01 16:20:17 |  at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:347)
INFO   | jvm 1    | 2017/09/01 16:20:17 |  at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:121)
INFO   | jvm 1    | 2017/09/01 16:20:17 |  at io.mycat.config.util.ConfigUtil.getDocument(ConfigUtil.java:115)
INFO   | jvm 1    | 2017/09/01 16:20:17 |  at io.mycat.config.loader.xml.XMLServerLoader.load(XMLServerLoader.java:95)
INFO   | jvm 1    | 2017/09/01 16:20:17 |  ... 13 more
STATUS | wrapper  | 2017/09/01 16:20:19 | <-- Wrapper Stopped