Giter Club home page Giter Club logo

pcc-sample-app-pizzastore's Issues

Create a POM file for maven compatiblity

WHY: A lot of developers still work with maven and would prefer to work with it.

What: We should provide a pom file on the project which is in sync with gradle so that developers could easily work with project.

IllegalStateException: No service with tags [cloudcache, gemfire] was found

Error Log Below :

2019-01-24T09:05:55.87-0500 [CELL/0] OUT Cell e750e5e7-b64b-4303-90fb-87b993b1e102 successfully created container for instance 1a3d5c8f-cbca-4ca8-769f-46d0
2019-01-24T09:05:58.79-0500 [CELL/0] OUT Starting health monitoring of container
2019-01-24T09:05:59.16-0500 [APP/PROC/WEB/0] OUT JVM Memory Configuration: -Xmx375814K -Xss1M -XX:ReservedCodeCacheSize=240M -XX:MaxDirectMemorySize=10M -XX:MaxMetaspaceSize=160761K
2019-01-24T09:06:10.06-0500 [APP/PROC/WEB/0] OUT [error 2019/01/24 14:06:10.056 UTC

tid=0x1] Application run failed
2019-01-24T09:06:10.06-0500 [APP/PROC/WEB/0] OUT java.lang.IllegalStateException: No service with tags [cloudcache, gemfire] was found
2019-01-24T09:06:10.06-0500 [APP/PROC/WEB/0] OUT at org.springframework.data.gemfire.util.RuntimeExceptionFactory.newIllegalStateException(RuntimeExceptionFactory.java:91)
2019-01-24T09:06:10.06-0500 [APP/PROC/WEB/0] OUT at org.springframework.data.gemfire.util.RuntimeExceptionFactory.newIllegalStateException(RuntimeExceptionFactory.java:77)
2019-01-24T09:06:10.06-0500 [APP/PROC/WEB/0] OUT at org.springframework.geode.core.env.VcapPropertySource.lambda$findFirstCloudCacheServiceName$21(VcapPropertySource.java:196)
2019-01-24T09:06:10.06-0500 [APP/PROC/WEB/0] OUT at java.util.Optional.orElseThrow(Optional.java:290)
2019-01-24T09:06:10.06-0500 [APP/PROC/WEB/0] OUT at org.springframework.geode.core.env.VcapPropertySource.findFirstCloudCacheServiceName(VcapPropertySource.java:195)
2019-01-24T09:06:10.06-0500 [APP/PROC/WEB/0] OUT at org.springframework.geode.core.env.VcapPropertySource.findFirstCloudCacheService(VcapPropertySource.java:167)
2019-01-24T09:06:10.06-0500 [APP/PROC/WEB/0] OUT at org.springframework.geode.boot.autoconfigure.ClientSecurityAutoConfiguration$AutoConfiguredCloudSecurityEnvironmentPostProcessor.configureSecurityContext(ClientSecurityAutoConfiguration.java:164)
2019-01-24T09:06:10.06-0500 [APP/PROC/WEB/0] OUT at java.util.Optional.ifPresent(Optional.java:159)
2019-01-24T09:06:10.06-0500 [APP/PROC/WEB/0] OUT at org.springframework.geode.boot.autoconfigure.ClientSecurityAutoConfiguration$AutoConfiguredCloudSecurityEnvironmentPostProcessor.postProcessEnvironment(ClientSecurityAutoConfiguration.java:108)
2019-01-24T09:06:10.06-0500 [APP/PROC/WEB/0] OUT at org.springframework.boot.context.config.ConfigFileApplicationListener.onApplicationEnvironmentPreparedEvent(ConfigFileApplicationListener.java:185)
2019-01-24T09:06:10.06-0500 [APP/PROC/WEB/0] OUT at org.springframework.boot.context.config.ConfigFileApplicationListener.onApplicationEvent(ConfigFileApplicationListener.java:171)
2019-01-24T09:06:10.06-0500 [APP/PROC/WEB/0] OUT at org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:172)
2019-01-24T09:06:10.06-0500 [APP/PROC/WEB/0] OUT at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:165)
2019-01-24T09:06:10.06-0500 [APP/PROC/WEB/0] OUT at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:139)
2019-01-24T09:06:10.06-0500 [APP/PROC/WEB/0] OUT at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:127)
2019-01-24T09:06:10.06-0500 [APP/PROC/WEB/0] OUT at org.springframework.boot.context.event.EventPublishingRunListener.environmentPrepared(EventPublishingRunListener.java:74)
2019-01-24T09:06:10.06-0500 [APP/PROC/WEB/0] OUT at org.springframework.boot.SpringApplicationRunListeners.environmentPrepared(SpringApplicationRunListeners.java:54)
2019-01-24T09:06:10.06-0500 [APP/PROC/WEB/0] OUT at org.springframework.boot.SpringApplication.prepareEnvironment(SpringApplication.java:338)
2019-01-24T09:06:10.06-0500 [APP/PROC/WEB/0] OUT at org.springframework.boot.SpringApplication.run(SpringApplication.java:297)
2019-01-24T09:06:10.06-0500 [APP/PROC/WEB/0] OUT at org.springframework.boot.SpringApplication.run(SpringApplication.java:1242)
2019-01-24T09:06:10.06-0500 [APP/PROC/WEB/0] OUT at org.springframework.boot.SpringApplication.run(SpringApplication.java:1230)
2019-01-24T09:06:10.06-0500 [APP/PROC/WEB/0] OUT at io.pivotal.cloudcache.app.CloudcachePizzaStoreApplication.main(CloudcachePizzaStoreApplication.java:37)
2019-01-24T09:06:10.06-0500 [APP/PROC/WEB/0] OUT at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2019-01-24T09:06:10.06-0500 [APP/PROC/WEB/0] OUT at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
2019-01-24T09:06:10.06-0500 [APP/PROC/WEB/0] OUT at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2019-01-24T09:06:10.06-0500 [APP/PROC/WEB/0] OUT at java.lang.reflect.Method.invoke(Method.java:498)
2019-01-24T09:06:10.06-0500 [APP/PROC/WEB/0] OUT at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48)
2019-01-24T09:06:10.06-0500 [APP/PROC/WEB/0] OUT at org.springframework.boot.loader.Launcher.launch(Launcher.java:87)
2019-01-24T09:06:10.06-0500 [APP/PROC/WEB/0] OUT at org.springframework.boot.loader.Launcher.launch(Launcher.java:50)
2019-01-24T09:06:10.06-0500 [APP/PROC/WEB/0] OUT at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:51)
2019-01-24T09:06:10.25-0500 [APP/PROC/WEB/0] OUT Exit status 1

Please configure GITBOT

Pivotal provides the Gitbot service to synchronize issues and pull requests made against public GitHub repos with Pivotal Tracker projects.

If you do not want to use Pivotal Tracker to manage this GitHub repo, you do not need to take any action.

If you are a Pivotal employee, you can configure Gitbot to sync your GitHub repo to your Pivotal Tracker project with a pull request.

Steps:

  • Fork this repo: cfgitbot-config (an ask+cf@ ticket is the fastest way to get read access if you get a 404)
  • Add the Toolsmiths-Bots team to have admin access to your repo
  • Add the cf-gitbot ([email protected]) user to have owner access to your Pivotal Tracker project
  • Add your new repo and or project to config-production.yml file
  • Submit a PR, which will get auto-merged if you've done it right

If you are not a pivotal employee, you can request that [email protected] set up the integration for you.

You might also be interested in configuring GitHub's Service Hook for Tracker on your repo so you can link your commits to Tracker stories. You can do this yourself by following the directions at:

https://www.pivotaltracker.com/blog/guide-githubs-service-hook-tracker/

If there are any questions, please reach out to [email protected].

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.