Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0005997 [Resin] major always 04-21-16 05:28 12-05-16 15:22
Reporter luca View Status public  
Assigned To ferg
Priority normal Resolution unable to reproduce  
Status closed   Product Version 4.0.47
Summary 0005997: resin stop working after undeploying all versions
Description Resin 4.0.48 on windows platform
JDK 1.8.0.60
Enable versioning (see attached configuration)

- start Resin
- deploy ciao-1.1.0.war using resin CLI (see attached script)
- access localhost/ciao/
- deploy ciao-1.2.0.war using resin CLI (see attached script)
- access localhost/ciao/
- undeploy ciao-1.1.0 using resin CLI (see attached script)
- access localhost/ciao/
ERROR: Resin becomes unresponsive, due to internal exception:

Server Error
The server is temporarily unavailable due to an internal error. Please notify the system administrator of this problem.
Date: 2016-04-21T12:26:18.035+00:00
Resin/4.0.48 Server: 'default'
Additional Information [16-04-21 14:26:16.925] {deploy@resin.caucho-55} WebApp[production/webapp/default/ciao-1.1.0] stopping
[16-04-21 14:26:18.035] {resin-port-80-38} java.lang.IllegalStateException: Resin is shutting down.
                        at com.caucho.server.webapp.WebApp.getSessionManager(WebApp.java:4764)
                        at com.caucho.server.dispatch.VersionInvocation.getRequestInvocation(VersionInvocation.java:127)
                        at com.caucho.server.http.AbstractHttpRequest.buildInvocation(AbstractHttpRequest.java:1611)
                        at com.caucho.server.http.AbstractHttpRequest.getInvocation(AbstractHttpRequest.java:1582)
                        at com.caucho.server.http.HttpRequest.handleRequest(HttpRequest.java:820)
                        at com.caucho.network.listen.TcpSocketLink.dispatchRequest(TcpSocketLink.java:1349)
                        at com.caucho.network.listen.TcpSocketLink.handleRequest(TcpSocketLink.java:1305)
                        at com.caucho.network.listen.TcpSocketLink.handleRequestsImpl(TcpSocketLink.java:1289)
                        at com.caucho.network.listen.TcpSocketLink.handleRequests(TcpSocketLink.java:1197)
                        at com.caucho.network.listen.TcpSocketLink.handleAcceptTaskImpl(TcpSocketLink.java:993)
                        at com.caucho.network.listen.ConnectionTask.runThread(ConnectionTask.java:117)
                        at com.caucho.network.listen.ConnectionTask.run(ConnectionTask.java:93)
                        at com.caucho.network.listen.SocketLinkThreadLauncher.handleTasks(SocketLinkThreadLauncher.java:169)
                        at com.caucho.network.listen.TcpSocketAcceptThread.run(TcpSocketAcceptThread.java:61)
                        at com.caucho.env.thread2.ResinThread2.runTasks(ResinThread2.java:173)
                        at com.caucho.env.thread2.ResinThread2.run(ResinThread2.java:118)
Attached Files  Caucho Versioning bug report.zip [^] (3,202 bytes) 04-21-16 05:28

- Relationships

- Notes
(0006729)
ferg
12-05-16 15:22

server/
Note that the CLI is simpler if you use

  resin deploy ciao-1.2.0.war

and

  resin undeploy ciao-1.2.0.war

instead of using web-app-deploy with the --version.
 

- Issue History
Date Modified Username Field Change
04-21-16 05:28 luca New Issue
04-21-16 05:28 luca File Added: Caucho Versioning bug report.zip
12-05-16 15:22 ferg Note Added: 0006729
12-05-16 15:22 ferg Assigned To  => ferg
12-05-16 15:22 ferg Status new => closed
12-05-16 15:22 ferg Resolution open => unable to reproduce


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
30 total queries executed.
26 unique queries executed.
Powered by Mantis Bugtracker