[ https://jira.terracotta.org/jira//browse/CDV-256?page=comments#action_21275 ] Eugene Kuleshov commented on CDV-256: -------------------------------------
I've removed use of JCE's digest. > *..* include pattern not currently functional under IBM JDK > ----------------------------------------------------------- > > Key: CDV-256 > URL: https://jira.terracotta.org/jira//browse/CDV-256 > Project: Community Development > Issue Type: Bug > Components: DSO:L1 > Reporter: Tim Eck > Assigned To: Eugene Kuleshov > Attachments: ibm.tar.gz > > > There is more than one problem here. > The first is that trying to load the "SHA" message digest in > SerialVersionUIDAdder ends up calling back into itself (since the > implementation classes are loaded by the extension loader if I recall > correctly). Anyway, the resullt is StackOverflow. > I started working on a solution that tries to prevent cycles which gets one > further, but then I get a unexplained VM exit (at least when I try to start > WAS). Excluding "org.eclipse.osgi..*" gets rid of the problem, but that > doesn't narrow it down too far. I'm going to attach the code just for good > measure. There is also an issue with the System.err.println() in > AbstractClassDumper that manifests under Websphere AS since it is trying to > swap out System.out at some point in time. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://jira.terracotta.org/jira//secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira _______________________________________________ tc-dev mailing list [email protected] http://lists.terracotta.org/mailman/listinfo/tc-dev
