I have added BProc and encounter some trouble. I try to run my project the server started and in a couple seconds “Server terminated”
The log:
11:25:40.992 INFO c.h.c.c.s.r.d.StaticServerSelector - Server URLs: [http://localhost:8080/ROOT-core/remoting]
11:25:41.018 INFO c.h.c.w.s.r.WebRemoteProxyBeanCreator - Configuring proxy beans for local service invocations: [cuba_ConstraintScriptValidationService, cuba_AuthenticationService, cuba_TrustedClientService, cuba_ServerInfoService, cuba_UserSettingService, cuba_UserManagementService, cuba_DataService, cuba_ConfigStorageService, cuba_PersistenceManagerService, cuba_LockService, cuba_UserSessionService, cuba_FoldersService, cuba_EmailService, cuba_FileStorageService, cuba_EntitySnapshotService, cuba_UniqueNumbersService, cuba_LocalizedMessageService, cuba_ResourceService, cuba_ScheduledTasksService, cuba_EntityLogService, cuba_TestingService, cuba_DomainDescriptionService, cuba_RelatedEntitiesService, cuba_EntitySqlGenerationService, cuba_NumberIdService, cuba_QueryResultsService, cuba_DynamicAttributesCacheService, cuba_EntityRestoreService, cuba_LocalFileExchangeService, cuba_EntityImportExportService, cuba_ConstraintLocalizationService, cuba_AttributeAccessService, cuba_ExceptionReportService, cuba_BulkEditorDataService, cuba_AttributeOptionsLoaderService]
11:25:41.019 INFO c.h.c.w.s.r.WebRemoteProxyBeanCreator - Configuring proxy beans for local service invocations: [report_ReportService, report_ReportWizardService]
11:25:41.019 INFO c.h.c.w.s.r.WebRemoteProxyBeanCreator - Configuring proxy beans for local service invocations: [cuba_FtsService]
11:25:41.019 INFO c.h.c.w.s.r.WebRemoteProxyBeanCreator - Configuring proxy beans for local service invocations: [reportsaver_ReportControlService]
11:25:41.020 INFO c.h.c.w.s.r.WebRemoteProxyBeanCreator - Configuring proxy beans for local service invocations: [docs_ProcedureService, docs_DocumentsService]
11:25:41.020 INFO c.h.c.w.s.r.WebRemoteProxyBeanCreator - Configuring proxy beans for local service invocations: [restapi_ServerTokenStore]
11:25:41.020 INFO c.h.c.w.s.r.WebRemoteProxyBeanCreator - Configuring proxy beans for local service invocations: [bproc_BprocRepositoryService, bproc_BprocFormService, bproc_BprocRuntimeService, bproc_BprocTaskService, bproc_ModelerBeansMetadataService, bproc_ClassPathScannerService, bproc_QueryExecutorService, bproc_UserGroupService, bproc_ProcessInstanceMigrationService, bproc_BprocHistoricService, bproc_BprocManagementService, bproc_BprocDmnRepositoryService, bproc_BprocDmnHistoricService]
11:25:41.020 INFO c.h.c.w.s.r.WebRemoteProxyBeanCreator - Configuring proxy beans for local service invocations: [enerstroymain_BPMHelperService, enerstroymain_NoteService, enerstroymain_StatusService, enerstroymain_PatricService, enerstroymain_EntityCreatorService, enerstroymain_ExistenceCheckerService, enerstroymain_ParserService, enerstroymain_EntityHistoryService, enerstroymain_AdressService, enerstroymain_BpmSignalService, enerstroymain_ClientMiddlService, enerstroymain_YodaEmailService, enerstroymain_TPEntityAttrService, enerstroymain_ImportDataService, enerstroymain_UsageHelperService, enerstroymain_AndroidApiService, enerstroymain_ZipOutService, enerstroymain_ImageService, enerstroymain_ServerCommandsService, enerstroymain_SyncMenuSearchService, enerstroymain_OrderService, enerstroymain_ImagesOnMapService, enerstroymain_ForReportsService, enerstroymain_MyrmidonYodaControlService]
11:25:42.281 INFO c.h.c.c.s.CubaThreadPoolTaskScheduler - Initializing ExecutorService ‘scheduler’
Yet my spring.xml has only one declaration:
<context:component-scan base-package=“com.company.enerstroymain”/>
How I can fix it ? Thanks.