You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "ant elder (JIRA)" <de...@tuscany.apache.org> on 2010/11/21 12:11:13 UTC

[jira] Closed: (TUSCANY-3794) Incompatible Jython impl in 2.x binary distribution

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

ant elder closed TUSCANY-3794.
------------------------------

    Resolution: Fixed

> Incompatible Jython impl in 2.x binary distribution
> ---------------------------------------------------
>
>                 Key: TUSCANY-3794
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-3794
>             Project: Tuscany
>          Issue Type: Bug
>            Reporter: ant elder
>             Fix For: Java-SCA-2.0
>
>
> The Jython version thats included in the binary distribution doesn't work with implementation.script. 
> The exception i get is:
> Caused by: java.lang.VerifyError: class com.sun.script.jython.JythonScope overrides final method __findattr__.(Ljava/lang/String;)Lo
> rg/python/core/PyObject;
>         at java.lang.ClassLoader.defineClass1(Native Method)
>         at java.lang.ClassLoader.defineClassCond(Unknown Source)
>         at java.lang.ClassLoader.defineClass(Unknown Source)
>         at java.security.SecureClassLoader.defineClass(Unknown Source)
>         at java.net.URLClassLoader.defineClass(Unknown Source)
>         at java.net.URLClassLoader.access$000(Unknown Source)
>         at java.net.URLClassLoader$1.run(Unknown Source)
>         at java.security.AccessController.doPrivileged(Native Method)
>         at java.net.URLClassLoader.findClass(Unknown Source)
>         at java.lang.ClassLoader.loadClass(Unknown Source)
>         at java.lang.ClassLoader.loadClass(Unknown Source)
>         at com.sun.script.jython.JythonScriptEngineFactory.getScriptEngine(JythonScriptEngineFactory.java:132)
>         at javax.script.ScriptEngineManager.getEngineByExtension(Unknown Source)
>         at org.apache.tuscany.sca.implementation.script.provider.ScriptImplementationProvider.scriptEngine(ScriptImplementationProvi
> der.java:162)
>         at org.apache.tuscany.sca.implementation.script.provider.ScriptImplementationProvider.start(ScriptImplementationProvider.jav
> a:86)
>         at org.apache.tuscany.sca.core.assembly.impl.CompositeActivatorImpl.start(CompositeActivatorImpl.java:394)
>         at org.apache.tuscany.sca.core.assembly.impl.CompositeActivatorImpl.start(CompositeActivatorImpl.java:340)
>         at org.apache.tuscany.sca.node2.impl.DeployedComposite.init(DeployedComposite.java:106)
>         at org.apache.tuscany.sca.node2.impl.DeployedComposite.<init>(DeployedComposite.java:71)
>         at org.apache.tuscany.sca.node2.impl.NodeImpl.runComposite(NodeImpl.java:313)
>         at org.apache.tuscany.sca.node2.impl.NodeImpl.installContribution(NodeImpl.java:110)
>         at org.apache.tuscany.sca.node2.impl.NodeImpl.installContribution(NodeImpl.java:87)
>         at org.apache.tuscany.sca.shell.Shell.install(Shell.java:151)
>         at org.apache.tuscany.sca.shell.Shell$3.call(Shell.java:394)
>         at org.apache.tuscany.sca.shell.Shell$3.call(Shell.java:392)
>         at org.apache.tuscany.sca.shell.Shell.apply(Shell.java:499)
>         at org.apache.tuscany.sca.shell.Shell.run(Shell.java:514)
>         at org.apache.tuscany.sca.shell.Shell.main(Shell.java:75)
>         ... 6 more

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.