Hello, I am trying to debug a extension in Ubuntu 64 with NB 6.8 and OO SDK latest version. But, I came across this error:
debugging UNO extension package ... /opt/openoffice.org3/program/unopkg gui -f /home/fabio/NetBeansProjects/UniOffice/dist/UniOffice.oxt starting the Office with ... user installation: file:///home/fabio/NetBeansProjects/UniOffice/build/soffice_debug debug options: "-Xdebug" "-Xrunjdwp:transport=dt_socket,address=lesbia:39057" /opt/openoffice.org3/program/soffice Picked up JAVA_TOOL_OPTIONS: "-Xdebug" "-Xrunjdwp:transport=dt_socket,address=lesbia:39057" FATAL ERROR in native method: JDWP No transports initialized, jvmtiError=AGENT_ERROR_TRANSPORT_INIT(197) ERROR: transport error 202: connect failed: Connection refused ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510) JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports initialized [../../../src/share/back/debugInit.c:690] JavaVM: JNI_CreateJavaVM called _exit, caught by abort_handler in javavm.cxx [Java framework] sunjavaplugin.soCan not create JavaVirtualMachine, abort handler was called. [Java framework] sunjavaplugin.soCan not create Java Virtual Machine fa...@lesbia:/tmp/UniOffice$ java -version java version "1.6.0_15" Java(TM) SE Runtime Environment (build 1.6.0_15-b03) Java HotSpot(TM) 64-Bit Server VM (build 14.1-b02, mixed mode) fa...@lesbia:/tmp/UniOffice$ thanks for any advise, fabio.