PDA

View Full Version : Http server 500 Error


mohan
11-12-2003, 05:13 AM
Hi Antun,

When i am going to include the library file to an onther file,i am getting an error message (one which i sent to you as attached).I don't know why this error comes.If i called that library file from other file(idependent lzx file), that works fine.what could be the problem?.


Thanks
Mallesh

antun
11-12-2003, 08:19 AM
I don't understand your question exactly: Is this your own library file you're including?

Are you saying that it works fine elsewhere?

-Antun

antun
11-12-2003, 09:00 AM
One more thing - what version of Java are you running?

-Antun

mohan
11-12-2003, 08:12 PM
Hi Antun,

Yes I am trying to include our own library file.And i am using "j2sdk1.4.0_02" version of java.If i call that library file from independent lzx file, that works fine. But if include that library file, into my application, then i will get the error message like "stackOverFlowException".Here i am sending that library file .I hope you understand my problem.



Thanks
Mallesh

antun
11-13-2003, 07:35 AM
Could you try switching your Java version to 1.3.x and seeing if that fixes the problem?

-Antun

mohan
11-25-2003, 01:39 AM
Hi Antun,

our application contain so many library files.nearly 12-15 library files.when i include all the library files i am getting "stackOverFlowException".When i comment some libary files then it will work fine .
but those function no more avilable.

I am using "j2sdk1.4.2_02" for java and "lps-1.0.2"
i don't know why i am getting that kind of error.




Thanks
Mallesh

antun
11-25-2003, 09:20 AM
Like I said before, try downgrading to Java 1.3.x, to see if that fixes the problem. If it does, then the LPS version 1.0.3 will most likely fix the problem for you:

http://www.laszlosystems.com/developers/download/eula.php?furl=lps-1.0.3-windows.exe

You just have to understand if you use that version of the LPS, in conjunction with Java 1.4.x to resolve this problem, then compile-time checking of the XML schema is disabled after the compiler hits an error.

-Antun