|
View:
New views
7 Messages
—
Rating Filter:
Alert me
|
|
|
[jira] Created: (LIVETRIBE-66) Handle incompatible JARs gracefullyHandle incompatible JARs gracefully
----------------------------------- Key: LIVETRIBE-66 URL: http://jira.codehaus.org/browse/LIVETRIBE-66 Project: LiveTribe Issue Type: Bug Affects Versions: JSR223 2.0.3 Reporter: Jim White Attachments: catch-error-diff.txt In the event that you try and load an engine that is compiled for JDK 1.6 and you're on JDK 1.5 then you'll get an error that is not caught in the ScriptManager initialization and will result in any further engines not getting loaded. I encountered this problem on my Mac where some update put the AppleScript.jar (which is for JDK 1.6 and thus throws LinkageError and/or AnnotationError if you try to load it) into $JAVA_HOME/lib/ext/. Hugely annoying. So this patch will catch LinkageError and AnnotationError and ignore it so that any further engines can be initialized. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
|
[jira] Work started: (LIVETRIBE-66) Handle incompatible JARs gracefully[ http://jira.codehaus.org/browse/LIVETRIBE-66?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on LIVETRIBE-66 started by Alan Cabrera. > Handle incompatible JARs gracefully > ----------------------------------- > > Key: LIVETRIBE-66 > URL: http://jira.codehaus.org/browse/LIVETRIBE-66 > Project: LiveTribe > Issue Type: Bug > Affects Versions: JSR223 2.0.3 > Reporter: Jim White > Assignee: Alan Cabrera > Attachments: catch-error-diff.txt > > > In the event that you try and load an engine that is compiled for JDK 1.6 and you're on JDK 1.5 then you'll get an error that is not caught in the ScriptManager initialization and will result in any further engines not getting loaded. I encountered this problem on my Mac where some update put the AppleScript.jar (which is for JDK 1.6 and thus throws LinkageError and/or AnnotationError if you try to load it) into $JAVA_HOME/lib/ext/. Hugely annoying. > So this patch will catch LinkageError and AnnotationError and ignore it so that any further engines can be initialized. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
|
[jira] Assigned: (LIVETRIBE-66) Handle incompatible JARs gracefully[ http://jira.codehaus.org/browse/LIVETRIBE-66?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Cabrera reassigned LIVETRIBE-66: ------------------------------------- Assignee: Alan Cabrera > Handle incompatible JARs gracefully > ----------------------------------- > > Key: LIVETRIBE-66 > URL: http://jira.codehaus.org/browse/LIVETRIBE-66 > Project: LiveTribe > Issue Type: Bug > Affects Versions: JSR223 2.0.3 > Reporter: Jim White > Assignee: Alan Cabrera > Attachments: catch-error-diff.txt > > > In the event that you try and load an engine that is compiled for JDK 1.6 and you're on JDK 1.5 then you'll get an error that is not caught in the ScriptManager initialization and will result in any further engines not getting loaded. I encountered this problem on my Mac where some update put the AppleScript.jar (which is for JDK 1.6 and thus throws LinkageError and/or AnnotationError if you try to load it) into $JAVA_HOME/lib/ext/. Hugely annoying. > So this patch will catch LinkageError and AnnotationError and ignore it so that any further engines can be initialized. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
|
[jira] Updated: (LIVETRIBE-66) Handle incompatible JARs gracefully[ http://jira.codehaus.org/browse/LIVETRIBE-66?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Cabrera updated LIVETRIBE-66: ---------------------------------- Fix Version/s: JSR223 2.0.4 > Handle incompatible JARs gracefully > ----------------------------------- > > Key: LIVETRIBE-66 > URL: http://jira.codehaus.org/browse/LIVETRIBE-66 > Project: LiveTribe > Issue Type: Bug > Affects Versions: JSR223 2.0.3 > Reporter: Jim White > Assignee: Alan Cabrera > Fix For: JSR223 2.0.4 > > Attachments: catch-error-diff.txt > > > In the event that you try and load an engine that is compiled for JDK 1.6 and you're on JDK 1.5 then you'll get an error that is not caught in the ScriptManager initialization and will result in any further engines not getting loaded. I encountered this problem on my Mac where some update put the AppleScript.jar (which is for JDK 1.6 and thus throws LinkageError and/or AnnotationError if you try to load it) into $JAVA_HOME/lib/ext/. Hugely annoying. > So this patch will catch LinkageError and AnnotationError and ignore it so that any further engines can be initialized. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
|
[jira] Resolved: (LIVETRIBE-66) Handle incompatible JARs gracefully[ http://jira.codehaus.org/browse/LIVETRIBE-66?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Cabrera resolved LIVETRIBE-66. ----------------------------------- Resolution: Fixed Thanks for the patch! > Handle incompatible JARs gracefully > ----------------------------------- > > Key: LIVETRIBE-66 > URL: http://jira.codehaus.org/browse/LIVETRIBE-66 > Project: LiveTribe > Issue Type: Bug > Affects Versions: JSR223 2.0.3 > Reporter: Jim White > Assignee: Alan Cabrera > Fix For: JSR223 2.0.4 > > Attachments: catch-error-diff.txt > > > In the event that you try and load an engine that is compiled for JDK 1.6 and you're on JDK 1.5 then you'll get an error that is not caught in the ScriptManager initialization and will result in any further engines not getting loaded. I encountered this problem on my Mac where some update put the AppleScript.jar (which is for JDK 1.6 and thus throws LinkageError and/or AnnotationError if you try to load it) into $JAVA_HOME/lib/ext/. Hugely annoying. > So this patch will catch LinkageError and AnnotationError and ignore it so that any further engines can be initialized. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
|
[jira] Resolved: (LIVETRIBE-66) Handle incompatible JARs gracefully[ http://jira.codehaus.org/browse/LIVETRIBE-66?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Cabrera resolved LIVETRIBE-66. ----------------------------------- Resolution: Fixed Thanks for the patch! > Handle incompatible JARs gracefully > ----------------------------------- > > Key: LIVETRIBE-66 > URL: http://jira.codehaus.org/browse/LIVETRIBE-66 > Project: LiveTribe > Issue Type: Bug > Affects Versions: JSR223 2.0.3 > Reporter: Jim White > Assignee: Alan Cabrera > Fix For: JSR223 2.0.4 > > Attachments: catch-error-diff.txt > > > In the event that you try and load an engine that is compiled for JDK 1.6 and you're on JDK 1.5 then you'll get an error that is not caught in the ScriptManager initialization and will result in any further engines not getting loaded. I encountered this problem on my Mac where some update put the AppleScript.jar (which is for JDK 1.6 and thus throws LinkageError and/or AnnotationError if you try to load it) into $JAVA_HOME/lib/ext/. Hugely annoying. > So this patch will catch LinkageError and AnnotationError and ignore it so that any further engines can be initialized. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
|
[jira] Updated: (LIVETRIBE-66) Handle incompatible JARs gracefully[ http://jira.codehaus.org/browse/LIVETRIBE-66?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Cabrera updated LIVETRIBE-66: ---------------------------------- Issue Type: Improvement (was: Bug) > Handle incompatible JARs gracefully > ----------------------------------- > > Key: LIVETRIBE-66 > URL: http://jira.codehaus.org/browse/LIVETRIBE-66 > Project: LiveTribe > Issue Type: Improvement > Affects Versions: JSR223 2.0.3 > Reporter: Jim White > Assignee: Alan Cabrera > Fix For: JSR223 2.0.4 > > Attachments: catch-error-diff.txt > > > In the event that you try and load an engine that is compiled for JDK 1.6 and you're on JDK 1.5 then you'll get an error that is not caught in the ScriptManager initialization and will result in any further engines not getting loaded. I encountered this problem on my Mac where some update put the AppleScript.jar (which is for JDK 1.6 and thus throws LinkageError and/or AnnotationError if you try to load it) into $JAVA_HOME/lib/ext/. Hugely annoying. > So this patch will catch LinkageError and AnnotationError and ignore it so that any further engines can be initialized. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
| Free embeddable forum powered by Nabble | Forum Help |