[jbosstools-issues] [JBoss JIRA] (JBIDE-16689) Crash after CTRL + rightclick + find implementation

Nick Boldt (JIRA) issues at jboss.org
Tue Mar 4 13:39:33 EST 2014


    [ https://issues.jboss.org/browse/JBIDE-16689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12949925#comment-12949925 ] 

Nick Boldt commented on JBIDE-16689:
------------------------------------

>From the paste:

{code:title=http://www.heypasteit.com/clip/17KY}
!MESSAGE Unable to locate secure storage module (org.eclipse.equinox.security.windowspasswordprovider).
{code}

This suggests that maybe we need to add these missing fragments/plugins to the product definition:
{code}
      <plugin id="org.eclipse.equinox.security"/>
      <plugin id="org.eclipse.equinox.security.macosx" fragment="true"/>
      <plugin id="org.eclipse.equinox.security.win32.x86" fragment="true"/>
      <plugin id="org.eclipse.equinox.security.win32.x86_64" fragment="true"/>
{code}
                
> Crash after CTRL + rightclick + find implementation
> ---------------------------------------------------
>
>                 Key: JBIDE-16689
>                 URL: https://issues.jboss.org/browse/JBIDE-16689
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>            Reporter: Edoardo Barolo
>


--
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


More information about the jbosstools-issues mailing list