I'm no way near a productive blogger. Even though I've got only 80 posts in nearly 5 years, some of them are referred by more popular bloggers, which is definitely helping more people and, at the same time, giving me the credit.
Empathy and Samba by http://www.abclinuxu.cz/poradna/linux/show/287722
Schema of iTunes podcast feed by http://wiki.bcmoney-mobiletv.com/index.php?title=ITunes
Let scim and ibus support Skype by http://zazchor.me/blog/2013/09/13/fix-ibus-not-working-with-skype-4-dot-2-in-ubuntu-12-dot-04/
How to install Adobe Flash plugin on Ubuntu 12.04 by http://howaryoo.wordpress.com/2012/08/10/ubuntu-12-04-lts-new-install-oracle-java-and-flash/
Java development using Ubuntu 11.10 and OpenJDK 7 by https://twitter.com/taq/status/125972118000242689
Let's keep up sharing / open-sourcing knowledge.
Wednesday, July 02, 2014
Sunday, June 08, 2014
Couchbase and couchbase-client
If you got this when starting Couchbase,
Port server memcached on node 'babysitter_of_ns_1@127.0.0.1' exited with status 71. Restarting. Messages: Thu Oct 3 14:13:51.448736 EST 3: failed to ensure corefile creation
make below changes in /etc/security/limits.conf
couchbase hard nofile 10240
couchbase hard core unlimited
See http://www.couchbase.com/issues/browse/MB-4727
If you got exception about XML datatype like this, exclude org.codehaus.jettison:jettison from couchbase:couchbase-client will solve it.
13:50:00,995 ERROR [[resteasy-servlet]] Servlet.service() for servlet resteasy-servlet threw exception
java.lang.LinkageError: loader constraint violation: when resolving field "DATETIME" the class loader (instance of org/jboss/classloader/spi/base/BaseClassLoader) of the referring class, javax/xml/datatype/DatatypeConstants, and the class loader (instance of ) for the field's resolved type, javax/xml/namespace/QName, have different Class objects for that type
at com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl.(RuntimeBuiltinLeafInfoImpl.java:267)
at com.sun.xml.bind.v2.model.impl.RuntimeTypeInfoSetImpl.(RuntimeTypeInfoSetImpl.java:65)
at com.sun.xml.bind.v2.model.impl.RuntimeModelBuilder.createTypeInfoSet(RuntimeModelBuilder.java:133)
at com.sun.xml.bind.v2.model.impl.RuntimeModelBuilder.createTypeInfoSet(RuntimeModelBuilder.java:85)
at com.sun.xml.bind.v2.model.impl.ModelBuilder.(ModelBuilder.java:156)
at com.sun.xml.bind.v2.model.impl.RuntimeModelBuilder.(RuntimeModelBuilder.java:93)
at com.sun.xml.bind.v2.runtime.JAXBContextImpl.getTypeInfoSet(JAXBContextImpl.java:450)
at com.sun.xml.bind.v2.runtime.JAXBContextImpl.(JAXBContextImpl.java:298)
at com.sun.xml.bind.v2.runtime.JAXBContextImpl.(JAXBContextImpl.java:141)
at com.sun.xml.bind.v2.runtime.JAXBContextImpl$JAXBContextBuilder.build(JAXBContextImpl.java:1157)
at com.sun.xml.bind.v2.ContextFactory.createContext(ContextFactory.java:145)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Subscribe to:
Posts (Atom)