Jump to content
Software FX Community

cbowditch

Members
  • Posts

    3
  • Joined

  • Last visited

About cbowditch

  • Birthday 02/21/1976

Profile Information

  • Gender
    Male
  • Location
    England

cbowditch's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi All, I am trying to initialize ChartServer object in doPost method of a Java Servlet and receive the following error on the constructor: 16:10:10,007 ERROR [sTDERR] com.softwarefx.sfxnet.internal.hq: java.lang.NoSuchMethodException: com.softwarefx.chartfx.server.internal.CompactFormulas.LastFormula(com.softwarefx.chartfx.server.internal.l, com.softwarefx.sfxnet.System.Int32, com.softwarefx.sfxnet.System.Int32, com.softwarefx.sfxnet.System.Int32) 16:10:10,007 ERROR [sTDERR] at com.softwarefx.sfxnet.internal.bh.b(SourceFile:61) 16:10:10,007 ERROR [sTDERR] at com.softwarefx.sfxnet.internal.bh.a(SourceFile:46) 16:10:10,007 ERROR [sTDERR] at com.softwarefx.sfxnet.internal.bh.<init>(SourceFile:38) 16:10:10,007 ERROR [sTDERR] at com.softwarefx.sfxnet.internal.jw.<init>(SourceFile:21) 16:10:10,007 ERROR [sTDERR] at com.softwarefx.chartfx.server.internal.ec.<init>(SourceFile:18) 16:10:10,007 ERROR [sTDERR] at com.softwarefx.chartfx.server.internal.CompactFormulas.qW(SourceFile:31) 16:10:10,007 ERROR [sTDERR] at com.softwarefx.chartfx.server.internal.DataArray.<init>(SourceFile:14) 16:10:10,007 ERROR [sTDERR] at com.softwarefx.chartfx.server.internal.DataArray.<init>(SourceFile:19) 16:10:10,007 ERROR [sTDERR] at com.softwarefx.chartfx.server.internal.DataValues.<init>(SourceFile:33) 16:10:10,007 ERROR [sTDERR] at com.softwarefx.chartfx.server.internal.Chart.mS(SourceFile:1514) 16:10:10,007 ERROR [sTDERR] at com.softwarefx.chartfx.server.internal.Chart.<init>(SourceFile:119) 16:10:10,007 ERROR [sTDERR] at com.softwarefx.chartfx.server.internal.ChartServer.<init>(SourceFile:3) 16:10:10,007 ERROR [sTDERR] at com.softwarefx.chartfx.server.ChartServer.<init>(SourceFile:40)
×
×
  • Create New...