[JBoss JIRA] (JBIDE-15932) CordovaSim needs to display console logs especially during startup
by Ilya Buziuk (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15932?page=com.atlassian.jira.plugi... ]
Ilya Buziuk commented on JBIDE-15932:
-------------------------------------
{quote}
I had the Console view closed when I started CordovaSim and had expected the Console view it to open but it didn't. Also when the Console view was open but not in the foreground and I started CordovaSim I thought that the Console view would spring to the forefront (like when starting servers) but it didn't
{quote}
[~mmurray], Basically it's expected behavior for 7.1.1. On 1-o-1 with [~maxandersen] we decided not to force show console view. However the process of logging will be changed for the 8.0 release - JBIDE-16661
> CordovaSim needs to display console logs especially during startup
> ------------------------------------------------------------------
>
> Key: JBIDE-15932
> URL: https://issues.jboss.org/browse/JBIDE-15932
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: browsersim
> Affects Versions: 4.1.1.Beta1
> Reporter: Gorkem Ercan
> Assignee: Ilya Buziuk
> Priority: Blocker
> Labels: jbds711
> Fix For: 4.1.2.CR1
>
>
> When a cordova application is launched the console.log calls are not displayed on Eclipse console (or anywhere else). CordovaSim needs a place to display the logs either within eclipse or on the Ripple console so the user can be notified about errors happening early on.
> Just using firebug or similar would not solve this issue since it is not started early enough.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 3 months
[JBoss JIRA] (JBIDE-16719) Maven.resolver().loadPomFromFile(<relative_path>) doesn't work in Arquillian Eclipse
by Karel Piwko (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16719?page=com.atlassian.jira.plugi... ]
Karel Piwko commented on JBIDE-16719:
-------------------------------------
bq. Shrinkwrap resolver could search for relative paths in the current working directory and, in case the requested path isn't found, in the directory mentioned in the shrinkwrap.project.home system property. Arquillian Eclipse would set the shrinkwrap.project.home property to the project's home before executing a deployment method.
Well, I want to make sure that it works from both CI and IDE. If introducing a new property can fix that, I'll do that. However, it would be better if that works without any property. Why is Arquillan Eclipse actually having problem with currentDirectory != projectDirectory? For test execution it works fine from Eclipse (e.g. in test execution, currentDirectory==projectDirectory).
bq. However, what we could do is to use Maven.configureResolverViaPlugin(). This way Eclipse/JBDS will need just to setup a few system properties (pom.xml file, settings.xml file, active profiles etc) and user does not have to handle with it anymore. That won't solve the issue if a user uses the loadPomFromFile method. BTW, the maven.execution.pom-file property isn't mentioned in the documentation.
Right, that's something which is set by plugin, so user does not have to fiddle with how it it actually set. If IDE (m2e) has support for the plugin, it would just work.
> Maven.resolver().loadPomFromFile(<relative_path>) doesn't work in Arquillian Eclipse
> ------------------------------------------------------------------------------------
>
> Key: JBIDE-16719
> URL: https://issues.jboss.org/browse/JBIDE-16719
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: testing-tools
> Affects Versions: 4.2.0.Alpha2
> Reporter: Snjezana Peco
> Assignee: Snjezana Peco
>
> Shrinkwrap resolver solves relative paths using the current working directory.
> I don't know a reliable way to change the current working directory so that the deployment method mentioned in JBIDE-16696 can't be analyzed properly.
> Since I don't know how to solve the issue, I will add the following problem marker:
> "Cannot solve relative paths in the Maven.resolver().loadPomFromFile() method"
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 3 months
[JBoss JIRA] (JBIDE-16249) Offline groovy script not working - FileNotFoundException
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16249?page=com.atlassian.jira.plugi... ]
Martin Malina commented on JBIDE-16249:
---------------------------------------
[~fbricon] I have this for jboss nexus:
{code}
<profile>
<id>jboss-maven-repos</id>
<repositories>
<repository>
<id>jboss-releases</id>
<url>https://repository.jboss.org/nexus/content/repositories/releases</url>
<releases>
<enabled>true</enabled>
</releases> <!-- Default: true -->
</repository>
<repository>
<id>jboss-snapshots-repository</id>
<url>https://repository.jboss.org/nexus/content/repositories/snapshots/</url>
<snapshots>
<enabled>true</enabled>
</snapshots> <!-- Default: false -->
</repository>
</repositories>
</profile>
{code}
So yes, it is slightly different. I will try the one you suggest.
> Offline groovy script not working - FileNotFoundException
> ----------------------------------------------------------
>
> Key: JBIDE-16249
> URL: https://issues.jboss.org/browse/JBIDE-16249
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central, project-examples
> Affects Versions: 4.1.1.CR1
> Environment: JBDS 7.1.0.CR1a B560
> OS X
> Groovy Version: 2.1.8 JVM: 1.7.0_45 Vendor: Oracle Corporation OS: Mac OS X (installed via mac ports)
> Reporter: Martin Malina
> Assignee: Fred Bricon
> Fix For: 4.1.2.CR1
>
> Attachments: groovy.log
>
>
> I tried to run the offline examples groovy script today (Preferences -> JBoss Tools -> Project Examples -> Offline Support).
> When I ran the script I saw a couple of errors along the way, see at the end of email. I was told that it could have to do with WFK 2.4 not being available in the online repo yet.
> But ultimately the script failed this exception:
> java.io.FileNotFoundException: /Users/rasp/jbossqa/runtimes/zip/offline/workDir/jboss-javaee6-webapp-blank-archetype/my-jboss-javaee6-webapp-blank-archetype
> I had jboss nexus and http://maven.repository.redhat.com/techpreview/all/ in my settings.xml. After the script finished, the offline dir was 536M big.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 3 months
[JBoss JIRA] (JBIDE-16722) JMX connection hangs for remote EAP 6.2
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16722?page=com.atlassian.jira.plugi... ]
Martin Malina commented on JBIDE-16722:
---------------------------------------
Interesting, I tried this again and at first JBDS "only" took around 30 % of CPU. Once I expanded the server in MBean Explorer, it briefly spiked at 278 % CPU and went down. Then I un-expanded the server. But once I wanted to stop the server, it went back to 250 % CPU and stayed there and JBDS is now frozen.
> JMX connection hangs for remote EAP 6.2
> ---------------------------------------
>
> Key: JBIDE-16722
> URL: https://issues.jboss.org/browse/JBIDE-16722
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.1.2.CR1
> Environment: JBDS 7.1.1.CR1 B672
> Reporter: Martin Malina
> Assignee: Rob Stryker
> Priority: Critical
> Labels: respin-a
> Fix For: 4.1.2.CR1
>
>
> I tried out JMX connection with a remote EAP 6.2.
> I set up the server with default settings and started it. I was surprised to see that the IDE didn't ask me for password as is usual. Deployment worked.
> So I tried Show in MBean Explorer. And that hanged once I expanded the server connection there - there was an Unhandled Event Loop error in the error log and the IDE has been eating up all of my CPU for about 10 mins now - I will have to kill it.
> I know that this happened in the past when the tooling things the connection is established, but it isn't. One thing is finding out why it doesn't work now. But another thing we absolutely need fixed is the unhandled loop - this shouldn't happen under no circumstances.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 3 months
[JBoss JIRA] (JBIDE-16722) JMX connection hangs for remote EAP 6.2
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16722?page=com.atlassian.jira.plugi... ]
Martin Malina updated JBIDE-16722:
----------------------------------
Labels: respin-a (was: )
> JMX connection hangs for remote EAP 6.2
> ---------------------------------------
>
> Key: JBIDE-16722
> URL: https://issues.jboss.org/browse/JBIDE-16722
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.1.2.CR1
> Environment: JBDS 7.1.1.CR1 B672
> Reporter: Martin Malina
> Assignee: Rob Stryker
> Priority: Critical
> Labels: respin-a
> Fix For: 4.1.2.CR1
>
>
> I tried out JMX connection with a remote EAP 6.2.
> I set up the server with default settings and started it. I was surprised to see that the IDE didn't ask me for password as is usual. Deployment worked.
> So I tried Show in MBean Explorer. And that hanged once I expanded the server connection there - there was an Unhandled Event Loop error in the error log and the IDE has been eating up all of my CPU for about 10 mins now - I will have to kill it.
> I know that this happened in the past when the tooling things the connection is established, but it isn't. One thing is finding out why it doesn't work now. But another thing we absolutely need fixed is the unhandled loop - this shouldn't happen under no circumstances.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 3 months
[JBoss JIRA] (JBIDE-16722) JMX connection hangs for remote EAP 6.2
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16722?page=com.atlassian.jira.plugi... ]
Martin Malina commented on JBIDE-16722:
---------------------------------------
After restart, I can see that the server doesn't have the management port enabled. So JMX connection not working is expected. But a hang is definitely not expected.
> JMX connection hangs for remote EAP 6.2
> ---------------------------------------
>
> Key: JBIDE-16722
> URL: https://issues.jboss.org/browse/JBIDE-16722
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.1.2.CR1
> Environment: JBDS 7.1.1.CR1 B672
> Reporter: Martin Malina
> Assignee: Rob Stryker
> Priority: Critical
> Fix For: 4.1.2.CR1
>
>
> I tried out JMX connection with a remote EAP 6.2.
> I set up the server with default settings and started it. I was surprised to see that the IDE didn't ask me for password as is usual. Deployment worked.
> So I tried Show in MBean Explorer. And that hanged once I expanded the server connection there - there was an Unhandled Event Loop error in the error log and the IDE has been eating up all of my CPU for about 10 mins now - I will have to kill it.
> I know that this happened in the past when the tooling things the connection is established, but it isn't. One thing is finding out why it doesn't work now. But another thing we absolutely need fixed is the unhandled loop - this shouldn't happen under no circumstances.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 3 months
[JBoss JIRA] (JBIDE-16722) JMX connection hangs for remote EAP 6.2
by Martin Malina (JIRA)
Martin Malina created JBIDE-16722:
-------------------------------------
Summary: JMX connection hangs for remote EAP 6.2
Key: JBIDE-16722
URL: https://issues.jboss.org/browse/JBIDE-16722
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: server
Affects Versions: 4.1.2.CR1
Environment: JBDS 7.1.1.CR1 B672
Reporter: Martin Malina
Assignee: Rob Stryker
Priority: Critical
Fix For: 4.1.2.CR1
I tried out JMX connection with a remote EAP 6.2.
I set up the server with default settings and started it. I was surprised to see that the IDE didn't ask me for password as is usual. Deployment worked.
So I tried Show in MBean Explorer. And that hanged once I expanded the server connection there - there was an Unhandled Event Loop error in the error log and the IDE has been eating up all of my CPU for about 10 mins now - I will have to kill it.
I know that this happened in the past when the tooling things the connection is established, but it isn't. One thing is finding out why it doesn't work now. But another thing we absolutely need fixed is the unhandled loop - this shouldn't happen under no circumstances.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 3 months
[JBoss JIRA] (JBTIS-245) Please update JBTIS TP dependencies to Luna Alpha1
by Paul Richardson (JIRA)
[ https://issues.jboss.org/browse/JBTIS-245?page=com.atlassian.jira.plugin.... ]
Paul Richardson commented on JBTIS-245:
---------------------------------------
Having tests Teiid with the Luna TP, I have laid out what issues are ran into [here|https://issues.jboss.org/browse/JBTIS-253?focusedCommentId=12951046&...]. I don't believe these are problems with the TP.
Need to discuss internally in the project when we can upgrade to the new TP.
> Please update JBTIS TP dependencies to Luna Alpha1
> --------------------------------------------------
>
> Key: JBTIS-245
> URL: https://issues.jboss.org/browse/JBTIS-245
> Project: JBoss Tools Integration Stack
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: BPEL, drools/ jBPM, ESB, Fuse IDE, modeshape, savara, switchyard, teiid
> Affects Versions: 4.2.0.Alpha1
> Reporter: Paul Leacu
> Assignee: Paul Leacu
>
> Greetings - welcome to Luna!
> An Alpha1 version of the Eclipse Luna based JBTIS TP is now available in nexus [1]. It's also available here [2] and an integration build of the current Luna JBTIS is available here [3].
> I'm still working on dates but if we could get a first cut at the scope involved with upgrading that would help planning this thing immensely. There is SpringIDE and graphiti changes among others.
> Thanks!
> [1] https://repository.jboss.org/nexus/content/repositories/releases/org/jbos...
> [2] http://download.jboss.org/jbosstools/targetplatforms/jbtistarget/4.2.0.Al...
> [3] http://download.jboss.org/jbosstools/updates/integration/luna/integration...
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 3 months