LOGGER.warn("exception for engine {} during async job acquisition: {}", getEngineName(), e.getMessage(), e); }returnasyncExecutor.getDefaultAsyncJobAcquireWaitTimeInMillis(); } 看一下AcquireJobsCmd类,代码如下: publicList<?extendsJobInfoEntity>execute(CommandContext commandContext) {intmaxResult...
if (flowable5CompatibilityEnabled && flowable5CompatibilityHandler != null) { commandExecutor.execute(new Command<Void>() { @Override public Void execute(CommandContext commandContext) { flowable5CompatibilityHandler.getRawProcessEngine(); return null; } }); } postProcessEngineInitialisation(); return...
} catch (FlowableOptimisticLockingException optimisticLockingException) { } catch (Throwable e) { LOGGER.warn("exception for engine {} during async job acquisition: {}", getEngineName(), e.getMessage(), e); } return asyncExecutor.getDefaultAsyncJobAcquireWaitTimeInMillis(); } 1. 2. 3. 4...
During the server boot up, you’ll notice some Flowable logging messages passing by. At the end, a message like 'INFO [main] org.apache.catalina.startup.Catalina.start Server startup in xyz ms' indicates that the server is ready to receive requests. Note that by default an in-memory H2...
java.sql.SQLSyntaxErrorException: Table 'flowable.act_ge_property' doesn't exist at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120) ~[mysql-connector-java-8.0.21.jar:8.0.21] at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) ~[mysql-conn...
Here's the exception I had on production if it can help you: ERROR exception during timer job acquisition: Could not open JDBC Connection for transaction; nested exception is java.sql.SQLTimeoutException: Timeout after 30000ms of waiting for a connection. java.sql.SQLTimeoutException: Timeout...
the exception is not ignored and bubbles up, effectively failing the current ongoing command. If the event was part of an API-call (or any other transactional operation, for example, job-execution), the transaction will be rolled back. If the behavior in the event-listener is not business-...
🔒 Due to upgrading to the latest Spring Security dependencies for handling the authentication for all the Flowable apps, users can get a "cookie theft exception" when accessing the apps with a cookie from a previous version that is still present in the browser. The reason for this is that...
handleInvocation(new JavaDelegateInvocation((JavaDelegate) delegate, execution)); } else { throw new ActivitiIllegalArgumentException("Delegate expression " + expression + " did not resolve to an implementation of " + ExecutionListener.class + " nor " + JavaDelegate.class); } } ...
the process query result Specified by: includeProcessVariables in interface ProcessInstanceQuery withJobException public ProcessInstanceQuery withJobException() Description copied from interface: ProcessInstanceQuery Only select process instances that failed due to an exception happening during a job execution...