{"id":1168,"date":"2011-04-12T13:19:50","date_gmt":"2011-04-12T04:19:50","guid":{"rendered":"http:\/\/pokosho.com\/b\/?p=1168"},"modified":"2011-04-12T23:15:46","modified_gmt":"2011-04-12T14:15:46","slug":"waketi-%e3%81%8c%e5%8b%95%e3%81%8b%e3%81%aa%e3%81%8f%e3%81%aa%e3%81%a3%e3%81%9f","status":"publish","type":"post","link":"https:\/\/pokosho.com\/b\/archives\/1168","title":{"rendered":"@waketi \u304c\u52d5\u304b\u306a\u304f\u306a\u3063\u305f"},"content":{"rendered":"<p>\u4f53\u8abf\u4e0d\u826f\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0\u304c\u3046\u307e\u304f\u52d5\u3044\u305f\u3088\u3046\u3060\uff01 orz<\/p>\n<p>\u4ee5\u4e0b\u306e\u30a8\u30e9\u30fc\u3002<br \/>\nUnsatisfiedLinkError\u306a\u3093\u3066\u521d\u3081\u3066\u898b\u305f\u3002<br \/>\n\u306a\u3093\u3060\u304b\u8272\u3005\u8a00\u308f\u308c\u3066\u3044\u308b\u3051\u3069\u3001\u30e1\u30e2\u30ea\u4e0d\u8db3\uff1f<br \/>\nReservedCodeCacheSize\u3092\u5897\u3084\u305b\u3070\u3044\u3044\u306e\u304b\u306a\uff1f<\/p>\n<pre class=\"brush: java; title: ; notranslate\" title=\"\">\r\nOpenJDK Client VM warning: CodeCache is full. Compiler has been disabled.\r\nOpenJDK Client VM warning: Try increasing the code cache size using -XX:ReservedCodeCacheSize=\r\nFailed to instantiate &#x5B;ch.qos.logback.classic.LoggerContext]\r\nReported exception:\r\njava.lang.UnsatisfiedLinkError: \/usr\/lib\/jvm\/java-6-openjdk\/jre\/lib\/i386\/libnet.so: \/usr\/lib\/jvm\/java-6-openjdk\/jre\/lib\/i386\/libnet.so: failed to map segment from shared object: Cannot allocate memory\r\n        at java.lang.ClassLoader$NativeLibrary.load(Native Method)\r\n        at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1750)\r\n        at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1667)\r\n        at java.lang.Runtime.loadLibrary0(Runtime.java:840)\r\n        at java.lang.System.loadLibrary(System.java:1047)\r\n        at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:67)\r\n        at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:47)\r\n        at java.security.AccessController.doPrivileged(Native Method)\r\n        at java.net.InetAddress.&lt;clinit&gt;(InetAddress.java:234)\r\n        at ch.qos.logback.core.util.ContextUtil.getLocalHostName(ContextUtil.java:30)\r\n        at ch.qos.logback.core.util.ContextUtil.addHostNameAsProperty(ContextUtil.java:39)\r\n        at ch.qos.logback.classic.joran.action.ConfigurationAction.begin(ConfigurationAction.java:47)\r\n        at ch.qos.logback.core.joran.spi.Interpreter.callBeginAction(Interpreter.java:273)\r\n        at ch.qos.logback.core.joran.spi.Interpreter.startElement(Interpreter.java:145)\r\n        at ch.qos.logback.core.joran.spi.Interpreter.startElement(Interpreter.java:127)\r\n        at ch.qos.logback.core.joran.spi.EventPlayer.play(EventPlayer.java:40)\r\n        at ch.qos.logback.core.joran.spi.Interpreter.play(Interpreter.java:332)\r\n        at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:126)\r\n        at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:93)\r\n        at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:52)\r\n        at ch.qos.logback.classic.util.ContextInitializer.configureByResource(ContextInitializer.java:77)\r\n        at ch.qos.logback.classic.util.ContextInitializer.autoConfig(ContextInitializer.java:150)\r\n        at org.slf4j.impl.StaticLoggerBinder.init(StaticLoggerBinder.java:85)\r\n        at org.slf4j.impl.StaticLoggerBinder.&lt;clinit&gt;(StaticLoggerBinder.java:55)\r\n        at org.slf4j.LoggerFactory.bind(LoggerFactory.java:121)\r\n        at org.slf4j.LoggerFactory.performInitialization(LoggerFactory.java:111)\r\n        at org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:268)\r\n        at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:241)\r\n        at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:254)\r\n        at com.pokosho.bot.AbstractBot.&lt;clinit&gt;(AbstractBot.java:32)\r\ncom.pokosho.PokoshoException: java.lang.IllegalArgumentException: Tokenizer Class: net.java.sen.ja.JapaneseTokenizer is invalid.\r\n        at com.pokosho.bot.AbstractBot.&lt;init&gt;(AbstractBot.java:54)\r\n        at com.pokosho.bot.twitter.TwitterBot.&lt;init&gt;(TwitterBot.java:59)\r\n        at com.pokosho.bot.twitter.TwitterBot.main(TwitterBot.java:301)\r\nCaused by: java.lang.IllegalArgumentException: Tokenizer Class: net.java.sen.ja.JapaneseTokenizer is invalid.\r\n        at net.java.sen.StringTagger.init(StringTagger.java:158)\r\n        at net.java.sen.StringTagger.&lt;init&gt;(StringTagger.java:95)\r\n        at net.java.sen.StringTagger.getInstance(StringTagger.java:133)\r\n        at net.java.sen.StringTagger.getInstance(StringTagger.java:100)\r\n        at com.pokosho.bot.AbstractBot.&lt;init&gt;(AbstractBot.java:52)\r\n        ... 2 more\r\nOpenJDK Client VM warning: Attempt to allocate stack guard pages failed.\r\n<\/pre>\n<p><a href=\"http:\/\/kawa.at.webry.info\/200811\/article_10.html\">\u540c\u3058\u304f\u304a\u56f0\u308a\u306e\u65b9<\/a>\u3092\u898b\u3064\u3051\u305f\u3002\u771f\u4f3c\u308b\u3002<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\r\nroot@pokosho:~# cat \/proc\/meminfo\r\nMemTotal:       786432 kB\r\nMemFree:        521992 kB\r\n\r\nroot@pokosho:~# sysctl kernel.shmmax\r\nkernel.shmmax = 33554432\r\n\r\n# vi \/etc\/sysctl.conf\r\nkernel.shmmax = 134217728\r\n\r\nroot@pokosho:~# sysctl kernel.shmmax\r\nkernel.shmmax = 134217728\r\n<\/pre>\n<p>run!<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\r\nError occurred during initialization of VM\r\nCould not reserve enough space for object heap\r\nCould not create the Java virtual machine.\r\n<\/pre>\n<p>orz<\/p>\n<pre class=\"brush: java; title: ; notranslate\" title=\"\">\r\n-Xmx128m\r\n<\/pre>\n<p>\u306b\u3057\u3066\u3001\u7121\u4e8b\u52d5\u304d\u307e\u3057\u305f\u3001\u3068\u3055\u3002<\/p>\n<p>\u6025\u306b\u52d5\u304b\u306a\u304f\u306a\u3063\u305f\u306e\u306f\u3001\u5358\u8a9e\u306e\u91cf\u304c\u5897\u3048\u3066\u304d\u305f\u304b\u3089\u304b\u306a\uff1f<br \/>\n\u6b21\u540c\u3058\u4e8b\u614b\u306b\u306a\u3063\u305f\u3089\u304a\u6383\u9664\u3092\u8003\u3048\u306d\u3070\u306a\u3089\u306a\u3044\u304b\u3082\u3057\u308c\u306a\u3044\u306a\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u4f53\u8abf\u4e0d\u826f\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0\u304c\u3046\u307e\u304f\u52d5\u3044\u305f\u3088\u3046\u3060\uff01 orz \u4ee5\u4e0b\u306e\u30a8\u30e9\u30fc\u3002 UnsatisfiedLinkError\u306a\u3093\u3066\u521d\u3081\u3066\u898b\u305f\u3002 \u306a\u3093\u3060\u304b\u8272\u3005\u8a00\u308f\u308c\u3066\u3044\u308b\u3051\u3069\u3001\u30e1\u30e2\u30ea\u4e0d\u8db3\uff1f ReservedCodeCacheSize\u3092\u5897\u3084 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[7],"tags":[],"class_list":["post-1168","post","type-post","status-publish","format-standard","hentry","category-program"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/pokosho.com\/b\/wp-json\/wp\/v2\/posts\/1168","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pokosho.com\/b\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/pokosho.com\/b\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/pokosho.com\/b\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/pokosho.com\/b\/wp-json\/wp\/v2\/comments?post=1168"}],"version-history":[{"count":0,"href":"https:\/\/pokosho.com\/b\/wp-json\/wp\/v2\/posts\/1168\/revisions"}],"wp:attachment":[{"href":"https:\/\/pokosho.com\/b\/wp-json\/wp\/v2\/media?parent=1168"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/pokosho.com\/b\/wp-json\/wp\/v2\/categories?post=1168"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/pokosho.com\/b\/wp-json\/wp\/v2\/tags?post=1168"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}