[ https://issues.apache.org/jira/browse/KNOX-3152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18004063#comment-18004063 ]
ASF subversion and git services commented on KNOX-3152: ------------------------------------------------------- Commit dfcde4df9638397e2387d983c387f003e34bd721 in knox's branch refs/heads/dependabot/npm_and_yarn/knox-token-generation-ui/multi-635efc449e from hanicz [ https://gitbox.apache.org/repos/asf?p=knox.git;h=dfcde4df9 ] KNOX-3152: Fixed pinot service xml format issue (#1047) > Gateway startup errors due to pinot service XMLs > ------------------------------------------------ > > Key: KNOX-3152 > URL: https://issues.apache.org/jira/browse/KNOX-3152 > Project: Apache Knox > Issue Type: Bug > Components: Server > Affects Versions: 2.2.0 > Reporter: Tamás Hanicz > Assignee: Tamás Hanicz > Priority: Critical > Fix For: 2.1.0 > > Time Spent: 20m > Remaining Estimate: 0h > > The gateway.log is filled with the below error during startup due to the > badly formatted Pinot service XMLs > {code:java} > ERROR knox.gateway > (ServiceDefinitionsLoader.java:lambda$loadServiceDefinitions$1(92)) - Failed > to unmarshall service definition file > /Users/thanicz/dev/public/knox/install/knox-2.1.0-SNAPSHOT/data/services/pinot/1.3.0/service.xml > file : javax.x > ml.bind.UnmarshalException > - with linked exception: > [org.xml.sax.SAXParseException; lineNumber: 20; columnNumber: 6; The > processing instruction target matching "[xX][mM][lL]" is not allowed.] > javax.xml.bind.UnmarshalException: null {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)