pyreportjasper oracle #147
Unanswered
khantechie
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
from platform import python_version
from pyreportjasper import PyReportJasper
import os
def advanced_example_using_database():
REPORTS_DIR = "D:\Haroon_Docs\TAC-PROJECT\jasper"
advanced_example_using_database()
error:
[0.010s][warning][cds] Archived non-system classes are disabled because the java.system.class.loader property is specified (value = "org.update4j.DynamicClassLoader"). To use archived non-system classes, this property must not be set
ERROR StatusLogger No log4j2 configuration file found. Using default configuration: logging only errors to the console. Set system property 'org.apache.logging.log4j.simplelog.StatusLogger.level' to TRACE to show Log4j2 internal initialization logging.
Traceback (most recent call last):
File "d:\Haroon_Docs\TAC-PROJECT\PARKING\PARKING_APP\jasper1.py", line 44, in
advanced_example_using_database()
File "d:\Haroon_Docs\TAC-PROJECT\PARKING\PARKING_APP\jasper1.py", line 41, in advanced_example_using_database
pyreportjasper.process_report()
File "D:\Haroon_Docs\TAC-PROJECT\PARKING\venv\Lib\site-packages\pyreportjasper-2.1.2-py3.11.egg\pyreportjasper\pyreportjasper.py", line 182, in process_report
raise error
NameError: Error fill report: It was not possible to add the path E:\Ayoub Backup\E to the Class Path: ERROR: java.io.IOException: Error, could not add URL to system classloader!
Beta Was this translation helpful? Give feedback.
All reactions