Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: 6.1.0pre3
-
Fix Version/s: None
-
Component/s: JBoss
-
Labels:None
-
Environment:Fedora Core 6 x86_64, JDK 1.5.0_09, JBoss 4.0.3
-
Number of attachments :
Description
Sometimes (often but not always) web application can't get the session object from the request object. The java.lang.IllegalStateException is thrown from Jetty. Stack trace is attached.
I'm using SslSocketConnector configured in jetty-jboss.sar and virtual hosts configured in jetty-web.xml like this:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE Configure PUBLIC "-//Mort Bay Consulting//DTD Configure//EN" "http://jetty.mortbay.org/configure.dtd">
<Configure class="org.jboss.jetty.JBossWebAppContext">
<Set name="VirtualHosts">
<Array type="java.lang.String">
<Item>fedxen1.lodz.finn.pl</Item>
<Item>192.168.31.65</Item>
</Array>
</Set>
</Configure>
The same web application works without any problems on Jetty5.
It does not work on Jetty 6.0.2 and 6.1.0pre3 with the same symptoms.
Nik, can you take a look at this. Thanks.