by DATUREX GmbH | Dec 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...
by DATUREX GmbH | Dec 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...
by 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/>', {...
by DATUREX GmbH | Jun 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...
by DATUREX GmbH | May 4, 2017 | Linux, Mac OSX
Linux sudo lsblk Mac OS sudo diskutil list Select device The name of the device looks like this /dev/disk1 Now comes the dd command, which expects an if for InputFile and an of for OutputFile as parameters. The InputFile is your image and the OutputFile is your device....
Recent Comments