Commit Graph
395 Commits
Author SHA1 Message Date
Steffen Wagner 6b7ac29731 adjusted systemd service for nextgen sailing ami 2018-07-23 00:37:26 +02:00
Steffen Wagner f317c7cb85 changed chmod 755 of start_foreground script 2018-07-23 00:04:52 +02:00
wagnst 35502b3345 added systemd service for sailing instances 2018-07-21 12:18:51 +02:00
Axel Uhl e16569ae17 removed setting of JAVA_HOME from env.sh
Change-Id: I8187d94a2b0fa6ea5fe9fe97d87d46df7a28c14c
2018-07-16 22:09:20 +02:00
Axel Uhl df6043ba9a added synchronization for "suspended" flag in mark passing calculator
Change-Id: Ia690c1cec0caac82e61da0dea8d640f7f100cf4f
2018-05-03 10:56:12 +02:00
Axel Uhl 06cb357fe5 aftermath of Jetty upgrade: the start script required an update because the Jetty port needs to be patched into a different file now
Change-Id: I4e563862e1924cff047a20362fab5dedd31b4340
2018-03-01 17:42:49 +01:00
Axel Uhl 407a59a61d enhanced server start-up mail; preserve mail.properties during release install
Change-Id: I72d4aff7f46e3192846f780e6e98545d277edb65
2018-02-26 15:50:32 +01:00
Steffen Schaefer b55cd9c232 Bug 4442: configs changes for Jetty 9.4 2018-02-06 15:36:38 +01:00
Axel Uhl 40ed796eb2 fixed compareServers script; leaderboard group names with , caused error 2017-10-28 09:50:47 +02:00
Axel Uhl 1b09f1ee17 adjusted compareServers script to exclude id and timepoint 2017-09-24 13:17:53 +02:00
EC2 Server 2d5492e5da adjusted ADDITIONAL_JAVA_ARGS in env.sh to accomodate for improved GC settings 2017-05-29 12:24:15 +00:00
Steffen Schaefer 9123771f34 normalized line endings 2017-05-16 09:42:02 +02:00
Axel Uhl 8ab46b3660 fixed synchronization for updating initial start/end of tracking time into new TrackedRace;
This way, other receivers will not see the TrackedRace as announced to
the DomainFactory before a callback was invoked which in this case
updates the start/stop tracking times.

