Warning: mysql_real_escape_string(): Access denied for user ''@'localhost' (using password: NO) in /www/htdocs/w00bb009/wordpress/wp-content/plugins/statpress/statpress.php on line 1191

Warning: mysql_real_escape_string(): A link to the server could not be established in /www/htdocs/w00bb009/wordpress/wp-content/plugins/statpress/statpress.php on line 1191

Warning: mysql_real_escape_string(): Access denied for user ''@'localhost' (using password: NO) in /www/htdocs/w00bb009/wordpress/wp-content/plugins/statpress/statpress.php on line 1194

Warning: mysql_real_escape_string(): A link to the server could not be established in /www/htdocs/w00bb009/wordpress/wp-content/plugins/statpress/statpress.php on line 1194

Warning: mysql_real_escape_string(): Access denied for user ''@'localhost' (using password: NO) in /www/htdocs/w00bb009/wordpress/wp-content/plugins/statpress/statpress.php on line 1197

Warning: mysql_real_escape_string(): A link to the server could not be established in /www/htdocs/w00bb009/wordpress/wp-content/plugins/statpress/statpress.php on line 1197

Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/w00bb009/wordpress/wp-content/plugins/statpress/statpress.php:1191) in /www/htdocs/w00bb009/wordpress/wp-includes/feed-rss2-comments.php on line 8
Kommentare für Forkbomb Blog http://forkbomb-blog.de Random IT Thoughts & Tutorials Wed, 19 Aug 2015 08:08:09 +0000 hourly 1 https://wordpress.org/?v=4.3.34 Kommentar zu Bringing MQTT authentication and REST together von Dominik http://forkbomb-blog.de/2014/bringing-mqtt-authentication-and-rest-together/comment-page-1#comment-336 Wed, 19 Aug 2015 08:08:09 +0000 http://forkbomb-blog.de/?p=366#comment-336 Hi Gianluca,

you are right, this example is very simplified and does not show how to pass data from the client credentials to the POST request.

The easiest way would be to check out all the methods the ClientCredentialsData object gives you (see https://github.com/hivemq/hivemq-spi/blob/master/src/main/java/com/dcsquare/hivemq/spi/security/ClientCredentialsData.java or https://github.com/hivemq/hivemq-spi/blob/master/src/main/java/com/dcsquare/hivemq/spi/security/ClientData.java) and then just pass all relevant parameters to the Apache HTTPClient. If you are interested how to implement that with HTTPClient, take a look at this link: https://hc.apache.org/httpcomponents-client-ga/quickstart.html

Hope this helps!
Dominik

]]>
Kommentar zu Bringing MQTT authentication and REST together von Gianluca http://forkbomb-blog.de/2014/bringing-mqtt-authentication-and-rest-together/comment-page-1#comment-335 Tue, 18 Aug 2015 08:30:37 +0000 http://forkbomb-blog.de/?p=366#comment-335 Good example, but you do not show how ClientCredentialsData parameter is used in the HTTP POST.

Thanks
Gianluca

]]>
Kommentar zu SLF4J Logger Injection with Guice von Mirko http://forkbomb-blog.de/2012/slf4j-logger-injection-with-guice/comment-page-1#comment-332 Wed, 27 May 2015 18:13:42 +0000 http://forkbomb-blog.de/?p=272#comment-332 You might also want to check out https://github.com/raner/loginject for context-specific logger injection (logger-agnostic; supports Guice, HK2, and Dagger DI).

]]>
Kommentar zu Installing a HiveMQ MQTT Server on AWS EC2 with enabled Websockets von Dominik http://forkbomb-blog.de/2013/installing-a-hivemq-mqtt-server-on-aws-ec2-with-enabled-websockets/comment-page-1#comment-326 Tue, 03 Feb 2015 16:09:22 +0000 http://forkbomb-blog.de/?p=344#comment-326 Hi rajesh,

you can use one of the HiveMQ plugins in the HiveMQ plugin directory. For example you can use the file authentication plugin (see http://www.hivemq.com/plugin/file-authentication/)

If you want to prefer authentication with Stormpath, the Stormpath plugin may be for you (http://www.hivemq.com/plugin/stormpath-plugin/)

Of course you can also write your own, get inspired here: https://github.com/dobermai/hivemq-rest-auth-plugin

Hope that helps,
Dominik

]]>
Kommentar zu Installing a HiveMQ MQTT Server on AWS EC2 with enabled Websockets von rajesh http://forkbomb-blog.de/2013/installing-a-hivemq-mqtt-server-on-aws-ec2-with-enabled-websockets/comment-page-1#comment-324 Tue, 03 Feb 2015 08:20:19 +0000 http://forkbomb-blog.de/?p=344#comment-324 My Hivemq server connecting from client tool without user name and password. How to enable authentication mode . Hivemq installed in Ubuntu 13.10 version

]]>
Kommentar zu Installing a HiveMQ MQTT Server on AWS EC2 with enabled Websockets von Naveenkumar http://forkbomb-blog.de/2013/installing-a-hivemq-mqtt-server-on-aws-ec2-with-enabled-websockets/comment-page-1#comment-323 Thu, 08 Jan 2015 11:50:21 +0000 http://forkbomb-blog.de/?p=344#comment-323 Hi Dominik,
Could you please provide us a solution to run HiveMQ broker in background and store data from subscription topics to MySQL database using PHP. We’re running HivqMQ in AWS EC2 Linux instance as Apache, PHP.

Thank you

]]>
Kommentar zu SLF4J Logger Injection with Guice von Liutauras http://forkbomb-blog.de/2012/slf4j-logger-injection-with-guice/comment-page-1#comment-320 Wed, 26 Nov 2014 17:11:50 +0000 http://forkbomb-blog.de/?p=272#comment-320 Thank you!

]]>
Kommentar zu Installing a HiveMQ MQTT Server on AWS EC2 with enabled Websockets von Dominik http://forkbomb-blog.de/2013/installing-a-hivemq-mqtt-server-on-aws-ec2-with-enabled-websockets/comment-page-1#comment-319 Mon, 17 Nov 2014 14:37:40 +0000 http://forkbomb-blog.de/?p=344#comment-319 Hi Amil,

did you check the following?

* You are using the MQTT port (1883) instead of the Websocket port with MyMQTT
* You disabled or configured the firewall correctly (IPTables)
* You configured the Security Group correctly so port 1883 is free

Does any of these tips help? Let me know if that works for you!

Dominik

]]>
Kommentar zu Installing a HiveMQ MQTT Server on AWS EC2 with enabled Websockets von Amil http://forkbomb-blog.de/2013/installing-a-hivemq-mqtt-server-on-aws-ec2-with-enabled-websockets/comment-page-1#comment-318 Sat, 15 Nov 2014 13:09:00 +0000 http://forkbomb-blog.de/?p=344#comment-318 Hi Dominik,

Thank you for the post, it’s great. I’ve installed it on Amazon EC2 Ubuntu 14.04 Server. I can access and post messages through HiveMQ Websocket Browser Client, however when I try it from my phone, with the application called MyMQTT server refuses connection. Do you any ideas why it can be?

Thanks,
Amil

]]>
Kommentar zu Secure the Ntop Webinterface von von Nordmann | ntop absichern http://forkbomb-blog.de/2010/secure-ntop-webinterface/comment-page-1#comment-310 Sun, 11 May 2014 07:44:42 +0000 http://forkbomb-blog.de/?p=69#comment-310 […] den Tipp möchte ich mich beim forkbomb-blog.de […]

]]>