cannot connect mysql ....

704 views
Skip to first unread message

Manoj Kumar

unread,
Jul 23, 2015, 6:41:13 AM7/23/15
to Kill Bill users mailing-list
Hi Pierre,
Currenlty i trying to use killbill
but i facing problem
to configure the My sql database
i have made changes accourding need of mysql but it still hitting H2 datbase
could you help me out how can make these change so i can get configure mysql.

setups for configure mysql-
i have made change in Killbillserver properties
deaoconfig file
please help me
but no effect still hitiing h2 database.

Thanks,
Manoj

Pierre-Alexandre Meyer

unread,
Jul 25, 2015, 2:21:08 PM7/25/15
to Manoj Kumar, Kill Bill users mailing-list
Hello Manoj,

Are you using Windows? If so, you need to use Docker. Take a look at this blog post to get started: http://killbill.io/blog/having-fun-with-docker-stripe-kill-bill/

Also, so we can better help you in the future, please send us your Kill Bill log and configuration files.

Cheers,


--
You received this message because you are subscribed to the Google Groups "Kill Bill users mailing-list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to killbilling-us...@googlegroups.com.
To post to this group, send email to killbill...@googlegroups.com.
Visit this group at http://groups.google.com/group/killbilling-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/killbilling-users/4e90121b-6fe0-46a2-9f3b-853b06ace848%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--
Pierre

Pierre-Alexandre Meyer

unread,
Jul 25, 2015, 5:00:36 PM7/25/15
to Manoj Kumar, killbill...@googlegroups.com
All you have to do is configure your JDBC properties:

org.killbill.billing.osgi.dao.url: jdbc:mysql://127.0.0.1:3306/killbill
org.killbill.billing.osgi.dao.user: killbill
org.killbill.billing.osgi.dao.password: killbill
org.killbill.dao.url: jdbc:mysql://127.0.0.1:3306/killbill
org.killbill.dao.user: killbill
org.killbill.dao.password: killbill

Can you send us your Kill Bill log and configuration files?

Thanks,

On Sat, Jul 25, 2015 at 3:05 PM, Manoj Kumar <manoj.sh...@gmail.com> wrote:
Hi Pierre,

No i am not using window. Currently  I am using ubuntu 14.04. But I am not able to connect MySQL. Please help me out how can i connect to MySQL instead of H2. Which step are involved to connect mysql or where i ahve to make changes to connect MySQL. I have done some changes in killbillserver properties and config  files , but it is still hitting H2 database.


Thanks.



--
Pierre

Pierre-Alexandre Meyer

unread,
Jul 27, 2015, 10:10:15 AM7/27/15
to Manoj Kumar, killbill...@googlegroups.com
Hello Manoj,

Can you send the Kill Bill (server) logs?

Thanks,

On Mon, Jul 27, 2015 at 1:49 AM, Manoj Kumar <manoj.sh...@gmail.com> wrote:
.Hi

What you have suggested in your mail, i have already tried but unable to hit MySQL.Application still hitting H2 database

See config files-


#
# The Billing Project licenses this file to you under the Apache License, version 2.0
# (the "License"); you may not use this file except in compliance with the
# License.  You may obtain a copy of the License at:
#
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the
# License for the specific language governing permissions and limitations
# under the License.
#

#
# KILLBILL GENERIC PROPERTIES
#
# Database config
org.killbill.dao.url=jdbc:mysql://127.0.0.1:3306/killbill
org.killbill.dao.user=root
org.killbill.dao.password=root
org.killbill.dao.logLevel=DEBUG

# Use the SpyCarAdvanced.xml catalog
#org.killbill.catalog.uri=SpyCarAdvanced.xml
org.killbill.catalog.uri=CatalogMos.xml

# NotificationQ, Bus, ExtBus config
org.killbill.notificationq.main.sleep=1000
org.killbill.notificationq.main.claimed=10
org.killbill.notificationq.main.sticky=true

org.killbill.persistent.bus.external.sticky=true
org.killbill.persistent.bus.external.inMemory=true

org.killbill.persistent.bus.main.sticky=true
org.killbill.persistent.bus.main.claimed=1
org.killbill.persistent.bus.main.inflight.claimed=1
org.killbill.persistent.bus.main.nbThreads=1
org.killbill.persistent.bus.main.sleep=0
org.killbill.persistent.bus.main.useInflightQ=true
org.killbill.persistent.bus.main.queue.capacity=100

# Start KB in multi-tenant
org.killbill.server.multitenant=true

# Override polling from Tenant Broadcast Task
org.killbill.tenant.broadcast.rate=1s

#
# PLUGIN SPECIFIC PROPERTIES
#
# Database config (OSGI plugins)
org.killbill.billing.osgi.dao.url=jdbc:mysql://127.0.0.1:3306/killbill
org.killbill.billing.osgi.dao.user=root
org.killbill.billing.osgi.dao.password=root

# Allow jruby concurrency
org.killbill.jruby.context.scope=THREADSAFE

# Path for plugin config
#org.killbill.billing.osgi.bundles.jruby.conf.dir=/var/tmp/bundles/plugins/config
org.killbill.osgi.bundle.install.dir=/var/tmp/bundles_analytics_mos

# Config property files for plugin to access
org.killbill.server.properties=/Users/sbrossier/Src/killbill/killbill/profiles/killbill/src/main/resources/killbill-server.properties

#
# INTEGRATION TESTS ONLY
#
# To enable test endpoint and have Kill Bill run with a ClockMock (should not be used for production server)
org.killbill.server.test.mode=true

# Set payment calls to timeout after 5 sec -- mostly for integration tests
org.killbill.payment.plugin.timeout=5s

org.killbill.payment.retry.days=

org.killbill.catalog.bundlePath=CatalogTranslation
org.killbill.template.bundlePath=InvoiceTranslation
org.killbill.template.name=HtmlInvoiceTemplate.mustache



















please see Daoconfig file-



package org.killbill.commons.jdbi.guice;
import org.killbill.commons.jdbi.log.LogLevel;
import org.skife.config.Config;
import org.skife.config.Default;
import org.skife.config.DefaultNull;
import org.skife.config.Description;
import org.skife.config.TimeSpan;
public interface DaoConfig {
@Description("The jdbc url for the database")
@Config("org.killbill.dao.url")
// @Default("jdbc:h2:file:/var/tmp/killbill;MODE=MYSQL;DB_CLOSE_DELAY=-1;MVCC=true;DB_CLOSE_ON_EXIT=FALSE")
@Default("jdbc:mysql://localhost:3306/killbill?profileSQL=true") String getJdbcUrl();
@Description("The jdbc user name for the database")
@Config("org.killbill.dao.user")
@Default("killbill")
String getUsername();
@Description("The jdbc password for the database")
@Config("org.killbill.dao.password")
@Default("killbill")
String getPassword();
@Description("The minimum allowed number of idle connections to the database")
@Config("org.killbill.dao.minIdle")
@Default("1")
int getMinIdle();
@Description("The maximum allowed number of active connections to the database")
@Config("org.killbill.dao.maxActive")
@Default("100")
int getMaxActive();
@Description("How long to wait before a connection attempt to the database is considered timed out")
@Config("org.killbill.dao.connectionTimeout")
@Default("10s")
TimeSpan getConnectionTimeout();
@Description("The time for a connection to remain unused before it is closed off")
@Config("org.killbill.dao.idleMaxAge")
@Default("60m")
TimeSpan getIdleMaxAge();
@Description("Any connections older than this setting will be closed off whether it is idle or not. Connections " +
"currently in use will not be affected until they are returned to the pool")
@Config("org.killbill.dao.maxConnectionAge")
@Default("0m")
TimeSpan getMaxConnectionAge();
@Description("Time for a connection to remain idle before sending a test query to the DB")
@Config("org.killbill.dao.idleConnectionTestPeriod")
@Default("5m")
TimeSpan getIdleConnectionTestPeriod();
@Description("Sets a SQL statement executed after every new connection creation before adding it to the pool")
@Config("org.killbill.dao.connectionInitSql")
@DefaultNull
String getConnectionInitSql();
@Description("Number of prepared statements that the driver will cache per connection")
@Config("org.killbill.dao.prepStmtCacheSize")
@Default("500")
int getPreparedStatementsCacheSize();
@Description("Maximum length of a prepared SQL statement that the driver will cache")
@Config("org.killbill.dao.prepStmtCacheSqlLimit")
@Default("2048")
int getPreparedStatementsCacheSqlLimit();
@Description("Enable prepared statements cache")
@Config("org.killbill.dao.cachePrepStmts")
@Default("true")
boolean isPreparedStatementsCacheEnabled();
@Description("Enable server-side prepared statements")
@Config("org.killbill.dao.useServerPrepStmts")
@Default("true")
boolean isServerSidePreparedStatementsEnabled();
@Description("DataSource class name provided by the JDBC driver, leave null for autodetection")
@Config("org.killbill.dao.dataSourceClassName")
@DefaultNull
String getDataSourceClassName();
@Description("JDBC driver to use (when dataSourceClassName is null)")
@Config("org.killbill.dao.driverClassName")
@DefaultNull
String getDriverClassName();
@Description("MySQL server version")
@Config("org.killbill.dao.mysqlServerVersion")
@Default("4.0")
String getMySQLServerVersion();
@Description("Log level for SQL queries")
@Config("org.killbill.dao.logLevel")
@Default("DEBUG")
LogLevel getLogLevel();
@Description("Connection pooling type")
@Config("org.killbill.dao.poolingType")
@Default("HIKARICP")
DataSourceConnectionPoolingType getConnectionPoolingType();
@Description("How long to wait before a connection attempt to the database is considered timed out (healthcheck only)")
@Config("org.killbill.dao.healthCheckConnectionTimeout")
@Default("10s")
TimeSpan getHealthCheckConnectionTimeout();
@Description("Expected 99th percentile calculation to obtain a connection (healthcheck only)")
@Config("org.killbill.dao.healthCheckExpected99thPercentile")
@Default("50ms")
TimeSpan getHealthCheckExpected99thPercentile();
}



--
Pierre

msab...@gmail.com

unread,
Jan 23, 2018, 4:07:21 AM1/23/18
to Kill Bill users mailing-list
Ive ended up with the same situation. How do we override the default settings of /killbill-jdbi-0.20.11-sources/org/killbill/commons/jdbi/guice/DaoConfig.java from

//@Default("jdbc:h2:file:/var/tmp/killbill;MODE=MYSQL;DB_CLOSE_DELAY=-1;MVCC=true;DB_CLOSE_ON_EXIT=FALSE")
@Default("jdbc:mysql://localhost:3306/killbill?profileSQL=true")

Making changes in properties does not help
org.killbill.billing.osgi.dao.url: jdbc:mysql://127.0.0.1:3306/killbill
org.killbill.billing.osgi.dao.user: killbill
org.killbill.billing.osgi.dao.password: killbill
org.killbill.dao.url: jdbc:mysql://127.0.0.1:3306/killbill
org.killbill.dao.user: killbill
org.killbill.dao.password: killbill

Appreciate your help, attached are the server logs

