Jump to content
Software FX Community

NullPointer exception in Weblogic 9.2 on Linux


rajesh_acharya

Recommended Posts

 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

 

 

 

 

 

 

Link to comment
Share on other sites

 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)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...