JIRA registration problem

I need to file an issue against Liquibase 3.5.3, but have been having trouble registering to JIRA. I’ve tried a few times over the past week and always receive the same message at the end of the registration process: “We are currently unable to complete your sign up. There are no available licenses for JIRA Software.”

Are there any admins who could look into this? Or perhaps it’s something I’m doing wrong?

(The actual issue I need to file is that Liquibase doesn’t play well with javacc 6)

Thanks Steve. Here’s what I’m running into: I’m the package maintainer for Liquibase in Fedora (a Linux distribution) and when I build Liquibase in the impending version of Fedora I’m getting some compilation errors.

Compilation failure [ERROR] /builddir/build/BUILD/liquibase-liquibase-parent-3.5.3/liquibase-core/src/main/java/liquibase/util/SqlParser.java:[54,19] liquibase.util.SqlParser.SqlCharStream is not abstract and does not override abstract method setTrackLineColumn(boolean) in liquibase.util.grammar.CharStream
Javacc 5.x, used by current Fedora releases, works just fine but the impeding release uses Javacc 6.1.3. In Javacc 6.1.3, it looks like the CharStream interface added some new methods with setTrackLineColumn and getTrackLineColumn among them. The documentation on these interfaces on the javacc site is very spotty, but I found some random javadoc that appears to reflect the new interface. If the Liquibase team could implement those missing methods, I can get Liquibase built for upstream Fedora.

I’ll make sure Nathan sees this, but in the meantime if you would like to write something up here I can enter it into Jira.

Steve Donie
Principal Software Engineer
Datical, Inc. http://www.datical.com/

I’ve created https://liquibase.jira.com/browse/CORE-2933

Steve Donie
Principal Software Engineer
Datical, Inc. http://www.datical.com/

Thanks for pointing out the jira issue. I’ll look into it.

I’ll also look at the javacc issue, thanks for creating that Steve.

Nathan