-
Hi,
I've tried to use the new (and very convenient!) Liquigraph Spring Boot starter to perform migration when the application starts.
I've followed the instructions in the 5-minute starter guide a…
-
when index fess delete , after in new ver 10.3.2
2017-01-26 21:23:00,056 [job_doc_purger] ERROR Could not delete expired documents: {
"range" : {
"expires" : {
"from" : null,
…
-
我在tomcat上部署pybbs,启动tomcat并访问,出现”啊哦,服务器出错了~~“这样的错误,是怎么回事啊?
-
I wish that vert.x ecosystem has a time-based scheduler for complicated tasks because one-shot timers and periodic timers are very limited.
Thanks
-
On windows 8, I logged with my account Sandrine, and configured a Proactive agent following the [RunAsMe WITHOUT Active Directory instructions](https://docs.google.com/document/d/1GDkVMvwxpLm2w8uui7Fp…
-
with the following exception:
```
org.ow2.proactive.scheduler.task.exceptions.ForkedJvmProcessException: Failed to execute task in a forked JVM
at org.ow2.proactive.scheduler.task.executors.Forke…
-
===========> GridTable.dataSave: Persistency Issue - AD_Scheduler: it/sauronsoftware/cron4j/SchedulingPattern [16]
java.lang.NoClassDefFoundError: it/sauronsoftware/cron4j/SchedulingPattern
at org.com…
-
```
2016-11-07 10:40:53,286 [job_thumbnail_generate] ERROR Failed to execute thumbnail_generate: return container.getComponent("generateThumbnailJob").execute();
java.lang.OutOfMemoryError: Java hea…
-
您好,
我看到可以手动写Cron表达式,而不使用前端的点击插件进行Cron表达式构造。但是感觉和Cron4j的表达式定义不一样啊,看了下源码里面,一共支持7个位置的定义,cron4j支持5个位置。除了这个以外:
protected static final int SECOND = 0;
protected static final int MINUTE = 1;
p…
-
We realized that some of our microservices "restarts" after 1-2 minutes and after second start they don't send any log to logstash..
this behaviour disappers when we remove @EnableBinding annotation…