von DATUREX GmbH | Dez. 27, 2017 | Java
Problem: A functional and well tested WAR was not reachable on a new tomcat instance. Solution: The new tomcat was for java 1.7 apps and the WAR was a 1.8 java compiled app, so the tomcat deployed the war without errors and the app was showing 404 not found. In the...
von DATUREX GmbH | Dez. 9, 2017 | kubernetes
Problem: There is a long working kubernetes cluster and one day the container couldn’t send packages to each other e.g. a java spring boot app couldn’t send and receive packages from a mysql Fix: sudo iptables -P FORWARD...
von DATUREX GmbH | Sep. 21, 2017 | js
Example: <li class=“sibling“ id=“id“><a>Text</a></li> $( „#id“ ).click(function() { $.getScript(‚https://code.jquery.com/ui/1.12.0/jquery-ui.min.js‘, function() { $(‚<link/>‘, {...
von DATUREX GmbH | Juni 5, 2017 | IOS, Mac OSX
I was building an app via ionic and cordova, when it comes to release I got this error in the upload phase in xcode. Solution: That means that you simply have to update your xcode, even if you are not be notified via apple app store, that you have to...
von DATUREX GmbH | Mai 4, 2017 | Linux, Mac OSX
Linux sudo lsblk Mac OS sudo diskutil list Gerät aussuchen Der Name des Geräts sieht so aus /dev/disk1 Jetzt kommt das dd Kommando, was als Parameter ein if für InputFile und ein of für OutputFile erwartet. Der InputFile ist euer Image und der OutputFile euer Device....
Neueste Kommentare