Hi all, FYI today I've download evaluation version of JIRA and tried to run it with the most recent version of our HDK. At the beginning it didn't want to work due to NoClassDefFound error for following classes: com/sun/image/codec/jpeg/ImageFormatException.class sun/security/action/GetPropertyAction.class Then I created simple stubs for them and placed to $CATALINA_HOME/shared/classes. Then I run tomcat again and ... JIRA started to work. Without any exceptions, stacktraces, hangs and crashes! I was playing with it about two hours. I've successfully created a new project, project's components, several users and permissions for them. First two JIRA issues were successfully filed. Here is a screenshot to prove that this wasn't a figment of my imagination - [1] . Don't pay attention to JVM vendor. Most likely it's value is mistakenly taken from "java.specification.vendor" or "java.vm.specification.vendor".
Of course I understand this wasn't a stress test in a production environment. But the fact that Harmony already is able to host (small) JIRA instances deserves community attention IMO. [1] http://people.apache.org/~ayza/JIRA_on_Harmony.png Thanks, Alexei 2007/10/18, Spark Shen <[EMAIL PROTECTED]>: > 2007/10/18, Mikhail Loenko <[EMAIL PROTECTED]>: > > > > fyi (it did not reach dev-list AFAIU) > > > ?? :-) > > ---------- Forwarded message ---------- > > From: Kathey Marsden <[EMAIL PROTECTED]> > > Date: 18.10.2007 3:19 > > Subject: Re: Apache Harmony for Apache internal use? > > To: Graham Leggett <[EMAIL PROTECTED]> > > Cc: Mikhail Loenko <[EMAIL PROTECTED]>, [EMAIL PROTECTED], > > [email protected] > > > > > > Graham Leggett wrote: > > > On Wed, October 17, 2007 11:56 am, Mikhail Loenko wrote: > > > > > > > > >> I'm a Harmony developer and wondering what's necessary for > > >> Apache to use it's own Harmony for internal use rather than Sun's or > > >> another Java. > > >> > > >> > > One good option for testing harmony might be to try the Derby functional > > tests. The Derby tests traditionally are very good at finding jvm bugs, > > especially JIT bugs. > > > +1. And seems harmony has already run against derby tests previously. > > Kathey
