ChiliBean Control error '800a03e8' java.lang.NoClassDefFoundError

hi all,

http://forum.java.sun.com/thread.jspa?forumID=759&threadID=5019680

in reference to the post above, i have a Win2003 server running Sun ONE with Chilisoft ASP plug-in. i did the suggestions there but am still getting the same error, to be exact:

ChiliBean Control error '800a03e8'

java.lang.NoClassDefFoundError: ClassBundler

/myhelloworld.asp, line 3

<html>

<% Dim mhw, mhwString, mwh1

REMSet mhw = NewJavaObject("MyHelloWorld")

Set mhw = Server.CreateObject("Chili.Beans")

Set mhw1 = mhw.Construct("MyHelloWorld")

Set mhwString = mhw1.myString

Response.Write(mhwString)

%>

</html>

publicclass MyHelloWorld{

public String myString ="Hello World!";

}

hope you could help me out.

thanks in advance :D

[1108 byte] By [r3.062167a] at [2007-11-26 18:14:15]
# 1

There is a bug in windows version of ASP Server 4.0.2 that prevents ChiliBean components from functioning properly.

If you absolutely need to use ChiliBeans on Windows, you can either use 4.0.1:

http://www.sun.com/download/products.xml?id=3f4e6fe6

or contact Sun support for a 4.0.2 fix.

Sultala at 2007-7-9 5:47:35 > top of Java-index,Web & Directory Servers,Web Servers...
# 2

thanks, Sultal!

checked out 4.0.1, it doesn't support Windows 2003.

Java doesn't seem to work with MS IIS.

the reason i used SunONE with ASP is to make my java app work.

i have a workaround, though, by wrapping the app in a batch file.

it would be nice, though, to work on the java object directly.

r3.062167a at 2007-7-9 5:47:35 > top of Java-index,Web & Directory Servers,Web Servers...
# 3
was able to install Chilisoft 4.0.1 on another machine running Win2K.it doesn't install in Win2003, though.voila! it works :Dthanks for all the help =D>
r3.062167a at 2007-7-9 5:47:35 > top of Java-index,Web & Directory Servers,Web Servers...