You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "HenryDL (JIRA)" <ji...@apache.org> on 2019/04/22 16:24:00 UTC

[jira] [Created] (NETBEANS-2443) Can't start profiler

HenryDL created NETBEANS-2443:
---------------------------------

             Summary: Can't start profiler
                 Key: NETBEANS-2443
                 URL: https://issues.apache.org/jira/browse/NETBEANS-2443
             Project: NetBeans
          Issue Type: Bug
          Components: profiler - Attach, profiler - Base, profiler - Engine, profiler - IDE
    Affects Versions: 11.0
         Environment: Windows 10
NetBeans 11 using Java 12 (tried with 8 also)
            Reporter: HenryDL


*Recreate:*
 # Create a new Maven Java Application using the IDE.
 # Using the IDE add a new JFrame file (it contains a main method that simply opens the a new JFrame).
 # Right-click the new project and select _Profile_.
 # This opens a Profiler tab. Do the calibration, then press the Profile button at the top of the tab. A _Progress_ popup appears thatgets stuck on the message "Connecting to the target VM...". The _Output_ tab shows a message: "The syntax of the command is incorrect.".

*Error (in Output tab):*
{noformat}
cd C:\_Code\TEMP_CODE\mavenproject1; "JAVA_HOME=C:\\Program Files\\Java\\jdk-12" M2_HOME=C:\\_Code\\_TOOLS\\apache-maven-3.6.0 cmd /c "\"\"C:\\_Code\\_TOOLS\\apache-maven-3.6.0\\bin\\mvn.cmd\" -Dexec.args=\"-agentpath:\\\"C:/_Code/_TOOLS/netbeans 11.0/profiler/lib/deployed/jdk16/windows-amd64/profilerinterface.dll\\\"=\\\"C:\\_Code\\_TOOLS\\netbeans 11.0\\profiler\\lib\\\",5140,10 -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=C:\\Users\\Henry\\AppData\\Local\\NetBeans\\Cache\\11.0\\mavencachedirs\\645799279\\org-netbeans-modules-profiler -classpath %classpath com.mycompany.mavenproject1.NewJFrame\" -Dexec.executable=\"C:\\Program Files\\Java\\jdk-12\\bin\\java.exe\" -Dmaven.ext.class.path=\"C:\\_Code\\_TOOLS\\netbeans 11.0\\java\\maven-nblib\\netbeans-eventspy.jar\" -Dfile.encoding=UTF-8 process-classes org.codehaus.mojo:exec-maven-plugin:1.5.0:exec\""
The syntax of the command is incorrect.
{noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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