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

graham.shorrock

Members
  • Posts

    14
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

graham.shorrock's Achievements

Apprentice

Apprentice (3/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Collaborator Rare

Recent Badges

0

Reputation

  1. This is a disaster for us we are a small charity running a festival of performing arts for children and have been using the community edition for some 10 years. There is absolutely no way that we could afford the commercial edition. What can we do? Suffolk Festival of Performing Arts Graham
  2. I should add that the hosting comany is IONOS and I have two websites on different accounts and both are experiencing exactly the same problem. Graham
  3. Hi folks I am hoping someone can help with this problem. I have 20 or so reports that were running fine on Jaspersoft reports server and now if I run the report all I get is a blank page. The reports are produced using Jaspersoft reports studio 6.14. I can publish the reports to my local testing server and they run fine. If I publish them to the production server Jaspersoft Studio says they have been published successsfully. But when the report is run on the production server they are just blank and there is no error message. The report server is version 6.1. All the reports were running fine until recently and as far as I am concerned I have made no changes. It looks like something has changed on the hosting side but I have no idea what. My question is what can I do to diagnose the problem? Any help you can give with this would be gratefully received. Graham
  4. I have just succeeded, I deleted the user on the server and recreated user. I can now connect from Studio to Server. I dont understand why this fixed the issue. Graham
  5. I think I have the same problem. I have just installed latest version 7.5.0 of report server. I can log in using web browser and everything looks good, I can produce the dummy reports and manage the user accounts. If I try and connect using Jaspersoft Studio 6.11.0 with organization left blank I get error 404. AxisFault faultCode: {http://xml.apache.org/axis/}HTTP faultSubcode: faultString: (404) faultActor: faultNode: faultDetail: {}:return code: 404 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> The rest of the error report is attached. If I put something into the organization field I get error 401 Any help would be greatly appreciated.
  6. Hi Folks I am using the latest version of Jaspersoft Studio. I have a very strange occurance in a report that sometimes prevents a text field from properly appearing. If the Text field contains the word "Adjudication" then some times it does not appear. If I change the data to " Adjudication" or "Adjudications" then it does appear. I have checked the size of the text box and varying it makes no difference. Likewise with the text font size and the actual Font. This is the relevant code <field name="text_before_class" class="java.lang.String"> <fieldDescription><![CDATA[]]></fieldDescription> </field> Does anyone have any suggestions?
  7. Hi, No I am not trying to use Oracle, the reference to Oracle is related to Java, I downloaded the latest Oracle Java SDK and installed that prior to trying to install Jasperserver. For the Instalation of Jasperserver I just used the standard install with bundled Tomcat Postgresql etc. Just a thought but is the problem caused by simply not enough RAM on the virtual server?
  8. I am trying to install Jaspersoft community edition reports server 6.1 on centos-6-x86_64. I have installed Oracle Java SE Development Kit 8u51. The install fails and the installation log shows the following errors. [echo] Validating JasperServer database connection at jdbc:postgresql://127.0.0.1:5432/jasperserver. Phase: [import-export-test] [echo] For JDBC driver the artifactId and version properties are set: [echo] maven.jdbc.artifactId=postgresql [echo] maven.jdbc.version=9.2-1002.jdbc4 [echo] Specified JDBC driver jar exists[advanced-sql] Executing commands[advanced-sql] 1 of 1 SQL statements executed successfully [echo] Connection OK [java] Error occurred during initialization of VM [java] Unable to allocate 69632KB bitmaps for parallel garbage collection for the requested 2228224KB heap. [java] Error: Could not create the Java Virtual Machine. [java] Error: A fatal exception has occurred. Program will exit. And the following Script stderr: BUILD FAILED/opt/jasperreports-server-cp-6.1.0/buildomatic/bin/import-export.xml:264: The following error occurred while executing this line:/opt/jasperreports-server-cp-6.1.0/buildomatic/bin/import-export.xml:158: Java returned: 1 Total time: 3 seconds Error running /opt/jasperreports-server-cp-6.1.0/apache-ant/bin/ant import-ce -DimportFile=install_resources/export/js-catalog: BUILD FAILED/opt/jasperreports-server-cp-6.1.0/buildomatic/bin/import-export.xml:264: The following error occurred while executing this line:/opt/jasperreports-server-cp-6.1.0/buildomatic/bin/import-export.xml:158: Java returned: 1 Total time: 3 secondsProblem running post-install step. Installation may not complete correctly Error running /opt/jasperreports-server-cp-6.1.0/apache-ant/bin/ant import-ce -DimportFile=install_resources/export/js-catalog: BUILD FAILED/opt/jasperreports-server-cp-6.1.0/buildomatic/bin/import-export.xml:264: The following error occurred while executing this line:/opt/jasperreports-server-cp-6.1.0/buildomatic/bin/import-export.xml:158: Java returned: 1I have tried rebuilding the server from scratch reinstalling java but the install still fails with the same message . Any suggestions as to what is going wrong would be gratefully received.
  9. Hi I wonder if anyone can help with this strange effect that I am experiencing when deploying to my live server. I have produced a report using Jasper soft Studio 6.0,1 when I deploy locally on my development machine the report looks exactly the same as the preview in Jasper Studio. If I publish the report to my live Jasper Server the margins and text are slightly different and as a consequence the text per line is different. I have deleted the report completely from the live server and re-published but this makes no difference The two images below show the difference, the first is from my live server the second from my local develoipment server. Any help gratefully received Graham
  10. Hi folks I have just got this working. The solution was to chage the query language to SQL in Jaspersoft Studio. This shows an error in the syntax but if you ignore this then the report runs fine and you can then post to Jasper server. For interest the query calls a MYSQL procedure which populates a table and then performs a select* from the table.
  11. Hi thanks for the quick response. This morning I have upgraded to the latest version so I have studio 6.0.1 and Jasper report server 6.0.1. The error is exactly the same. Is there anything I have to do to ensure that report server supports plsql?
  12. Hi folks, I am using Jaspersoft Studio 6.01 and have successfully created a report that uses a Mysql stored procedure. However when I try to publish to Jasper report server 5.6.1 I get the error message org.apache.http.client.HttpResponseException: Invalid JRXMLat com.jaspersoft.studio.server.protocol.restv2.RESTv2ExceptionHandler.handleErrorDescriptorList(RESTv2ExceptionHandler.java:87)at com.jaspersoft.studio.server.protocol.restv2.RESTv2ExceptionHandler.handleErrorDescriptor(RESTv2ExceptionHandler.java:104)at com.jaspersoft.studio.server.protocol.restv2.RESTv2ExceptionHandler.handleException(RESTv2ExceptionHandler.java:56)at com.jaspersoft.studio.server.protocol.restv2.ARestV2ConnectionJersey.toObj(ARestV2ConnectionJersey.java:52)at com.jaspersoft.studio.server.protocol.restv2.RestV2ConnectionJersey.addOrModifyResource(RestV2ConnectionJersey.java:445)at com.jaspersoft.studio.server.protocol.ProxyConnection.addOrModifyResource(ProxyConnection.java:290)at com.jaspersoft.studio.server.publish.Publish.publishResources(Publish.java:184)at com.jaspersoft.studio.server.publish.Publish.publish(Publish.java:61)at com.jaspersoft.studio.server.publish.wizard.Publish2ServerWizard$3.run(Publish2ServerWizard.java:302)at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121) I believe this is the relevant line from the JRMXL<queryString language="plsql"><![CDATA[CALL `sf_pro_upd_tables`]]> Can anyone advise how to fix this, any help would be much appreciated.
  13. Hi I have the same problem, and it happens every time I open the dataset and query dialog box. I then cant close the window and have to terminate Jaspersoft Studio using the task manager. I am accessing a MYSQL database and everything else appears to work fine.
×
×
  • Create New...