Jump to content
Software FX Community

rajesh_acharya

Members
  • Posts

    3
  • Joined

  • Last visited

rajesh_acharya's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Upon further talks with the ChartFX support team, it turns out that deploying a war file with chartfx into Weblogic is impossible with version 7.0. The only way out is to deploy it in exploded format. ChartFX engineering team is looking into this currently.
  2. I get the following error on weblogic 9.2 both on windows and linux. Please ignore the above stack trace. com.softwarefx.sfxnet.internal.om: java.lang.NullPointerException at com.softwarefx.sfxnet.internal.d.b(SourceFile:101) at com.softwarefx.chartfx.server.internal.fb.rH(SourceFile:602) at com.softwarefx.chartfx.server.internal.fb.<init>(SourceFile:55) at com.softwarefx.chartfx.server.internal.Chart.<init>(SourceFile:122) at com.softwarefx.chartfx.server.internal.ChartServer.<init>(SourceFile:3) at com.softwarefx.chartfx.server.ChartServer.<init>(SourceFile:51)
  3. Hi, I have an application deployed on Weblogic 9.2 on Linux using chartfx70. The application has been deployed as a war file and has the following ChartFX.WebForms.config <CfxIESettings> <Relative>/chartfx70/temp</Relative> <AxCompat>True</AxCompat> <RequiredRoot>.</RequiredRoot> <DefaultHandler>ChartFX.WebForms.Internal.OutputFileHandler,ChartFX.WebForms</DefaultHandler> </CfxIESettings> The same web-app works without any problems on Tomcat 5.0.28 on Windows XP Professional. However I see the following error when trying to load a JSP with a chartfx chart on Weblogic. java.lang.NullPointerException at com.softwarefx.sfxnet.System.Drawing.Bitmap.p(SourceFile:104) at com.softwarefx.sfxnet.internal.j.handleGetObject(SourceFile:35) at java.util.ResourceBundle.getObject(ResourceBundle.java:319) at com.softwarefx.sfxnet.internal.gf.b(SourceFile:118) at com.softwarefx.chartfx.server.internal.hp.K(SourceFile:30) at com.softwarefx.chartfx.server.internal.da.b(SourceFile:61) at com.softwarefx.chartfx.server.internal.jl.a(SourceFile:149) at com.softwarefx.chartfx.server.internal.da.<init>(SourceFile:12) at com.softwarefx.chartfx.server.internal.Adornments.ImageBorder.a(SourceFile:208) at com.softwarefx.chartfx.server.internal.Adornments.ImageBorder.<init>(SourceFile:59) at com.softwarefx.chartfx.server.internal.Adornments.ImageBorder.<init>(SourceFile:51) at com.softwarefx.chartfx.server.internal.Chart.nn(SourceFile:3031) at com.softwarefx.chartfx.server.internal.Chart.ng(SourceFile:1526) at com.softwarefx.chartfx.server.internal.Chart.<init>(SourceFile:119) at com.softwarefx.chartfx.server.internal.ChartServer.<init>(SourceFile:3) at com.softwarefx.chartfx.server.ChartServer.<init>(SourceFile:51) Any help on this would be highly appreciated. Thanks and Regards, -Rajesh A
×
×
  • Create New...