JCharlesHolt
08-14-2002, 01:49 AM
I just purchased vBulletin and got it all installed only to discover that it HATES our Java server. Or rather, the Java server hates the cookies that vBulletin sets. And, unfortunately, vBulletin won't offer any support. So unless I can find a fix, I'm out the $160 I just spent buying vBulletin. Serious bummer.
So hopefully one of you might be able to offer a suggestion (other than just turning off cookies). :) I believe the problem lies in the name of the cookie, particularly the use of brackets []. If this was removed I suspect all would work fine. At least, I hope.
After visiting the forums and reading a message, returning to the homepage on our server results in the following error:
java.lang.IllegalArgumentException: illegal cookie name: bbthreadview[1]
at javax.servlet.http.Cookie.<init>(Cookie.java:103)
at com.caucho.server.http.Request.fillCookie(Request. java:1126)
at com.caucho.server.http.Request.fillCookies(Request .java:1030)
at com.caucho.server.http.Request.getCookie(Request.j ava:1004)
at com.caucho.server.http.Request.findSessionIdFromCo okie(Request.java:1263)
at com.caucho.server.http.Request.getRequestedSession Id(Request.java:1225)
at com.caucho.server.http.AbstractRequest.createSessi on(AbstractRequest.java:423)
at com.caucho.server.http.Request.getSession(Request. java:1167)
at com.caucho.jsp.QPageContext.initialize(QPageContex t.java:104)
at com.caucho.jsp.QJspFactory.getPageContext(QJspFact ory.java:78)
at _home__jsp._jspService(_home__jsp.java:18)
at com.caucho.jsp.JavaPage.service(JavaPage.java:74)
at com.caucho.jsp.Page.subservice(Page.java:485)
at com.caucho.server.http.FilterChainPage.doFilter(Fi lterChainPage.java:181)
at com.caucho.server.http.Invocation.service(Invocati on.java:291)
at com.caucho.server.http.CacheInvocation.service(Cac heInvocation.java:132)
at com.caucho.server.http.RunnerRequest.handleRequest (RunnerRequest.java:341)
at com.caucho.server.http.RunnerRequest.handleConnect ion(RunnerRequest.java:271)
at com.caucho.server.TcpConnection.run(TcpConnection. java:136)
at java.lang.Thread.run(Thread.java:536)
So, uh... any suggestions?
So hopefully one of you might be able to offer a suggestion (other than just turning off cookies). :) I believe the problem lies in the name of the cookie, particularly the use of brackets []. If this was removed I suspect all would work fine. At least, I hope.
After visiting the forums and reading a message, returning to the homepage on our server results in the following error:
java.lang.IllegalArgumentException: illegal cookie name: bbthreadview[1]
at javax.servlet.http.Cookie.<init>(Cookie.java:103)
at com.caucho.server.http.Request.fillCookie(Request. java:1126)
at com.caucho.server.http.Request.fillCookies(Request .java:1030)
at com.caucho.server.http.Request.getCookie(Request.j ava:1004)
at com.caucho.server.http.Request.findSessionIdFromCo okie(Request.java:1263)
at com.caucho.server.http.Request.getRequestedSession Id(Request.java:1225)
at com.caucho.server.http.AbstractRequest.createSessi on(AbstractRequest.java:423)
at com.caucho.server.http.Request.getSession(Request. java:1167)
at com.caucho.jsp.QPageContext.initialize(QPageContex t.java:104)
at com.caucho.jsp.QJspFactory.getPageContext(QJspFact ory.java:78)
at _home__jsp._jspService(_home__jsp.java:18)
at com.caucho.jsp.JavaPage.service(JavaPage.java:74)
at com.caucho.jsp.Page.subservice(Page.java:485)
at com.caucho.server.http.FilterChainPage.doFilter(Fi lterChainPage.java:181)
at com.caucho.server.http.Invocation.service(Invocati on.java:291)
at com.caucho.server.http.CacheInvocation.service(Cac heInvocation.java:132)
at com.caucho.server.http.RunnerRequest.handleRequest (RunnerRequest.java:341)
at com.caucho.server.http.RunnerRequest.handleConnect ion(RunnerRequest.java:271)
at com.caucho.server.TcpConnection.run(TcpConnection. java:136)
at java.lang.Thread.run(Thread.java:536)
So, uh... any suggestions?