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

ssadmn

Members
  • Posts

    3
  • Joined

  • Last visited

ssadmn'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. from forum (this help to me): " Hi, Server Running JasperServer 1.2.1 Apache Tomcat 5.5.23 MySQL 5.1.11 Windows XP Professional I am trying to give anonymous access to a report, but I am getting the error message: org.springframework.webflow.engine.ActionExecutionException: Exception thrown executing [AnnotatedAction@64dfeb targetAction = com.jaspersoft.jasperserver.war.action.ViewReportAction@c5575, attributes = map[[empty]]] in state 'checkForParams' of flow 'viewReportFlow' -- action execution attributes were 'map[[empty]]'; nested exception is org.acegisecurity.AccessDeniedException: Access is denied I have followed these steps: Within the flowVoter bean, under the the flowDefinitionSource property, I added the value: viewReportFlow=ROLE_USER,ROLE_ADMINISTRATOR,ROLE_ANONYMOUS I then changed the line: *=ROLE_USER,ROLE_ADMINISTRATOR to be *=ROLE_USER,ROLE_ADMINISTRATOR,ROLE_ANONYMOUS Within the filterInvocationInterceptor bean, under the objectDefinitionSource property, I changed the value: /flow.html=ROLE_USER,ROLE_ADMINISTRATOR to /flow.html=ROLE_ANONYMOUS,ROLE_USER,ROLE_ADMINISTRATOR Within the JasperServer UI, I changed the rights for ROLE_ANONYMOUS to be Read for Root "/". I then changed the rights for ROLE_ANONYMOUS to be Read for the "/Reports" folder. I attempt to access the URL; http://localhost:8080/jasperserver/flow.html?_flowId=viewReportFlow&reportUnit=/Reports/<reportname>&output=pdf&<param>=<value> " and give access to repozitory jasperserver...:)
  2. problem has been in php scripts... now, new question: select report it's work, select export format it's work but, report is not displayed in window browser.. help me please :)
  3. Hi! Sorry for my english, because i am from russia :) How to me integrated jasperserver with my php application? I try use SOAP over php-sample, but get php error: Warning: SoapClient::SoapClient(http://127.0.0.1:8080/jasperserver/services/repository/) [function.SoapClient-SoapClient]: failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in C:Program FilesZendApache2htdocsJphpclient.php on line 132 Warning: SoapClient::SoapClient() [function.SoapClient-SoapClient]: I/O warning : failed to load external entity "http://127.0.0.1:8080/jasperserver/services/repository/" in C:Program FilesZendApache2htdocsJphpclient.php on line 132 Fatal error: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL: Couldn't load from 'http://127.0.0.1:8080/jasperserver/services/repository/' in C:Program FilesZendApache2htdocsJphpclient.php:132 Stack trace: #0 C:Program FilesZendApache2htdocsJphpclient.php(132): SoapClient->SoapClient('http://127.0.0....', Array) #1 C:Program FilesZendApache2htdocsJphpindex.php(12): ws_checkUsername('user', 'user') #2 {main} thrown in C:Program FilesZendApache2htdocsJphpclient.php on line 132 Please help :unsure:
×
×
  • Create New...