Skip to content

Instantly share code, notes, and snippets.

internal class Program
{
static async Task Main(string[] args)
{
var task1 = CheckUrl("http://localhost:5000/api/Job");
var task2 = CheckUrl("http://localhost:5000/api/Department");
var task3 = CheckUrl("http://localhost:5000/api/Employment?$filter=Event%2FId%20eq%20d95da18c-2fdf-4574-b8d1-c06d5b080e57&$skip=0&$top=10&$expand=Person,ApplicationShiftAssignments($expand=Shift($expand=Job))");
await task1;
await task2;
//============================================================================
// Name : Aufgabe1_1.cpp
// Author :
// Version :
// Copyright : Your copyright notice
// Description : Hello World in C++, Ansi-style
//============================================================================
#include <iostream>
#include <cmath>
#!/bin/bash
#modified from http://forum.ultra-star.de/viewtopic.php?f=13&t=11234
apt-get update
apt-get upgrade
#rpi-update
[21:51:22] [Server thread/INFO]: Loohney lost connection: Internal Exception: java.io.IOException: Error while write(...): Datenübergabe unterbrochen (broken pipe)
[21:51:25] [Server thread/INFO]: newworld Loohney
[21:51:25] [Server thread/WARN]: [JourneyMapServer] Task #20739096 for JourneyMapServer v1.01 generated an exception
java.lang.NullPointerException
at net.techbrew.journeymapserver.bukkit.network.BukkitPacketHandler.sendPlayerWorldID(BukkitPacketHandler.java:44) ~[?:?]
at net.techbrew.journeymapserver.common.network.PacketManager.sendPlayerWorldID(PacketManager.java:24) ~[?:?]
at net.techbrew.journeymapserver.bukkit.events.BukkitEvents$SendPlayerPackets.run(BukkitEvents.java:80) ~[?:?]
at org.bukkit.craftbukkit.v1_9_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-5a40365-f631379]
at org.bukkit.craftbukkit.v1_9_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [spigot.jar:git-Spigot-5a40365-f631379]