• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Tim Cooke
Sheriffs:
  • Rob Spoor
  • Liutauras Vilda
  • paul wheaton
Saloon Keepers:
  • Tim Holloway
  • Tim Moores
  • Mikalai Zaikin
  • Carey Brown
  • Piet Souris
Bartenders:
  • Stephan van Hulst

Issue(s) found while parsing the JSON file

 
Ranch Hand
Posts: 973
2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
While doing jenkins build on to openshift environment I started getting below type of errors after adding below entry to the POM.xml
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20231013</version>
</dependency>



Jenkins build was working fine last week though
Please advise
 
Master Rancher
Posts: 5042
79
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Do you have any information about what file it's parsing when it gives this error?  Can we see what data it's choking on?

What version were you using to parse before moving to org.json 20231013?  Can you try other earlier versions of org.json, to see if they work?  If there's a particular point where the behavior changes, you can look at the release notes for that version.
 
sai rama krishna
Ranch Hand
Posts: 973
2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you. It worked fine now. Apparently there are quota space issues in open shift which prevented to move forward after above error line  ( as per replication controller events message on openshift console)
 
For my next feat, I will require a volunteer from the audience! Perhaps this tiny ad?
New web page for Paul's Rocket Mass Heaters movies
https://coderanch.com/t/785239/web-page-Paul-Rocket-Mass
reply
    Bookmark Topic Watch Topic
  • New Topic