[JBoss JIRA] (JBIDE-17843) Connecting to a local JBoss AS process in JMX Navigator fails - java version
by Martin Malina (JIRA)
Martin Malina created JBIDE-17843:
-------------------------------------
Summary: Connecting to a local JBoss AS process in JMX Navigator fails - java version
Key: JBIDE-17843
URL: https://issues.jboss.org/browse/JBIDE-17843
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jmx
Affects Versions: 4.2.0.Beta3
Environment: JBDS 8.0.0.Beta3 B172 running with java 8
JBoss AS 7.1 running with java 6
workspace default is java 8
Reporter: Martin Malina
Priority: Critical
I started a local JBoss AS 7.1 server and then tried to connect to the java process in JMX Navigator in Local Processes.
When I tried to connect, I got this in the server log:
{code}
Exception in thread "Attach Listener" 10:13:20,404 ERROR [stderr] (Attach Listener) java.lang.UnsupportedClassVersionError: org/jboss/tools/jmx/jvmmonitor/internal/agent/Agent : Unsupported major.minor version 51.0
10:13:20,405 ERROR [stderr] (Attach Listener) at java.lang.ClassLoader.defineClass1(Native Method)
10:13:20,405 ERROR [stderr] (Attach Listener) at java.lang.ClassLoader.defineClassCond(ClassLoader.java:637)
10:13:20,405 ERROR [stderr] (Attach Listener) at java.lang.ClassLoader.defineClass(ClassLoader.java:621)
10:13:20,406 ERROR [stderr] (Attach Listener) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
10:13:20,406 ERROR [stderr] (Attach Listener) at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
10:13:20,406 ERROR [stderr] (Attach Listener) at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
10:13:20,406 ERROR [stderr] (Attach Listener) at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
10:13:20,407 ERROR [stderr] (Attach Listener) at java.security.AccessController.doPrivileged(Native Method)
10:13:20,407 ERROR [stderr] (Attach Listener) at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
10:13:20,407 ERROR [stderr] (Attach Listener) at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
10:13:20,407 ERROR [stderr] (Attach Listener) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
10:13:20,408 ERROR [stderr] (Attach Listener) at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
10:13:20,408 ERROR [stderr] (Attach Listener) at sun.instrument.InstrumentationImpl.loadClassAndStartAgent(InstrumentationImpl.java:280)
10:13:20,408 ERROR [stderr] (Attach Listener) at sun.instrument.InstrumentationImpl.loadClassAndCallAgentmain(InstrumentationImpl.java:348)
Agent failed to start!
{code}
Java version 51.0 indicates Java SE 7. This is probably because the AS is running with java 6, but the attached agent jar is built with java 7.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 10 months
[JBoss JIRA] (JBIDE-17843) Connecting to a local JBoss AS process in JMX Navigator fails - java version
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17843?page=com.atlassian.jira.plugi... ]
Martin Malina updated JBIDE-17843:
----------------------------------
Assignee: Rob Stryker
> Connecting to a local JBoss AS process in JMX Navigator fails - java version
> ----------------------------------------------------------------------------
>
> Key: JBIDE-17843
> URL: https://issues.jboss.org/browse/JBIDE-17843
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jmx
> Affects Versions: 4.2.0.Beta3
> Environment: JBDS 8.0.0.Beta3 B172 running with java 8
> JBoss AS 7.1 running with java 6
> workspace default is java 8
> Reporter: Martin Malina
> Assignee: Rob Stryker
> Priority: Critical
> Labels: respin-a
>
> I started a local JBoss AS 7.1 server and then tried to connect to the java process in JMX Navigator in Local Processes.
> When I tried to connect, I got this in the server log:
> {code}
> Exception in thread "Attach Listener" 10:13:20,404 ERROR [stderr] (Attach Listener) java.lang.UnsupportedClassVersionError: org/jboss/tools/jmx/jvmmonitor/internal/agent/Agent : Unsupported major.minor version 51.0
> 10:13:20,405 ERROR [stderr] (Attach Listener) at java.lang.ClassLoader.defineClass1(Native Method)
> 10:13:20,405 ERROR [stderr] (Attach Listener) at java.lang.ClassLoader.defineClassCond(ClassLoader.java:637)
> 10:13:20,405 ERROR [stderr] (Attach Listener) at java.lang.ClassLoader.defineClass(ClassLoader.java:621)
> 10:13:20,406 ERROR [stderr] (Attach Listener) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
> 10:13:20,406 ERROR [stderr] (Attach Listener) at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
> 10:13:20,406 ERROR [stderr] (Attach Listener) at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
> 10:13:20,406 ERROR [stderr] (Attach Listener) at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
> 10:13:20,407 ERROR [stderr] (Attach Listener) at java.security.AccessController.doPrivileged(Native Method)
> 10:13:20,407 ERROR [stderr] (Attach Listener) at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
> 10:13:20,407 ERROR [stderr] (Attach Listener) at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
> 10:13:20,407 ERROR [stderr] (Attach Listener) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
> 10:13:20,408 ERROR [stderr] (Attach Listener) at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
> 10:13:20,408 ERROR [stderr] (Attach Listener) at sun.instrument.InstrumentationImpl.loadClassAndStartAgent(InstrumentationImpl.java:280)
> 10:13:20,408 ERROR [stderr] (Attach Listener) at sun.instrument.InstrumentationImpl.loadClassAndCallAgentmain(InstrumentationImpl.java:348)
> Agent failed to start!
> {code}
> Java version 51.0 indicates Java SE 7. This is probably because the AS is running with java 6, but the attached agent jar is built with java 7.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 10 months
[JBoss JIRA] (JBIDE-17842) local-jvm jmx monitor jmx provider freezing UI
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17842?page=com.atlassian.jira.plugi... ]
Rob Stryker commented on JBIDE-17842:
-------------------------------------
[~olpf] Can you give me some details on your environment? Sorry if you already mentioned this on other jiras. Operating system, etc. Thanks.
> local-jvm jmx monitor jmx provider freezing UI
> ----------------------------------------------
>
> Key: JBIDE-17842
> URL: https://issues.jboss.org/browse/JBIDE-17842
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jmx
> Affects Versions: 4.2.0.Beta3
> Reporter: Rob Stryker
> Priority: Blocker
>
> JStack: https://issues.jboss.org/secure/attachment/12383651/jstack.txt
> This is critical and needs to be investigated.
> Comment from other jira:
> Oliver Pfau added a comment
> I reported that sometimes eclipse is freezing when jboss is synchronizing or starting and somebody told me to do a jstack on the eclipse process. Here is the ouput. Eclipse is totaly freezed with circle mouse pointer and in the right bottom corner "Starting JBoss AS 7.1: (0%)" is displayed. But JBoss is running in behind (my web app can be used).
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 10 months
[JBoss JIRA] (JBIDE-17589) Import of Cordova project fails when the project is located in the workspace
by Vlado Pakan (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17589?page=com.atlassian.jira.plugi... ]
Vlado Pakan closed JBIDE-17589.
-------------------------------
Verified with JBDS 8.0.0.Beta3-v20140706-0939-B172
But error message displayed in import dialog is pretty much confusing. I suggest to change to something like:
"Unable to import project ??? because project with the same name already exists in current worrkspace location"
> Import of Cordova project fails when the project is located in the workspace
> ----------------------------------------------------------------------------
>
> Key: JBIDE-17589
> URL: https://issues.jboss.org/browse/JBIDE-17589
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: aerogear-hybrid
> Affects Versions: 4.2.0.Beta2
> Environment: RHEL7, Mac OS X 10.9.3
> Reporter: Vineet Reynolds
> Assignee: Gorkem Ercan
> Fix For: 4.2.0.Beta3
>
> Attachments: cordova-cli-import.webm
>
> Original Estimate: 0 minutes
> Remaining Estimate: 0 minutes
>
> Importing a Cordova project that is not present in the project navigator fails when the project is physically present in the current workspace.
> The project needs to be moved outside the workspace for the import to succeed.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 10 months
[JBoss JIRA] (JBIDE-17539) Two launchers created by "Run as -> Run with CordovaSim"
by Vlado Pakan (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17539?page=com.atlassian.jira.plugi... ]
Vlado Pakan closed JBIDE-17539.
-------------------------------
Verified with JBDS 8.0.0.Beta3-v20140706-0939-B172
> Two launchers created by "Run as -> Run with CordovaSim"
> --------------------------------------------------------
>
> Key: JBIDE-17539
> URL: https://issues.jboss.org/browse/JBIDE-17539
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: aerogear-hybrid, browsersim
> Affects Versions: 4.2.0.Beta2
> Environment: 4.2.0.Beta2a
> Reporter: Radim Hopp
> Assignee: Ilya Buziuk
> Fix For: 4.2.0.Beta3
>
> Attachments: CcordovaSim.png
>
>
> When I try to run hybrid mobile project (created from central) via right click -> Run As... -> Run with CordovaSim, two run configurations are created as shown on this screenshot:
> !CcordovaSim.png!
> The first one, named after the project, is the right one to launch project.
> I suppose the second one is somehow used by the first one to launch CordovaSim, but launched as is it just creates empty CordovaSim window.
> Isn't there any way to launch application using just one launcher?
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 10 months
[JBoss JIRA] (JBIDE-17842) local-jvm jmx monitor jmx provider freezing UI
by Rob Stryker (JIRA)
Rob Stryker created JBIDE-17842:
-----------------------------------
Summary: local-jvm jmx monitor jmx provider freezing UI
Key: JBIDE-17842
URL: https://issues.jboss.org/browse/JBIDE-17842
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jmx
Affects Versions: 4.2.0.Beta3
Reporter: Rob Stryker
Priority: Blocker
JStack: https://issues.jboss.org/secure/attachment/12383651/jstack.txt
This is critical and needs to be investigated.
Comment from other jira:
Oliver Pfau added a comment
I reported that sometimes eclipse is freezing when jboss is synchronizing or starting and somebody told me to do a jstack on the eclipse process. Here is the ouput. Eclipse is totaly freezed with circle mouse pointer and in the right bottom corner "Starting JBoss AS 7.1: (0%)" is displayed. But JBoss is running in behind (my web app can be used).
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 10 months
[JBoss JIRA] (JBIDE-17700) Cannot deploy jsf war with eclipse luna and jboss 7.1.x
by Oliver Pfau (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17700?page=com.atlassian.jira.plugi... ]
Oliver Pfau updated JBIDE-17700:
--------------------------------
Attachment: jstack.txt
I reported that sometimes eclipse is freezing when jboss is synchronizing or starting and somebody told me to do a jstack on the eclipse process. Here is the ouput. Eclipse is totaly freezed with circle mouse pointer and in the right bottom corner "Starting JBoss AS 7.1: (0%)" is displayed. But JBoss is running in behind (my web app can be used).
> Cannot deploy jsf war with eclipse luna and jboss 7.1.x
> -------------------------------------------------------
>
> Key: JBIDE-17700
> URL: https://issues.jboss.org/browse/JBIDE-17700
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: forge, maven, server
> Environment: Win 7, Eclilpse Luna, JBoss Tools (via market place)
> Reporter: Oliver Pfau
> Assignee: Rob Stryker
> Priority: Critical
> Fix For: 4.2.0.Beta3
>
> Attachments: jbosstools-diagnostics-20140707141907.zip, jstack.txt, pom.xml
>
>
> When I publish my war to jboss 7.1 the following error occurs:
> An internal error occurred during: "Publishing to JBoss AS 7.1...".
> Could not initialize class de.schlichtherle.io.ArchiveControllers
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 10 months