Wednesday, August 3, 2011

Netbeans 7.01 Startup Error

I've come across a dbus error while starting Netbeans.

arguments to dbus_message_iter_append_basic() were incorrect, assertion "*bool_p == 0 || *bool_p == 1" failed in file dbus-message.c line 2541.
This is normally a bug in some application using the D-Bus library.
D-Bus not built with -rdynamic so unable to print a backtrace
/usr/share/netbeans/bin/../platform/lib/nbexec: line 548: 2593 Aborted

This was running Java 7, and Netbeans 7.01. I found the answer here:



This states that appending this:

-J-Dnetbeans.keyring.no.native=true

to netbeans_default_options in netbeans.conf (in /usr/share/netbeans/etc using Arch Linux), will fix the problem; and it does!







0 comments: