Sarvesh911in

Members
  • Content count

    8
  • Joined

  • Last visited

About Sarvesh911in

  • Rank
    Forum Newbie
  1. Hi Ayan, I am not using any PHP server do i have to install PHP server actually i was trying to use this PHP exporter with Java Project so i'm not sure what step's i need to follow to get that feature running. I'm using Java 1.5 , Weblogic 9.2 is ther server where m i running the code. I am able to run Java servlet exporter in my project but thought of using PHP so tried that. What are the steps and requiremnt to get that PHP exporter running? Regrads, Sarvesh
  2. FusionCharts Exporter Jars For Different Java Versions

    Thanks Vidya, It worked fine. Problem was i suppose with the code which i decompiled from the .class file to java file using a decompiler it was adding some junk error codes which was not present i the original file. Anyways finally it worked Thanks for your timely support. Regards, Sarvesh Sharma
  3. Hi!, I'm trying to get the Server Side Export feature provided by FusionChart 3.x to export Chart images in JPEG,PNG and PDF formate on right click. But when i try to click on any export menu (provide JPEG,PNG or PDF on click of context menu(Right Click)) it takes me to the fcexporter.php page. I have set all the attributes : exportEnabled='1' exportHandler='http://165.203.249.64:10001/iris_app/FusionCharts/ExportHandlers/PHP/FCExporter.php' exportAtClient='0' exportAction='download' where in 'http://165.203.249.64:10001/iris_app' is the URL of the application running on local weblogic machin. I'm also attaching the chart.xml for your refrence please let me know how to get that export feature runningusing PHP export Handler. It works fine with other handler as JSP handler but dosn't work with this PHP handler. Will wait for your Response. Regards, Sarvesh Sharma Chart.xml
  4. FusionCharts Exporter Jars For Different Java Versions

    These are the errors while compiling the Source File. : ---------------------------------------------------------------------------------------------------------- [iajc] error at String meta_values = exportBean.getMetadataAsQueryString(null, true, isHTML); [iajc] [iajc] C:WKS_TRUNKNEWIrisAppsrccomfusionchartsexporterresourcesFCExporter_IMG.java:152:0::0 Duplicate local variable meta_values [iajc] error at String meta_values = exportBean.getMetadataAsQueryString(null, true, isHTML); [iajc] [iajc] C:WKS_TRUNKNEWIrisAppsrccomfusionchartsexporterresourcesFCExporter_IMG.java:172:0::0 Duplicate local variable meta_values [iajc] error at String meta_values = exportBean.getMetadataAsQueryString(null, true, isHTML); [iajc] [iajc] C:WKS_TRUNKNEWIrisAppsrccomfusionchartsexporterresourcesFCExporter_IMG.java:189:0::0 Duplicate local variable meta_values [iajc] MessageHolder: (630 info) (3 error) ---------------------------------------------------------------------------------------------------------- If i replace these duplicate variables(meta_values) with original one then it throws : -------------------------------------------------------------------------------------------------------------- [iajc] error at break MISSING_BLOCK_LABEL_1073; [iajc] ^^^^^^^^^^^^^^^^^^ [iajc] C:WKS_TRUNKNEWIrisAppsrccomfusionchartsexporterresourcesFCExporter_IMG.java:125:0::0 The label MISSING_BLOCK_LABEL_1073 is missing [iajc] error at os = response.getOutputStream(); [iajc] ^^^^^^^^^^^^^^^^^ [iajc] C:WKS_TRUNKNEWIrisAppsrccomfusionchartsexporterresourcesFCExporter_IMG.java:129:0::0 Unhandled exception type IOException [iajc] error at break MISSING_BLOCK_LABEL_935; [iajc] ^^^^^^^^^^^^^^^^^ [iajc] C:WKS_TRUNKNEWIrisAppsrccomfusionchartsexporterresourcesFCExporter_IMG.java:139:0::0 The label MISSING_BLOCK_LABEL_935 is missing [iajc] error at break MISSING_BLOCK_LABEL_929; [iajc] ^^^^^^^^^^^^^^^^^ [iajc] C:WKS_TRUNKNEWIrisAppsrccomfusionchartsexporterresourcesFCExporter_IMG.java:146:0::0 The label MISSING_BLOCK_LABEL_929 is missing [iajc] error at PrintWriter out = response.getWriter(); [iajc] ^^^^^^^ [iajc] C:WKS_TRUNKNEWIrisAppsrccomfusionchartsexporterresourcesFCExporter_IMG.java:155:0::0 Unhandled exception type IOException [iajc] error at chartImage = null; [iajc] ^^^^^^^^^ [iajc] C:WKS_TRUNKNEWIrisAppsrccomfusionchartsexporterresourcesFCExporter_IMG.java:159:0::0 Unreachable code ------------------------------------------------------------------------------------------------------------------ Can you please have a look at that and send me the correct file which i can compile in version 1.5. Will look forward to your mail. Thanks and Regards, Sarvesh Sharma
  5. FusionCharts Exporter Jars For Different Java Versions

    Hi Vidya, That servlet thing worked for in java version 1.5.15 but for PDF only. What i did is used decompiler to create java files and compiled all the created java files in my java version but was not able to compile FCExporter_IMG.java as it was having some error. I am sending you the java file created using decompiler. Can you please look at it and check what are these error. Will wait for your response. Regards, Sarvesh FCExporter_IMG.java.txt
  6. FusionCharts Exporter Jars For Different Java Versions

    Hi Vidya, I appriciate your reply but that jar gives me same exception can you please recheck the same as can it be used with java version 1.5.15 this has been built in 1.4 rt? Regrads, Sarvesh Sharma
  7. FusionCharts Exporter Jars For Different Java Versions

    While using a) fc_servlet_exporter_jdk1_4_2.jar fcexporter_java5.jar My Version of Java is jdk 1.5.15 weblogic version is 9.2 and jdk used by weblogic is 1.5.15. I'm getting exception after implementing Servlet example shown above to export charts using server side code. Error 500--Internal Server Error javax.servlet.ServletException: [HTTP:101249][weblogic.servlet.internal.WebAppServletContext@126cdd1 - appName: '_appsdir_iris_app_dir', name: 'iris_app', context-path: '/iris_app']: Servlet class com.fusioncharts.exporter.servlet.FCExporter for servlet FCExporter could not be loaded because the requested class was not found in the classpath . java.lang.UnsupportedClassVersionError: Bad version number in .class file. at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:519) at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:235) at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42) at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:26) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42) at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3242) at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321) at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121) at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2010) at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:1916) at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1366) at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209) at weblogic.work.ExecuteThread.run(ExecuteThread.java:181) Wanted to know the reason and what should i do to resolve this problem. Any Help will be appriciated. What are the exact jar's i need to import so that i can resolve this problem. Regards, Sarvesh Sharma
  8. FusionCharts Exporter Jars For Different Java Versions

    Hi Srividya, I tried using above given Servlet Example but was getting exception while downloading the chart as jpeg , png and pdf but in every case i was getting .bad version exception. I tried using uploaded servlet jar for 1.4 as well as 1.5. Are you sure these are correct jar's. I'm attaching my data.xml please see if correct me if i'm wrong. My version of Java is 1.5.15. Regards, Sarvesh chart_fusiontest.xml