Jump to content
We've recently updated our Privacy Statement, available here ×

aidan

Members
  • Posts

    3
  • Joined

  • Last visited

aidan's Achievements

Rookie

Rookie (2/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. Hi, I am setup the Jasper Server 4.0 with oracle DB. I have configure the files below:- hibernates.properties - change oracle dialect context.xml - change the oracle driver, and jdbc path user and password jasperserverDS-jdbc.xml - change the oracle driver, and jdbc path user and password js.jdbc.properties - change the oracle driver, and jdbc path user and password After that i have try create the schema for oracle, everything is seems file. But when i access localhost:8080/jasperserver, the screen like does not load the default thems, my login page only have those words and button. I have try to check the connection and so, but seems like all is ok. Can anyone please help me? Thanks. Attached with the screen shot.
  2. Hi everyone, I have go through the forum and try many way but i stil can solve if my problem. Problem desc: I using servlet to compile the jasper report and dispplay it in jsp in oracle OC4J, all things are going smooth when i doing my development in my local OC4J and not give me any problem. So i have deploy all my class file and jsp and all the library that it need to the server, the program occured error when it trying to compile the jasper report. It stated java class error exception, org/springframework/core/io/Resource class file not found. So after go through forum this case is solve by adding the spring,jar file. After i add the spring.jar file, it come out another error as below :- 12/04/16 17:26:04 [WARN] ComponentsEnvironment - Found two components for namespace http://jasperreports.sourceforge.net/jasperreports/components 12/04/16 17:26:05 net.sf.jasperreports.engine.JRException: Error compiling report java source files : /oracle/App/j2ee/home/DailySalesChart_1334568365188_151137.java 12/04/16 17:26:05 at net.sf.jasperreports.engine.design.JRJavacCompiler.compileClasses(JRJavacCompiler.java:93) 12/04/16 17:26:05 at net.sf.jasperreports.engine.design.JRAbstractClassCompiler.compileUnits(JRAbstractClassCompiler.java:67) 12/04/16 17:26:05 at net.sf.jasperreports.engine.design.JRAbstractCompiler.compileReport(JRAbstractCompiler.java:192) 12/04/16 17:26:05 at net.sf.jasperreports.engine.JasperCompileManager.compileReport(JasperCompileManager.java:219) 12/04/16 17:26:05 at net.sf.jasperreports.engine.JasperCompileManager.compileReport(JasperCompileManager.java:152) 12/04/16 17:26:05 at qrcom.PROFIT.reports.GenericChart.process(GenericChart.java:107) 12/04/16 17:26:05 at qrcom.PROFIT.servlet.DH.SvltJasperChartTx.doPost(SvltJasperChartTx.java:62) 12/04/16 17:26:05 at qrcom.PROFIT.servlet.DH.SvltJasperChart.doPost(SvltJasperChart.java:37) 12/04/16 17:26:05 at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled Code)) 12/04/16 17:26:05 at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled Code)) 12/04/16 17:26:05 at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65) 12/04/16 17:26:05 at qrcom.PROFIT.servlet.AD.SecurityFilter.doFilter(SecurityFilter.java:86) 12/04/16 17:26:05 at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java(Compiled Code)) 12/04/16 17:26:05 at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java(Compiled Code)) 12/04/16 17:26:05 at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java(Compiled Code)) 12/04/16 17:26:05 at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java(Compiled Code)) 12/04/16 17:26:05 at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java(Compiled Code)) 12/04/16 17:26:05 at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java(Compiled Code)) 12/04/16 17:26:05 at java.lang.Thread.run(Thread.java:568) 12/04/16 17:26:05 Caused by: java.io.IOException: javac: not found 12/04/16 17:26:05 at java.lang.UNIXProcess.forkAndExec(Native Method) 12/04/16 17:26:05 at java.lang.UNIXProcess.<init>(UNIXProcess.java:72) 12/04/16 17:26:05 at java.lang.Runtime.execInternal(Native Method) 12/04/16 17:26:05 at java.lang.Runtime.exec(Runtime.java:602) 12/04/16 17:26:05 at java.lang.Runtime.exec(Runtime.java:524) 12/04/16 17:26:05 at java.lang.Runtime.exec(Runtime.java:490) 12/04/16 17:26:05 at net.sf.jasperreports.engine.design.JRJavacCompiler.compileClasses(JRJavacCompiler.java:62) 12/04/16 17:26:05 ... 18 more Please hope some sifu can help me. THanks
  3. Hi everyone, I have go through the forum and try many way but i stil can solve if my problem. Problem desc: I using servlet to compile the jasper report and dispplay it in jsp in oracle OC4J, all things are going smooth when i doing my development in my local OC4J and not give me any problem. So i have deploy all my class file and jsp and all the library that it need to the server, the program occured error when it trying to compile the jasper report. It stated java class error exception, org/springframework/core/io/Resource class file not found. So after go through forum this case is solve by adding the spring,jar file. After i add the spring.jar file, it come out another error as below :- 12/04/16 17:26:04 [WARN] ComponentsEnvironment - Found two components for namespace http://jasperreports.sourceforge.net/jasperreports/components 12/04/16 17:26:05 net.sf.jasperreports.engine.JRException: Error compiling report java source files : /oracle/App/j2ee/home/DailySalesChart_1334568365188_151137.java 12/04/16 17:26:05 at net.sf.jasperreports.engine.design.JRJavacCompiler.compileClasses(JRJavacCompiler.java:93) 12/04/16 17:26:05 at net.sf.jasperreports.engine.design.JRAbstractClassCompiler.compileUnits(JRAbstractClassCompiler.java:67) 12/04/16 17:26:05 at net.sf.jasperreports.engine.design.JRAbstractCompiler.compileReport(JRAbstractCompiler.java:192) 12/04/16 17:26:05 at net.sf.jasperreports.engine.JasperCompileManager.compileReport(JasperCompileManager.java:219) 12/04/16 17:26:05 at net.sf.jasperreports.engine.JasperCompileManager.compileReport(JasperCompileManager.java:152) 12/04/16 17:26:05 at qrcom.PROFIT.reports.GenericChart.process(GenericChart.java:107) 12/04/16 17:26:05 at qrcom.PROFIT.servlet.DH.SvltJasperChartTx.doPost(SvltJasperChartTx.java:62) 12/04/16 17:26:05 at qrcom.PROFIT.servlet.DH.SvltJasperChart.doPost(SvltJasperChart.java:37) 12/04/16 17:26:05 at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled Code)) 12/04/16 17:26:05 at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled Code)) 12/04/16 17:26:05 at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65) 12/04/16 17:26:05 at qrcom.PROFIT.servlet.AD.SecurityFilter.doFilter(SecurityFilter.java:86) 12/04/16 17:26:05 at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java(Compiled Code)) 12/04/16 17:26:05 at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java(Compiled Code)) 12/04/16 17:26:05 at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java(Compiled Code)) 12/04/16 17:26:05 at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java(Compiled Code)) 12/04/16 17:26:05 at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java(Compiled Code)) 12/04/16 17:26:05 at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java(Compiled Code)) 12/04/16 17:26:05 at java.lang.Thread.run(Thread.java:568) 12/04/16 17:26:05 Caused by: java.io.IOException: javac: not found 12/04/16 17:26:05 at java.lang.UNIXProcess.forkAndExec(Native Method) 12/04/16 17:26:05 at java.lang.UNIXProcess.<init>(UNIXProcess.java:72) 12/04/16 17:26:05 at java.lang.Runtime.execInternal(Native Method) 12/04/16 17:26:05 at java.lang.Runtime.exec(Runtime.java:602) 12/04/16 17:26:05 at java.lang.Runtime.exec(Runtime.java:524) 12/04/16 17:26:05 at java.lang.Runtime.exec(Runtime.java:490) 12/04/16 17:26:05 at net.sf.jasperreports.engine.design.JRJavacCompiler.compileClasses(JRJavacCompiler.java:62) 12/04/16 17:26:05 ... 18 more Please hope some sifu can help me. THanks
×
×
  • Create New...