[JBoss JIRA] (JBDS-2913) Console log when running EAP 6.2.x not formatted correctly
by Mustafa Musaji (JIRA)
[ https://issues.jboss.org/browse/JBDS-2913?page=com.atlassian.jira.plugin.... ]
Mustafa Musaji commented on JBDS-2913:
--------------------------------------
Okay, apologies for this... you can close this JIRA. When selecting EAP server there is a "JBoss Enterprise Application Platform 6.1+" option I did not see as it only shows one line on the selector box. On a Mac you see them all. See attached screen shot.
You can close this JIRA but is there anything we can do about the dialogue box?
> Console log when running EAP 6.2.x not formatted correctly
> ----------------------------------------------------------
>
> Key: JBDS-2913
> URL: https://issues.jboss.org/browse/JBDS-2913
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: server
> Affects Versions: 7.1.0.GA
> Reporter: Mustafa Musaji
> Assignee: Rob Stryker
> Fix For: 7.1.1.CR1
>
> Attachments: dodgyDialgue.png, EAP-6.1.0.png, EAP-6.2.1.png
>
>
> When running EAP from JBDS the console logging shows strange characters from the logging. See screen shots comparing EAP 6.1.0 to EAP 6.2.1 (this also happens on EAP 6.2.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, 1 month
[JBoss JIRA] (JBDS-2913) Console log when running EAP 6.2.x not formatted correctly
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBDS-2913?page=com.atlassian.jira.plugin.... ]
Rob Stryker commented on JBDS-2913:
-----------------------------------
The class in charge of adding the no-color flags is JBoss72Eap61DefaultLaunchArguments
This class is instantiated by only 1 other: JBossEAP61ExtendedProperties
This class is instantiated by only 1 other: ExtendedServerPropertiesAdapterFactory
The code in this class says:
if( SERVER_EAP_61.equals(typeId) || EAP_61.equals(typeId))
return new JBossEAP61ExtendedProperties(adaptable);
The server type currently visible in UI as "EAP 6.1+" was previously known as EAP 6.1, and so the type id is the same and has remained unchanged here. In short, I really can't even see any possible coding scenario where some other value is being returned to cause this error.
> Console log when running EAP 6.2.x not formatted correctly
> ----------------------------------------------------------
>
> Key: JBDS-2913
> URL: https://issues.jboss.org/browse/JBDS-2913
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: server
> Affects Versions: 7.1.0.GA
> Reporter: Mustafa Musaji
> Assignee: Rob Stryker
> Fix For: 7.1.1.CR1
>
> Attachments: EAP-6.1.0.png, EAP-6.2.1.png
>
>
> When running EAP from JBDS the console logging shows strange characters from the logging. See screen shots comparing EAP 6.1.0 to EAP 6.2.1 (this also happens on EAP 6.2.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, 1 month