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

Peter S

Members
  • Posts

    3
  • Joined

  • Last visited

Peter S's Achievements

Newbie

Newbie (1/14)

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

Recent Badges

0

Reputation

  1. Are there any functional differences between JasperETL and Talend?
  2. I found a related error on another thread that seems to fix this problem. Changing the last line in ji-import-export.sh from java -cp "$EI_CLASSPATH" com.jaspersoft.jasperserver.util.ExportImportCommand $CMD $CMD_LINE_ARGS to java -cp "$EI_CLASSPATH:$JI_EXPORT_UTIL" com.jaspersoft.jasperserver.util.ExportImportCommand $CMD $CMD_LINE_ARGS
  3. Can anyone shed any light on the ji-export error below? The file ji-export-util/applicationContext-for-export.xml exists and looks to be intact. ------------------------------------- java -cp ji-export-util/jasperserver-export-tool-1.1.0.jar:ji-export-util/mysql-connector-java-3.1.12-bin.jar:ji-export-util/lib/acegi-security-1.0.1.jar:ji-export-util/lib/activation-1.1.jar:ji-export-util/lib/antlr-2.7.6rc1.jar:ji-export-util/lib/asm-1.5.3.jar:ji-export-util/lib/avalon-framework-cvs-20020806.jar:ji-export-util/lib/batik-1.5-fop-0.20-5.jar:ji-export-util/lib/castor-1.0.jar:ji-export-util/lib/cglib-2.1_3.jar:ji-export-util/lib/commons-beanutils-1.6.jar:ji-export-util/lib/commons-codec-1.2.jar:ji-export-util/lib/commons-collections-3.1.jar:ji-export-util/lib/commons-dbcp-1.1.jar:ji-export-util/lib/commons-digester-1.7.jar:ji-export-util/lib/commons-discovery-0.2.jar:ji-export-util/lib/commons-fileupload-1.1.jar:ji-export-util/lib/commons-io-1.1.jar:ji-export-util/lib/commons-lang-2.1.jar:ji-export-util/lib/commons-logging-1.0.4.jar:ji-export-util/lib/commons-math-1.0.jar:ji-export-util/lib/commons-pool-1.1.jar:ji-export-util/lib/dom4j-1.6.1.jar:ji-export-util/lib/ehcache-1.1.jar:ji-export-util/lib/eigenbase-properties-0.5.0.jar:ji-export-util/lib/eigenbase-resgen-0.5.0.jar:ji-export-util/lib/eigenbase-xom-0.5.0.jar:ji-export-util/lib/ejb-3.0-public-draft-20060118.jar:ji-export-util/lib/fop-0.20.5.jar:ji-export-util/lib/groovy-all-1.0-beta-10.jar:ji-export-util/lib/hibernate-3.1.2.jar:ji-export-util/lib/hibernate-annotations-3.1beta8.jar:ji-export-util/lib/icu4j-2.6.1.jar:ji-export-util/lib/itext-1.3.1.jar:ji-export-util/lib/jai_codec-1.1_mr.jar:ji-export-util/lib/jai_core-1.1_mr.jar:ji-export-util/lib/jakarta-regexp-1.4.jar:ji-export-util/lib/jasperreports-1.2.7.jar:ji-export-util/lib/jasperserver-api-common-1.1.0.jar:ji-export-util/lib/jasperserver-api-common-impl-1.1.0.jar:ji-export-util/lib/jasperserver-api-engine-1.1.0.jar:ji-export-util/lib/jasperserver-api-engine-impl-1.1.0.jar:ji-export-util/lib/jasperserver-api-metadata-1.1.0.jar:ji-export-util/lib/jasperserver-api-metadata-impl-1.1.0.jar:ji-export-util/lib/jasperserver-export-tool-1.1.0.jar:ji-export-util/lib/jasperserver-repository-hibernate-1.1.0.jar:ji-export-util/lib/javacup-0.10k.jar:ji-export-util/lib/jaxen-1.1-beta-8.jar:ji-export-util/lib/jcommon-1.0.0.jar:ji-export-util/lib/jdom-1.0.jar:ji-export-util/lib/jdtcore-3.1.0.jar:ji-export-util/lib/jfreechart-1.0.1.jar:ji-export-util/lib/jpivot-1.6-RC2.1.jar:ji-export-util/lib/jsf-api-1.1.jar:ji-export-util/lib/jstl-1.1.2.jar:ji-export-util/lib/jta-1.0.1B.jar:ji-export-util/lib/jxl-2.6.jar:ji-export-util/lib/log4j-1.2.12.jar:ji-export-util/lib/mail-1.4.jar:ji-export-util/lib/mondrian-2.1.2.jar:ji-export-util/lib/oro-2.0.8.jar:ji-export-util/lib/png-encoder-1.5.jar:ji-export-util/lib/saaj-api-1.1_02.jar:ji-export-util/lib/saaj-ri-1.1_02.jar:ji-export-util/lib/spring-2.0-m2.jar:ji-export-util/lib/spring-hibernate3-2.0-m2.jar:ji-export-util/lib/spring-jdbc-2.0-m3.jar:ji-export-util/lib/tagsoup-0.9.7.jar:ji-export-util/lib/tbutils-wcf-1.6-RC.jar:ji-export-util/lib/wcf-1.6-RC.jar:ji-export-util/lib/xalan-2.6.0.jar:ji-export-util/lib/xercesImpl-2.6.2.jar:ji-export-util/lib/xml-apis-1.0.b2.jar:ji-export-util/lib/xmlParserAPIs-2.6.2.jar:ji-export-util/lib/xom-1.0b3.jar com.jaspersoft.jasperserver.util.ExportImportCommand --export --uri=/dashboard ExportImportCommand: START ExportImportCommand: - running PROD Env mode ExportImportCommand: caught exception, exception: IOException parsing XML document from class path resource [applicationContext-for-export.xml]; nested exception is java.io.FileNotFoundException: class path resource [applicationContext-for-export.xml] cannot be opened because it does not exist org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from class path resource [applicationContext-for-export.xml]; nested exception is java.io.FileNotFoundException: class path resource [applicationContext-for-export.xml] cannot be opened because it does not exist java.io.FileNotFoundException: class path resource [applicationContext-for-export.xml] cannot be opened because it does not exist at org.springframework.core.io.ClassPathResource.getInputStream(ClassPathResource.java:137) at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:203) at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:184) at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:128) at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:144) at org.springframework.context.support.AbstractXmlApplicationContext.loadBeanDefinitions(AbstractXmlApplicationContext.java:113) at org.springframework.context.support.AbstractXmlApplicationContext.loadBeanDefinitions(AbstractXmlApplicationContext.java:81) at org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRefreshableApplicationContext.java:89) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:279) at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:87) at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:72) at com.jaspersoft.jasperserver.util.ExportImportCommand.setUpRepositoryConnections(ExportImportCommand.java:776) at com.jaspersoft.jasperserver.util.ExportImportCommand.runExport(ExportImportCommand.java:135) at com.jaspersoft.jasperserver.util.ExportImportCommand.main(ExportImportCommand.java:102) ExportResource: top of process() ----- Processing Values: mProcessAll=false mProcessUriOnly=true mProcessUserRoleOnly=false mProcessReportJobsOnly=false mProcessNothing=false [JPivot] 09 Jan 2007 17:58:06,786 ERROR [session ] com.jaspersoft.jasperserver.util.ExportResource#processUri: caught exception: null java.lang.NullPointerException at com.jaspersoft.jasperserver.util.ExportResource.processUri(ExportResource.java:351) at com.jaspersoft.jasperserver.util.ExportResource.process(ExportResource.java:311) at com.jaspersoft.jasperserver.util.ExportImportCommand.runExport(ExportImportCommand.java:170) at com.jaspersoft.jasperserver.util.ExportImportCommand.main(ExportImportCommand.java:102) ExportImportCommand: Successful Post edited by: Peter S, at: 2007/01/09 17:24
×
×
  • Create New...