Jump to content

subramanyaks79

Members
  • Posts

    3
  • Joined

  • Last visited

 Content Type 

Forum

Downloads

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Security Advisories

Events

Profiles

Posts posted by subramanyaks79

  1. I've installed Jasper Reports Server 6.3.0 using "jasperreports-server-6.3.0-windows-x64-installer". Affter my installation folder doesn't contain dist and lib folders in the main folder. And I'm using ant command to build the report (or to view my report template). How to do it? What should i do now? How can I build the report??

    I'm getting following error when I run >ant, where test is my project folder.

    --------------------------------------------------------------------------------------------------------
    C:Jaspersoftjasperreports-server-6.3.0test>ant
    Buildfile: C:Jaspersoftjasperreports-server-6.3.0testbuild.xml
     
    viewDesignXML:
     
    BUILD FAILED
    C:Jaspersoftjasperreports-server-6.3.0testbuild.xml:8: C:Jaspersoftjasperreports-server-6.3.0lib does not exist.
     
    Total time: 0 seconds
     
    --------------------------------------------------------------------------------------------------------
     
    This is my build.xml
     
    --------------------------------------------------------------------------------------------------------
    <?xml version = "1.0" encoding = "UTF-8"?>
    <project name = "JasperReportTest" default = "viewDesignXML" basedir = ".">
     
       <import file = "baseBuild.xml" />
       <target name = "viewDesignXML" description = "Design viewer is 
          launched to preview the JXML report design.">
          
          <java classname = "net.sf.jasperreports.view.JasperDesignViewer" fork = "true">
             <arg value = "-XML" />
             <arg value = "-F${file.name}.jrxml" />
             <classpath refid = "classpath" />
          </java>
       </target>
     
    </project>
    --------------------------------------------------------------------------------------------------------
     
     
    My Jasper Reports folder structure
    jasperreports-server-6.3.0
    >apache-ant
    >apache-tomcat
    >apps
    >buildomatic
    >common
    >docs
    >eval-licenses
    >images
    >java
    >licenses
    >postgresql
    >samples
    >scripts
    >test
    installation
    jasperserver.license
    license
    properties
    releaseNotes
    serviceinstall
    servicerun
    TIBCO-EULA
    uninstall.dat
    unisntall
     
    Please help me to reolve the issue.
     
     
  2. I've selected existing instance of Apache tomcat while installing JasperReport Server. After installation I started Apache Tomcat. Then I tried access the url localhost:8080. I'm successfully getting the index page of Tomcat. But when I try to access the localhost:8080/jasperserver-pro I'm getting resource not found error. When I used bundled server it was successful.
    Please guide me how to start the Jasper server. Do I need to make nay changes?

×
×
  • Create New...