[jboss-jira] [JBoss JIRA] (WFCORE-1133) JDK 1.8 on Mac causes javax.script.ScriptEngineFactory: Provider apple.applescript.AppleScriptEngineFactory not found

Jay SenSharma (JIRA) issues at jboss.org
Mon Nov 16 12:51:00 EST 2015


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

Jay SenSharma commented on WFCORE-1133:
---------------------------------------

Pull request sent: https://github.com/wildfly/wildfly-core/pull/1249
Looks like we need to add following dependency in the "sun.scripting" module

{code:java}
 <path name="apple/applescript"/>
{code}

> JDK 1.8 on Mac causes javax.script.ScriptEngineFactory: Provider apple.applescript.AppleScriptEngineFactory not found
> ---------------------------------------------------------------------------------------------------------------------
>
>                 Key: WFCORE-1133
>                 URL: https://issues.jboss.org/browse/WFCORE-1133
>             Project: WildFly Core
>          Issue Type: Bug
>    Affects Versions: 2.0.1.Final
>         Environment: Macbook
> JDK 1.8 
>            Reporter: Jay SenSharma
>         Attachments: WildFlyServerSideJavaScript.war
>
>
> - When we try deploying any simple ServerSide java script based application on WildFly 10 we see the following Error while deploying the application:
> {code:java}
> 22:50:49,050 ERROR [stderr] (ServerService Thread Pool -- 62) ScriptEngineManager providers.next(): javax.script.ScriptEngineFactory: Provider apple.applescript.AppleScriptEngineFactory not found
> {code}
> try deploying the attached application on WildFly 10 and notice the console output.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jboss-jira mailing list