This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package org.bft.bftresend.business.zags.processors; | |
import lombok.RequiredArgsConstructor; | |
import lombok.extern.slf4j.Slf4j; | |
import org.apache.camel.Exchange; | |
import org.apache.camel.Processor; | |
import org.bft.bftresend.business.zags.model.ZagsProxy; | |
import org.bft.bftresend.business.zags.model.dto.MessageLogInfo; | |
import org.bft.bftresend.utils.MessageProcessor; | |
import org.springframework.stereotype.Component; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package org.bft.bftresend.business.zags.route; | |
import lombok.RequiredArgsConstructor; | |
import org.apache.camel.AggregationStrategy; | |
import org.apache.camel.DynamicRouter; | |
import org.apache.camel.Exchange; | |
import org.apache.camel.ExchangeProperties; | |
import org.apache.camel.LoggingLevel; | |
import org.apache.camel.builder.RouteBuilder; | |
import org.bft.bftresend.business.zags.processors.ZagsGetAllMessagesProcessor; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package org.bft.bftresend.business.zags.route; | |
import lombok.RequiredArgsConstructor; | |
import org.apache.camel.DynamicRouter; | |
import org.apache.camel.ExchangeProperties; | |
import org.apache.camel.LoggingLevel; | |
import org.apache.camel.builder.RouteBuilder; | |
import org.bft.bftresend.business.zags.processors.ZagsGetAllMessagesProcessor; | |
import org.bft.bftresend.business.zags.processors.ZagsLoadFilesForAnalyzerProcessor; | |
import org.bft.bftresend.business.zags.processors.ZagsReadFileByFileUUIDProcessor; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
./check [email protected]:omni/services/crp/crp-core/crp-core.git | |
WARN[0000] /Users/sergey/project/funbox/omni/docker/docker-compose.yaml: `version` is obsolete | |
[+] Running 3/3 | |
✔ Container postgres Removed 0.7s | |
✔ Container kafka Removed 8.7s | |
✔ Network docker_default Removed 0.1s | |
WARN[0000] /Users/sergey/project/funbox/omni/docker/docker-compose.yaml: `version` is obsolete | |
[+] Running 3/3 | |
✔ Network docker_default Created 0.1s | |
✔ Container postgre |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
./check [email protected]:omni/services/crp/operator-adapters/transport-adapter-whatsapp-fb.git | |
WARN[0000] /Users/sergey/project/funbox/omni/docker/docker-compose.yaml: `version` is obsolete | |
[+] Running 3/2 | |
✔ Container kafka Removed 7.5s | |
✔ Container postgres Removed 0.5s | |
✔ Network docker_default Removed 0.1s | |
WARN[0000] /Users/sergey/project/funbox/omni/docker/docker-compose.yaml: `version` is obsolete | |
[+] Running 3/3 | |
✔ Network docker_default Created |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
check [email protected]:omni/services/crp/crp-core/crp-core.git | |
Cloning into 'crp-core'... | |
remote: Enumerating objects: 12619, done. | |
remote: Counting objects: 100% (5/5), done. | |
remote: Compressing objects: 100% (4/4), done. | |
remote: Total 12619 (delta 0), reused 0 (delta 0), pack-reused 12614 | |
Receiving objects: 100% (12619/12619), 15.77 MiB | 12.32 MiB/s, done. | |
Resolving deltas: 100% (6546/6546), done. | |
Java version : | |
openjdk version "21" 2023-09-19 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2024-09-17 00:00:29,686 INFO ru.gov.pfr.ecp.iis.lib.ea.service.HttpService [pool-1-thread-3] Start request EA: /api/sk/api/store | |
2024-09-17 00:00:33,111 ERROR ru.gov.pfr.ecp.iis.lib.ea.service.HttpService [pool-1-thread-17] Result request EA /api/sk/api/store status=500 error={"result":"ERROR","resultCode":"INTERNAL_ERROR","successful":false,"resultText":"Non-XML response from server"} duration=30032 | |
2024-09-17 00:00:33,111 INFO ru.gov.pfr.ecp.iis.lib.ea.service.HttpService [pool-1-thread-17] Result request EA /api/sk/api/store status=500 duration=30032 | |
2024-09-17 00:00:33,112 INFO ru.gov.pfr.ecp.iis.lib.ea.service.HttpService [pool-1-thread-17] Start request EA: /api/sk/api/document/attachs/add | |
2024-09-17 00:00:33,116 ERROR ru.gov.pfr.ecp.iis.lib.ea.service.HttpService [pool-1-thread-17] Result request EA /api/sk/api/document/attachs/add status=500 error={"result":"ERROR","resultCode":"INTERNAL_ERROR","successful":false,"resultText":"JSON parse error: Instantiation of [simple type, class com.bftcom.sk.rest.a |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2024-09-17 00:04:24,759 ERROR org.apache.camel.converter.jaxp.XmlConverter$DocumentBuilderLoggingErrorHandler [pool-1-thread-5] Content is not allowed in prolog. | |
org.xml.sax.SAXParseException: Content is not allowed in prolog. | |
at java.xml/com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:204) | |
at java.xml/com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(ErrorHandlerWrapper.java:178) | |
at java.xml/com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:400) | |
at java.xml/com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:400) | |
at java.xml/com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:327) | |
at java.xml/com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(XMLScanner.java:1465) | |
at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$P |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<ns:CommonStatus xmlns:ns="urn://vv_ecp.sfr.ru/common_status/2.0.0"> | |
<ns:StatusCode>25</ns:StatusCode> | |
<ns:StatusComment>Заявитель не идентифицирован</ns:StatusComment> | |
</ns:CommonStatus> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<ЭДПФР xmlns="http://пф.рф/ЗОДСВ/2021-05-15" xmlns:УТ2="http://пф.рф/УТ/2017-08-21" xmlns:ТПУ="http://пф.рф/ПУ/типы/2017-10-08" | |
xmlns:ДС="http://пф.рф/ВС/ДоСВ/типы/2019-05-24" xmlns:АФ4="http://пф.рф/АФ/2017-08-21" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
<ЗОДСВ> | |
<ТОПФР> | |
<УТ2:КодТОПФР>034002</УТ2:КодТОПФР> | |
<УТ2:Наименование>ТО СФР в Железнодорожном районе г. Красноярска</УТ2:Наименование> | |
</ТОПФР> | |
<Подпункт>3</Подпункт> | |
<Заявитель> | |
<УТ2:ФИО> |