[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building killbill-profiles-killbill 0.18.14-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] >>> jetty-maven-plugin:9.2.10.v20150310:run (default-cli) > test-compile @ killbill-profiles-killbill >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-versions) @ killbill-profiles-killbill ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ killbill-profiles-killbill ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ killbill-profiles-killbill ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ killbill-profiles-killbill ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 28 source files to /home/user/projects/trials/killbill-master/profiles/killbill/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ killbill-profiles-killbill ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 10 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile) @ killbill-profiles-killbill ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 46 source files to /home/user/projects/trials/killbill-master/profiles/killbill/target/test-classes
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/KillbillClient.java:[116,22] [deprecation] createPaymentMethod(PaymentMethod,String,String,String) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/KillbillClient.java:[117,29] [deprecation] getAccount(String) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/KillbillClient.java:[141,29] [deprecation] createAccount(Account,String,String,String) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/KillbillClient.java:[154,29] [deprecation] createSubscription(Subscription,LocalDate,int,RequestOptions) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestJaxrsBase.java:[218,22] [deprecation] createTenant(Tenant,String,String,String) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestPaymentGateway.java:[67,48] [deprecation] processNotification(String,String,Map<String,String>,String,String,String) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestAdmin.java:[77,54] [deprecation] getPayment(UUID) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestAdmin.java:[87,54] [deprecation] getPayment(UUID) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestAdmin.java:[203,26] [deprecation] doPut(String,Object,Multimap<String,String>) in KillBillHttpClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestEntitlement.java:[256,56] [deprecation] createSubscription(Subscription,LocalDate,int,RequestOptions) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestEntitlement.java:[506,56] [deprecation] createSubscription(Subscription,LocalDate,int,RequestOptions) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestEntitlement.java:[556,59] [deprecation] createSubscription(Subscription,LocalDate,int,RequestOptions) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestEntitlement.java:[595,60] [deprecation] createSubscription(Subscription,LocalDate,int,RequestOptions) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestEntitlement.java:[651,59] [deprecation] createSubscription(Subscription,LocalDate,int,RequestOptions) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestPayment.java:[315,46] [deprecation] getPaymentByExternalKey(String) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestPayment.java:[319,68] [deprecation] createPaymentMethod(PaymentMethod,String,String,String) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestPayment.java:[868,48] [deprecation] getPayments() in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestPayment.java:[872,55] [deprecation] getPayment(UUID) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestPayment.java:[875,58] [deprecation] getPaymentsForAccount(UUID) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestBundle.java:[66,55] [deprecation] getAccountBundles(UUID,String) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestBundle.java:[76,55] [deprecation] getAccountBundles(UUID) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestBundle.java:[99,40] [deprecation] getAccountBundles(UUID) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestBundle.java:[125,35] [deprecation] transferBundle(Bundle,String,String,String) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestBundle.java:[165,44] [deprecation] getBundle(String) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestBundle.java:[170,22] [deprecation] setBlockingState(UUID,BlockingState,LocalDate,Map<String,String>,String,String,String) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestBundle.java:[172,56] [deprecation] getSubscription(UUID) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestBundle.java:[178,22] [deprecation] setBlockingState(UUID,BlockingState,LocalDate,Map<String,String>,String,String,String) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestBundle.java:[180,57] [deprecation] getSubscription(UUID) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestBundle.java:[201,49] [deprecation] getBundles() in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestBundle.java:[205,46] [deprecation] searchBundles(String) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestBundle.java:[206,46] [deprecation] searchBundles(String) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestBundle.java:[207,46] [deprecation] searchBundles(String) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestBundle.java:[210,37] [deprecation] getBundles(Long,Long) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestInvoiceNotification.java:[38,53] [deprecation] getInvoicesForAccount(UUID) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestInvoiceNotification.java:[42,22] [deprecation] triggerInvoiceNotification(UUID,String,String,String) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestPerTenantConfig.java:[69,22] [deprecation] createTenant(Tenant,String,String,String) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestPerTenantConfig.java:[84,48] [deprecation] getPaymentsForAccount(UUID) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestPerTenantConfig.java:[108,47] [deprecation] getPaymentsForAccount(UUID) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestPerTenantConfig.java:[111,49] [deprecation] getPaymentsForAccount(UUID) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestPerTenantConfig.java:[121,49] [deprecation] getPaymentsForAccount(UUID) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestPerTenantConfig.java:[134,47] [deprecation] getPaymentsForAccount(UUID) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestPerTenantConfig.java:[137,49] [deprecation] getPaymentsForAccount(UUID) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestPaymentMethod.java:[44,63] [deprecation] getPaymentMethodByKey(String,boolean) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestPaymentMethod.java:[46,63] [deprecation] getPaymentMethod(UUID,boolean) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestPaymentMethod.java:[49,63] [deprecation] getPaymentMethodByKey(String,boolean) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestPaymentMethod.java:[56,42] [deprecation] searchPaymentMethodsByKey(String) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestPaymentMethod.java:[57,42] [deprecation] searchPaymentMethodsByKeyAndPlugin(String,String) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestPaymentMethod.java:[68,62] [deprecation] getPaymentMethod(UUID,boolean) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestPaymentMethod.java:[71,42] [deprecation] searchPaymentMethodsByKey(String) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestPaymentMethod.java:[72,42] [deprecation] searchPaymentMethodsByKeyAndPlugin(String,String) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestPaymentMethod.java:[92,63] [deprecation] getPaymentMethods() in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestPaymentMethod.java:[95,44] [deprecation] getPaymentMethods(Long,Long) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestPaymentMethod.java:[117,63] [deprecation] createPaymentMethodCustomField(UUID,CustomField,String,String,String) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestPaymentMethod.java:[126,65] [deprecation] getPaymentMethodCustomFields(UUID,AuditLevel) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestPaymentMethod.java:[135,22] [deprecation] deletePaymentMethodCustomFields(UUID,Iterable<UUID>,String,String,String) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestPaymentMethod.java:[136,63] [deprecation] getPaymentMethodCustomFields(UUID,AuditLevel) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestPaymentMethod.java:[141,59] [deprecation] searchPaymentMethodsByKey(String,boolean) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestPaymentMethod.java:[145,59] [deprecation] searchPaymentMethodsByKeyAndPlugin(String,String) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestChargeback.java:[66,40] [deprecation] createInvoicePaymentChargeback(InvoicePaymentTransaction,String,String,String) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestChargeback.java:[70,49] [deprecation] createInvoicePaymentChargeback(InvoicePaymentTransaction,String,String,String) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestChargeback.java:[71,60] [deprecation] getInvoicePaymentsForAccount(UUID) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestChargeback.java:[93,35] [deprecation] getAccount(UUID) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestChargeback.java:[94,35] [deprecation] getPaymentMethod(UUID) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestChargeback.java:[97,22] [deprecation] deletePaymentMethod(UUID,Boolean,Boolean,String,String,String) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestChargeback.java:[100,33] [deprecation] getAccount(UUID) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestChargeback.java:[112,26] [deprecation] createInvoicePaymentChargeback(InvoicePaymentTransaction,String,String,String) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestChargeback.java:[128,26] [deprecation] createInvoicePaymentChargeback(InvoicePaymentTransaction,String,String,String) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestChargeback.java:[136,60] [deprecation] getInvoicePaymentsForAccount(UUID) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestChargeback.java:[147,60] [deprecation] createInvoicePaymentChargeback(InvoicePaymentTransaction,String,String,String) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestChargeback.java:[155,60] [deprecation] getInvoicePaymentsForAccount(UUID) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestChargeback.java:[181,53] [deprecation] getInvoicesForAccount(UUID) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestChargeback.java:[190,55] [deprecation] getInvoicePayment(UUID) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestPlugin.java:[72,33] [deprecation] pluginGET(String) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestPlugin.java:[75,33] [deprecation] pluginHEAD(String) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestPlugin.java:[78,33] [deprecation] pluginPOST(String,String) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestPlugin.java:[81,33] [deprecation] pluginPUT(String,String) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestPlugin.java:[84,33] [deprecation] pluginDELETE(String) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestPlugin.java:[87,33] [deprecation] pluginOPTIONS(String) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestPlugin.java:[96,33] [deprecation] pluginGET(String) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestPlugin.java:[99,33] [deprecation] pluginHEAD(String) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestPlugin.java:[102,33] [deprecation] pluginPOST(String,String) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestPlugin.java:[105,33] [deprecation] pluginPUT(String,String) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestPlugin.java:[108,33] [deprecation] pluginDELETE(String) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestPlugin.java:[111,33] [deprecation] pluginOPTIONS(String) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestPlugin.java:[119,33] [deprecation] pluginGET(String) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestPlugin.java:[122,33] [deprecation] pluginHEAD(String) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestPlugin.java:[125,33] [deprecation] pluginPOST(String,String) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestPlugin.java:[128,33] [deprecation] pluginPUT(String,String) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestPlugin.java:[131,33] [deprecation] pluginDELETE(String) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestPlugin.java:[134,33] [deprecation] pluginOPTIONS(String) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestAccountEmail.java:[42,61] [deprecation] getEmailsForAccount(UUID) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestAccountEmail.java:[46,22] [deprecation] addEmailToAccount(AccountEmail,String,String,String) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestAccountEmail.java:[49,62] [deprecation] getEmailsForAccount(UUID) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestAccountEmail.java:[55,22] [deprecation] addEmailToAccount(AccountEmail,String,String,String) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestAccountEmail.java:[58,61] [deprecation] getEmailsForAccount(UUID) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestAccountEmail.java:[66,22] [deprecation] removeEmailFromAccount(AccountEmail,String,String,String) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestAccountEmail.java:[69,62] [deprecation] getEmailsForAccount(UUID) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestAccountEmail.java:[75,22] [deprecation] addEmailToAccount(AccountEmail,String,String,String) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestAccountEmail.java:[76,42] [deprecation] getEmailsForAccount(UUID) in KillBillClient has been deprecated
[WARNING] /home/user/projects/trials/killbill-master/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestTenantKV.java:[56,51] [deprecation] registerPluginConfigurationForTenant(String,String,String,String,String) in KillBillClient has been deprecated
[INFO]
[INFO] <<< jetty-maven-plugin:9.2.10.v20150310:run (default-cli) < test-compile @ killbill-profiles-killbill <<<
[INFO]
[INFO] --- jetty-maven-plugin:9.2.10.v20150310:run (default-cli) @ killbill-profiles-killbill ---
[INFO] Logging initialized @7840ms
[INFO] Configuring Jetty for project: killbill-profiles-killbill
[INFO] Webapp source directory = /home/user/projects/trials/killbill-master/profiles/killbill/src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] Classes = /home/user/projects/trials/killbill-master/profiles/killbill/target/classes
[INFO] Context path = /
[INFO] Tmp directory = /home/user/projects/trials/killbill-master/profiles/killbill/target/tmp
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides = none
[INFO] web.xml file = file:/home/user/projects/trials/killbill-master/profiles/killbill/src/main/webapp/WEB-INF/web.xml
[INFO] Webapp directory = /home/user/projects/trials/killbill-master/profiles/killbill/src/main/webapp
[INFO] jetty-9.2.10.v20150310
2018-01-23T09:06:19,317+0000 lvl='INFO', log='DefaultKillbillConfigSource', th='main', xff='', rId='', aRId='', tRId='', Overwrite of user.timezone system property with Asia/Kolkata may break database serialization of date. Kill Bill will overwrite to GMT
2018-01-23T09:06:19,326+0000 lvl='WARN', log='DefaultKillbillConfigSource', th='main', xff='', rId='', aRId='', tRId='', System property java.security.egd has not been set, this may cause some requests to hang because of a lack of entropy. You should probably set it to 'file:/dev/./urandom'
2018-01-23T09:06:19,356+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [0s] for [org.killbill.server.shutdownDelay] on [org.killbill.billing.server.config.KillbillServerConfig#getShutdownDelay()]
2018-01-23T09:06:19,360+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [false] for [org.killbill.server.http.gzip] on [org.killbill.billing.server.config.KillbillServerConfig#isConfiguredToReturnGZIPResponses()]
2018-01-23T09:06:19,361+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [true] for [org.killbill.server.multitenant] on [org.killbill.billing.server.config.KillbillServerConfig#isMultiTenancyEnabled()]
2018-01-23T09:06:19,362+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [false] for [org.killbill.server.test.mode] on [org.killbill.billing.server.config.KillbillServerConfig#isTestModeEnabled()]
2018-01-23T09:06:19,363+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [http://127.0.0.1:8080] for [org.killbill.server.baseUrl] on [org.killbill.billing.server.config.KillbillServerConfig#getBaseUrl()]
2018-01-23T09:06:19,364+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [local] for [org.killbill.server.region] on [org.killbill.billing.server.config.KillbillServerConfig#getRegion()]
2018-01-23T09:06:19,446+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [killbill] for [org.killbill.metrics.graphite.prefix] on [org.killbill.billing.server.config.MetricsGraphiteConfig#getPrefix()]
2018-01-23T09:06:19,447+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [false] for [org.killbill.metrics.graphite] on [org.killbill.billing.server.config.MetricsGraphiteConfig#isGraphiteReportingEnabled()]
2018-01-23T09:06:19,447+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [localhost] for [org.killbill.metrics.graphite.host] on [org.killbill.billing.server.config.MetricsGraphiteConfig#getHostname()]
2018-01-23T09:06:19,448+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [30] for [org.killbill.metrics.graphite.interval] on [org.killbill.billing.server.config.MetricsGraphiteConfig#getInterval()]
2018-01-23T09:06:19,448+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [2003] for [org.killbill.metrics.graphite.port] on [org.killbill.billing.server.config.MetricsGraphiteConfig#getPort()]
2018-01-23T09:06:19,883+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [killbill] for [org.killbill.dao.user] on [org.killbill.commons.jdbi.guice.DaoConfig#getUsername()]
2018-01-23T09:06:19,884+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [killbill] for [org.killbill.dao.password] on [org.killbill.commons.jdbi.guice.DaoConfig#getPassword()]
2018-01-23T09:06:19,884+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [5m] for [org.killbill.dao.idleConnectionTestPeriod] on [org.killbill.commons.jdbi.guice.DaoConfig#getIdleConnectionTestPeriod()]
2018-01-23T09:06:19,886+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning null default value for [org.killbill.dao.connectionInitSql] on [org.killbill.commons.jdbi.guice.DaoConfig#getConnectionInitSql()]
2018-01-23T09:06:19,889+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [500] for [org.killbill.dao.prepStmtCacheSize] on [org.killbill.commons.jdbi.guice.DaoConfig#getPreparedStatementsCacheSize()]
2018-01-23T09:06:19,890+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [2048] for [org.killbill.dao.prepStmtCacheSqlLimit] on [org.killbill.commons.jdbi.guice.DaoConfig#getPreparedStatementsCacheSqlLimit()]
2018-01-23T09:06:19,891+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [true] for [org.killbill.dao.cachePrepStmts] on [org.killbill.commons.jdbi.guice.DaoConfig#isPreparedStatementsCacheEnabled()]
2018-01-23T09:06:19,891+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [true] for [org.killbill.dao.useServerPrepStmts] on [org.killbill.commons.jdbi.guice.DaoConfig#isServerSidePreparedStatementsEnabled()]
2018-01-23T09:06:19,892+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning null default value for [org.killbill.dao.dataSourceClassName] on [org.killbill.commons.jdbi.guice.DaoConfig#getDataSourceClassName()]
2018-01-23T09:06:19,893+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning null default value for [org.killbill.dao.driverClassName] on [org.killbill.commons.jdbi.guice.DaoConfig#getDriverClassName()]
2018-01-23T09:06:19,896+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [DEBUG] for [org.killbill.dao.logLevel] on [org.killbill.commons.jdbi.guice.DaoConfig#getLogLevel()]
2018-01-23T09:06:19,899+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [jdbc:h2:file:/var/tmp/killbill;MODE=MYSQL;DB_CLOSE_DELAY=-1;MVCC=true;DB_CLOSE_ON_EXIT=FALSE] for [org.killbill.dao.url] on [org.killbill.commons.jdbi.guice.DaoConfig#getJdbcUrl()]
2018-01-23T09:06:19,903+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [1] for [org.killbill.dao.minIdle] on [org.killbill.commons.jdbi.guice.DaoConfig#getMinIdle()]
2018-01-23T09:06:19,906+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [100] for [org.killbill.dao.maxActive] on [org.killbill.commons.jdbi.guice.DaoConfig#getMaxActive()]
2018-01-23T09:06:19,909+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [10s] for [org.killbill.dao.connectionTimeout] on [org.killbill.commons.jdbi.guice.DaoConfig#getConnectionTimeout()]
2018-01-23T09:06:19,912+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [60m] for [org.killbill.dao.idleMaxAge] on [org.killbill.commons.jdbi.guice.DaoConfig#getIdleMaxAge()]
2018-01-23T09:06:19,916+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [0m] for [org.killbill.dao.maxConnectionAge] on [org.killbill.commons.jdbi.guice.DaoConfig#getMaxConnectionAge()]
2018-01-23T09:06:19,919+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [4.0] for [org.killbill.dao.mysqlServerVersion] on [org.killbill.commons.jdbi.guice.DaoConfig#getMySQLServerVersion()]
2018-01-23T09:06:19,922+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [HIKARICP] for [org.killbill.dao.poolingType] on [org.killbill.commons.jdbi.guice.DaoConfig#getConnectionPoolingType()]
2018-01-23T09:06:19,927+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [10s] for [org.killbill.dao.healthCheckConnectionTimeout] on [org.killbill.commons.jdbi.guice.DaoConfig#getHealthCheckConnectionTimeout()]
2018-01-23T09:06:19,930+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [50ms] for [org.killbill.dao.healthCheckExpected99thPercentile] on [org.killbill.commons.jdbi.guice.DaoConfig#getHealthCheckExpected99thPercentile()]
2018-01-23T09:06:20,982+0000 lvl='INFO', log='EmbeddedDB', th='main', xff='', rId='', aRId='', tRId='', H2 started on http://127.0.0.1:8082. JDBC=jdbc:h2:file:/var/tmp/killbill;MODE=MYSQL;DB_CLOSE_DELAY=-1;MVCC=true;DB_CLOSE_ON_EXIT=FALSE, Username=killbill, Password=killbill
2018-01-23T09:06:21,636+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [bus_events] for [org.killbill.persistent.bus.${instanceName}.tableName] on [org.killbill.bus.api.PersistentBusConfig#getTableName()]
2018-01-23T09:06:21,636+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [bus_events_history] for [org.killbill.persistent.bus.${instanceName}.historyTableName] on [org.killbill.bus.api.PersistentBusConfig#getHistoryTableName()]
2018-01-23T09:06:21,637+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [false] for [org.killbill.persistent.bus.${instanceName}.inMemory] on [org.killbill.bus.api.PersistentBusConfig#isInMemory()]
2018-01-23T09:06:21,637+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [3] for [org.killbill.persistent.bus.${instanceName}.max.failure.retry] on [org.killbill.bus.api.PersistentBusConfig#getMaxFailureRetries()]
2018-01-23T09:06:21,638+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [10] for [org.killbill.persistent.bus.${instanceName}.claimed] on [org.killbill.bus.api.PersistentBusConfig#getMaxEntriesClaimed()]
2018-01-23T09:06:21,638+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [STICKY_EVENTS] for [org.killbill.persistent.bus.${instanceName}.queue.mode] on [org.killbill.bus.api.PersistentBusConfig#getPersistentQueueMode()]
2018-01-23T09:06:21,639+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [5m] for [org.killbill.persistent.bus.${instanceName}.claim.time] on [org.killbill.bus.api.PersistentBusConfig#getClaimedTime()]
2018-01-23T09:06:21,640+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [3000] for [org.killbill.persistent.bus.${instanceName}.sleep] on [org.killbill.bus.api.PersistentBusConfig#getPollingSleepTimeMs()]
2018-01-23T09:06:21,640+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [false] for [org.killbill.persistent.bus.${instanceName}.off] on [org.killbill.bus.api.PersistentBusConfig#isProcessingOff()]
2018-01-23T09:06:21,641+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [30] for [org.killbill.persistent.bus.${instanceName}.nbThreads] on [org.killbill.bus.api.PersistentBusConfig#geMaxDispatchThreads()]
2018-01-23T09:06:21,641+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [30000] for [org.killbill.persistent.bus.${instanceName}.queue.capacity] on [org.killbill.bus.api.PersistentBusConfig#getEventQueueCapacity()]
2018-01-23T09:06:21,650+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning value [bus_ext_events] for [org.killbill.persistent.bus.external.tableName] on [org.killbill.bus.api.PersistentBusConfig#getTableName()]
2018-01-23T09:06:21,650+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning value [bus_ext_events_history] for [org.killbill.persistent.bus.external.historyTableName] on [org.killbill.bus.api.PersistentBusConfig#getHistoryTableName()]
2018-01-23T09:06:21,652+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [false] for [org.killbill.persistent.bus.${instanceName}.inMemory] on [org.killbill.bus.api.PersistentBusConfig#isInMemory()]
2018-01-23T09:06:21,653+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [3] for [org.killbill.persistent.bus.${instanceName}.max.failure.retry] on [org.killbill.bus.api.PersistentBusConfig#getMaxFailureRetries()]
2018-01-23T09:06:21,653+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [10] for [org.killbill.persistent.bus.${instanceName}.claimed] on [org.killbill.bus.api.PersistentBusConfig#getMaxEntriesClaimed()]
2018-01-23T09:06:21,654+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [STICKY_EVENTS] for [org.killbill.persistent.bus.${instanceName}.queue.mode] on [org.killbill.bus.api.PersistentBusConfig#getPersistentQueueMode()]
2018-01-23T09:06:21,654+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [5m] for [org.killbill.persistent.bus.${instanceName}.claim.time] on [org.killbill.bus.api.PersistentBusConfig#getClaimedTime()]
2018-01-23T09:06:21,655+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [3000] for [org.killbill.persistent.bus.${instanceName}.sleep] on [org.killbill.bus.api.PersistentBusConfig#getPollingSleepTimeMs()]
2018-01-23T09:06:21,655+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [false] for [org.killbill.persistent.bus.${instanceName}.off] on [org.killbill.bus.api.PersistentBusConfig#isProcessingOff()]
2018-01-23T09:06:21,656+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [30] for [org.killbill.persistent.bus.${instanceName}.nbThreads] on [org.killbill.bus.api.PersistentBusConfig#geMaxDispatchThreads()]
2018-01-23T09:06:21,656+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [30000] for [org.killbill.persistent.bus.${instanceName}.queue.capacity] on [org.killbill.bus.api.PersistentBusConfig#getEventQueueCapacity()]
2018-01-23T09:06:21,661+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [notifications] for [org.killbill.notificationq.${instanceName}.tableName] on [org.killbill.notificationq.api.NotificationQueueConfig#getTableName()]
2018-01-23T09:06:21,662+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [notifications_history] for [org.killbill.notificationq.${instanceName}.historyTableName] on [org.killbill.notificationq.api.NotificationQueueConfig#getHistoryTableName()]
2018-01-23T09:06:21,663+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [false] for [org.killbill.notificationq.${instanceName}.inMemory] on [org.killbill.notificationq.api.NotificationQueueConfig#isInMemory()]
2018-01-23T09:06:21,663+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [3] for [org.killbill.notificationq.${instanceName}.max.failure.retry] on [org.killbill.notificationq.api.NotificationQueueConfig#getMaxFailureRetries()]
2018-01-23T09:06:21,664+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [10] for [org.killbill.notificationq.${instanceName}.claimed] on [org.killbill.notificationq.api.NotificationQueueConfig#getMaxEntriesClaimed()]
2018-01-23T09:06:21,664+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [STICKY_POLLING] for [org.killbill.notificationq.${instanceName}.queue.mode] on [org.killbill.notificationq.api.NotificationQueueConfig#getPersistentQueueMode()]
2018-01-23T09:06:21,665+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [5m] for [org.killbill.notificationq.${instanceName}.claim.time] on [org.killbill.notificationq.api.NotificationQueueConfig#getClaimedTime()]
2018-01-23T09:06:21,666+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [3000] for [org.killbill.notificationq.${instanceName}.sleep] on [org.killbill.notificationq.api.NotificationQueueConfig#getPollingSleepTimeMs()]
2018-01-23T09:06:21,666+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [false] for [org.killbill.notificationq.${instanceName}.notification.off] on [org.killbill.notificationq.api.NotificationQueueConfig#isProcessingOff()]
2018-01-23T09:06:21,667+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [10] for [org.killbill.notificationq.${instanceName}.notification.nbThreads] on [org.killbill.notificationq.api.NotificationQueueConfig#geMaxDispatchThreads()]
2018-01-23T09:06:21,667+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [100] for [org.killbill.notificationq.${instanceName}.queue.capacity] on [org.killbill.notificationq.api.NotificationQueueConfig#getEventQueueCapacity()]
2018-01-23T09:06:21,674+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [killbill] for [org.killbill.billing.osgi.dao.user] on [org.killbill.billing.osgi.glue.OSGIDataSourceConfig#getUsername()]
2018-01-23T09:06:21,675+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [killbill] for [org.killbill.billing.osgi.dao.password] on [org.killbill.billing.osgi.glue.OSGIDataSourceConfig#getPassword()]
2018-01-23T09:06:21,675+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [5m] for [org.killbill.billing.osgi.dao.idleConnectionTestPeriod] on [org.killbill.billing.osgi.glue.OSGIDataSourceConfig#getIdleConnectionTestPeriod()]
2018-01-23T09:06:21,676+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [500] for [org.killbill.billing.osgi.dao.prepStmtCacheSize] on [org.killbill.billing.osgi.glue.OSGIDataSourceConfig#getPreparedStatementsCacheSize()]
2018-01-23T09:06:21,676+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [2048] for [org.killbill.billing.osgi.dao.prepStmtCacheSqlLimit] on [org.killbill.billing.osgi.glue.OSGIDataSourceConfig#getPreparedStatementsCacheSqlLimit()]
2018-01-23T09:06:21,677+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [true] for [org.killbill.billing.osgi.dao.cachePrepStmts] on [org.killbill.billing.osgi.glue.OSGIDataSourceConfig#isPreparedStatementsCacheEnabled()]
2018-01-23T09:06:21,677+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [true] for [org.killbill.billing.osgi.dao.useServerPrepStmts] on [org.killbill.billing.osgi.glue.OSGIDataSourceConfig#isServerSidePreparedStatementsEnabled()]
2018-01-23T09:06:21,678+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning null default value for [org.killbill.billing.osgi.dao.dataSourceClassName] on [org.killbill.billing.osgi.glue.OSGIDataSourceConfig#getDataSourceClassName()]
2018-01-23T09:06:21,679+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning null default value for [org.killbill.billing.osgi.dao.driverClassName] on [org.killbill.billing.osgi.glue.OSGIDataSourceConfig#getDriverClassName()]
2018-01-23T09:06:21,679+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [DEBUG] for [org.killbill.billing.osgi.dao.logLevel] on [org.killbill.billing.osgi.glue.OSGIDataSourceConfig#getLogLevel()]
2018-01-23T09:06:21,680+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [jdbc:h2:file:/var/tmp/killbill;MODE=MYSQL;DB_CLOSE_DELAY=-1;MVCC=true;DB_CLOSE_ON_EXIT=FALSE] for [org.killbill.billing.osgi.dao.url] on [org.killbill.billing.osgi.glue.OSGIDataSourceConfig#getJdbcUrl()]
2018-01-23T09:06:21,680+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [1] for [org.killbill.billing.osgi.dao.minIdle] on [org.killbill.billing.osgi.glue.OSGIDataSourceConfig#getMinIdle()]
2018-01-23T09:06:21,681+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [100] for [org.killbill.billing.osgi.dao.maxActive] on [org.killbill.billing.osgi.glue.OSGIDataSourceConfig#getMaxActive()]
2018-01-23T09:06:21,681+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [10s] for [org.killbill.billing.osgi.dao.connectionTimeout] on [org.killbill.billing.osgi.glue.OSGIDataSourceConfig#getConnectionTimeout()]
2018-01-23T09:06:21,682+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [60m] for [org.killbill.billing.osgi.dao.idleMaxAge] on [org.killbill.billing.osgi.glue.OSGIDataSourceConfig#getIdleMaxAge()]
2018-01-23T09:06:21,682+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [0m] for [org.killbill.billing.osgi.dao.maxConnectionAge] on [org.killbill.billing.osgi.glue.OSGIDataSourceConfig#getMaxConnectionAge()]
2018-01-23T09:06:21,683+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [4.0] for [org.killbill.billing.osgi.dao.mysqlServerVersion] on [org.killbill.billing.osgi.glue.OSGIDataSourceConfig#getMySQLServerVersion()]
2018-01-23T09:06:21,683+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [HIKARICP] for [org.killbill.billing.osgi.dao.poolingType] on [org.killbill.billing.osgi.glue.OSGIDataSourceConfig#getConnectionPoolingType()]
2018-01-23T09:06:21,684+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning null default value for [org.killbill.dao.connectionInitSql] on [org.killbill.commons.jdbi.guice.DaoConfig#getConnectionInitSql()]
2018-01-23T09:06:21,684+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [10s] for [org.killbill.dao.healthCheckConnectionTimeout] on [org.killbill.commons.jdbi.guice.DaoConfig#getHealthCheckConnectionTimeout()]
2018-01-23T09:06:21,685+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [50ms] for [org.killbill.dao.healthCheckExpected99thPercentile] on [org.killbill.commons.jdbi.guice.DaoConfig#getHealthCheckExpected99thPercentile()]
2018-01-23T09:06:21,711+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [killbill.properties] for [org.killbill.osgi.bundle.property.name] on [org.killbill.billing.osgi.config.OSGIConfig#getOSGIKillbillPropertyName()]
2018-01-23T09:06:21,712+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [/var/tmp/felix] for [org.killbill.osgi.root.dir] on [org.killbill.billing.osgi.config.OSGIConfig#getOSGIBundleRootDir()]
2018-01-23T09:06:21,712+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [osgi-cache] for [org.killbill.osgi.bundle.cache.name] on [org.killbill.billing.osgi.config.OSGIConfig#getOSGIBundleCacheName()]
2018-01-23T09:06:21,713+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [/var/tmp/bundles] for [org.killbill.osgi.bundle.install.dir] on [org.killbill.billing.osgi.config.OSGIConfig#getRootInstallationDir()]
2018-01-23T09:06:21,713+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [org.killbill.billing.account.api,org.killbill.billing.analytics.api.sanity,org.killbill.billing.analytics.api.user,org.killbill.billing.beatrix.bus.api,org.killbill.billing.catalog.api,org.killbill.billing.catalog.api.rules,org.killbill.billing.invoice.plugin.api,org.killbill.billing.invoice.api,org.killbill.billing.invoice.api.formatters,org.killbill.billing.entitlement.api,org.killbill.billing,org.killbill.clock,org.killbill.billing.notification.api,org.killbill.billing.notification.plugin.api,org.killbill.billing.notification.plugin,org.killbill.billing.osgi.api,org.killbill.billing.osgi.api.config,org.killbill.billing.overdue,org.killbill.billing.payment.api,org.killbill.billing.payment.plugin.api,org.killbill.billing.control.plugin.api,org.killbill.billing.tenant.api,org.killbill.billing.usage.api,org.killbill.billing.util.api,org.killbill.billing.util.nodes,org.killbill.billing.util.audit,org.killbill.billing.util.callcontext,org.killbill.billing.util.customfield,org.killbill.billing.util.email,org.killbill.billing.util.entity,org.killbill.billing.util.tag,org.killbill.billing.util.template,org.killbill.billing.util.template.translation,org.killbill.billing.currency.plugin.api,org.killbill.billing.catalog.plugin.api,org.killbill.billing.entitlement.plugin.api,org.killbill.billing.currency.api,org.killbill.billing.security.api,org.killbill.billing.osgi.libs.killbill,org.joda.time;org.joda.time.format;version=2.9,org.slf4j;version=1.7.2,org.osgi.service.log;version=1.3,org.osgi.service.http;version=1.2.0,org.osgi.service.deploymentadmin;version=1.1.0,org.osgi.service.event;version=1.2.0] for [org.killbill.osgi.system.bundle.export.packages.api] on [org.killbill.billing.osgi.config.OSGIConfig#getSystemBundleExportPackagesApi()]
2018-01-23T09:06:21,717+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [com.sun.xml.internal.ws,com.sun.xml.internal.ws.addressing,com.sun.xml.internal.ws.addressing.model,com.sun.xml.internal.ws.addressing.policy,com.sun.xml.internal.ws.addressing.v200408,com.sun.xml.internal.ws.api,com.sun.xml.internal.ws.api.addressing,com.sun.xml.internal.ws.api.client,com.sun.xml.internal.ws.api.config.management,com.sun.xml.internal.ws.api.config.management.policy,com.sun.xml.internal.ws.api.fastinfoset,com.sun.xml.internal.ws.api.ha,com.sun.xml.internal.ws.api.handler,com.sun.xml.internal.ws.api.message,com.sun.xml.internal.ws.api.message.stream,com.sun.xml.internal.ws.api.model,com.sun.xml.internal.ws.api.model.soap,com.sun.xml.internal.ws.api.model.wsdl,com.sun.xml.internal.ws.api.pipe,com.sun.xml.internal.ws.api.pipe.helper,com.sun.xml.internal.ws.api.policy,com.sun.xml.internal.ws.api.server,com.sun.xml.internal.ws.api.streaming,com.sun.xml.internal.ws.api.wsdl.parser,com.sun.xml.internal.ws.api.wsdl.writer,com.sun.xml.internal.ws.binding,com.sun.xml.internal.ws.client,com.sun.xml.internal.ws.client.dispatch,com.sun.xml.internal.ws.client.sei,com.sun.xml.internal.ws.config.management.policy,com.sun.xml.internal.ws.developer,com.sun.xml.internal.ws.encoding,com.sun.xml.internal.ws.encoding.fastinfoset,com.sun.xml.internal.ws.encoding.policy,com.sun.xml.internal.ws.encoding.soap,com.sun.xml.internal.ws.encoding.soap.streaming,com.sun.xml.internal.ws.encoding.xml,com.sun.xml.internal.ws.fault,com.sun.xml.internal.ws.handler,com.sun.xml.internal.ws.message,com.sun.xml.internal.ws.message.jaxb,com.sun.xml.internal.ws.message.saaj,com.sun.xml.internal.ws.message.source,com.sun.xml.internal.ws.message.stream,com.sun.xml.internal.ws.model,com.sun.xml.internal.ws.model.soap,com.sun.xml.internal.ws.model.wsdl,com.sun.xml.internal.ws.org.objectweb.asm,com.sun.xml.internal.ws.policy,com.sun.xml.internal.ws.policy.jaxws,com.sun.xml.internal.ws.policy.jaxws.spi,com.sun.xml.internal.ws.policy.privateutil,com.sun.xml.internal.ws.policy.sourcemodel,com.sun.xml.internal.ws.policy.sourcemodel.attach,com.sun.xml.internal.ws.policy.sourcemodel.wspolicy,com.sun.xml.internal.ws.policy.spi,com.sun.xml.internal.ws.policy.subject,com.sun.xml.internal.ws.protocol.soap,com.sun.xml.internal.ws.protocol.xml,com.sun.xml.internal.ws.resources,com.sun.xml.internal.ws.server,com.sun.xml.internal.ws.server.provider,com.sun.xml.internal.ws.server.sei,com.sun.xml.internal.ws.spi,com.sun.xml.internal.ws.streaming,com.sun.xml.internal.ws.transport,com.sun.xml.internal.ws.transport.http,com.sun.xml.internal.ws.transport.http.client,com.sun.xml.internal.ws.transport.http.server,com.sun.xml.internal.ws.util,com.sun.xml.internal.ws.util.exception,com.sun.xml.internal.ws.util.localization,com.sun.xml.internal.ws.util.pipe,com.sun.xml.internal.ws.util.xml,com.sun.xml.internal.ws.wsdl,com.sun.xml.internal.ws.wsdl.parser,com.sun.xml.internal.ws.wsdl.writer,com.sun.xml.internal.ws.wsdl.writer.document,com.sun.xml.internal.ws.wsdl.writer.document.http,com.sun.xml.internal.ws.wsdl.writer.document.soap,com.sun.xml.internal.ws.wsdl.writer.document.soap12,com.sun.xml.internal.ws.wsdl.writer.document.xsd,javax.annotation,javax.management,javax.naming,javax.naming.ldap,javax.net,javax.net.ssl,javax.crypto,javax.crypto.spec,javax.sql,javax.sql.rowset,javax.sql.rowset.serial,javax.transaction,javax.transaction.xa,javax.xml,javax.xml.bind,javax.xml.validation,javax.xml.namespace,javax.xml.parsers,javax.xml.validation,javax.xml.stream,javax.xml.stream.events,javax.xml.stream.util,javax.xml.transform,javax.xml.transform.dom,javax.xml.transform.sax,javax.xml.transform.stax,javax.xml.transform.stream,javax.xml.xpath,javax.jws.soap,com.sun.org,com.sun.org.apache,com.sun.org.apache.xml,com.sun.org.apache.xml.internal,com.sun.org.apache.xml.internal.utils,com.sun.org.apache.xpath,com.sun.org.apache.xpath.internal,com.sun.org.apache.xpath.internal.jaxp,com.sun.org.apache.xpath.internal.objects,org.w3c.dom,org.w3c.dom.bootstrap,org.w3c.dom.events,org.w3c.dom.ls,org.w3c.dom.css,org.w3c.dom.html,org.w3c.dom.ranges,org.w3c.dom.stylesheets,org.w3c.dom.traversal,org.w3c.dom.views,org.xml.sax,org.xml.sax.ext,org.xml.sax.helpers,sun.misc,sun.misc.unsafe,sun.security,sun.security.util,javax.servlet;version=3.1,javax.servlet.http;version=3.1] for [org.killbill.osgi.system.bundle.export.packages.java] on [org.killbill.billing.osgi.config.OSGIConfig#getSystemBundleExportPackagesJava()]
2018-01-23T09:06:21,728+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [] for [org.killbill.osgi.system.bundle.export.packages.extra] on [org.killbill.billing.osgi.config.OSGIConfig#getSystemBundleExportPackagesExtra()]
2018-01-23T09:06:21,743+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [5s] for [org.killbill.billing.util.broadcast.rate] on [org.killbill.billing.util.config.definition.BroadcastConfig#getBroadcastServiceRunningRate()]
2018-01-23T09:06:21,752+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [ehcache.xml] for [org.killbill.cache.config.location] on [org.killbill.billing.util.config.definition.EhCacheConfig#getCacheConfigLocation()]
2018-01-23T09:06:21,772+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [SpyCarBasic.xml] for [org.killbill.catalog.uri] on [org.killbill.billing.util.config.definition.CatalogConfig#getCatalogURI()]
2018-01-23T09:06:21,778+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [killbill-currency-plugin] for [org.killbill.currency.provider.default] on [org.killbill.billing.util.config.definition.CurrencyConfig#getDefaultCurrencyProvider()]
2018-01-23T09:06:21,790+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [0s] for [org.killbill.invoice.dryRunNotificationSchedule] on [org.killbill.billing.util.config.definition.InvoiceConfig#getDryRunNotificationSchedule()]
2018-01-23T09:06:21,790+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [36] for [org.killbill.invoice.maxNumberOfMonthsInFuture] on [org.killbill.billing.util.config.definition.InvoiceConfig#getNumberOfMonthsInFuture()]
2018-01-23T09:06:21,791+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [50] for [org.killbill.invoice.globalLock.retries] on [org.killbill.billing.util.config.definition.InvoiceConfig#getMaxGlobalLockRetries()]
2018-01-23T09:06:21,792+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [true] for [org.killbill.invoice.sanitySafetyBoundEnabled] on [org.killbill.billing.util.config.definition.InvoiceConfig#isSanitySafetyBoundEnabled()]
2018-01-23T09:06:21,792+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [15] for [org.killbill.invoice.maxDailyNumberOfItemsSafetyBound] on [org.killbill.billing.util.config.definition.InvoiceConfig#getMaxDailyNumberOfItemsSafetyBound()]
2018-01-23T09:06:21,793+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [2] for [org.killbill.invoice.readMaxRawUsagePreviousPeriod] on [org.killbill.billing.util.config.definition.InvoiceConfig#getMaxRawUsagePreviousPeriod()]
2018-01-23T09:06:21,794+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [false] for [org.killbill.invoice.emailNotificationsEnabled] on [org.killbill.billing.util.config.definition.InvoiceConfig#isEmailNotificationsEnabled()]
2018-01-23T09:06:21,794+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [true] for [org.killbill.invoice.enabled] on [org.killbill.billing.util.config.definition.InvoiceConfig#isInvoicingSystemEnabled()]
2018-01-23T09:06:21,801+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [org/killbill/billing/util/email/templates/HtmlInvoiceTemplate.mustache] for [org.killbill.template.name] on [org.killbill.billing.util.template.translation.TranslatorConfig#getTemplateName()]
2018-01-23T09:06:21,801+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [org/killbill/billing/util/template/translation/CatalogTranslation] for [org.killbill.catalog.bundlePath] on [org.killbill.billing.util.template.translation.TranslatorConfig#getCatalogBundlePath()]
2018-01-23T09:06:21,802+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [org/killbill/billing/util/template/translation/InvoiceTranslation] for [org.killbill.template.bundlePath] on [org.killbill.billing.util.template.translation.TranslatorConfig#getInvoiceTemplateBundlePath()]
2018-01-23T09:06:21,803+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [org/killbill/billing/util/email/templates/HtmlInvoiceTemplate.mustache] for [org.killbill.manualPayTemplate.name] on [org.killbill.billing.util.template.translation.TranslatorConfig#getManualPayTemplateName()]
2018-01-23T09:06:21,804+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [org.killbill.billing.invoice.template.formatters.DefaultInvoiceFormatterFactory] for [org.killbill.template.invoiceFormatterFactoryClass] on [org.killbill.billing.util.template.translation.TranslatorConfig#getInvoiceFormatterFactoryClass()]
2018-01-23T09:06:21,805+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [en_US] for [org.killbill.default.locale] on [org.killbill.billing.util.template.translation.TranslatorConfig#getDefaultLocale()]
2018-01-23T09:06:21,813+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [NoOverdueConfig.xml] for [org.killbill.overdue.uri] on [org.killbill.billing.overdue.OverdueProperties#getConfigURI()]
2018-01-23T09:06:21,821+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [false] for [org.killbill.mail.useSSL] on [org.killbill.billing.util.email.EmailConfig#useSSL()]
2018-01-23T09:06:21,821+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [Your invoice] for [org.killbill.mail.invoiceEmailSubject] on [org.killbill.billing.util.email.EmailConfig#getInvoiceEmailSubject()]
2018-01-23T09:06:21,822+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning null default value for [org.killbill.mail.smtp.port] on [org.killbill.billing.util.email.EmailConfig#getSmtpPort()]
2018-01-23T09:06:21,822+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [false] for [org.killbill.mail.smtp.auth] on [org.killbill.billing.util.email.EmailConfig#useSmtpAuth()]
2018-01-23T09:06:21,822+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning null default value for [org.killbill.mail.smtp.user] on [org.killbill.billing.util.email.EmailConfig#getSmtpUserName()]
2018-01-23T09:06:21,822+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning null default value for [org.killbill.mail.smtp.password] on [org.killbill.billing.util.email.EmailConfig#getSmtpPassword()]
2018-01-23T09:06:21,823+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [sup...@example.com] for [org.killbill.mail.from] on [org.killbill.billing.util.email.EmailConfig#getDefaultFrom()]
2018-01-23T09:06:21,823+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning null default value for [org.killbill.mail.smtp.host] on [org.killbill.billing.util.email.EmailConfig#getSmtpServerName()]
2018-01-23T09:06:21,891+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [1h] for [org.killbill.rbac.globalSessionTimeout] on [org.killbill.billing.util.config.definition.RbacConfig#getGlobalSessionTimeout()]
2018-01-23T09:06:21,913+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [] for [org.killbill.payment.invoice.plugin] on [org.killbill.billing.util.config.definition.PaymentConfig#getPaymentControlPluginNames()]
2018-01-23T09:06:21,913+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [50] for [org.killbill.payment.globalLock.retries] on [org.killbill.billing.util.config.definition.PaymentConfig#getMaxGlobalLockRetries()]
2018-01-23T09:06:21,913+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [8,8,8] for [org.killbill.payment.retry.days] on [org.killbill.billing.util.config.definition.PaymentConfig#getPaymentFailureRetryDays()]
2018-01-23T09:06:21,914+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [30s] for [org.killbill.payment.plugin.timeout] on [org.killbill.billing.util.config.definition.PaymentConfig#getPaymentPluginTimeout()]
2018-01-23T09:06:21,914+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [5m,1h,1d,1d,1d,1d,1d] for [org.killbill.payment.janitor.unknown.retries] on [org.killbill.billing.util.config.definition.PaymentConfig#getUnknownTransactionsRetries()]
2018-01-23T09:06:21,914+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [1h, 1d] for [org.killbill.payment.janitor.pending.retries] on [org.killbill.billing.util.config.definition.PaymentConfig#getPendingTransactionsRetries()]
2018-01-23T09:06:21,915+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [1h] for [org.killbill.payment.janitor.rate] on [org.killbill.billing.util.config.definition.PaymentConfig#getJanitorRunningRate()]
2018-01-23T09:06:21,915+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [12h] for [org.killbill.payment.janitor.attempts.delay] on [org.killbill.billing.util.config.definition.PaymentConfig#getIncompleteAttemptsTimeSpanDelay()]
2018-01-23T09:06:21,916+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [100] for [org.killbill.payment.plugin.threads.nb] on [org.killbill.billing.util.config.definition.PaymentConfig#getPaymentPluginThreadNb()]
2018-01-23T09:06:21,916+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [__external_payment__] for [org.killbill.payment.provider.default] on [org.killbill.billing.util.config.definition.PaymentConfig#getDefaultPaymentProvider()]
2018-01-23T09:06:21,916+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [8] for [org.killbill.payment.failure.retry.max.attempts] on [org.killbill.billing.util.config.definition.PaymentConfig#getPluginFailureRetryMaxAttempts()]
2018-01-23T09:06:21,916+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [300] for [org.killbill.payment.failure.retry.start.sec] on [org.killbill.billing.util.config.definition.PaymentConfig#getPluginFailureInitialRetryInSec()]
2018-01-23T09:06:21,917+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [2] for [org.killbill.payment.failure.retry.multiplier] on [org.killbill.billing.util.config.definition.PaymentConfig#getPluginFailureRetryMultiplier()]
2018-01-23T09:06:21,928+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [200000] for [org.killbill.security.shiroNbHashIterations] on [org.killbill.billing.util.config.definition.SecurityConfig#getShiroNbHashIterations()]
2018-01-23T09:06:21,929+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning null default value for [org.killbill.security.ldap.userDnTemplate] on [org.killbill.billing.util.config.definition.SecurityConfig#getShiroLDAPUserDnTemplate()]
2018-01-23T09:06:21,929+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [false] for [org.killbill.security.ldap.disableSSLCheck] on [org.killbill.billing.util.config.definition.SecurityConfig#disableShiroLDAPSSLCheck()]
2018-01-23T09:06:21,930+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [false] for [org.killbill.security.ldap.followReferrals] on [org.killbill.billing.util.config.definition.SecurityConfig#followShiroLDAPReferrals()]
2018-01-23T09:06:21,930+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [ldap://127.0.0.1:389] for [org.killbill.security.ldap.url] on [org.killbill.billing.util.config.definition.SecurityConfig#getShiroLDAPUrl()]
2018-01-23T09:06:21,930+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning null default value for [org.killbill.security.ldap.systemUsername] on [org.killbill.billing.util.config.definition.SecurityConfig#getShiroLDAPSystemUsername()]
2018-01-23T09:06:21,931+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning null default value for [org.killbill.security.ldap.systemPassword] on [org.killbill.billing.util.config.definition.SecurityConfig#getShiroLDAPSystemPassword()]
2018-01-23T09:06:21,931+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [simple] for [org.killbill.security.ldap.authenticationMechanism] on [org.killbill.billing.util.config.definition.SecurityConfig#getShiroLDAPAuthenticationMechanism()]
2018-01-23T09:06:21,932+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning null default value for [org.killbill.security.ldap.dnSearchTemplate] on [org.killbill.billing.util.config.definition.SecurityConfig#getShiroLDAPDnSearchTemplate()]
2018-01-23T09:06:21,932+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning null default value for [org.killbill.security.ldap.searchBase] on [org.killbill.billing.util.config.definition.SecurityConfig#getShiroLDAPSearchBase()]
2018-01-23T09:06:21,933+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [memberOf=uid={0}] for [org.killbill.security.ldap.groupSearchFilter] on [org.killbill.billing.util.config.definition.SecurityConfig#getShiroLDAPGroupSearchFilter()]
2018-01-23T09:06:21,933+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [memberOf] for [org.killbill.security.ldap.groupNameId] on [org.killbill.billing.util.config.definition.SecurityConfig#getShiroLDAPGroupNameID()]
2018-01-23T09:06:21,934+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [admin = *:*
finance = invoice:*, payment:*
support = entitlement:*, invoice:item_adjust] for [org.killbill.security.ldap.permissionsByGroup] on [org.killbill.billing.util.config.definition.SecurityConfig#getShiroLDAPPermissionsByGroup()]
2018-01-23T09:06:21,934+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [admin = *:*
finance = invoice:*, payment:*
support = entitlement:*, invoice:item_adjust] for [org.killbill.security.okta.permissionsByGroup] on [org.killbill.billing.util.config.definition.SecurityConfig#getShiroOktaPermissionsByGroup()]
2018-01-23T09:06:21,935+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning null default value for [org.killbill.security.okta.url] on [org.killbill.billing.util.config.definition.SecurityConfig#getShiroOktaUrl()]
2018-01-23T09:06:21,936+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning null default value for [org.killbill.security.okta.apiToken] on [org.killbill.billing.util.config.definition.SecurityConfig#getShiroOktaAPIToken()]
2018-01-23T09:06:21,936+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [classpath:shiro.ini] for [org.killbill.security.shiroResourcePath] on [org.killbill.billing.util.config.definition.SecurityConfig#getShiroResourcePath()]
2018-01-23T09:06:21,944+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [5s] for [org.killbill.tenant.broadcast.rate] on [org.killbill.billing.util.config.definition.TenantConfig#getTenantBroadcastServiceRunningRate()]
2018-01-23T09:06:21,950+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [30s] for [org.killbill.jaxrs.timeout] on [org.killbill.billing.util.config.definition.JaxrsConfig#getJaxrsTimeout()]
2018-01-23T09:06:21,951+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [true] for [org.killbill.jaxrs.location.full.url] on [org.killbill.billing.util.config.definition.JaxrsConfig#isJaxrsLocationFullUrl()]
2018-01-23T09:06:21,951+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [true] for [org.killbill.jaxrs.location.useForwardHeaders] on [org.killbill.billing.util.config.definition.JaxrsConfig#isJaxrsLocationUseForwardHeaders()]
2018-01-23T09:06:21,952+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning null default value for [org.killbill.jaxrs.location.host] on [org.killbill.billing.util.config.definition.JaxrsConfig#getJaxrsLocationHost()]
2018-01-23T09:06:21,952+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [30] for [org.killbill.jaxrs.threads.pool.nb] on [org.killbill.billing.util.config.definition.JaxrsConfig#getJaxrsThreadNb()]
2018-01-23T09:06:21,960+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [15m,30m,2h,12h,1d] for [org.killbill.billing.server.notifications.retries] on [org.killbill.billing.util.config.definition.NotificationConfig#getPushNotificationsRetries()]
2018-01-23T09:06:23,230+0000 lvl='INFO', log='HikariDataSource', th='main', xff='', rId='', aRId='', tRId='', HikariCP pool main is starting.
2018-01-23T09:06:23,488+0000 lvl='INFO', log='PersistentBusProvider', th='main', xff='', rId='', aRId='', tRId='', Creating Persistent bus for bus_events
2018-01-23T09:06:23,591+0000 lvl='INFO', log='XmlConfiguration', th='main', xff='', rId='', aRId='', tRId='', Loading Ehcache XML configuration from file:/home/user/.m2/repository/org/kill-bill/billing/killbill-util/0.18.14-SNAPSHOT/killbill-util-0.18.14-SNAPSHOT.jar!/ehcache.xml.
2018-01-23T09:06:24,055+0000 lvl='INFO', log='ConfigurationMerger', th='main', xff='', rId='', aRId='', tRId='', Configuration of cache account-immutable will be supplemented by template defaultCacheConfiguration
2018-01-23T09:06:24,055+0000 lvl='INFO', log='ConfigurationMerger', th='main', xff='', rId='', aRId='', tRId='', Cache account-immutable will use expiry configuration from template defaultCacheConfiguration
2018-01-23T09:06:24,177+0000 lvl='INFO', log='EhcacheLoggingListener', th='main', xff='', rId='', aRId='', tRId='', Added Ehcache 'account-immutable'
2018-01-23T09:06:24,178+0000 lvl='INFO', log='EhcacheManager', th='main', xff='', rId='', aRId='', tRId='', Cache 'account-immutable' created in Eh107InternalCacheManager.
2018-01-23T09:06:24,189+0000 lvl='INFO', log='Eh107CacheManager', th='main', xff='', rId='', aRId='', tRId='', Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=jar.file./home/user/.m2/repository/org/kill-bill/billing/killbill-util/0.18.14-SNAPSHOT/killbill-util-0.18.14-SNAPSHOT.jar!/ehcache.xml,Cache=account-immutable
2018-01-23T09:06:24,191+0000 lvl='INFO', log='Eh107CacheManager', th='main', xff='', rId='', aRId='', tRId='', Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=jar.file./home/user/.m2/repository/org/kill-bill/billing/killbill-util/0.18.14-SNAPSHOT/killbill-util-0.18.14-SNAPSHOT.jar!/ehcache.xml,Cache=account-immutable
2018-01-23T09:06:24,203+0000 lvl='INFO', log='ConfigurationMerger', th='main', xff='', rId='', aRId='', tRId='', Configuration of cache account-bcd will be supplemented by template defaultCacheConfiguration
2018-01-23T09:06:24,203+0000 lvl='INFO', log='ConfigurationMerger', th='main', xff='', rId='', aRId='', tRId='', Cache account-bcd will use expiry configuration from template defaultCacheConfiguration
2018-01-23T09:06:24,215+0000 lvl='INFO', log='EhcacheLoggingListener', th='main', xff='', rId='', aRId='', tRId='', Added Ehcache 'account-bcd'
2018-01-23T09:06:24,216+0000 lvl='INFO', log='EhcacheManager', th='main', xff='', rId='', aRId='', tRId='', Cache 'account-bcd' created in Eh107InternalCacheManager.
2018-01-23T09:06:24,216+0000 lvl='INFO', log='Eh107CacheManager', th='main', xff='', rId='', aRId='', tRId='', Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=jar.file./home/user/.m2/repository/org/kill-bill/billing/killbill-util/0.18.14-SNAPSHOT/killbill-util-0.18.14-SNAPSHOT.jar!/ehcache.xml,Cache=account-bcd
2018-01-23T09:06:24,217+0000 lvl='INFO', log='Eh107CacheManager', th='main', xff='', rId='', aRId='', tRId='', Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=jar.file./home/user/.m2/repository/org/kill-bill/billing/killbill-util/0.18.14-SNAPSHOT/killbill-util-0.18.14-SNAPSHOT.jar!/ehcache.xml,Cache=account-bcd
2018-01-23T09:06:24,219+0000 lvl='INFO', log='ConfigurationMerger', th='main', xff='', rId='', aRId='', tRId='', Configuration of cache record-id will be supplemented by template defaultCacheConfiguration
2018-01-23T09:06:24,220+0000 lvl='INFO', log='ConfigurationMerger', th='main', xff='', rId='', aRId='', tRId='', Cache record-id will use expiry configuration from template defaultCacheConfiguration
2018-01-23T09:06:24,231+0000 lvl='INFO', log='EhcacheLoggingListener', th='main', xff='', rId='', aRId='', tRId='', Added Ehcache 'record-id'
2018-01-23T09:06:24,231+0000 lvl='INFO', log='EhcacheManager', th='main', xff='', rId='', aRId='', tRId='', Cache 'record-id' created in Eh107InternalCacheManager.
2018-01-23T09:06:24,232+0000 lvl='INFO', log='Eh107CacheManager', th='main', xff='', rId='', aRId='', tRId='', Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=jar.file./home/user/.m2/repository/org/kill-bill/billing/killbill-util/0.18.14-SNAPSHOT/killbill-util-0.18.14-SNAPSHOT.jar!/ehcache.xml,Cache=record-id
2018-01-23T09:06:24,232+0000 lvl='INFO', log='Eh107CacheManager', th='main', xff='', rId='', aRId='', tRId='', Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=jar.file./home/user/.m2/repository/org/kill-bill/billing/killbill-util/0.18.14-SNAPSHOT/killbill-util-0.18.14-SNAPSHOT.jar!/ehcache.xml,Cache=record-id
2018-01-23T09:06:24,234+0000 lvl='INFO', log='ConfigurationMerger', th='main', xff='', rId='', aRId='', tRId='', Configuration of cache account-record-id will be supplemented by template defaultCacheConfiguration
2018-01-23T09:06:24,235+0000 lvl='INFO', log='ConfigurationMerger', th='main', xff='', rId='', aRId='', tRId='', Cache account-record-id will use expiry configuration from template defaultCacheConfiguration
2018-01-23T09:06:24,242+0000 lvl='INFO', log='EhcacheLoggingListener', th='main', xff='', rId='', aRId='', tRId='', Added Ehcache 'account-record-id'
2018-01-23T09:06:24,242+0000 lvl='INFO', log='EhcacheManager', th='main', xff='', rId='', aRId='', tRId='', Cache 'account-record-id' created in Eh107InternalCacheManager.
2018-01-23T09:06:24,242+0000 lvl='INFO', log='Eh107CacheManager', th='main', xff='', rId='', aRId='', tRId='', Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=jar.file./home/user/.m2/repository/org/kill-bill/billing/killbill-util/0.18.14-SNAPSHOT/killbill-util-0.18.14-SNAPSHOT.jar!/ehcache.xml,Cache=account-record-id
2018-01-23T09:06:24,243+0000 lvl='INFO', log='Eh107CacheManager', th='main', xff='', rId='', aRId='', tRId='', Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=jar.file./home/user/.m2/repository/org/kill-bill/billing/killbill-util/0.18.14-SNAPSHOT/killbill-util-0.18.14-SNAPSHOT.jar!/ehcache.xml,Cache=account-record-id
2018-01-23T09:06:24,245+0000 lvl='INFO', log='ConfigurationMerger', th='main', xff='', rId='', aRId='', tRId='', Configuration of cache tenant-record-id will be supplemented by template defaultCacheConfiguration
2018-01-23T09:06:24,246+0000 lvl='INFO', log='ConfigurationMerger', th='main', xff='', rId='', aRId='', tRId='', Cache tenant-record-id will use expiry configuration from template defaultCacheConfiguration
2018-01-23T09:06:24,252+0000 lvl='INFO', log='EhcacheLoggingListener', th='main', xff='', rId='', aRId='', tRId='', Added Ehcache 'tenant-record-id'
2018-01-23T09:06:24,252+0000 lvl='INFO', log='EhcacheManager', th='main', xff='', rId='', aRId='', tRId='', Cache 'tenant-record-id' created in Eh107InternalCacheManager.
2018-01-23T09:06:24,252+0000 lvl='INFO', log='Eh107CacheManager', th='main', xff='', rId='', aRId='', tRId='', Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=jar.file./home/user/.m2/repository/org/kill-bill/billing/killbill-util/0.18.14-SNAPSHOT/killbill-util-0.18.14-SNAPSHOT.jar!/ehcache.xml,Cache=tenant-record-id
2018-01-23T09:06:24,253+0000 lvl='INFO', log='Eh107CacheManager', th='main', xff='', rId='', aRId='', tRId='', Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=jar.file./home/user/.m2/repository/org/kill-bill/billing/killbill-util/0.18.14-SNAPSHOT/killbill-util-0.18.14-SNAPSHOT.jar!/ehcache.xml,Cache=tenant-record-id
2018-01-23T09:06:24,258+0000 lvl='INFO', log='ConfigurationMerger', th='main', xff='', rId='', aRId='', tRId='', Configuration of cache object-id will be supplemented by template defaultCacheConfiguration
2018-01-23T09:06:24,258+0000 lvl='INFO', log='ConfigurationMerger', th='main', xff='', rId='', aRId='', tRId='', Cache object-id will use expiry configuration from template defaultCacheConfiguration
2018-01-23T09:06:24,279+0000 lvl='INFO', log='EhcacheLoggingListener', th='main', xff='', rId='', aRId='', tRId='', Added Ehcache 'object-id'
2018-01-23T09:06:24,279+0000 lvl='INFO', log='EhcacheManager', th='main', xff='', rId='', aRId='', tRId='', Cache 'object-id' created in Eh107InternalCacheManager.
2018-01-23T09:06:24,279+0000 lvl='INFO', log='Eh107CacheManager', th='main', xff='', rId='', aRId='', tRId='', Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=jar.file./home/user/.m2/repository/org/kill-bill/billing/killbill-util/0.18.14-SNAPSHOT/killbill-util-0.18.14-SNAPSHOT.jar!/ehcache.xml,Cache=object-id
2018-01-23T09:06:24,280+0000 lvl='INFO', log='Eh107CacheManager', th='main', xff='', rId='', aRId='', tRId='', Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=jar.file./home/user/.m2/repository/org/kill-bill/billing/killbill-util/0.18.14-SNAPSHOT/killbill-util-0.18.14-SNAPSHOT.jar!/ehcache.xml,Cache=object-id
2018-01-23T09:06:24,284+0000 lvl='INFO', log='ConfigurationMerger', th='main', xff='', rId='', aRId='', tRId='', Configuration of cache audit-log will be supplemented by template defaultShortTTLCacheConfiguration
2018-01-23T09:06:24,285+0000 lvl='INFO', log='ConfigurationMerger', th='main', xff='', rId='', aRId='', tRId='', Cache audit-log will use expiry configuration from template defaultShortTTLCacheConfiguration
2018-01-23T09:06:24,291+0000 lvl='INFO', log='EhcacheLoggingListener', th='main', xff='', rId='', aRId='', tRId='', Added Ehcache 'audit-log'
2018-01-23T09:06:24,291+0000 lvl='INFO', log='EhcacheManager', th='main', xff='', rId='', aRId='', tRId='', Cache 'audit-log' created in Eh107InternalCacheManager.
2018-01-23T09:06:24,291+0000 lvl='INFO', log='Eh107CacheManager', th='main', xff='', rId='', aRId='', tRId='', Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=jar.file./home/user/.m2/repository/org/kill-bill/billing/killbill-util/0.18.14-SNAPSHOT/killbill-util-0.18.14-SNAPSHOT.jar!/ehcache.xml,Cache=audit-log
2018-01-23T09:06:24,292+0000 lvl='INFO', log='Eh107CacheManager', th='main', xff='', rId='', aRId='', tRId='', Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=jar.file./home/user/.m2/repository/org/kill-bill/billing/killbill-util/0.18.14-SNAPSHOT/killbill-util-0.18.14-SNAPSHOT.jar!/ehcache.xml,Cache=audit-log
2018-01-23T09:06:24,348+0000 lvl='INFO', log='ConfigurationMerger', th='main', xff='', rId='', aRId='', tRId='', Configuration of cache audit-log-via-history will be supplemented by template defaultShortTTLCacheConfiguration
2018-01-23T09:06:24,349+0000 lvl='INFO', log='ConfigurationMerger', th='main', xff='', rId='', aRId='', tRId='', Cache audit-log-via-history will use expiry configuration from template defaultShortTTLCacheConfiguration
2018-01-23T09:06:24,354+0000 lvl='INFO', log='EhcacheLoggingListener', th='main', xff='', rId='', aRId='', tRId='', Added Ehcache 'audit-log-via-history'
2018-01-23T09:06:24,355+0000 lvl='INFO', log='EhcacheManager', th='main', xff='', rId='', aRId='', tRId='', Cache 'audit-log-via-history' created in Eh107InternalCacheManager.
2018-01-23T09:06:24,355+0000 lvl='INFO', log='Eh107CacheManager', th='main', xff='', rId='', aRId='', tRId='', Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=jar.file./home/user/.m2/repository/org/kill-bill/billing/killbill-util/0.18.14-SNAPSHOT/killbill-util-0.18.14-SNAPSHOT.jar!/ehcache.xml,Cache=audit-log-via-history
2018-01-23T09:06:24,356+0000 lvl='INFO', log='Eh107CacheManager', th='main', xff='', rId='', aRId='', tRId='', Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=jar.file./home/user/.m2/repository/org/kill-bill/billing/killbill-util/0.18.14-SNAPSHOT/killbill-util-0.18.14-SNAPSHOT.jar!/ehcache.xml,Cache=audit-log-via-history
2018-01-23T09:06:24,358+0000 lvl='INFO', log='ConfigurationMerger', th='main', xff='', rId='', aRId='', tRId='', Configuration of cache tenant-catalog will be supplemented by template defaultCacheConfiguration
2018-01-23T09:06:24,358+0000 lvl='INFO', log='ConfigurationMerger', th='main', xff='', rId='', aRId='', tRId='', Cache tenant-catalog will use expiry configuration from template defaultCacheConfiguration
2018-01-23T09:06:24,365+0000 lvl='INFO', log='EhcacheLoggingListener', th='main', xff='', rId='', aRId='', tRId='', Added Ehcache 'tenant-catalog'
2018-01-23T09:06:24,365+0000 lvl='INFO', log='EhcacheManager', th='main', xff='', rId='', aRId='', tRId='', Cache 'tenant-catalog' created in Eh107InternalCacheManager.
2018-01-23T09:06:24,366+0000 lvl='INFO', log='Eh107CacheManager', th='main', xff='', rId='', aRId='', tRId='', Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=jar.file./home/user/.m2/repository/org/kill-bill/billing/killbill-util/0.18.14-SNAPSHOT/killbill-util-0.18.14-SNAPSHOT.jar!/ehcache.xml,Cache=tenant-catalog
2018-01-23T09:06:24,366+0000 lvl='INFO', log='Eh107CacheManager', th='main', xff='', rId='', aRId='', tRId='', Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=jar.file./home/user/.m2/repository/org/kill-bill/billing/killbill-util/0.18.14-SNAPSHOT/killbill-util-0.18.14-SNAPSHOT.jar!/ehcache.xml,Cache=tenant-catalog
2018-01-23T09:06:24,374+0000 lvl='INFO', log='ConfigurationMerger', th='main', xff='', rId='', aRId='', tRId='', Configuration of cache tenant-config will be supplemented by template defaultCacheConfiguration
2018-01-23T09:06:24,374+0000 lvl='INFO', log='ConfigurationMerger', th='main', xff='', rId='', aRId='', tRId='', Cache tenant-config will use expiry configuration from template defaultCacheConfiguration
2018-01-23T09:06:24,378+0000 lvl='INFO', log='EhcacheLoggingListener', th='main', xff='', rId='', aRId='', tRId='', Added Ehcache 'tenant-config'
2018-01-23T09:06:24,379+0000 lvl='INFO', log='EhcacheManager', th='main', xff='', rId='', aRId='', tRId='', Cache 'tenant-config' created in Eh107InternalCacheManager.
2018-01-23T09:06:24,379+0000 lvl='INFO', log='Eh107CacheManager', th='main', xff='', rId='', aRId='', tRId='', Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=jar.file./home/user/.m2/repository/org/kill-bill/billing/killbill-util/0.18.14-SNAPSHOT/killbill-util-0.18.14-SNAPSHOT.jar!/ehcache.xml,Cache=tenant-config
2018-01-23T09:06:24,380+0000 lvl='INFO', log='Eh107CacheManager', th='main', xff='', rId='', aRId='', tRId='', Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=jar.file./home/user/.m2/repository/org/kill-bill/billing/killbill-util/0.18.14-SNAPSHOT/killbill-util-0.18.14-SNAPSHOT.jar!/ehcache.xml,Cache=tenant-config
2018-01-23T09:06:24,383+0000 lvl='INFO', log='ConfigurationMerger', th='main', xff='', rId='', aRId='', tRId='', Configuration of cache tenant-overdue-config will be supplemented by template defaultCacheConfiguration
2018-01-23T09:06:24,383+0000 lvl='INFO', log='ConfigurationMerger', th='main', xff='', rId='', aRId='', tRId='', Cache tenant-overdue-config will use expiry configuration from template defaultCacheConfiguration
2018-01-23T09:06:24,389+0000 lvl='INFO', log='EhcacheLoggingListener', th='main', xff='', rId='', aRId='', tRId='', Added Ehcache 'tenant-overdue-config'
2018-01-23T09:06:24,389+0000 lvl='INFO', log='EhcacheManager', th='main', xff='', rId='', aRId='', tRId='', Cache 'tenant-overdue-config' created in Eh107InternalCacheManager.
2018-01-23T09:06:24,389+0000 lvl='INFO', log='Eh107CacheManager', th='main', xff='', rId='', aRId='', tRId='', Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=jar.file./home/user/.m2/repository/org/kill-bill/billing/killbill-util/0.18.14-SNAPSHOT/killbill-util-0.18.14-SNAPSHOT.jar!/ehcache.xml,Cache=tenant-overdue-config
2018-01-23T09:06:24,392+0000 lvl='INFO', log='Eh107CacheManager', th='main', xff='', rId='', aRId='', tRId='', Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=jar.file./home/user/.m2/repository/org/kill-bill/billing/killbill-util/0.18.14-SNAPSHOT/killbill-util-0.18.14-SNAPSHOT.jar!/ehcache.xml,Cache=tenant-overdue-config
2018-01-23T09:06:24,395+0000 lvl='INFO', log='ConfigurationMerger', th='main', xff='', rId='', aRId='', tRId='', Configuration of cache tenant-kv will be supplemented by template defaultCacheConfiguration
2018-01-23T09:06:24,395+0000 lvl='INFO', log='ConfigurationMerger', th='main', xff='', rId='', aRId='', tRId='', Cache tenant-kv will use expiry configuration from template defaultCacheConfiguration
2018-01-23T09:06:24,399+0000 lvl='INFO', log='EhcacheLoggingListener', th='main', xff='', rId='', aRId='', tRId='', Added Ehcache 'tenant-kv'
2018-01-23T09:06:24,399+0000 lvl='INFO', log='EhcacheManager', th='main', xff='', rId='', aRId='', tRId='', Cache 'tenant-kv' created in Eh107InternalCacheManager.
2018-01-23T09:06:24,399+0000 lvl='INFO', log='Eh107CacheManager', th='main', xff='', rId='', aRId='', tRId='', Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=jar.file./home/user/.m2/repository/org/kill-bill/billing/killbill-util/0.18.14-SNAPSHOT/killbill-util-0.18.14-SNAPSHOT.jar!/ehcache.xml,Cache=tenant-kv
2018-01-23T09:06:24,400+0000 lvl='INFO', log='Eh107CacheManager', th='main', xff='', rId='', aRId='', tRId='', Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=jar.file./home/user/.m2/repository/org/kill-bill/billing/killbill-util/0.18.14-SNAPSHOT/killbill-util-0.18.14-SNAPSHOT.jar!/ehcache.xml,Cache=tenant-kv
2018-01-23T09:06:24,402+0000 lvl='INFO', log='ConfigurationMerger', th='main', xff='', rId='', aRId='', tRId='', Configuration of cache tenant will be supplemented by template defaultCacheConfiguration
2018-01-23T09:06:24,403+0000 lvl='INFO', log='ConfigurationMerger', th='main', xff='', rId='', aRId='', tRId='', Cache tenant will use expiry configuration from template defaultCacheConfiguration
2018-01-23T09:06:24,408+0000 lvl='INFO', log='EhcacheLoggingListener', th='main', xff='', rId='', aRId='', tRId='', Added Ehcache 'tenant'
2018-01-23T09:06:24,408+0000 lvl='INFO', log='EhcacheManager', th='main', xff='', rId='', aRId='', tRId='', Cache 'tenant' created in Eh107InternalCacheManager.
2018-01-23T09:06:24,408+0000 lvl='INFO', log='Eh107CacheManager', th='main', xff='', rId='', aRId='', tRId='', Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=jar.file./home/user/.m2/repository/org/kill-bill/billing/killbill-util/0.18.14-SNAPSHOT/killbill-util-0.18.14-SNAPSHOT.jar!/ehcache.xml,Cache=tenant
2018-01-23T09:06:24,409+0000 lvl='INFO', log='Eh107CacheManager', th='main', xff='', rId='', aRId='', tRId='', Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=jar.file./home/user/.m2/repository/org/kill-bill/billing/killbill-util/0.18.14-SNAPSHOT/killbill-util-0.18.14-SNAPSHOT.jar!/ehcache.xml,Cache=tenant
2018-01-23T09:06:24,411+0000 lvl='INFO', log='ConfigurationMerger', th='main', xff='', rId='', aRId='', tRId='', Configuration of cache overridden-plan will be supplemented by template defaultCacheConfiguration
2018-01-23T09:06:24,411+0000 lvl='INFO', log='ConfigurationMerger', th='main', xff='', rId='', aRId='', tRId='', Cache overridden-plan will use expiry configuration from template defaultCacheConfiguration
2018-01-23T09:06:24,416+0000 lvl='INFO', log='EhcacheLoggingListener', th='main', xff='', rId='', aRId='', tRId='', Added Ehcache 'overridden-plan'
2018-01-23T09:06:24,416+0000 lvl='INFO', log='EhcacheManager', th='main', xff='', rId='', aRId='', tRId='', Cache 'overridden-plan' created in Eh107InternalCacheManager.
2018-01-23T09:06:24,416+0000 lvl='INFO', log='Eh107CacheManager', th='main', xff='', rId='', aRId='', tRId='', Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=jar.file./home/user/.m2/repository/org/kill-bill/billing/killbill-util/0.18.14-SNAPSHOT/killbill-util-0.18.14-SNAPSHOT.jar!/ehcache.xml,Cache=overridden-plan
2018-01-23T09:06:24,417+0000 lvl='INFO', log='Eh107CacheManager', th='main', xff='', rId='', aRId='', tRId='', Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=jar.file./home/user/.m2/repository/org/kill-bill/billing/killbill-util/0.18.14-SNAPSHOT/killbill-util-0.18.14-SNAPSHOT.jar!/ehcache.xml,Cache=overridden-plan
2018-01-23T09:06:24,419+0000 lvl='INFO', log='ConfigurationMerger', th='main', xff='', rId='', aRId='', tRId='', Configuration of cache tenant-payment-state-machine-config will be supplemented by template defaultCacheConfiguration
2018-01-23T09:06:24,419+0000 lvl='INFO', log='ConfigurationMerger', th='main', xff='', rId='', aRId='', tRId='', Cache tenant-payment-state-machine-config will use expiry configuration from template defaultCacheConfiguration
2018-01-23T09:06:24,424+0000 lvl='INFO', log='EhcacheLoggingListener', th='main', xff='', rId='', aRId='', tRId='', Added Ehcache 'tenant-payment-state-machine-config'
2018-01-23T09:06:24,424+0000 lvl='INFO', log='EhcacheManager', th='main', xff='', rId='', aRId='', tRId='', Cache 'tenant-payment-state-machine-config' created in Eh107InternalCacheManager.
2018-01-23T09:06:24,424+0000 lvl='INFO', log='Eh107CacheManager', th='main', xff='', rId='', aRId='', tRId='', Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=jar.file./home/user/.m2/repository/org/kill-bill/billing/killbill-util/0.18.14-SNAPSHOT/killbill-util-0.18.14-SNAPSHOT.jar!/ehcache.xml,Cache=tenant-payment-state-machine-config
2018-01-23T09:06:24,425+0000 lvl='INFO', log='Eh107CacheManager', th='main', xff='', rId='', aRId='', tRId='', Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=jar.file./home/user/.m2/repository/org/kill-bill/billing/killbill-util/0.18.14-SNAPSHOT/killbill-util-0.18.14-SNAPSHOT.jar!/ehcache.xml,Cache=tenant-payment-state-machine-config
2018-01-23T09:06:24,451+0000 lvl='INFO', log='XMLLoader', th='main', xff='', rId='', aRId='', tRId='', Initializing an object of class org.killbill.billing.catalog.StandaloneCatalog from xml file at: EmptyCatalog.xml
2018-01-23T09:06:24,737+0000 lvl='INFO', log='XMLLoader', th='main', xff='', rId='', aRId='', tRId='', Errors: 0 for EmptyCatalog.xml
2018-01-23T09:06:24,738+0000 lvl='INFO', log='XMLLoader', th='main', xff='', rId='', aRId='', tRId='', Errors: 0 for EmptyCatalog.xml
2018-01-23T09:06:24,761+0000 lvl='INFO', log='XMLLoader', th='main', xff='', rId='', aRId='', tRId='', Initializing an object of class org.killbill.billing.overdue.config.DefaultOverdueConfig from xml file at: NoOverdueConfig.xml
2018-01-23T09:06:24,794+0000 lvl='INFO', log='XMLLoader', th='main', xff='', rId='', aRId='', tRId='', Errors: 0 for NoOverdueConfig.xml
2018-01-23T09:06:24,820+0000 lvl='INFO', log='DefaultPaymentProviderPluginRegistry', th='main', xff='', rId='', aRId='', tRId='', Registering service='__EXTERNAL_PAYMENT__'
2018-01-23T09:06:24,821+0000 lvl='INFO', log='DefaultPaymentProviderPluginRegistry', th='main', xff='', rId='', aRId='', tRId='', Registering service='__DEFAULT_PAYMENT_CONTROL__'
2018-01-23T09:06:24,822+0000 lvl='INFO', log='DefaultPaymentProviderPluginRegistry', th='main', xff='', rId='', aRId='', tRId='', Registering service='__INVOICE_PAYMENT_CONTROL_PLUGIN__'
2018-01-23T09:06:24,825+0000 lvl='INFO', log='XMLLoader', th='main', xff='', rId='', aRId='', tRId='', Initializing an object of class org.killbill.automaton.DefaultStateMachineConfig from xml file at: jar:file:/home/user/.m2/repository/org/kill-bill/billing/killbill-payment/0.18.14-SNAPSHOT/killbill-payment-0.18.14-SNAPSHOT.jar!/org/killbill/billing/payment/retry/RetryStates.xml
2018-01-23T09:06:24,858+0000 lvl='INFO', log='XMLLoader', th='main', xff='', rId='', aRId='', tRId='', Errors: 0 for jar:file:/home/user/.m2/repository/org/kill-bill/billing/killbill-payment/0.18.14-SNAPSHOT/killbill-payment-0.18.14-SNAPSHOT.jar!/org/killbill/billing/payment/retry/RetryStates.xml
2018-01-23T09:06:24,860+0000 lvl='INFO', log='PersistentBusProvider', th='main', xff='', rId='', aRId='', tRId='', Creating Persistent bus for bus_ext_events
2018-01-23T09:06:24,896+0000 lvl='INFO', log='HikariDataSource', th='main', xff='', rId='', aRId='', tRId='', HikariCP pool shiro is starting.
2018-01-23T09:06:25,030+0000 lvl='INFO', log='EhcacheShiroManagerProvider$EhcacheShiroManagerWrapper', th='main', xff='', rId='', aRId='', tRId='', Cache with name iniRealm.authenticationCache does not yet exist. Creating now.
2018-01-23T09:06:25,031+0000 lvl='INFO', log='ConfigurationMerger', th='main', xff='', rId='', aRId='', tRId='', Configuration of cache iniRealm.authenticationCache will be supplemented by template defaultCacheConfiguration
2018-01-23T09:06:25,032+0000 lvl='INFO', log='ConfigurationMerger', th='main', xff='', rId='', aRId='', tRId='', Cache iniRealm.authenticationCache will use expiry configuration from template defaultCacheConfiguration
2018-01-23T09:06:25,039+0000 lvl='INFO', log='EhcacheLoggingListener', th='main', xff='', rId='', aRId='', tRId='', Added Ehcache 'iniRealm.authenticationCache'
2018-01-23T09:06:25,039+0000 lvl='INFO', log='EhcacheManager', th='main', xff='', rId='', aRId='', tRId='', Cache 'iniRealm.authenticationCache' created in Eh107InternalCacheManager.
2018-01-23T09:06:25,039+0000 lvl='INFO', log='Eh107CacheManager', th='main', xff='', rId='', aRId='', tRId='', Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=jar.file./home/user/.m2/repository/org/kill-bill/billing/killbill-util/0.18.14-SNAPSHOT/killbill-util-0.18.14-SNAPSHOT.jar!/ehcache.xml,Cache=iniRealm.authenticationCache
2018-01-23T09:06:25,040+0000 lvl='INFO', log='Eh107CacheManager', th='main', xff='', rId='', aRId='', tRId='', Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=jar.file./home/user/.m2/repository/org/kill-bill/billing/killbill-util/0.18.14-SNAPSHOT/killbill-util-0.18.14-SNAPSHOT.jar!/ehcache.xml,Cache=iniRealm.authenticationCache
2018-01-23T09:06:25,042+0000 lvl='INFO', log='EhcacheShiroManagerProvider$EhcacheShiroManagerWrapper', th='main', xff='', rId='', aRId='', tRId='', Added EhcacheShiro named [iniRealm.authenticationCache]
2018-01-23T09:06:25,043+0000 lvl='INFO', log='EhcacheShiroManagerProvider$EhcacheShiroManagerWrapper', th='main', xff='', rId='', aRId='', tRId='', Cache with name iniRealm.authorizationCache does not yet exist. Creating now.
2018-01-23T09:06:25,044+0000 lvl='INFO', log='ConfigurationMerger', th='main', xff='', rId='', aRId='', tRId='', Configuration of cache iniRealm.authorizationCache will be supplemented by template defaultCacheConfiguration
2018-01-23T09:06:25,044+0000 lvl='INFO', log='ConfigurationMerger', th='main', xff='', rId='', aRId='', tRId='', Cache iniRealm.authorizationCache will use expiry configuration from template defaultCacheConfiguration
2018-01-23T09:06:25,048+0000 lvl='INFO', log='EhcacheLoggingListener', th='main', xff='', rId='', aRId='', tRId='', Added Ehcache 'iniRealm.authorizationCache'
2018-01-23T09:06:25,048+0000 lvl='INFO', log='EhcacheManager', th='main', xff='', rId='', aRId='', tRId='', Cache 'iniRealm.authorizationCache' created in Eh107InternalCacheManager.
2018-01-23T09:06:25,049+0000 lvl='INFO', log='Eh107CacheManager', th='main', xff='', rId='', aRId='', tRId='', Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=jar.file./home/user/.m2/repository/org/kill-bill/billing/killbill-util/0.18.14-SNAPSHOT/killbill-util-0.18.14-SNAPSHOT.jar!/ehcache.xml,Cache=iniRealm.authorizationCache
2018-01-23T09:06:25,049+0000 lvl='INFO', log='Eh107CacheManager', th='main', xff='', rId='', aRId='', tRId='', Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=jar.file./home/user/.m2/repository/org/kill-bill/billing/killbill-util/0.18.14-SNAPSHOT/killbill-util-0.18.14-SNAPSHOT.jar!/ehcache.xml,Cache=iniRealm.authorizationCache
2018-01-23T09:06:25,050+0000 lvl='INFO', log='EhcacheShiroManagerProvider$EhcacheShiroManagerWrapper', th='main', xff='', rId='', aRId='', tRId='', Added EhcacheShiro named [iniRealm.authorizationCache]
2018-01-23T09:06:25,051+0000 lvl='INFO', log='EhcacheShiroManagerProvider$EhcacheShiroManagerWrapper', th='main', xff='', rId='', aRId='', tRId='', Cache with name org.killbill.billing.util.security.shiro.realm.KillBillJdbcRealm.authorizationCache.1 does not yet exist. Creating now.
2018-01-23T09:06:25,052+0000 lvl='INFO', log='ConfigurationMerger', th='main', xff='', rId='', aRId='', tRId='', Configuration of cache org.killbill.billing.util.security.shiro.realm.KillBillJdbcRealm.authorizationCache.1 will be supplemented by template defaultCacheConfiguration
2018-01-23T09:06:25,052+0000 lvl='INFO', log='ConfigurationMerger', th='main', xff='', rId='', aRId='', tRId='', Cache org.killbill.billing.util.security.shiro.realm.KillBillJdbcRealm.authorizationCache.1 will use expiry configuration from template defaultCacheConfiguration
2018-01-23T09:06:25,056+0000 lvl='INFO', log='EhcacheLoggingListener', th='main', xff='', rId='', aRId='', tRId='', Added Ehcache 'org.killbill.billing.util.security.shiro.realm.KillBillJdbcRealm.authorizationCache.1'
2018-01-23T09:06:25,057+0000 lvl='INFO', log='EhcacheManager', th='main', xff='', rId='', aRId='', tRId='', Cache 'org.killbill.billing.util.security.shiro.realm.KillBillJdbcRealm.authorizationCache.1' created in Eh107InternalCacheManager.
2018-01-23T09:06:25,057+0000 lvl='INFO', log='Eh107CacheManager', th='main', xff='', rId='', aRId='', tRId='', Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=jar.file./home/user/.m2/repository/org/kill-bill/billing/killbill-util/0.18.14-SNAPSHOT/killbill-util-0.18.14-SNAPSHOT.jar!/ehcache.xml,Cache=org.killbill.billing.util.security.shiro.realm.KillBillJdbcRealm.authorizationCache.1
2018-01-23T09:06:25,058+0000 lvl='INFO', log='Eh107CacheManager', th='main', xff='', rId='', aRId='', tRId='', Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=jar.file./home/user/.m2/repository/org/kill-bill/billing/killbill-util/0.18.14-SNAPSHOT/killbill-util-0.18.14-SNAPSHOT.jar!/ehcache.xml,Cache=org.killbill.billing.util.security.shiro.realm.KillBillJdbcRealm.authorizationCache.1
2018-01-23T09:06:25,062+0000 lvl='INFO', log='EhcacheShiroManagerProvider$EhcacheShiroManagerWrapper', th='main', xff='', rId='', aRId='', tRId='', Added EhcacheShiro named [org.killbill.billing.util.security.shiro.realm.KillBillJdbcRealm.authorizationCache.1]
2018-01-23T09:06:25,066+0000 lvl='INFO', log='HikariDataSource', th='main', xff='', rId='', aRId='', tRId='', HikariCP pool osgi is starting.
2018-01-23T09:06:25,277+0000 lvl='INFO', log='EhcacheShiroManagerProvider$EhcacheShiroManagerWrapper', th='main', xff='', rId='', aRId='', tRId='', Cache with name org.killbill.billing.server.security.KillbillJdbcTenantRealm.authenticationCache.2 does not yet exist. Creating now.
2018-01-23T09:06:25,278+0000 lvl='INFO', log='ConfigurationMerger', th='main', xff='', rId='', aRId='', tRId='', Configuration of cache org.killbill.billing.server.security.KillbillJdbcTenantRealm.authenticationCache.2 will be supplemented by template defaultCacheConfiguration
2018-01-23T09:06:25,279+0000 lvl='INFO', log='ConfigurationMerger', th='main', xff='', rId='', aRId='', tRId='', Cache org.killbill.billing.server.security.KillbillJdbcTenantRealm.authenticationCache.2 will use expiry configuration from template defaultCacheConfiguration
2018-01-23T09:06:25,284+0000 lvl='INFO', log='EhcacheLoggingListener', th='main', xff='', rId='', aRId='', tRId='', Added Ehcache 'org.killbill.billing.server.security.KillbillJdbcTenantRealm.authenticationCache.2'
2018-01-23T09:06:25,284+0000 lvl='INFO', log='EhcacheManager', th='main', xff='', rId='', aRId='', tRId='', Cache 'org.killbill.billing.server.security.KillbillJdbcTenantRealm.authenticationCache.2' created in Eh107InternalCacheManager.
2018-01-23T09:06:25,284+0000 lvl='INFO', log='Eh107CacheManager', th='main', xff='', rId='', aRId='', tRId='', Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=jar.file./home/user/.m2/repository/org/kill-bill/billing/killbill-util/0.18.14-SNAPSHOT/killbill-util-0.18.14-SNAPSHOT.jar!/ehcache.xml,Cache=org.killbill.billing.server.security.KillbillJdbcTenantRealm.authenticationCache.2
2018-01-23T09:06:25,285+0000 lvl='INFO', log='Eh107CacheManager', th='main', xff='', rId='', aRId='', tRId='', Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=jar.file./home/user/.m2/repository/org/kill-bill/billing/killbill-util/0.18.14-SNAPSHOT/killbill-util-0.18.14-SNAPSHOT.jar!/ehcache.xml,Cache=org.killbill.billing.server.security.KillbillJdbcTenantRealm.authenticationCache.2
2018-01-23T09:06:25,287+0000 lvl='INFO', log='EhcacheShiroManagerProvider$EhcacheShiroManagerWrapper', th='main', xff='', rId='', aRId='', tRId='', Added EhcacheShiro named [org.killbill.billing.server.security.KillbillJdbcTenantRealm.authenticationCache.2]
2018-01-23T09:06:25,288+0000 lvl='INFO', log='EhcacheShiroManagerProvider$EhcacheShiroManagerWrapper', th='main', xff='', rId='', aRId='', tRId='', Cache with name org.killbill.billing.server.security.KillbillJdbcTenantRealm.authorizationCache.2 does not yet exist. Creating now.
2018-01-23T09:06:25,289+0000 lvl='INFO', log='ConfigurationMerger', th='main', xff='', rId='', aRId='', tRId='', Configuration of cache org.killbill.billing.server.security.KillbillJdbcTenantRealm.authorizationCache.2 will be supplemented by template defaultCacheConfiguration
2018-01-23T09:06:25,289+0000 lvl='INFO', log='ConfigurationMerger', th='main', xff='', rId='', aRId='', tRId='', Cache org.killbill.billing.server.security.KillbillJdbcTenantRealm.authorizationCache.2 will use expiry configuration from template defaultCacheConfiguration
2018-01-23T09:06:25,294+0000 lvl='INFO', log='EhcacheLoggingListener', th='main', xff='', rId='', aRId='', tRId='', Added Ehcache 'org.killbill.billing.server.security.KillbillJdbcTenantRealm.authorizationCache.2'
2018-01-23T09:06:25,294+0000 lvl='INFO', log='EhcacheManager', th='main', xff='', rId='', aRId='', tRId='', Cache 'org.killbill.billing.server.security.KillbillJdbcTenantRealm.authorizationCache.2' created in Eh107InternalCacheManager.
2018-01-23T09:06:25,295+0000 lvl='INFO', log='Eh107CacheManager', th='main', xff='', rId='', aRId='', tRId='', Registering Ehcache MBean javax.cache:type=CacheConfiguration,CacheManager=jar.file./home/user/.m2/repository/org/kill-bill/billing/killbill-util/0.18.14-SNAPSHOT/killbill-util-0.18.14-SNAPSHOT.jar!/ehcache.xml,Cache=org.killbill.billing.server.security.KillbillJdbcTenantRealm.authorizationCache.2
2018-01-23T09:06:25,296+0000 lvl='INFO', log='Eh107CacheManager', th='main', xff='', rId='', aRId='', tRId='', Registering Ehcache MBean javax.cache:type=CacheStatistics,CacheManager=jar.file./home/user/.m2/repository/org/kill-bill/billing/killbill-util/0.18.14-SNAPSHOT/killbill-util-0.18.14-SNAPSHOT.jar!/ehcache.xml,Cache=org.killbill.billing.server.security.KillbillJdbcTenantRealm.authorizationCache.2
2018-01-23T09:06:25,298+0000 lvl='INFO', log='EhcacheShiroManagerProvider$EhcacheShiroManagerWrapper', th='main', xff='', rId='', aRId='', tRId='', Added EhcacheShiro named [org.killbill.billing.server.security.KillbillJdbcTenantRealm.authorizationCache.2]
2018-01-23T09:06:25,615+0000 lvl='INFO', log='DefaultLifecycle', th='main', xff='', rId='', aRId='', tRId='', Killbill lifecycle firing stage BOOT
2018-01-23T09:06:25,615+0000 lvl='INFO', log='DefaultLifecycle', th='main', xff='', rId='', aRId='', tRId='', Killbill lifecycle calling handler init for service nodes-service
2018-01-23T09:06:25,834+0000 lvl='INFO', log='DefaultLifecycle', th='main', xff='', rId='', aRId='', tRId='', Killbill lifecycle firing stage LOAD_CATALOG
2018-01-23T09:06:25,835+0000 lvl='INFO', log='DefaultLifecycle', th='main', xff='', rId='', aRId='', tRId='', Killbill lifecycle calling handler loadCatalog for service catalog-service
2018-01-23T09:06:25,835+0000 lvl='INFO', log='XMLLoader', th='main', xff='', rId='', aRId='', tRId='', Initializing an object of class org.killbill.billing.catalog.StandaloneCatalog from xml file at: SpyCarBasic.xml
2018-01-23T09:06:25,921+0000 lvl='INFO', log='XMLLoader', th='main', xff='', rId='', aRId='', tRId='', Errors: 0 for SpyCarBasic.xml
2018-01-23T09:06:25,921+0000 lvl='INFO', log='XMLLoader', th='main', xff='', rId='', aRId='', tRId='', Errors: 0 for SpyCarBasic.xml
2018-01-23T09:06:25,922+0000 lvl='INFO', log='DefaultCatalogService', th='main', xff='', rId='', aRId='', tRId='', Successfully loaded the default catalog SpyCarBasic.xml
2018-01-23T09:06:25,922+0000 lvl='INFO', log='DefaultLifecycle', th='main', xff='', rId='', aRId='', tRId='', Killbill lifecycle calling handler loadConfig for service overdue-service
2018-01-23T09:06:25,922+0000 lvl='INFO', log='XMLLoader', th='main', xff='', rId='', aRId='', tRId='', Initializing an object of class org.killbill.billing.overdue.config.DefaultOverdueConfig from xml file at: NoOverdueConfig.xml
2018-01-23T09:06:25,942+0000 lvl='INFO', log='XMLLoader', th='main', xff='', rId='', aRId='', tRId='', Errors: 0 for NoOverdueConfig.xml
2018-01-23T09:06:25,942+0000 lvl='INFO', log='DefaultLifecycle', th='main', xff='', rId='', aRId='', tRId='', Killbill lifecycle firing stage INIT_BUS
2018-01-23T09:06:25,942+0000 lvl='INFO', log='DefaultLifecycle', th='main', xff='', rId='', aRId='', tRId='', Killbill lifecycle calling handler startBus for service external-bus-service
2018-01-23T09:06:25,975+0000 lvl='INFO', log='DBBackedQueue', th='main', xff='', rId='', aRId='', tRId='', DBBackedQueue-bus-bus_ext_events: Initialized with queueId = 3, mode = STICKY_EVENTS, isQueueOpenForWrite = true, isQueueOpenForRead = true
2018-01-23T09:06:25,978+0000 lvl='INFO', log='DefaultQueueLifecycle', th='main', xff='', rId='', aRId='', tRId='', Bus: Starting...
2018-01-23T09:06:25,980+0000 lvl='INFO', log='DefaultLifecycle', th='main', xff='', rId='', aRId='', tRId='', Killbill lifecycle calling handler startBus for service bus-service
2018-01-23T09:06:25,981+0000 lvl='INFO', log='DefaultQueueLifecycle', th='bus_ext_events-lifecycle-th-1', xff='', rId='', aRId='', tRId='', Bus: Thread bus_ext_events-lifecycle-th-1 [51] starting
2018-01-23T09:06:25,985+0000 lvl='INFO', log='DBBackedQueue', th='main', xff='', rId='', aRId='', tRId='', DBBackedQueue-bus-bus_events: Initialized with queueId = 1, mode = STICKY_EVENTS, isQueueOpenForWrite = true, isQueueOpenForRead = true
2018-01-23T09:06:25,988+0000 lvl='INFO', log='DefaultQueueLifecycle', th='main', xff='', rId='', aRId='', tRId='', Bus: Starting...
2018-01-23T09:06:25,988+0000 lvl='INFO', log='DefaultLifecycle', th='main', xff='', rId='', aRId='', tRId='', Killbill lifecycle firing stage INIT_PLUGIN
2018-01-23T09:06:25,988+0000 lvl='INFO', log='DefaultLifecycle', th='main', xff='', rId='', aRId='', tRId='', Killbill lifecycle calling handler initialize for service osgi-service
2018-01-23T09:06:25,988+0000 lvl='INFO', log='DefaultOSGIService', th='main', xff='', rId='', aRId='', tRId='', Deleted recursively /var/tmp/felix/osgi-cache/bundle0
2018-01-23T09:06:25,989+0000 lvl='INFO', log='DefaultOSGIService', th='main', xff='', rId='', aRId='', tRId='', Deleted recursively /var/tmp/felix/osgi-cache
2018-01-23T09:06:25,991+0000 lvl='INFO', log='DefaultQueueLifecycle', th='bus_events-lifecycle-th-1', xff='', rId='', aRId='', tRId='', Bus: Thread bus_events-lifecycle-th-1 [52] starting
2018-01-23T09:06:26,226+0000 lvl='WARN', log='JRubyJarHelper', th='main', xff='', rId='', aRId='', tRId='', Unable to find the JRuby bundle at /var/tmp/bundles/platform/jruby.jar, ruby plugins won't be started!
2018-01-23T09:06:26,227+0000 lvl='WARN', log='Logger', th='main', xff='', rId='', aRId='', tRId='', Configuration root dir /var/tmp/bundles/platform/ is not a valid directory
2018-01-23T09:06:26,227+0000 lvl='WARN', log='PluginFinder', th='main', xff='', rId='', aRId='', tRId='', File non existent: Skipping parsing of plugin_identifiers.json
2018-01-23T09:06:26,227+0000 lvl='WARN', log='PluginFinder', th='main', xff='', rId='', aRId='', tRId='', Configuration root dir /var/tmp/bundles/plugins/ruby is not a valid directory
2018-01-23T09:06:26,228+0000 lvl='WARN', log='PluginFinder', th='main', xff='', rId='', aRId='', tRId='', Configuration root dir /var/tmp/bundles/plugins/java is not a valid directory
2018-01-23T09:06:26,228+0000 lvl='INFO', log='DefaultLifecycle', th='main', xff='', rId='', aRId='', tRId='', Killbill lifecycle firing stage INIT_SERVICE
2018-01-23T09:06:26,228+0000 lvl='INFO', log='DefaultLifecycle', th='main', xff='', rId='', aRId='', tRId='', Killbill lifecycle calling handler initialize for service payment-service
2018-01-23T09:06:26,228+0000 lvl='INFO', log='XMLLoader', th='main', xff='', rId='', aRId='', tRId='', Initializing an object of class org.killbill.automaton.DefaultStateMachineConfig from xml file at: jar:file:/home/user/.m2/repository/org/kill-bill/billing/killbill-payment/0.18.14-SNAPSHOT/killbill-payment-0.18.14-SNAPSHOT.jar!/org/killbill/billing/payment/PaymentStates.xml
2018-01-23T09:06:26,277+0000 lvl='INFO', log='XMLLoader', th='main', xff='', rId='', aRId='', tRId='', Errors: 0 for jar:file:/home/user/.m2/repository/org/kill-bill/billing/killbill-payment/0.18.14-SNAPSHOT/killbill-payment-0.18.14-SNAPSHOT.jar!/org/killbill/billing/payment/PaymentStates.xml
2018-01-23T09:06:26,287+0000 lvl='INFO', log='DefaultLifecycle', th='main', xff='', rId='', aRId='', tRId='', Killbill lifecycle calling handler initialize for service config-service
2018-01-23T09:06:26,287+0000 lvl='INFO', log='DefaultLifecycle', th='main', xff='', rId='', aRId='', tRId='', Killbill lifecycle calling handler initialize for service broadcast-service
2018-01-23T09:06:26,297+0000 lvl='INFO', log='DefaultLifecycle', th='main', xff='', rId='', aRId='', tRId='', Killbill lifecycle calling handler initialize for service security-service
2018-01-23T09:06:26,298+0000 lvl='INFO', log='DefaultLifecycle', th='main', xff='', rId='', aRId='', tRId='', Killbill lifecycle calling handler initialize for service invoice-service
2018-01-23T09:06:26,299+0000 lvl='INFO', log='DefaultLifecycle', th='main', xff='', rId='', aRId='', tRId='', Killbill lifecycle calling handler initialize for service jaxrs-service
2018-01-23T09:06:26,299+0000 lvl='INFO', log='DefaultLifecycle', th='main', xff='', rId='', aRId='', tRId='', Killbill lifecycle calling handler initialize for service entitlement-service
2018-01-23T09:06:26,300+0000 lvl='INFO', log='DefaultLifecycle', th='main', xff='', rId='', aRId='', tRId='', Killbill lifecycle calling handler initialize for service subscription-service
2018-01-23T09:06:26,300+0000 lvl='INFO', log='DefaultLifecycle', th='main', xff='', rId='', aRId='', tRId='', Killbill lifecycle calling handler registerForNotifications for service server-service
2018-01-23T09:06:26,301+0000 lvl='INFO', log='DefaultLifecycle', th='main', xff='', rId='', aRId='', tRId='', Killbill lifecycle calling handler initialize for service tenant-service
2018-01-23T09:06:26,356+0000 lvl='INFO', log='DefaultLifecycle', th='main', xff='', rId='', aRId='', tRId='', Killbill lifecycle calling handler initialize for service catalog-service
2018-01-23T09:06:26,356+0000 lvl='INFO', log='DefaultLifecycle', th='main', xff='', rId='', aRId='', tRId='', Killbill lifecycle calling handler initialize for service overdue-service
2018-01-23T09:06:26,356+0000 lvl='INFO', log='DefaultLifecycle', th='main', xff='', rId='', aRId='', tRId='', Killbill lifecycle calling handler registerForNotifications for service beatrix-service
2018-01-23T09:06:26,357+0000 lvl='INFO', log='DefaultLifecycle', th='main', xff='', rId='', aRId='', tRId='', Killbill lifecycle firing stage START_PLUGIN
2018-01-23T09:06:26,357+0000 lvl='INFO', log='DefaultLifecycle', th='main', xff='', rId='', aRId='', tRId='', Killbill lifecycle calling handler start for service osgi-service
2018-01-23T09:06:26,359+0000 lvl='INFO', log='DefaultLifecycle', th='main', xff='', rId='', aRId='', tRId='', Killbill lifecycle firing stage START_SERVICE
2018-01-23T09:06:26,360+0000 lvl='INFO', log='DefaultLifecycle', th='main', xff='', rId='', aRId='', tRId='', Killbill lifecycle calling handler start for service payment-service
2018-01-23T09:06:26,360+0000 lvl='INFO', log='DBBackedQueue', th='main', xff='', rId='', aRId='', tRId='', DBBackedQueue-notif-notifications: Initialized with queueId = 2, mode = STICKY_POLLING, isQueueOpenForWrite = false, isQueueOpenForRead = false
2018-01-23T09:06:26,360+0000 lvl='INFO', log='DefaultQueueLifecycle', th='main', xff='', rId='', aRId='', tRId='', NotificationQ: Starting...
2018-01-23T09:06:26,363+0000 lvl='INFO', log='DefaultLifecycle', th='main', xff='', rId='', aRId='', tRId='', Killbill lifecycle calling handler start for service broadcast-service
2018-01-23T09:06:26,363+0000 lvl='INFO', log='DefaultQueueLifecycle', th='notifications-lifecycle-th-1', xff='', rId='', aRId='', tRId='', NotificationQ: Thread notifications-lifecycle-th-1 [67] starting
2018-01-23T09:06:26,368+0000 lvl='INFO', log='DefaultLifecycle', th='main', xff='', rId='', aRId='', tRId='', Killbill lifecycle calling handler start for service invoice-service
2018-01-23T09:06:26,369+0000 lvl='INFO', log='DefaultLifecycle', th='main', xff='', rId='', aRId='', tRId='', Killbill lifecycle calling handler start for service nodes-service
2018-01-23T09:06:26,417+0000 lvl='INFO', log='DefaultLifecycle', th='main', xff='', rId='', aRId='', tRId='', Killbill lifecycle calling handler start for service entitlement-service
2018-01-23T09:06:26,417+0000 lvl='INFO', log='DefaultLifecycle', th='main', xff='', rId='', aRId='', tRId='', Killbill lifecycle calling handler start for service subscription-service
2018-01-23T09:06:26,417+0000 lvl='INFO', log='DefaultLifecycle', th='main', xff='', rId='', aRId='', tRId='', Killbill lifecycle calling handler start for service server-service
2018-01-23T09:06:26,417+0000 lvl='INFO', log='DefaultLifecycle', th='main', xff='', rId='', aRId='', tRId='', Killbill lifecycle calling handler start for service tenant-service
2018-01-23T09:06:26,419+0000 lvl='INFO', log='DefaultLifecycle', th='main', xff='', rId='', aRId='', tRId='', Killbill lifecycle calling handler start for service overdue-service
2018-01-23T09:06:26,561+0000 lvl='INFO', log='Reflections', th='main', xff='', rId='', aRId='', tRId='', Reflections took 115 ms to scan 1 urls, producing 286 keys and 561 values
2018-01-23T09:06:27,313+0000 lvl='INFO', log='PackagesResourceConfig', th='main', xff='', rId='', aRId='', tRId='', Scanning for root resource and provider classes in the packages:
org.killbill.billing.jaxrs.mappers
org.killbill.billing.jaxrs.resources
io.swagger.jaxrs.listing
2018-01-23T09:06:27,388+0000 lvl='INFO', log='ScanningResourceConfig', th='main', xff='', rId='', aRId='', tRId='', Root resource classes found:
class org.killbill.billing.jaxrs.resources.AccountResource
class org.killbill.billing.jaxrs.resources.InvoicePaymentResource
class org.killbill.billing.jaxrs.resources.CreditResource
class org.killbill.billing.jaxrs.resources.TagResource
class org.killbill.billing.jaxrs.resources.TestResource
class org.killbill.billing.jaxrs.resources.CatalogResource
class org.killbill.billing.jaxrs.resources.InvoiceResource
class io.swagger.jaxrs.listing.ApiListingResource
class org.killbill.billing.jaxrs.resources.CustomFieldResource
class org.killbill.billing.jaxrs.resources.ExportResource
class org.killbill.billing.jaxrs.resources.SecurityResource
class org.killbill.billing.jaxrs.resources.TransactionResource
class org.killbill.billing.jaxrs.resources.TagDefinitionResource
class org.killbill.billing.jaxrs.resources.BundleResource
class org.killbill.billing.jaxrs.resources.PaymentMethodResource
class org.killbill.billing.jaxrs.resources.NodesInfoResource
class org.killbill.billing.jaxrs.resources.SubscriptionResource
class io.swagger.jaxrs.listing.AcceptHeaderApiListingResource
class org.killbill.billing.jaxrs.resources.AdminResource
class org.killbill.billing.jaxrs.resources.UsageResource
class org.killbill.billing.jaxrs.resources.PluginResource
class org.killbill.billing.jaxrs.resources.PaymentResource
class org.killbill.billing.jaxrs.resources.TenantResource
class org.killbill.billing.jaxrs.resources.PluginInfoResource
class org.killbill.billing.jaxrs.resources.PaymentGatewayResource
class org.killbill.billing.jaxrs.resources.OverdueResource
2018-01-23T09:06:27,391+0000 lvl='INFO', log='ScanningResourceConfig', th='main', xff='', rId='', aRId='', tRId='', Provider classes found:
class org.killbill.billing.jaxrs.mappers.CurrencyValueNullMapper
class org.killbill.billing.jaxrs.mappers.EntityPersistenceExceptionMapper
class org.killbill.billing.jaxrs.mappers.SubscriptionRepairExceptionMapper
class org.killbill.billing.jaxrs.mappers.ShiroExceptionMapper
class org.killbill.billing.jaxrs.mappers.SubscriptionApiExceptionMapper
class org.killbill.billing.jaxrs.mappers.CatalogApiExceptionMapper
class org.killbill.billing.jaxrs.mappers.EntitlementApiExceptionMapper
class org.killbill.billing.jaxrs.mappers.IllegalPlanChangeMapper
class org.killbill.billing.jaxrs.mappers.OverdueErrorMapper
class org.killbill.billing.jaxrs.mappers.InvoiceApiExceptionMapper
class org.killbill.billing.jaxrs.mappers.BillingExceptionBaseMapper
class io.swagger.jaxrs.listing.SwaggerSerializers
class org.killbill.billing.jaxrs.mappers.SubscriptionBillingApiExceptionMapper
class org.killbill.billing.jaxrs.mappers.RuntimeExceptionMapper
class org.killbill.billing.jaxrs.mappers.TenantApiExceptionMapper
class org.killbill.billing.jaxrs.mappers.IllegalArgumentExceptionMapper
class org.killbill.billing.jaxrs.mappers.AccountApiExceptionMapper
class org.killbill.billing.jaxrs.mappers.EmailApiExceptionMapper
class org.killbill.billing.jaxrs.mappers.BlockingApiExceptionMapper
class org.killbill.billing.jaxrs.mappers.IllegalStateExceptionMapper
class org.killbill.billing.jaxrs.mappers.JsonMappingExceptionMapper
class org.killbill.billing.jaxrs.mappers.TagDefinitionApiExceptionMapper
class org.killbill.billing.jaxrs.mappers.OverdueApiExceptionMapper
class org.killbill.billing.jaxrs.mappers.TagApiExceptionMapper
class org.killbill.billing.jaxrs.mappers.PaymentApiExceptionMapper
2018-01-23T09:06:27,471+0000 lvl='INFO', log='GuiceComponentProviderFactory', th='main', xff='', rId='', aRId='', tRId='', Registering com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider as a provider class
2018-01-23T09:06:27,472+0000 lvl='INFO', log='GuiceComponentProviderFactory', th='main', xff='', rId='', aRId='', tRId='', Registering org.killbill.billing.jaxrs.resources.AccountResource as a root resource class
2018-01-23T09:06:27,472+0000 lvl='INFO', log='GuiceComponentProviderFactory', th='main', xff='', rId='', aRId='', tRId='', Registering org.killbill.billing.jaxrs.resources.BundleResource as a root resource class
2018-01-23T09:06:27,472+0000 lvl='INFO', log='GuiceComponentProviderFactory', th='main', xff='', rId='', aRId='', tRId='', Registering org.killbill.billing.jaxrs.resources.CatalogResource as a root resource class
2018-01-23T09:06:27,473+0000 lvl='INFO', log='GuiceComponentProviderFactory', th='main', xff='', rId='', aRId='', tRId='', Registering org.killbill.billing.jaxrs.resources.CreditResource as a root resource class
2018-01-23T09:06:27,473+0000 lvl='INFO', log='GuiceComponentProviderFactory', th='main', xff='', rId='', aRId='', tRId='', Registering org.killbill.billing.jaxrs.resources.CustomFieldResource as a root resource class
2018-01-23T09:06:27,473+0000 lvl='INFO', log='GuiceComponentProviderFactory', th='main', xff='', rId='', aRId='', tRId='', Registering org.killbill.billing.jaxrs.resources.ExportResource as a root resource class
2018-01-23T09:06:27,473+0000 lvl='INFO', log='GuiceComponentProviderFactory', th='main', xff='', rId='', aRId='', tRId='', Registering org.killbill.billing.jaxrs.resources.InvoicePaymentResource as a root resource class
2018-01-23T09:06:27,473+0000 lvl='INFO', log='GuiceComponentProviderFactory', th='main', xff='', rId='', aRId='', tRId='', Registering org.killbill.billing.jaxrs.resources.InvoiceResource as a root resource class
2018-01-23T09:06:27,474+0000 lvl='INFO', log='GuiceComponentProviderFactory', th='main', xff='', rId='', aRId='', tRId='', Registering org.killbill.billing.jaxrs.resources.PaymentGatewayResource as a root resource class
2018-01-23T09:06:27,474+0000 lvl='INFO', log='GuiceComponentProviderFactory', th='main', xff='', rId='', aRId='', tRId='', Registering org.killbill.billing.jaxrs.resources.PaymentMethodResource as a root resource class
2018-01-23T09:06:27,474+0000 lvl='INFO', log='GuiceComponentProviderFactory', th='main', xff='', rId='', aRId='', tRId='', Registering org.killbill.billing.jaxrs.resources.PaymentResource as a root resource class
2018-01-23T09:06:27,474+0000 lvl='INFO', log='GuiceComponentProviderFactory', th='main', xff='', rId='', aRId='', tRId='', Registering org.killbill.billing.jaxrs.resources.PluginResource as a root resource class
2018-01-23T09:06:27,475+0000 lvl='INFO', log='GuiceComponentProviderFactory', th='main', xff='', rId='', aRId='', tRId='', Registering org.killbill.billing.jaxrs.resources.SecurityResource as a root resource class
2018-01-23T09:06:27,475+0000 lvl='INFO', log='GuiceComponentProviderFactory', th='main', xff='', rId='', aRId='', tRId='', Registering org.killbill.billing.jaxrs.resources.SubscriptionResource as a root resource class
2018-01-23T09:06:27,475+0000 lvl='INFO', log='GuiceComponentProviderFactory', th='main', xff='', rId='', aRId='', tRId='', Registering org.killbill.billing.jaxrs.resources.TagDefinitionResource as a root resource class
2018-01-23T09:06:27,476+0000 lvl='INFO', log='GuiceComponentProviderFactory', th='main', xff='', rId='', aRId='', tRId='', Registering org.killbill.billing.jaxrs.resources.TagResource as a root resource class
2018-01-23T09:06:27,476+0000 lvl='INFO', log='GuiceComponentProviderFactory', th='main', xff='', rId='', aRId='', tRId='', Registering org.killbill.billing.jaxrs.resources.TenantResource as a root resource class
2018-01-23T09:06:27,476+0000 lvl='INFO', log='GuiceComponentProviderFactory', th='main', xff='', rId='', aRId='', tRId='', Registering org.killbill.billing.jaxrs.resources.TestResource as a root resource class
2018-01-23T09:06:27,476+0000 lvl='INFO', log='GuiceComponentProviderFactory', th='main', xff='', rId='', aRId='', tRId='', Registering org.killbill.billing.jaxrs.resources.TransactionResource as a root resource class
2018-01-23T09:06:27,477+0000 lvl='INFO', log='GuiceComponentProviderFactory', th='main', xff='', rId='', aRId='', tRId='', Registering org.killbill.billing.jaxrs.resources.UsageResource as a root resource class
2018-01-23T09:06:27,477+0000 lvl='INFO', log='GuiceComponentProviderFactory', th='main', xff='', rId='', aRId='', tRId='', Registering org.killbill.billing.jaxrs.resources.AdminResource as a root resource class
2018-01-23T09:06:27,477+0000 lvl='INFO', log='GuiceComponentProviderFactory', th='main', xff='', rId='', aRId='', tRId='', Registering org.killbill.billing.jaxrs.resources.PluginInfoResource as a root resource class
2018-01-23T09:06:27,477+0000 lvl='INFO', log='GuiceComponentProviderFactory', th='main', xff='', rId='', aRId='', tRId='', Registering org.killbill.billing.jaxrs.resources.NodesInfoResource as a root resource class
2018-01-23T09:06:27,480+0000 lvl='INFO', log='WebApplicationImpl', th='main', xff='', rId='', aRId='', tRId='', Initiating Jersey application, version 'Jersey: 1.19.3 10/24/2016 03:43 PM'
2018-01-23T09:06:27,639+0000 lvl='INFO', log='GuiceComponentProviderFactory', th='main', xff='', rId='', aRId='', tRId='', Binding com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider to GuiceManagedComponentProvider with the scope "Singleton"
2018-01-23T09:06:27,991+0000 lvl='INFO', log='GuiceComponentProviderFactory', th='main', xff='', rId='', aRId='', tRId='', Binding org.killbill.billing.jaxrs.resources.TransactionResource to GuiceManagedComponentProvider with the scope "Singleton"
2018-01-23T09:06:27,998+0000 lvl='INFO', log='GuiceComponentProviderFactory', th='main', xff='', rId='', aRId='', tRId='', Binding org.killbill.billing.jaxrs.resources.TagResource to GuiceManagedComponentProvider with the scope "Singleton"
2018-01-23T09:06:28,002+0000 lvl='INFO', log='GuiceComponentProviderFactory', th='main', xff='', rId='', aRId='', tRId='', Binding org.killbill.billing.jaxrs.resources.ExportResource to GuiceManagedComponentProvider with the scope "Singleton"
2018-01-23T09:06:28,009+0000 lvl='INFO', log='GuiceComponentProviderFactory', th='main', xff='', rId='', aRId='', tRId='', Binding org.killbill.billing.jaxrs.resources.SecurityResource to GuiceManagedComponentProvider with the scope "Singleton"
2018-01-23T09:06:28,012+0000 lvl='INFO', log='GuiceComponentProviderFactory', th='main', xff='', rId='', aRId='', tRId='', Binding org.killbill.billing.jaxrs.resources.TestResource to GuiceManagedComponentProvider with the scope "Singleton"
2018-01-23T09:06:28,025+0000 lvl='INFO', log='GuiceComponentProviderFactory', th='main', xff='', rId='', aRId='', tRId='', Binding org.killbill.billing.jaxrs.resources.InvoiceResource to GuiceManagedComponentProvider with the scope "Singleton"
2018-01-23T09:06:28,029+0000 lvl='INFO', log='GuiceComponentProviderFactory', th='main', xff='', rId='', aRId='', tRId='', Binding org.killbill.billing.jaxrs.resources.TagDefinitionResource to GuiceManagedComponentProvider with the scope "Singleton"
2018-01-23T09:06:28,032+0000 lvl='INFO', log='GuiceComponentProviderFactory', th='main', xff='', rId='', aRId='', tRId='', Binding org.killbill.billing.jaxrs.resources.NodesInfoResource to GuiceManagedComponentProvider with the scope "Singleton"
2018-01-23T09:06:28,036+0000 lvl='INFO', log='GuiceComponentProviderFactory', th='main', xff='', rId='', aRId='', tRId='', Binding org.killbill.billing.jaxrs.resources.CustomFieldResource to GuiceManagedComponentProvider with the scope "Singleton"
2018-01-23T09:06:28,042+0000 lvl='INFO', log='GuiceComponentProviderFactory', th='main', xff='', rId='', aRId='', tRId='', Binding org.killbill.billing.jaxrs.resources.PaymentGatewayResource to GuiceManagedComponentProvider with the scope "Singleton"
2018-01-23T09:06:28,047+0000 lvl='INFO', log='GuiceComponentProviderFactory', th='main', xff='', rId='', aRId='', tRId='', Binding org.killbill.billing.jaxrs.resources.InvoicePaymentResource to GuiceManagedComponentProvider with the scope "Singleton"
2018-01-23T09:06:28,059+0000 lvl='INFO', log='GuiceComponentProviderFactory', th='main', xff='', rId='', aRId='', tRId='', Binding org.killbill.billing.jaxrs.resources.PaymentResource to GuiceManagedComponentProvider with the scope "Singleton"
2018-01-23T09:06:28,063+0000 lvl='INFO', log='GuiceComponentProviderFactory', th='main', xff='', rId='', aRId='', tRId='', Binding org.killbill.billing.jaxrs.resources.CreditResource to GuiceManagedComponentProvider with the scope "Singleton"
2018-01-23T09:06:28,078+0000 lvl='INFO', log='GuiceComponentProviderFactory', th='main', xff='', rId='', aRId='', tRId='', Binding org.killbill.billing.jaxrs.resources.AccountResource to GuiceManagedComponentProvider with the scope "Singleton"
2018-01-23T09:06:28,083+0000 lvl='INFO', log='GuiceComponentProviderFactory', th='main', xff='', rId='', aRId='', tRId='', Binding org.killbill.billing.jaxrs.resources.AdminResource to GuiceManagedComponentProvider with the scope "Singleton"
2018-01-23T09:06:28,086+0000 lvl='INFO', log='GuiceComponentProviderFactory', th='main', xff='', rId='', aRId='', tRId='', Binding org.killbill.billing.jaxrs.resources.UsageResource to GuiceManagedComponentProvider with the scope "Singleton"
2018-01-23T09:06:28,090+0000 lvl='INFO', log='GuiceComponentProviderFactory', th='main', xff='', rId='', aRId='', tRId='', Binding org.killbill.billing.jaxrs.resources.CatalogResource to GuiceManagedComponentProvider with the scope "Singleton"
2018-01-23T09:06:28,093+0000 lvl='INFO', log='GuiceComponentProviderFactory', th='main', xff='', rId='', aRId='', tRId='', Binding org.killbill.billing.jaxrs.resources.PluginResource to GuiceManagedComponentProvider with the scope "Singleton"
2018-01-23T09:06:28,102+0000 lvl='INFO', log='GuiceComponentProviderFactory', th='main', xff='', rId='', aRId='', tRId='', Binding org.killbill.billing.jaxrs.resources.SubscriptionResource to GuiceManagedComponentProvider with the scope "Singleton"
2018-01-23T09:06:28,110+0000 lvl='INFO', log='GuiceComponentProviderFactory', th='main', xff='', rId='', aRId='', tRId='', Binding org.killbill.billing.jaxrs.resources.BundleResource to GuiceManagedComponentProvider with the scope "Singleton"
2018-01-23T09:06:28,112+0000 lvl='INFO', log='GuiceComponentProviderFactory', th='main', xff='', rId='', aRId='', tRId='', Binding org.killbill.billing.jaxrs.resources.PluginInfoResource to GuiceManagedComponentProvider with the scope "Singleton"
2018-01-23T09:06:28,118+0000 lvl='INFO', log='GuiceComponentProviderFactory', th='main', xff='', rId='', aRId='', tRId='', Binding org.killbill.billing.jaxrs.resources.PaymentMethodResource to GuiceManagedComponentProvider with the scope "Singleton"
2018-01-23T09:06:28,128+0000 lvl='INFO', log='GuiceComponentProviderFactory', th='main', xff='', rId='', aRId='', tRId='', Binding org.killbill.billing.jaxrs.resources.OverdueResource to GuiceInstantiatedComponentProvider
2018-01-23T09:06:28,137+0000 lvl='INFO', log='GuiceComponentProviderFactory', th='main', xff='', rId='', aRId='', tRId='', Binding org.killbill.billing.jaxrs.resources.TenantResource to GuiceManagedComponentProvider with the scope "Singleton"
2018-01-23T09:06:28,150+0000 lvl='INFO', log='KillbillGuiceFilter', th='main', xff='', rId='', aRId='', tRId='', Kill Bill server has started
2018-01-23T09:06:28,154+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning value [https://raw.github.com/killbill/killbill/master/profiles/killbill/src/main/resources/update-checker/killbill-server-update-list.properties] for [org.killbill.server.updateCheck.url] on [org.killbill.billing.server.config.UpdateCheckConfig#updateCheckURL()]
2018-01-23T09:06:28,154+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [false] for [org.killbill.server.updateCheck.skip] on [org.killbill.billing.server.config.UpdateCheckConfig#shouldSkipUpdateCheck()]
2018-01-23T09:06:28,155+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [3000] for [org.killbill.server.updateCheck.connectTimeout] on [org.killbill.billing.server.config.UpdateCheckConfig#updateCheckConnectionTimeout()]
2018-01-23T09:06:28,158+0000 lvl='INFO', log='UpdateChecker', th='main', xff='', rId='', aRId='', tRId='', For Kill Bill Commercial Support, visit http://thebillingproject.com or send an email to sup...@thebillingproject.com
2018-01-23T09:06:28,159+0000 lvl='WARN', log='KillbillHealthcheck', th='main', xff='', rId='', aRId='', tRId='', Putting host in rotation
[INFO] Started o.e.j.m.p.JettyWebAppContext@61a2aeb7{/,file:/home/user/projects/trials/killbill-master/profiles/killbill/src/main/webapp/,AVAILABLE}{file:/home/user/projects/trials/killbill-master/profiles/killbill/src/main/webapp/}
[WARNING] !RequestLog
[INFO] Started ServerConnector@176b8493{HTTP/1.1}{0.0.0.0:8080}
[INFO] Started @41006ms
[INFO] Started Jetty Server

Pierre-Alexandre Meyer

unread,
Jan 23, 2018, 8:55:34 AM1/23/18
to msab...@gmail.com, Kill Bill users mailing-list
If you are starting Kill Bill from source, take a look at this script:


It shows how to configure the server with the killbill.properties file.

--
You received this message because you are subscribed to the Google Groups "Kill Bill users mailing-list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to killbilling-users+unsubscribe@googlegroups.com.
To post to this group, send email to killbilling-users@googlegroups.com.
Visit this group at https://groups.google.com/group/killbilling-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/killbilling-users/dc161e1f-48ab-4d62-9cfe-83920b8a96ad%40googlegroups.com.

For more options, visit https://groups.google.com/d/optout.



--
Pierre

md sabz

unread,
Jan 28, 2018, 5:46:08 AM1/28/18
to Pierre-Alexandre Meyer, Kill Bill users mailing-list
Still the same, any help as to what could be the likely problem.


On Tue, Jan 23, 2018 at 7:25 PM, Pierre-Alexandre Meyer <pie...@kill-bill.org> wrote:
Boxbe Pierre-Alexandre Meyer (pie...@kill-bill.org) is not on your Guest List | Approve sender | Approve domain

If you are starting Kill Bill from source, take a look at this script:


It shows how to configure the server with the killbill.properties file.
On Tue, Jan 23, 2018 at 9:07 AM, <msab...@gmail.com> wrote:

...

[Message clipped]  



--
 
 

Pierre-Alexandre Meyer

unread,
Jan 28, 2018, 5:13:09 PM1/28/18
to md sabz, Kill Bill users mailing-list
I would suggest using our pre-built binaries or Docker images instead. See our Getting Started (http://docs.killbill.io/latest/getting_started.html) guide.
--
Pierre

Pierre-Alexandre Meyer

unread,
Jan 30, 2018, 1:09:44 PM1/30/18
to md sabz, Kill Bill users mailing-list
[Adding back mailing-list]

To get Kill Bill up and running from source, all you need to do is:
If these steps don't work, you would have to debug your local development setup, but this goes beyond the scope of this mailing-list. If you have more specific technical questions however, feel free to reach out for help.

Good luck!

On Mon, Jan 29, 2018 at 9:37 PM, md sabz <msab...@gmail.com> wrote:
Want to compile the source and run the source from development environment.

Able to achieve that, but the only concern here is that it connects to h2 embedded mysql database. Want to change this to connect to regular mysql instance.

Would docker images help in that?.

...



--
Pierre

msab...@gmail.com

unread,
Mar 6, 2018, 10:29:49 AM3/6/18
to Kill Bill users mailing-list
Thanks for that, it worked.

Another question, Is there a way to debug the code the code. Step through the modules, to get an understanding of the structure and the code.

Appreciate your help



On Tuesday, January 30, 2018 at 11:39:44 PM UTC+5:30, Pierre-Alexandre Meyer wrote:
> [Adding back mailing-list]
>
> To get Kill Bill up and running from source, all you need to do is:
> Clone https://github.com/killbill/killbillBuild: mvn clean install -DskipTests=trueStart Kill Bill: ./bin/start-server -s. By default, it will connect to the local MySQL database (see https://github.com/killbill/killbill/blob/5e6b5cbb2cb0d41ff29d614ba64c32dc0569d6f1/profiles/killbill/src/main/resources/killbill-server.properties#L26).
> 2018-01-23T09:06:19,927+0000 lvl='INFO', log='ConfigurationObjectFactory', th='main', xff='', rId='', aRId='', tRId='', Assigning default value [10s] for [org.killbill.dao.healthCheckConnectionTimeout] on [org.kil...

Pierre-Alexandre Meyer

unread,
Mar 6, 2018, 11:26:59 AM3/6/18
to md sabz, Kill Bill users mailing-list
Yes: you can use any Java debugger (such as IntelliJ IDEA: https://www.jetbrains.com/idea/) to step through the code.

Best regards,

--
You received this message because you are subscribed to the Google Groups "Kill Bill users mailing-list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to killbilling-users+unsubscribe@googlegroups.com.
To post to this group, send email to killbilling-users@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.



--
Pierre
Message has been deleted

Pierre-Alexandre Meyer

unread,
Mar 23, 2018, 3:44:50 AM3/23/18
to md sabz, Kill Bill users mailing-list
On Wed, Mar 21, 2018 at 2:05 PM, <msab...@gmail.com> wrote:
In the course of understanding, the killbill common, and reading through the documentation of the Persistent Bus Implementation, if you shed some light which module has dispatcher's that poll the database.. a little help here would indeed help me...


"http://killbill.io/blog/persistent-bus-in-kill-bill/"

This post is quite old and the implementation has somewhat evolved since. This wiki page is more up to date: https://github.com/killbill/killbill/wiki/Kill-Bill-Bus-and-Notification-Queue-Configuration.

Hope that helps,

--
Pierre

larr...@gmail.com

unread,
Mar 3, 2020, 1:19:47 PM3/3/20
to Kill Bill users mailing-list
Hello, trying to buiold from Soruce and this is what I get :

[INFO] Reactor Summary for killbill 0.22.5-SNAPSHOT:
[INFO] 
[INFO] killbill ........................................... SUCCESS [  0.709 s]
[INFO] killbill-api ....................................... FAILURE [  0.424 s]
[INFO] killbill-util ...................................... SKIPPED
[INFO] killbill-tenant .................................... SKIPPED
[INFO] killbill-account ................................... SKIPPED
[INFO] killbill-catalog ................................... SKIPPED
[INFO] killbill-currency .................................. SKIPPED
[INFO] killbill-subscription .............................. SKIPPED
[INFO] killbill-entitlement ............................... SKIPPED
[INFO] killbill-junction .................................. SKIPPED
[INFO] killbill-usage ..................................... SKIPPED
[INFO] killbill-invoice ................................... SKIPPED
[INFO] killbill-overdue ................................... SKIPPED
[INFO] killbill-payment ................................... SKIPPED
[INFO] killbill-beatrix ................................... SKIPPED
[INFO] killbill-jaxrs ..................................... SKIPPED
[INFO] killbill-profiles .................................. SKIPPED
[INFO] killbill-profiles-killbill ......................... SKIPPED
[INFO] killbill-profiles-killpay .......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.584 s
[INFO] Finished at: 2020-03-03T19:15:43+01:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.0:compile (default-compile) on project killbill-internal-api: Execution default-compile of goal org.apache.maven.plugins:maven-compiler-plugin:3.0:compile failed: basedir /home/factor1/sevenpay/sevenpay-core/killbill/api/target/classes does not exist -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.0:compile (default-compile) on project killbill-internal-api: Execution default-compile of goal org.apache.maven.plugins:maven-compiler-plugin:3.0:compile failed: basedir /home/factor1/sevenpay/sevenpay-core/killbill/api/target/classes does not exist
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:566)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution default-compile of goal org.apache.maven.plugins:maven-compiler-plugin:3.0:compile failed: basedir /home/factor1/sevenpay/sevenpay-core/killbill/api/target/classes does not exist
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:148)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:566)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356)
Caused by: java.lang.IllegalStateException: basedir /home/factor1/sevenpay/sevenpay-core/killbill/api/target/classes does not exist
    at org.apache.maven.shared.utils.io.DirectoryScanner.scan (DirectoryScanner.java:384)
    at org.apache.maven.shared.incremental.IncrementalBuildHelper.afterRebuildExecution (IncrementalBuildHelper.java:320)
    at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute (AbstractCompilerMojo.java:699)
    at org.apache.maven.plugin.compiler.CompilerMojo.execute (CompilerMojo.java:118)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:566)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356)
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :killbill-internal-api


Even with root privileges the error remains the same. Little help will help.

stephane brossier

unread,
Mar 3, 2020, 6:36:02 PM3/3/20
to larr...@gmail.com, Kill Bill users mailing-list
Do you have the rights on the machine to create directory?



--
You received this message because you are subscribed to the Google Groups "Kill Bill users mailing-list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to killbilling-us...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/killbilling-users/920e2046-440a-454c-b29c-985e4727148c%40googlegroups.com.
Reply all
Reply to author
Forward
0 new messages