You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Rex Wang (JIRA)" <ji...@apache.org> on 2011/05/10 15:17:47 UTC

[jira] [Commented] (GERONIMO-5954) font type and size of error message displayed in "osgi bundles" porlet are incongruity

    [ https://issues.apache.org/jira/browse/GERONIMO-5954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13031177#comment-13031177 ] 

Rex Wang commented on GERONIMO-5954:
------------------------------------

I checked the html code of the 2 type messages, and the problem should be in <pre> tag of the detail message. we need define its style="margin:0px;font-family:xxxxx"
 
abbreviateMessages=====================================================================

<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; ">
<span class="Apple-style-span" style="color: rgb(30, 30, 82); font-family: Myriad, Helvetica, Tahoma, Arial, clean, sans-serif; font-size: 12px; ">
<table align="center" cellspacing="0" cellpadding="0" width="100%" border="0" summary="Inline Messages" valign="top" class="messagePortlet">
<tbody>
<tr valign="top">
<td style="width: 20px;">
<a class="expand-task" href="javascript:showHideSection('630527609154236org_apache_geronimo_abbreviateMessages');showHideSection('630527609154236org_apache_geronimo_detailedMessages');" tabindex="1">
<img border="0" align="absmiddle" alt="show/hide" src="/console/images/arrow_collapsed.gif" id="630527609154236org_apache_geronimo_abbreviateMessagesImg" title="show/hide">
</a>
</td>
<td style="width: 20px;">
<img height="16" width="16" align="baseline" src="/console/images/msg_error.gif" alt="Error" title="Error">
</td>
<td>
<span id="630527609154236org_apache_geronimo_abbreviateMessages" style="display: inline; " class="validation-error">
Encountered an unhandled exception while process action: install
</span>
</td>
</tr>
</tbody>
</table>
</span>
</span>


detailedMessages=====================================================================

<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; ">
<span class="Apple-style-span" style="color: rgb(30, 30, 82); font-family: Myriad, Helvetica, Tahoma, Arial, clean, sans-serif; font-size: 12px; ">
<table align="center" cellspacing="0" cellpadding="0" width="100%" border="0" summary="Inline Messages" valign="top" class="messagePortlet">
<tbody>
<tr valign="top">
<td style="width: 20px;">
<a class="expand-task" href="javascript:showHideSection('630527609154236org_apache_geronimo_abbreviateMessages');showHideSection('630527609154236org_apache_geronimo_detailedMessages');" tabindex="1">
<img border="0" align="absmiddle" alt="show/hide" src="/console/images/arrow_expanded.gif" id="630527609154236org_apache_geronimo_abbreviateMessagesImg" title="show/hide">
</a>
</td>
<td style="width: 20px;">
<img height="16" width="16" align="baseline" src="/console/images/msg_error.gif" alt="Error" title="Error">
</td>
<td>
<span id="630527609154236org_apache_geronimo_detailedMessages" style="display: inline; " class="validation-error">
<pre>
Encountered an unhandled exception while process action: install
<br>Error converting plugin at D:\_g\_tck\geronimo-tck30\tck-testsuite\target\geronimo-tomcat-cts-3.0-SNAPSHOT\var\cache\org.eclipse.osgi\bundles\375\1\bundlefile.
</pre>
</span>
</td>
</tr>
</tbody>
</table>
</span>
</span>

> font type and size of error message displayed in "osgi bundles" porlet are incongruity
> --------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-5954
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5954
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: deployment
>    Affects Versions: 3.0
>         Environment: JRE 1.6.0 IBM J9 2.4 Windows XP x86-32 jvmwi3260sr9-20101209_70480 (JIT enabled, AOT enabled)
>            Reporter: Tina Li
>            Assignee: Shenghao Fang
>            Priority: Minor
>
> 1.Use the build 2011.05.08-22:24:21.089+0800-3.0-SNAPSHOT
> 2.Start the server if it's not started
> 3.Deploy an osgi bundle via "Deployer" in admin console,then displayed error message.
> Then expand this message and found the font type and size are different compared the font that before expaned .  
> 4.Deploy an eba application via "OSGI Bundles" Porlet in admin console can find the same problem.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira