You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Nicolas Roduit (JIRA)" <ji...@apache.org> on 2014/02/10 20:49:19 UTC

[jira] [Closed] (FELIX-3363) Native bundles cannot be installed on Windows Server 2008 r2 with the tag win32

     [ https://issues.apache.org/jira/browse/FELIX-3363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nicolas Roduit closed FELIX-3363.
---------------------------------


> Native bundles cannot be installed on Windows Server 2008 r2 with the tag win32
> -------------------------------------------------------------------------------
>
>                 Key: FELIX-3363
>                 URL: https://issues.apache.org/jira/browse/FELIX-3363
>             Project: Felix
>          Issue Type: Bug
>          Components: Framework
>    Affects Versions: framework-4.0.2
>         Environment: Windows Server 2008 R2
>            Reporter: Nicolas Roduit
>            Assignee: Richard S. Hall
>            Priority: Minor
>             Fix For: framework-4.0.3
>
>
>   The Java property "os.name" is "Windows Server 2008 R2" on R2 system.
> "osname=win32" in the Bundle-NativeCode entry doe not work, this exception is thrown:org.osgi.framework.BundleException: Unresolved constraint in bundle native-lib-windows-x86 [6]: No matching native libraries found.
> This osname alias needs to be added to the felix framework.
> There is a workaround, just add
>    osname="windows server 2008 r2";
> after
>    osname=win32;
> in the Bundle-NativeCode entry. 



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)