tcserver

Using Spring Boot Web Application with Pivotal TC Server

廉价感情. 提交于 2020-01-01 19:53:49
问题 I refactored my project as a Spring Boot application from inside Spring Tool Suite. All the documentation shows how to create a self contained application with an embedded Tomcat instance which works and is great. Before this however I had my own Maven Web-MVC project with XML-based configuration for Spring. I could deploy this directly to TC Server and it worked great. What I like most: Hot Swapping! I could add new functions and classes and they immediately were picked up by TC Server

Troubleshooting JVM CPU spikes

こ雲淡風輕ζ 提交于 2019-12-23 09:56:13
问题 We're seeing an interesting (though quite severe) issue with one of our application servers: at a certain point in time, the CPU usage of the JVM running our web applications starts rising and keeps on rising until the applications eventually slow down to a crawl. The only way to fix it is to restart the Application server software. Application server: Spring tc Server (as the servers are hosted elsewhere, I currently do not know the exact version) Applications: relatively standard Spring 3

How to use JNDI with the tc server and postgresql in STS? (Unable to create initial connections of pool.)

核能气质少年 提交于 2019-12-11 22:13:50
问题 I want to use JPA/JNDI, as my experience with Netbeans and Glassfish has been that I could configure database settings at the server and so I'd be able to publish to different servers without changing anything in the code or configuration. I don't really get what's wrong and paste my configuration here in the hope that you can help me with some advice. I successfully tried to get a database connection with this persistence unit: <persistence-unit name="primefaces-showcase" transaction-type=

Cannot start my Spring application on tcServer from SpringTools

痴心易碎 提交于 2019-12-11 05:55:14
问题 Unfortunately I am quite new to Spring development so cannot explain in great detail the problem but this is what I am having trouble with. I have an existing Spring application, it compiles and it works when deployed to tomcat 6 ether from Spring Tool Suite or via Maven goal. The problem is that I cannot start it on tcServer that comes with Spring Tool Suite in order to use Spring Insight (I would like to profile this application because there are some bottlenecks). I managed to add the

Pivotal tc server is not included in STS 4

余生颓废 提交于 2019-12-10 15:16:43
问题 I installed STS 4 for windows 10 64bit , and when I tried to create a server then Pivotal is not present ! How to include Pivotal server in STS 4 ? 回答1: There are three things you need to do: 1.) install the "Pivotal tc Server Integration for Eclipse" extension into your STS4 installation using the Eclipse Marketplace Client. 2.) register and download Pivotal tc Server itself (https://network.pivotal.io/products/pivotal-tcserver) 3.) create a new server instance your STS4 Servers by pointing

How to see org.codehaus.jackson log messages - using logging.properties

会有一股神秘感。 提交于 2019-12-08 14:56:23
问题 I am trying to deserialize incoming PUT request with JSON request body using org.codehaus.jackson package and I am receiving error message The request sent by the client was syntactically incorrect . How can I get more detailed log/error messages in my Pivotal TC server logs, e.g. in catalina.log ? I have added the following line to logging.properties: org.codehaus.level = FINEST But NO messages from org.codehaus is displayed in my log, although the error message is displayed on web page.

Spring-insight source, design and alternatives

妖精的绣舞 提交于 2019-12-08 03:19:03
问题 I've a few questions regarding the Spring-insight technology. Is Spring-insight open source? I was curious to see the underlying design. I could fine the plugins' source but not the entire package (is it part of tc-server). Can this data be persisted to a database (for later use) I read that Spring insight should not be used for production use. I was thinking if this data could be persisted to some datastore and retrieved through a different application. Are there any existing alternatives to

No mapping found for HTTP request with URI [/myproject/] in DispatcherServlet with name 'appServlet' [duplicate]

白昼怎懂夜的黑 提交于 2019-12-07 05:26:47
问题 This question already has answers here : Why does Spring MVC respond with a 404 and report “No mapping found for HTTP request with URI […] in DispatcherServlet”? (7 answers) Closed 2 years ago . I'm absolutely newbie with Java and Spring and I want to learn from example. I'm using an out-of-the-box configuration / installation Mac OSX Springsource Tool Suite as IDE Spring 2.8.1.RELEASE vfabric-tc-server-developer-2.6.1.RELEASE I've tried to generate a new project based on "Spring Template

Pivotal tc Server v.3.1 won't start

倾然丶 夕夏残阳落幕 提交于 2019-12-06 12:12:57
问题 I've recently downloaded STS and I tried firing up the TC Server, but it gives this error: Server Pivotal tc Server Developer Edition v3.1 failed to start. Error: Could not find or load main class Files.Spring.sts-bundle.pivotal-tc-server-developer-3.1.0.RELEASE.base-instance.conf.logging.properties Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 I went to the folder and it seems that the properties file is there. Is this a bug or is

Spring-insight source, design and alternatives

时光怂恿深爱的人放手 提交于 2019-12-06 09:46:07
I've a few questions regarding the Spring-insight technology. Is Spring-insight open source? I was curious to see the underlying design. I could fine the plugins' source but not the entire package (is it part of tc-server). Can this data be persisted to a database (for later use) I read that Spring insight should not be used for production use. I was thinking if this data could be persisted to some datastore and retrieved through a different application. Are there any existing alternatives to Spring insight? Thanks in advance. Is Spring-insight open source? I was curious to see the underlying