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

guoguo2002

Members
  • Posts

    21
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Everything posted by guoguo2002

  1. Hi, Wangyi. Thank you for takeing care of the problem. Can you please share your findings with us as you go? That would be very beneficial to us. And also, if there is any thing I can do, please tell me. I will try my best in assisting you. For your questions, here are the answers. I am using Sun JDK. My ttf files are located in JAVAHOMEjrelibfont with jdk1.6 update 3. fontconfig.properties is in JAVAHOMEjrelib. where JAVAHOME represents the folder of jdk installation folder. Please note that different fontconfig files are loaded according to OS. The above file applies in Windows XP Professional. I will give you the property file name for RHEL4.5. I will try to find jrocki jvm in the weekend. And yes, I think it is better to use the same jvm to compile the .jrxml file and run the .jasper file. Post edited by: guoguo2002, at: 2008/02/26 14:35 Post edited by: guoguo2002, at: 2008/02/26 23:16
  2. Thank you very much, lucianc. You have been a great help. Thank you.
  3. OK, I see. Thank you very much. Could you please tell me what Linux did you use?
  4. Thank you very much, Lucianc. By the way, I am sorry that I did not mension I am using Red Hat Enterprise Linux 4.5. >> Could you confirm whether the same physical font (ttf file) is used in both Linux and Windows? Yes, I think so. Because I have mapped sansserif to Lucian Sans in both OS. This physical font is shipped with JRE/JDK, so I think they are identical. I think maybe I need to check out the text rendering algorithms. I will go to Sun and RH community to ask about this question, and post it back here is I have any replies. And finally, if it is not too much trouble, can you please check it to see if it shows on RHEL? Post edited by: guoguo2002, at: 2008/02/06 00:49
  5. Is there anyone who has any clue about this please? I really do not what to do. Best regards
  6. Hello. I think I am having a line spacing-related problem. Previously I experienced the problem that some text fields are shown in Windows but not in Linux. I have configured jre/lib/font.properties, mapping "sansserif" to Lucida Sans in both Linux and Windows. I thought this could solve the problem. However, as I am working with it further, I found that with sansserif 10 point appears in a 12 pixel height text field on Linux server, whereas it does not in Windows. In Windows, the minimum possible field height would 13 pixel. This is basically what happened and all the facts I have got. Following is a little experiment I have done try to detect the possible reason for this, and I am not sure it is correct. I just hope that more information could help anybody to help me. After a little study, I am pretty sure that the font itself has identical size in both Linux and Windows. But rather it is the space under the font. As in a report, I typed in a series of lines of numbers, and found that the numbers are in same size but the space between lines is different in Linux and Windows. I also have attached the .jrxml file that I used in the experiment above. I am looking forward any help, clue or any thing related to this. Thank you in advance!! [file name=__________________.jrxml size=3172]http://www.jasperforge.org/components/com_joomlaboard/uploaded/files/__________________.jrxml[/file]
  7. ps: I did not export it to pdf. It has problem even when shown by a JasperServer on linux. I tried to check the "Stretch overflow" in the "TextFiled" tag. It shows the string now, but it also adds a blank line under the string. I do not want the blank line because I need to show the borders of that textfield. With that blank line, the lower border goes to undesired position. Can someone please help me with this? Thank you in advance Post edited by: guoguo2002, at: 2008/01/24 23:30
  8. I am experiencing similar problem. But my problem is with text field of a series of number that seperated by hyphen(-). One such example is id field in SugarCRM example database. In windows, they are explayed properly. However, in linux the fields cannot show the how string. I have attached a simple .jrxml file that I defined to test this. [file name=report-f058dc5a4e4c8b6be58d319c65b51406.jrxml size=2504]http://www.jasperforge.org/components/com_joomlaboard/uploaded/files/report-f058dc5a4e4c8b6be58d319c65b51406.jrxml[/file]
  9. Thanks you, Lucian. This is exactly what I was trying to do. Problem solved!! Best regards
  10. What exactly do you mean by adding a hyperlink to a multiaxis chart? Are you setting a hyperlink for the entire chart, of for the items of a (sub)chart? thanks for the reply. I am trying to add hyperlink for the items of a subchart. So that in a bar chart, link of each bar will contains the current field content. Regards
  11. Hello. I was trying to run the java-webapp-sample that comes with the jasperserver installer. However, when I inputted correct username and password, an exception orrur. I do not understand how to fix it, can any body please help me? The error message reads as follows: Thank you in advance org.apache.jasper.JasperException: An exception occurred processing JSP page /index.jsp at line 43 40: password); 41: 42: String reportSchedulingWebServiceUrl = getServletContext().getInitParameter("reportSchedulingWebServiceUrl"); 43: ReportSchedulerFacade reportScheduler = new ReportSchedulerFacade(new URL(reportSchedulingWebServiceUrl), username, password); 44: 45: try 46: { Stacktrace: org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:524) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:417) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266) javax.servlet.http.HttpServlet.service(HttpServlet.java:803) root cause javax.servlet.ServletException: java.lang.NoClassDefFoundError: org.apache.commons.logging.LogFactory org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:850) org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:779) org.apache.jsp.index_jsp._jspService(index_jsp.java:134) org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70) javax.servlet.http.HttpServlet.service(HttpServlet.java:803) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:393) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266) javax.servlet.http.HttpServlet.service(HttpServlet.java:803) root cause java.lang.NoClassDefFoundError: org.apache.commons.logging.LogFactory org.apache.axis.components.logger.LogFactory.class$(LogFactory.java:45) org.apache.axis.components.logger.LogFactory$1.run(LogFactory.java:45) java.security.AccessController.doPrivileged(Native Method) org.apache.axis.components.logger.LogFactory.getLogFactory(LogFactory.java:41) org.apache.axis.components.logger.LogFactory.<clinit>(LogFactory.java:33) org.apache.axis.configuration.FileProvider.<clinit>(FileProvider.java:58) com.jaspersoft.jasperserver.ws.scheduling.ReportSchedulerFacade.getEngineConfiguration(ReportSchedulerFacade.java:101) com.jaspersoft.jasperserver.ws.scheduling.ReportSchedulerFacade.createServiceStub(ReportSchedulerFacade.java:73) com.jaspersoft.jasperserver.ws.scheduling.ReportSchedulerFacade.<init>(ReportSchedulerFacade.java:60) org.apache.jsp.index_jsp._jspService(index_jsp.java:75) org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70) javax.servlet.http.HttpServlet.service(HttpServlet.java:803) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:393) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266) javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
  12. Hello. I have encountered a problem when trying to a report more interactivable. This is what I am tring to do. The report takes data by 3 constraints: starting day, ending day, and user team. starting day and ending day are Date type, and user team is String type. I have made it possible to switch teams by clicking on the report by using ReportExeution hyperlink. However, when the team switching works well, the starting day and ending day do not. 1, They can only be sent out as String instead of Date. 2, When I go toString(), the input control appear to be quite differenct string than the original date. Does any body have a solution to this issue? Thank you in advance.
  13. Yes, I am using JasperServer. I have also posted a topic in JasperReports forum, but got no reply. Can you please help me with this problem? JasperReports topic is the link below. http://www.jasperforge.org/index.php?option=com_joomlaboard&Itemid=&func=view&catid=8&id=34873#34873
  14. Hello. I am trying to add a hyperlink to a multiaxis chart. However, when I export it as HTML, it is not clickable. Could some one pleaes help me out? Thank you in advance. PS: I am using iReport 2.0.3, Windows XP Professional SP2
  15. Hello. I am trying to add a hyperlink to a multiaxis chart. However, when I export it as HTML, it is not clickable. Could some one pleaes help me out? Thank you in advance. PS: I am using iReport 2.0.3, Windows XP Professional SP2
  16. I have a question. After I use iReport to add a report unit to JasperServer, te report does not run properly. However, if I click to "edit" the report, and go through all the setup process without changing any configuration, the problem is fixed. Perhaps when the iReport plugin adds a report unit, there is some entries that it needs to change to have jasperserver identifiy the report correctly? Can anybody please answer me this question? Here is the error log. com.jaspersoft.ji.ja.JasperAnalysisException: 内部エラー: Can not find Default Member with name "[Time.Weekly].[All Time.Weeklys].[1997]" in Hierarchy "Time.Weekly" com.jaspersoft.ji.ja.JasperAnalysisException: 内部エラー: Can not find Default Member with name "[Time.Weekly].[All Time.Weeklys].[1997]" in Hierarchy "Time.Weekly" at mondrian.resource.MondrianResource$_Def0.ex_aroundBody1$advice(MondrianResource.java:212) at mondrian.resource.MondrianResource$_Def0.ex(MondrianResource.java:1) at mondrian.olap.Util.newInternal(Util.java:1076) at mondrian.rolap.RolapHierarchy.init(RolapHierarchy.java:296) at mondrian.rolap.RolapDimension.init(RolapDimension.java:193) at mondrian.rolap.RolapCube.init(RolapCube.java:1013) at mondrian.rolap.RolapCube.(RolapCube.java:258) at mondrian.rolap.RolapSchema.load(RolapSchema.java:401) at mondrian.rolap.RolapSchema.load(RolapSchema.java:300) at mondrian.rolap.RolapSchema.(RolapSchema.java:203) at mondrian.rolap.RolapSchema.(RolapSchema.java:76) at mondrian.rolap.RolapSchema$Pool.get(RolapSchema.java:841) at mondrian.rolap.RolapSchema$Pool.get(RolapSchema.java:657) at mondrian.rolap.RolapConnection.(RolapConnection.java:148) at mondrian.rolap.RolapConnection.(RolapConnection.java:79) at mondrian.olap.DriverManager.getConnection(DriverManager.java:122) at mondrian.olap.DriverManager.getConnection(DriverManager.java:87) at com.jaspersoft.jasperserver.api.metadata.olap.service.impl.OlapConnectionServiceImpl.getMondrianConnection(OlapConnectionServiceImpl.java:298) at com.jaspersoft.jasperserver.api.metadata.olap.service.impl.OlapConnectionServiceImpl.getMondrianConnection(OlapConnectionServiceImpl.java:284) at com.jaspersoft.jasperserver.api.metadata.olap.service.impl.OlapConnectionServiceImpl.createService(OlapConnectionServiceImpl.java:515) at com.jaspersoft.jasperserver.api.engine.jasperreports.service.impl.EngineServiceImpl.createDataSourceService(EngineServiceImpl.java:617) at com.jaspersoft.jasperserver.api.engine.jasperreports.service.impl.EngineServiceImpl.fillReport(EngineServiceImpl.java:562) at com.jaspersoft.jasperserver.api.engine.jasperreports.service.impl.EngineServiceImpl.fillReport(EngineServiceImpl.java:320) at com.jaspersoft.jasperserver.api.engine.jasperreports.service.impl.EngineServiceImpl.executeReport(EngineServiceImpl.java:695) at com.jaspersoft.jasperserver.api.engine.jasperreports.domain.impl.ReportUnitRequest.execute(ReportUnitRequest.java:60) at com.jaspersoft.jasperserver.api.engine.jasperreports.service.impl.EngineServiceImpl.execute(EngineServiceImpl.java:254) at com.jaspersoft.jasperserver.war.action.ViewReportAction.executeReport(ViewReportAction.java:269) at com.jaspersoft.jasperserver.war.action.ViewReportAction.verifyData(ViewReportAction.java:175) at sun.reflect.GeneratedMethodAccessor477.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.webflow.util.DispatchMethodInvoker.invoke(DispatchMethodInvoker.java:103) at org.springframework.webflow.action.MultiAction.doExecute(MultiAction.java:136) at org.springframework.webflow.action.AbstractAction.execute(AbstractAction.java:203) at org.springframework.webflow.engine.AnnotatedAction.execute(AnnotatedAction.java:142) at org.springframework.webflow.engine.ActionExecutor.execute(ActionExecutor.java:61) at org.springframework.webflow.engine.ActionState.doEnter(ActionState.java:180) at org.springframework.webflow.engine.State.enter(State.java:200) at org.springframework.webflow.engine.Transition.execute(Transition.java:229) at org.springframework.webflow.engine.TransitionableState.onEvent(TransitionableState.java:112) at org.springframework.webflow.engine.Flow.onEvent(Flow.java:572) at org.springframework.webflow.engine.impl.RequestControlContextImpl.signalEvent(RequestControlContextImpl.java:207) at org.springframework.webflow.engine.ActionState.doEnter(ActionState.java:185) at org.springframework.webflow.engine.State.enter(State.java:200) at org.springframework.webflow.engine.Flow.start(Flow.java:557) at org.springframework.webflow.engine.impl.RequestControlContextImpl.start(RequestControlContextImpl.java:195) at org.springframework.webflow.engine.SubflowState.doEnter(SubflowState.java:120) at org.springframework.webflow.engine.State.enter(State.java:200) at org.springframework.webflow.engine.Transition.execute(Transition.java:229) at org.springframework.webflow.engine.DecisionState.doEnter(DecisionState.java:58) at org.springframework.webflow.engine.State.enter(State.java:200) at org.springframework.webflow.engine.Transition.execute(Transition.java:229) at org.springframework.webflow.engine.TransitionableState.onEvent(TransitionableState.java:112) at org.springframework.webflow.engine.Flow.onEvent(Flow.java:572) at org.springframework.webflow.engine.impl.RequestControlContextImpl.signalEvent(RequestControlContextImpl.java:207) at org.springframework.webflow.engine.impl.FlowExecutionImpl.signalEvent(FlowExecutionImpl.java:214) at org.springframework.webflow.executor.FlowExecutorImpl.resume(FlowExecutorImpl.java:238) at sun.reflect.GeneratedMethodAccessor147.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:281) at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:187) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:154) at org.acegisecurity.intercept.method.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:66) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:176) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:210) at $Proxy14.resume(Unknown Source) at org.springframework.webflow.executor.support.FlowRequestHandler.handleFlowRequest(FlowRequestHandler.java:115) at org.springframework.webflow.executor.mvc.FlowController.handleRequestInternal(FlowController.java:170) at org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:153) at org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:45) at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:820) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:755) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:396) at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:360) at javax.servlet.http.HttpServlet.service(HttpServlet.java:710) at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188) at com.jaspersoft.jasperserver.war.common.UploadMultipartFilter.doFilter(UploadMultipartFilter.java:86) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188) at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:264) at org.acegisecurity.intercept.web.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:107) at org.acegisecurity.intercept.web.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:72) at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:274) at org.acegisecurity.ui.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:110) at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:274) at com.jaspersoft.ji.license.JILicenseFilter.doFilter(JILicenseFilter.java:107) at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:274) at org.acegisecurity.providers.anonymous.AnonymousProcessingFilter.doFilter(AnonymousProcessingFilter.java:125) at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:274) at com.jaspersoft.jasperserver.api.metadata.user.service.impl.MetadataAuthenticationProcessingFilter.doFilter(MetadataAuthenticationProcessingFilter.java:136) at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:274) at org.acegisecurity.ui.basicauth.BasicProcessingFilter.doFilter(BasicProcessingFilter.java:181) at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:274) at com.jaspersoft.jasperserver.war.UserPreferencesFilter.doFilter(UserPreferencesFilter.java:131) at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:274) at org.acegisecurity.ui.AbstractProcessingFilter.doFilter(AbstractProcessingFilter.java:217) at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:274) at com.jaspersoft.jasperserver.war.UserPreferencesFilter.doFilter(UserPreferencesFilter.java:131) at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:274) at org.acegisecurity.context.HttpSessionContextIntegrationFilter.doFilter(HttpSessionContextIntegrationFilter.java:191) at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:274) at org.acegisecurity.util.FilterChainProxy.doFilter(FilterChainProxy.java:148) at org.acegisecurity.util.FilterToBeanProxy.doFilter(FilterToBeanProxy.java:90) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188) at com.jaspersoft.jasperserver.war.util.CharacterEncodingFilter.doFilter(CharacterEncodingFilter.java:70) at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:138) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:174) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:874) at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665) at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528) at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689) at java.lang.Thread.run(Unknown Source)
  17. I was trying to transform some of English data in a mysql database into Japanese data in another database. I also want the new Japanese database to be encoded by UTF-8 code. However, as the information went to the new database are not shown properly. All the information that I expect to be japanese are question marks. The old English mysql runs on Windows, and the new Japanese mysql runs on Red Hat Enterprise Linux 5. Can someone please help me out this? Thank you in advance. Post edited by: guoguo2002, at: 2007/09/28 08:45
×
×
  • Create New...