According to [2] (see "Oracle content" section) IBM JDK 8 has Nashorn in it. So, UUF should work in IBM JDK :).
Regarding your issue, According to the error log in [1] it seems like a CNF problem. Log says the it cannot find "java.lang.Class$Atomic" class. CNF exception is thrown from the static block in org.wso2.msf4j.util.RuntimeAnnotations class [3] where "java.lang.Class$Atomic" class is loaded using Class.forName() method. @ThusithaD, is there a workaround or a solution for this? [2] https://www-01.ibm.com/support/docview.wss?uid=swg21696670 [3] https://github.com/wso2/msf4j/blob/v2.1.0/core/src/main/java/org/wso2/msf4j/util/RuntimeAnnotations.java#L54 Thanks. On Wed, Feb 22, 2017 at 12:39 PM, Denuwanthi De Silva <[email protected]> wrote: > Hi, > > When starting the IS 6.0.0 pack on top of IBM JDK 8 latest version we get > the error reported at [1]. > The other microservices in the pack are added without an issue. I also > tested a micro service sample and it works fine on ibm jdk. > But when come to org.wso2.carbon.uuf.httpconnector.msf4j.UUFMicroservice > it throws the reported error. > After that cannot visit the User portal app as well. > > Are we supporting IBM jsk 8 for uuf? Any insight on this will be helpful. > > > > [1][https://wso2.org/jira/browse/IDENTITY-5762] > > > Thanks, > -- > Denuwanthi De Silva > Senior Software Engineer; > WSO2 Inc.; http://wso2.com, > Email: [email protected] > Blog: https://denuwanthi.wordpress.com/ > -- Sajith Janaprasad Ariyarathna Software Engineer; WSO2, Inc.; http://wso2.com/ <https://wso2.com/signature>
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
