[JBoss JIRA] (JBIDE-16602) running new download runtimes from quick access result in exception
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16602?page=com.atlassian.jira.plugi... ]
Rob Stryker commented on JBIDE-16602:
-------------------------------------
-public class DownloadRuntimesTaskWizard extends TaskWizard {
+public class DownloadRuntimesTaskWizard extends TaskWizard implements INewWizard {
That's seriously the entire patch, except for maybe an added import. Works now. I'm sure you're wondering why I implemented INewWizard instead of IWorkbenchWizard. Well, the reason is because after only implementing IWorkbenchWizard, I got a similar error regarding class cast exception but saying I need to implement INewWizard.
Anyway, pushing this out.
> running new download runtimes from quick access result in exception
> -------------------------------------------------------------------
>
> Key: JBIDE-16602
> URL: https://issues.jboss.org/browse/JBIDE-16602
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Reporter: Max Rydahl Andersen
> Assignee: Snjezana Peco
> Priority: Blocker
> Labels: regression
> Fix For: 4.2.0.Beta1
>
>
> Cmd+3, type "download" and choose the "new download runtimes" item and you get:
> java.lang.ClassCastException: org.jboss.tools.runtime.ui.internal.wizard.DownloadRuntimesWizard cannot be cast to org.eclipse.ui.IWorkbenchWizard
> org.jboss.tools.runtime.ui.internal.wizard.DownloadRuntimesWizard cannot be cast to org.eclipse.ui.IWorkbenchWizard
--
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, 2 months
[JBoss JIRA] (JBIDE-16593) JBDS6 sets lower default memory settings for SOA server start than are defined in SOA run.conf
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16593?page=com.atlassian.jira.plugi... ]
Rob Stryker commented on JBIDE-16593:
-------------------------------------
We already do some such things in other areas, so it wouldn't be unheard of. We'd just need to be careful in the case of servers with no runtimes, which will be hard to automatically get the correct options for.
> JBDS6 sets lower default memory settings for SOA server start than are defined in SOA run.conf
> ----------------------------------------------------------------------------------------------
>
> Key: JBIDE-16593
> URL: https://issues.jboss.org/browse/JBIDE-16593
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Environment: Version: 5.0.2.GA
> Build id: v20130119-0035-H249-GA
> Build date: 20130119-0035
> http://www.qa.jboss.com/binaries/RHDS/updates/development/5.0.3.GA.soa-to...
> Reporter: Len DiMaggio
> Assignee: Paul Leacu
>
> JBDS6:
> "-Dprogram.name=JBossTools: JBoss SOA 531_ER4 Runtime"
> -server -Xms256m -Xmx768m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true
> -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 "-Djava.endorsed.dirs=/jboss/local/SOA_servers/531_ER4/jboss-soa-p-5/jboss-as/lib/endorsed"
> SOA 5.3.1 run.conf:
> if [ "x$JAVA_OPTS" = "x" ]; then
> JAVA_OPTS="-Xms1303m -Xmx1303m -XX:MaxPermSize=256m -Djava.awt.headless=true -Dorg.apache.xml.dtm.DTMManager=org.apache.xml.dtm.ref.DTMManagerDefault -Dorg.jboss.net.protocol.file.useURI=false -Dorg.jboss.resolver.warning
> =true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Dsun.lang.ClassLoader.allowArraySyntax=true"
> fi
--
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, 2 months
[JBoss JIRA] (JBIDE-16594) Cannot install Spring IDE AJDT Integration, missing dep org.eclipse.ajdt.core
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16594?page=com.atlassian.jira.plugi... ]
Nick Boldt closed JBIDE-16594.
------------------------------
Assignee: Nick Boldt
Fix Version/s: 4.2.0.Beta1
(was: 4.2.0.Alpha2)
Resolution: Done
Dupe of JBIDE-16545.
> Cannot install Spring IDE AJDT Integration, missing dep org.eclipse.ajdt.core
> ------------------------------------------------------------------------------
>
> Key: JBIDE-16594
> URL: https://issues.jboss.org/browse/JBIDE-16594
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build, central
> Affects Versions: 4.2.0.Alpha2
> Reporter: Pavol Srna
> Assignee: Nick Boldt
> Fix For: 4.2.0.Beta1
>
> Attachments: missing-deps.png
>
>
> Cannot complete the install because one or more required items could not be found.
> Software being installed: Spring IDE AJDT Integration (optional) 3.4.0.201310051539-RELEASE (org.springframework.ide.eclipse.ajdt.feature.feature.group 3.4.0.201310051539-RELEASE)
> Missing requirement: AspectJ Development Tools Core 2.2.3.e43x-RELEASE-20130627-0800 (org.eclipse.ajdt.core 2.2.3.e43x-RELEASE-20130627-0800) requires 'bundle org.eclipse.jdt.core [3.9.0,3.9.9)' but it could not be found
> Cannot satisfy dependency:
> From: AspectJ Development Tools 2.2.3.e43x-RELEASE-20130627-0800 (org.eclipse.ajdt.feature.group 2.2.3.e43x-RELEASE-20130627-0800)
> To: org.eclipse.ajdt.core [2.2.3.e43x-RELEASE-20130627-0800]
> Cannot satisfy dependency:
> From: Spring IDE AJDT Integration (optional) 3.4.0.201310051539-RELEASE (org.springframework.ide.eclipse.ajdt.feature.feature.group 3.4.0.201310051539-RELEASE)
> To: org.eclipse.ajdt.feature.group 0.0.0
--
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, 2 months
[JBoss JIRA] (JBIDE-16545) cannot install SpringIDE 3.4 in Central to JBT 4.2.Alpha2 (Eclipse Luna 4.4M5)
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16545?page=com.atlassian.jira.plugi... ]
Nick Boldt updated JBIDE-16545:
-------------------------------
Fix Version/s: 4.2.0.Beta1
> cannot install SpringIDE 3.4 in Central to JBT 4.2.Alpha2 (Eclipse Luna 4.4M5)
> ------------------------------------------------------------------------------
>
> Key: JBIDE-16545
> URL: https://issues.jboss.org/browse/JBIDE-16545
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central
> Affects Versions: 4.2.0.Alpha2
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 4.2.0.Beta1
>
> Attachments: spring-in-central.png
>
>
> Spring IDE 3.4 depends on Eclipse Kepler, and the AJDT feature won't install to Luna:
> {code}
> Cannot complete the install because one or more required items could not be found.
> Software being installed: Spring IDE AJDT Integration (optional) 3.4.0.201310051539-RELEASE (org.springframework.ide.eclipse.ajdt.feature.feature.group 3.4.0.201310051539-RELEASE)
> Missing requirement: AspectJ Development Tools Core 2.2.3.e43x-RELEASE-20130627-0800 (org.eclipse.ajdt.core 2.2.3.e43x-RELEASE-20130627-0800) requires 'bundle org.eclipse.jdt.core [3.9.0,3.9.9)' but it could not be found
> Cannot satisfy dependency:
> From: AspectJ Development Tools 2.2.3.e43x-RELEASE-20130627-0800 (org.eclipse.ajdt.feature.group 2.2.3.e43x-RELEASE-20130627-0800)
> To: org.eclipse.ajdt.core [2.2.3.e43x-RELEASE-20130627-0800]
> Cannot satisfy dependency:
> From: Spring IDE AJDT Integration (optional) 3.4.0.201310051539-RELEASE (org.springframework.ide.eclipse.ajdt.feature.feature.group 3.4.0.201310051539-RELEASE)
> To: org.eclipse.ajdt.feature.group 0.0.0{code}
> Remediation option:
> !spring-in-central.png!
> Should we remove the AJDT feature from Central?
--
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, 2 months
[JBoss JIRA] (JBIDE-16602) running new download runtimes from quick access result in exception
by Snjezana Peco (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16602?page=com.atlassian.jira.plugi... ]
Snjezana Peco updated JBIDE-16602:
----------------------------------
Fix Version/s: 4.2.0.Beta1
> running new download runtimes from quick access result in exception
> -------------------------------------------------------------------
>
> Key: JBIDE-16602
> URL: https://issues.jboss.org/browse/JBIDE-16602
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Reporter: Max Rydahl Andersen
> Assignee: Snjezana Peco
> Priority: Blocker
> Labels: regression
> Fix For: 4.2.0.Beta1
>
>
> Cmd+3, type "download" and choose the "new download runtimes" item and you get:
> java.lang.ClassCastException: org.jboss.tools.runtime.ui.internal.wizard.DownloadRuntimesWizard cannot be cast to org.eclipse.ui.IWorkbenchWizard
> org.jboss.tools.runtime.ui.internal.wizard.DownloadRuntimesWizard cannot be cast to org.eclipse.ui.IWorkbenchWizard
--
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, 2 months