You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/05/11 08:52:12 UTC

[jira] [Commented] (KARAF-4524) SCTP class from JDK missing in jre.properties

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

ASF GitHub Bot commented on KARAF-4524:
---------------------------------------

GitHub user frouleau opened a pull request:

    https://github.com/apache/karaf/pull/185

    [KARAF-4524] Add missing jdk's sctp classes to jre.properties

    JDK is using com.sun.nio.sctp package for sctp support which is not in jre.properties.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/frouleau/karaf KARAF-4524

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/karaf/pull/185.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #185
    
----
commit 014f4933daef140a984df67f20a48f1604e23c97
Author: Frédérik Rouleau <fr...@prosodie.com>
Date:   2016-05-11T08:09:55Z

    [KARAF-4524] Add missing jdk's sctp classes to jre.properties

----


> SCTP class from JDK missing in jre.properties
> ---------------------------------------------
>
>                 Key: KARAF-4524
>                 URL: https://issues.apache.org/jira/browse/KARAF-4524
>             Project: Karaf
>          Issue Type: Improvement
>          Components: karaf-core
>    Affects Versions: 4.0.5
>         Environment: Linux
>            Reporter: Frédérik ROULEAU
>            Priority: Minor
>
> To use SCTP protocol in Java, you must use classes from package com.sun.nio.sctp included in JDK till 1.7. But this package is not in jre.properties leading to class not found exception.
> It might be helpfull to add this package by default.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)