Hi,
could you check in the error log if there is any additional information relevant to this problem (Menu: Window > Show View > Others > Error Log)? I suspect that creation of a section fails...
Type: Posts; User: spingel; Keyword(s):
Hi,
could you check in the error log if there is any additional information relevant to this problem (Menu: Window > Show View > Others > Error Log)? I suspect that creation of a section fails...
Hi,
before starting Tomcat, STS attempts to open a server socket on all ports specified in the Tomcat configuration to verify that the ports are available.
Do you have any kind of personal...
Hi,
in order to see the categories you need to mirror the meta data as well. You can do that by running this command in addition to the mirror command that you posted:
sts.exe -application...
Hi,
could you check what is displayed in the STS Preferences under Spring > Auto Configuration? You should have an entry for VMware vFabric tc Server Developer Edition. If the server didn't get...
Hi,
if you use the STS installer the -vm option will be explicitly set in the STS.ini to point to the JVM location identified in the install process. If the JVM is later moved (e.g. during a...
STS launches Tomcat with the parameters specified in the launch configuration. It does not evaluate the regular startup files for setting JVM or command line parameters.
As Christian pointed out...
Hi,
to analyze the problem further can you try running "tcruntime-instance.bat create myserver" from the command line and past the output here?
It is recommended to install STS into a...
Please take a look at this JIRA issue:
STS-2181: STS will timeout waiting for tc server if it's not on 8080
https://issuetracker.springsource.com/browse/STS-2181
The server configuration...
Try opening the properties for the project and select the Project Facets page. You can configure the version for Dynamic Web Modules there. To deploy to Tomcat 6 it has to be set to 2.5 or lower.
...
Thank you very much for the input. We are tracking this issue here and plan to address this for the STS 2.8 release:
STS-916: Add log4j.dtd to public XML catalog
...
Hi Gary,
what you observed is the expected behavior. When the launch configuration is generated existing properties are not modified, i.e. you can change the value of aspectj.overweaving to false,...
STS uses the system proxy setting if the proxy provider is set to "Native" in the preferences under General > Network Connections.
For m2e, which provides the Maven integration for STS, you need...
The Spring IDE sources are available from this Git repository: http://git.springsource.org/spring-ide .
Alternatively, you can install the Developer Resources features from the STS update site:...
Hi Simeon,
breakpoints are currently not tracked as part of the task context. The focusing in the breakpoints view shows breakpoints that are related to files that are part of your context only...
Hi,
can you check the selected access type in the repository properties? It's available in the server properties: Right click on a query select Repository > Properties and then expand the...
Hi,
thank you for reporting this. It is indeed a bug and we'll look into it. I have opened this issue to track it:
STS-1417: tc Server shows timeout message on startup when configured for non...
Hi Sam,
thanks for reporting this problem. There was indeed a bug that caused the class path to not be calculated correctly in some configurations for tc Server 2.0. This will be fixed in the...
The update site is a composite repository. It works if you add it under Help > Install New Software in Eclipse.
To see the contents in the browser you would need to use this URL:
...
Are you using the tc Server that is included in the package download of STS? It comes with a pre-defined instance that is configured for Spring Insight and should be automatically added to your...
The Marketplace Client is not included in STS by default. If you are using the Eclipse 3.6 based package you can easily install it from the Helios update site:...
Hi,
can you check which Roo version is configured under Preferences > Spring > Roo Support? You will need to use Roo 1.1.0.M2 or later with STS 2.3.3.M2.
Hope this helps.
Steffen
Hi,
I have verified that installing p4 form the STS dashboard works in 2.3.3.M2. The errors you posted indicate that the installer was not able to find some files which occasionally happens when...
Hi,
as Andrew has already pointed out, it is necessary to update to STS 2.3.3.M2 (or later) to enable the extension installer and tutorial downloads in environments that use NTLM proxy.
There...
Hi,
Is an error printed to the console or STS error log (Window > Show View > Other > Error Log) in case of a publishing failure? If so, it would be helpful if you could file a bug and paste...
Hi,
Yes, in order to take advantage of the controlled reload you need to disable automatic reloading for that module, otherwise the application may get reloaded multiple times by STS and tc...