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

shekhartupe

Members
  • Posts

    6
  • Joined

  • Last visited

shekhartupe'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. I have followed the same and am able to have this war running in liferay. Then while trying with JBoss, had to change xml configuration files and deploy the same. From liferay deployment what I understand, portlet war use web services to get details from Jasperserver and in turn use liferay credentials to pull the list of reports from JasperServer and had the similar setup for JBoss. But still fails. Portlet deployment is not the issue as I can see JBoss deploying the war without any errors. Issue is while using the portlet in JBoss Portal. Post Edited by Chandrashekhar Tupe at 02/25/09 23:20 Post Edited by Chandrashekhar Tupe at 02/25/09 23:21
  2. I was able to do the deployment in JBoss portal server. Some jar file conflicts but error messages were pretty clear enough to resolve them. Next I can view the instances and can create a page using the same, but on portal page I get message : Connection Refused The portal cannot connect to JasperServer. Please contact your JasperServer administrator My Jasper Server is up and running and details provided in portlet war are correct. Again it is pretty straight forward that the repository I am trying to access requires some authentication details, but I am not able to find any documentation or solution for it. Please help !!! Post Edited by Chandrashekhar Tupe at 02/18/09 11:54
  3. We are planning to POC portal integration with JBoss portal server. I am interested to have some documentation regarding jasperserver-3.1.0-portlet.war I downloaded from sourceforge.
  4. Got it. There was conflicting castor jar in default classpath. Removed, reran and issue resolved.
  5. I am setting up jasperserver community edition, version 3.1 using bin distribution (manual deployment using war and scripts). I am able to setup basic server and was going for loading sample data using scripts provided. While importing sample metadata (js-import.sh --input-dir js-catalog) I am getting following error : - com.jaspersoft.jasperserver.api.JSExceptionWrapper: Nested error: org.exolab.castor.mapping.MappingException: Could not find the class com.jaspersoft.jasperserver.export.modules.auth.beans.UserBean com.jaspersoft.jasperserver.api.JSExceptionWrapper: org.exolab.castor.mapping.MappingException: Could not find the class com.jaspersoft.jasperserver.export.modules.auth.beans.UserBean at org.exolab.castor.mapping.loader.MappingLoader.createDescriptor(MappingLoader.java:396) at org.exolab.castor.xml.XMLMappingLoader.createDescriptor(XMLMappingLoader.java:202) at org.exolab.castor.mapping.loader.MappingLoader.loadMapping(MappingLoader.java:289) at org.exolab.castor.mapping.Mapping.getResolver(Mapping.java:292) at org.exolab.castor.mapping.Mapping.getResolver(Mapping.java:247) at org.exolab.castor.xml.Unmarshaller.setMapping(Unmarshaller.java:475) at com.jaspersoft.jasperserver.export.io.CastorSerializer.read(CastorSerializer.java:112) at com.jaspersoft.jasperserver.export.modules.BaseImporterModule.deserialize(BaseImporterModule.java:84) at com.jaspersoft.jasperserver.export.modules.auth.AuthorityImporter.importRoles(AuthorityImporter.java:79) at com.jaspersoft.jasperserver.export.modules.auth.AuthorityImporter.process(AuthorityImporter.java:69) at com.jaspersoft.jasperserver.export.ImporterImpl.process(ImporterImpl.java:139) at com.jaspersoft.jasperserver.export.ImporterImpl.performImport(ImporterImpl.java:95) at com.jaspersoft.jasperserver.export.ImportCommandImpl.process(ImportCommandImpl.java:57) at com.jaspersoft.jasperserver.export.BaseExportImportCommand.process(BaseExportImportCommand.java:87) at com.jaspersoft.jasperserver.export.ImportCommand.main(ImportCommand.java:43) Checked in lib directory for jasperserver-export-tool-3.1.0.jar and its permissions. All look fine. Any ideas ? Attaching script logs for more details. Have echoed EXP_CLASSPATH in js-import-export.sh
×
×
  • Create New...