[Jruby-extras-devel] Mongrel and stuff.
Ola Bini
ola.bini at ki.se
Sun Aug 6 09:41:25 EDT 2006
Hi,
Ok, so now there's a new jruby-extras project in town, called
mongrel-support. At this moment I've just put three sub directories with
my TST and Danny's JavaCC-generated parser and initial implementation to
knit it together.
The immediate plans for Mongrel support (from my angle), is partly to
get Camping working with WEBrick (this is important since Mongrel now
contains some _why-wizardry), get the Java extension loading into JRuby
working, and use Mongrel 0.4 for development. That means, some of the
code should be rechecked. Danny probably needs to check the JavaCC
definitions against the new version. And I'll slowly (when I have time,
that is) go about unifying the project so we have one build to rule them
all, etc)
Comments? I'll probably try some more with Camping tomorrow.
Today I got a totally different error, which feels strange:
[2006-08-06 15:39:03] INFO WEBrick 1.3.1
[2006-08-06 15:39:03] INFO ruby 1.8.4 (0) [java]
[2006-08-06 15:39:04] INFO WEBrick::HTTPServer#start: pid=7214088 port=3301
[2006-08-06 15:39:27] ERROR NativeException:
java.lang.NullPointerException: null
org.jruby.internal.runtime.RubyNativeThread.<init>(RubyNativeThread.java:53)
[2006-08-06 15:39:39] ERROR NativeException:
java.lang.NullPointerException: null
org.jruby.internal.runtime.RubyNativeThread.<init>(RubyNativeThread.java:53)
[2006-08-06 15:39:55] ERROR NativeException:
java.lang.NullPointerException: null
org.jruby.internal.runtime.RubyNativeThread.<init>(RubyNativeThread.java:53)
For some reason I can't even get it working basically anymore. =/
I would like to wait with filing a JIRA-report until I have something
more to go on, though.
--
Ola Bini (http://ola-bini.blogspot.com)
JvYAML, RbYAML, JRuby and Jatha contributor
System Developer, Karolinska Institutet (http://www.ki.se)
OLogix Consulting (http://www.ologix.com)
"Yields falsehood when quined" yields falsehood when quined.
More information about the Jruby-extras-devel
mailing list