Change-Id: I3cc513f0c893b116d7ea9dc6af93ac16f50c328b
2017-03-20 16:11:57 +01:00
Axel Uhl d4d3b3d7fe added FINE logging for operation replication and application
Change-Id: I1f1aa5a6a971be5de8adb3a5ba1cff48a44c8c14
2017-02-24 18:32:44 +01:00
Axel Uhl d10005be15 added -XX:ThreadPriorityPolicy=2 to the additional Java args in env.sh to support lower than NORM_PRIORITY thread priorities in Linux
Change-Id: I703d38090c8ea736f94a2f0828c1e70d9c08009e
2016-09-19 17:02:43 +02:00
Axel Uhl ed5e1a7a9e added GC options for extended GC pause times and enhanced logging
Change-Id: I3bb5287d0d3caeda46558bdd0d3dcef176765d52
2016-08-18 17:47:58 +02:00
Benjamin Barth cd49a414e2 Adjusted env.sh REPLICATE_ON_START property to reflect current dev state 2016-07-08 10:43:22 +02:00
Benjamin Barth d0693002d1 Adjusted env.sh and replication related launch configs to replicate
RegattaLogSensorDataTrackerTrackedRegattaListener on start
2016-05-03 17:53:18 +02:00
Axel Uhl d2921999d2 turned logging down again for mark passing algorithm
Change-Id: I87a94ff469caa6dbd5f31dbc797e2c5843ea7374
2016-04-16 01:52:00 +02:00
Axel Uhl 7e7b79f10a trying to make MarkPassingCalculator serializable as a first patch for bug 3604; consistent serialization will be a problem
Change-Id: I9051b67e6d15833cec622cca026816dbf65e22f0
2016-04-15 22:22:22 +02:00
EC2 Server 2b07fea977 added INSTANCE_INTERNAL_IP4 and use it for a default Plain-SSL mapping during instance start 2016-03-06 11:58:46 +00:00
Axel Uhl f92eed6007 using PingResource in monitoring.properties to avoid requiring authentication for a gateway monitoring endpoint
Change-Id: Ic03fe48c3507ea53c49e576491b83ecb87d02f0f
2016-03-02 16:11:06 +01:00
Axel Uhl 4ce58d7a90 fixed monitoring.properties: also had to remove monitor.endpoints entry for events bundle
Change-Id: I6c6fab6fe8673498826b623cd7d17b4e578e2831
2016-03-02 16:04:52 +01:00
fmittag 4982cb9f9b removed bundle com.sap.sailing.www.events from monitoring.properties as it does not exist anymore 2016-03-02 15:06:16 +01:00
Axel Uhl f196f13aef added -Djava.awt.headless=true to ADDITIONAL_JAVA_ARGS in start script to avoid issues with DISPLAY variable and QR code generation
Change-Id: Ic502069d60b8c2f8070d9966d28076491963ca70
2016-01-28 22:17:20 +01:00
Axel Uhl 2fc855df88 reset debug logging level from FINEST to INFO
Change-Id: I43307d20fbeb267cd42bfda1f53b3bc52529bd98
2015-12-21 10:25:59 +01:00
Axel Uhl 6d88a75b87 in Igtimi WebSocketConnectionManager.reconnect() wait for the connection for 5s; if not connected, try again with failover URL
Change-Id: I52737084334cdf918fff78643447822de93c2bd6
2015-12-21 10:21:26 +01:00
Axel Uhl 9b4b1acfa5 well, let's use 64; this is about the largest CPU configuration we may be getting at Amazon these days 2015-12-03 15:52:20 +01:00
Axel Uhl faa848cb34 reduce number of Jetty threads from 3000 to 50 in jetty.xml 2015-12-03 15:50:47 +01:00
Axel Uhl 0aaf1f0bcf Fixing bug 3299 by making sure TrackedRaceImpl.attachRaceLog waits until the race log is really attached to the TrackedRace; 2015-10-21 13:48:20 +02:00
Axel Uhl 2ef0df330d added -Djava.awt.headless=true to the ADDITIONAL_JAVA_ARGS so that bar code creation also works with no X11 environment installed 2015-08-20 12:33:46 +02:00
Axel Uhl 15988ee84f bug 3181: improved stop script, using "shutdown" and wait for process to die; kill if it doesn't 2015-07-24 23:30:42 +02:00
Axel Uhl ca2d9e8da0 stop script now issues "shutdown" instead of "exit" to cleanly shut down all bundles 2015-07-24 18:40:16 +02:00
Frederik Petersen 6f21b640af Added polars replicable to env.sh comment 2015-07-20 22:07:05 +02:00
Axel Uhl bfc1f3f546 added monitor.retrycount to monitor.properties; increased monitoring timeout from 2 to 5 seconds 2015-07-20 20:10:15 +02:00
EC2 Server 995c0815dc append /internal-server-status macro at the end of 001-events.conf to ensure health check with /index.html hits event-based rewrite first 2015-07-06 13:13:37 +00:00
EC2 Server bf4cac1f1a add /internal-server-status to 001-events.conf; always launch httpd 2015-06-30 16:29:08 +00:00
Steffen Schaefer e07c585934 Merge remote-tracking branch 'origin/master' into design2015
Conflicts:
	java/com.sap.sailing.gwt.ui/SailingGWT sdm.launch
	java/com.sap.sailing.gwt.ui/SailingGWT.launch
2015-05-28 09:55:11 +02:00
Axel Uhl 181e5ee5b9 Merge branch 'master' into ubilabs--tracking_app--develop 2015-05-04 23:14:52 +02:00
Axel Uhl de957816aa Merge remote-tracking branch 'server/master' 2015-05-01 13:25:08 +02:00
Simon Pamies 565d93972d Updated local install 2015-05-01 10:26:20 +08:00
Axel Uhl 2ea6b4ef7c fixed in-place sed replacements in compareServers 2015-04-30 23:01:56 +02:00
Simon Pamies 00a0a78b2a Added ability to use a local release file 2015-04-30 10:33:14 +08:00
Peter Siegmund f169fc8b4f Merge branch 'master' into ubilabs--tracking_app--develop
Conflicts:
	java/com.sap.sailing.gwt.ui/SailingGWT sdm.launch
	java/com.sap.sse.security.ui/Security UI sdm.launch
2015-03-12 10:06:04 +01:00
Axel Uhl ee16bd559d fixed monitoring.properties, not using old moderator?action=listevents which is costly on big servers such as ARCHIVE 2015-03-10 02:21:11 +01:00
Axel Uhl 3d4aeb1904 fixed regular expressions in server comparison script 2015-03-10 01:48:35 +01:00
Axel Uhl 9eabc3bd5e further refined server comparison script 2015-03-10 01:07:47 +01:00
Axel Uhl 4fac31b8ab improved server comparison script 2015-03-10 00:32:43 +01:00
Axel Uhl 330a889dd4 Merge branch 'master' into ubilabs--tracking_app--develop 2015-03-04 16:46:28 +01:00
Axel Uhl aef326646a made server comparison based on leaderboard groups web service more lenient 2015-03-03 00:28:23 +01:00