{"id":460,"date":"2013-11-29T12:15:20","date_gmt":"2013-11-29T11:15:20","guid":{"rendered":"http:\/\/ree7.fr\/blog\/?p=460"},"modified":"2022-08-08T06:47:41","modified_gmt":"2022-08-08T05:47:41","slug":"tizen-sdk-2-2-x-problems-on-ubuntu-13-10","status":"publish","type":"post","link":"http:\/\/www.ree7.fr\/blog\/2013\/11\/tizen-sdk-2-2-x-problems-on-ubuntu-13-10\/","title":{"rendered":"Tizen SDK 2.2.x problems on Ubuntu 13.10"},"content":{"rendered":"<p><img class=\"aligncenter\" src=\"https:\/\/www.tizen.org\/sites\/all\/themes\/tizen_theme\/logo.png\" alt=\"Tizen Logo\" \/><br \/>\n<em>Note : This should also apply to Ubuntu 13.04.<\/em><\/p>\n<p>Don&rsquo;t worry I still develop on Windows (Phone), this is just a quick tip for those who might get stuck with Tizen&rsquo;s SDK <em>(what do you mean there&rsquo;s only 3 people in the world who have installed it ?)<\/em><\/p>\n<p>Updating my Tizen SDK to the fresh 2.2.1 release on my Ubuntu 13.10 setup, I had an error popup telling my that SDB could not start and prompting me to check the logs.<\/p>\n<p>Which I did and found the following :<br \/>\n<code>11:51:44 E\/DeviceMonitor: Failed to open socket channel<br \/>\n11:51:44 E\/DeviceMonitor: Connexion refus\u00e9e<br \/>\njava.net.ConnectException: Connexion refus\u00e9e<br \/>\nat sun.nio.ch.Net.connect(Native Method)<br \/>\nat sun.nio.ch.SocketChannelImpl.connect(Unknown Source)<br \/>\nat java.nio.channels.SocketChannel.open(Unknown Source)<br \/>\nat org.tizen.sdblib.SmartDevelopmentBridge.openChannel(SmartDevelopmentBridge.java:137)<br \/>\nat org.tizen.sdblib.DeviceMonitor.openSdbConnection(DeviceMonitor.java:167)<br \/>\nat org.tizen.sdblib.DeviceMonitor.process(DeviceMonitor.java:361)<br \/>\nat org.tizen.sdblib.daemon.AbstractServer.run(AbstractServer.java:242)<br \/>\nat java.lang.Thread.run(Unknown Source)<br \/>\n<\/code>[&#8230;.]<\/p>\n<p>After checking I was running a proper outdated version of Oracle&rsquo;s JDK 6 (thanks again Tizen !), I tried to start an sdb server manually which outputted the following :<br \/>\n<code>.\/sdb: error while loading shared libraries: libudev.so.0: cannot open shared object file: No such file or directory<\/code><\/p>\n<p>The libudev package was installed on my computer but there were no libudev.so.0 in the libs folder.<br \/>\nAdding a symlink to the .1 lib resolved the problem :<br \/>\n<code>cd \/lib\/x86_64-linux-gnu\/<br \/>\nsudo ln -s libudev.so.1 libudev.so.0<\/code><\/p>\n<p>Tah dah \ud83d\ude42 !<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Note : This should also apply to Ubuntu 13.04. Don&rsquo;t worry I still develop on Windows (Phone), this is just a quick tip for those who might get stuck with Tizen&rsquo;s SDK (what do you mean there&rsquo;s only 3 people in the world who have installed it ?) Updating my Tizen SDK to the fresh [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"jetpack_publicize_message":"","jetpack_is_tweetstorm":false,"jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","enabled":false}}},"categories":[7,34],"tags":[3,75,74,73],"jetpack_publicize_connections":[],"aioseo_notices":[],"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/p19lzH-7q","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"http:\/\/www.ree7.fr\/blog\/wp-json\/wp\/v2\/posts\/460"}],"collection":[{"href":"http:\/\/www.ree7.fr\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.ree7.fr\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.ree7.fr\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.ree7.fr\/blog\/wp-json\/wp\/v2\/comments?post=460"}],"version-history":[{"count":1,"href":"http:\/\/www.ree7.fr\/blog\/wp-json\/wp\/v2\/posts\/460\/revisions"}],"predecessor-version":[{"id":585,"href":"http:\/\/www.ree7.fr\/blog\/wp-json\/wp\/v2\/posts\/460\/revisions\/585"}],"wp:attachment":[{"href":"http:\/\/www.ree7.fr\/blog\/wp-json\/wp\/v2\/media?parent=460"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.ree7.fr\/blog\/wp-json\/wp\/v2\/categories?post=460"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.ree7.fr\/blog\/wp-json\/wp\/v2\/tags?post=460"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}