Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Reloading gerrit webapp context fails - classloading problem


On Sat, Oct 3, 2015 at 10:02 PM, Thomas Meyer <thomas@xxxxxxxx> wrote:
<New class="org.h2.jdbcx.JdbcDataSource">
        <Set name="url">jdbc:h2:file:gerrit/db/ReviewDB</Set>
      </New>

Try spelling 'url' in capital letters, just as 'URL' or - even better - upgrade the H2 jar, there has been a change already in 2013 which should fix your issue: https://github.com/h2database/h2database/commit/1b8ca254aba2dae47e6821d02e6a44d26aae4f77

Back to the top