Word - Java.net

advertisement
[GLASSFISH-12589] [devtest failure] session-cookie-custom-name-web-xmlsun-web-xml-precedence Created: 08/Jul/10 Updated: 08/Jul/10 Resolved: 08/Jul/10
Status:
Project:
Component/s:
Affects
Version/s:
Fix Version/s:
Resolved
glassfish
web_container
3.1
Type:
Reporter:
Resolution:
Labels:
Remaining
Estimate:
Time Spent:
Original
Estimate:
Environment:
Bug
Amy Roh
Fixed
None
Not Specified
Issuezilla Id:
12,589
3.1
Priority:
Assignee:
Votes:
Major
Shing Wai Chan
0
Not Specified
Not Specified
Operating System: All
Platform: Macintosh
Description
run:
[java] GET /web-session-cookie-custom-name-sun-web-xml/CreateSession HTTP/1.0
[java]
[java] HTTP/1.1 200 OK
[java] X-Powered-By: Servlet/3.0 JSP/2.2 (GlassFish Server Open Source
Edition 3.1-SNAPSHOT Java/Sun Microsystems Inc./1.6)
[java] Server: GlassFish Server Open Source Edition 3.1-SNAPSHOT
[java] Set-Cookie: ABC=03cd9381be9f07760739d5a140e6;
Path=/web-session-cookie-custom-name-sun-web-xml
[java]
[java] GET /web-session-cookie-custom-name-sun-web-xml/ResumeSession HTTP/1.0
[java] Cookie: null
[java]
[java] HTTP/1.1 500 Internal Server Error
[java] Content-Type: text/html
[java] Content-Length: 1347
[java] Date: Thu, 08 Jul 2010 04:07:44 GMT
[java] Connection: close
[java]
[java] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html><head><title>GlassFish
Server Open Source Edition 3.1-SNAPSHOT - Error report</title><style
type="text/css"><!--H1
{font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;}
H2
{font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;}
H3
{font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;}
BODY
{font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;}
B
{font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;}
P
{font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}
A
{color : black;}
HR
{color : #525D76;}
--></style> </head><body><h1>HTTP Status
500 - </h1><hr/><p><b>type</b> Exception
report</p><p><b>message</b></p><p><b>description</b>The server encountered an
internal error () that prevented it from fulfilling this
request.</p><p><b>exception</b> <pre>javax.servlet.ServletException: Unable to
resume session</pre></p><p><b>note</b> <u>The full stack traces of the exception
and its root causes are available in the GlassFish Server Open Source Edition
3.1-SNAPSHOT logs.</u></p><hr/><h3>GlassFish Server Open Source Edition
3.1-SNAPSHOT</h3></body></html>
[java] java.lang.Exception: Wrong response. Expected response: HTTP/1.1 200
OK not found
[java] at WebTest.secondRun(Unknown Source)
[java] at WebTest.main(Unknown Source)
[java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[java] at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[java] at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[java] at java.lang.reflect.Method.invoke(Method.java:597)
[java] at org.apache.tools.ant.taskdefs.ExecuteJava.run(ExecuteJava.java:217)
[java] at
org.apache.tools.ant.taskdefs.ExecuteJava.execute(ExecuteJava.java:152)
[java] at org.apache.tools.ant.taskdefs.Java.run(Java.java:747)
[java] at org.apache.tools.ant.taskdefs.Java.executeJava(Java.java:201)
[java] at org.apache.tools.ant.taskdefs.Java.execute(Java.java:104)
[java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
[java] at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
[java] at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[java] at java.lang.reflect.Method.invoke(Method.java:597)
[java] at
org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
[java] at org.apache.tools.ant.Task.perform(Task.java:348)
[java] at org.apache.tools.ant.Target.execute(Target.java:357)
[java] at org.apache.tools.ant.Target.performTasks(Target.java:385)
[java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
[java] at
org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
[java] at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
[java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
[java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
[java] at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
[java] at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[java] at java.lang.reflect.Method.invoke(Method.java:597)
[java] at
org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
[java] at org.apache.tools.ant.Task.perform(Task.java:348)
[java] at org.apache.tools.ant.Target.execute(Target.java:357)
[java] at org.apache.tools.ant.Target.performTasks(Target.java:385)
[java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
[java] at org.apache.tools.ant.Project.executeTarget(Project.java:1298)
[java] at
org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
[java] at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
[java] at org.apache.tools.ant.Main.runBuild(Main.java:698)
[java] at org.apache.tools.ant.Main.startAnt(Main.java:199)
[java] at org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)
[java] at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)
[java]
[java]
[java] ----------------------------------------[java] - session-cookie-custom-name-web-xml-sun-web-xml-precedence: FAIL [java] ----------------------------------------[java] - Total PASS : 0 [java] - Total FAIL : 1 [java] - Total DID NOT RUN : 0 [java] -----------------------------------------
Comments
Comment by Shing Wai Chan [ 08/Jul/10 ]
update test case after fixing IT 12431
Sending sessionCookieCustomNameWebXmlSunWebXmlPrecedence/WebTest.java
Sending
sessionCookieCustomNameWebXmlSunWebXmlPrecedence/descriptor/sun-web.xml
Sending sessionCookieCustomNameWebXmlSunWebXmlPrecedence/descriptor/web.xml
Transmitting file data ...
Committed revision 38488.
Generated at Sun Mar 06 08:54:53 UTC 2016 using JIRA 6.2.3#6260sha1:63ef1d6dac3f4f4d7db4c1effd405ba38ccdc558.
Download