You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2022/08/26 00:08:29 UTC

[GitHub] [netbeans] RonaldTHerman opened a new issue, #4536: Netbeans-14 remote deploy and run don't do anything.

RonaldTHerman opened a new issue, #4536:
URL: https://github.com/apache/netbeans/issues/4536

   ### Apache NetBeans version
   
   Apache NetBeans 14
   
   ### What happened
   
   I upgraded from and earlier version (12.3) where everything worked fine. Now when I run my java app the remote deploy and run don't do anything while test connection is successful.
   
   last few llines of output are:
             deploy:
             jar:
             run-remote:
             BUILD SUCCESSFUL (total time: 1 second)
   
   The one second is because everything was already compiled and unchanged.
   
   While I'm trying to deploy to a raspberry pi 4 , I can try other computers even if they aren't  on  line and get the same result. For some reason it is not attempting to do anything after the compile.
   
   ### How to reproduce
   
   I'm not sure this would be helpful.. It's a fairly large app. It all worked earlier. If there is some Netbeans generated XML files that would help, I can supply them.
   
   ### Did this work correctly in an earlier version?
   
   Apache NetBeans 12.3 or earlier
   
   ### Operating System
   
   running netbeans on macOS
   
   ### JDK
   
   open jdk verion 11
   
   ### Apache NetBeans packaging
   
   Apache NetBeans provided installer
   
   ### Anything else
   
   happens every time regardless of what remote platform I select.
   
   ### Are you willing to submit a pull request?
   
   No
   
   ### Code of Conduct
   
   Yes


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] RonaldTHerman commented on issue #4536: Netbeans-14 remote deploy and run don't do anything.

Posted by GitBox <gi...@apache.org>.
RonaldTHerman commented on issue #4536:
URL: https://github.com/apache/netbeans/issues/4536#issuecomment-1228501878

   I just turned on the verbose switch and get this in output:
   
                 -do-jar:
                 -pre-deploy:
                 -check-jlink:
                 -do-deploy:
                 Skipped because property 'do.jlink.internal' not set.
                 -post-deploy:
                 deploy:
                 jar:
                 -init-remote-platform-properties:
                 Property "platforms.Control4.platform.install.folder" has not been set
                 Property "platforms.Control4.platform.work.folder" has not been set
                 Property "platforms.Control4.platform.host" has not been set
                 Property "platforms.Control4.platform.port" has not been set
                 Property "platforms.Control4.platform.auth.username" has not been set
                 Property "platforms.Control4.platform.auth.kind" has not been set
                 Property "platforms.Control4.platform.auth.keystore" has not been set
                 Property "platforms.Control4.platform.exec.decorator" has not been set
                 -copy-to-remote-platform:
                 creating macro  http://www.netbeans.org/ns/j2se-project/remote-platform/1:runwithpasswd
                 creating macro  http://www.netbeans.org/ns/j2se-project/remote-platform/1:runwithkey
                 -ask-password:
                 Skipped because property 'remote.platform.auth.passwd' not set.
                 -run-remote-passwd:
                 Skipped because property 'remote.platform.auth.passwd' not set.
                 -ask-passphrase:
                 Skipped because property 'remote.platform.auth.key' not set.
                 -run-remote-key:
                 Skipped because property 'remote.platform.auth.key' not set.
                 run-remote:
                 BUILD SUCCESSFUL (total time: 14 seconds)
   
   
   I have never set these key things.. Just user name and user password. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists