I Think that the report Description field was set for this purpose.
Of course there are better possibilities, the fact is that we are migrating gradually. They use this file to obtain management KPIs.
I Started using ART last year, we planed to use it in the whole organization, but I don't know if it could work because some of our reports have more than 600 000 rows and many sheets. I'm using Jxls on many of them. Until here ART is cool.
I'm using ART 7 version and tomcat 9 on a windows environment
Hello, I have a Jxls report which render more than 600 000 rows, the first day I tried it, I Had java memory error, after increasing memory on my setenv file, I get error 500 and in my logs file I have de message below. 11-May-2023 15:05:50.840 GRAVE [http-nio-8181-exec-2] org.apache.catalina.core.StandardHostValve.custom Exception Processing ErrorPage[exceptionType=java.lang.Throwable, location=/error] org.springframework.web.util.NestedServletException: Request processing failed; nested exception...
Yesterday I've added one schedule and today I received planned report. I'll planned another's to see the results. I'll let you know. Le mer. 3 mai 2023 à 06:23, Gerd S schnutz@users.sourceforge.net a écrit : Can you please post some screenshots with the data of the job which you want to create but instead getting the error? Maybe we can find the issue there... java.lang.NullPointerException running jobs https://sourceforge.net/p/art/discussion/352129/thread/d21951a71b/?limit=25#6c56 Sent from sourceforge.net...
I've just add one schedule.
Nothing.
Yes some of them run Manually.
Yes some of them Manually.
I Have 11 Jobs.
Okay, can anyone help me ?
Please here is logs when I restart tomcat [INFO] 28-avr.-2023 12:03:37.083 |main| org.quartz.impl.StdSchedulerFactory - Using default implementation for ThreadExecutor [INFO] 28-avr.-2023 12:03:37.114 |main| org.quartz.core.SchedulerSignalerImpl - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl [INFO] 28-avr.-2023 12:03:37.114 |main| org.quartz.core.QuartzScheduler - Quartz Scheduler v.2.2.1 created. [INFO] 28-avr.-2023 12:03:37.114 |main| org.quartz.impl.jdbcjobstore.JobStoreTX...
Please here logs when I restart tomcat [INFO] 28-avr.-2023 12:03:37.083 |main| org.quartz.impl.StdSchedulerFactory - Using default implementation for ThreadExecutor [INFO] 28-avr.-2023 12:03:37.114 |main| org.quartz.core.SchedulerSignalerImpl - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl [INFO] 28-avr.-2023 12:03:37.114 |main| org.quartz.core.QuartzScheduler - Quartz Scheduler v.2.2.1 created. [INFO] 28-avr.-2023 12:03:37.114 |main| org.quartz.impl.jdbcjobstore.JobStoreTX...
Here is error log when I create or Update a Job.
java.lang.NullPointerException: null at art.jobschedule.JobScheduleService.addJobSchedules(JobScheduleService.java:103) at art.jobschedule.JobScheduleService.recreateJobSchedules(JobScheduleService.java:69) at art.jobschedule.JobScheduleService$$FastClassBySpringCGLIB$$811e6686.invoke(<generated>) at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)...
Hello! I'm facing an issue on Job page when creating or updating. And my shedules don't work. Somethimes i have the error : java.lang.NumberFormatException: For input string: "herve@gmail.com" I'm using Art 7 version, i recently make a migration. and MySql dbms Please help me.
Hello! I'm facing an issue on Job page when creating or updating. And my shedules don't work. Somethimes i have the error : java.lang.NumberFormatException: For input string: "herve@gmail.com" I'm using Art 7 version, i recently make a migration. Please help me.
I resolved my issue, the problem was the for loop on my map object. i removed it and keep the for loop on my unique array.
Please i need your help, I would like to implement the query INSERT INTO source1.table(.......) select ......... from source2.table where ...... Is't possible? I'm using the art 7.0 version.
Here is my JS code var colorIndex=-1; var colors = "FF0000", "00FF00", "0000FF", "FF00FF", "00FFFF", "800000", "008000", "000080", "808000", "800080", "008080", "808080", "C00000", "00C000", "0000C0", "C0C000", "C000C0", "00C0C0", "C0C0C0", "400000", "004000", "000040", "404000", "400040", "004040", "404040", "200000", "002000", "000020", "202000", "200020", "002020", "202020", "600000", "006000", "000060", "606000", "600060", "006060", "606060", "A00000", "00A000", "0000A0", "A0A000", "A000A0",...
Hello! Please Can somebody help me on Chart.js , I would like to increase bar width, I'm using the Art 7.0 version. Here is a screen shot.
It work with the 7.0 version. Thanks
I'm Using 6.9
Hello! I'm new on ART, i'm facing error when trying to implement windows domain login. i'm getting the error below: java.lang.IllegalAccessError: tried to access class org.bouncycastle.asn1.DEROutputStream from class jcifs.spnego.NegTokenInit java.lang.IllegalAccessError: tried to access class org.bouncycastle.asn1.DEROutputStream from class jcifs.spnego.NegTokenInit at jcifs.spnego.NegTokenInit.toByteArray(NegTokenInit.java:158) at jcifs.smb.SpnegoContext.initSecContext(SpnegoContext.java:207) at...