Commit Graph
65 Commits
Author SHA1 Message Date
Wessels, Udo (PPN) 2b66121265 bug5910: remove not supported line in .project files so that current Eclipse version (2023-09) can import the projects. 2023-10-09 18:00:50 +02:00
Finn Huelsbusch d888c1fad9 added configuration for eclipse 2022-06 and updated the onboarding 2022-07-07 16:51:33 +02:00
Axel Uhl 2c622e5b45 patched <!DOCTYPE projectDescription> into all project files to avoid info/warning in problems view about no grammar constraint 2021-06-19 12:45:03 +02:00
Axel Uhl 4db4b95b62 bug4811: set org.eclipse.jdt.core.compiler.codegen.methodParameters to generate in all preference files; Tycho respects them! 2021-02-16 14:58:38 +01:00
Axel Uhl bd90f921dd added Automatic-Module-Name headers to satisfy Oxygen.3 Java9 warnings rule 2018-03-24 01:45:37 +01:00
Steffen Schaefer 9123771f34 normalized line endings 2017-05-16 09:42:02 +02:00
Axel Uhl 64f6ce80ff let monitoring bundle retry a number of times before deciding that the failing bundle needs a restart; new monitoring property monitor.retrycount with default 5 2015-07-20 20:07:14 +02:00
Axel Uhl 69de0f2d76 upgraded project settings to Java8, fixed gwt.ui to JavaSE-1.7 explicitly 2014-10-01 15:00:44 +02:00
Axel Uhl 161d823dee updated project compliance settings to JavaSE-1.8 2014-10-01 14:44:22 +02:00
Axel Uhl e9130d38f3 upgraded classpaths to JavaSE-1.8 2014-10-01 14:16:18 +02:00
Axel Uhl 7ece44052d upgraded manifests from JavaSE-1.7 to JavaSE-1.8 as runtime environment 2014-10-01 14:08:19 +02:00
Armin Zamani b501d1ca6f Merge branch 'racecommittee_integrated' of
ssh://armin@sapsailing.com/home/trac/git into racecommittee_integrated

Conflicts:
	java/com.sap.sailing.domain/src/com/sap/sailing/domain/leaderboard/impl/AbstractSimpleLeaderboardImpl.java
2013-04-11 00:28:12 +02:00
Simon Pamies 9f1369ed41 Make sure that getInputStream can fail if the connection failed before 2013-04-01 20:44:47 +02:00
Simon Pamies fa010cd767 Avoid pooling connections 2013-04-01 20:35:28 +02:00
Simon Pamies d90b6456aa Global socket count not being evaluated correctly 2013-04-01 16:55:25 +02:00
Simon Pamies 7c3cddbe70 Logging information why a read of sockstat failed ultimately 2013-03-29 16:33:41 +01:00
Simon Pamies 548b96c04b Moving information about tmpdir contents to the end as this can be very long 2013-03-29 16:04:03 +01:00
Simon Pamies 3b497e7e95 Moved away from calling logger.throwing because this logs with level FINER that is not catched in most logging configurations. Used logger.log(level, message, throwable). 2013-03-29 15:19:03 +01:00
Simon Pamies bd3999943b Adding information about java.io.tmpdir 2013-03-27 19:33:03 +01:00
Simon Pamies b28e8efe32 Somehow my eclipse did not save change related to socket count 2013-03-27 19:33:03 +01:00
Simon Pamies bc5ea8b84a Clarifying information provided by monitoring, also trying to get socket count right 2013-03-27 19:33:03 +01:00
Simon Pamies d6a87b3301 Never use default instance, always create a new one because it can happen that upon bundle reinstall the session context has changed and the authenticator will deny access because object id will have changed 2013-03-06 08:20:30 +01:00
Simon Pamies 1561ba03d4 Fixed monitoring not to wait for next time window before checking all endpoints 2013-02-18 19:15:32 +01:00
Axel Uhl 9aba83b0f9 Merge remote-tracking branch 'origin/master' 2013-01-25 10:55:11 +01:00
Lennart Hensler 311576db6e Replaced the catches of Throwable with catches of Exception 2013-01-25 10:28:07 +01:00
Simon Pamies 85a7081378 Avoid disconnecting too late 2013-01-23 15:42:46 +01:00
Simon Pamies 6c6ce90b0c Adding a disconnect. Although documentation suggests that this is not
needed it is safer to do so.
2013-01-23 15:40:44 +01:00
Simon Pamies d3c17a9375 Constrain logging output for successful connections 2013-01-17 16:53:52 +01:00
Simon Pamies 83a817ccfa Better handling of buffer errors 2013-01-15 12:38:37 +01:00
Axel Uhl 94faa7c448 Merge remote-tracking branch 'server/master' 2013-01-14 13:14:20 +01:00
Axel Uhl 01c42c1b87 avoid resource warnings 2013-01-14 10:47:31 +01:00
Simon Pamies 2a6661422a Bumping version to 1.6.4.1 because of MANIFEST changes 2013-01-11 15:03:48 +01:00
Simon Pamies 5bb1a36ce1 Added status output for monitoring 2013-01-11 14:05:16 +01:00
Simon Pamies 25e497a922 Adding updated build.properties, removing old lib entries 2013-01-10 13:37:34 +01:00
Simon Pamies da191d331e Updating target platform to include new plugins, updated monitoring to refer to those 2013-01-10 13:37:04 +01:00
Simon Pamies 0ce8e903ef Removed jars from lib folder moving them to target platform 2013-01-10 13:36:10 +01:00
Simon Pamies 6e9a0de727 Refactored ProcessInformation to use an interface and to provide more information to the developer 2013-01-10 11:16:33 +01:00
Simon Pamies f802ec2ef3 Clarified cause of sysstats not being available 2013-01-10 11:08:48 +01:00
Simon Pamies 137e3d52e8 Made code fail more gracefully if there is no proc fs available 2013-01-10 11:07:31 +01:00
Simon Pamies 8044d70785 Checking explicitly that SIGAR can be loaded, also added indicator in e-mail 2013-01-10 10:55:50 +01:00
Simon Pamies af61edbd44 Restructured so that log messages are less noisy 2013-01-10 10:55:50 +01:00
Simon Pamies 6591a1ac09 Removed log message stating that service has a grace time 2013-01-10 10:55:50 +01:00
Simon Pamies d37bae806f Handle library loading issues gracefully 2013-01-10 10:55:49 +01:00
Simon Pamies c1c96dd607 Included SIGAR to classpath 2013-01-10 10:55:49 +01:00
Simon Pamies efad470aae Implemented net connection listing based on flags from NetFlag 2013-01-10 10:55:49 +01:00
Simon Pamies c762dd19a7 Moved native libraries to a centralized location 2013-01-10 10:55:48 +01:00
Simon Pamies c2fb726912 Making getInstance call synchronized in order to avoid any problems with multiple threads using it 2013-01-10 10:55:47 +01:00
Simon Pamies ea81c28501 Included system information on each bundle restart 2013-01-10 10:55:47 +01:00
Simon Pamies f76296d84b First version of system statistics code that is mostly platform independent 2013-01-10 10:55:47 +01:00
Simon Pamies 3f32c794eb Changed logging to FINEST for restarting message to avoid filling logs when service has failed before 2013-01-08 14:36:38 +01:00