Advertisement
fedorm

Untitled

Jul 16th, 2019
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 14.06 KB | None | 0 0
  1. 16.07 15:47:45.782 INFO  [InMemoryLoyActionsProvider] class ru.crystals.loyal.actions.provider.InMemoryLoyActionsProvider init method called
  2. 16.07 15:47:46.519 INFO  [SpeedLog] Begin ru.crystals.pos.aeroflot.AeroflotBonusesServiceImpl
  3. 16.07 15:47:46.520 INFO  [AeroflotBonusesServiceImpl] --- Start service ---
  4. 16.07 15:47:46.520 INFO  [AeroflotBonusesServiceImpl] updating settings!
  5. 16.07 15:47:46.543 INFO  [AeroflotBonusesWsClient] Rebuild ws client url = 'https://xml-online.demo.korona.net:20101/pcp2afl/services/CFTLoyaltyPCPoints_SoapPort', certificatePath ='modules/aeroflotBonusesCFT/CFT.pfx', certificatePassword = 'afl_test3', timeout = '30000'
  6. 16.07 15:47:46.842 INFO  [AeroflotBonusesWsClient] Certificate successfully loaded by path = 'modules/aeroflotBonusesCFT/CFT.pfx', password = 'afl_test3'
  7. 16.07 15:47:47.654 ERROR [AeroflotBonusesWsClient] Unable create ws client by url = 'https://xml-online.demo.korona.net:20101/pcp2afl/services/CFTLoyaltyPCPoints_SoapPort'
  8. com.sun.xml.internal.ws.wsdl.parser.InaccessibleWSDLException: 2 counts of InaccessibleWSDLException.
  9.  
  10. javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
  11. javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
  12.  
  13.     at com.sun.xml.internal.ws.wsdl.parser.RuntimeWSDLParser.tryWithMex(RuntimeWSDLParser.java:260)
  14.     at com.sun.xml.internal.ws.wsdl.parser.RuntimeWSDLParser.parse(RuntimeWSDLParser.java:231)
  15.     at com.sun.xml.internal.ws.wsdl.parser.RuntimeWSDLParser.parse(RuntimeWSDLParser.java:194)
  16.     at com.sun.xml.internal.ws.wsdl.parser.RuntimeWSDLParser.parse(RuntimeWSDLParser.java:163)
  17.     at com.sun.xml.internal.ws.client.WSServiceDelegate.parseWSDL(WSServiceDelegate.java:348)
  18.     at com.sun.xml.internal.ws.client.WSServiceDelegate.<init>(WSServiceDelegate.java:306)
  19.     at com.sun.xml.internal.ws.client.WSServiceDelegate.<init>(WSServiceDelegate.java:215)
  20.     at com.sun.xml.internal.ws.client.WSServiceDelegate.<init>(WSServiceDelegate.java:196)
  21.     at com.sun.xml.internal.ws.client.WSServiceDelegate.<init>(WSServiceDelegate.java:192)
  22.     at com.sun.xml.internal.ws.spi.ProviderImpl.createServiceDelegate(ProviderImpl.java:104)
  23.     at javax.xml.ws.Service.<init>(Service.java:77)
  24.     at ru.crystals.pos.aeroflot.wsclient.stubs.CFTLoyaltyPCPointsService.<init>(CFTLoyaltyPCPointsService.java:49)
  25.     at ru.crystals.pos.aeroflot.wsclient.AeroflotBonusesWsClient.rebuildCFTWsClient(AeroflotBonusesWsClient.java:57)
  26.     at ru.crystals.pos.aeroflot.wsclient.AeroflotBonusesWsClient.rebuild(AeroflotBonusesWsClient.java:44)
  27.     at ru.crystals.pos.aeroflot.wsclient.AeroflotBonusesWsClient.<init>(AeroflotBonusesWsClient.java:35)
  28.     at ru.crystals.pos.aeroflot.AeroflotBonusesServiceImpl.startService(AeroflotBonusesServiceImpl.java:89)
  29.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  30.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  31.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  32.     at java.lang.reflect.Method.invoke(Method.java:498)
  33.     at ru.crystals.bundles.DependencyRunnable.run(DependencyRunnable.java:33)
  34.     at ru.crystals.bundles.WaitMethod.run(WaitMethod.java:25)
  35.     at ru.crystals.bundles.BundleManager.runLevelCheck(BundleManager.java:698)
  36.     at ru.crystals.bundles.BundleManager.sendMessages(BundleManager.java:683)
  37.     at ru.crystals.bundles.BundleManager.add(BundleManager.java:549)
  38.     at ru.crystals.bundles.BundleManager.add(BundleManager.java:516)
  39.     at ru.crystals.bundles.BundleManager.add(BundleManager.java:379)
  40.     at ru.crystals.pos.cards.aeroflot.AeroflotBonusesSupplierServiceRegisterer.register(AeroflotBonusesSupplierServiceRegisterer.java:20)
  41.     at ru.crystals.pos.cards.aeroflot.AeroflotBonusesSupplierService.register(AeroflotBonusesSupplierService.java:32)
  42.     at ru.crystals.siebel.SiebelServiceImpl.<init>(SiebelServiceImpl.java:149)
  43.     at ru.crystals.siebel.SiebelServiceImpl.<init>(SiebelServiceImpl.java:158)
  44.     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  45.     at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  46.     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  47.     at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  48.     at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:147)
  49.     at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:122)
  50.     at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:267)
  51.     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1137)
  52.     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1040)
  53.     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:504)
  54.     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
  55.     at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
  56.     at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  57.     at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
  58.     at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
  59.     at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:351)
  60.     at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108)
  61.     at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveManagedList(BeanDefinitionValueResolver.java:382)
  62.     at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:157)
  63.     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1475)
  64.     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1220)
  65.     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537)
  66.     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
  67.     at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
  68.     at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  69.     at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
  70.     at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
  71.     at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:755)
  72.     at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:762)
  73.     at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:480)
  74.     at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:139)
  75.     at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:93)
  76.     at ru.crystals.pos.touch2.loader.LoaderInner.initSpring(LoaderInner.java:359)
  77.     at ru.crystals.pos.touch2.loader.LoaderInner.<init>(LoaderInner.java:132)
  78.     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  79.     at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  80.     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  81.     at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  82.     at java.lang.Class.newInstance(Class.java:442)
  83.     at ru.crystals.pos.touch2.loader.Loader.<init>(Loader.java:105)
  84.     at ru.crystals.pos.touch2.loader.Loader.main(Loader.java:160)
  85. 16.07 15:47:47.659 INFO  [AeroflotBonusesServiceImpl] Loaded parameters = AeroflotBonusesSettings{url='https://xml-online.demo.korona.net:20101/pcp2afl/services/CFTLoyaltyPCPoints_SoapPort', timeout=30000, partnerId=1416961, certificatePassword='afl_test3', minAmountDiscountMiles=500, location='azbukavkusa', terminal='crystal', certificatePath='modules/aeroflotBonusesCFT/CFT.pfx'}
  86. 16.07 15:47:47.660 INFO  [SpeedLog] Start ru.crystals.pos.aeroflot.AeroflotBonusesServiceImpl time time = 1141 ms
  87. 16.07 15:47:47.660 INFO  [SpeedLog] Event init finish ru.crystals.pos.aeroflot.AeroflotBonusesServiceImpl time time = 1141 ms
  88. 16.07 15:47:47.706 INFO  [SiebelServiceImpl] SiebelService with configuration: ru.crystals.siebel.SiebelServiceConfig@1680b0e[cardStatusConnectTimeout=15000,cardStatusRequestTimeout=5000,calculateConnectTimeout=15000,calculateRequestTimeout=15000,redeemConnectTimeout=3000,redeemRequestTimeout=3000,pendingOperationBatchSize=50,pendingOperationsRepeatInterval=60,pendingOperationsMaxRetries=0,wsdlUrl=file:/mnt/mmcblk0p1/tce/storage/crystal-cash/modules/siebelBridge/wsdl/siebel-azbuka-testserver.wsdl,wsdlFile=modules/siebelBridge/wsdl/siebel-azbuka-testserver.wsdl,cardNumberLength=16,shopIndex=902,cashType=POS,discountNameMap={1=Фиксированная цена, 2=Скидка на ШК, 3=Скидка на товар, 4=Скидка на группу товаров, 5=Скидка на кол-во по товару, 6=Скидка на кол-во по группе, 7=Ручная скидка, 8=Скидка на группу продаж, 9=Скидка на кол-во по гр. продаж, 10=Скидка на товар по кат. ДК, 11=Скидка на сумму чека, 12=Скидка по ДК, 13=Скидка на группу по ДК, 14=Скидка на сумму по ДК, 15=Скидка на чек, 16=Скидка на кол-во по груп.ДК, 17=Скидка на гр.прод.по ДК, 18=Скидка на кол.по груп.пр.ДК, 19=Скидка на груп.по кат.ДК, 20=Скидка на вид оплат, 21=Скидка на набор, 22=Скидка по купону, 23=Скидка на сум.чека по кат.ДК, 24=Соц карта, 25=Скидка на отдел, 26=Скидка на кол-во чеков, 27=Скидка на ДР, 28=Скидка на товар в отд, 29=Скидка на округление, 30=Скидка по бонусам, 31=Скидка на сум.Груп.Тов, 32=Скидка на кат.клиента.ДК, 33=Скидка на кол-во,Груп.Продаж, 34=Скидка на потов.кол.ГП, 35=________1., 36=________2., 37=________3., 38=________4., 39=________5., 110=Марки, 112=Промо-код, 5005=Подарок},giftCardPrefixesString=<null>,discTypeFromActionAnyway=false]
  89. 16.07 15:47:47.907 INFO  [SetApiLoyaltyPluginBackgroundWorker] Cards pending operation sender started
  90. 16.07 15:47:47.908 INFO  [PendingOperationQueue] Pending cards operation queue is empty. Populating from DB...
  91. 16.07 15:47:47.909 INFO  [SetApiPluginLoyProvider] class ru.crystals.pos.loyal.SetApiPluginLoyProvider started
  92. 16.07 15:47:47.915 INFO  [PendingOperationQueue] No pending card operations found.
  93. 16.07 15:47:48.218 INFO  [HttpClient] Set url - http://172.29.17.115:8090/SetXRMI/TransportServlet
  94. 16.07 15:47:48.241 INFO  [ConnectionProviderInitiator] HHH000130: Instantiating explicit connection provider: org.hibernate.connection.C3P0ConnectionProvider
  95. 16.07 15:47:48.241 INFO  [C3P0ConnectionProvider] HHH010002: C3P0 using driver: org.postgresql.Driver at URL: jdbc:postgresql://localhost:5432/discount
  96. 16.07 15:47:48.242 INFO  [C3P0ConnectionProvider] HHH000046: Connection properties: {user=postgres, password=****}
  97. 16.07 15:47:48.242 INFO  [C3P0ConnectionProvider] HHH000006: Autocommit mode: false
  98. 16.07 15:47:48.258 INFO  [JdbcBackedLoyFeedbackDao] creating jdbcMapper...
  99. 16.07 15:47:48.323 INFO  [AbstractCleaner] <InternalCashPoolExecutor> was added. Starting the cleaner thread
  100. 16.07 15:47:48.328 INFO  [AbstractCleaner] cleaner thread was scheduled [initial-delay: 30; interval: 3600; to-remove-at-once: 1000]
  101. 16.07 15:47:48.351 INFO  [AbstractCleaner] <InternalCashPoolExecutor> was added. Starting the cleaner thread
  102. 16.07 15:47:48.357 INFO  [AbstractCleaner] cleaner thread was scheduled [initial-delay: 30; interval: 3600; to-remove-at-once: 1000]
  103. 16.07 15:47:48.652 INFO  [CommonLogger] Executing command "sudo test-pcx"...
  104. 16.07 15:47:48.662 INFO  [CommonLogger] Waiting "sudo test-pcx" command to execute...
  105. 16.07 15:47:48.967 INFO  [Dialect] HHH000400: Using dialect: org.hibernate.dialect.PostgreSQLDialect
  106. 16.07 15:47:48.968 INFO  [LobCreatorBuilder] HHH000424: Disabling contextual LOB creation as createClob() method threw error : java.lang.reflect.InvocationTargetException
  107. 16.07 15:47:49.017 INFO  [TransactionFactoryInitiator] HHH000399: Using default transaction strategy (direct JDBC transactions)
  108. 16.07 15:47:49.017 INFO  [ASTQueryTranslatorFactory] HHH000397: Using ASTQueryTranslatorFactory
  109. 16.07 15:47:49.018 WARN  [SettingsFactory] Unrecognized value for "hibernate.hbm2ddl.auto": false
  110. 16.07 15:47:49.038 INFO  [SpeedLog] Loading time of  module = 821 ms
  111. 16.07 15:47:49.104 INFO  [CommonLogger] Process exited with code 0
  112. 16.07 15:47:49.106 INFO  [CommonLogger] Command response:
  113. 16.07 15:47:49.107 INFO  [CommonLogger] Executing command "test-pcx"...
  114. 16.07 15:47:49.118 INFO  [CommonLogger] Waiting "test-pcx" command to execute...
  115. 16.07 15:47:49.500 INFO  [CommonLogger] Process exited with code 0
  116. 16.07 15:47:49.501 INFO  [CommonLogger] Command response:
  117. 16.07 15:47:49.906 ERROR [CFTBridgeImpl] Error loading CFT bridge module: Ошибка инициализации SSL:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement