[JBoss JIRA] (JBIDE-16593) JBDS6 sets lower default memory settings for SOA server start than are defined in SOA run.conf
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16593?page=com.atlassian.jira.plugi... ]
Max Rydahl Andersen commented on JBIDE-16593:
---------------------------------------------
This issue is not something integration stack can fix - the server is created by server tools in jboss tools server tools.
Putting this back on server since this is a concern we should look into - maybe have memory flags based on server type + detected server ? [~rob.stryker] wdyt ?
> 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, 3 months
[JBoss JIRA] (JBIDE-16572) Unable to run BrowserSim
by Vlado Pakan (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16572?page=com.atlassian.jira.plugi... ]
Vlado Pakan closed JBIDE-16572.
-------------------------------
Verified with JBT 4.2.0.Alpha2-v20140214-1522-B84
> Unable to run BrowserSim
> ------------------------
>
> Key: JBIDE-16572
> URL: https://issues.jboss.org/browse/JBIDE-16572
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: browsersim
> Affects Versions: 4.2.0.Alpha2
> Environment: JBT 4.2.0.Alpha2-v20140212-1651-B82
> Fedora 18
> Java Sun 1.7.0_u51
> Reporter: Vlado Pakan
> Assignee: Konstantin Marmalyukov
> Priority: Blocker
> Labels: respin-b
> Fix For: 4.2.0.Alpha2
>
>
> 1. Start Browsersim
> Error:
> {noformat}
> org.jboss.tools.vpe.browsersim.command.log:org.jboss.tools.vpe.browsersim
> !ENTRY org.jboss.tools.vpe.browsersim 4 0 2014-02-13 18:05:42.700
> !MESSAGE javafx/embed/swt/FXCanvas
> Stack trace:
> java.lang.NoClassDefFoundError: javafx/embed/swt/FXCanvas
> at java.lang.ClassLoader.defineClass1(Native Method)
> at java.lang.ClassLoader.defineClass(ClassLoader.java:791)
> at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
> at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
> at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
> at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
> at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
> at java.security.AccessController.doPrivileged(Native Method)
> at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
> at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
> at org.jboss.tools.vpe.browsersim.ui.BrowserSim.setSelectedDevice(BrowserSim.java:444)
> at org.jboss.tools.vpe.browsersim.ui.BrowserSim.open(BrowserSim.java:150)
> at org.jboss.tools.vpe.browsersim.ui.BrowserSim.open(BrowserSim.java:125)
> at org.jboss.tools.vpe.browsersim.BrowserSimRunner.main(BrowserSimRunner.java:84)
> Caused by: java.lang.ClassNotFoundException: javafx.embed.swt.FXCanvas
> at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
> at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
> at java.security.AccessController.doPrivileged(Native Method)
> at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
> at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
> ... 16 more
> {noformat}
--
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] (JBDS-2481) JBDS 5.0.0 and 5.0.2 is able to recognize EAP 5.2 runtimes - but does not automatically create a corresponding server
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBDS-2481?page=com.atlassian.jira.plugin.... ]
Max Rydahl Andersen closed JBDS-2481.
-------------------------------------
Resolution: Won't Fix
no response and this is fixed in later versions of JBDS thus closing this as out of date.
> JBDS 5.0.0 and 5.0.2 is able to recognize EAP 5.2 runtimes - but does not automatically create a corresponding server
> ---------------------------------------------------------------------------------------------------------------------
>
> Key: JBDS-2481
> URL: https://issues.jboss.org/browse/JBDS-2481
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: runtime
> Affects Versions: 5.0.0.GA, 5.0.2.GA
> Environment: JBDS 5.0
> JBDS 5.0.2
> EAP 5.2
> Reporter: Len DiMaggio
> Assignee: Max Rydahl Andersen
> Fix For: 5.x
>
> Attachments: JBDS_50_GA.png, Screenshot-12.png, Screenshot-13.png, Screenshot-14.png
>
>
> If an EAP 5.2 server installation is referenced (Preferences->JBossTools Runtimes), the runtime is correctly found by JBDS and listed as a runtime to be scanned at startup - but - the corresponding EAP 5.2 server instance is not automatically created. The user must create this server definition manually.
> JBDS 5.0.0, and 5.0.2 is able to both create the runtime and automatically create corrseponding servers for EAP 5.1 and EAP 6.0 - the issue seems to be limited to EAP 5.2
> JBDS 6.0.0 is able to both create the runtime and automically create corrseponding servers for EAP 5.1, EAP 5.2 and EAP 6.0
> See attached screenshots.
> (Thanks to Eric Schabell for finding this one!)
--
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] (JBDS-2062) JSLint: jsLex app inconsistent behaviour
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBDS-2062?page=com.atlassian.jira.plugin.... ]
Max Rydahl Andersen closed JBDS-2062.
-------------------------------------
Resolution: Out of Date
jslint would not accept the bug and jslint had issues so rejecting this as out of date
> JSLint: jsLex app inconsistent behaviour
> ----------------------------------------
>
> Key: JBDS-2062
> URL: https://issues.jboss.org/browse/JBDS-2062
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: upstream
> Affects Versions: 5.0.0.Beta1
> Environment: JBDS 5.0.0.Beta1d
> Reporter: Stefan Bunciak
> Assignee: Max Rydahl Andersen
> Fix For: 5.x
>
> Attachments: jslint1.png, jslint2.png
>
>
> Clicked on <project> context menu -> Rockstarapps -> 1) unzip jsLex then 2)Inject Performance Markers :
> * !jslint1.png|thumbnail!
> Clicked on <project>/WebContent context menu -> Rockstarapps -> 1) unzip jsLex then 2)Inject Performance Markers :
> * !jslint2.png|thumbnail!
> Do I miss something or is it a bug?
--
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-16368) Clean useless features from TP
by Mickael Istria (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16368?page=com.atlassian.jira.plugi... ]
Mickael Istria edited comment on JBIDE-16368 at 2/17/14 4:49 AM:
-----------------------------------------------------------------
> Thats the one that is really interesting.
Be patient, it's coming ;)
After installing TP from PR locally ("mvn clean install" in jbdevstudio/multiple) and building JBDS using this TP ("mvn clean install -Dtpc.version=4.40.0.Beta1-SNAPSHOT -Pmultiple.target"), I couldn't see any change compared to latest 8.0.0.Alpha2 build regarding non-jbosstools plugins.
So this seems to validated that this cleanup doesn't affect at all our distributions.
was (Author: mickael_istria):
> Thats the one that is really interesting.
Be patient, it's coming ;)
> Clean useless features from TP
> ------------------------------
>
> Key: JBIDE-16368
> URL: https://issues.jboss.org/browse/JBIDE-16368
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: target-platform
> Affects Versions: 4.2.x
> Reporter: Mickael Istria
> Assignee: Mickael Istria
> Priority: Optional
> Fix For: 4.2.x
>
>
> In order to trim some stuff out of our target-platform, we should:
> * Install JBDS from installer
> * Look at its content in plugins/ and features/ and compare it with content of the TP site.
> Everything that is in TP site but not in JBDS is probably worth being removed from TP.
--
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-16246) Conversion wizard : Better handle multiple dependencies
by Rastislav Wagner (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16246?page=com.atlassian.jira.plugi... ]
Rastislav Wagner closed JBIDE-16246.
------------------------------------
> Conversion wizard : Better handle multiple dependencies
> -------------------------------------------------------
>
> Key: JBIDE-16246
> URL: https://issues.jboss.org/browse/JBIDE-16246
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: maven
> Affects Versions: 4.1.0.Final
> Reporter: Fred Bricon
> Assignee: Fred Bricon
> Labels: maven_conversion, new_and_noteworthy
> Fix For: 4.2.0.Alpha1
>
>
> When a project has a large number of dependencies to convert, and if you need to change the scope of several of them for instance, you currently need to select, double click and modify each dependency.
> A better approach would be to select several dependencies at once and edit the scope in one action
> Another pain point : checking/unchecking a subset of all the dependencies requires as many clicks as the number of dependencies. Showing a context menu on right click with select/deselect options would help
--
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