Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Nov 10, 2009 03:36
open dhtmlx forum
dhtmlxConnector using Java with Spring FrameWork

Our registration number is 299592085.

I have been refering to this link http://www.dhtmlx.com/x/download/draft/dhtmlxConnector_java.zip for using dhtmlxConnector. But I am getting this error javax.servlet.servletexception:Error allocating a servlet instance.

How do I proceed for the above ?
What does the file with the extension .do refer to because I am not using any such file in my application.


Please send a reply at the earliest


Answer posted by Stanislav (support) on Nov 10, 2009 03:58
Which version of JRE you are using?
Connectors support both 1.6 and 1.5 ( sample is compiled against 1.5 ) , but will not work for 1.4
Answer posted by Deepa Gaonkar on Nov 10, 2009 21:02

We are using JRE 1.5.0_07

we are also attaching the screenshots the error we are getting.

Kindly guide me further.

Attachments (2)
Answer posted by Stanislav (support) on Nov 11, 2009 03:06
The jar was compiled with JRE 1.5.0-b64  and must work with any later version of JRE
The error on your screenshoot appears when JRE used by the server has lesser version. 
Technically you can rebuild the jar with your version of JRE ( jar contains all the sources inside )