This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 195910 - C++ Application won't build on remote host as file info not sent
Summary: C++ Application won't build on remote host as file info not sent
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 7.0
Hardware: PC Linux
: P2 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
: 188592 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-02-23 21:44 UTC by jwh
Modified: 2011-02-25 05:33 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jwh 2011-02-23 21:44:16 UTC
I open up a new C++ Application project, set the development host to a local machine and then try and build a simple "Hello, World" and get the following when I click on the "Clean and Build" icon:

Initialization error
Process exited unexpectedly while file info was being sent
BUILD FAILED

The host is good and Netbeans connects to it without issue. I can write applications and Netbeans automagically pulls up lists of available includes from the remote host. I've re-installed Fedora 14 Linux on my remote host and Netbeans on my Windows dev machine and still get the same error.
Comment 1 Vladimir Kvashin 2011-02-23 22:01:10 UTC
Could you run IDE with 
-J-Dcnd.remote.logger.level=0 
-J-Dnativeexecution.support.logger.level=0 
command line flags and attach IDE log (you can get it via View > IDE Log) to the issue (please note that it contain server and user names, which you'd probably like to strip)

There is probably a core file in the remote directory (~/.netbeans/remote/...), if yes, could you attach it as well?
Comment 2 jwh 2011-02-23 22:43:41 UTC
netbeans -J-Dcnd.remote.logger.level=0 -J-Dnativeexecution.support.logger.level=0 gives me: 

-------------------------------------------------------------------------------
>Log Session: Wednesday, February 23, 2011 10:34:09 PM GMT
>System Info: 
  Product Version         = NetBeans IDE 7.0 Beta (Build 201011152355) (#96ad6d6b8d97)
  Operating System        = Windows 7 version 6.1 running on x86
  Java; VM; Vendor        = 1.6.0_24; Java HotSpot(TM) Client VM 19.1-b02; Sun Microsystems Inc.
  Runtime                 = Java(TM) SE Runtime Environment 1.6.0_24-b07
  Java Home               = C:\Program Files\Java\jre6
  System Locale; Encoding = en_GB (nb); Cp1252
  Home Directory          = C:\Users\James
  Current Directory       = C:\Program Files\NetBeans 7.0 Beta\bin
  User Directory          = C:\Users\James\.netbeans\7.0beta
  Installation            = C:\Program Files\NetBeans 7.0 Beta\nb
                            C:\Program Files\NetBeans 7.0 Beta\ide
                            C:\Program Files\NetBeans 7.0 Beta\websvccommon
                            C:\Program Files\NetBeans 7.0 Beta\php
                            C:\Program Files\NetBeans 7.0 Beta\cnd
                            C:\Program Files\NetBeans 7.0 Beta\dlight
                            C:\Program Files\NetBeans 7.0 Beta\platform
  Boot & Ext. Classpath   = C:\Program Files\Java\jre6\lib\resources.jar;C:\Program Files\Java\jre6\lib\rt.jar;C:\Program Files\Java\jre6\lib\sunrsasign.jar;C:\Program Files\Java\jre6\lib\jsse.jar;C:\Program Files\Java\jre6\lib\jce.jar;C:\Program Files\Java\jre6\lib\charsets.jar;C:\Program Files\Java\jre6\lib\modules\jdk.boot.jar;C:\Program Files\Java\jre6\classes;C:\Program Files\Java\jre6\lib\ext\dnsns.jar;C:\Program Files\Java\jre6\lib\ext\localedata.jar;C:\Program Files\Java\jre6\lib\ext\sunjce_provider.jar;C:\Program Files\Java\jre6\lib\ext\sunmscapi.jar;C:\Program Files\Java\jre6\lib\ext\sunpkcs11.jar
  Application Classpath   = C:\Program Files\NetBeans 7.0 Beta\platform\lib\boot.jar;C:\Program Files\NetBeans 7.0 Beta\platform\lib\org-openide-modules.jar;C:\Program Files\NetBeans 7.0 Beta\platform\lib\org-openide-util-lookup.jar;C:\Program Files\NetBeans 7.0 Beta\platform\lib\org-openide-util.jar;C:\Program Files\NetBeans 7.0 Beta\platform\lib\locale\boot_ja.jar;C:\Program Files\NetBeans 7.0 Beta\platform\lib\locale\boot_pt_BR.jar;C:\Program Files\NetBeans 7.0 Beta\platform\lib\locale\boot_zh_CN.jar;C:\Program Files\NetBeans 7.0 Beta\platform\lib\locale\org-openide-modules_ja.jar;C:\Program Files\NetBeans 7.0 Beta\platform\lib\locale\org-openide-modules_pt_BR.jar;C:\Program Files\NetBeans 7.0 Beta\platform\lib\locale\org-openide-modules_zh_CN.jar;C:\Program Files\NetBeans 7.0 Beta\platform\lib\locale\org-openide-util-lookup_ja.jar;C:\Program Files\NetBeans 7.0 Beta\platform\lib\locale\org-openide-util-lookup_pt_BR.jar;C:\Program Files\NetBeans 7.0 Beta\platform\lib\locale\org-openide-util-lookup_zh_CN.jar;C:\Program Files\NetBeans 7.0 Beta\platform\lib\locale\org-openide-util_ja.jar;C:\Program Files\NetBeans 7.0 Beta\platform\lib\locale\org-openide-util_pt_BR.jar;C:\Program Files\NetBeans 7.0 Beta\platform\lib\locale\org-openide-util_zh_CN.jar
  Startup Classpath       = C:\Program Files\NetBeans 7.0 Beta\platform\core\core.jar;C:\Program Files\NetBeans 7.0 Beta\platform\core\org-openide-filesystems.jar;C:\Program Files\NetBeans 7.0 Beta\platform\core\locale\core_ja.jar;C:\Program Files\NetBeans 7.0 Beta\platform\core\locale\core_pt_BR.jar;C:\Program Files\NetBeans 7.0 Beta\platform\core\locale\core_zh_CN.jar;C:\Program Files\NetBeans 7.0 Beta\platform\core\locale\org-openide-filesystems_ja.jar;C:\Program Files\NetBeans 7.0 Beta\platform\core\locale\org-openide-filesystems_pt_BR.jar;C:\Program Files\NetBeans 7.0 Beta\platform\core\locale\org-openide-filesystems_zh_CN.jar;C:\Program Files\NetBeans 7.0 Beta\nb\core\org-netbeans-upgrader.jar;C:\Program Files\NetBeans 7.0 Beta\nb\core\locale\core_nb.jar;C:\Program Files\NetBeans 7.0 Beta\nb\core\locale\core_nb_ja.jar;C:\Program Files\NetBeans 7.0 Beta\nb\core\locale\core_nb_pt_BR.jar;C:\Program Files\NetBeans 7.0 Beta\nb\core\locale\core_nb_zh_CN.jar;C:\Program Files\NetBeans 7.0 Beta\nb\core\locale\org-netbeans-upgrader_ja.jar;C:\Program Files\NetBeans 7.0 Beta\nb\core\locale\org-netbeans-upgrader_pt_BR.jar;C:\Program Files\NetBeans 7.0 Beta\nb\core\locale\org-netbeans-upgrader_zh_CN.jar
-------------------------------------------------------------------------------
WARNING [org.netbeans.core.startup.InstalledFileLocatorImpl]: no code name base passed when looking up var/license_accepted
WARNING [org.netbeans.core.modules]: the modules [org.netbeans.modules.autoupdate.pluginimporter, org.netbeans.modules.bugtracking, org.netbeans.modules.bugtracking.bridge, org.netbeans.modules.bugzilla, org.netbeans.modules.db.sql.editor, org.netbeans.modules.derby, org.netbeans.modules.diff, org.netbeans.modules.editor.bracesmatching, org.netbeans.modules.editor.codetemplates, org.netbeans.modules.editor.indent.project, org.netbeans.modules.editor.macros, org.netbeans.modules.gsf.codecoverage, org.netbeans.modules.javascript.editing, org.netbeans.modules.javascript.hints, org.netbeans.modules.jumpto, org.netbeans.modules.localhistory, org.netbeans.modules.mercurial, org.netbeans.modules.options.editor, org.netbeans.modules.php.dbgp, org.netbeans.modules.php.samples, org.netbeans.modules.properties, org.netbeans.modules.refactoring.api, org.netbeans.modules.subversion, org.netbeans.modules.terminal, org.netbeans.modules.versioning, org.netbeans.modules.versioning.system.cvss, org.netbeans.modules.versioning.util, org.netbeans.modules.web.client.tools.api, org.netbeans.modules.websvc.saas.codegen, org.netbeans.modules.websvc.saas.services.strikeiron, org.netbeans.modules.websvc.saas.ui, org.netbeans.modules.xml] use org.jdesktop.layout which is deprecated: Use javax.swing.GroupLayout instead. (In form editor: select Form ... in Inspector; change Layout Generation Style to Standard Java 6 code.)
WARNING [org.netbeans.core.modules]: the modules [org.netbeans.modules.db.sql.editor, org.netbeans.modules.editor.structure, org.netbeans.modules.xml.text] use org.netbeans.modules.editor.deprecated.pre65formatting which is deprecated.
WARNING [org.netbeans.modules.project.libraries.LibrariesStorage]: Cannot load library from file org-netbeans-api-project-libraries/Libraries/jaxb.xml in Default System, reason: LibraryDeclarationHandlerImpl: Cannot create library: jaxb of unknown type: j2se
WARNING [org.netbeans.modules.project.libraries.LibrariesStorage]: Cannot load library from file org-netbeans-api-project-libraries/Libraries/MySQLDriver.xml in Default System, reason: LibraryDeclarationHandlerImpl: Cannot create library: MySQLDriver of unknown type: j2se
WARNING [org.netbeans.modules.project.libraries.LibrariesStorage]: Cannot load library from file org-netbeans-api-project-libraries/Libraries/PostgreSQLDriver.xml in Default System, reason: LibraryDeclarationHandlerImpl: Cannot create library: PostgreSQLDriver of unknown type: j2se
INFO [org.netbeans.core.startup.NbEvents]: Turning on modules:
        org.openide.util.lookup [8.5 201011152355]
        org.openide.util [8.9 201011152355]
        org.openide.modules [7.21 201011152355]
        org.openide.filesystems [7.42 201011152355]
        org.openide.awt [7.29 201011152355]
        org.netbeans.api.progress/1 [1.22 201011152355]
        org.openide.dialogs [7.17 201011152355]
        org.openide.nodes [7.18 201011152355]
        org.openide.windows [6.35 201011152355]
        org.netbeans.modules.editor.mimelookup/1 [1.20 201011152355]
        org.openide.text [6.33 201011152355]
        org.netbeans.swing.tabcontrol [1.23 201011152355]
        org.netbeans.swing.outline [1.11 201011152355]
        org.openide.explorer [6.32 201011152355]
        org.openide.actions [6.19 201011152355]
        org.netbeans.bootstrap/1 [2.37 201011152355]
        org.netbeans.core.startup/1 [1.27 201011152355]
        org.netbeans.api.annotations.common/1 [1.7 201011152355]
        org.netbeans.spi.quicksearch [1.8 201011152355]
        org.netbeans.modules.queries/1 [1.21 201011152355]
        org.openide.loaders [7.19 201011152355]
        org.netbeans.modules.keyring [1.4 201011152355]
        org.openide.io [1.25 201011152355]
        org.netbeans.swing.plaf [1.18 201011152355]
        org.netbeans.core/2 [3.22 201011152355]
        org.netbeans.modules.options.api/1 [1.20 201011152355]
        org.openide.execution [1.20 201011152355]
        org.netbeans.modules.extexecution/2 [1.23 201011152355]
        org.netbeans.libs.jzlib/1 [1.6.0.107 107 201011152355]
        org.netbeans.libs.jna/1 [1.10 201011152355]
        org.netbeans.libs.jsch/1 [1.16 201011152355]
        org.netbeans.lib.terminalemulator [1.14 201011152355]
        org.netbeans.modules.editor.settings/1 [1.34 201011152355]
        org.jdesktop.layout/1 [1.15 201011152355]
        org.netbeans.modules.terminal [1.3 201011152355]
        org.netbeans.modules.dlight.nativeexecution [1.8.0.1 1 201011152355]
        org.netbeans.modules.dlight.util [1.7.0.1 1 201011152355]
        org.netbeans.modules.dlight.spi [1.7.0.1 1 201011152355]
        org.netbeans.modules.dlight [1.7.0.1 1 201011152355]
        org.netbeans.modules.dlight.management [1.7.0.1.1 1 201011152355]
        org.netbeans.modules.dlight.core.stack [1.7.0.1.1 1 201011152355]
        org.netbeans.modules.dlight.threads [1.6.0.1.1 1 201011152355]
        org.netbeans.modules.dlight.db.derby [1.7.0.1.1.1 1 201011152355]
        org.netbeans.modules.projectapi/1 [1.34 201011152355]
        org.netbeans.modules.projectuiapi/1 [1.49.0.8 8 201011152355]
        org.netbeans.api.xml/1 [1.24 201011152355]
        org.apache.xml.resolver [1.13.0.12 12 201011152355]
        org.netbeans.modules.xml.catalog/2 [1.22.0.4 4 201011152355]
        org.netbeans.modules.project.libraries/1 [1.27 201011152355]
        org.netbeans.modules.project.ant/1 [1.39 201011152355]
        org.netbeans.libs.lucene/1 [2.13.0.232 232 201011152355]
        org.netbeans.modules.editor.util/1 [1.39 201011152355]
        org.netbeans.modules.lexer/2 [1.37.0.1 1 201011152355]
        org.netbeans.modules.editor.lib2/1 [1.35.0.4 4 201011152355]
        org.netbeans.api.java.classpath/1 [1.27 201011152355]
        org.netbeans.modules.masterfs/2 [2.29 201011152355]
        org.netbeans.modules.parsing.lucene [1.0 201011152355]
        org.netbeans.spi.tasklist/1 [1.13.0.1 1 201011152355]
        org.netbeans.modules.editor.settings.storage/1 [1.27 201011152355]
        org.netbeans.modules.editor.fold/1 [1.21.0.4 201011152355]
        org.netbeans.modules.editor.indent/2 [1.21 201011152355]
        org.netbeans.modules.editor.lib/3 [3.4.0.11.4 11 201011152355]
        org.netbeans.modules.parsing.api/1 [1.36.0.5 5 201011152355]
        org.netbeans.modules.editor.errorstripe.api/1 [2.14.0.1 1 201011152355]
        org.netbeans.modules.editor.errorstripe/2 [2.15.0.1.1 1 201011152355]
        org.netbeans.modules.javahelp/1 [2.19 201011152355]
        org.openidex.util/3 [3.27 201011152355]
        org.netbeans.modules.editor/3 [1.55.0.5.11.4 5 201011152355]
        org.netbeans.modules.options.keymap [1.12 201011152355]
        org.netbeans.modules.options.editor/1 [1.23 201011152355]
        org.netbeans.modules.diff/1 [1.31.0.42.1 42 201011152355]
        org.netbeans.modules.editor.completion/1 [1.24.0.1 1 201011152355]
        org.netbeans.spi.editor.hints/0 [1.16.0.7.4 7 201011152355]
        org.netbeans.modules.editor.codetemplates/1 [1.20.0.1 1 201011152355]
        org.netbeans.core.ui/1 [1.25 201011152355]
        org.netbeans.modules.jumpto/1 [1.20 201011152355]
        org.netbeans.modules.editor.guards/1 [1.10 201011152355]
        org.netbeans.modules.refactoring.api [1.14 201011152355]
        org.netbeans.spi.navigator/1 [1.15 201011152355]
        org.netbeans.modules.csl.api/2 [2.10.0.2.1.1.5 2 201011152355]
        org.netbeans.modules.xml.xam/1 [1.12.0.1 1 201011152355]
        org.netbeans.modules.xml.schema.model/1 [1.12.0.1 1 201011152355]
        org.netbeans.modules.xml.wsdl.model/1 [1.12.0.1 1 201011152355]
        org.netbeans.modules.xml.jaxb.api/1 [1.6 201011152355]
        org.netbeans.modules.xml.retriever/1 [1.12 201011152355]
        org.netbeans.modules.websvc.jaxwsmodelapi/1 [1.8 201011152355]
        org.netbeans.modules.websvc.saas.api [1.10 201011152355]
        org.netbeans.modules.websvc.saas.codegen [1.10 201011152355]
        org.netbeans.modules.websvc.saas.codegen.php [1.8 201011152355]
        org.netbeans.modules.languages.ini [1.2 201011152355]
        org.netbeans.modules.php.samples [1.8 201011152355]
        org.netbeans.modules.php.api.phpmodule [1.42 201011152355]
        org.netbeans.modules.php.phpdoc [1.1 201011152355]
        org.netbeans.libs.swingx/1 [1.8 201011152355]
        org.netbeans.modules.db.metadata.model/0 [0.11 201011152355]
        org.netbeans.core.ide/1 [1.22 201011152355]
        org.netbeans.modules.db/1 [1.41.0.30 30 201011152355]
        org.netbeans.modules.db.dataview [1.9 201011152355]
        org.netbeans.core.output2/1 [1.20 201011152355]
        org.netbeans.modules.db.core [1.17 201011152355]
        org.netbeans.modules.dbapi [1.15.0.30 201011152355]
        org.netbeans.modules.editor.deprecated.pre65formatting/0 [1.2.0.1.5.11.4 1 201011152355]
        org.netbeans.modules.db.sql.editor [1.17.0.30 201011152355]
        org.netbeans.api.visual [2.26 201011152355]
        org.netbeans.modules.db.sql.visualeditor/1 [2.11.0.30 201011152355]
        org.netbeans.modules.db.mysql [0.9.0.2 2 201011152355]
        org.netbeans.modules.derby [1.20 201011152355]
        org.netbeans.modules.db.drivers [1.10 201011152355]
        org.netbeans.swing.dirchooser [1.10 201011152355]
        org.netbeans.modules.editor.bookmarks/1 [1.15 201011152355]
        org.netbeans.libs.xerces/1 [1.20.0.280 280 201011152355]
        org.netbeans.modules.html.lexer/1 [1.11 201011152355]
        org.netbeans.modules.web.common [1.8 201011152355]
        org.netbeans.modules.editor.bracesmatching/0 [1.16 201011152355]
        org.netbeans.modules.css.editor/1 [1.13 201011152355]
        org.netbeans.spi.palette/1 [1.24 201011152355]
        org.netbeans.modules.html.editor.lib/1 [1.29 201011152355]
        org.netbeans.modules.html.editor/1 [1.24 201011152355]
        org.mozilla.rhino.patched/1 [1.111 201011152355]
        org.netbeans.modules.javascript.editing/1 [0.97 201011152355]
        org.netbeans.modules.javascript.refactoring/1 [0.72 201011152355]
        org.netbeans.modules.javascript.hints/1 [0.47 201011152355]
        org.netbeans.modules.javascript.kit/1 [0.113 201011152355]
        org.netbeans.modules.xml.core/2 [1.23.0.4 4 201011152355]
        org.netbeans.modules.xml.lexer [1.11 201011152355]
        org.netbeans.modules.editor.structure/1 [1.27.0.1 1 201011152355]
        org.netbeans.modules.xml.text/2 [1.26.0.5 5 201011152355]
        org.netbeans.modules.xml.axi [1.12 201011152355]
        org.netbeans.modules.xml [1.11 201011152355]
        org.netbeans.modules.xml.tax/2 [1.24.0.280 201011152355]
        org.netbeans.modules.xml.tools/2 [1.24 201011152355]
        org.netbeans.modules.editor.actions/1 [1.7.0.4 201011152355]
        org.netbeans.libs.bytelist/1 [0.9.0.1 1 201011152355]
        org.netbeans.libs.jvyamlb/1 [0.11 201011152355]
        org.netbeans.modules.languages.yaml [2.11 201011152355]
        org.netbeans.modules.xml.schema.completion [1.11 201011152355]
        org.netbeans.modules.properties/1 [1.34 201011152355]
        org.netbeans.core.browser/1 [1.8.0.1 1 201011152355]
        org.netbeans.modules.editor.plain.lib/1 [1.15 201011152355]
        org.netbeans.modules.web.flyingsaucer/1 [1.10.0.1 1 201011152355]
        org.netbeans.modules.css.visual/1 [2.14 201011152355]
        org.netbeans.modules.servletapi/1 [1.21 201011152355]
        org.netbeans.modules.httpserver/2 [2.17.0.42 42 201011152355]
        org.netbeans.modules.xsl/1 [1.24 201011152355]
        org.netbeans.modules.languages.manifest [1.13 201011152355]
        org.netbeans.modules.languages.diff [1.14 201011152355]
        org.netbeans.modules.image/1 [1.29 201011152355]
        org.netbeans.modules.html/1 [1.34 201011152355]
        org.netbeans.modules.html.parser/1 [1.1.0.1 1 201011152355]
        org.netbeans.modules.html.validation/1 [1.1 201011152355]
        org.netbeans.modules.editor.kit [1.11 201011152355]
        org.netbeans.modules.sendopts/2 [2.11 201011152355]
        org.netbeans.modules.utilities/1 [1.37 201011152355]
        org.netbeans.libs.antlr3.runtime [1.2.1 1 201011152355]
        org.netbeans.modules.tasklist.ui/1 [1.12.0.1 201011152355]
        org.netbeans.modules.tasklist.todo/1 [1.11.0.1 1 201011152355]
        org.netbeans.modules.tasklist.projectint/1 [1.10 201011152355]
        org.netbeans.modules.tasklist.kit [1.10 201011152355]
        org.netbeans.modules.settings/1 [1.28 201011152355]
        org.netbeans.modules.dlight.terminal [1.3.1 1 201011152355]
        org.netbeans.modules.usersguide/1 [1.30 201011152355]
        org.netbeans.modules.print.editor [7.8 201011152355]
        org.netbeans.core.execution/1 [1.22 201011152355]
        org.netbeans.modules.favorites/1 [1.23 201011152355]
        org.netbeans.modules.projectui [1.24.0.8 201011152355]
        org.netbeans.modules.target.iterator/1 [1.4 201011152355]
        org.netbeans.modules.editor.plain/2 [1.16 201011152355]
        org.netbeans.modules.autoupdate.services [1.22 201011152355]
        org.netbeans.modules.autoupdate.ui [1.18 201011152355]
        org.netbeans.libs.osgi [1.3 201011152355]
        org.netbeans.libs.felix [1.3 201011152355]
        org.netbeans.modules.print [7.7 201011152355]
        org.netbeans.core.windows/2 [2.23 201011152355]
        org.netbeans.modules.core.kit [1.10 201011152355]
        org.netbeans.modules.editor.macros/0 [1.11.0.1.11 1 201011152355]
        org.netbeans.modules.extbrowser/1 [1.21 201011152355]
        org.netbeans.modules.defaults/1 [1.13 201011152355]
        org.netbeans.modules.ide.kit [1.13 201011152355]
        org.netbeans.modules.db.kit [1.12 201011152355]
        org.netbeans.modules.websvc.saas.services.weatherbug [1.9 201011152355]
        org.netbeans.modules.websvc.saas.services.strikeiron [1.9 201011152355]
        org.netbeans.modules.websvc.saas.services.flickr [1.9 201011152355]
        org.netbeans.modules.websvc.saas.services.zvents [1.9 201011152355]
        org.netbeans.modules.websvc.saas.services.delicious [1.9 201011152355]
        org.netbeans.modules.websvc.saas.services.google [1.9 201011152355]
        org.netbeans.modules.websvc.saas.services.amazon [1.9 201011152355]
        org.netbeans.modules.websvc.saas.services.yahoo [1.9 201011152355]
        org.netbeans.modules.websvc.saas.services.twitter [1.9 201011152355]
        org.netbeans.modules.websvc.saas.services.facebook [1.9 201011152355]
        org.netbeans.modules.websvc.saas.ui [1.9 201011152355]
        org.netbeans.modules.websvc.saas.services.zillow [1.9 201011152355]
        org.netbeans.modules.websvc.saas.kit [1.8 201011152355]
        org.netbeans.modules.php.help [1.7 201011152355]
        org.netbeans.api.debugger/1 [1.28 201011152355]
        org.netbeans.spi.viewmodel/2 [1.30 201011152355]
        org.netbeans.spi.debugger.ui/1 [2.25 201011152355]
        org.netbeans.libs.javacup/1 [1.8.0.11 11 201011152355]
        org.netbeans.core.multiview/1 [1.20 201011152355]
        org.netbeans.modules.gsf.testrunner [1.18 201011152355]
        org.netbeans.modules.web.client.tools.api [1.8 201011152355]
        org.netbeans.libs.jakarta_oro/1 [1.9.0.208 208 201011152355]
        org.netbeans.libs.commons_net/1 [1.10.0.141 141 201011152355]
        org.netbeans.modules.gototest/1 [1.11 201011152355]
        org.netbeans.modules.gsf.codecoverage [1.10 201011152355]
        org.netbeans.modules.editor.indent.project/0 [1.3 201011152355]
        org.netbeans.modules.php.project [2.29 201011152355]
        org.netbeans.modules.php.editor [1.14.0.2 2 201011152355]
        org.netbeans.modules.php.dbgp [1.13 201011152355]
        org.netbeans.modules.php.refactoring [1.11 201011152355]
        org.netbeans.modules.php.kit [1.15 201011152355]
        org.netbeans.modules.php.zend [1.4 201011152355]
        org.netbeans.modules.welcome/1 [1.22 201011152355]
        org.netbeans.modules.cnd.utils [1.8.0.1 1 201011152355]
        org.netbeans.modules.cnd.api.model/1 [1.11.0.1 1 201011152355]
        org.netbeans.modules.cnd.lexer/1 [1.8.1 1 201011152355]
        org.netbeans.modules.cnd.source [1.2.1 1 201011152355]
        org.netbeans.modules.cnd.api.project/1 [1.11.1 1 201011152355]
        org.netbeans.modules.cnd.modelutil/1 [1.12.0.1 1 201011152355]
        org.netbeans.modules.cnd.model.services/1 [1.12.0.1 1 201011152355]
        org.netbeans.modules.cnd.callgraph [1.7.1 1 201011152355]
        org.netbeans.modules.cnd.navigation [1.12.1 1 201011152355]
        org.netbeans.libs.commons_logging/1 [1.15.0.11 11 201011152355]
        org.netbeans.lib.cvsclient/1 [1.25 201011152355]
        org.netbeans.modules.spellchecker.apimodule [1.6 201011152355]
        org.netbeans.modules.versioning/1 [1.19.0.1.42.1 1 201011152355]
        org.netbeans.modules.versioning.util [1.13.0.42.1 201011152355]
        org.netbeans.modules.versioning.system.cvss/1 [1.21.0.1.42.1 1 201011152355]
        org.netbeans.modules.dlight.remote [1.7.0.1 1 201011152355]
        org.netbeans.modules.cnd.api.remote/1 [1.6.1 1 201011152355]
        org.netbeans.modules.cnd.toolchain [1.2.1 1 201011152355]
        org.netbeans.modules.cnd/1 [1.12.0.1 1 201011152355]
        org.netbeans.modules.cnd.makeproject/1 [1.13.0.1 1 201011152355]
        org.netbeans.modules.cnd.testrunner [1.2.1 1 201011152355]
        org.netbeans.modules.dlight.libs.h2 [1.2.1 1 201011152355]
        org.netbeans.modules.cnd.debugger.common2/3 [3.0.1.0.3 3 201011152355]
        org.netbeans.modules.cnd.debugger.gdb2/1 [1.0.1.1 1 201011152355]
        org.netbeans.modules.versioning.indexingbridge/0 [1.6 201011152355]
        org.netbeans.modules.cnd.repository.api/1 [1.11.0.1 1 201011152355]
        org.netbeans.modules.cnd.antlr [2.16.1 1 201011152355]
        org.netbeans.modules.cnd.apt [1.11.0.1 1 201011152355]
        org.netbeans.modules.cnd.litemodel [1.1.1 1 201011152355]
        org.netbeans.modules.cnd.modelimpl/1 [1.12.0.1 1 201011152355]
        org.netbeans.modules.cnd.discovery [1.11.1 1 201011152355]
        org.netbeans.modules.cnd.dwarfdump [1.12.0.1 1 201011152355]
        org.netbeans.modules.cnd.highlight [1.13.0.1.1 1 201011152355]
        org.netbeans.modules.dlight.annotationsupport [1.7.0.1.1 1 201011152355]
        org.netbeans.libs.commons_codec/1 [1.7 201011152355]
        org.netbeans.libs.bugtracking [1.7.0.1 1 201011152355]
        org.netbeans.modules.bugtracking [1.9 201011152355]
        org.netbeans.modules.cnd.script [1.2.1 1 201011152355]
        org.netbeans.modules.cnd.spellchecker.bindings/1 [1.11.1 1 201011152355]
        org.netbeans.modules.cnd.editor/1 [1.12.0.1 1 201011152355]
        org.netbeans.modules.cnd.folding [1.11.0.1 1 201011152355]
        org.netbeans.lib.uihandler [1.24 201011152355]
        org.netbeans.modules.uihandler [2.14 201011152355]
        org.netbeans.modules.dlight.collector.stdout [1.7.0.1 1 201011152355]
        org.netbeans.modules.ide.branding/1 [1.14 201011152355]
        org.netbeans.modules.autoupdate.pluginimporter [0.8 201011152355]
        org.netbeans.modules.uihandler.exceptionreporter [1.10 201011152355]
        org.netbeans.modules.ide.branding.kit [1.10 201011152355]
        org.netbeans.modules.dlight.msa.support [1.5.1 1 201011152355]
        org.netbeans.modules.dlight.threadmap.support [1.6.0.1 1 201011152355]
        org.netbeans.modules.dlight.visualizers [1.7.0.1.1 1 201011152355]
        org.netbeans.modules.dlight.perfan [1.7.0.1.1 1 201011152355]
        org.netbeans.modules.dlight.extras [1.6.0.1 1 201011152355]
        org.netbeans.modules.dlight.dtrace [1.7.0.1.1 1 201011152355]
        org.netbeans.modules.dlight.indicators [1.6.0.1 1 201011152355]
        org.netbeans.modules.dlight.tools [1.7.0.1 1 201011152355]
        org.netbeans.modules.dlight.sync [1.6.1 1 201011152355]
        org.netbeans.libs.bugzilla [1.7 201011152355]
        org.netbeans.modules.bugzilla [1.8 201011152355]
        org.netbeans.modules.cnd.asm/1 [1.10.0.2 2 201011152355]
        org.netbeans.modules.updatecenters/1 [1.21 201011152355]
        org.netbeans.libs.ini4j/1 [1.11 201011152355]
        org.netbeans.modules.mercurial [1.17.0.42.1 201011152355]
        org.netbeans.modules.cnd.remote [1.7.0.1 1 201011152355]
        org.netbeans.modules.cnd.modelui [1.12.1 1 201011152355]
        org.netbeans.core.nativeaccess/1 [1.9 201011152355]
        org.netbeans.modules.dlight.core.ui [1.7.0.1.1 1 201011152355]
        org.netbeans.modules.cnd.completion/1 [1.12.0.1 1 201011152355]
        org.netbeans.modules.editor.mimelookup.impl/1 [1.12 201011152355]
        org.netbeans.modules.hudson [1.8 201011152355]
        org.netbeans.libs.svnClientAdapter/1 [1.15 201011152355]
        org.netbeans.modules.subversion [1.15.0.42.1 201011152355]
        org.netbeans.modules.dlight.toolsui [1.6.0.1.1 1 201011152355]
        org.netbeans.modules.php.symfony [1.10 201011152355]
        org.netbeans.modules.dlight.memory [1.7.0.1 1 201011152355]
        org.netbeans.modules.dlight.cpu [1.6.1 1 201011152355]
        org.netbeans.modules.dlight.procfs [1.6.0.1 1 201011152355]
        org.netbeans.modules.dlight.db.h2 [1.7.0.1.1.1 1 201011152355]
        org.netbeans.modules.dlight.collector.procfs [1.6.0.1.1 1 201011152355]
        org.netbeans.modules.dlight.msa [1.6.0.1.1 1 201011152355]
        org.netbeans.modules.dlight.fops [1.5.1 1 201011152355]
        org.netbeans.modules.dlight.kit [1.6.1 1 201011152355]
        org.netbeans.modules.progress.ui [1.14 201011152355]
        org.netbeans.modules.cnd.repository [1.11.1 1 201011152355]
        org.netbeans.modules.xml.xdm/1 [1.13.0.1 1 201011152355]
        org.netbeans.modules.properties.syntax/1 [1.30 201011152355]
        org.netbeans.modules.spellchecker.bindings.htmlxml [1.8 201011152355]
        org.netbeans.libs.jaxb/1 [1.12 201011152355]
        org.netbeans.modules.extexecution.destroy [1.6 201011152355]
        org.netbeans.modules.bugtracking.bridge [1.8 201011152355]
        org.netbeans.libs.freemarker/1 [2.13.0.238 238 201011152355]
        org.netbeans.modules.spellchecker.bindings.properties [1.3 201011152355]
        org.netbeans.upgrader [4.16 201011152355]
        org.netbeans.modules.cnd.refactoring/1 [1.10.0.1 1 201011152355]
        org.netbeans.modules.cnd.qnavigator/1 [1.12.1 1 201011152355]
        org.netbeans.modules.spellchecker [1.15.0.1.7 1 201011152355]
        org.netbeans.modules.spellchecker.kit [1.7 201011152355]
        org.netbeans.modules.cnd.dwarfdiscovery [1.11.1 1 201011152355]
        org.netbeans.modules.spellchecker.dictionary_en [1.4 201011152355]
        org.netbeans.modules.bugzilla.exceptionreporter [1.3 201011152355]
        org.netbeans.modules.cnd.gotodeclaration [1.12.1 1 201011152355]
        org.netbeans.core.netigso [1.7 201011152355]
        org.netbeans.modules.hudson.mercurial [1.7 201011152355]
        org.netbeans.modules.cnd.gizmo [1.7.1 1 201011152355]
        org.netbeans.modules.lexer.nbbridge/1 [1.13.0.1 201011152355]
        org.netbeans.modules.cnd.simpleunit [1.3.0.1.1 1 201011152355]
        org.netbeans.libs.svnClientAdapter.javahl/1 [1.1 201011152355]
        org.netbeans.modules.localhistory [1.11 201011152355]
        org.netbeans.modules.keyring.impl [1.1 201011152355]
        org.netbeans.modules.hudson.subversion [1.7 201011152355]
        org.netbeans.modules.cnd.modeldiscovery [1.11.1 1 201011152355]
        org.netbeans.modules.cnd.classview/1 [1.12.0.1 1 201011152355]
        org.netbeans.modules.cnd.cncppunit [1.3.0.1.1 1 201011152355]
        org.netbeans.modules.projectui.buildmenu/1 [1.8.0.1 1 201011152355]
        org.netbeans.modules.cnd.kit [1.11.1 1 201011152355]
        org.netbeans.core.io.ui/1 [1.10 201011152355]
        org.netbeans.modules.utilities.project/1 [1.17 201011152355]
FINE [nativeexecution.support.logger]: WindowsSupport: no shell found
WARNING [org.netbeans.core.startup.InstalledFileLocatorImpl]: no code name base passed when looking up modules/org-netbeans-modules-php-project.jar
FINE [cnd.remote.logger]: CSM.Restore from disk root@192.168.1.102:22 size=1
Diagnostic information
Input arguments:
        -Dnetbeans.importclass=org.netbeans.upgrade.AutoUpgrade
        -Dnetbeans.accept_license_class=org.netbeans.license.AcceptLicense
        -client
        -Xss2m
        -Xms32m
        -XX:PermSize=32m
        -XX:MaxPermSize=384m
        -Dnetbeans.logger.console=true
        -ea
        -Dapple.laf.useScreenMenuBar=true
        -Dapple.awt.graphics.UseQuartz=true
        -Dsun.java2d.noddraw=true
        -Xmx409m
        -Dcnd.remote.logger.level=0
        -Dnativeexecution.support.logger.level=0
        -Djdk.home=C:\Program
        Files\Java\jre6
        -splash:C:\Users\James\.netbeans\7.0beta\var\cache\splash.png
        -Dnetbeans.home=C:\Program
        Files\NetBeans
        7.0
        Beta\platform
        -Dnetbeans.user=C:\Users\James\.netbeans\7.0beta
        -XX:+HeapDumpOnOutOfMemoryError
        -XX:HeapDumpPath=C:\Users\James\.netbeans\7.0beta\var\log\heapdump.hprof
        -Dnetbeans.system_http_proxy=DIRECT
        -Dsun.awt.keepWorkingSetOnMinimize=true
        -Dnetbeans.dirs=C:\Program
        Files\NetBeans
        7.0
        Beta\nb;C:\Program
        Files\NetBeans
        7.0
        Beta\ergonomics;C:\Program
        Files\NetBeans
        7.0
        Beta\ide;C:\Program
        Files\NetBeans
        7.0
        Beta\java;C:\Program
        Files\NetBeans
        7.0
        Beta\xml;C:\Program
        Files\NetBeans
        7.0
        Beta\apisupport;C:\Program
        Files\NetBeans
        7.0
        Beta\webcommon;C:\Program
        Files\NetBeans
        7.0
        Beta\websvccommon;C:\Program
        Files\NetBeans
        7.0
        Beta\enterprise;C:\Program
        Files\NetBeans
        7.0
        Beta\mobility;C:\Program
        Files\NetBeans
        7.0
        Beta\profiler;C:\Program
        Files\NetBeans
        7.0
        Beta\ruby;C:\Program
        Files\NetBeans
        7.0
        Beta\python;C:\Program
        Files\NetBeans
        7.0
        Beta\php;C:\Program
        Files\NetBeans
        7.0
        Beta\visualweb;C:\Program
        Files\NetBeans
        7.0
        Beta\soa;C:\Program
        Files\NetBeans
        7.0
        Beta\identity;C:\Program
        Files\NetBeans
        7.0
        Beta\uml;C:\Program
        Files\NetBeans
        7.0
        Beta\harness;C:\Program
        Files\NetBeans
        7.0
        Beta\cnd;C:\Program
        Files\NetBeans
        7.0
        Beta\dlight;C:\Program
        Files\NetBeans
        7.0
        Beta\groovy;C:\Program
        Files\NetBeans
        7.0
        Beta\extra;C:\Program
        Files\NetBeans
        7.0
        Beta\javafx;C:\Program
        Files\NetBeans
        7.0
        Beta\javacard
Compiler: HotSpot Client Compiler
Heap memory usage: initial 32.0MB maximum 396.4MB
Non heap memory usage: initial 32.2MB maximum 416.0MB
Garbage collector: Copy (Collections=28 Total time spent=0s)
Garbage collector: MarkSweepCompact (Collections=0 Total time spent=0s)
Classes: loaded=6250 total loaded=6250 unloaded 0
INFO [org.netbeans.core.ui.warmup.DiagnosticTask]: Total memory 2,147,483,647
INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Resolving dependencies took: 11 ms
INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Complete indexing of 0 binary roots took: 0 ms
INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Indexing of: nbfs://nbhost/SystemFileSystem/PHP/RuntimeLibraries/ took: 232 ms (New or modified files: 0, Deleted files: 0) [Adding listeners took: 0 ms]
INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Complete indexing of 1 source roots took: 232 ms (New or modified files: 0, Deleted files: 0) [Adding listeners took: 0 ms]
INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Resolving dependencies took: 6 ms
INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Complete indexing of 0 binary roots took: 0 ms
INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Indexing of: jar:file:/C:/Program%20Files/NetBeans%207.0%20Beta/ide/jsstubs/allstubs.zip!/ took: 283 ms (New or modified files: 0, Deleted files: 0) [Adding listeners took: 0 ms]
INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Complete indexing of 1 source roots took: 283 ms (New or modified files: 0, Deleted files: 0) [Adding listeners took: 0 ms]
INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Resolving dependencies took: 3 ms
INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Complete indexing of 0 binary roots took: 0 ms
INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Indexing of: file:/C:/Program%20Files/NetBeans%207.0%20Beta/php/phpstubs/phpruntime/ took: 247 ms (New or modified files: 0, Deleted files: 0) [Adding listeners took: 51 ms]
INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Indexing of: file:/C:/Users/James/Documents/NetBeansProjects/Engine/ took: 49 ms (New or modified files: 0, Deleted files: 0) [Adding listeners took: 1 ms]
INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Complete indexing of 2 source roots took: 296 ms (New or modified files: 0, Deleted files: 0) [Adding listeners took: 52 ms]
WARNING [org.netbeans.core.startup.InstalledFileLocatorImpl]: no code name base passed when looking up modules/dict/dictionary_en_GB.description
WARNING [org.netbeans.modules.autoupdate.updateproviders.AutoupdateCatalogFactory]: Services/AutoupdateType/beta-update-provider.instance: url_key attribute deprecated in favor of url
WARNING [org.netbeans.modules.autoupdate.updateproviders.AutoupdateCatalogFactory]: Services/AutoupdateType/beta-update-provider.instance: url_key attribute deprecated in favor of url
WARNING [org.netbeans.modules.autoupdate.updateproviders.AutoupdateCatalogFactory]: Services/AutoupdateType/standard-update-provider.instance: url_key attribute deprecated in favor of url
WARNING [org.netbeans.modules.autoupdate.updateproviders.AutoupdateCatalogFactory]: Services/AutoupdateType/thirdparty-update-provider.instance: url_key attribute deprecated in favor of url
FINEST [nativeexecution.support.logger]: JSCH: Connecting to 192.168.1.102 port 22
FINEST [nativeexecution.support.logger]: JSCH: Connection established
FINEST [nativeexecution.support.logger]: JSCH: Remote version string: SSH-2.0-OpenSSH_5.5
FINEST [nativeexecution.support.logger]: JSCH: Local version string: SSH-2.0-JSCH-0.1.43
FINEST [nativeexecution.support.logger]: JSCH: CheckCiphers: aes256-ctr,aes192-ctr,aes128-ctr,aes256-cbc,aes192-cbc,aes128-cbc,3des-ctr,arcfour,arcfour128,arcfour256
FINEST [nativeexecution.support.logger]: JSCH: aes256-ctr is not available.
FINEST [nativeexecution.support.logger]: JSCH: aes192-ctr is not available.
FINEST [nativeexecution.support.logger]: JSCH: aes256-cbc is not available.
FINEST [nativeexecution.support.logger]: JSCH: aes192-cbc is not available.
FINEST [nativeexecution.support.logger]: JSCH: arcfour256 is not available.
FINEST [nativeexecution.support.logger]: JSCH: SSH_MSG_KEXINIT sent
FINEST [nativeexecution.support.logger]: JSCH: SSH_MSG_KEXINIT received
FINEST [nativeexecution.support.logger]: JSCH: kex: server->client aes128-ctr hmac-md5 none
FINEST [nativeexecution.support.logger]: JSCH: kex: client->server aes128-ctr hmac-md5 none
FINEST [nativeexecution.support.logger]: JSCH: SSH_MSG_KEXDH_INIT sent
FINEST [nativeexecution.support.logger]: JSCH: expecting SSH_MSG_KEXDH_REPLY
FINEST [nativeexecution.support.logger]: JSCH: ssh_rsa_verify: signature true
FINEST [nativeexecution.support.logger]: JSCH: Host '192.168.1.102' is known and mathces the RSA host key
FINEST [nativeexecution.support.logger]: JSCH: SSH_MSG_NEWKEYS sent
FINEST [nativeexecution.support.logger]: JSCH: SSH_MSG_NEWKEYS received
FINEST [nativeexecution.support.logger]: JSCH: SSH_MSG_SERVICE_REQUEST sent
FINEST [nativeexecution.support.logger]: JSCH: SSH_MSG_SERVICE_ACCEPT received
FINEST [nativeexecution.support.logger]: JSCH: Authentications that can continue: gssapi-with-mic,publickey,keyboard-interactive,password
FINEST [nativeexecution.support.logger]: JSCH: Next authentication method: gssapi-with-mic
FINEST [nativeexecution.support.logger]: JSCH: Authentications that can continue: publickey,keyboard-interactive,password
FINEST [nativeexecution.support.logger]: JSCH: Next authentication method: publickey
FINEST [nativeexecution.support.logger]: JSCH: Authentications that can continue: password
FINEST [nativeexecution.support.logger]: JSCH: Next authentication method: password
FINEST [nativeexecution.support.logger]: PasswordManager.get(root@192.168.1.102:22) found password in keyring
FINEST [nativeexecution.support.logger]: PasswordManager.get(root@192.168.1.102:22) found password in memory
FINEST [nativeexecution.support.logger]: JSCH: Authentication succeeded (password).
FINE [nativeexecution.support.logger]: New session [10,619,842] started.
FINE [nativeexecution.support.logger]: availableChannels == 10
FINE [nativeexecution.support.logger]: Reuse session [10,619,842]. 9 channels remains...
FINE [nativeexecution.support.logger]: Acquired channel [4,124,467] from session [10,619,842].
FINE [nativeexecution.support.logger]: Releasing channel [4,124,467] for session [10,619,842].
FINE [nativeexecution.support.logger]: availableChannels == 10
FINE [nativeexecution.support.logger]: Reuse session [10,619,842]. 9 channels remains...
FINE [nativeexecution.support.logger]: Acquired channel [5,910,885] from session [10,619,842].
FINE [nativeexecution.support.logger]: Releasing channel [5,910,885] for session [10,619,842].
FINE [nativeexecution.support.logger]: New connection established: root@192.168.1.102:22 - Linux-Redhat
FINEST [cnd.remote.logger]: RCS<Init>: Starting org.netbeans.modules.cnd.remote.support.RemoteCommandSupport on root@192.168.1.102:22
FINE [cnd.remote.logger]: RemoteCommandSupport<Init>: Running [env] on root@192.168.1.102:22
FINEST [nativeexecution.support.logger]: root@192.168.1.102:22 env: State changed: INITIAL -> STARTING
FINE [nativeexecution.support.logger]: availableChannels == 10
FINE [nativeexecution.support.logger]: Reuse session [10,619,842]. 9 channels remains...
FINE [nativeexecution.support.logger]: Acquired channel [218,063] from session [10,619,842].
FINEST [nativeexecution.support.logger]: root@192.168.1.102:22 env: State changed: STARTING -> RUNNING
FINE [nativeexecution.support.logger]: Releasing channel [218,063] for session [10,619,842].
FINEST [nativeexecution.support.logger]: root@192.168.1.102:22 env: State changed: RUNNING -> FINISHED
FINE [cnd.remote.logger]: RemoteCommandSupport: env on root@192.168.1.102:22 finished; rc=0
FINE [cnd.remote.logger]: RSR.validate2: Validating root@192.168.1.102:22
FINE [cnd.remote.logger]: RSS.setup: Updating "/var/tmp/dlight_root/55a3e0ed/tools/Linux-x86/rfs_preload.so" on root@192.168.1.102:22
FINE [nativeexecution.support.logger]: Uploading C:\Program Files\NetBeans 7.0 Beta\cnd\bin\Linux-x86\rfs_preload.so to root@192.168.1.102:22:/var/tmp/dlight_root/55a3e0ed/tools/Linux-x86/rfs_preload.so schedulled
FINE [nativeexecution.support.logger]: Md5 check for root@192.168.1.102:22:/var/tmp/dlight_root/55a3e0ed/tools/Linux-x86/rfs_preload.so started
FINEST [nativeexecution.support.logger]: root@192.168.1.102:22 /usr/bin/md5sum "-b" "/var/tmp/dlight_root/55a3e0ed/tools/Linux-x86/rfs_preload.so": State changed: INITIAL -> STARTING
FINE [nativeexecution.support.logger]: availableChannels == 10
FINE [nativeexecution.support.logger]: Reuse session [10,619,842]. 9 channels remains...
FINE [nativeexecution.support.logger]: Acquired channel [13,140,678] from session [10,619,842].
FINEST [nativeexecution.support.logger]: root@192.168.1.102:22 /usr/bin/md5sum "-b" "/var/tmp/dlight_root/55a3e0ed/tools/Linux-x86/rfs_preload.so": State changed: STARTING -> RUNNING
FINE [nativeexecution.support.logger]: Releasing channel [13,140,678] for session [10,619,842].
FINEST [nativeexecution.support.logger]: root@192.168.1.102:22 /usr/bin/md5sum "-b" "/var/tmp/dlight_root/55a3e0ed/tools/Linux-x86/rfs_preload.so": State changed: RUNNING -> FINISHED
FINE [nativeexecution.support.logger]: root@192.168.1.102:22:/var/tmp/dlight_root/55a3e0ed/tools/Linux-x86/rfs_preload.so up to date - skipped
FINE [nativeexecution.support.logger]: Uploading C:\Program Files\NetBeans 7.0 Beta\cnd\bin\Linux-x86\rfs_preload.so to root@192.168.1.102:22:/var/tmp/dlight_root/55a3e0ed/tools/Linux-x86/rfs_preload.so OK
FINE [cnd.remote.logger]: RSS.setup: Updating "/var/tmp/dlight_root/55a3e0ed/tools/modules/org-netbeans-modules-cnd-dwarfdump.jar" on root@192.168.1.102:22
FINE [nativeexecution.support.logger]: Uploading C:\Program Files\NetBeans 7.0 Beta\cnd\modules\org-netbeans-modules-cnd-dwarfdump.jar to root@192.168.1.102:22:/var/tmp/dlight_root/55a3e0ed/tools/modules/org-netbeans-modules-cnd-dwarfdump.jar schedulled
FINE [nativeexecution.support.logger]: Md5 check for root@192.168.1.102:22:/var/tmp/dlight_root/55a3e0ed/tools/modules/org-netbeans-modules-cnd-dwarfdump.jar started
FINEST [nativeexecution.support.logger]: root@192.168.1.102:22 /usr/bin/md5sum "-b" "/var/tmp/dlight_root/55a3e0ed/tools/modules/org-netbeans-modules-cnd-dwarfdump.jar": State changed: INITIAL -> STARTING
FINE [nativeexecution.support.logger]: availableChannels == 10
FINE [nativeexecution.support.logger]: Reuse session [10,619,842]. 9 channels remains...
FINE [nativeexecution.support.logger]: Acquired channel [3,503,849] from session [10,619,842].
FINEST [nativeexecution.support.logger]: root@192.168.1.102:22 /usr/bin/md5sum "-b" "/var/tmp/dlight_root/55a3e0ed/tools/modules/org-netbeans-modules-cnd-dwarfdump.jar": State changed: STARTING -> RUNNING
FINE [nativeexecution.support.logger]: Releasing channel [3,503,849] for session [10,619,842].
FINEST [nativeexecution.support.logger]: root@192.168.1.102:22 /usr/bin/md5sum "-b" "/var/tmp/dlight_root/55a3e0ed/tools/modules/org-netbeans-modules-cnd-dwarfdump.jar": State changed: RUNNING -> FINISHED
FINE [nativeexecution.support.logger]: root@192.168.1.102:22:/var/tmp/dlight_root/55a3e0ed/tools/modules/org-netbeans-modules-cnd-dwarfdump.jar up to date - skipped
FINE [nativeexecution.support.logger]: Uploading C:\Program Files\NetBeans 7.0 Beta\cnd\modules\org-netbeans-modules-cnd-dwarfdump.jar to root@192.168.1.102:22:/var/tmp/dlight_root/55a3e0ed/tools/modules/org-netbeans-modules-cnd-dwarfdump.jar OK
FINE [cnd.remote.logger]: RSS.setup: Updating "/var/tmp/dlight_root/55a3e0ed/tools/Linux-x86/rfs_controller" on root@192.168.1.102:22
FINE [nativeexecution.support.logger]: Uploading C:\Program Files\NetBeans 7.0 Beta\cnd\bin\Linux-x86\rfs_controller to root@192.168.1.102:22:/var/tmp/dlight_root/55a3e0ed/tools/Linux-x86/rfs_controller schedulled
FINE [nativeexecution.support.logger]: Md5 check for root@192.168.1.102:22:/var/tmp/dlight_root/55a3e0ed/tools/Linux-x86/rfs_controller started
FINEST [nativeexecution.support.logger]: root@192.168.1.102:22 /usr/bin/md5sum "-b" "/var/tmp/dlight_root/55a3e0ed/tools/Linux-x86/rfs_controller": State changed: INITIAL -> STARTING
FINE [nativeexecution.support.logger]: availableChannels == 10
FINE [nativeexecution.support.logger]: Reuse session [10,619,842]. 9 channels remains...
FINE [nativeexecution.support.logger]: Acquired channel [3,695,434] from session [10,619,842].
FINEST [nativeexecution.support.logger]: root@192.168.1.102:22 /usr/bin/md5sum "-b" "/var/tmp/dlight_root/55a3e0ed/tools/Linux-x86/rfs_controller": State changed: STARTING -> RUNNING
FINE [nativeexecution.support.logger]: Releasing channel [3,695,434] for session [10,619,842].
FINEST [nativeexecution.support.logger]: root@192.168.1.102:22 /usr/bin/md5sum "-b" "/var/tmp/dlight_root/55a3e0ed/tools/Linux-x86/rfs_controller": State changed: RUNNING -> FINISHED
FINE [nativeexecution.support.logger]: root@192.168.1.102:22:/var/tmp/dlight_root/55a3e0ed/tools/Linux-x86/rfs_controller up to date - skipped
FINE [nativeexecution.support.logger]: Uploading C:\Program Files\NetBeans 7.0 Beta\cnd\bin\Linux-x86\rfs_controller to root@192.168.1.102:22:/var/tmp/dlight_root/55a3e0ed/tools/Linux-x86/rfs_controller OK
FINEST [nativeexecution.support.logger]: root@192.168.1.102:22 sh "-c" "cd; /bin/pwd": State changed: INITIAL -> STARTING
FINE [nativeexecution.support.logger]: availableChannels == 10
FINE [nativeexecution.support.logger]: Reuse session [10,619,842]. 9 channels remains...
FINE [nativeexecution.support.logger]: Acquired channel [15,539,190] from session [10,619,842].
FINEST [nativeexecution.support.logger]: root@192.168.1.102:22 sh "-c" "cd; /bin/pwd": State changed: STARTING -> RUNNING
FINE [nativeexecution.support.logger]: Releasing channel [15,539,190] for session [10,619,842].
FINEST [nativeexecution.support.logger]: root@192.168.1.102:22 sh "-c" "cd; /bin/pwd": State changed: RUNNING -> FINISHED
FINEST [cnd.remote.logger]: RCS<Init>: Starting org.netbeans.modules.cnd.remote.support.RemoteCommandSupport on root@192.168.1.102:22
FINE [cnd.remote.logger]: RemoteCommandSupport<Init>: Running [test -d "/root" -o -f "/root"] on root@192.168.1.102:22
FINEST [nativeexecution.support.logger]: root@192.168.1.102:22 test -d "/root" -o -f "/root": State changed: INITIAL -> STARTING
FINE [nativeexecution.support.logger]: availableChannels == 10
FINE [nativeexecution.support.logger]: Reuse session [10,619,842]. 9 channels remains...
FINE [nativeexecution.support.logger]: Acquired channel [30,816,429] from session [10,619,842].
FINEST [nativeexecution.support.logger]: root@192.168.1.102:22 test -d "/root" -o -f "/root": State changed: STARTING -> RUNNING
FINE [nativeexecution.support.logger]: Releasing channel [30,816,429] for session [10,619,842].
FINEST [nativeexecution.support.logger]: root@192.168.1.102:22 test -d "/root" -o -f "/root": State changed: RUNNING -> FINISHED
FINE [cnd.remote.logger]: RemoteCommandSupport: test -d "/root" -o -f "/root" on root@192.168.1.102:22 finished; rc=0
FINE [cnd.remote.logger]: CSM.Save to disk root@192.168.1.102:22 size=1
FINEST [cnd.remote.logger]: RCS<Init>: Starting org.netbeans.modules.cnd.remote.support.RemoteCommandSupport on root@192.168.1.102:22
FINE [cnd.remote.logger]: RemoteCommandSupport<Init>: Running [test] on root@192.168.1.102:22
FINEST [nativeexecution.support.logger]: root@192.168.1.102:22 test "-x" "/usr/bin/gmake": State changed: INITIAL -> STARTING
FINE [nativeexecution.support.logger]: availableChannels == 10
FINE [nativeexecution.support.logger]: Reuse session [10,619,842]. 9 channels remains...
FINE [nativeexecution.support.logger]: Acquired channel [6,780,687] from session [10,619,842].
FINEST [nativeexecution.support.logger]: root@192.168.1.102:22 test "-x" "/usr/bin/gmake": State changed: STARTING -> RUNNING
FINE [nativeexecution.support.logger]: Releasing channel [6,780,687] for session [10,619,842].
FINEST [nativeexecution.support.logger]: root@192.168.1.102:22 test "-x" "/usr/bin/gmake": State changed: RUNNING -> FINISHED
FINE [cnd.remote.logger]: RemoteCommandSupport: test on root@192.168.1.102:22 finished; rc=0
FINEST [cnd.remote.logger]: RCS<Init>: Starting org.netbeans.modules.cnd.remote.support.RemoteCommandSupport on root@192.168.1.102:22
FINE [cnd.remote.logger]: RemoteCommandSupport<Init>: Running [test -d "/usr/bin/g++" -o -f "/usr/bin/g++"] on root@192.168.1.102:22
FINEST [nativeexecution.support.logger]: root@192.168.1.102:22 test -d "/usr/bin/g++" -o -f "/usr/bin/g++": State changed: INITIAL -> STARTING
FINE [nativeexecution.support.logger]: availableChannels == 10
FINE [nativeexecution.support.logger]: Reuse session [10,619,842]. 9 channels remains...
FINE [nativeexecution.support.logger]: Acquired channel [24,732,423] from session [10,619,842].
FINEST [nativeexecution.support.logger]: root@192.168.1.102:22 test -d "/usr/bin/g++" -o -f "/usr/bin/g++": State changed: STARTING -> RUNNING
FINE [nativeexecution.support.logger]: Releasing channel [24,732,423] for session [10,619,842].
FINEST [nativeexecution.support.logger]: root@192.168.1.102:22 test -d "/usr/bin/g++" -o -f "/usr/bin/g++": State changed: RUNNING -> FINISHED
FINE [cnd.remote.logger]: RemoteCommandSupport: test -d "/usr/bin/g++" -o -f "/usr/bin/g++" on root@192.168.1.102:22 finished; rc=0
FINEST [nativeexecution.support.logger]: root@192.168.1.102:22 mkdir "-p" "/root/.netbeans/remote/james-tosh-Windows-x86/": State changed: INITIAL -> STARTING
FINE [nativeexecution.support.logger]: availableChannels == 10
FINE [nativeexecution.support.logger]: Reuse session [10,619,842]. 9 channels remains...
FINE [nativeexecution.support.logger]: Acquired channel [24,808,332] from session [10,619,842].
FINEST [nativeexecution.support.logger]: root@192.168.1.102:22 mkdir "-p" "/root/.netbeans/remote/james-tosh-Windows-x86/": State changed: STARTING -> RUNNING
FINE [nativeexecution.support.logger]: Releasing channel [24,808,332] for session [10,619,842].
FINEST [nativeexecution.support.logger]: root@192.168.1.102:22 mkdir "-p" "/root/.netbeans/remote/james-tosh-Windows-x86/": State changed: RUNNING -> FINISHED
FINEST [nativeexecution.support.logger]: root@192.168.1.102:22 /var/tmp/dlight_root/55a3e0ed/tools/Linux-x86/rfs_controller: State changed: INITIAL -> STARTING
FINE [nativeexecution.support.logger]: availableChannels == 10
FINE [nativeexecution.support.logger]: Reuse session [10,619,842]. 9 channels remains...
FINE [nativeexecution.support.logger]: Acquired channel [3,153,856] from session [10,619,842].
FINEST [nativeexecution.support.logger]: root@192.168.1.102:22 /var/tmp/dlight_root/55a3e0ed/tools/Linux-x86/rfs_controller: State changed: STARTING -> RUNNING
FINE [cnd.remote.logger]: LC[root@192.168.1.102:22]: Initialization. Version=2
FINE [cnd.remote.logger]: Initialization error
FINE [cnd.remote.logger]: LC[root@192.168.1.102:22]: gathered 15 files in 19 ms
FINE [cnd.remote.logger]: LC[root@192.168.1.102:22]: checking links took 0 ms
FINE [cnd.remote.logger]: LC[root@192.168.1.102:22]: sorting file list took 10 ms
FINEST [nativeexecution.support.logger]: root@192.168.1.102:22 /bin/kill "-KILL" "23676": State changed: INITIAL -> STARTING
FINE [nativeexecution.support.logger]: availableChannels == 9
FINE [nativeexecution.support.logger]: Reuse session [10,619,842]. 8 channels remains...
FINE [nativeexecution.support.logger]: Acquired channel [11,831,314] from session [10,619,842].
FINEST [nativeexecution.support.logger]: root@192.168.1.102:22 /bin/kill "-KILL" "23676": State changed: STARTING -> RUNNING
FINE [nativeexecution.support.logger]: Releasing channel [3,153,856] for session [10,619,842].
FINEST [nativeexecution.support.logger]: root@192.168.1.102:22 /var/tmp/dlight_root/55a3e0ed/tools/Linux-x86/rfs_controller: State changed: RUNNING -> CANCELLED
FINE [nativeexecution.support.logger]: Releasing channel [11,831,314] for session [10,619,842].
FINEST [nativeexecution.support.logger]: root@192.168.1.102:22 /bin/kill "-KILL" "23676": State changed: RUNNING -> FINISHED
INFO [org.netbeans.core.ui.focus]: External Changes Refresh on focus gain disabled


The ~/.netbeans/remote directory and its subdirectories are all empty.
Comment 3 Vladimir Kvashin 2011-02-24 15:34:21 UTC
Thank your for the log. I guess I know the reason. Will be fixed in the nearest development build.
Comment 4 Vladimir Kvashin 2011-02-24 17:56:42 UTC
Fixed in cnd-main
http://hg.netbeans.org/cnd-main/rev/091115a3e355
http://hg.netbeans.org/cnd-main/rev/782c8455576a

The fix will be in the development build in a day or two.
Please try it and reopen bug if the problem still exists.
Comment 5 Vladimir Kvashin 2011-02-24 17:57:14 UTC
*** Bug 188592 has been marked as a duplicate of this bug. ***
Comment 6 Quality Engineering 2011-02-25 05:33:25 UTC
Integrated into 'main-golden', will be available in build *201102250001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/091115a3e355
User: Vladimir Kvashin <vkvashin@netbeans.org>
Log: fixed #195910 - C++ Application won't build on remote host