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

rh1c

Members
  • Posts

    9
  • Joined

  • Last visited

rh1c'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. Thank you hozawa for the advise.. I'll post this in tracker..
  2. Hi, I'm experiencing issue on Jaspersoft Report that is embedded in my web application. This occurs only in IE11 browser. When I export a report into PDF or Excel, it brings me to a new browser tab with the error below: Error Message java.lang.IllegalArgumentException: An id is required to lookup a FlowDefinition Error Trace java.lang.IllegalArgumentException: An id is required to lookup a FlowDefinition at org.springframework.util.Assert.hasText(Assert.java:162) at org.springframework.webflow.definition.registry.FlowDefinitionRegistryImpl.getFlowDefinition(FlowDefinitionRegistryImpl.java:56) at org.springframework.webflow.executor.FlowExecutorImpl.launchExecution(FlowExecutorImpl.java:138) at sun.reflect.GeneratedMethodAccessor606.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:318) at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150) at org.springframework.security.intercept.method.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:66) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202) at com.sun.proxy.$Proxy154.launchExecution(Unknown Source) at org.springframework.webflow.mvc.servlet.FlowHandlerAdapter.handle(FlowHandlerAdapter.java:193) at org.springframework.webflow.mvc.servlet.FlowController.handleRequest(FlowController.java:174) at org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:48) at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:900) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:827) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882) at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:778) at javax.servlet.http.HttpServlet.service(HttpServlet.java:621) at javax.servlet.http.HttpServlet.service(HttpServlet.java:728) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210) at com.jaspersoft.jasperserver.war.StaticFilesCacheControlFilter.doFilter(StaticFilesCacheControlFilter.java:137) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:399) at com.jaspersoft.jasperserver.api.security.IPadSupportFilter.doFilter(IPadSupportFilter.java:67) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411) at com.jaspersoft.jasperserver.api.security.JSSwitchUserProcessingFilter.doFilterHttp(JSSwitchUserProcessingFilter.java:154) at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411) at org.springframework.security.intercept.web.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:109) at ................................................. My JasperServer is an Amazon AWS Instance. It is "Jaspersoft BI Profesional for AWS 5.5" version. Really appreciate any of your help guys! Thanks,
  3. hi, Thank you for the response. We are able to solve the connection issue by setting up VPN connection through our corporate network.
  4. Hi mgeise, thank you for your reply. But my DB is from a remote SQL Server not hosted by AWS. Do you think AWS Jaspersoft support this setup? Thanks, Ric
  5. Hi, I'm setting up a new JDBC datasource type in JasperSoft to connect to a remote database SQL Server. I have already added a JDBC driver for ms sql server in jdbc driver option. It always gives me this error: "The TCP/IP connection to the host "10.xxx.xx.xx", port 1433 has failed. Error: "connect timed out. Verify the connection properties. Make sure that an instance of SQL Server is running on the host and accepting TCP/IP connections at the port. Make sure that TCP connections to the port are not blocked by a firewall." I have already added port 1433 inbound and outbound access in my security group used by Jaspersoft BI. On my remote sql server, TCP/IP port 1433 is already setup as well as adding inbound and outbound rules in windows firewall. Am I missing something in my configuration? Do you think it is possible to connect from AWS Jaspersoft to a remote or to my local SQL Server?What are other ways I can do to have this connection established? Please help.. Thanks,
  6. hi. thank you for your reply. my DB come from a remote server. It is using SQL Server 2005.
  7. Hi, I am new with Jaspersoft technology, I am trying to create a new datasource in EC2 with JDBC type, but gives me this error message which is something related to TCP/IP connection. "The TCP/IP connection to the host [hostName] , port 1433 has failed. Error: "null. Verify the connection properties. Make sure that an instance of SQL Server is running on the host and accepting TCP/IP connections at the port. Make sure that TCP connections to the port are not blocked by a firewall." I already tried some of the suggested configurations on SQL Server Configuration Manager for TCP/IP and Port settings, but still not working. Tried accessing the server with its port in command prompt using telnet and it is able to connect. Don't know what else I need to do on this. Really need to fix this up. I'm stuck on this. Any help is greatly appreciated! Thanks.
×
×
  • Create New...