Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save damienomurchu/4d029108cbfc5184de46f009978afeda to your computer and use it in GitHub Desktop.
Save damienomurchu/4d029108cbfc5184de46f009978afeda to your computer and use it in GitHub Desktop.
hadmin@node1:/mnt/src/millicore$ ant functional
Buildfile: /mnt/src/millicore/build.xml
functional:
[junit] WARNING: multiple versions of ant detected in path for junit
[junit] jar:file:/usr/share/ant/lib/ant.jar!/org/apache/tools/ant/Project.class
[junit] and jar:file:/mnt/src/millicore/lib-ivy/ant-1.7.1.jar!/org/apache/tools/ant/Project.class
[junit] Listening for transport dt_socket at address: 8787
[junit] Running com.feedhenry.config.mongo.MongoDBConnectionPropertiesFactoryTest
[junit] Testsuite: com.feedhenry.config.mongo.MongoDBConnectionPropertiesFactoryTest
[junit] fh.logdir = /var/log/feedhenry-dev
[junit] feedhenry.node = node00
[junit] conn props MongoDBConnectionProperties{host=127.0.0.1, password=pass, username=madmin, port=27017, dbName=admin, replicaSetEnabled=false}
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 2.284 sec
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 2.284 sec
[junit] ------------- Standard Output ---------------
[junit] fh.logdir = /var/log/feedhenry-dev
[junit] feedhenry.node = node00
[junit] conn props MongoDBConnectionProperties{host=127.0.0.1, password=pass, username=madmin, port=27017, dbName=admin, replicaSetEnabled=false}
[junit] ------------- ---------------- ---------------
[junit]
[junit] Testcase: testGetWithUserContext took 1.775 sec
[junit] Testcase: testGet_String_MongoDBConnectionPropertiesFactoryMONGO_DB took 0.002 sec
[junit] Running com.feedhenry.connection.ConnectionStringFactoryTest
[junit] Testsuite: com.feedhenry.connection.ConnectionStringFactoryTest
[junit] mongodb://auser:apass@127.0.0.1:27017,198.168.1.11:27017/somerepdb
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.028 sec
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.028 sec
[junit] ------------- Standard Output ---------------
[junit] mongodb://auser:apass@127.0.0.1:27017,198.168.1.11:27017/somerepdb
[junit] ------------- ---------------- ---------------
[junit]
[junit] Testcase: testGet took 0.012 sec
[junit] Running com.feedhenry.connection.UsernamePasswordGeneratorTest
[junit] Testsuite: com.feedhenry.connection.UsernamePasswordGeneratorTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.038 sec
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.038 sec
[junit]
[junit] Testcase: testGenerate took 0.009 sec
[junit] Running com.feedhenry.connection.mongo.MillicoreMongoDbFactoryTest
[junit] Testsuite: com.feedhenry.connection.mongo.MillicoreMongoDbFactoryTest
[junit] 2018-02-06 14:18:55 INFO [main] XmlBeanDefinitionReader.loadBeanDefinitions(315) - Loading XML bean definitions from URL [file:src/main/webapp/box/WEB-INF/millicore/beans.xml]
[junit] 2018-02-06 14:18:55 INFO [main] XmlBeanDefinitionReader.loadBeanDefinitions(315) - Loading XML bean definitions from URL [file:src/main/webapp/box/WEB-INF/millicore/config-beans.xml]
[junit] 2018-02-06 14:18:55 INFO [main] XmlBeanDefinitionReader.loadBeanDefinitions(315) - Loading XML bean definitions from URL [file:src/main/webapp/box/WEB-INF/millicore/internal-beans.xml]
[junit] 2018-02-06 14:18:55 INFO [main] XmlBeanDefinitionReader.loadBeanDefinitions(315) - Loading XML bean definitions from URL [file:src/main/webapp/box/WEB-INF/millicore/service-beans.xml]
[junit] 2018-02-06 14:18:55 INFO [main] XmlBeanDefinitionReader.loadBeanDefinitions(315) - Loading XML bean definitions from URL [file:src/main/webapp/box/WEB-INF/millicore/rest-beans.xml]
[junit] 2018-02-06 14:18:55 INFO [main] XmlBeanDefinitionReader.loadBeanDefinitions(315) - Loading XML bean definitions from URL [file:src/main/webapp/box/WEB-INF/millicore/domain-beans.xml]
[junit] 2018-02-06 14:18:55 INFO [main] XmlBeanDefinitionReader.loadBeanDefinitions(315) - Loading XML bean definitions from URL [file:src/main/webapp/box/WEB-INF/millicore/widget-beans.xml]
[junit] 2018-02-06 14:18:56 INFO [main] XmlBeanDefinitionReader.loadBeanDefinitions(315) - Loading XML bean definitions from URL [file:src/main/webapp/box/WEB-INF/millicore/cache-beans.xml]
[junit] 2018-02-06 14:18:56 INFO [main] ClassPathBeanDefinitionScanner.registerDefaultFilters(231) - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning
[junit] 2018-02-06 14:19:00 INFO [main] GenericWebApplicationContext.prepareRefresh(510) - Refreshing org.springframework.web.context.support.GenericWebApplicationContext@28752e82: startup date [Tue Feb 06 14:19:00 UTC 2018]; root of context hierarchy
[junit] 2018-02-06 14:19:02 INFO [main] ClassPathBeanDefinitionScanner.registerDefaultFilters(231) - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning
[junit] fh.cluster.common = /mnt/src/millicore/target/config/cluster-common.properties
[junit] fh.cluster.config = /mnt/src/millicore/target/config/cluster-config.properties
[junit] fh.cluster.override = /etc/feedhenry/cluster-override.properties
[junit] 2018-02-06 14:19:02 WARN [main] ConfigurationClassEnhancer.intercept(278) - @Bean method WebConfig.propertyPlaceholderConfigurer is non-static and returns an object assignable to Spring's BeanFactoryPostProcessor interface. This will result in a failure to process annotations such as @Autowired, @Resource and @PostConstruct within the method's declaring @Configuration class. Add the 'static' modifier to this method to avoid these container lifecycle issues; see @Bean Javadoc for complete details
[junit] 2018-02-06 14:19:02 INFO [main] MillicorePropertyPlaceholderConfigurer.loadProperties(172) - Loading properties file from file [/mnt/src/millicore/target/config/cluster-common.properties]
[junit] 2018-02-06 14:19:02 INFO [main] MillicorePropertyPlaceholderConfigurer.loadProperties(172) - Loading properties file from file [/mnt/src/millicore/target/config/cluster-config.properties]
[junit] 2018-02-06 14:19:02 INFO [main] MillicorePropertyPlaceholderConfigurer.loadProperties(172) - Loading properties file from file [/etc/feedhenry/cluster-override.properties]
[junit] 2018-02-06 14:19:02 INFO [main] PropertyPlaceholderConfigurer.loadProperties(172) - Loading properties file from file [/mnt/src/millicore/target/config/cluster-common.properties]
[junit] 2018-02-06 14:19:02 INFO [main] PropertyPlaceholderConfigurer.loadProperties(172) - Loading properties file from file [/mnt/src/millicore/target/config/cluster-config.properties]
[junit] 2018-02-06 14:19:02 INFO [main] PropertyPlaceholderConfigurer.loadProperties(172) - Loading properties file from file [/etc/feedhenry/cluster-override.properties]
[junit] 2018-02-06 14:19:02 INFO [main] DefaultListableBeanFactory.preInstantiateSingletons(596) - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1886ff2: defining beans [propertyConfigurator,internal-AppContextUtil,internal-ShardManager,SessionFactory,internal-ServletInit,internal-ServerConfig,internal-WidgetConfig,internal-accessUserApiKeyResolver,internal-accessUserCookieResolver,internal-accessUserSessionResolver,internal-accessRepoUserResolver,internal-RegistrationManager,internal-CritMaker,internal-WidgetUploadBeanUtil,internal-WidgetUtilBean,internal-CacheClient,internal-WebClient,internal-StpgAssetManager,internal-ClassShutter,internal-ContextFactory,internal-ScriptManager,internal-ScriptParser,internal-ScopeManager,internal-ExecutableScriptScopeResolver,internal-SerializableScriptScopeResolver,internal-EvaluateableScriptScopeResolver,internal-ExecutableScriptCacheManager,internal-MailManager,internal-TransformManager,internal-WurflTransform,internal-InlineTransform,internal-IframeTransform,internal-ContainerTransform,internal-UserAgentMapper,internal-FileManager,internal-FileResolver,internal-DbFileAccessor,internal-HttpFileAccessor,internal-DestinationManager,internal-GroupPermDefs,internal-FHCoreManager,internal-FHCoreRequester,internal-CloudUtils,internal-RhinoCloudAppManager,internal-Messaging,internal-RecoveryMessageManager,internal-ApacheMessageManager,internal-MetricsClient,internal-MilliCoreThreadExecutor,internal-MilliCoreSingleThreadExecutor,internal-DitchClient,internal-DiggerClient,internal-PushServiceClient,internal-IconManager,internal-BlockManager,internal-StatusMonitor,internal-Scheduler,internal-AssetLocatorManager,internal-AssetsMergeManager,internal-WebClientManager,internal-DevResourceManager,internal-ConfigManager,internal-IdeApiManager,internal-IdeFileManager,internal-IdeConfigManager,internal-IdeUserManager,internal-MetricsManagerImpl,internal-AppSecurityManager,internal-AppSecurityKeysManager,internal-AdminResellerManager,internal-AdminCustomerManager,internal-AdminRoleManager,gLSClientFactory,gLSClient,internal-GitlabShellRepoManager,internal-GitoliteRepoManager,internal-RepoManager,internal-StoreItemAppManager,internal-StoreItemGroupManager,internal-AppStoreManager,internal-ClusterProps,internal-ResellerProps,internal-CustomerProps,internal-AppProps,internal-AppBuildsManager,internal-AppBuildsStatusManager,internal-AppFrameworksManager,internal-ScmManager,authManagerImpl-local,restrictor-global,restrictor-emailwhitelist,restrictor-emailblacklist,restrictor-emailbypass,restrictor-builds,restrictor-creates,restrictor-logins,internal-AuthPolicyManager,internal-SessionManager,internal-DeviceManager,internal-UserApiKeyResolver,internal-GitRepoApiKeyResolver,internal-ArtifactApiKeyResolver,internal-AppApiKeyResolver,internal-DeployPolicyManager,internal-AdminAuditLogManager,internal-EndpointSecurityManager,internal-EndpointSecurityPersistenceManager,internal-EventLogManager,internal-EventAlertAdminManager,userContextFilter,internal-MongoConnectionPropertiesFactory,internal-MillicoreMongoDbFactory,internal-MbaasMongoDBService,internal-SecurityValidator,HttpRedirect,Echo,EchoNode,RandomInt,Error,Version,Request,Slow,SlowScript,CreateEntity,ReadEntity,UpdateEntity,DeleteEntity,ListEntity,ListEqEntity,ListVersionsEntity,RevertVersionEntity,FindVersionEntity,FirstEntity,FirstEqEntity,CountEntity,EntityAction,EditorWidgetBean,EditorWidgetFileBean,InstancesIconsBean,ScriptBean,Cache,Hibernate,DomainProps,BeanStatus,ScopeManagerBean,Login,Logout,Activation,LogBean,ModelManagerBean,ResourceManageBean,WebBean,WidgetMemcacheBean,StudioPropsBean,IdeApiBean,IdeFileBean,IdeConfigBean,IdeUserBean,MetricsAppBean,DigCallbackBean,openidConsumerManager,AppLoginBase,AuthCallbackHandlerBase,AppLoginOpenIdBean,AppLoginOauthBean,AppLoginLdapBean,OauthCallbackBean,OpenidCallbackBean,AppLoginFeedHenryBean,AppLoginMbaasServiceBean,AppLoginFactoryBean,AuthProviderCallbackBean,AppStoreAdmin,AuthPolicyAdmin,DeviceAdmin,RoleAdmin,StoreItemGroupAdmin,StoreItemAdmin,PubBean,AppInitBean,SdkFilesBean,GetSdkFilesBean,DeployPolicyAdminBean,AuditLogAdmin,EventLogBean,EventAlertsAdminBean,AppCloudEnvVariableBean,EnvironmentController,ArtifactController,service-EnvironmentManager,service-ConnectionManager,service-CredentialBundleManager,service-TemplateManager,service-SdkConfigManager,sys-auth-Login,ten-auth-Login,WidgetBean,DeliverActionBean,ContainerActionBean,MappingFileActionBean,IconActionBean,InitialiseActionBean,UnavailableBean,FeedhenryBean,MobileBean,EmbedBean,StudioBean,PreviewBean,AndroidBean,IphoneBean,BlackberryBean,WindowsMobile7Bean,WindowsPhoneBean,UnavailableDeliveryBean,FeedhenryDeliveryBean,MobileDeliveryBean,EmbedDeliveryBean,StudioDeliveryBean,AndroidDeliveryBean,IphoneDeliveryBean,BlackberryDeliveryBean,WindowsMobile7DeliveryBean,WindowsPhoneDeliveryBean,WebContainerBean,MobileContainerBean,LowMobileContainerBean,ZipContainerBean,PreviewEmbedContainerBean,DeliveryUtilBean,internal-MilliWriter,internal-CacheController,cache-widg_InstanceBinary,cache-widg_WidgetBinaryFile,cache-stpg_Static,cache-static_Asset,logManager,UserAdmin,GroupAdmin,ResellerAdmin,CustomerAdmin,ClusterAdmin,EndpointSecurity,IdeAppBean,internal-EventMessagePublisher,eventsMessageSubscriber,alertMessageSubscriber,internal-InternalMessagesManager,appFormsMessageSubscriber,authManagerImpl-openshift,stpg-WurflDao,stpg-WurflAdapter,stpg-StaticAdapter,stpg-StaticCtrlAdapter,stpg-StaticCtrlDao,stpg-StaticDao,ops-ModelManDao,ops-ModelManLogDao,ops-ModelManAdapter,ops-ModelManLogAdapter,cache-ScriptCacheDao,cache-ScriptCacheAdapter,cm-DeployPolicyAdapter,cm-DeployPolicyDao,cm-CloudEnvVariableDao,cm-CloudEnvVariableAdapter,keycloak-KeycloakUserAdapter,keycloak-KeycloakUserDao,track-SessionDao,track-InviteDao,track-InviteAdapter,track-StartupsAdapter,track-LoginAdapter,track-LoginDao,track-StartupsDao,track-SessionAdapter,eventlog-EventLogDao,eventlog-AlertAuditAdapter,eventlog-AlertAdapter,eventlog-EventLogAdapter,eventlog-AlertAuditDao,eventlog-AlertDao,widg-LogTickAdapter,widg-LogTickDao,widg-WidgetBinaryFileDao,widg-WidgetConfigAdapter,widg-ProjectConnectorAdapter,widg-ConnectionAdapter,widg-InstanceConfigAdapter,widg-TemplateInstanceAdapter,widg-WidgetDao,widg-TemplateInstanceDao,widg-LogAdapter,widg-InstanceConfigDao,widg-ConnectionDao,widg-WidgetTextFileAdapter,widg-ProjectConnectorDao,widg-WidgetAdapter,widg-WidgetTextFileDao,widg-WidgetContainerDao,widg-InstanceBinaryDao,widg-AppDao,widg-DestinationDao,widg-InstanceBinaryAdapter,widg-InstanceSharableDao,widg-ProjectDao,widg-LogDao,widg-WidgetConfigDao,widg-WidgetBinaryFileAdapter,widg-InstanceSharableAdapter,widg-DestinationAdapter,widg-WidgetContainerAdapter,mam-StoreItemGroupAdapter,mam-StoreItemBinaryVersionAdapter,mam-StoreItemAccessDao,mam-StoreItemDao,mam-StoreItemGroupDao,mam-StoreItemBinaryDao,mam-DevicesDao,mam-StoreItemScreenshotAdapter,mam-StoreItemAdapter,mam-StoreItemScreenshotDao,mam-StoreItemBinaryVersionDao,mam-ProviderDao,mam-AuditLogDao,mam-AuthPolicyAdapter,mam-StoreItemAccessAdapter,mam-StoreItemBinaryAdapter,mam-UserAuthPolicyDao,mam-UserAuthPolicyAdapter,mam-DevicesAdapter,mam-ProviderAdapter,mam-AppStoreDao,mam-AppStoreAdapter,mam-AuthPolicyDao,mam-AuditLogAdapter,hibernateDatabaseAccess,app-KeysAdapter,app-KeysDao,sys-DomainSignOverAdapter,sys-ApiKeysAdapter,sys-ClusterPropDao,sys-ScheduleAdapter,sys-SecureEndpointsDao,sys-UserDao,sys-RegAdapter,sys-GroupDao,sys-GroupPermAdapter,sys-PermAdapter,sys-GroupAdapter,sys-SubGroupAdapter,sys-SecureEndpointsAuditLogAdapter,sys-UserToDomainAdapter,sys-ApiKeysDao,sys-UserToDomainDao,sys-RegDao,sys-SubDao,sys-ClusterPropAdapter,sys-DomainSignOverDao,sys-ScheduleDao,sys-SubAdapter,sys-PermDao,sys-SecureEndpointsAdapter,sys-SubGroupDao,sys-GroupPermDao,sys-UserAdapter,sys-SecureEndpointsAuditLogDao,dev-ResourceBundleAdapter,dev-ResourceDao,dev-ResourceAdapter,dev-BuildsDao,dev-ResourceBundleDao,dev-BuildsAdapter,ten-UserDao,ten-TenantPropDao,ten-DomainDao,ten-TenantDao,ten-TenantAdapter,ten-ResellerAdapter,ten-DomainPropAdapter,ten-TenantPropAdapter,ten-ResellerPropDao,ten-DomainPropDao,ten-ResellerPropAdapter,ten-ResellerDao,ten-DomainAdapter,ten-UserAdapter,internal-AdminUserManager,internal-AdminDomainManager,scmRepoPostUpdateListener,userProps,internal-PropsManager,internal-DomainProps,internal-AccessManager,internal-IdeAppManager,messagingClient,internal-AppCloudEnvVaraibleManager,gitlabShellPostReceiveSubscriber,connectionStringFactory,inviteScheduler,initialiseProxyAuthenticator,restTemplateBeans,apiControllerExceptionHandler,serviceController,gitlabShellController,propController,credentialController,repoController,shortenUrlController,templateController,businessObjectController,appController,serviceAppController,connectionController,cloudEnvVariableController,projectController,gitRepoHttpAccessKeyManager,gitRepoAccessKeyResolver,service-AppManager,webConfig,functionalIntegrationConfig,testConfig,amqpConfig,mongoConnectionPropertiesFactory,functionalConfig,metricsFilter,influxInternalMetrics,loginController,mobileAppStoreController,healthController,appFormsController,superCoreAdminController,invitesController,buildFarmArtifactsController,buildFarmController,pingController,clusterController,statusController,unifiedPushController,gitLabController,mbaasAdminController,domainController,keycloakController,featureAdminController,pushConfigController,mobileAppStoreItemController,digmanController,termsAndConditionsCapturer,signupProcessService,fhscmStatusClient,clusterService,statusService,pingService,serviceBinderExecutor,serviceBinderFactory,methodProfilingAdvice,scopedTarget.keycloakService,keycloakService,ditchServiceImpl,environmentsService,diggerJenkinsStatusClient,domainSignOverService,environmentServiceClient,inviteService,taskLogsSubscriber,memcachedTaskLogsAccessor,mbaasAuthenticationServiceImpl,otaDownloadService,supercoreUpsClient,supercoreStatusClient,businessObjects,fhaaaStatusClient,fhaaaMigrateService,fhaaaClient,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,clientHttpRequestFactory,commonHttpResponseErrorHandler,commonRestTemplate,jsonHeaders,org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration,mvcConversionService,httpRequestHandlerAdapter,simpleControllerHandlerAdapter,handlerExceptionResolver,mvcValidator,requestMappingHandlerMapping,mvcContentNegotiationManager,viewControllerHandlerMapping,beanNameHandlerMapping,resourceHandlerMapping,defaultServletHandlerMapping,requestMappingHandlerAdapter,amqpRequiredInterceptor,domainServiceFactory,domainService,pathEntityMethodArgumentResolver,userEntityMethodArgumentResolver,propertyPlaceholderConfigurer,propertySourcesPlaceholderConfigurer,getFhaaaClientWrapper,getSdkManager,getMultipartResolver,appDeploysStatusMonitor,eventsConnectionFactory,tasksConnectionFactory,internalConnectionFactory,amqpSubscriptionRegistery,repoInitializer,repoManager,projectManager,supercoreOpenShiftClient,openShiftClient,teamsClient,serviceClient,dsClient,gitRepoApiKeyResolver,diggerClient,diggerProducer,appPermissionsValidator]; root of factory hierarchy
[junit] millicore-home: /mnt/src/millicore/src/main/webapp/box
[junit] WEB-INF path /mnt/src/millicore/src/main/webapp/box/WEB-INF/millicore
[junit] Flyway database migrations are disabled on this node.
[junit] 2018-02-06 14:19:03 INFO [main] Environment.<clinit>(514) - Hibernate 3.2.5
[junit] 2018-02-06 14:19:03 INFO [main] Environment.<clinit>(532) - loaded properties from resource hibernate.properties: {hibernate.c3p0.acquire_increment=1 , hibernate.connection.password=****, hibernate.c3p0.idle_test_period=300, hibernate.cache.use_second_level_cache=false, hibernate.show_sql=false, hibernate.c3p0.max_statements=0, hibernate.bytecode.use_reflection_optimizer=false, hibernate.c3p0.timeout=5000, hibernate.connection.shard_id=${shard.id}, hibernate.shard.enable_cross_shard_relationship_checks=true, hibernate.cache.use_query_cache=false, hibernate.c3p0.min_size=3, hibernate.format_sql=false , hibernate.connection.username=${shard.username}, hibernate.connection.driver_class=com.mysql.jdbc.Driver, hibernate.c3p0.max_size=${data.hibernate.c3p0.max_size} , hibernate.connection.provider_class=org.hibernate.connection.C3P0ConnectionProvider, hibernate.dialect=org.hibernate.dialect.MySQLInnoDBDialect, hibernate.connection.url=jdbc:mysql://${shard.host}:${shard.port}/${shard.name}?useServerPrepStmts=false}
[junit] 2018-02-06 14:19:03 INFO [main] Environment.buildBytecodeProvider(681) - Bytecode provider name : cglib
[junit] 2018-02-06 14:19:04 INFO [main] Environment.<clinit>(598) - using JDK 1.4 java.sql.Timestamp handling
[junit] 2018-02-06 14:19:04 INFO [main] HbmBinder.bindRootPersistentClassCommonValues(300) - Mapping class: org.tssg.millicore.model.app.KeysImpl -> app_Keys
[junit] 2018-02-06 14:19:04 INFO [main] HbmBinder.bindRootPersistentClassCommonValues(300) - Mapping class: org.tssg.millicore.model.cache.ScriptCacheImpl -> cache_ScriptCache
[junit] 2018-02-06 14:19:04 INFO [main] HbmBinder.bindRootPersistentClassCommonValues(300) - Mapping class: org.tssg.millicore.model.cm.CloudEnvVariableImpl -> cm_CloudEnvVariable
[junit] 2018-02-06 14:19:04 INFO [main] HbmBinder.bindRootPersistentClassCommonValues(300) - Mapping class: org.tssg.millicore.model.cm.DeployPolicyImpl -> cm_DeployPolicy
[junit] 2018-02-06 14:19:04 INFO [main] HbmBinder.bindRootPersistentClassCommonValues(300) - Mapping class: org.tssg.millicore.model.dev.BuildsImpl -> dev_Builds
[junit] 2018-02-06 14:19:04 INFO [main] HbmBinder.bindRootPersistentClassCommonValues(300) - Mapping class: org.tssg.millicore.model.dev.ResourceImpl -> dev_Resource
[junit] 2018-02-06 14:19:04 INFO [main] HbmBinder.bindRootPersistentClassCommonValues(300) - Mapping class: org.tssg.millicore.model.dev.ResourceBundleImpl -> dev_ResourceBundle
[junit] 2018-02-06 14:19:04 INFO [main] HbmBinder.bindRootPersistentClassCommonValues(300) - Mapping class: org.tssg.millicore.model.eventlog.AlertImpl -> eventlog_Alert
[junit] 2018-02-06 14:19:04 INFO [main] HbmBinder.bindRootPersistentClassCommonValues(300) - Mapping class: org.tssg.millicore.model.eventlog.AlertAuditImpl -> eventlog_AlertAudit
[junit] 2018-02-06 14:19:04 INFO [main] HbmBinder.bindRootPersistentClassCommonValues(300) - Mapping class: org.tssg.millicore.model.eventlog.EventLogImpl -> eventlog_EventLog
[junit] 2018-02-06 14:19:04 INFO [main] HbmBinder.bindRootPersistentClassCommonValues(300) - Mapping class: org.tssg.millicore.model.keycloak.KeycloakUserImpl -> keycloak_KeycloakUser
[junit] 2018-02-06 14:19:04 INFO [main] HbmBinder.bindRootPersistentClassCommonValues(300) - Mapping class: org.tssg.millicore.model.mam.AppStoreImpl -> mam_AppStore
[junit] 2018-02-06 14:19:04 INFO [main] HbmBinder.bindRootPersistentClassCommonValues(300) - Mapping class: org.tssg.millicore.model.mam.AuditLogImpl -> mam_AuditLog
[junit] 2018-02-06 14:19:04 INFO [main] HbmBinder.bindRootPersistentClassCommonValues(300) - Mapping class: org.tssg.millicore.model.mam.AuthPolicyImpl -> mam_AuthPolicy
[junit] 2018-02-06 14:19:04 INFO [main] HbmBinder.bindRootPersistentClassCommonValues(300) - Mapping class: org.tssg.millicore.model.mam.DevicesImpl -> mam_Devices
[junit] 2018-02-06 14:19:04 INFO [main] HbmBinder.bindRootPersistentClassCommonValues(300) - Mapping class: org.tssg.millicore.model.mam.ProviderImpl -> mam_Provider
[junit] 2018-02-06 14:19:04 INFO [main] HbmBinder.bindRootPersistentClassCommonValues(300) - Mapping class: org.tssg.millicore.model.mam.StoreItemImpl -> mam_StoreItem
[junit] 2018-02-06 14:19:04 INFO [main] HbmBinder.bindRootPersistentClassCommonValues(300) - Mapping class: org.tssg.millicore.model.mam.StoreItemAccessImpl -> mam_StoreItemAccess
[junit] 2018-02-06 14:19:04 INFO [main] HbmBinder.bindRootPersistentClassCommonValues(300) - Mapping class: org.tssg.millicore.model.mam.StoreItemBinaryImpl -> mam_StoreItemBinary
[junit] 2018-02-06 14:19:04 INFO [main] HbmBinder.bindRootPersistentClassCommonValues(300) - Mapping class: org.tssg.millicore.model.mam.StoreItemBinaryVersionImpl -> mam_StoreItemBinaryVersion
[junit] 2018-02-06 14:19:04 INFO [main] HbmBinder.bindRootPersistentClassCommonValues(300) - Mapping class: org.tssg.millicore.model.mam.StoreItemGroupImpl -> mam_StoreItemGroup
[junit] 2018-02-06 14:19:04 INFO [main] HbmBinder.bindRootPersistentClassCommonValues(300) - Mapping class: org.tssg.millicore.model.mam.StoreItemScreenshotImpl -> mam_StoreItemScreenshot
[junit] 2018-02-06 14:19:04 INFO [main] HbmBinder.bindRootPersistentClassCommonValues(300) - Mapping class: org.tssg.millicore.model.mam.UserAuthPolicyImpl -> mam_UserAuthPolicy
[junit] 2018-02-06 14:19:04 INFO [main] HbmBinder.bindRootPersistentClassCommonValues(300) - Mapping class: org.tssg.millicore.model.ops.ModelManImpl -> ops_ModelMan
[junit] 2018-02-06 14:19:04 INFO [main] HbmBinder.bindRootPersistentClassCommonValues(300) - Mapping class: org.tssg.millicore.model.ops.ModelManLogImpl -> ops_ModelManLog
[junit] 2018-02-06 14:19:04 INFO [main] HbmBinder.bindRootPersistentClassCommonValues(300) - Mapping class: org.tssg.millicore.model.stpg.StaticImpl -> stpg_Static
[junit] 2018-02-06 14:19:04 INFO [main] HbmBinder.bindRootPersistentClassCommonValues(300) - Mapping class: org.tssg.millicore.model.stpg.StaticImpl_v -> stpg_Static_v
[junit] 2018-02-06 14:19:04 INFO [main] HbmBinder.bindRootPersistentClassCommonValues(300) - Mapping class: org.tssg.millicore.model.stpg.StaticCtrlImpl -> stpg_StaticCtrl
[junit] 2018-02-06 14:19:04 INFO [main] HbmBinder.bindRootPersistentClassCommonValues(300) - Mapping class: org.tssg.millicore.model.stpg.WurflImpl -> stpg_Wurfl
[junit] 2018-02-06 14:19:04 INFO [main] HbmBinder.bindRootPersistentClassCommonValues(300) - Mapping class: org.tssg.millicore.model.sys.ApiKeysImpl -> sys_ApiKeys
[junit] 2018-02-06 14:19:04 INFO [main] HbmBinder.bindRootPersistentClassCommonValues(300) - Mapping class: org.tssg.millicore.model.sys.ApiKeysImpl_v -> sys_ApiKeys_v
[junit] 2018-02-06 14:19:04 INFO [main] HbmBinder.bindRootPersistentClassCommonValues(300) - Mapping class: org.tssg.millicore.model.sys.ClusterPropImpl -> sys_ClusterProp
[junit] 2018-02-06 14:19:04 INFO [main] HbmBinder.bindRootPersistentClassCommonValues(300) - Mapping class: org.tssg.millicore.model.sys.ClusterPropImpl_v -> sys_ClusterProp_v
[junit] 2018-02-06 14:19:04 INFO [main] HbmBinder.bindRootPersistentClassCommonValues(300) - Mapping class: org.tssg.millicore.model.sys.DomainSignOverImpl -> sys_DomainSignOver
[junit] 2018-02-06 14:19:04 INFO [main] HbmBinder.bindRootPersistentClassCommonValues(300) - Mapping class: org.tssg.millicore.model.sys.GroupImpl -> sys_Group
[junit] 2018-02-06 14:19:04 INFO [main] HbmBinder.bindRootPersistentClassCommonValues(300) - Mapping class: org.tssg.millicore.model.sys.GroupPermImpl -> sys_GroupPerm
[junit] 2018-02-06 14:19:04 INFO [main] HbmBinder.bindRootPersistentClassCommonValues(300) - Mapping class: org.tssg.millicore.model.sys.PermImpl -> sys_Perm
[junit] 2018-02-06 14:19:04 INFO [main] HbmBinder.bindRootPersistentClassCommonValues(300) - Mapping class: org.tssg.millicore.model.sys.RegImpl -> sys_Reg
[junit] 2018-02-06 14:19:04 INFO [main] HbmBinder.bindRootPersistentClassCommonValues(300) - Mapping class: org.tssg.millicore.model.sys.ScheduleImpl -> sys_Schedule
[junit] 2018-02-06 14:19:04 INFO [main] HbmBinder.bindRootPersistentClassCommonValues(300) - Mapping class: org.tssg.millicore.model.sys.SecureEndpointsImpl -> sys_SecureEndpoints
[junit] 2018-02-06 14:19:04 INFO [main] HbmBinder.bindRootPersistentClassCommonValues(300) - Mapping class: org.tssg.millicore.model.sys.SecureEndpointsAuditLogImpl -> sys_SecureEndpointsAuditLog
[junit] 2018-02-06 14:19:04 INFO [main] HbmBinder.bindRootPersistentClassCommonValues(300) - Mapping class: org.tssg.millicore.model.sys.SubImpl -> sys_Sub
[junit] 2018-02-06 14:19:04 INFO [main] HbmBinder.bindRootPersistentClassCommonValues(300) - Mapping class: org.tssg.millicore.model.sys.SubGroupImpl -> sys_SubGroup
[junit] 2018-02-06 14:19:04 INFO [main] HbmBinder.bindRootPersistentClassCommonValues(300) - Mapping class: org.tssg.millicore.model.sys.UserImpl -> sys_User
[junit] 2018-02-06 14:19:05 INFO [main] HbmBinder.bindRootPersistentClassCommonValues(300) - Mapping class: org.tssg.millicore.model.sys.UserToDomainImpl -> sys_UserToDomain
[junit] 2018-02-06 14:19:05 INFO [main] HbmBinder.bindRootPersistentClassCommonValues(300) - Mapping class: org.tssg.millicore.model.ten.DomainImpl -> ten_Domain
[junit] 2018-02-06 14:19:05 INFO [main] HbmBinder.bindRootPersistentClassCommonValues(300) - Mapping class: org.tssg.millicore.model.ten.DomainPropImpl -> ten_DomainProp
[junit] 2018-02-06 14:19:05 INFO [main] HbmBinder.bindRootPersistentClassCommonValues(300) - Mapping class: org.tssg.millicore.model.ten.DomainPropImpl_v -> ten_DomainProp_v
[junit] 2018-02-06 14:19:05 INFO [main] HbmBinder.bindRootPersistentClassCommonValues(300) - Mapping class: org.tssg.millicore.model.ten.ResellerImpl -> ten_Reseller
[junit] 2018-02-06 14:19:05 INFO [main] HbmBinder.bindRootPersistentClassCommonValues(300) - Mapping class: org.tssg.millicore.model.ten.ResellerPropImpl -> ten_ResellerProp
[junit] 2018-02-06 14:19:05 INFO [main] HbmBinder.bindRootPersistentClassCommonValues(300) - Mapping class: org.tssg.millicore.model.ten.ResellerPropImpl_v -> ten_ResellerProp_v
[junit] 2018-02-06 14:19:05 INFO [main] HbmBinder.bindRootPersistentClassCommonValues(300) - Mapping class: org.tssg.millicore.model.ten.TenantImpl -> ten_Tenant
[junit] 2018-02-06 14:19:05 INFO [main] HbmBinder.bindRootPersistentClassCommonValues(300) - Mapping class: org.tssg.millicore.model.ten.TenantPropImpl -> ten_TenantProp
[junit] 2018-02-06 14:19:05 INFO [main] HbmBinder.bindRootPersistentClassCommonValues(300) - Mapping class: org.tssg.millicore.model.ten.TenantPropImpl_v -> ten_TenantProp_v
[junit] 2018-02-06 14:19:05 INFO [main] HbmBinder.bindRootPersistentClassCommonValues(300) - Mapping class: org.tssg.millicore.model.ten.UserImpl -> ten_User
[junit] 2018-02-06 14:19:05 INFO [main] HbmBinder.bindRootPersistentClassCommonValues(300) - Mapping class: org.tssg.millicore.model.track.InviteImpl -> track_Invite
[junit] 2018-02-06 14:19:05 INFO [main] HbmBinder.bindRootPersistentClassCommonValues(300) - Mapping class: org.tssg.millicore.model.track.LoginImpl -> track_Login
[junit] 2018-02-06 14:19:05 INFO [main] HbmBinder.bindRootPersistentClassCommonValues(300) - Mapping class: org.tssg.millicore.model.track.SessionImpl -> track_Session
[junit] 2018-02-06 14:19:05 INFO [main] HbmBinder.bindRootPersistentClassCommonValues(300) - Mapping class: org.tssg.millicore.model.track.StartupsImpl -> track_Startups
[junit] 2018-02-06 14:19:05 INFO [main] HbmBinder.bindRootPersistentClassCommonValues(300) - Mapping class: org.tssg.millicore.model.widg.ConnectionImpl -> widg_Connection
[junit] 2018-02-06 14:19:05 INFO [main] HbmBinder.bindRootPersistentClassCommonValues(300) - Mapping class: org.tssg.millicore.model.widg.DestinationImpl -> widg_Destination
[junit] 2018-02-06 14:19:05 INFO [main] HbmBinder.bindRootPersistentClassCommonValues(300) - Mapping class: org.tssg.millicore.model.widg.InstanceBinaryImpl -> widg_InstanceBinary
[junit] 2018-02-06 14:19:05 INFO [main] HbmBinder.bindRootPersistentClassCommonValues(300) - Mapping class: org.tssg.millicore.model.widg.InstanceConfigImpl -> widg_InstanceConfig
[junit] 2018-02-06 14:19:05 INFO [main] HbmBinder.bindRootPersistentClassCommonValues(300) - Mapping class: org.tssg.millicore.model.widg.InstanceSharableImpl -> widg_InstanceSharable
[junit] 2018-02-06 14:19:05 INFO [main] HbmBinder.bindRootPersistentClassCommonValues(300) - Mapping class: org.tssg.millicore.model.widg.LogImpl -> widg_Log
[junit] 2018-02-06 14:19:05 INFO [main] HbmBinder.bindRootPersistentClassCommonValues(300) - Mapping class: org.tssg.millicore.model.widg.LogTickImpl -> widg_LogTick
[junit] 2018-02-06 14:19:05 INFO [main] HbmBinder.bindRootPersistentClassCommonValues(300) - Mapping class: org.tssg.millicore.model.widg.ProjectConnectorImpl -> widg_ProjectConnector
[junit] 2018-02-06 14:19:05 INFO [main] HbmBinder.bindRootPersistentClassCommonValues(300) - Mapping class: org.tssg.millicore.model.widg.TemplateInstanceImpl -> widg_TemplateInstance
[junit] 2018-02-06 14:19:05 INFO [main] HbmBinder.bindRootPersistentClassCommonValues(300) - Mapping class: org.tssg.millicore.model.widg.WidgetImpl -> widg_Widget
[junit] 2018-02-06 14:19:05 INFO [main] HbmBinder.bindRootPersistentClassCommonValues(300) - Mapping class: org.tssg.millicore.model.widg.WidgetImpl_v -> widg_Widget_v
[junit] 2018-02-06 14:19:05 INFO [main] HbmBinder.bindRootPersistentClassCommonValues(300) - Mapping class: org.tssg.millicore.model.widg.WidgetBinaryFileImpl -> widg_WidgetBinaryFile
[junit] 2018-02-06 14:19:05 INFO [main] HbmBinder.bindRootPersistentClassCommonValues(300) - Mapping class: org.tssg.millicore.model.widg.WidgetBinaryFileImpl_v -> widg_WidgetBinaryFile_v
[junit] 2018-02-06 14:19:05 INFO [main] HbmBinder.bindRootPersistentClassCommonValues(300) - Mapping class: org.tssg.millicore.model.widg.WidgetConfigImpl -> widg_WidgetConfig
[junit] 2018-02-06 14:19:05 INFO [main] HbmBinder.bindRootPersistentClassCommonValues(300) - Mapping class: org.tssg.millicore.model.widg.WidgetContainerImpl -> widg_WidgetContainer
[junit] 2018-02-06 14:19:05 INFO [main] HbmBinder.bindRootPersistentClassCommonValues(300) - Mapping class: org.tssg.millicore.model.widg.WidgetTextFileImpl -> widg_WidgetTextFile
[junit] 2018-02-06 14:19:05 INFO [main] HbmBinder.bindRootPersistentClassCommonValues(300) - Mapping class: org.tssg.millicore.model.widg.WidgetTextFileImpl_v -> widg_WidgetTextFile_v
[junit] 2018-02-06 14:19:05 INFO [main] ConnectionProviderFactory.newConnectionProvider(72) - Initializing connection provider: org.hibernate.connection.C3P0ConnectionProvider
[junit] 2018-02-06 14:19:05 INFO [main] C3P0ConnectionProvider.configure(81) - C3P0 using driver: com.mysql.jdbc.Driver at URL: jdbc:mysql://localhost:3306/shard0?useServerPrepStmts=false
[junit] 2018-02-06 14:19:05 INFO [main] C3P0ConnectionProvider.configure(82) - Connection properties: {user=shard0, password=****, shard_id=0}
[junit] 2018-02-06 14:19:05 INFO [main] C3P0ConnectionProvider.configure(85) - autocommit mode: false
[junit] 2018-02-06 14:19:05 INFO [main] MLog.<clinit>(80) - MLog clients using log4j logging.
[junit] 2018-02-06 14:19:05 INFO [main] C3P0Registry.banner(204) - Initializing c3p0-0.9.1 [built 16-January-2007 14:46:42; debug? true; trace: 10]
[junit] 2018-02-06 14:19:05 INFO [main] AbstractPoolBackedDataSource.getPoolManager(462) - Initializing c3p0 pool... com.mchange.v2.c3p0.PoolBackedDataSource@74ce2fbc [ connectionPoolDataSource -> com.mchange.v2.c3p0.WrapperConnectionPoolDataSource@d7fc4c01 [ acquireIncrement -> 1, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, debugUnreturnedConnectionStackTraces -> false, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, identityToken -> z8kflt9tttmria1fi73d7|a54379e, idleConnectionTestPeriod -> 300, initialPoolSize -> 3, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 5000, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 20, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, nestedDataSource -> com.mchange.v2.c3p0.DriverManagerDataSource@59f4a8cd [ description -> null, driverClass -> null, factoryClassLocation -> null, identityToken -> z8kflt9tttmria1fi73d7|10c56cbd, jdbcUrl -> jdbc:mysql://localhost:3306/shard0?useServerPrepStmts=false, properties -> {user=******, password=******, shard_id=0} ], preferredTestQuery -> null, propertyCycle -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> true, unreturnedConnectionTimeout -> 0, usesTraditionalReflectiveProxies -> false; userOverrides: {} ], dataSourceName -> null, factoryClassLocation -> null, identityToken -> z8kflt9tttmria1fi73d7|61031c23, numHelperThreads -> 3 ]
[junit] 2018-02-06 14:19:35 WARN [com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#2] BasicResourcePool.run(1841) - com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask@58569768 -- Acquisition Attempt Failed!!! Clearing pending acquires. While trying to acquire a needed new resource, we failed to succeed more than the maximum number of allowed acquisition attempts (30). Last acquisition attempt exception:
[junit] java.sql.SQLException: Access denied for user 'shard0'@'localhost' (using password: YES)
[junit] at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:964)
[junit] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3973)
[junit] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3909)
[junit] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:873)
[junit] at com.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1710)
[junit] at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1226)
[junit] at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2191)
[junit] at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2222)
[junit] at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2017)
[junit] at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:779)
[junit] at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
[junit] at sun.reflect.GeneratedConstructorAccessor39.newInstance(Unknown Source)
[junit] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[junit] at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
[junit] at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
[junit] at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:389)
[junit] at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:330)
[junit] at com.mchange.v2.c3p0.DriverManagerDataSource.getConnection(DriverManagerDataSource.java:135)
[junit] at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:182)
[junit] at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:171)
[junit] at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.acquireResource(C3P0PooledConnectionPool.java:137)
[junit] at com.mchange.v2.resourcepool.BasicResourcePool.doAcquire(BasicResourcePool.java:1014)
[junit] at com.mchange.v2.resourcepool.BasicResourcePool.access$800(BasicResourcePool.java:32)
[junit] at com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask.run(BasicResourcePool.java:1810)
[junit] at com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:547)
[junit] 2018-02-06 14:19:35 WARN [com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#1] BasicResourcePool.run(1841) - com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask@4d3d20ba -- Acquisition Attempt Failed!!! Clearing pending acquires. While trying to acquire a needed new resource, we failed to succeed more than the maximum number of allowed acquisition attempts (30). Last acquisition attempt exception:
[junit] java.sql.SQLException: Access denied for user 'shard0'@'localhost' (using password: YES)
[junit] at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:964)
[junit] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3973)
[junit] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3909)
[junit] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:873)
[junit] at com.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1710)
[junit] at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1226)
[junit] at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2191)
[junit] at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2222)
[junit] at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2017)
[junit] at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:779)
[junit] at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
[junit] at sun.reflect.GeneratedConstructorAccessor39.newInstance(Unknown Source)
[junit] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[junit] at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
[junit] at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
[junit] at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:389)
[junit] at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:330)
[junit] at com.mchange.v2.c3p0.DriverManagerDataSource.getConnection(DriverManagerDataSource.java:135)
[junit] at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:182)
[junit] at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:171)
[junit] at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.acquireResource(C3P0PooledConnectionPool.java:137)
[junit] at com.mchange.v2.resourcepool.BasicResourcePool.doAcquire(BasicResourcePool.java:1014)
[junit] at com.mchange.v2.resourcepool.BasicResourcePool.access$800(BasicResourcePool.java:32)
[junit] at com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask.run(BasicResourcePool.java:1810)
[junit] at com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:547)
[junit] 2018-02-06 14:19:35 WARN [com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#0] BasicResourcePool.run(1841) - com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask@159adcf5 -- Acquisition Attempt Failed!!! Clearing pending acquires. While trying to acquire a needed new resource, we failed to succeed more than the maximum number of allowed acquisition attempts (30). Last acquisition attempt exception:
[junit] java.sql.SQLException: Access denied for user 'shard0'@'localhost' (using password: YES)
[junit] at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:964)
[junit] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3973)
[junit] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3909)
[junit] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:873)
[junit] at com.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1710)
[junit] at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1226)
[junit] at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2191)
[junit] at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2222)
[junit] at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2017)
[junit] at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:779)
[junit] at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
[junit] at sun.reflect.GeneratedConstructorAccessor39.newInstance(Unknown Source)
[junit] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[junit] at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
[junit] at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
[junit] at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:389)
[junit] at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:330)
[junit] at com.mchange.v2.c3p0.DriverManagerDataSource.getConnection(DriverManagerDataSource.java:135)
[junit] at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:182)
[junit] at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:171)
[junit] at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.acquireResource(C3P0PooledConnectionPool.java:137)
[junit] at com.mchange.v2.resourcepool.BasicResourcePool.doAcquire(BasicResourcePool.java:1014)
[junit] at com.mchange.v2.resourcepool.BasicResourcePool.access$800(BasicResourcePool.java:32)
[junit] at com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask.run(BasicResourcePool.java:1810)
[junit] at com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:547)
[junit] 2018-02-06 14:19:35 WARN [main] SettingsFactory.buildSettings(117) - Could not obtain connection metadata
[junit] java.sql.SQLException: Connections could not be acquired from the underlying database!
[junit] at com.mchange.v2.sql.SqlUtils.toSQLException(SqlUtils.java:106)
[junit] at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool.checkoutPooledConnection(C3P0PooledConnectionPool.java:529)
[junit] at com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource.getConnection(AbstractPoolBackedDataSource.java:128)
[junit] at org.hibernate.connection.C3P0ConnectionProvider.getConnection(C3P0ConnectionProvider.java:56)
[junit] at org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:84)
[junit] at org.hibernate.cfg.Configuration.buildSettings(Configuration.java:2009)
[junit] at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1292)
[junit] at org.hibernate.shards.ShardedConfiguration.buildSessionFactory(ShardedConfiguration.java:251)
[junit] at org.hibernate.shards.ShardedConfiguration.buildShardedSessionFactory(ShardedConfiguration.java:177)
[junit] at org.tssg.millicore.core.ShardBean.getSessionFactory(ShardBean.java:146)
[junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit] at java.lang.reflect.Method.invoke(Method.java:606)
[junit] at org.springframework.beans.BeanWrapperImpl.getPropertyValue(BeanWrapperImpl.java:739)
[junit] at org.springframework.beans.BeanWrapperImpl.getPropertyValue(BeanWrapperImpl.java:699)
[junit] at org.springframework.beans.factory.config.PropertyPathFactoryBean.getObject(PropertyPathFactoryBean.java:208)
[junit] at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.doGetObjectFromFactoryBean(FactoryBeanRegistrySupport.java:142)
[junit] at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.getObjectFromFactoryBean(FactoryBeanRegistrySupport.java:109)
[junit] at org.springframework.beans.factory.support.AbstractBeanFactory.getObjectForBeanInstance(AbstractBeanFactory.java:1454)
[junit] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:249)
[junit] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
[junit] at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:910)
[junit] at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:853)
[junit] at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:768)
[junit] at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:486)
[junit] at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:87)
[junit] at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:285)
[junit] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1116)
[junit] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
[junit] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:458)
[junit] at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:295)
[junit] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:223)
[junit] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:292)
[junit] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
[junit] at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:910)
[junit] at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:853)
[junit] at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:768)
[junit] at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:486)
[junit] at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:87)
[junit] at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:285)
[junit] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1116)
[junit] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
[junit] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:458)
[junit] at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:295)
[junit] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:223)
[junit] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:292)
[junit] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
[junit] at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:323)
[junit] at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:107)
[junit] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1387)
[junit] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1128)
[junit] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
[junit] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:458)
[junit] at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:295)
[junit] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:223)
[junit] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:292)
[junit] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
[junit] at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:323)
[junit] at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:107)
[junit] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1387)
[junit] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1128)
[junit] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
[junit] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:458)
[junit] at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:295)
[junit] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:223)
[junit] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:292)
[junit] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
[junit] at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:626)
[junit] at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:932)
[junit] at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:479)
[junit] at org.springframework.test.context.web.AbstractGenericWebContextLoader.loadContext(AbstractGenericWebContextLoader.java:128)
[junit] at org.springframework.test.context.web.AbstractGenericWebContextLoader.loadContext(AbstractGenericWebContextLoader.java:60)
[junit] at org.springframework.test.context.support.AbstractDelegatingSmartContextLoader.delegateLoading(AbstractDelegatingSmartContextLoader.java:100)
[junit] at org.springframework.test.context.support.AbstractDelegatingSmartContextLoader.loadContext(AbstractDelegatingSmartContextLoader.java:248)
[junit] at org.springframework.test.context.CacheAwareContextLoaderDelegate.loadContextInternal(CacheAwareContextLoaderDelegate.java:64)
[junit] at org.springframework.test.context.CacheAwareContextLoaderDelegate.loadContext(CacheAwareContextLoaderDelegate.java:91)
[junit] at org.springframework.test.context.MergedContextConfiguration.getParentApplicationContext(MergedContextConfiguration.java:281)
[junit] at org.springframework.test.context.web.AbstractGenericWebContextLoader.loadContext(AbstractGenericWebContextLoader.java:118)
[junit] at org.springframework.test.context.web.AbstractGenericWebContextLoader.loadContext(AbstractGenericWebContextLoader.java:60)
[junit] at org.springframework.test.context.CacheAwareContextLoaderDelegate.loadContextInternal(CacheAwareContextLoaderDelegate.java:64)
[junit] at org.springframework.test.context.CacheAwareContextLoaderDelegate.loadContext(CacheAwareContextLoaderDelegate.java:91)
[junit] at org.springframework.test.context.TestContext.getApplicationContext(TestContext.java:122)
[junit] at org.springframework.test.context.web.ServletTestExecutionListener.setUpRequestContextIfNecessary(ServletTestExecutionListener.java:105)
[junit] at org.springframework.test.context.web.ServletTestExecutionListener.prepareTestInstance(ServletTestExecutionListener.java:74)
[junit] at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:312)
[junit] at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.createTest(SpringJUnit4ClassRunner.java:211)
[junit] at org.springframework.test.context.junit4.SpringJUnit4ClassRunner$1.runReflectiveCall(SpringJUnit4ClassRunner.java:288)
[junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
[junit] at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.methodBlock(SpringJUnit4ClassRunner.java:284)
[junit] at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:231)
[junit] at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:88)
[junit] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
[junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
[junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
[junit] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
[junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
[junit] at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61)
[junit] at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:71)
[junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
[junit] at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:174)
[junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:38)
[junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:518)
[junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1052)
[junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:879)
[junit] Caused by: com.mchange.v2.resourcepool.CannotAcquireResourceException: A ResourcePool could not acquire a resource from its primary factory or source.
[junit] at com.mchange.v2.resourcepool.BasicResourcePool.awaitAvailable(BasicResourcePool.java:1319)
[junit] at com.mchange.v2.resourcepool.BasicResourcePool.prelimCheckoutResource(BasicResourcePool.java:557)
[junit] at com.mchange.v2.resourcepool.BasicResourcePool.checkoutResource(BasicResourcePool.java:477)
[junit] at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool.checkoutPooledConnection(C3P0PooledConnectionPool.java:525)
[junit] ... 103 more
[junit] 2018-02-06 14:19:35 INFO [main] Dialect.<init>(152) - Using dialect: org.hibernate.dialect.MySQLInnoDBDialect
[junit] 2018-02-06 14:19:35 INFO [main] TransactionFactoryFactory.buildTransactionFactory(31) - Using default transaction strategy (direct JDBC transactions)
[junit] 2018-02-06 14:19:35 INFO [main] TransactionManagerLookupFactory.getTransactionManagerLookup(33) - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
[junit] 2018-02-06 14:19:35 INFO [main] SettingsFactory.buildSettings(143) - Automatic flush during beforeCompletion(): disabled
[junit] 2018-02-06 14:19:35 INFO [main] SettingsFactory.buildSettings(147) - Automatic session close at end of transaction: disabled
[junit] 2018-02-06 14:19:35 INFO [main] SettingsFactory.buildSettings(162) - Scrollable result sets: disabled
[junit] 2018-02-06 14:19:35 INFO [main] SettingsFactory.buildSettings(170) - JDBC3 getGeneratedKeys(): disabled
[junit] 2018-02-06 14:19:35 INFO [main] SettingsFactory.buildSettings(178) - Connection release mode: auto
[junit] 2018-02-06 14:19:35 INFO [main] SettingsFactory.buildSettings(202) - Maximum outer join fetch depth: 2
[junit] 2018-02-06 14:19:35 INFO [main] SettingsFactory.buildSettings(205) - Default batch fetch size: 1
[junit] 2018-02-06 14:19:35 INFO [main] SettingsFactory.buildSettings(209) - Generate SQL with comments: disabled
[junit] 2018-02-06 14:19:35 INFO [main] SettingsFactory.buildSettings(213) - Order SQL updates by primary key: disabled
[junit] 2018-02-06 14:19:35 INFO [main] SettingsFactory.buildSettings(217) - Order SQL inserts for batching: disabled
[junit] 2018-02-06 14:19:35 INFO [main] SettingsFactory.createQueryTranslatorFactory(386) - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
[junit] 2018-02-06 14:19:35 INFO [main] ASTQueryTranslatorFactory.<init>(24) - Using ASTQueryTranslatorFactory
[junit] 2018-02-06 14:19:35 INFO [main] SettingsFactory.buildSettings(225) - Query language substitutions: {}
[junit] 2018-02-06 14:19:35 INFO [main] SettingsFactory.buildSettings(230) - JPA-QL strict compliance: disabled
[junit] 2018-02-06 14:19:35 INFO [main] SettingsFactory.buildSettings(235) - Second-level cache: disabled
[junit] 2018-02-06 14:19:35 INFO [main] SettingsFactory.buildSettings(239) - Query cache: disabled
[junit] 2018-02-06 14:19:35 INFO [main] SettingsFactory.buildSettings(254) - Optimize cache for minimal puts: disabled
[junit] 2018-02-06 14:19:35 INFO [main] SettingsFactory.buildSettings(263) - Structured second-level cache entries: disabled
[junit] 2018-02-06 14:19:35 INFO [main] SettingsFactory.buildSettings(290) - Statistics: disabled
[junit] 2018-02-06 14:19:35 INFO [main] SettingsFactory.buildSettings(294) - Deleted entity synthetic identifier rollback: disabled
[junit] 2018-02-06 14:19:35 INFO [main] SettingsFactory.buildSettings(309) - Default entity-mode: pojo
[junit] 2018-02-06 14:19:35 INFO [main] SettingsFactory.buildSettings(313) - Named query checking : enabled
[junit] 2018-02-06 14:19:35 INFO [main] SessionFactoryImpl.<init>(161) - building session factory
[junit] 2018-02-06 14:19:37 INFO [main] SessionFactoryObjectFactory.addInstance(82) - Not binding factory to JNDI, no JNDI name configured
[junit] 2018-02-06 14:19:37 INFO [main] ConnectionProviderFactory.newConnectionProvider(72) - Initializing connection provider: org.hibernate.connection.C3P0ConnectionProvider
[junit] 2018-02-06 14:19:37 INFO [main] C3P0ConnectionProvider.configure(81) - C3P0 using driver: com.mysql.jdbc.Driver at URL: jdbc:mysql://localhost:3306/shard1?useServerPrepStmts=false
[junit] 2018-02-06 14:19:37 INFO [main] C3P0ConnectionProvider.configure(82) - Connection properties: {user=shard1, password=****, shard_id=1}
[junit] 2018-02-06 14:19:37 INFO [main] C3P0ConnectionProvider.configure(85) - autocommit mode: false
[junit] 2018-02-06 14:19:37 INFO [main] AbstractPoolBackedDataSource.getPoolManager(462) - Initializing c3p0 pool... com.mchange.v2.c3p0.PoolBackedDataSource@fea63087 [ connectionPoolDataSource -> com.mchange.v2.c3p0.WrapperConnectionPoolDataSource@65f26bb1 [ acquireIncrement -> 1, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, debugUnreturnedConnectionStackTraces -> false, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, identityToken -> z8kflt9tttmria1fi73d7|3adb5f87, idleConnectionTestPeriod -> 300, initialPoolSize -> 3, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 5000, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 20, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, nestedDataSource -> com.mchange.v2.c3p0.DriverManagerDataSource@34133a09 [ description -> null, driverClass -> null, factoryClassLocation -> null, identityToken -> z8kflt9tttmria1fi73d7|5ca2a85c, jdbcUrl -> jdbc:mysql://localhost:3306/shard1?useServerPrepStmts=false, properties -> {user=******, password=******, shard_id=1} ], preferredTestQuery -> null, propertyCycle -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> true, unreturnedConnectionTimeout -> 0, usesTraditionalReflectiveProxies -> false; userOverrides: {} ], dataSourceName -> null, factoryClassLocation -> null, identityToken -> z8kflt9tttmria1fi73d7|185cb641, numHelperThreads -> 3 ]
[junit] 2018-02-06 14:20:06 WARN [com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#1] BasicResourcePool.run(1841) - com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask@67a332da -- Acquisition Attempt Failed!!! Clearing pending acquires. While trying to acquire a needed new resource, we failed to succeed more than the maximum number of allowed acquisition attempts (30). Last acquisition attempt exception:
[junit] java.sql.SQLException: Access denied for user 'shard1'@'localhost' (using password: YES)
[junit] at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:964)
[junit] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3973)
[junit] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3909)
[junit] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:873)
[junit] at com.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1710)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment