Pierre,
Thanks for clearing up the cookie and time zone issue.
I didn't know the problem with the time zone was a WO bug, I thought
it was an Eclipse bug.
Also, I've tried several different ways to delete the wosid cookie
when I'm terminating a session without any luck.
Can you recommend a good way to clear out or remove the wosid cookie?
It seems like the WO R/R is overriding my settings.
Thanks,
Joe
On Jan 11, 2008, at 06:32:52, Mr. Pierre Frisch wrote:
Hi Joe,
Both are known bugs.
The GMT/PST bug will be fixed in the next update of WO.
The cookie issue unfortunately missed that update and will have to
wait for the next one. The issue is that the cookie parsing is too
strict and consider the empty value as a mistake so it trips on
wosid=;. I have not developed a workaround yet except fixing your
cookies.
Cheers
Pierre
--
Pierre Frisch
[EMAIL PROTECTED]
On Jan 10, 2008, at 22:35, Joe Moreno wrote:
Hi All,
I just upgraded from Tiger client to Leopard and I've noticed two
issues.
First, the Eclipse Console correctly reports the time zone as PST,
but the actual time digits are GMT. Am I missing something? I'm
running Eclipse 3.3.1.1 and WOLips 3.3.4574.
Second, I keep getting An Internal Server Error Has Occurred due
to a cookie parsing error. Is this a WO bug? It was never an issue
on Tiger.
The wosid cookie is empty in Safari, but, obviously, WO's having a
problem parsing it. It seems that the WO request/response loop is
inserting null and I can't seem to override it. I have wosid's
stored in cookies.
Any help is greatly appreciated.
Thanks,
Joe
[2008-1-11 5:38:58 PST] <WorkerThread6> CookieParser: Found a null
cookie value in: 'wosid=; woinst=-1;
__utmz=96992031.1185309238.1.1.utmccn=(direct)|utmcsr=(d
irect)|utmcmd=(none); For_Hire_Page=1; Help_Wanted_Page=1;
__utma=96992031.406217258.1185309238.1199862120.1200029832.46;
__utmc=96992031; For_Sale_Page=1; curr
entView=For_Sale; __utmb=96992031; loggedIn=n;
__utma=96992031.406217258.1185309238.1199833485.1199862120.45'.
Will continue by setting value to the empty string.
[2008-1-11 5:38:58 PST] <WorkerThread6>
<com.webobjects.appserver._private.WODirectActionRequestHandler>:
Exception while handling action named "page" on action
class "null" :com.webobjects.foundation.NSForwardException
[java.lang.reflect.InvocationTargetException]
null:java.lang.reflect.InvocationTargetException
[2008-1-11 5:38:58 PST] <WorkerThread6> CookieParser: Found a null
cookie value in: 'wosid=; woinst=-1;
__utmz=96992031.1185309238.1.1.utmccn=(direct)|utmcsr=(d
irect)|utmcmd=(none); For_Hire_Page=1; Help_Wanted_Page=1;
__utma=96992031.406217258.1185309238.1199862120.1200029832.46;
__utmc=96992031; For_Sale_Page=1; curr
entView=For_Sale; __utmb=96992031; loggedIn=n;
__utma=96992031.406217258.1185309238.1199833485.1199862120.45'.
Will continue by setting value to the empty strin
g.
[2008-1-11 5:38:58 PST] <WorkerThread6> <WOWorkerThread id=6
socket=Socket[addr=/127.0.0.1,port=49208,localport=12001]>
Exception occurred while responding to c
lient: com.webobjects.foundation.NSForwardException
[java.lang.reflect.InvocationTargetException]
null:<com.webobjects.appserver._private.WODirectActionRequestH
andler>: Exception while trying to generate an error response:
com.webobjects.foundation.NSForwardException
[java.lang.reflect.InvocationTargetException] null:j
ava.lang.reflect.InvocationTargetException
[2008-1-11 5:38:58 PST] <WorkerThread6>
com.webobjects.foundation.NSForwardException
[java.lang.reflect.InvocationTargetException]
null:<com.webobjects.appserve
r._private.WODirectActionRequestHandler>: Exception while trying to
generate an error response:
com.webobjects.foundation.NSForwardException [java.lang.reflect.
InvocationTargetException]
null:java.lang.reflect.InvocationTargetException
at
com
.webobjects
.appserver
._private
.WOActionRequestHandler._handleRequest(WOActionRequestHandler.java:
320)
at
com
.webobjects
.appserver
._private
.WOActionRequestHandler.handleRequest(WOActionRequestHandler.java:
158)
at
com
.webobjects
.appserver.WOApplication.dispatchRequest(WOApplication.java:1678)
at
com
.webobjects
.appserver._private.WOWorkerThread.runOnce(WOWorkerThread.java:144)
at
com
.webobjects
.appserver._private.WOWorkerThread.run(WOWorkerThread.java:226)
at java.lang.Thread.run(Thread.java:613)
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
Method)
at
sun
.reflect
.NativeConstructorAccessorImpl
.newInstance(NativeConstructorAccessorImpl.java:39)
at
sun
.reflect
.DelegatingConstructorAccessorImpl
.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
at
com
.webobjects
.foundation._NSUtilities.instantiateObject(_NSUtilities.java:614)
at
com
.webobjects
.appserver.WOApplication.createContextForRequest(WOApplication.java:
2026)
at
com
.webobjects
.appserver
._private
.WOActionRequestHandler._handleRequest(WOActionRequestHandler.java:
310)
... 5 more
Caused by: java.lang.IllegalStateException: Malformed cookie
content:"wosid=; woinst=-1;
__utmz=96992031.1185309238.1.1.utmccn=(direct)|utmcsr=(direct)|
utmcmd=(
none); For_Hire_Page=1; Help_Wanted_Page=1;
__utma=96992031.406217258.1185309238.1199862120.1200029832.46;
__utmc=96992031; For_Sale_Page=1; currentView=For_Sal
e; __utmb=96992031; loggedIn=n;
__utma=96992031.406217258.1185309238.1199833485.1199862120.45"
at
com.webobjects.appserver._CookieParser._parse(_CookieParser.java:59)
at com.webobjects.appserver._CookieParser.parse(_CookieParser.java:
166)
at
com.webobjects.appserver.WORequest._cookieDictionary(WORequest.java:
1005)
at com.webobjects.appserver.WORequest.cookieValues(WORequest.java:
1059)
at
com.webobjects.appserver.WORequest.cookieValueForKey(WORequest.java:
1040)
at
com
.webobjects
.appserver.WORequest._getSessionIDFromValuesOrCookie(WORequest.java:
1557)
at
com
.webobjects
.appserver.WORequest._getSessionIDFromValuesOrCookie(WORequest.java:
1531)
at com.webobjects.appserver.WORequest.sessionID(WORequest.java:1505)
at
com
.webobjects
.appserver.WOContext._synchronizeForDistribution(WOContext.java:858)
at com.webobjects.appserver.WOContext._setRequest(WOContext.java:
917)
at com.webobjects.appserver.WOContext.<init>(WOContext.java:164)
... 12 more
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/pierre%40apple.com
This email sent to [EMAIL PROTECTED]
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [EMAIL PROTECTED]