Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable execute the application #4

Open
phanikumar1210 opened this issue Jul 26, 2016 · 3 comments
Open

Unable execute the application #4

phanikumar1210 opened this issue Jul 26, 2016 · 3 comments

Comments

@phanikumar1210
Copy link

I am getting com.ibm.json.java.JSON class unavailable error while executing the application. Could you please let me know how to resolve this issue.

@whereswaldon
Copy link

Can I get more detail about what you did to cause this? Had you just attempted to use it for the first time? Any customization? What environment are you running it in? Thanks!

@phanikumar1210
Copy link
Author

I haven't gone with any changes to the application, I am just trying to deploy it to Pivotal Cloud Foundry and not to Bluemix Cloud Foundry. What I am expect that there is a dependency missing in pom.xml. What exact configurations do we need in pom.xml to download jar file com.ibm.json.java.JSON

@whereswaldon
Copy link

This app is specifically for the Bluemix Cloud. Pivotal Cloud Foundry uses a different Java build pack than Bluemix, which is likely the origin of the problem. We think that using the Bluemix buildpack may fix your problem. Try something like this:

cf push APP_NAME -b https://github.com/cloudfoundry/ibm-websphere-liberty-buildpack 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants