cancel
Showing results for 
Search instead for 
Did you mean: 

org.xml.sax.SAXParseException; lineNumber: 4; columnNumber: 63; White spaces are required between publicId and systemId. getting this exception

0 Kudos

I am trying to run DailyConversionReportPollingJob on local env Hybris 1811 but I am getting org.xml.sax.SAXParseException; lineNumber: 4; columnNumber: 63; White spaces are required between publicId and systemId. this exception

here is a content file:

 <head>
     <META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
     <META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
     <META HTTP-EQUIV="EXPIRES" CONTENT="0">
     
     <title>Cybersource Business Center - System Error</title>
     <link rel="shortcut icon" href="/ebctest/images/favicon.ico" type="image/x-icon" />
     <link rel="STYLESHEET" type="text/css" href="/ebctest/css/ubc_style.css.jsp">
 </head>

 <body>
 
 



  
 <td class="pagetitle" id="systemErrorPageTitle">System Error</td>
  
  
 <td> </td>
  
  
 <td id="systemErrorMessage">An error has occurred. Please try again. If you continue to receive an error, please contact Customer Support.</td>
  
  
 <td> </td>
  

 
 </body>

Accepted Solutions (1)

Accepted Solutions (1)

former_member674349
Participant
0 Kudos

Hey , Its seems your SAXParse getting input as HTML instead of xml. Hence its not able to parse that html file. Please check your xml source file.

Thanks, Jayant

0 Kudos

Checking configuration of cybersource thanks for input !!

Answers (0)