Skip to main content

Posts

Showing posts from 2018

[FIXED] Java MacOS Hostname

During the development of Caltic , there is a strange from internal logger of Vert.x (our toolkit to build Caltic Systems). There're some warning log indicate something happen abnormally. See below: [INFO] Nov 08, 2018 5:24:50 PM io.vertx.core.impl.launcher.commands.Watcher [INFO] INFO: Watched paths: [/Users/myrepublic/devel/caltic/caltic-train/target/classes] [INFO] Nov 08, 2018 5:24:50 PM io.vertx.core.impl.launcher.commands.Watcher [INFO] INFO: Starting the vert.x application in redeploy mode [INFO] Starting vert.x application... [INFO] 18b3e3d3-043d-4f63-b8aa-52d018554b6a-redeploy [INFO] Nov 08, 2018 5:24:53 PM io.vertx.core.impl.BlockedThreadChecker [INFO] WARNING: Thread Thread[vert.x-eventloop-thread-0,5,main] has been blocked for 2858 ms, time limit is 2000 [INFO] Nov 08, 2018 5:24:54 PM io.vertx.core.impl.BlockedThreadChecker [INFO] WARNING: Thread Thread[vert.x-eventloop-thread-0,5,main] has been blocked for 3859 ms, time limit is 2000 [INFO] Nov 08, 2018 5:24:55 PM i

Revamped

There are several reasons why I'm doing revamp for this blog. First, right now I'm actually a software engineer not a pentest anymore. this is why revamping this blog is a good idea. Because I can write again as usual, mostly the topic may change from security topic into developer topic. The pain is, that I need to update several point of this blog before I actually can write a post, starting from this post. But I think it's a good way for me to increase writing skill also enrich my story telling. The second, to share everything that I got some problems and how could I fix it, it's usually what I did before this revamp . But yeah, the software development side is very broad of problems. We need to integrate between one language with the framework, library with other library, library with application server, so on and so on. And again, there are a lot of problems that can make a software engineer frustrated. Actually we find the answer by googling and stackoverflo