You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the GitHub site it says "
When the project builds successfully, you can run the following command to start the project: java -jar target/carbon-tracker-0.0.1-SNAPSHOT.jar
But that does not exist in the project - these are the jars that came with it
So I try running jt@Taylors-MacBook-Air-2 target % java -jar target/carbon-calculator-experience-0.0.1-SNAPSHOT.jar
And that is when I get this issue. However something that has just occured to me is that I have attempted to create this as a project within a project. Perhaps that is my mistake.
HttpMessageConvertersAutoConfiguration.StringHttpMessageConverterConfiguration#stringHttpMessageConverter matched:
- @ConditionalOnMissingBean (types: org.springframework.http.converter.StringHttpMessageConverter; SearchStrategy: all) did not find any beans (OnBeanCondition)
JacksonAutoConfiguration matched:
- @ConditionalOnClass found required class 'com.fasterxml.jackson.databind.ObjectMapper' (OnClassCondition)
JacksonAutoConfiguration.Jackson2ObjectMapperBuilderCustomizerConfiguration matched:
- @ConditionalOnClass found required class 'org.springframework.http.converter.json.Jackson2ObjectMapperBuilder' (OnClassCondition)
I managed to get "build succeeded" after running this but can't access it via localhost or postman
Run mvn spring-boot:run command to run the application.
The text was updated successfully, but these errors were encountered:
Hello! I am a tad confused, I think this may have something to do with a potential error in the reference docs but I could be wrong:
I am trying to use this
https://developer.mastercard.com/priceless-planet-carbon-tracker/documentation
https://github.com/Mastercard/carbon-calculator-experience-reference-app
On the GitHub site it says "
When the project builds successfully, you can run the following command to start the project: java -jar target/carbon-tracker-0.0.1-SNAPSHOT.jar
But that does not exist in the project - these are the jars that came with it
carbon-calculator-experience-0.0.1-SNAPSHOT.jar maven-archiver carbon-calculator-experience-0.0.1-SNAPSHOT.jar.original maven-status classes site generated-sources surefire generated-test-sources surefire-reports jacoco.exec test-classes jt@Taylors-MacBook-Air-2 carbon-calculator-experience-reference-app %
So I try running jt@Taylors-MacBook-Air-2 target % java -jar target/carbon-calculator-experience-0.0.1-SNAPSHOT.jar
And that is when I get this issue. However something that has just occured to me is that I have attempted to create this as a project within a project. Perhaps that is my mistake.
HttpMessageConvertersAutoConfiguration.StringHttpMessageConverterConfiguration#stringHttpMessageConverter matched:
- @ConditionalOnMissingBean (types: org.springframework.http.converter.StringHttpMessageConverter; SearchStrategy: all) did not find any beans (OnBeanCondition)
JacksonAutoConfiguration matched:
- @ConditionalOnClass found required class 'com.fasterxml.jackson.databind.ObjectMapper' (OnClassCondition)
JacksonAutoConfiguration.Jackson2ObjectMapperBuilderCustomizerConfiguration matched:
- @ConditionalOnClass found required class 'org.springframework.http.converter.json.Jackson2ObjectMapperBuilder' (OnClassCondition)
I managed to get "build succeeded" after running this but can't access it via localhost or postman
Run mvn spring-boot:run command to run the application.
The text was updated successfully, but these errors were encountered: