Discussion:
[jetty-users] Issues with jetty-9.4.11 running JSTL.jar
Ubani Allison
2018-09-13 22:45:25 UTC
Permalink
Hi all,

I really have been struggling to get my web app to run with jetty-9.4.11.
When I deploy my WAR file to a standalone jetty instances it works, but
when I use embedded jetty-9.4.11 the pages will not display. This same war
file works in jetty-7.0.1 but since I migrated to jetty-9.4.11, I have
not have any success. The browser is not receiving any response back from
my application. Any suggestions will be appreciated.

HandlerCollection hc = new HandlerCollection();
ContextHandlerCollection contexts = new
ContextHandlerCollection();

DefaultHandler defaultHandler = new DefaultHandler();
hc.setHandlers(new Handler[] { contexts, defaultHandler});
server.setHandler(hc);

DeploymentManager dm = new DeploymentManager();
WebAppProvider webappProvider = new WebAppProvider();
webappProvider.setMonitoredDirName(sDir);
webappProvider.setScanInterval(1);
webappProvider.setExtractWars(true);
dm.setContexts(contexts);
//dm.setContextAttribute(
//
"org.eclipse.jetty.server.webapp.ContainerIncludeJarPattern",
// ".*/servlet-api-[^/]*\\.jar$");

dm.setContextAttribute(

"org.eclipse.jetty.server.webapp.ContainerIncludeJarPattern",

".*/[^/]*servlet-api-[^/]*\\.jar$|.*/jstl*\\.jar$|.*/jsf*\\.jar$");

dm.addAppProvider(webappProvider);
server.addBean(dm);
dm.start();






2018-09-13 14:24:21,784 [qtp-35913463-24] DEBUG HttpConnection -
***@cdb548d2[p=HttpParser{s=START,0 of
-1},g=***@7e29bce8{s=START}]=>***@97013d33
{r=0,c=false,a=IDLE,uri=null,age=0}<-***@1693a94f{/
127.0.0.1:49886<->/127.0.0.1:7777
,OPEN,fill=-,flush=-,to=145/30000}->***@cdb548d2[p=HttpParser{s=START,0
of -1},g=***@7e29bce8{s=START}]=>***@97013d33
{r=0,c=false,a=IDLE,uri=null,age=0}->***@432790d4{/
127.0.0.1:49886<->/127.0.0.1:7777
,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->***@26197137
{NOT_HANDSHAKING,eio=-1/-1,di=-1}=>***@cdb548d2[p=HttpParser{s=START,0
of -1},g=***@7e29bce8{s=START}]=>***@97013d33{r=0,c=false,a=IDLE,uri=null,age=0}
filled 469 ***@1da99ed1[p=0,l=469,c=17408,r=469]={<<<GET
/SSPDashboard...5z3m5cil0h0\r\n\r\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
2018-09-13 14:24:21,784 [qtp-35913463-24] DEBUG HttpConnection -
***@cdb548d2[p=HttpParser{s=START,0 of
-1},g=***@7e29bce8{s=START}]=>***@97013d33
{r=0,c=false,a=IDLE,uri=null,age=0}<-***@1693a94f{/
127.0.0.1:49886<->/127.0.0.1:7777
,OPEN,fill=-,flush=-,to=145/30000}->***@cdb548d2[p=HttpParser{s=START,0
of -1},g=***@7e29bce8{s=START}]=>***@97013d33
{r=0,c=false,a=IDLE,uri=null,age=0}->***@432790d4{/
127.0.0.1:49886<->/127.0.0.1:7777
,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->***@26197137
{NOT_HANDSHAKING,eio=-1/-1,di=-1}=>***@cdb548d2[p=HttpParser{s=START,0
of -1},g=***@7e29bce8{s=START}]=>***@97013d33{r=0,c=false,a=IDLE,uri=null,age=0}
parse ***@1da99ed1[p=0,l=469,c=17408,r=469]={<<<GET
/SSPDashboard...5z3m5cil0h0\r\n\r\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
{}
2018-09-13 14:24:21,784 [qtp-35913463-24] DEBUG HttpParser - parseNext
s=START ***@1da99ed1[p=0,l=469,c=17408,r=469]={<<<GET
/SSPDashboard...5z3m5cil0h0\r\n\r\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
2018-09-13 14:24:21,784 [qtp-35913463-24] DEBUG HttpParser - START -->
SPACE1
2018-09-13 14:24:21,786 [qtp-35913463-24] DEBUG HttpParser - SPACE1 --> URI
2018-09-13 14:24:21,786 [qtp-35913463-24] DEBUG HttpParser - URI --> SPACE2
2018-09-13 14:24:21,786 [qtp-35913463-24] DEBUG HttpParser - SPACE2 -->
REQUEST_VERSION
2018-09-13 14:24:21,786 [qtp-35913463-24] DEBUG HttpParser -
REQUEST_VERSION --> HEADER
2018-09-13 14:24:21,787 [qtp-35913463-24] DEBUG HttpParser - HEADER:Host
--> VALUE
2018-09-13 14:24:21,787 [qtp-35913463-24] DEBUG HttpParser - HEADER:Host
--> IN_VALUE
2018-09-13 14:24:21,787 [qtp-35913463-24] DEBUG HttpParser - HEADER:Host
--> FIELD
2018-09-13 14:24:21,789 [qtp-35913463-24] DEBUG HttpParser -
HEADER:Connection: keep-alive --> IN_VALUE
2018-09-13 14:24:21,789 [qtp-35913463-24] DEBUG HttpParser -
HEADER:Connection: keep-alive --> FIELD
2018-09-13 14:24:21,793 [qtp-35913463-24] DEBUG HttpParser - HEADER: -->
IN_NAME
2018-09-13 14:24:21,793 [qtp-35913463-24] DEBUG HttpParser -
HEADER:Upgrade-Insecure-Requests --> VALUE
2018-09-13 14:24:21,793 [qtp-35913463-24] DEBUG HttpParser -
HEADER:Upgrade-Insecure-Requests --> IN_VALUE
2018-09-13 14:24:21,793 [qtp-35913463-24] DEBUG HttpParser -
HEADER:Upgrade-Insecure-Requests --> FIELD
2018-09-13 14:24:21,793 [qtp-35913463-24] DEBUG HttpParser -
HEADER:User-Agent --> VALUE
2018-09-13 14:24:21,793 [qtp-35913463-24] DEBUG HttpParser -
HEADER:User-Agent --> IN_VALUE
2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser -
HEADER:User-Agent --> FIELD
2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser - HEADER:Accept:
text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8
--> IN_VALUE
2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser - HEADER:Accept:
text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8
--> FIELD
2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser -
HEADER:Accept-Encoding: gzip, deflate, br --> IN_VALUE
2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser -
HEADER:Accept-Encoding: gzip, deflate, br --> FIELD
2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser -
HEADER:Accept-Language --> VALUE
2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser -
HEADER:Accept-Language --> IN_VALUE
2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser -
HEADER:Accept-Language --> FIELD
2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser - HEADER:Cookie
--> VALUE
2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser - HEADER:Cookie
--> IN_VALUE
2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser - HEADER:Cookie
--> FIELD
2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser - HEADER --> END
2018-09-13 14:24:21,795 [qtp-35913463-24] DEBUG HttpChannel - REQUEST for
//localhost:7777/SSPDashboard on ***@97013d33
{r=1,c=false,a=IDLE,uri=//localhost:7777/SSPDashboard,age=1}
GET //localhost:7777/SSPDashboard HTTP/1.1
Host: localhost:7777
Connection: keep-alive
Upgrade-Insecure-Requests: 1
User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36
(KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36
Accept:
text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8
Accept-Encoding: gzip, deflate, br
Accept-Language: en-US,en;q=0.9
Cookie: JSESSIONID=1ibz0ohp1twxmq1hvjixfpk2oig113icy28cg1f5z3m5cil0h0


2018-09-13 14:24:21,795 [qtp-35913463-24] DEBUG HttpChannel -
***@97013d33{r=1,c=false,a=IDLE,uri=//localhost:7777/SSPDashboard,age=1}
onContentComplete
2018-09-13 14:24:21,796 [qtp-35913463-24] DEBUG HttpChannel -
***@97013d33{r=1,c=false,a=IDLE,uri=//localhost:7777/SSPDashboard,age=2}
onRequestComplete
2018-09-13 14:24:21,796 [qtp-35913463-24] DEBUG HttpInput -
***@86fd398f[c=0,q=0,[0]=null,s=STREAM] addContent EOF
2018-09-13 14:24:21,797 [qtp-35913463-24] DEBUG HttpConnection -
***@cdb548d2[p=HttpParser{s=END,0 of -1},g=***@7e29bce8
{s=START}]=>***@97013d33
{r=1,c=false,a=IDLE,uri=//localhost:7777/SSPDashboard,age=2}<-***@1693a94f
{/127.0.0.1:49886<->/127.0.0.1:7777
,OPEN,fill=-,flush=-,to=157/30000}->***@cdb548d2[p=HttpParser{s=END,0
of -1},g=***@7e29bce8{s=START}]=>***@97013d33
{r=1,c=false,a=IDLE,uri=//localhost:7777/SSPDashboard,age=2}->***@432790d4
{/127.0.0.1:49886<->/127.0.0.1:7777
,OPEN,fill=-,flush=-,to=16/30000}{io=0/0,kio=0,kro=1}->***@26197137
{NOT_HANDSHAKING,eio=-1/-1,di=-1}=>***@cdb548d2[p=HttpParser{s=END,0
of -1},g=***@7e29bce8{s=START}]=>***@97013d33{r=1,c=false,a=IDLE,uri=//localhost:7777/SSPDashboard,age=3}
parsed true HttpParser{s=END,0 of -1}
2018-09-13 14:24:21,797 [qtp-35913463-24] DEBUG HttpConnection -
releaseRequestBuffer ***@cdb548d2[p=HttpParser{s=END,0 of
-1},g=***@7e29bce8{s=START}]=>***@97013d33
{r=1,c=false,a=IDLE,uri=//localhost:7777/SSPDashboard,age=3}<-***@1693a94f
{/127.0.0.1:49886<->/127.0.0.1:7777
,OPEN,fill=-,flush=-,to=158/30000}->***@cdb548d2[p=HttpParser{s=END,0
of -1},g=***@7e29bce8{s=START}]=>***@97013d33
{r=1,c=false,a=IDLE,uri=//localhost:7777/SSPDashboard,age=3}->***@432790d4
{/127.0.0.1:49886<->/127.0.0.1:7777
,OPEN,fill=-,flush=-,to=16/30000}{io=0/0,kio=0,kro=1}->***@26197137
{NOT_HANDSHAKING,eio=-1/-1,di=-1}=>***@cdb548d2[p=HttpParser{s=END,0
of -1},g=***@7e29bce8{s=START}]=>***@97013d33
{r=1,c=false,a=IDLE,uri=//localhost:7777/SSPDashboard,age=3}
2018-09-13 14:24:21,797 [qtp-35913463-24] DEBUG HttpChannel -
***@97013d33{r=1,c=false,a=IDLE,uri=//localhost:7777/SSPDashboard,age=3}
handle //localhost:7777/SSPDashboard
2018-09-13 14:24:21,797 [qtp-35913463-24] DEBUG HttpChannelState - handling
***@9c865bec{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false}
2018-09-13 14:24:21,798 [qtp-35913463-24] DEBUG HttpChannel -
***@97013d33{r=1,c=false,a=DISPATCHED,uri=//localhost:7777/SSPDashboard,age=4}
action DISPATCH
2018-09-13 14:24:21,799 [qtp-35913463-24] DEBUG Server - REQUEST GET
/SSPDashboard on ***@97013d33
{r=1,c=false,a=DISPATCHED,uri=//localhost:7777/SSPDashboard,age=5}
2018-09-13 14:24:21,799 [qtp-35913463-24] DEBUG ContextHandler - scope
null||/SSPDashboard @ o.e.j.w.WebAppContext@
-536f2062{SSPDashboard,/SSPDashboard,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SSPDashboard}
2018-09-13 14:24:21,801 [qtp-35913463-24] DEBUG HttpChannel - sendResponse
info=null content=***@790b7f36[p=0,l=0,c=0,r=0]={<<<>>>}
complete=true committing=true callback=***@d9468f8{null}
2018-09-13 14:24:21,801 [qtp-35913463-24] DEBUG HttpChannel - COMMIT for
/SSPDashboard on ***@97013d33
{r=1,c=true,a=DISPATCHED,uri=//localhost:7777/SSPDashboard,age=7}
Joakim Erdfelt
2018-09-13 23:45:50 UTC
Permalink
dm.setContextAttribute(

"org.eclipse.jetty.server.webapp.ContainerIncludeJarPattern",

".*/[^/]*servlet-api-[^/]*\\.jar$|.*/jstl*\\.jar$|.*/jsf*\\.jar$");

Your regex doesn't look right.

Take it and a directory list and pop it into
https://www.freeformatter.com/java-regex-tester.html
Test it for what you want to match against (make sure your directory
listing has fully qualified paths, either in OS/FileSystem format, or URI
format).

Also note, JSF is not a server component, it's a WebApp specific dependency
that will only work within your `WEB-INF/lib`.

Joakim Erdfelt / ***@webtide.com


On Thu, Sep 13, 2018 at 5:45 PM Ubani Allison <***@gmail.com>
wrote:

> Hi all,
>
> I really have been struggling to get my web app to run with jetty-9.4.11.
> When I deploy my WAR file to a standalone jetty instances it works, but
> when I use embedded jetty-9.4.11 the pages will not display. This same war
> file works in jetty-7.0.1 but since I migrated to jetty-9.4.11, I have
> not have any success. The browser is not receiving any response back from
> my application. Any suggestions will be appreciated.
>
> HandlerCollection hc = new HandlerCollection();
> ContextHandlerCollection contexts = new
> ContextHandlerCollection();
>
> DefaultHandler defaultHandler = new DefaultHandler();
> hc.setHandlers(new Handler[] { contexts, defaultHandler});
> server.setHandler(hc);
>
> DeploymentManager dm = new DeploymentManager();
> WebAppProvider webappProvider = new WebAppProvider();
> webappProvider.setMonitoredDirName(sDir);
> webappProvider.setScanInterval(1);
> webappProvider.setExtractWars(true);
> dm.setContexts(contexts);
> //dm.setContextAttribute(
> //
> "org.eclipse.jetty.server.webapp.ContainerIncludeJarPattern",
> // ".*/servlet-api-[^/]*\\.jar$");
>
> dm.setContextAttribute(
>
> "org.eclipse.jetty.server.webapp.ContainerIncludeJarPattern",
>
> ".*/[^/]*servlet-api-[^/]*\\.jar$|.*/jstl*\\.jar$|.*/jsf*\\.jar$");
>
> dm.addAppProvider(webappProvider);
> server.addBean(dm);
> dm.start();
>
>
>
>
>
>
> 2018-09-13 14:24:21,784 [qtp-35913463-24] DEBUG HttpConnection -
> ***@cdb548d2[p=HttpParser{s=START,0 of
> -1},g=***@7e29bce8{s=START}]=>***@97013d33
> {r=0,c=false,a=IDLE,uri=null,age=0}<-***@1693a94f{/
> 127.0.0.1:49886<->/127.0.0.1:7777
> ,OPEN,fill=-,flush=-,to=145/30000}->***@cdb548d2[p=HttpParser{s=START,0
> of -1},g=***@7e29bce8{s=START}]=>***@97013d33
> {r=0,c=false,a=IDLE,uri=null,age=0}->***@432790d4{/
> 127.0.0.1:49886<->/127.0.0.1:7777
> ,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->***@26197137
> {NOT_HANDSHAKING,eio=-1/-1,di=-1}=>***@cdb548d2[p=HttpParser{s=START,0
> of -1},g=***@7e29bce8{s=START}]=>***@97013d33{r=0,c=false,a=IDLE,uri=null,age=0}
> filled 469 ***@1da99ed1[p=0,l=469,c=17408,r=469]={<<<GET
> /SSPDashboard...5z3m5cil0h0\r\n\r\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
> 2018-09-13 14:24:21,784 [qtp-35913463-24] DEBUG HttpConnection -
> ***@cdb548d2[p=HttpParser{s=START,0 of
> -1},g=***@7e29bce8{s=START}]=>***@97013d33
> {r=0,c=false,a=IDLE,uri=null,age=0}<-***@1693a94f{/
> 127.0.0.1:49886<->/127.0.0.1:7777
> ,OPEN,fill=-,flush=-,to=145/30000}->***@cdb548d2[p=HttpParser{s=START,0
> of -1},g=***@7e29bce8{s=START}]=>***@97013d33
> {r=0,c=false,a=IDLE,uri=null,age=0}->***@432790d4{/
> 127.0.0.1:49886<->/127.0.0.1:7777
> ,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->***@26197137
> {NOT_HANDSHAKING,eio=-1/-1,di=-1}=>***@cdb548d2[p=HttpParser{s=START,0
> of -1},g=***@7e29bce8{s=START}]=>***@97013d33{r=0,c=false,a=IDLE,uri=null,age=0}
> parse ***@1da99ed1[p=0,l=469,c=17408,r=469]={<<<GET
> /SSPDashboard...5z3m5cil0h0\r\n\r\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
> {}
> 2018-09-13 14:24:21,784 [qtp-35913463-24] DEBUG HttpParser - parseNext
> s=START ***@1da99ed1[p=0,l=469,c=17408,r=469]={<<<GET
> /SSPDashboard...5z3m5cil0h0\r\n\r\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
> 2018-09-13 14:24:21,784 [qtp-35913463-24] DEBUG HttpParser - START -->
> SPACE1
> 2018-09-13 14:24:21,786 [qtp-35913463-24] DEBUG HttpParser - SPACE1 --> URI
> 2018-09-13 14:24:21,786 [qtp-35913463-24] DEBUG HttpParser - URI --> SPACE2
> 2018-09-13 14:24:21,786 [qtp-35913463-24] DEBUG HttpParser - SPACE2 -->
> REQUEST_VERSION
> 2018-09-13 14:24:21,786 [qtp-35913463-24] DEBUG HttpParser -
> REQUEST_VERSION --> HEADER
> 2018-09-13 14:24:21,787 [qtp-35913463-24] DEBUG HttpParser - HEADER:Host
> --> VALUE
> 2018-09-13 14:24:21,787 [qtp-35913463-24] DEBUG HttpParser - HEADER:Host
> --> IN_VALUE
> 2018-09-13 14:24:21,787 [qtp-35913463-24] DEBUG HttpParser - HEADER:Host
> --> FIELD
> 2018-09-13 14:24:21,789 [qtp-35913463-24] DEBUG HttpParser -
> HEADER:Connection: keep-alive --> IN_VALUE
> 2018-09-13 14:24:21,789 [qtp-35913463-24] DEBUG HttpParser -
> HEADER:Connection: keep-alive --> FIELD
> 2018-09-13 14:24:21,793 [qtp-35913463-24] DEBUG HttpParser - HEADER: -->
> IN_NAME
> 2018-09-13 14:24:21,793 [qtp-35913463-24] DEBUG HttpParser -
> HEADER:Upgrade-Insecure-Requests --> VALUE
> 2018-09-13 14:24:21,793 [qtp-35913463-24] DEBUG HttpParser -
> HEADER:Upgrade-Insecure-Requests --> IN_VALUE
> 2018-09-13 14:24:21,793 [qtp-35913463-24] DEBUG HttpParser -
> HEADER:Upgrade-Insecure-Requests --> FIELD
> 2018-09-13 14:24:21,793 [qtp-35913463-24] DEBUG HttpParser -
> HEADER:User-Agent --> VALUE
> 2018-09-13 14:24:21,793 [qtp-35913463-24] DEBUG HttpParser -
> HEADER:User-Agent --> IN_VALUE
> 2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser -
> HEADER:User-Agent --> FIELD
> 2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser -
> HEADER:Accept:
> text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8
> --> IN_VALUE
> 2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser -
> HEADER:Accept:
> text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8
> --> FIELD
> 2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser -
> HEADER:Accept-Encoding: gzip, deflate, br --> IN_VALUE
> 2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser -
> HEADER:Accept-Encoding: gzip, deflate, br --> FIELD
> 2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser -
> HEADER:Accept-Language --> VALUE
> 2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser -
> HEADER:Accept-Language --> IN_VALUE
> 2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser -
> HEADER:Accept-Language --> FIELD
> 2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser - HEADER:Cookie
> --> VALUE
> 2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser - HEADER:Cookie
> --> IN_VALUE
> 2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser - HEADER:Cookie
> --> FIELD
> 2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser - HEADER --> END
> 2018-09-13 14:24:21,795 [qtp-35913463-24] DEBUG HttpChannel - REQUEST for
> //localhost:7777/SSPDashboard on ***@97013d33
> {r=1,c=false,a=IDLE,uri=//localhost:7777/SSPDashboard,age=1}
> GET //localhost:7777/SSPDashboard HTTP/1.1
> Host: localhost:7777
> Connection: keep-alive
> Upgrade-Insecure-Requests: 1
> User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36
> (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36
> Accept:
> text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8
> Accept-Encoding: gzip, deflate, br
> Accept-Language: en-US,en;q=0.9
> Cookie: JSESSIONID=1ibz0ohp1twxmq1hvjixfpk2oig113icy28cg1f5z3m5cil0h0
>
>
> 2018-09-13 14:24:21,795 [qtp-35913463-24] DEBUG HttpChannel -
> ***@97013d33{r=1,c=false,a=IDLE,uri=//localhost:7777/SSPDashboard,age=1}
> onContentComplete
> 2018-09-13 14:24:21,796 [qtp-35913463-24] DEBUG HttpChannel -
> ***@97013d33{r=1,c=false,a=IDLE,uri=//localhost:7777/SSPDashboard,age=2}
> onRequestComplete
> 2018-09-13 14:24:21,796 [qtp-35913463-24] DEBUG HttpInput -
> ***@86fd398f[c=0,q=0,[0]=null,s=STREAM] addContent EOF
> 2018-09-13 14:24:21,797 [qtp-35913463-24] DEBUG HttpConnection -
> ***@cdb548d2[p=HttpParser{s=END,0 of
> -1},g=***@7e29bce8{s=START}]=>***@97013d33
> {r=1,c=false,a=IDLE,uri=//localhost:7777/SSPDashboard,age=2}<-***@1693a94f
> {/127.0.0.1:49886<->/127.0.0.1:7777
> ,OPEN,fill=-,flush=-,to=157/30000}->***@cdb548d2[p=HttpParser{s=END,0
> of -1},g=***@7e29bce8{s=START}]=>***@97013d33
> {r=1,c=false,a=IDLE,uri=//localhost:7777/SSPDashboard,age=2}->***@432790d4
> {/127.0.0.1:49886<->/127.0.0.1:7777
> ,OPEN,fill=-,flush=-,to=16/30000}{io=0/0,kio=0,kro=1}->***@26197137
> {NOT_HANDSHAKING,eio=-1/-1,di=-1}=>***@cdb548d2[p=HttpParser{s=END,0
> of -1},g=***@7e29bce8{s=START}]=>***@97013d33{r=1,c=false,a=IDLE,uri=//localhost:7777/SSPDashboard,age=3}
> parsed true HttpParser{s=END,0 of -1}
> 2018-09-13 14:24:21,797 [qtp-35913463-24] DEBUG HttpConnection -
> releaseRequestBuffer ***@cdb548d2[p=HttpParser{s=END,0 of
> -1},g=***@7e29bce8{s=START}]=>***@97013d33
> {r=1,c=false,a=IDLE,uri=//localhost:7777/SSPDashboard,age=3}<-***@1693a94f
> {/127.0.0.1:49886<->/127.0.0.1:7777
> ,OPEN,fill=-,flush=-,to=158/30000}->***@cdb548d2[p=HttpParser{s=END,0
> of -1},g=***@7e29bce8{s=START}]=>***@97013d33
> {r=1,c=false,a=IDLE,uri=//localhost:7777/SSPDashboard,age=3}->***@432790d4
> {/127.0.0.1:49886<->/127.0.0.1:7777
> ,OPEN,fill=-,flush=-,to=16/30000}{io=0/0,kio=0,kro=1}->***@26197137
> {NOT_HANDSHAKING,eio=-1/-1,di=-1}=>***@cdb548d2[p=HttpParser{s=END,0
> of -1},g=***@7e29bce8{s=START}]=>***@97013d33
> {r=1,c=false,a=IDLE,uri=//localhost:7777/SSPDashboard,age=3}
> 2018-09-13 14:24:21,797 [qtp-35913463-24] DEBUG HttpChannel -
> ***@97013d33{r=1,c=false,a=IDLE,uri=//localhost:7777/SSPDashboard,age=3}
> handle //localhost:7777/SSPDashboard
> 2018-09-13 14:24:21,797 [qtp-35913463-24] DEBUG HttpChannelState -
> handling ***@9c865bec{s=IDLE a=NOT_ASYNC i=true r=IDLE
> w=false}
> 2018-09-13 14:24:21,798 [qtp-35913463-24] DEBUG HttpChannel -
> ***@97013d33{r=1,c=false,a=DISPATCHED,uri=//localhost:7777/SSPDashboard,age=4}
> action DISPATCH
> 2018-09-13 14:24:21,799 [qtp-35913463-24] DEBUG Server - REQUEST GET
> /SSPDashboard on ***@97013d33
> {r=1,c=false,a=DISPATCHED,uri=//localhost:7777/SSPDashboard,age=5}
> 2018-09-13 14:24:21,799 [qtp-35913463-24] DEBUG ContextHandler - scope
> null||/SSPDashboard @ o.e.j.w.WebAppContext@
> -536f2062{SSPDashboard,/SSPDashboard,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SSPDashboard}
> 2018-09-13 14:24:21,801 [qtp-35913463-24] DEBUG HttpChannel - sendResponse
> info=null content=***@790b7f36[p=0,l=0,c=0,r=0]={<<<>>>}
> complete=true committing=true callback=***@d9468f8{null}
> 2018-09-13 14:24:21,801 [qtp-35913463-24] DEBUG HttpChannel - COMMIT for
> /SSPDashboard on ***@97013d33
> {r=1,c=true,a=DISPATCHED,uri=//localhost:7777/SSPDashboard,age=7}
>
> _______________________________________________
> jetty-users mailing list
> jetty-***@eclipse.org
> To change your delivery options, retrieve your password, or unsubscribe
> from this list, visit
> https://dev.eclipse.org/mailman/listinfo/jetty-users
Eze Ikonne
2018-09-18 18:30:08 UTC
Permalink
Hi Joakim,

Thanks so very much. I did make a code change to the following, using the exact same syntax that is used by Jetty Standalone and also
putting the JSTL jars in the WEB-INF/lib directory of my app, but I still continue see the following exceptions in my log file. Moreover, when
I hit my application dashboard nothing is coming back to the browser. Please see the exceptions below. Any clue as to what is going on?

HandlerCollection hc = new HandlerCollection();
ContextHandlerCollection contexts = new ContextHandlerCollection();

DefaultHandler defaultHandler = new DefaultHandler();
hc.setHandlers(new Handler[] { contexts, defaultHandler});
server.setHandler(hc);

DeploymentManager dm = new DeploymentManager();
WebAppProvider webappProvider = new WebAppProvider();
webappProvider.setMonitoredDirName(sDir);
webappProvider.setScanInterval(1);
webappProvider.setExtractWars(true);
dm.setContexts(contexts);
//dm.setContextAttribute(
// "org.eclipse.jetty.server.webapp.ContainerIncludeJarPattern",
// ".*/servlet-api-[^/]*\\.jar$");

dm.setContextAttribute(
"org.eclipse.jetty.server.webapp.ContainerIncludeJarPattern",
".*/[^/]*servlet-api-[^/]*\\.jar$|.*/javax.servlet.jsp.jstl-.*\\.jar$|.*/org.apache.taglibs.taglibs-standard-impl-.*\\.jar$");

dm.addAppProvider(webappProvider);
server.addBean(dm);
dm.start();


2018-09-18 12:42:40,918 [main] WARN SecurityHandler - ***@o.e.j.w.WebAppContext@72c05f6a{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,STARTING}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf} has uncovered http methods for path: /*
2018-09-18 12:42:40,918 [main] DEBUG SecurityHandler -
java.lang.Throwable: null
at org.eclipse.jetty.security.ConstraintSecurityHandler.checkPathsWithUncoveredHttpMethods(ConstraintSecurityHandler.java:808) [jetty-security-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.security.ConstraintSecurityHandler.doStart(ConstraintSecurityHandler.java:446) [jetty-security-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:138) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:108) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:113) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.server.handler.ScopedHandler.doStart(ScopedHandler.java:123) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.server.session.SessionHandler.doStart(SessionHandler.java:503) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:138) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:108) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:113) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.server.handler.ScopedHandler.doStart(ScopedHandler.java:123) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:909) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:370) [jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1497) [jetty-webapp-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1459) [jetty-webapp-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:848) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.servlet.ServletContextHandler.doStart(ServletContextHandler.java:287) [jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:545) [jetty-webapp-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:138) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:117) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:113) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.server.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:167) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:138) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:117) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:113) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:138) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.server.Server.start(Server.java:419) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:108) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:113) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.server.Server.doStart(Server.java:386) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at com.sterlingcommerce.hadrian.system.jetty.JettyHttpServiceImpl.startJetty(JettyHttpServiceImpl.java:391) [sspconfig.jar:?]
at com.sterlingcommerce.hadrian.system.jetty.JettyHttpServiceImpl.start(JettyHttpServiceImpl.java:123) [sspconfig.jar:?]
at $ServiceWithLifecycle_165ed8fee9d.start($ServiceWithLifecycle_165ed8fee9d.java) [?:?]
at $ServiceWithLifecycle_165ed8fee89.start($ServiceWithLifecycle_165ed8fee89.java) [?:?]
at com.sterlingcommerce.hadrian.system.ServiceManagerImpl.initStartGlobalServices(ServiceManagerImpl.java:186) [sspconfig.jar:?]
at com.sterlingcommerce.hadrian.system.ServiceManagerImpl.start(ServiceManagerImpl.java:60) [sspconfig.jar:?]
at $ServiceManager_165ed8fee78.start($ServiceManager_165ed8fee78.java) [?:?]
at $ServiceManager_165ed8fee76.start($ServiceManager_165ed8fee76.java) [?:?]
at com.sterlingcommerce.hadrian.Main.main(Main.java:296) [sspconfig.jar:?]


.

.

.

2018-09-18 12:42:43,657 [main] DEBUG WebAppClassLoader - WAP webapp loaded class org.eclipse.jetty.apache.jsp.JuliLog
2018-09-18 12:42:43,658 [main] WARN SspJsf - unavailable
java.lang.reflect.InvocationTargetException: null
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:83) ~[?:1.8.0]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:57) ~[?:1.8.0]
at java.lang.reflect.Constructor.newInstance(Constructor.java:437) ~[?:1.8.0]
at org.eclipse.jetty.server.handler.ContextHandler$Context.createInstance(ContextHandler.java:2632) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.servlet.ServletContextHandler$Context.createServlet(ServletContextHandler.java:1372) ~[jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.servlet.ServletHolder.newInstance(ServletHolder.java:1297) [jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:647) [jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.servlet.ServletHolder.initialize(ServletHolder.java:427) [jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:760) [jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:374) [jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1497) [jetty-webapp-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1459) [jetty-webapp-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:848) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.servlet.ServletContextHandler.doStart(ServletContextHandler.java:287) [jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:545) [jetty-webapp-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:138) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:117) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:113) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.server.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:167) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:138) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:117) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:113) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:138) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.server.Server.start(Server.java:419) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:108) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:113) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.server.Server.doStart(Server.java:386) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at com.sterlingcommerce.hadrian.system.jetty.JettyHttpServiceImpl.startJetty(JettyHttpServiceImpl.java:391) [sspconfig.jar:?]
at com.sterlingcommerce.hadrian.system.jetty.JettyHttpServiceImpl.start(JettyHttpServiceImpl.java:123) [sspconfig.jar:?]
at $ServiceWithLifecycle_165ed8fee9d.start($ServiceWithLifecycle_165ed8fee9d.java) [?:?]
at $ServiceWithLifecycle_165ed8fee89.start($ServiceWithLifecycle_165ed8fee89.java) [?:?]
at com.sterlingcommerce.hadrian.system.ServiceManagerImpl.initStartGlobalServices(ServiceManagerImpl.java:186) [sspconfig.jar:?]
at com.sterlingcommerce.hadrian.system.ServiceManagerImpl.start(ServiceManagerImpl.java:60) [sspconfig.jar:?]
at $ServiceManager_165ed8fee78.start($ServiceManager_165ed8fee78.java) [?:?]
at $ServiceManager_165ed8fee76.start($ServiceManager_165ed8fee76.java) [?:?]
at com.sterlingcommerce.hadrian.Main.main(Main.java:296) [sspconfig.jar:?]
Caused by: java.util.ServiceConfigurationError: org.apache.juli.logging.Log: Provider org.eclipse.jetty.apache.jsp.JuliLog not a subtype
at java.util.ServiceLoader.fail(ServiceLoader.java:250) ~[?:1.8.0]
at java.util.ServiceLoader.access$300(ServiceLoader.java:196) ~[?:1.8.0]
at java.util.ServiceLoader$LazyIterator.nextService(ServiceLoader.java:387) ~[?:1.8.0]
at java.util.ServiceLoader$LazyIterator.next(ServiceLoader.java:415) ~[?:1.8.0]
at java.util.ServiceLoader$1.next(ServiceLoader.java:491) ~[?:1.8.0]
at org.apache.juli.logging.LogFactory.<init>(LogFactory.java:78) ~[org.mortbay.jasper.apache-jsp-8.5.24.2.jar:2.3]
at org.apache.juli.logging.LogFactory.<clinit>(LogFactory.java:66) ~[org.mortbay.jasper.apache-jsp-8.5.24.2.jar:2.3]
at org.apache.jasper.servlet.JspServlet.<init>(JspServlet.java:69) ~[org.mortbay.jasper.apache-jsp-8.5.24.2.jar:2.3]
at org.eclipse.jetty.jsp.JettyJspServlet.<init>(JettyJspServlet.java:41) ~[org.eclipse.jetty.apache-jsp-9.4.11.v20180605.jar:9.4.11.v20180605]
... 41 more
2018-09-18 12:42:43,663 [main] DEBUG ServletHandler - EXCEPTION
javax.servlet.ServletException: ***@19c47==org.eclipse.jetty.jsp.JettyJspServlet,jsp=null,order=0,inst=false
at org.eclipse.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:691) ~[jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.servlet.ServletHolder.initialize(ServletHolder.java:427) ~[jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:760) [jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:374) [jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1497) [jetty-webapp-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1459) [jetty-webapp-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:848) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.servlet.ServletContextHandler.doStart(ServletContextHandler.java:287) [jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:545) [jetty-webapp-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:138) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:117) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:113) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.server.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:167) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:138) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:117) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:113) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:138) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.server.Server.start(Server.java:419) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:108) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:113) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.server.Server.doStart(Server.java:386) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at com.sterlingcommerce.hadrian.system.jetty.JettyHttpServiceImpl.startJetty(JettyHttpServiceImpl.java:391) [sspconfig.jar:?]
at com.sterlingcommerce.hadrian.system.jetty.JettyHttpServiceImpl.start(JettyHttpServiceImpl.java:123) [sspconfig.jar:?]
at $ServiceWithLifecycle_165ed8fee9d.start($ServiceWithLifecycle_165ed8fee9d.java) [?:?]
at $ServiceWithLifecycle_165ed8fee89.start($ServiceWithLifecycle_165ed8fee89.java) [?:?]
at com.sterlingcommerce.hadrian.system.ServiceManagerImpl.initStartGlobalServices(ServiceManagerImpl.java:186) [sspconfig.jar:?]
at com.sterlingcommerce.hadrian.system.ServiceManagerImpl.start(ServiceManagerImpl.java:60) [sspconfig.jar:?]
at $ServiceManager_165ed8fee78.start($ServiceManager_165ed8fee78.java) [?:?]
at $ServiceManager_165ed8fee76.start($ServiceManager_165ed8fee76.java) [?:?]
at com.sterlingcommerce.hadrian.Main.main(Main.java:296) [sspconfig.jar:?]
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:83) ~[?:1.8.0]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:57) ~[?:1.8.0]
at java.lang.reflect.Constructor.newInstance(Constructor.java:437) ~[?:1.8.0]
at org.eclipse.jetty.server.handler.ContextHandler$Context.createInstance(ContextHandler.java:2632) ~[jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.servlet.ServletContextHandler$Context.createServlet(ServletContextHandler.java:1372) ~[jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.servlet.ServletHolder.newInstance(ServletHolder.java:1297) ~[jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:647) ~[jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
... 33 more
Caused by: java.util.ServiceConfigurationError: org.apache.juli.logging.Log: Provider org.eclipse.jetty.apache.jsp.JuliLog not a subtype
at java.util.ServiceLoader.fail(ServiceLoader.java:250) ~[?:1.8.0]
at java.util.ServiceLoader.access$300(ServiceLoader.java:196) ~[?:1.8.0]
at java.util.ServiceLoader$LazyIterator.nextService(ServiceLoader.java:387) ~[?:1.8.0]
at java.util.ServiceLoader$LazyIterator.next(ServiceLoader.java:415) ~[?:1.8.0]
at java.util.ServiceLoader$1.next(ServiceLoader.java:491) ~[?:1.8.0]
at org.apache.juli.logging.LogFactory.<init>(LogFactory.java:78) ~[org.mortbay.jasper.apache-jsp-8.5.24.2.jar:2.3]
at org.apache.juli.logging.LogFactory.<clinit>(LogFactory.java:66) ~[org.mortbay.jasper.apache-jsp-8.5.24.2.jar:2.3]
at org.apache.jasper.servlet.JspServlet.<init>(JspServlet.java:69) ~[org.mortbay.jasper.apache-jsp-8.5.24.2.jar:2.3]
at org.eclipse.jetty.jsp.JettyJspServlet.<init>(JettyJspServlet.java:41) ~[org.eclipse.jetty.apache-jsp-9.4.11.v20180605.jar:9.4.11.v20180605]
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:83) ~[?:1.8.0]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:57) ~[?:1.8.0]
at java.lang.reflect.Constructor.newInstance(Constructor.java:437) ~[?:1.8.0]
at org.eclipse.jetty.server.handler.ContextHandler$Context.createInstance(ContextHandler.java:2632) ~[jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.servlet.ServletContextHandler$Context.createServlet(ServletContextHandler.java:1372) ~[jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.servlet.ServletHolder.newInstance(ServletHolder.java:1297) ~[jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:647) ~[jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
... 33 more


From: jetty-users-***@eclipse.org [mailto:jetty-users-***@eclipse.org] On Behalf Of Joakim Erdfelt
Sent: Thursday, September 13, 2018 6:46 PM
To: Jetty Users @ Eclipse <jetty-***@eclipse.org>
Subject: Re: [jetty-users] Issues with jetty-9.4.11 running JSTL.jar

** This mail has been sent from an external source **


dm.setContextAttribute(
"org.eclipse.jetty.server.webapp.ContainerIncludeJarPattern",
".*/[^/]*servlet-api-[^/]*\\.jar$|.*/jstl*\\.jar$|.*/jsf*\\.jar$");

Your regex doesn't look right.

Take it and a directory list and pop it into https://www.freeformatter.com/java-regex-tester.html
Test it for what you want to match against (make sure your directory listing has fully qualified paths, either in OS/FileSystem format, or URI format).

Also note, JSF is not a server component, it's a WebApp specific dependency that will only work within your `WEB-INF/lib`.

Joakim Erdfelt / ***@webtide.com<mailto:***@webtide.com>


On Thu, Sep 13, 2018 at 5:45 PM Ubani Allison <***@gmail.com<mailto:***@gmail.com>> wrote:
Hi all,

I really have been struggling to get my web app to run with jetty-9.4.11. When I deploy my WAR file to a standalone jetty instances it works, but
when I use embedded jetty-9.4.11 the pages will not display. This same war file works in jetty-7.0.1 but since I migrated to jetty-9.4.11, I have
not have any success. The browser is not receiving any response back from my application. Any suggestions will be appreciated.

HandlerCollection hc = new HandlerCollection();
ContextHandlerCollection contexts = new ContextHandlerCollection();

DefaultHandler defaultHandler = new DefaultHandler();
hc.setHandlers(new Handler[] { contexts, defaultHandler});
server.setHandler(hc);

DeploymentManager dm = new DeploymentManager();
WebAppProvider webappProvider = new WebAppProvider();
webappProvider.setMonitoredDirName(sDir);
webappProvider.setScanInterval(1);
webappProvider.setExtractWars(true);
dm.setContexts(contexts);
//dm.setContextAttribute(
// "org.eclipse.jetty.server.webapp.ContainerIncludeJarPattern",
// ".*/servlet-api-[^/]*\\.jar$");

dm.setContextAttribute(
"org.eclipse.jetty.server.webapp.ContainerIncludeJarPattern",
".*/[^/]*servlet-api-[^/]*\\.jar$|.*/jstl*\\.jar$|.*/jsf*\\.jar$");

dm.addAppProvider(webappProvider);
server.addBean(dm);
dm.start();






2018-09-13 14:24:21,784 [qtp-35913463-24] DEBUG HttpConnection - ***@cdb548d2[p=HttpParser{s=START,0 of -1},g=***@7e29bce8{s=START}]=>***@97013d33{r=0,c=false,a=IDLE,uri=null,age=0}<-***@1693a94f{/127.0.0.1:49886<http://127.0.0.1:49886/><->/127.0.0.1:7777<http://127.0.0.1:7777/>,OPEN,fill=-,flush=-,to=145/30000}->***@cdb548d2[p=HttpParser{s=START,0 of -1},g=***@7e29bce8{s=START}]=>***@97013d33{r=0,c=false,a=IDLE,uri=null,age=0}->***@432790d4{/127.0.0.1:49886<http://127.0.0.1:49886/><->/127.0.0.1:7777<http://127.0.0.1:7777/>,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->***@26197137{NOT_HANDSHAKING,eio=-1/-1,di=-1}=>***@cdb548d2[p=HttpParser{s=START,0 of -1},g=***@7e29bce8{s=START}]=>***@97013d33{r=0,c=false,a=IDLE,uri=null,age=0} filled 469 ***@1da99ed1[p=0,l=469,c=17408,r=469]={<<<GET /SSPDashboard...5z3m5cil0h0\r\n\r\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
2018-09-13 14:24:21,784 [qtp-35913463-24] DEBUG HttpConnection - ***@cdb548d2[p=HttpParser{s=START,0 of -1},g=***@7e29bce8{s=START}]=>***@97013d33{r=0,c=false,a=IDLE,uri=null,age=0}<-***@1693a94f{/127.0.0.1:49886<http://127.0.0.1:49886/><->/127.0.0.1:7777<http://127.0.0.1:7777/>,OPEN,fill=-,flush=-,to=145/30000}->***@cdb548d2[p=HttpParser{s=START,0 of -1},g=***@7e29bce8{s=START}]=>***@97013d33{r=0,c=false,a=IDLE,uri=null,age=0}->***@432790d4{/127.0.0.1:49886<http://127.0.0.1:49886/><->/127.0.0.1:7777<http://127.0.0.1:7777/>,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->***@26197137{NOT_HANDSHAKING,eio=-1/-1,di=-1}=>***@cdb548d2[p=HttpParser{s=START,0 of -1},g=***@7e29bce8{s=START}]=>***@97013d33{r=0,c=false,a=IDLE,uri=null,age=0} parse ***@1da99ed1[p=0,l=469,c=17408,r=469]={<<<GET /SSPDashboard...5z3m5cil0h0\r\n\r\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} {}
2018-09-13 14:24:21,784 [qtp-35913463-24] DEBUG HttpParser - parseNext s=START ***@1da99ed1[p=0,l=469,c=17408,r=469]={<<<GET /SSPDashboard...5z3m5cil0h0\r\n\r\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
2018-09-13 14:24:21,784 [qtp-35913463-24] DEBUG HttpParser - START --> SPACE1
2018-09-13 14:24:21,786 [qtp-35913463-24] DEBUG HttpParser - SPACE1 --> URI
2018-09-13 14:24:21,786 [qtp-35913463-24] DEBUG HttpParser - URI --> SPACE2
2018-09-13 14:24:21,786 [qtp-35913463-24] DEBUG HttpParser - SPACE2 --> REQUEST_VERSION
2018-09-13 14:24:21,786 [qtp-35913463-24] DEBUG HttpParser - REQUEST_VERSION --> HEADER
2018-09-13 14:24:21,787 [qtp-35913463-24] DEBUG HttpParser - HEADER:Host --> VALUE
2018-09-13 14:24:21,787 [qtp-35913463-24] DEBUG HttpParser - HEADER:Host --> IN_VALUE
2018-09-13 14:24:21,787 [qtp-35913463-24] DEBUG HttpParser - HEADER:Host --> FIELD
2018-09-13 14:24:21,789 [qtp-35913463-24] DEBUG HttpParser - HEADER:Connection: keep-alive --> IN_VALUE
2018-09-13 14:24:21,789 [qtp-35913463-24] DEBUG HttpParser - HEADER:Connection: keep-alive --> FIELD
2018-09-13 14:24:21,793 [qtp-35913463-24] DEBUG HttpParser - HEADER: --> IN_NAME
2018-09-13 14:24:21,793 [qtp-35913463-24] DEBUG HttpParser - HEADER:Upgrade-Insecure-Requests --> VALUE
2018-09-13 14:24:21,793 [qtp-35913463-24] DEBUG HttpParser - HEADER:Upgrade-Insecure-Requests --> IN_VALUE
2018-09-13 14:24:21,793 [qtp-35913463-24] DEBUG HttpParser - HEADER:Upgrade-Insecure-Requests --> FIELD
2018-09-13 14:24:21,793 [qtp-35913463-24] DEBUG HttpParser - HEADER:User-Agent --> VALUE
2018-09-13 14:24:21,793 [qtp-35913463-24] DEBUG HttpParser - HEADER:User-Agent --> IN_VALUE
2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser - HEADER:User-Agent --> FIELD
2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser - HEADER:Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8 --> IN_VALUE
2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser - HEADER:Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8 --> FIELD
2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser - HEADER:Accept-Encoding: gzip, deflate, br --> IN_VALUE
2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser - HEADER:Accept-Encoding: gzip, deflate, br --> FIELD
2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser - HEADER:Accept-Language --> VALUE
2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser - HEADER:Accept-Language --> IN_VALUE
2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser - HEADER:Accept-Language --> FIELD
2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser - HEADER:Cookie --> VALUE
2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser - HEADER:Cookie --> IN_VALUE
2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser - HEADER:Cookie --> FIELD
2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser - HEADER --> END
2018-09-13 14:24:21,795 [qtp-35913463-24] DEBUG HttpChannel - REQUEST for //localhost:7777/SSPDashboard on ***@97013d33{r=1,c=false,a=IDLE,uri=//localhost:7777/SSPDashboard,age=1}
GET //localhost:7777/SSPDashboard HTTP/1.1
Host: localhost:7777
Connection: keep-alive
Upgrade-Insecure-Requests: 1
User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8
Accept-Encoding: gzip, deflate, br
Accept-Language: en-US,en;q=0.9
Cookie: JSESSIONID=1ibz0ohp1twxmq1hvjixfpk2oig113icy28cg1f5z3m5cil0h0


2018-09-13 14:24:21,795 [qtp-35913463-24] DEBUG HttpChannel - ***@97013d33{r=1,c=false,a=IDLE,uri=//localhost:7777/SSPDashboard,age=1} onContentComplete
2018-09-13 14:24:21,796 [qtp-35913463-24] DEBUG HttpChannel - ***@97013d33{r=1,c=false,a=IDLE,uri=//localhost:7777/SSPDashboard,age=2} onRequestComplete
2018-09-13 14:24:21,796 [qtp-35913463-24] DEBUG HttpInput - ***@86fd398f[c=0,q=0,[0]=null,s=STREAM] addContent EOF
2018-09-13 14:24:21,797 [qtp-35913463-24] DEBUG HttpConnection - ***@cdb548d2[p=HttpParser{s=END,0 of -1},g=***@7e29bce8{s=START}]=>***@97013d33{r=1,c=false,a=IDLE,uri=//localhost:7777/SSPDashboard,age=2}<-***@1693a94f{/127.0.0.1:49886<http://127.0.0.1:49886/><->/127.0.0.1:7777<http://127.0.0.1:7777/>,OPEN,fill=-,flush=-,to=157/30000}->***@cdb548d2[p=HttpParser{s=END,0 of -1},g=***@7e29bce8{s=START}]=>***@97013d33{r=1,c=false,a=IDLE,uri=//localhost:7777/SSPDashboard,age=2}->***@432790d4{/127.0.0.1:49886<http://127.0.0.1:49886/><->/127.0.0.1:7777<http://127.0.0.1:7777/>,OPEN,fill=-,flush=-,to=16/30000}{io=0/0,kio=0,kro=1}->***@26197137{NOT_HANDSHAKING,eio=-1/-1,di=-1}=>***@cdb548d2[p=HttpParser{s=END,0 of -1},g=***@7e29bce8{s=START}]=>***@97013d33{r=1,c=false,a=IDLE,uri=//localhost:7777/SSPDashboard,age=3} parsed true HttpParser{s=END,0 of -1}
2018-09-13 14:24:21,797 [qtp-35913463-24] DEBUG HttpConnection - releaseRequestBuffer ***@cdb548d2[p=HttpParser{s=END,0 of -1},g=***@7e29bce8{s=START}]=>***@97013d33{r=1,c=false,a=IDLE,uri=//localhost:7777/SSPDashboard,age=3}<-***@1693a94f{/127.0.0.1:49886<http://127.0.0.1:49886/><->/127.0.0.1:7777<http://127.0.0.1:7777/>,OPEN,fill=-,flush=-,to=158/30000}->***@cdb548d2[p=HttpParser{s=END,0 of -1},g=***@7e29bce8{s=START}]=>***@97013d33{r=1,c=false,a=IDLE,uri=//localhost:7777/SSPDashboard,age=3}->***@432790d4{/127.0.0.1:49886<http://127.0.0.1:49886/><->/127.0.0.1:7777<http://127.0.0.1:7777/>,OPEN,fill=-,flush=-,to=16/30000}{io=0/0,kio=0,kro=1}->***@26197137{NOT_HANDSHAKING,eio=-1/-1,di=-1}=>***@cdb548d2[p=HttpParser{s=END,0 of -1},g=***@7e29bce8{s=START}]=>***@97013d33{r=1,c=false,a=IDLE,uri=//localhost:7777/SSPDashboard,age=3}
2018-09-13 14:24:21,797 [qtp-35913463-24] DEBUG HttpChannel - ***@97013d33{r=1,c=false,a=IDLE,uri=//localhost:7777/SSPDashboard,age=3} handle //localhost:7777/SSPDashboard
2018-09-13 14:24:21,797 [qtp-35913463-24] DEBUG HttpChannelState - handling ***@9c865bec{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false}
2018-09-13 14:24:21,798 [qtp-35913463-24] DEBUG HttpChannel - ***@97013d33{r=1,c=false,a=DISPATCHED,uri=//localhost:7777/SSPDashboard,age=4} action DISPATCH
2018-09-13 14:24:21,799 [qtp-35913463-24] DEBUG Server - REQUEST GET /SSPDashboard on ***@97013d33{r=1,c=false,a=DISPATCHED,uri=//localhost:7777/SSPDashboard,age=5}
2018-09-13 14:24:21,799 [qtp-35913463-24] DEBUG ContextHandler - scope null||/SSPDashboard @ o.e.j.w.WebAppContext@-536f2062{SSPDashboard,/SSPDashboard,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SSPDashboard}<mailto:o.e.j.w.WebAppContext@-536f2062%7bSSPDashboard,/SSPDashboard,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/,UNAVAILABLE%7d%7bC:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SSPDashboard%7d>
2018-09-13 14:24:21,801 [qtp-35913463-24] DEBUG HttpChannel - sendResponse info=null content=***@790b7f36[p=0,l=0,c=0,r=0]={<<<>>>} complete=true committing=true callback=***@d9468f8{null}
2018-09-13 14:24:21,801 [qtp-35913463-24] DEBUG HttpChannel - COMMIT for /SSPDashboard on ***@97013d33{r=1,c=true,a=DISPATCHED,uri=//localhost:7777/SSPDashboard,age=7}

_______________________________________________
jetty-users mailing list
jetty-***@eclipse.org<mailto:jetty-***@eclipse.org>
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users
=====================================================
Please refer to http://www.aricent.com/email-disclaimer
for important disclosures regarding this electronic communication.
=====================================================
Jan Bartel
2018-09-19 02:23:26 UTC
Permalink
Hi,

Firstly, when you said you put the jstl jars in your webapp, I hope you
meant you put the jsf jars in there, because the jstl jars should go on the
container's classpath.

Next, the WARNing you see from the ConstraintSecurityHandler means that you
have defined security constraints in your web.xml that can leave some
methods/paths exposed. Typically occurs when you have a security constraint
that names only a few methods, or excludes only a few methods. The servlet
spec requires us to warn you of this. See the servlet spec chapter 13.8
Security: Specifying Security Constraints for a good explanation and
examples.

Finally, the error "java.util.ServiceConfigurationError:
org.apache.juli.logging.Log: Provider org.eclipse.jetty.apache.jsp.JuliLog
not a subtype" indicates that you have multiple conflicting jsp-related
jars on the classpath. Check you webapp doesn't have some extra jsp jars
in there.

The following jsp-related jars must be on the container classpath (I will
use the names of the jars as they appear in the distro):

Everything in $jetty.home/lib/apache-jsp:
org.eclipse.jdt.ecj-3.12.3.jar
org.eclipse.jetty.apache-jsp-9.4.11.v20180605.jar
org.mortbay.jasper.apache-el-8.5.24.2.jar
org.mortbay.jasper.apache-jsp-8.5.24.2.jar

Everything in $jetty.home/lib/apache-jstl:
org.apache.taglibs.taglibs-standard-impl-1.2.5.jar
org.apache.taglibs.taglibs-standard-spec-1.2.5.jar

You will also need jetty-annotations.jar and the jetty-plus.jar on the
container classpath.

You will need to ensure that you have set up the Configurations to apply to
the webapp to include the o.e.j.annotations.AnnotationConfiguration so that
the ServletContainerInitializer that sets up the jsp engine is called. The
documentation at
http://www.eclipse.org/jetty/documentation/9.4.12.v20180830/configuring-jsp.html#jsp-support
will lead you to a code example on how to do that.

If you're using jsf, you can put those jars into your WEB-INF/lib, or you
can put them onto the container classpath - but if you do that, then you
need to add a pattern for them to
the org.eclipse.jetty.server.webapp.ContainerIncludeJarPattern so jetty
knows to scan them for taglibs.


On 19 September 2018 at 04:30, Eze Ikonne <***@aricent.com> wrote:

> Hi Joakim,
>
>
>
> Thanks so very much. I did make a code change to the following, using the
> exact same syntax that is used by Jetty Standalone and also
>
> putting the JSTL jars in the WEB-INF/lib directory of my app, but I still
> continue see the following exceptions in my log file. Moreover, when
>
> I hit my application dashboard nothing is coming back to the browser.
> Please see the exceptions below. Any clue as to what is going on?
>
>
>
> HandlerCollection hc = *new* HandlerCollection();
>
> ContextHandlerCollection contexts = *new*
> ContextHandlerCollection();
>
>
>
> DefaultHandler defaultHandler = *new* DefaultHandler();
>
> hc.setHandlers(*new* Handler[] { contexts, defaultHandler});
>
> server.setHandler(hc);
>
>
>
> DeploymentManager dm = *new* DeploymentManager();
>
> WebAppProvider webappProvider = *new* WebAppProvider();
>
> webappProvider.setMonitoredDirName(sDir);
>
> webappProvider.setScanInterval(1);
>
> webappProvider.setExtractWars(*true*);
>
> dm.setContexts(contexts);
>
> //dm.setContextAttribute(
>
> // "org.eclipse.jetty.server.webapp.
> ContainerIncludeJarPattern",
>
> // ".*/*servlet*-*api*-[^/]*\\.jar$");
>
>
>
> dm.setContextAttribute(
>
> "org.eclipse.jetty.server.webapp.
> ContainerIncludeJarPattern",
>
> ".*/[^/]*servlet-api-[^/]*\\.jar$|.*/javax.
> servlet.jsp.jstl-.*\\.jar$|.*/org.apache.taglibs.taglibs-
> standard-impl-.*\\.jar$");
>
>
>
> dm.addAppProvider(webappProvider);
>
> server.addBean(dm);
>
> dm.start();
>
>
>
>
>
> 2018-09-18 12:42:40,918 [main] WARN SecurityHandler -
> ***@o.e.j.w.WebAppContext@72c05f6a{SspJsf,
> /SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-
> HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,
> STARTING}{C:\Users\ari51787\sandbox\SSPConfig3432-
> 20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf} has
> uncovered http methods for path: /*
>
> 2018-09-18 12:42:40,918 [main] DEBUG SecurityHandler -
>
> java.lang.Throwable: null
>
> at org.eclipse.jetty.security.ConstraintSecurityHandler.
> checkPathsWithUncoveredHttpMethods(ConstraintSecurityHandler.java:808)
> [jetty-security-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.security.ConstraintSecurityHandler.
> doStart(ConstraintSecurityHandler.java:446) [jetty-security-9.4.11.
> v20180605.jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.util.component.AbstractLifeCycle.
> start(AbstractLifeCycle.java:68) [jetty-util-9.4.11.v20180605.
> jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.util.component.ContainerLifeCycle.
> start(ContainerLifeCycle.java:138) [jetty-util-9.4.11.v20180605.
> jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.util.component.ContainerLifeCycle.
> doStart(ContainerLifeCycle.java:108) [jetty-util-9.4.11.v20180605.
> jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.server.handler.AbstractHandler.
> doStart(AbstractHandler.java:113) [jetty-server-9.4.11.
> v20180605.jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.server.handler.ScopedHandler.doStart(ScopedHandler.java:123)
> [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.server.session.SessionHandler.
> doStart(SessionHandler.java:503) [jetty-server-9.4.11.
> v20180605.jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.util.component.AbstractLifeCycle.
> start(AbstractLifeCycle.java:68) [jetty-util-9.4.11.v20180605.
> jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.util.component.ContainerLifeCycle.
> start(ContainerLifeCycle.java:138) [jetty-util-9.4.11.v20180605.
> jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.util.component.ContainerLifeCycle.
> doStart(ContainerLifeCycle.java:108) [jetty-util-9.4.11.v20180605.
> jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.server.handler.AbstractHandler.
> doStart(AbstractHandler.java:113) [jetty-server-9.4.11.
> v20180605.jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.server.handler.ScopedHandler.doStart(ScopedHandler.java:123)
> [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.server.handler.ContextHandler.
> startContext(ContextHandler.java:909) [jetty-server-9.4.11.
> v20180605.jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.servlet.ServletContextHandler.
> startContext(ServletContextHandler.java:370) [jetty-servlet-9.4.11.
> v20180605.jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1497)
> [jetty-webapp-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1459)
> [jetty-webapp-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.server.handler.ContextHandler.
> doStart(ContextHandler.java:848) [jetty-server-9.4.11.
> v20180605.jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.servlet.ServletContextHandler.doStart(
> ServletContextHandler.java:287) [jetty-servlet-9.4.11.
> v20180605.jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:545)
> [jetty-webapp-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.util.component.AbstractLifeCycle.
> start(AbstractLifeCycle.java:68) [jetty-util-9.4.11.v20180605.
> jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.util.component.ContainerLifeCycle.
> start(ContainerLifeCycle.java:138) [jetty-util-9.4.11.v20180605.
> jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.util.component.ContainerLifeCycle.
> doStart(ContainerLifeCycle.java:117) [jetty-util-9.4.11.v20180605.
> jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.server.handler.AbstractHandler.
> doStart(AbstractHandler.java:113) [jetty-server-9.4.11.
> v20180605.jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.server.handler.
> ContextHandlerCollection.doStart(ContextHandlerCollection.java:167)
> [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.util.component.AbstractLifeCycle.
> start(AbstractLifeCycle.java:68) [jetty-util-9.4.11.v20180605.
> jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.util.component.ContainerLifeCycle.
> start(ContainerLifeCycle.java:138) [jetty-util-9.4.11.v20180605.
> jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.util.component.ContainerLifeCycle.
> doStart(ContainerLifeCycle.java:117) [jetty-util-9.4.11.v20180605.
> jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.server.handler.AbstractHandler.
> doStart(AbstractHandler.java:113) [jetty-server-9.4.11.
> v20180605.jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.util.component.AbstractLifeCycle.
> start(AbstractLifeCycle.java:68) [jetty-util-9.4.11.v20180605.
> jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.util.component.ContainerLifeCycle.
> start(ContainerLifeCycle.java:138) [jetty-util-9.4.11.v20180605.
> jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.server.Server.start(Server.java:419)
> [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.util.component.ContainerLifeCycle.
> doStart(ContainerLifeCycle.java:108) [jetty-util-9.4.11.v20180605.
> jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.server.handler.AbstractHandler.
> doStart(AbstractHandler.java:113) [jetty-server-9.4.11.
> v20180605.jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.server.Server.doStart(Server.java:386)
> [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.util.component.AbstractLifeCycle.
> start(AbstractLifeCycle.java:68) [jetty-util-9.4.11.v20180605.
> jar:9.4.11.v20180605]
>
> at com.sterlingcommerce.hadrian.system.jetty.
> JettyHttpServiceImpl.startJetty(JettyHttpServiceImpl.java:391)
> [sspconfig.jar:?]
>
> at com.sterlingcommerce.hadrian.system.jetty.
> JettyHttpServiceImpl.start(JettyHttpServiceImpl.java:123)
> [sspconfig.jar:?]
>
> at $ServiceWithLifecycle_165ed8fee9d.start($
> ServiceWithLifecycle_165ed8fee9d.java) [?:?]
>
> at $ServiceWithLifecycle_165ed8fee89.start($
> ServiceWithLifecycle_165ed8fee89.java) [?:?]
>
> at com.sterlingcommerce.hadrian.system.ServiceManagerImpl.
> initStartGlobalServices(ServiceManagerImpl.java:186) [sspconfig.jar:?]
>
> at com.sterlingcommerce.hadrian.system.ServiceManagerImpl.
> start(ServiceManagerImpl.java:60) [sspconfig.jar:?]
>
> at $ServiceManager_165ed8fee78.start($ServiceManager_165ed8fee78.java)
> [?:?]
>
> at $ServiceManager_165ed8fee76.start($ServiceManager_165ed8fee76.java)
> [?:?]
>
> at com.sterlingcommerce.hadrian.Main.main(Main.java:296)
> [sspconfig.jar:?]
>
>
>
> 
.
>
> 
.
>
> 
.
>
>
>
> 2018-09-18 12:42:43,657 [main] DEBUG WebAppClassLoader - WAP webapp loaded
> class org.eclipse.jetty.apache.jsp.JuliLog
>
> 2018-09-18 12:42:43,658 [main] WARN SspJsf - unavailable
>
> java.lang.reflect.InvocationTargetException: null
>
> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
> Method) ~[?:1.8.0]
>
> at sun.reflect.NativeConstructorAccessorImpl.newInstance(
> NativeConstructorAccessorImpl.java:83) ~[?:1.8.0]
>
> at sun.reflect.DelegatingConstructorAccessorI
> mpl.newInstance(DelegatingConstructorAccessorImpl.java:57) ~[?:1.8.0]
>
> at java.lang.reflect.Constructor.
> newInstance(Constructor.java:437) ~[?:1.8.0]
>
> at org.eclipse.jetty.server.handler.ContextHandler$
> Context.createInstance(ContextHandler.java:2632) [jetty-server-9.4.11.
> v20180605.jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.servlet.ServletContextHandler$Context.
> createServlet(ServletContextHandler.java:1372) ~[jetty-servlet-9.4.11.
> v20180605.jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.servlet.ServletHolder.newInstance(ServletHolder.java:1297)
> [jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:647)
> [jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.servlet.ServletHolder.initialize(ServletHolder.java:427)
> [jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:760)
> [jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.servlet.ServletContextHandler.
> startContext(ServletContextHandler.java:374) [jetty-servlet-9.4.11.
> v20180605.jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1497)
> [jetty-webapp-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1459)
> [jetty-webapp-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.server.handler.ContextHandler.
> doStart(ContextHandler.java:848) [jetty-server-9.4.11.
> v20180605.jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.servlet.ServletContextHandler.doStart(
> ServletContextHandler.java:287) [jetty-servlet-9.4.11.
> v20180605.jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:545)
> [jetty-webapp-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.util.component.AbstractLifeCycle.
> start(AbstractLifeCycle.java:68) [jetty-util-9.4.11.v20180605.
> jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.util.component.ContainerLifeCycle.
> start(ContainerLifeCycle.java:138) [jetty-util-9.4.11.v20180605.
> jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.util.component.ContainerLifeCycle.
> doStart(ContainerLifeCycle.java:117) [jetty-util-9.4.11.v20180605.
> jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.server.handler.AbstractHandler.
> doStart(AbstractHandler.java:113) [jetty-server-9.4.11.
> v20180605.jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.server.handler.
> ContextHandlerCollection.doStart(ContextHandlerCollection.java:167)
> [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.util.component.AbstractLifeCycle.
> start(AbstractLifeCycle.java:68) [jetty-util-9.4.11.v20180605.
> jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.util.component.ContainerLifeCycle.
> start(ContainerLifeCycle.java:138) [jetty-util-9.4.11.v20180605.
> jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.util.component.ContainerLifeCycle.
> doStart(ContainerLifeCycle.java:117) [jetty-util-9.4.11.v20180605.
> jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.server.handler.AbstractHandler.
> doStart(AbstractHandler.java:113) [jetty-server-9.4.11.
> v20180605.jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.util.component.AbstractLifeCycle.
> start(AbstractLifeCycle.java:68) [jetty-util-9.4.11.v20180605.
> jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.util.component.ContainerLifeCycle.
> start(ContainerLifeCycle.java:138) [jetty-util-9.4.11.v20180605.
> jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.server.Server.start(Server.java:419)
> [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.util.component.ContainerLifeCycle.
> doStart(ContainerLifeCycle.java:108) [jetty-util-9.4.11.v20180605.
> jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.server.handler.AbstractHandler.
> doStart(AbstractHandler.java:113) [jetty-server-9.4.11.
> v20180605.jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.server.Server.doStart(Server.java:386)
> [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.util.component.AbstractLifeCycle.
> start(AbstractLifeCycle.java:68) [jetty-util-9.4.11.v20180605.
> jar:9.4.11.v20180605]
>
> at com.sterlingcommerce.hadrian.system.jetty.
> JettyHttpServiceImpl.startJetty(JettyHttpServiceImpl.java:391)
> [sspconfig.jar:?]
>
> at com.sterlingcommerce.hadrian.system.jetty.
> JettyHttpServiceImpl.start(JettyHttpServiceImpl.java:123)
> [sspconfig.jar:?]
>
> at $ServiceWithLifecycle_165ed8fee9d.start($
> ServiceWithLifecycle_165ed8fee9d.java) [?:?]
>
> at $ServiceWithLifecycle_165ed8fee89.start($
> ServiceWithLifecycle_165ed8fee89.java) [?:?]
>
> at com.sterlingcommerce.hadrian.system.ServiceManagerImpl.
> initStartGlobalServices(ServiceManagerImpl.java:186) [sspconfig.jar:?]
>
> at com.sterlingcommerce.hadrian.system.ServiceManagerImpl.
> start(ServiceManagerImpl.java:60) [sspconfig.jar:?]
>
> at $ServiceManager_165ed8fee78.start($ServiceManager_165ed8fee78.java)
> [?:?]
>
> at $ServiceManager_165ed8fee76.start($ServiceManager_165ed8fee76.java)
> [?:?]
>
> at com.sterlingcommerce.hadrian.Main.main(Main.java:296)
> [sspconfig.jar:?]
>
> Caused by: java.util.ServiceConfigurationError:
> org.apache.juli.logging.Log: Provider org.eclipse.jetty.apache.jsp.JuliLog
> not a subtype
>
> at java.util.ServiceLoader.fail(ServiceLoader.java:250)
> ~[?:1.8.0]
>
> at java.util.ServiceLoader.access$300(ServiceLoader.java:196)
> ~[?:1.8.0]
>
> at java.util.ServiceLoader$LazyIterator.nextService(ServiceLoader.java:387)
> ~[?:1.8.0]
>
> at java.util.ServiceLoader$LazyIterator.next(ServiceLoader.java:415)
> ~[?:1.8.0]
>
> at java.util.ServiceLoader$1.next(ServiceLoader.java:491)
> ~[?:1.8.0]
>
> at org.apache.juli.logging.LogFactory.<init>(LogFactory.java:78)
> ~[org.mortbay.jasper.apache-jsp-8.5.24.2.jar:2.3]
>
> at org.apache.juli.logging.LogFactory.<clinit>(LogFactory.java:66)
> ~[org.mortbay.jasper.apache-jsp-8.5.24.2.jar:2.3]
>
> at org.apache.jasper.servlet.JspServlet.<init>(JspServlet.java:69)
> ~[org.mortbay.jasper.apache-jsp-8.5.24.2.jar:2.3]
>
> at org.eclipse.jetty.jsp.JettyJspServlet.<init>(JettyJspServlet.java:41)
> ~[org.eclipse.jetty.apache-jsp-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> ... 41 more
>
> 2018-09-18 12:42:43,663 [main] DEBUG ServletHandler - EXCEPTION
>
> javax.servlet.ServletException: ***@19c47==org.eclipse.jetty.
> jsp.JettyJspServlet,jsp=null,order=0,inst=false
>
> at org.eclipse.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:691)
> ~[jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.servlet.ServletHolder.initialize(ServletHolder.java:427)
> ~[jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:760)
> [jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.servlet.ServletContextHandler.
> startContext(ServletContextHandler.java:374) [jetty-servlet-9.4.11.
> v20180605.jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1497)
> [jetty-webapp-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1459)
> [jetty-webapp-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.server.handler.ContextHandler.
> doStart(ContextHandler.java:848) [jetty-server-9.4.11.
> v20180605.jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.servlet.ServletContextHandler.doStart(
> ServletContextHandler.java:287) [jetty-servlet-9.4.11.
> v20180605.jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:545)
> [jetty-webapp-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.util.component.AbstractLifeCycle.
> start(AbstractLifeCycle.java:68) [jetty-util-9.4.11.v20180605.
> jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.util.component.ContainerLifeCycle.
> start(ContainerLifeCycle.java:138) [jetty-util-9.4.11.v20180605.
> jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.util.component.ContainerLifeCycle.
> doStart(ContainerLifeCycle.java:117) [jetty-util-9.4.11.v20180605.
> jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.server.handler.AbstractHandler.
> doStart(AbstractHandler.java:113) [jetty-server-9.4.11.
> v20180605.jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.server.handler.
> ContextHandlerCollection.doStart(ContextHandlerCollection.java:167)
> [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.util.component.AbstractLifeCycle.
> start(AbstractLifeCycle.java:68) [jetty-util-9.4.11.v20180605.
> jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.util.component.ContainerLifeCycle.
> start(ContainerLifeCycle.java:138) [jetty-util-9.4.11.v20180605.
> jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.util.component.ContainerLifeCycle.
> doStart(ContainerLifeCycle.java:117) [jetty-util-9.4.11.v20180605.
> jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.server.handler.AbstractHandler.
> doStart(AbstractHandler.java:113) [jetty-server-9.4.11.
> v20180605.jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.util.component.AbstractLifeCycle.
> start(AbstractLifeCycle.java:68) [jetty-util-9.4.11.v20180605.
> jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.util.component.ContainerLifeCycle.
> start(ContainerLifeCycle.java:138) [jetty-util-9.4.11.v20180605.
> jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.server.Server.start(Server.java:419)
> [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.util.component.ContainerLifeCycle.
> doStart(ContainerLifeCycle.java:108) [jetty-util-9.4.11.v20180605.
> jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.server.handler.AbstractHandler.
> doStart(AbstractHandler.java:113) [jetty-server-9.4.11.
> v20180605.jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.server.Server.doStart(Server.java:386)
> [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.util.component.AbstractLifeCycle.
> start(AbstractLifeCycle.java:68) [jetty-util-9.4.11.v20180605.
> jar:9.4.11.v20180605]
>
> at com.sterlingcommerce.hadrian.system.jetty.
> JettyHttpServiceImpl.startJetty(JettyHttpServiceImpl.java:391)
> [sspconfig.jar:?]
>
> at com.sterlingcommerce.hadrian.system.jetty.
> JettyHttpServiceImpl.start(JettyHttpServiceImpl.java:123)
> [sspconfig.jar:?]
>
> at $ServiceWithLifecycle_165ed8fee9d.start($
> ServiceWithLifecycle_165ed8fee9d.java) [?:?]
>
> at $ServiceWithLifecycle_165ed8fee89.start($
> ServiceWithLifecycle_165ed8fee89.java) [?:?]
>
> at com.sterlingcommerce.hadrian.system.ServiceManagerImpl.
> initStartGlobalServices(ServiceManagerImpl.java:186) [sspconfig.jar:?]
>
> at com.sterlingcommerce.hadrian.system.ServiceManagerImpl.
> start(ServiceManagerImpl.java:60) [sspconfig.jar:?]
>
> at $ServiceManager_165ed8fee78.start($ServiceManager_165ed8fee78.java)
> [?:?]
>
> at $ServiceManager_165ed8fee76.start($ServiceManager_165ed8fee76.java)
> [?:?]
>
> at com.sterlingcommerce.hadrian.Main.main(Main.java:296)
> [sspconfig.jar:?]
>
> Caused by: java.lang.reflect.InvocationTargetException
>
> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
> Method) ~[?:1.8.0]
>
> at sun.reflect.NativeConstructorAccessorImpl.newInstance(
> NativeConstructorAccessorImpl.java:83) ~[?:1.8.0]
>
> at sun.reflect.DelegatingConstructorAccessorI
> mpl.newInstance(DelegatingConstructorAccessorImpl.java:57) ~[?:1.8.0]
>
> at java.lang.reflect.Constructor.
> newInstance(Constructor.java:437) ~[?:1.8.0]
>
> at org.eclipse.jetty.server.handler.ContextHandler$
> Context.createInstance(ContextHandler.java:2632) ~[jetty-server-9.4.11.
> v20180605.jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.servlet.ServletContextHandler$Context.
> createServlet(ServletContextHandler.java:1372) ~[jetty-servlet-9.4.11.
> v20180605.jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.servlet.ServletHolder.newInstance(ServletHolder.java:1297)
> ~[jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:647)
> ~[jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> ... 33 more
>
> Caused by: java.util.ServiceConfigurationError:
> org.apache.juli.logging.Log: Provider org.eclipse.jetty.apache.jsp.JuliLog
> not a subtype
>
> at java.util.ServiceLoader.fail(ServiceLoader.java:250)
> ~[?:1.8.0]
>
> at java.util.ServiceLoader.access$300(ServiceLoader.java:196)
> ~[?:1.8.0]
>
> at java.util.ServiceLoader$LazyIterator.nextService(ServiceLoader.java:387)
> ~[?:1.8.0]
>
> at java.util.ServiceLoader$LazyIterator.next(ServiceLoader.java:415)
> ~[?:1.8.0]
>
> at java.util.ServiceLoader$1.next(ServiceLoader.java:491)
> ~[?:1.8.0]
>
> at org.apache.juli.logging.LogFactory.<init>(LogFactory.java:78)
> ~[org.mortbay.jasper.apache-jsp-8.5.24.2.jar:2.3]
>
> at org.apache.juli.logging.LogFactory.<clinit>(LogFactory.java:66)
> ~[org.mortbay.jasper.apache-jsp-8.5.24.2.jar:2.3]
>
> at org.apache.jasper.servlet.JspServlet.<init>(JspServlet.java:69)
> ~[org.mortbay.jasper.apache-jsp-8.5.24.2.jar:2.3]
>
> at org.eclipse.jetty.jsp.JettyJspServlet.<init>(JettyJspServlet.java:41)
> ~[org.eclipse.jetty.apache-jsp-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
> Method) ~[?:1.8.0]
>
> at sun.reflect.NativeConstructorAccessorImpl.newInstance(
> NativeConstructorAccessorImpl.java:83) ~[?:1.8.0]
>
> at sun.reflect.DelegatingConstructorAccessorI
> mpl.newInstance(DelegatingConstructorAccessorImpl.java:57) ~[?:1.8.0]
>
> at java.lang.reflect.Constructor.
> newInstance(Constructor.java:437) ~[?:1.8.0]
>
> at org.eclipse.jetty.server.handler.ContextHandler$
> Context.createInstance(ContextHandler.java:2632) ~[jetty-server-9.4.11.
> v20180605.jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.servlet.ServletContextHandler$Context.
> createServlet(ServletContextHandler.java:1372) ~[jetty-servlet-9.4.11.
> v20180605.jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.servlet.ServletHolder.newInstance(ServletHolder.java:1297)
> ~[jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:647)
> ~[jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> ... 33 more
>
>
>
>
>
> *From:* jetty-users-***@eclipse.org [mailto:jetty-users-bounces@
> eclipse.org] *On Behalf Of *Joakim Erdfelt
> *Sent:* Thursday, September 13, 2018 6:46 PM
> *To:* Jetty Users @ Eclipse <jetty-***@eclipse.org>
> *Subject:* Re: [jetty-users] Issues with jetty-9.4.11 running JSTL.jar
>
>
>
> ** This mail has been sent from an external source **
>
>
>
>
>
> dm.setContextAttribute(
>
> "org.eclipse.jetty.server.webapp.
> ContainerIncludeJarPattern",
>
> ".*/[^/]*servlet-api-[^/]*\\.
> jar$|.*/jstl*\\.jar$|.*/jsf*\\.jar$");
>
>
>
> Your regex doesn't look right.
>
>
>
> Take it and a directory list and pop it into https://www.
> freeformatter.com/java-regex-tester.html
>
> Test it for what you want to match against (make sure your directory
> listing has fully qualified paths, either in OS/FileSystem format, or URI
> format).
>
>
>
> Also note, JSF is not a server component, it's a WebApp specific
> dependency that will only work within your `WEB-INF/lib`.
>
>
>
> Joakim Erdfelt / ***@webtide.com
>
>
>
>
>
> On Thu, Sep 13, 2018 at 5:45 PM Ubani Allison <***@gmail.com>
> wrote:
>
> Hi all,
>
>
>
> I really have been struggling to get my web app to run with jetty-9.4.11.
> When I deploy my WAR file to a standalone jetty instances it works, but
>
> when I use embedded jetty-9.4.11 the pages will not display. This same war
> file works in jetty-7.0.1 but since I migrated to jetty-9.4.11, I have
>
> not have any success. The browser is not receiving any response back from
> my application. Any suggestions will be appreciated.
>
>
>
> HandlerCollection hc = new HandlerCollection();
>
> ContextHandlerCollection contexts = new
> ContextHandlerCollection();
>
>
>
> DefaultHandler defaultHandler = new DefaultHandler();
>
> hc.setHandlers(new Handler[] { contexts, defaultHandler});
>
> server.setHandler(hc);
>
>
>
> DeploymentManager dm = new DeploymentManager();
>
> WebAppProvider webappProvider = new WebAppProvider();
>
> webappProvider.setMonitoredDirName(sDir);
>
> webappProvider.setScanInterval(1);
>
> webappProvider.setExtractWars(true);
>
> dm.setContexts(contexts);
>
> //dm.setContextAttribute(
>
> // "org.eclipse.jetty.server.webapp.
> ContainerIncludeJarPattern",
>
> // ".*/servlet-api-[^/]*\\.jar$");
>
>
>
> dm.setContextAttribute(
>
> "org.eclipse.jetty.server.webapp.
> ContainerIncludeJarPattern",
>
> ".*/[^/]*servlet-api-[^/]*\\.
> jar$|.*/jstl*\\.jar$|.*/jsf*\\.jar$");
>
>
>
> dm.addAppProvider(webappProvider);
>
> server.addBean(dm);
>
> dm.start();
>
>
>
>
>
>
>
>
>
>
>
>
>
> 2018-09-13 14:24:21,784 [qtp-35913463-24] DEBUG HttpConnection -
> ***@cdb548d2[p=HttpParser{s=START,0 of
> -1},g=***@7e29bce8{s=START}]=>***@97013d33{
> r=0,c=false,a=IDLE,uri=null,age=0}<-***@1693a94f{/
> 127.0.0.1:49886<->/127.0.0.1:7777,OPEN,fill=-,flush=-,to=145/30000}->
> ***@cdb548d2[p=HttpParser{s=START,0 of
> -1},g=***@7e29bce8{s=START}]=>***@97013d33{
> r=0,c=false,a=IDLE,uri=null,age=0}->***@432790d4{/
> 127.0.0.1:49886<->/127.0.0.1:7777,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,
> kio=0,kro=1}->***@26197137{NOT_HANDSHAKING,eio=-
> 1/-1,di=-1}=>***@cdb548d2[p=HttpParser{s=START,0 of
> -1},g=***@7e29bce8{s=START}]=>***@97013d33{
> r=0,c=false,a=IDLE,uri=null,age=0} filled 469 ***@1da99ed1
> [p=0,l=469,c=17408,r=469]={<<<GET /SSPDashboard...5z3m5cil0h0\r\
> n\r\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\
> x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\
> x00\x00\x00\x00\x00\x00\x00}
>
> 2018-09-13 14:24:21,784 [qtp-35913463-24] DEBUG HttpConnection -
> ***@cdb548d2[p=HttpParser{s=START,0 of
> -1},g=***@7e29bce8{s=START}]=>***@97013d33{
> r=0,c=false,a=IDLE,uri=null,age=0}<-***@1693a94f{/
> 127.0.0.1:49886<->/127.0.0.1:7777,OPEN,fill=-,flush=-,to=145/30000}->
> ***@cdb548d2[p=HttpParser{s=START,0 of
> -1},g=***@7e29bce8{s=START}]=>***@97013d33{
> r=0,c=false,a=IDLE,uri=null,age=0}->***@432790d4{/
> 127.0.0.1:49886<->/127.0.0.1:7777,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,
> kio=0,kro=1}->***@26197137{NOT_HANDSHAKING,eio=-
> 1/-1,di=-1}=>***@cdb548d2[p=HttpParser{s=START,0 of
> -1},g=***@7e29bce8{s=START}]=>***@97013d33{
> r=0,c=false,a=IDLE,uri=null,age=0} parse ***@1da99ed1[p=0,l=469,c=17408,r=469]={<<<GET
> /SSPDashboard...5z3m5cil0h0\r\n\r\n>>>\x00\x00\x00\x00\x00\
> x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\
> x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} {}
>
> 2018-09-13 14:24:21,784 [qtp-35913463-24] DEBUG HttpParser - parseNext
> s=START ***@1da99ed1[p=0,l=469,c=17408,r=469]={<<<GET
> /SSPDashboard...5z3m5cil0h0\r\n\r\n>>>\x00\x00\x00\x00\x00\
> x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\
> x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
>
> 2018-09-13 14:24:21,784 [qtp-35913463-24] DEBUG HttpParser - START -->
> SPACE1
>
> 2018-09-13 14:24:21,786 [qtp-35913463-24] DEBUG HttpParser - SPACE1 --> URI
>
> 2018-09-13 14:24:21,786 [qtp-35913463-24] DEBUG HttpParser - URI --> SPACE2
>
> 2018-09-13 14:24:21,786 [qtp-35913463-24] DEBUG HttpParser - SPACE2 -->
> REQUEST_VERSION
>
> 2018-09-13 14:24:21,786 [qtp-35913463-24] DEBUG HttpParser -
> REQUEST_VERSION --> HEADER
>
> 2018-09-13 14:24:21,787 [qtp-35913463-24] DEBUG HttpParser - HEADER:Host
> --> VALUE
>
> 2018-09-13 14:24:21,787 [qtp-35913463-24] DEBUG HttpParser - HEADER:Host
> --> IN_VALUE
>
> 2018-09-13 14:24:21,787 [qtp-35913463-24] DEBUG HttpParser - HEADER:Host
> --> FIELD
>
> 2018-09-13 14:24:21,789 [qtp-35913463-24] DEBUG HttpParser -
> HEADER:Connection: keep-alive --> IN_VALUE
>
> 2018-09-13 14:24:21,789 [qtp-35913463-24] DEBUG HttpParser -
> HEADER:Connection: keep-alive --> FIELD
>
> 2018-09-13 14:24:21,793 [qtp-35913463-24] DEBUG HttpParser - HEADER: -->
> IN_NAME
>
> 2018-09-13 14:24:21,793 [qtp-35913463-24] DEBUG HttpParser -
> HEADER:Upgrade-Insecure-Requests --> VALUE
>
> 2018-09-13 14:24:21,793 [qtp-35913463-24] DEBUG HttpParser -
> HEADER:Upgrade-Insecure-Requests --> IN_VALUE
>
> 2018-09-13 14:24:21,793 [qtp-35913463-24] DEBUG HttpParser -
> HEADER:Upgrade-Insecure-Requests --> FIELD
>
> 2018-09-13 14:24:21,793 [qtp-35913463-24] DEBUG HttpParser -
> HEADER:User-Agent --> VALUE
>
> 2018-09-13 14:24:21,793 [qtp-35913463-24] DEBUG HttpParser -
> HEADER:User-Agent --> IN_VALUE
>
> 2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser -
> HEADER:User-Agent --> FIELD
>
> 2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser -
> HEADER:Accept: text/html,application/xhtml+xml,application/xml;q=0.9,
> image/webp,image/apng,*/*;q=0.8 --> IN_VALUE
>
> 2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser -
> HEADER:Accept: text/html,application/xhtml+xml,application/xml;q=0.9,
> image/webp,image/apng,*/*;q=0.8 --> FIELD
>
> 2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser -
> HEADER:Accept-Encoding: gzip, deflate, br --> IN_VALUE
>
> 2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser -
> HEADER:Accept-Encoding: gzip, deflate, br --> FIELD
>
> 2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser -
> HEADER:Accept-Language --> VALUE
>
> 2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser -
> HEADER:Accept-Language --> IN_VALUE
>
> 2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser -
> HEADER:Accept-Language --> FIELD
>
> 2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser - HEADER:Cookie
> --> VALUE
>
> 2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser - HEADER:Cookie
> --> IN_VALUE
>
> 2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser - HEADER:Cookie
> --> FIELD
>
> 2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser - HEADER --> END
>
> 2018-09-13 14:24:21,795 [qtp-35913463-24] DEBUG HttpChannel - REQUEST for
> //localhost:7777/SSPDashboard on ***@97013d33{
> r=1,c=false,a=IDLE,uri=//localhost:7777/SSPDashboard,age=1}
>
> GET //localhost:7777/SSPDashboard HTTP/1.1
>
> Host: localhost:7777
>
> Connection: keep-alive
>
> Upgrade-Insecure-Requests: 1
>
> User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36
> (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36
>
> Accept: text/html,application/xhtml+xml,application/xml;q=0.9,
> image/webp,image/apng,*/*;q=0.8
>
> Accept-Encoding: gzip, deflate, br
>
> Accept-Language: en-US,en;q=0.9
>
> Cookie: JSESSIONID=1ibz0ohp1twxmq1hvjixfpk2oig113icy28cg1f5z3m5cil0h0
>
>
>
>
>
> 2018-09-13 14:24:21,795 [qtp-35913463-24] DEBUG HttpChannel -
> ***@97013d33{r=1,c=false,a=IDLE,uri=//
> localhost:7777/SSPDashboard,age=1} onContentComplete
>
> 2018-09-13 14:24:21,796 [qtp-35913463-24] DEBUG HttpChannel -
> ***@97013d33{r=1,c=false,a=IDLE,uri=//
> localhost:7777/SSPDashboard,age=2} onRequestComplete
>
> 2018-09-13 14:24:21,796 [qtp-35913463-24] DEBUG HttpInput -
> ***@86fd398f[c=0,q=0,[0]=null,s=STREAM] addContent EOF
>
> 2018-09-13 14:24:21,797 [qtp-35913463-24] DEBUG HttpConnection -
> ***@cdb548d2[p=HttpParser{s=END,0 of
> -1},g=***@7e29bce8{s=START}]=>***@97013d33{
> r=1,c=false,a=IDLE,uri=//localhost:7777/SSPDashboard,
> age=2}<-***@1693a94f{/127.0.0.1:49886<->/127.0.0.1:7777
> ,OPEN,fill=-,flush=-,to=157/30000}->***@cdb548d2[p=HttpParser{s=END,0
> of -1},g=***@7e29bce8{s=START}]=>***@97013d33{
> r=1,c=false,a=IDLE,uri=//localhost:7777/SSPDashboard,
> age=2}->***@432790d4{/127.0.0.1:49886<->/127.0.0.1:7777
> ,OPEN,fill=-,flush=-,to=16/30000}{io=0/0,kio=0,kro=1}->SslConnection@
> 26197137{NOT_HANDSHAKING,eio=-1/-1,di=-1}=>***@cdb548d2[p=HttpParser{s=END,0
> of -1},g=***@7e29bce8{s=START}]=>***@97013d33{
> r=1,c=false,a=IDLE,uri=//localhost:7777/SSPDashboard,age=3} parsed true
> HttpParser{s=END,0 of -1}
>
> 2018-09-13 14:24:21,797 [qtp-35913463-24] DEBUG HttpConnection -
> releaseRequestBuffer ***@cdb548d2[p=HttpParser{s=END,0 of
> -1},g=***@7e29bce8{s=START}]=>***@97013d33{
> r=1,c=false,a=IDLE,uri=//localhost:7777/SSPDashboard,
> age=3}<-***@1693a94f{/127.0.0.1:49886<->/127.0.0.1:7777
> ,OPEN,fill=-,flush=-,to=158/30000}->***@cdb548d2[p=HttpParser{s=END,0
> of -1},g=***@7e29bce8{s=START}]=>***@97013d33{
> r=1,c=false,a=IDLE,uri=//localhost:7777/SSPDashboard,
> age=3}->***@432790d4{/127.0.0.1:49886<->/127.0.0.1:7777
> ,OPEN,fill=-,flush=-,to=16/30000}{io=0/0,kio=0,kro=1}->SslConnection@
> 26197137{NOT_HANDSHAKING,eio=-1/-1,di=-1}=>***@cdb548d2[p=HttpParser{s=END,0
> of -1},g=***@7e29bce8{s=START}]=>***@97013d33{
> r=1,c=false,a=IDLE,uri=//localhost:7777/SSPDashboard,age=3}
>
> 2018-09-13 14:24:21,797 [qtp-35913463-24] DEBUG HttpChannel -
> ***@97013d33{r=1,c=false,a=IDLE,uri=//
> localhost:7777/SSPDashboard,age=3} handle //localhost:7777/SSPDashboard
>
> 2018-09-13 14:24:21,797 [qtp-35913463-24] DEBUG HttpChannelState -
> handling ***@9c865bec{s=IDLE a=NOT_ASYNC i=true r=IDLE
> w=false}
>
> 2018-09-13 14:24:21,798 [qtp-35913463-24] DEBUG HttpChannel -
> ***@97013d33{r=1,c=false,a=DISPATCHED,uri=/
> /localhost:7777/SSPDashboard,age=4} action DISPATCH
>
> 2018-09-13 14:24:21,799 [qtp-35913463-24] DEBUG Server - REQUEST GET
> /SSPDashboard on ***@97013d33{
> r=1,c=false,a=DISPATCHED,uri=//localhost:7777/SSPDashboard,age=5}
>
> 2018-09-13 14:24:21,799 [qtp-35913463-24] DEBUG ContextHandler - scope
> null||/SSPDashboard @ o.e.j.w.WebAppContext@-536f2062{SSPDashboard,/
> SSPDashboard,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-
> HEAD-BUILD400/apps/jetty/webservices/webapps/
> SSPDashboard/,UNAVAILABLE}{C:\Users\ari51787\sandbox\
> SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\
> SSPDashboard}
>
> 2018-09-13 14:24:21,801 [qtp-35913463-24] DEBUG HttpChannel - sendResponse
> info=null content=***@790b7f36[p=0,l=0,c=0,r=0]={<<<>>>}
> complete=true committing=true callback=***@d9468f8{null}
>
> 2018-09-13 14:24:21,801 [qtp-35913463-24] DEBUG HttpChannel - COMMIT for
> /SSPDashboard on ***@97013d33{
> r=1,c=true,a=DISPATCHED,uri=//localhost:7777/SSPDashboard,age=7}
>
>
>
> _______________________________________________
> jetty-users mailing list
> jetty-***@eclipse.org
> To change your delivery options, retrieve your password, or unsubscribe
> from this list, visit
> https://dev.eclipse.org/mailman/listinfo/jetty-users
>
> =====================================================
> Please refer to http://www.aricent.com/email-disclaimer
> for important disclosures regarding this electronic communication.
> =====================================================
>
> _______________________________________________
> jetty-users mailing list
> jetty-***@eclipse.org
> To change your delivery options, retrieve your password, or unsubscribe
> from this list, visit
> https://dev.eclipse.org/mailman/listinfo/jetty-users
>



--
Jan Bartel <***@webtide.com>
www.webtide.com
*Expert assistance from the creators of Jetty and CometD*
Eze Ikonne
2018-09-21 19:05:51 UTC
Permalink
Hi Jan,

Thanks for your response, I have now added this piece code in order to support JSP/JSTL through my embedded Jetty container

classlist.addBefore(
"org.eclipse.jetty.webapp.JettyWebXmlConfiguration",
"org.eclipse.jetty.annotations.AnnotationConfiguration" );

But I am still getting the following stacktrace. Is there a thirdparty jar that we must install in order to overcome
The NoClassDefFoundError seen in the stacktrace? Is there a specific logging mechanism that must be support for Jetty 9.4.11?

Thanks,

Ike

Caused by: java.lang.NoClassDefFoundError: org.apache.juli.logging.LogFactory (initialization failure)
at java.lang.J9VMInternals.initializationAlreadyFailed(J9VMInternals.java:96) ~[?:2.9 (02-08-2018)]
at org.apache.jasper.servlet.JspServlet.<init>(JspServlet.java:69) ~[org.mortbay.jasper.apache-jsp-8.5.24.2.jar:2.3]
at org.eclipse.jetty.jsp.JettyJspServlet.<init>(JettyJspServlet.java:41) ~[org.eclipse.jetty.apache-jsp-9.4.11.v20180605.jar:9.4.11.v20180605]
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:83) ~[?:1.8.0]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:57) ~[?:1.8.0]
at java.lang.reflect.Constructor.newInstance(Constructor.java:437) ~[?:1.8.0]
at org.eclipse.jetty.server.handler.ContextHandler$Context.createInstance(ContextHandler.java:2632) ~[jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.servlet.ServletContextHandler$Context.createServlet(ServletContextHandler.java:1372) ~[jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.servlet.ServletHolder.newInstance(ServletHolder.java:1297) ~[jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:647) ~[jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
... 33 more
Caused by: java.util.ServiceConfigurationError: org.apache.juli.logging.Log: Provider org.eclipse.jetty.apache.jsp.JuliLog not a subtype
at java.util.ServiceLoader.fail(ServiceLoader.java:250) ~[?:1.8.0]
at java.util.ServiceLoader.access$300(ServiceLoader.java:196) ~[?:1.8.0]
at java.util.ServiceLoader$LazyIterator.nextService(ServiceLoader.java:387) ~[?:1.8.0]
at java.util.ServiceLoader$LazyIterator.next(ServiceLoader.java:415) ~[?:1.8.0]
at java.util.ServiceLoader$1.next(ServiceLoader.java:491) ~[?:1.8.0]
at org.apache.juli.logging.LogFactory.<init>(LogFactory.java:78) ~[org.mortbay.jasper.apache-jsp-8.5.24.2.jar:2.3]
at org.apache.juli.logging.LogFactory.<clinit>(LogFactory.java:66) ~[org.mortbay.jasper.apache-jsp-8.5.24.2.jar:2.3]
at org.apache.jasper.servlet.JspServlet.<init>(JspServlet.java:69) ~[org.mortbay.jasper.apache-jsp-8.5.24.2.jar:2.3]
at org.eclipse.jetty.jsp.JettyJspServlet.<init>(JettyJspServlet.java:41) ~[org.eclipse.jetty.apache-jsp-9.4.11.v20180605.jar:9.4.11.v20180605]
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:83) ~[?:1.8.0]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:57) ~[?:1.8.0]
at java.lang.reflect.Constructor.newInstance(Constructor.java:437) ~[?:1.8.0]
at org.eclipse.jetty.server.handler.ContextHandler$Context.createInstance(ContextHandler.java:2632) ~[jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.servlet.ServletContextHandler$Context.createServlet(ServletContextHandler.java:1372) ~[jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.servlet.ServletHolder.newInstance(ServletHolder.java:1297) ~[jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:647) ~[jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
... 33 more


From: jetty-users-***@eclipse.org [mailto:jetty-users-***@eclipse.org] On Behalf Of Jan Bartel
Sent: Tuesday, September 18, 2018 9:23 PM
To: JETTY user mailing list <jetty-***@eclipse.org>
Subject: Re: [jetty-users] Issues with jetty-9.4.11 running JSTL.jar

** This mail has been sent from an external source **

Hi,

Firstly, when you said you put the jstl jars in your webapp, I hope you meant you put the jsf jars in there, because the jstl jars should go on the container's classpath.

Next, the WARNing you see from the ConstraintSecurityHandler means that you have defined security constraints in your web.xml that can leave some methods/paths exposed. Typically occurs when you have a security constraint that names only a few methods, or excludes only a few methods. The servlet spec requires us to warn you of this. See the servlet spec chapter 13.8 Security: Specifying Security Constraints for a good explanation and examples.

Finally, the error "java.util.ServiceConfigurationError: org.apache.juli.logging.Log: Provider org.eclipse.jetty.apache.jsp.JuliLog not a subtype" indicates that you have multiple conflicting jsp-related jars on the classpath. Check you webapp doesn't have some extra jsp jars in there.

The following jsp-related jars must be on the container classpath (I will use the names of the jars as they appear in the distro):

Everything in $jetty.home/lib/apache-jsp:
org.eclipse.jdt.ecj-3.12.3.jar
org.eclipse.jetty.apache-jsp-9.4.11.v20180605.jar
org.mortbay.jasper.apache-el-8.5.24.2.jar
org.mortbay.jasper.apache-jsp-8.5.24.2.jar

Everything in $jetty.home/lib/apache-jstl:
org.apache.taglibs.taglibs-standard-impl-1.2.5.jar
org.apache.taglibs.taglibs-standard-spec-1.2.5.jar

You will also need jetty-annotations.jar and the jetty-plus.jar on the container classpath.

You will need to ensure that you have set up the Configurations to apply to the webapp to include the o.e.j.annotations.AnnotationConfiguration so that the ServletContainerInitializer that sets up the jsp engine is called. The documentation at http://www.eclipse.org/jetty/documentation/9.4.12.v20180830/configuring-jsp.html#jsp-support will lead you to a code example on how to do that.

If you're using jsf, you can put those jars into your WEB-INF/lib, or you can put them onto the container classpath - but if you do that, then you need to add a pattern for them to the org.eclipse.jetty.server.webapp.ContainerIncludeJarPattern so jetty knows to scan them for taglibs.


On 19 September 2018 at 04:30, Eze Ikonne <***@aricent.com<mailto:***@aricent.com>> wrote:
Hi Joakim,

Thanks so very much. I did make a code change to the following, using the exact same syntax that is used by Jetty Standalone and also
putting the JSTL jars in the WEB-INF/lib directory of my app, but I still continue see the following exceptions in my log file. Moreover, when
I hit my application dashboard nothing is coming back to the browser. Please see the exceptions below. Any clue as to what is going on?

HandlerCollection hc = new HandlerCollection();
ContextHandlerCollection contexts = new ContextHandlerCollection();

DefaultHandler defaultHandler = new DefaultHandler();
hc.setHandlers(new Handler[] { contexts, defaultHandler});
server.setHandler(hc);

DeploymentManager dm = new DeploymentManager();
WebAppProvider webappProvider = new WebAppProvider();
webappProvider.setMonitoredDirName(sDir);
webappProvider.setScanInterval(1);
webappProvider.setExtractWars(true);
dm.setContexts(contexts);
//dm.setContextAttribute(
// "org.eclipse.jetty.server.webapp.ContainerIncludeJarPattern",
// ".*/servlet-api-[^/]*\\.jar$");

dm.setContextAttribute(
"org.eclipse.jetty.server.webapp.ContainerIncludeJarPattern",
".*/[^/]*servlet-api-[^/]*\\.jar$|.*/javax.servlet.jsp.jstl-.*\\.jar$|.*/org.apache.taglibs.taglibs-standard-impl-.*\\.jar$");

dm.addAppProvider(webappProvider);
server.addBean(dm);
dm.start();


2018-09-18 12:42:40,918 [main] WARN SecurityHandler - ***@o.e.j.w.WebAppContext@72c05f6a{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,STARTING}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}<mailto:***@o.e.j.w.WebAppContext@72c05f6a%7bSspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,STARTING%7d%7bC:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf%7d> has uncovered http methods for path: /*
2018-09-18 12:42:40,918 [main] DEBUG SecurityHandler -
java.lang.Throwable: null
at org.eclipse.jetty.security.ConstraintSecurityHandler.checkPathsWithUncoveredHttpMethods(ConstraintSecurityHandler.java:808) [jetty-security-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.security.ConstraintSecurityHandler.doStart(ConstraintSecurityHandler.java:446) [jetty-security-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:138) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:108) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:113) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.server.handler.ScopedHandler.doStart(ScopedHandler.java:123) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.server.session.SessionHandler.doStart(SessionHandler.java:503) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:138) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:108) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:113) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.server.handler.ScopedHandler.doStart(ScopedHandler.java:123) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:909) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:370) [jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1497) [jetty-webapp-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1459) [jetty-webapp-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:848) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.servlet.ServletContextHandler.doStart(ServletContextHandler.java:287) [jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:545) [jetty-webapp-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:138) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:117) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:113) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.server.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:167) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:138) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:117) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:113) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:138) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.server.Server.start(Server.java:419) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:108) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:113) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.server.Server.doStart(Server.java:386) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at com.sterlingcommerce.hadrian.system.jetty.JettyHttpServiceImpl.startJetty(JettyHttpServiceImpl.java:391) [sspconfig.jar:?]
at com.sterlingcommerce.hadrian.system.jetty.JettyHttpServiceImpl.start(JettyHttpServiceImpl.java:123) [sspconfig.jar:?]
at $ServiceWithLifecycle_165ed8fee9d.start($ServiceWithLifecycle_165ed8fee9d.java) [?:?]
at $ServiceWithLifecycle_165ed8fee89.start($ServiceWithLifecycle_165ed8fee89.java) [?:?]
at com.sterlingcommerce.hadrian.system.ServiceManagerImpl.initStartGlobalServices(ServiceManagerImpl.java:186) [sspconfig.jar:?]
at com.sterlingcommerce.hadrian.system.ServiceManagerImpl.start(ServiceManagerImpl.java:60) [sspconfig.jar:?]
at $ServiceManager_165ed8fee78.start($ServiceManager_165ed8fee78.java) [?:?]
at $ServiceManager_165ed8fee76.start($ServiceManager_165ed8fee76.java) [?:?]
at com.sterlingcommerce.hadrian.Main.main(Main.java:296) [sspconfig.jar:?]


.

.

.

2018-09-18 12:42:43,657 [main] DEBUG WebAppClassLoader - WAP webapp loaded class org.eclipse.jetty.apache.jsp.JuliLog
2018-09-18 12:42:43,658 [main] WARN SspJsf - unavailable
java.lang.reflect.InvocationTargetException: null
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:83) ~[?:1.8.0]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:57) ~[?:1.8.0]
at java.lang.reflect.Constructor.newInstance(Constructor.java:437) ~[?:1.8.0]
at org.eclipse.jetty.server.handler.ContextHandler$Context.createInstance(ContextHandler.java:2632) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.servlet.ServletContextHandler$Context.createServlet(ServletContextHandler.java:1372) ~[jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.servlet.ServletHolder.newInstance(ServletHolder.java:1297) [jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:647) [jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.servlet.ServletHolder.initialize(ServletHolder.java:427) [jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:760) [jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:374) [jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1497) [jetty-webapp-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1459) [jetty-webapp-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:848) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.servlet.ServletContextHandler.doStart(ServletContextHandler.java:287) [jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:545) [jetty-webapp-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:138) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:117) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:113) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.server.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:167) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:138) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:117) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:113) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:138) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.server.Server.start(Server.java:419) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:108) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:113) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.server.Server.doStart(Server.java:386) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at com.sterlingcommerce.hadrian.system.jetty.JettyHttpServiceImpl.startJetty(JettyHttpServiceImpl.java:391) [sspconfig.jar:?]
at com.sterlingcommerce.hadrian.system.jetty.JettyHttpServiceImpl.start(JettyHttpServiceImpl.java:123) [sspconfig.jar:?]
at $ServiceWithLifecycle_165ed8fee9d.start($ServiceWithLifecycle_165ed8fee9d.java) [?:?]
at $ServiceWithLifecycle_165ed8fee89.start($ServiceWithLifecycle_165ed8fee89.java) [?:?]
at com.sterlingcommerce.hadrian.system.ServiceManagerImpl.initStartGlobalServices(ServiceManagerImpl.java:186) [sspconfig.jar:?]
at com.sterlingcommerce.hadrian.system.ServiceManagerImpl.start(ServiceManagerImpl.java:60) [sspconfig.jar:?]
at $ServiceManager_165ed8fee78.start($ServiceManager_165ed8fee78.java) [?:?]
at $ServiceManager_165ed8fee76.start($ServiceManager_165ed8fee76.java) [?:?]
at com.sterlingcommerce.hadrian.Main.main(Main.java:296) [sspconfig.jar:?]
Caused by: java.util.ServiceConfigurationError: org.apache.juli.logging.Log: Provider org.eclipse.jetty.apache.jsp.JuliLog not a subtype
at java.util.ServiceLoader.fail(ServiceLoader.java:250) ~[?:1.8.0]
at java.util.ServiceLoader.access$300(ServiceLoader.java:196) ~[?:1.8.0]
at java.util.ServiceLoader$LazyIterator.nextService(ServiceLoader.java:387) ~[?:1.8.0]
at java.util.ServiceLoader$LazyIterator.next(ServiceLoader.java:415) ~[?:1.8.0]
at java.util.ServiceLoader$1.next(ServiceLoader.java:491) ~[?:1.8.0]
at org.apache.juli.logging.LogFactory.<init>(LogFactory.java:78) ~[org.mortbay.jasper.apache-jsp-8.5.24.2.jar:2.3]
at org.apache.juli.logging.LogFactory.<clinit>(LogFactory.java:66) ~[org.mortbay.jasper.apache-jsp-8.5.24.2.jar:2.3]
at org.apache.jasper.servlet.JspServlet.<init>(JspServlet.java:69) ~[org.mortbay.jasper.apache-jsp-8.5.24.2.jar:2.3]
at org.eclipse.jetty.jsp.JettyJspServlet.<init>(JettyJspServlet.java:41) ~[org.eclipse.jetty.apache-jsp-9.4.11.v20180605.jar:9.4.11.v20180605]
... 41 more
2018-09-18 12:42:43,663 [main] DEBUG ServletHandler - EXCEPTION
javax.servlet.ServletException: ***@19c47==org.eclipse.jetty.jsp.JettyJspServlet,jsp=null,order=0,inst=false<mailto:***@19c47==org.eclipse.jetty.jsp.JettyJspServlet,jsp=null,order=0,inst=false>
at org.eclipse.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:691) ~[jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.servlet.ServletHolder.initialize(ServletHolder.java:427) ~[jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:760) [jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:374) [jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1497) [jetty-webapp-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1459) [jetty-webapp-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:848) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.servlet.ServletContextHandler.doStart(ServletContextHandler.java:287) [jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:545) [jetty-webapp-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:138) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:117) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:113) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.server.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:167) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:138) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:117) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:113) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:138) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.server.Server.start(Server.java:419) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:108) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:113) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.server.Server.doStart(Server.java:386) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at com.sterlingcommerce.hadrian.system.jetty.JettyHttpServiceImpl.startJetty(JettyHttpServiceImpl.java:391) [sspconfig.jar:?]
at com.sterlingcommerce.hadrian.system.jetty.JettyHttpServiceImpl.start(JettyHttpServiceImpl.java:123) [sspconfig.jar:?]
at $ServiceWithLifecycle_165ed8fee9d.start($ServiceWithLifecycle_165ed8fee9d.java) [?:?]
at $ServiceWithLifecycle_165ed8fee89.start($ServiceWithLifecycle_165ed8fee89.java) [?:?]
at com.sterlingcommerce.hadrian.system.ServiceManagerImpl.initStartGlobalServices(ServiceManagerImpl.java:186) [sspconfig.jar:?]
at com.sterlingcommerce.hadrian.system.ServiceManagerImpl.start(ServiceManagerImpl.java:60) [sspconfig.jar:?]
at $ServiceManager_165ed8fee78.start($ServiceManager_165ed8fee78.java) [?:?]
at $ServiceManager_165ed8fee76.start($ServiceManager_165ed8fee76.java) [?:?]
at com.sterlingcommerce.hadrian.Main.main(Main.java:296) [sspconfig.jar:?]
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:83) ~[?:1.8.0]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:57) ~[?:1.8.0]
at java.lang.reflect.Constructor.newInstance(Constructor.java:437) ~[?:1.8.0]
at org.eclipse.jetty.server.handler.ContextHandler$Context.createInstance(ContextHandler.java:2632) ~[jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.servlet.ServletContextHandler$Context.createServlet(ServletContextHandler.java:1372) ~[jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.servlet.ServletHolder.newInstance(ServletHolder.java:1297) ~[jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:647) ~[jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
... 33 more
Caused by: java.util.ServiceConfigurationError: org.apache.juli.logging.Log: Provider org.eclipse.jetty.apache.jsp.JuliLog not a subtype
at java.util.ServiceLoader.fail(ServiceLoader.java:250) ~[?:1.8.0]
at java.util.ServiceLoader.access$300(ServiceLoader.java:196) ~[?:1.8.0]
at java.util.ServiceLoader$LazyIterator.nextService(ServiceLoader.java:387) ~[?:1.8.0]
at java.util.ServiceLoader$LazyIterator.next(ServiceLoader.java:415) ~[?:1.8.0]
at java.util.ServiceLoader$1.next(ServiceLoader.java:491) ~[?:1.8.0]
at org.apache.juli.logging.LogFactory.<init>(LogFactory.java:78) ~[org.mortbay.jasper.apache-jsp-8.5.24.2.jar:2.3]
at org.apache.juli.logging.LogFactory.<clinit>(LogFactory.java:66) ~[org.mortbay.jasper.apache-jsp-8.5.24.2.jar:2.3]
at org.apache.jasper.servlet.JspServlet.<init>(JspServlet.java:69) ~[org.mortbay.jasper.apache-jsp-8.5.24.2.jar:2.3]
at org.eclipse.jetty.jsp.JettyJspServlet.<init>(JettyJspServlet.java:41) ~[org.eclipse.jetty.apache-jsp-9.4.11.v20180605.jar:9.4.11.v20180605]
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:83) ~[?:1.8.0]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:57) ~[?:1.8.0]
at java.lang.reflect.Constructor.newInstance(Constructor.java:437) ~[?:1.8.0]
at org.eclipse.jetty.server.handler.ContextHandler$Context.createInstance(ContextHandler.java:2632) ~[jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.servlet.ServletContextHandler$Context.createServlet(ServletContextHandler.java:1372) ~[jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.servlet.ServletHolder.newInstance(ServletHolder.java:1297) ~[jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:647) ~[jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
... 33 more


From: jetty-users-***@eclipse.org<mailto:jetty-users-***@eclipse.org> [mailto:jetty-users-***@eclipse.org<mailto:jetty-users-***@eclipse.org>] On Behalf Of Joakim Erdfelt
Sent: Thursday, September 13, 2018 6:46 PM
To: Jetty Users @ Eclipse <jetty-***@eclipse.org<mailto:jetty-***@eclipse.org>>
Subject: Re: [jetty-users] Issues with jetty-9.4.11 running JSTL.jar

** This mail has been sent from an external source **


dm.setContextAttribute(
"org.eclipse.jetty.server.webapp.ContainerIncludeJarPattern",
".*/[^/]*servlet-api-[^/]*\\.jar$|.*/jstl*\\.jar$|.*/jsf*\\.jar$");

Your regex doesn't look right.

Take it and a directory list and pop it into https://www.freeformatter.com/java-regex-tester.html
Test it for what you want to match against (make sure your directory listing has fully qualified paths, either in OS/FileSystem format, or URI format).

Also note, JSF is not a server component, it's a WebApp specific dependency that will only work within your `WEB-INF/lib`.

Joakim Erdfelt / ***@webtide.com<mailto:***@webtide.com>


On Thu, Sep 13, 2018 at 5:45 PM Ubani Allison <***@gmail.com<mailto:***@gmail.com>> wrote:
Hi all,

I really have been struggling to get my web app to run with jetty-9.4.11. When I deploy my WAR file to a standalone jetty instances it works, but
when I use embedded jetty-9.4.11 the pages will not display. This same war file works in jetty-7.0.1 but since I migrated to jetty-9.4.11, I have
not have any success. The browser is not receiving any response back from my application. Any suggestions will be appreciated.

HandlerCollection hc = new HandlerCollection();
ContextHandlerCollection contexts = new ContextHandlerCollection();

DefaultHandler defaultHandler = new DefaultHandler();
hc.setHandlers(new Handler[] { contexts, defaultHandler});
server.setHandler(hc);

DeploymentManager dm = new DeploymentManager();
WebAppProvider webappProvider = new WebAppProvider();
webappProvider.setMonitoredDirName(sDir);
webappProvider.setScanInterval(1);
webappProvider.setExtractWars(true);
dm.setContexts(contexts);
//dm.setContextAttribute(
// "org.eclipse.jetty.server.webapp.ContainerIncludeJarPattern",
// ".*/servlet-api-[^/]*\\.jar$");

dm.setContextAttribute(
"org.eclipse.jetty.server.webapp.ContainerIncludeJarPattern",
".*/[^/]*servlet-api-[^/]*\\.jar$|.*/jstl*\\.jar$|.*/jsf*\\.jar$");

dm.addAppProvider(webappProvider);
server.addBean(dm);
dm.start();






2018-09-13 14:24:21,784 [qtp-35913463-24] DEBUG HttpConnection - ***@cdb548d2[p=HttpParser{s=START,0 of -1},g=***@7e29bce8{s=START}]=>***@97013d33{r=0,c=false,a=IDLE,uri=null,age=0}<-***@1693a94f{/127.0.0.1:49886<http://127.0.0.1:49886/><->/127.0.0.1:7777<http://127.0.0.1:7777/>,OPEN,fill=-,flush=-,to=145/30000}->***@cdb548d2[p=HttpParser{s=START,0 of -1},g=***@7e29bce8{s=START}]=>***@97013d33{r=0,c=false,a=IDLE,uri=null,age=0}->***@432790d4{/127.0.0.1:49886<http://127.0.0.1:49886/><->/127.0.0.1:7777<http://127.0.0.1:7777/>,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->***@26197137{NOT_HANDSHAKING,eio=-1/-1,di=-1}=>***@cdb548d2[p=HttpParser{s=START,0 of -1},g=***@7e29bce8{s=START}]=>***@97013d33{r=0,c=false,a=IDLE,uri=null,age=0} filled 469 ***@1da99ed1[p=0,l=469,c=17408,r=469]={<<<GET /SSPDashboard...5z3m5cil0h0\r\n\r\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
2018-09-13 14:24:21,784 [qtp-35913463-24] DEBUG HttpConnection - ***@cdb548d2[p=HttpParser{s=START,0 of -1},g=***@7e29bce8{s=START}]=>***@97013d33{r=0,c=false,a=IDLE,uri=null,age=0}<-***@1693a94f{/127.0.0.1:49886<http://127.0.0.1:49886/><->/127.0.0.1:7777<http://127.0.0.1:7777/>,OPEN,fill=-,flush=-,to=145/30000}->***@cdb548d2[p=HttpParser{s=START,0 of -1},g=***@7e29bce8{s=START}]=>***@97013d33{r=0,c=false,a=IDLE,uri=null,age=0}->***@432790d4{/127.0.0.1:49886<http://127.0.0.1:49886/><->/127.0.0.1:7777<http://127.0.0.1:7777/>,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->***@26197137{NOT_HANDSHAKING,eio=-1/-1,di=-1}=>***@cdb548d2[p=HttpParser{s=START,0 of -1},g=***@7e29bce8{s=START}]=>***@97013d33{r=0,c=false,a=IDLE,uri=null,age=0} parse ***@1da99ed1[p=0,l=469,c=17408,r=469]={<<<GET /SSPDashboard...5z3m5cil0h0\r\n\r\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} {}
2018-09-13 14:24:21,784 [qtp-35913463-24] DEBUG HttpParser - parseNext s=START ***@1da99ed1[p=0,l=469,c=17408,r=469]={<<<GET /SSPDashboard...5z3m5cil0h0\r\n\r\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
2018-09-13 14:24:21,784 [qtp-35913463-24] DEBUG HttpParser - START --> SPACE1
2018-09-13 14:24:21,786 [qtp-35913463-24] DEBUG HttpParser - SPACE1 --> URI
2018-09-13 14:24:21,786 [qtp-35913463-24] DEBUG HttpParser - URI --> SPACE2
2018-09-13 14:24:21,786 [qtp-35913463-24] DEBUG HttpParser - SPACE2 --> REQUEST_VERSION
2018-09-13 14:24:21,786 [qtp-35913463-24] DEBUG HttpParser - REQUEST_VERSION --> HEADER
2018-09-13 14:24:21,787 [qtp-35913463-24] DEBUG HttpParser - HEADER:Host --> VALUE
2018-09-13 14:24:21,787 [qtp-35913463-24] DEBUG HttpParser - HEADER:Host --> IN_VALUE
2018-09-13 14:24:21,787 [qtp-35913463-24] DEBUG HttpParser - HEADER:Host --> FIELD
2018-09-13 14:24:21,789 [qtp-35913463-24] DEBUG HttpParser - HEADER:Connection: keep-alive --> IN_VALUE
2018-09-13 14:24:21,789 [qtp-35913463-24] DEBUG HttpParser - HEADER:Connection: keep-alive --> FIELD
2018-09-13 14:24:21,793 [qtp-35913463-24] DEBUG HttpParser - HEADER: --> IN_NAME
2018-09-13 14:24:21,793 [qtp-35913463-24] DEBUG HttpParser - HEADER:Upgrade-Insecure-Requests --> VALUE
2018-09-13 14:24:21,793 [qtp-35913463-24] DEBUG HttpParser - HEADER:Upgrade-Insecure-Requests --> IN_VALUE
2018-09-13 14:24:21,793 [qtp-35913463-24] DEBUG HttpParser - HEADER:Upgrade-Insecure-Requests --> FIELD
2018-09-13 14:24:21,793 [qtp-35913463-24] DEBUG HttpParser - HEADER:User-Agent --> VALUE
2018-09-13 14:24:21,793 [qtp-35913463-24] DEBUG HttpParser - HEADER:User-Agent --> IN_VALUE
2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser - HEADER:User-Agent --> FIELD
2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser - HEADER:Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8 --> IN_VALUE
2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser - HEADER:Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8 --> FIELD
2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser - HEADER:Accept-Encoding: gzip, deflate, br --> IN_VALUE
2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser - HEADER:Accept-Encoding: gzip, deflate, br --> FIELD
2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser - HEADER:Accept-Language --> VALUE
2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser - HEADER:Accept-Language --> IN_VALUE
2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser - HEADER:Accept-Language --> FIELD
2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser - HEADER:Cookie --> VALUE
2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser - HEADER:Cookie --> IN_VALUE
2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser - HEADER:Cookie --> FIELD
2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser - HEADER --> END
2018-09-13 14:24:21,795 [qtp-35913463-24] DEBUG HttpChannel - REQUEST for //localhost:7777/SSPDashboard on ***@97013d33{r=1,c=false,a=IDLE,uri=//localhost:7777/SSPDashboard,age=1}
GET //localhost:7777/SSPDashboard HTTP/1.1
Host: localhost:7777
Connection: keep-alive
Upgrade-Insecure-Requests: 1
User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8
Accept-Encoding: gzip, deflate, br
Accept-Language: en-US,en;q=0.9
Cookie: JSESSIONID=1ibz0ohp1twxmq1hvjixfpk2oig113icy28cg1f5z3m5cil0h0


2018-09-13 14:24:21,795 [qtp-35913463-24] DEBUG HttpChannel - ***@97013d33{r=1,c=false,a=IDLE,uri=//localhost:7777/SSPDashboard,age=1} onContentComplete
2018-09-13 14:24:21,796 [qtp-35913463-24] DEBUG HttpChannel - ***@97013d33{r=1,c=false,a=IDLE,uri=//localhost:7777/SSPDashboard,age=2} onRequestComplete
2018-09-13 14:24:21,796 [qtp-35913463-24] DEBUG HttpInput - ***@86fd398f[c=0,q=0,[0]=null,s=STREAM] addContent EOF
2018-09-13 14:24:21,797 [qtp-35913463-24] DEBUG HttpConnection - ***@cdb548d2[p=HttpParser{s=END,0 of -1},g=***@7e29bce8{s=START}]=>***@97013d33{r=1,c=false,a=IDLE,uri=//localhost:7777/SSPDashboard,age=2}<-***@1693a94f{/127.0.0.1:49886<http://127.0.0.1:49886/><->/127.0.0.1:7777<http://127.0.0.1:7777/>,OPEN,fill=-,flush=-,to=157/30000}->***@cdb548d2[p=HttpParser{s=END,0 of -1},g=***@7e29bce8{s=START}]=>***@97013d33{r=1,c=false,a=IDLE,uri=//localhost:7777/SSPDashboard,age=2}->***@432790d4{/127.0.0.1:49886<http://127.0.0.1:49886/><->/127.0.0.1:7777<http://127.0.0.1:7777/>,OPEN,fill=-,flush=-,to=16/30000}{io=0/0,kio=0,kro=1}->***@26197137{NOT_HANDSHAKING,eio=-1/-1,di=-1}=>***@cdb548d2[p=HttpParser{s=END,0 of -1},g=***@7e29bce8{s=START}]=>***@97013d33{r=1,c=false,a=IDLE,uri=//localhost:7777/SSPDashboard,age=3} parsed true HttpParser{s=END,0 of -1}
2018-09-13 14:24:21,797 [qtp-35913463-24] DEBUG HttpConnection - releaseRequestBuffer ***@cdb548d2[p=HttpParser{s=END,0 of -1},g=***@7e29bce8{s=START}]=>***@97013d33{r=1,c=false,a=IDLE,uri=//localhost:7777/SSPDashboard,age=3}<-***@1693a94f{/127.0.0.1:49886<http://127.0.0.1:49886/><->/127.0.0.1:7777<http://127.0.0.1:7777/>,OPEN,fill=-,flush=-,to=158/30000}->***@cdb548d2[p=HttpParser{s=END,0 of -1},g=***@7e29bce8{s=START}]=>***@97013d33{r=1,c=false,a=IDLE,uri=//localhost:7777/SSPDashboard,age=3}->***@432790d4{/127.0.0.1:49886<http://127.0.0.1:49886/><->/127.0.0.1:7777<http://127.0.0.1:7777/>,OPEN,fill=-,flush=-,to=16/30000}{io=0/0,kio=0,kro=1}->***@26197137{NOT_HANDSHAKING,eio=-1/-1,di=-1}=>***@cdb548d2[p=HttpParser{s=END,0 of -1},g=***@7e29bce8{s=START}]=>***@97013d33{r=1,c=false,a=IDLE,uri=//localhost:7777/SSPDashboard,age=3}
2018-09-13 14:24:21,797 [qtp-35913463-24] DEBUG HttpChannel - ***@97013d33{r=1,c=false,a=IDLE,uri=//localhost:7777/SSPDashboard,age=3} handle //localhost:7777/SSPDashboard
2018-09-13 14:24:21,797 [qtp-35913463-24] DEBUG HttpChannelState - handling ***@9c865bec{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false}
2018-09-13 14:24:21,798 [qtp-35913463-24] DEBUG HttpChannel - ***@97013d33{r=1,c=false,a=DISPATCHED,uri=//localhost:7777/SSPDashboard,age=4} action DISPATCH
2018-09-13 14:24:21,799 [qtp-35913463-24] DEBUG Server - REQUEST GET /SSPDashboard on ***@97013d33{r=1,c=false,a=DISPATCHED,uri=//localhost:7777/SSPDashboard,age=5}
2018-09-13 14:24:21,799 [qtp-35913463-24] DEBUG ContextHandler - scope null||/SSPDashboard @ o.e.j.w.WebAppContext@-536f2062{SSPDashboard,/SSPDashboard,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SSPDashboard}<mailto:o.e.j.w.WebAppContext@-536f2062%7bSSPDashboard,/SSPDashboard,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/,UNAVAILABLE%7d%7bC:%5CUsers%5Cari51787%5Csandbox%5CSSPConfig3432-20180529-NEW-HEAD-BUILD400%5Capps%5Cjetty%5Cwebservices%5Cwebapps%5CSSPDashboard%7d>
2018-09-13 14:24:21,801 [qtp-35913463-24] DEBUG HttpChannel - sendResponse info=null content=***@790b7f36[p=0,l=0,c=0,r=0]={<<<>>>} complete=true committing=true callback=***@d9468f8{null}
2018-09-13 14:24:21,801 [qtp-35913463-24] DEBUG HttpChannel - COMMIT for /SSPDashboard on ***@97013d33{r=1,c=true,a=DISPATCHED,uri=//localhost:7777/SSPDashboard,age=7}

_______________________________________________
jetty-users mailing list
jetty-***@eclipse.org<mailto:jetty-***@eclipse.org>
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users
=====================================================
Please refer to http://www.aricent.com/email-disclaimer
for important disclosures regarding this electronic communication.
=====================================================

_______________________________________________
jetty-users mailing list
jetty-***@eclipse.org<mailto:jetty-***@eclipse.org>
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users



--
Jan Bartel <***@webtide.com<mailto:***@webtide.com>>
www.webtide.com<http://www.webtide.com>
Expert assistance from the creators of Jetty and CometD

=====================================================
Please refer to http://www.aricent.com/email-disclaimer
for important disclosures regarding this electronic communication.
=====================================================
Joakim Erdfelt
2018-09-21 19:35:31 UTC
Permalink
What other dependencies do you have?
Can you do a `mvn dependency:tree` for us?

> Caused by: java.util.ServiceConfigurationError:
org.apache.juli.logging.Log: Provider org.eclipse.jetty.apache.jsp.JuliLog
not a subtype

That line is suspect, you likely have a org.apache.juli.logging.Log in
multiple dependencies.

Joakim Erdfelt / ***@webtide.com


On Fri, Sep 21, 2018 at 2:06 PM Eze Ikonne <***@aricent.com> wrote:

> Hi Jan,
>
>
>
> Thanks for your response, I have now added this piece code in order to
> support JSP/JSTL through my embedded Jetty container
>
>
>
> classlist.addBefore(
>
> "org.eclipse.jetty.webapp.JettyWebXmlConfiguration",
>
>
> "org.eclipse.jetty.annotations.AnnotationConfiguration" );
>
>
>
> But I am still getting the following stacktrace. Is there a thirdparty jar
> that we must install in order to overcome
>
> The NoClassDefFoundError seen in the stacktrace? Is there a specific
> logging mechanism that must be support for Jetty 9.4.11?
>
>
>
> Thanks,
>
>
>
> Ike
>
>
>
> Caused by: java.lang.NoClassDefFoundError:
> org.apache.juli.logging.LogFactory (initialization failure)
>
> at
> java.lang.J9VMInternals.initializationAlreadyFailed(J9VMInternals.java:96)
> ~[?:2.9 (02-08-2018)]
>
> at org.apache.jasper.servlet.JspServlet.<init>(JspServlet.java:69)
> ~[org.mortbay.jasper.apache-jsp-8.5.24.2.jar:2.3]
>
> at
> org.eclipse.jetty.jsp.JettyJspServlet.<init>(JettyJspServlet.java:41)
> ~[org.eclipse.jetty.apache-jsp-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
> Method) ~[?:1.8.0]
>
> at
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:83)
> ~[?:1.8.0]
>
> at
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:57)
> ~[?:1.8.0]
>
> at java.lang.reflect.Constructor.newInstance(Constructor.java:437)
> ~[?:1.8.0]
>
> at
> org.eclipse.jetty.server.handler.ContextHandler$Context.createInstance(ContextHandler.java:2632)
> ~[jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.servlet.ServletContextHandler$Context.createServlet(ServletContextHandler.java:1372)
> ~[jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.servlet.ServletHolder.newInstance(ServletHolder.java:1297)
> ~[jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:647)
> ~[jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> ... 33 more
>
> Caused by: java.util.ServiceConfigurationError:
> org.apache.juli.logging.Log: Provider org.eclipse.jetty.apache.jsp.JuliLog
> not a subtype
>
> at java.util.ServiceLoader.fail(ServiceLoader.java:250) ~[?:1.8.0]
>
> at java.util.ServiceLoader.access$300(ServiceLoader.java:196)
> ~[?:1.8.0]
>
> at
> java.util.ServiceLoader$LazyIterator.nextService(ServiceLoader.java:387)
> ~[?:1.8.0]
>
> at java.util.ServiceLoader$LazyIterator.next(ServiceLoader.java:415)
> ~[?:1.8.0]
>
> at java.util.ServiceLoader$1.next(ServiceLoader.java:491) ~[?:1.8.0]
>
> at org.apache.juli.logging.LogFactory.<init>(LogFactory.java:78)
> ~[org.mortbay.jasper.apache-jsp-8.5.24.2.jar:2.3]
>
> at org.apache.juli.logging.LogFactory.<clinit>(LogFactory.java:66)
> ~[org.mortbay.jasper.apache-jsp-8.5.24.2.jar:2.3]
>
> at org.apache.jasper.servlet.JspServlet.<init>(JspServlet.java:69)
> ~[org.mortbay.jasper.apache-jsp-8.5.24.2.jar:2.3]
>
> at
> org.eclipse.jetty.jsp.JettyJspServlet.<init>(JettyJspServlet.java:41)
> ~[org.eclipse.jetty.apache-jsp-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
> Method) ~[?:1.8.0]
>
> at
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:83)
> ~[?:1.8.0]
>
> at
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:57)
> ~[?:1.8.0]
>
> at java.lang.reflect.Constructor.newInstance(Constructor.java:437)
> ~[?:1.8.0]
>
> at
> org.eclipse.jetty.server.handler.ContextHandler$Context.createInstance(ContextHandler.java:2632)
> ~[jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.servlet.ServletContextHandler$Context.createServlet(ServletContextHandler.java:1372)
> ~[jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.servlet.ServletHolder.newInstance(ServletHolder.java:1297)
> ~[jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:647)
> ~[jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> ... 33 more
>
>
>
>
>
> *From:* jetty-users-***@eclipse.org [mailto:
> jetty-users-***@eclipse.org] *On Behalf Of *Jan Bartel
> *Sent:* Tuesday, September 18, 2018 9:23 PM
> *To:* JETTY user mailing list <jetty-***@eclipse.org>
> *Subject:* Re: [jetty-users] Issues with jetty-9.4.11 running JSTL.jar
>
>
>
> ** This mail has been sent from an external source **
>
>
>
> Hi,
>
>
>
> Firstly, when you said you put the jstl jars in your webapp, I hope you
> meant you put the jsf jars in there, because the jstl jars should go on the
> container's classpath.
>
>
>
> Next, the WARNing you see from the ConstraintSecurityHandler means that
> you have defined security constraints in your web.xml that can leave some
> methods/paths exposed. Typically occurs when you have a security constraint
> that names only a few methods, or excludes only a few methods. The servlet
> spec requires us to warn you of this. See the servlet spec chapter 13.8
> Security: Specifying Security Constraints for a good explanation and
> examples.
>
>
>
> Finally, the error "java.util.ServiceConfigurationError:
> org.apache.juli.logging.Log: Provider org.eclipse.jetty.apache.jsp.JuliLog
> not a subtype" indicates that you have multiple conflicting jsp-related
> jars on the classpath. Check you webapp doesn't have some extra jsp jars
> in there.
>
>
>
> The following jsp-related jars must be on the container classpath (I will
> use the names of the jars as they appear in the distro):
>
>
>
> Everything in $jetty.home/lib/apache-jsp:
>
> org.eclipse.jdt.ecj-3.12.3.jar
>
> org.eclipse.jetty.apache-jsp-9.4.11.v20180605.jar
>
> org.mortbay.jasper.apache-el-8.5.24.2.jar
>
> org.mortbay.jasper.apache-jsp-8.5.24.2.jar
>
>
>
> Everything in $jetty.home/lib/apache-jstl:
>
> org.apache.taglibs.taglibs-standard-impl-1.2.5.jar
>
> org.apache.taglibs.taglibs-standard-spec-1.2.5.jar
>
>
>
> You will also need jetty-annotations.jar and the jetty-plus.jar on the
> container classpath.
>
>
>
> You will need to ensure that you have set up the Configurations to apply
> to the webapp to include the o.e.j.annotations.AnnotationConfiguration so
> that the ServletContainerInitializer that sets up the jsp engine is called.
> The documentation at
> http://www.eclipse.org/jetty/documentation/9.4.12.v20180830/configuring-jsp.html#jsp-support
> will lead you to a code example on how to do that.
>
>
>
> If you're using jsf, you can put those jars into your WEB-INF/lib, or you
> can put them onto the container classpath - but if you do that, then you
> need to add a pattern for them to
> the org.eclipse.jetty.server.webapp.ContainerIncludeJarPattern so jetty
> knows to scan them for taglibs.
>
>
>
>
>
> On 19 September 2018 at 04:30, Eze Ikonne <***@aricent.com> wrote:
>
> Hi Joakim,
>
>
>
> Thanks so very much. I did make a code change to the following, using the
> exact same syntax that is used by Jetty Standalone and also
>
> putting the JSTL jars in the WEB-INF/lib directory of my app, but I still
> continue see the following exceptions in my log file. Moreover, when
>
> I hit my application dashboard nothing is coming back to the browser.
> Please see the exceptions below. Any clue as to what is going on?
>
>
>
> HandlerCollection hc = *new* HandlerCollection();
>
> ContextHandlerCollection contexts = *new*
> ContextHandlerCollection();
>
>
>
> DefaultHandler defaultHandler = *new* DefaultHandler();
>
> hc.setHandlers(*new* Handler[] { contexts, defaultHandler});
>
> server.setHandler(hc);
>
>
>
> DeploymentManager dm = *new* DeploymentManager();
>
> WebAppProvider webappProvider = *new* WebAppProvider();
>
> webappProvider.setMonitoredDirName(sDir);
>
> webappProvider.setScanInterval(1);
>
> webappProvider.setExtractWars(*true*);
>
> dm.setContexts(contexts);
>
> //dm.setContextAttribute(
>
> //
> "org.eclipse.jetty.server.webapp.ContainerIncludeJarPattern",
>
> // ".*/*servlet*-*api*-[^/]*\\.jar$");
>
>
>
> dm.setContextAttribute(
>
>
> "org.eclipse.jetty.server.webapp.ContainerIncludeJarPattern",
>
>
> ".*/[^/]*servlet-api-[^/]*\\.jar$|.*/javax.servlet.jsp.jstl-.*\\.jar$|.*/org.apache.taglibs.taglibs-standard-impl-.*\\.jar$"
> );
>
>
>
> dm.addAppProvider(webappProvider);
>
> server.addBean(dm);
>
> dm.start();
>
>
>
>
>
> 2018-09-18 12:42:40,918 [main] WARN SecurityHandler -
> ***@o.e.j.w.WebAppContext@72c05f6a{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,STARTING}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}
> has uncovered http methods for path: /*
>
> 2018-09-18 12:42:40,918 [main] DEBUG SecurityHandler -
>
> java.lang.Throwable: null
>
> at
> org.eclipse.jetty.security.ConstraintSecurityHandler.checkPathsWithUncoveredHttpMethods(ConstraintSecurityHandler.java:808)
> [jetty-security-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.security.ConstraintSecurityHandler.doStart(ConstraintSecurityHandler.java:446)
> [jetty-security-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
> [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:138)
> [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:108)
> [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:113)
> [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.server.handler.ScopedHandler.doStart(ScopedHandler.java:123)
> [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.server.session.SessionHandler.doStart(SessionHandler.java:503)
> [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
> [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:138)
> [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:108)
> [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:113)
> [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.server.handler.ScopedHandler.doStart(ScopedHandler.java:123)
> [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:909)
> [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:370)
> [jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1497)
> [jetty-webapp-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1459)
> [jetty-webapp-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:848)
> [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.servlet.ServletContextHandler.doStart(ServletContextHandler.java:287)
> [jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:545)
> [jetty-webapp-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
> [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:138)
> [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:117)
> [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:113)
> [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.server.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:167)
> [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
> [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:138)
> [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:117)
> [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:113)
> [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
> [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:138)
> [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.server.Server.start(Server.java:419)
> [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:108)
> [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:113)
> [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.server.Server.doStart(Server.java:386)
> [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
> [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> com.sterlingcommerce.hadrian.system.jetty.JettyHttpServiceImpl.startJetty(JettyHttpServiceImpl.java:391)
> [sspconfig.jar:?]
>
> at
> com.sterlingcommerce.hadrian.system.jetty.JettyHttpServiceImpl.start(JettyHttpServiceImpl.java:123)
> [sspconfig.jar:?]
>
> at
> $ServiceWithLifecycle_165ed8fee9d.start($ServiceWithLifecycle_165ed8fee9d.java)
> [?:?]
>
> at
> $ServiceWithLifecycle_165ed8fee89.start($ServiceWithLifecycle_165ed8fee89.java)
> [?:?]
>
> at
> com.sterlingcommerce.hadrian.system.ServiceManagerImpl.initStartGlobalServices(ServiceManagerImpl.java:186)
> [sspconfig.jar:?]
>
> at
> com.sterlingcommerce.hadrian.system.ServiceManagerImpl.start(ServiceManagerImpl.java:60)
> [sspconfig.jar:?]
>
> at
> $ServiceManager_165ed8fee78.start($ServiceManager_165ed8fee78.java) [?:?]
>
> at
> $ServiceManager_165ed8fee76.start($ServiceManager_165ed8fee76.java) [?:?]
>
> at com.sterlingcommerce.hadrian.Main.main(Main.java:296)
> [sspconfig.jar:?]
>
>
>
> 
.
>
> 
.
>
> 
.
>
>
>
> 2018-09-18 12:42:43,657 [main] DEBUG WebAppClassLoader - WAP webapp loaded
> class org.eclipse.jetty.apache.jsp.JuliLog
>
> 2018-09-18 12:42:43,658 [main] WARN SspJsf - unavailable
>
> java.lang.reflect.InvocationTargetException: null
>
> at
> sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
> ~[?:1.8.0]
>
> at
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:83)
> ~[?:1.8.0]
>
> at
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:57)
> ~[?:1.8.0]
>
> at
> java.lang.reflect.Constructor.newInstance(Constructor.java:437) ~[?:1.8.0]
>
> at
> org.eclipse.jetty.server.handler.ContextHandler$Context.createInstance(ContextHandler.java:2632)
> [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.servlet.ServletContextHandler$Context.createServlet(ServletContextHandler.java:1372)
> ~[jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.servlet.ServletHolder.newInstance(ServletHolder.java:1297)
> [jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:647)
> [jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.servlet.ServletHolder.initialize(ServletHolder.java:427)
> [jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:760)
> [jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:374)
> [jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1497)
> [jetty-webapp-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1459)
> [jetty-webapp-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:848)
> [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.servlet.ServletContextHandler.doStart(ServletContextHandler.java:287)
> [jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:545)
> [jetty-webapp-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
> [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:138)
> [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:117)
> [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:113)
> [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.server.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:167)
> [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
> [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:138)
> [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:117)
> [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:113)
> [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
> [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:138)
> [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.server.Server.start(Server.java:419)
> [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:108)
> [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:113)
> [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.server.Server.doStart(Server.java:386)
> [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
> [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> com.sterlingcommerce.hadrian.system.jetty.JettyHttpServiceImpl.startJetty(JettyHttpServiceImpl.java:391)
> [sspconfig.jar:?]
>
> at
> com.sterlingcommerce.hadrian.system.jetty.JettyHttpServiceImpl.start(JettyHttpServiceImpl.java:123)
> [sspconfig.jar:?]
>
> at
> $ServiceWithLifecycle_165ed8fee9d.start($ServiceWithLifecycle_165ed8fee9d.java)
> [?:?]
>
> at
> $ServiceWithLifecycle_165ed8fee89.start($ServiceWithLifecycle_165ed8fee89.java)
> [?:?]
>
> at
> com.sterlingcommerce.hadrian.system.ServiceManagerImpl.initStartGlobalServices(ServiceManagerImpl.java:186)
> [sspconfig.jar:?]
>
> at
> com.sterlingcommerce.hadrian.system.ServiceManagerImpl.start(ServiceManagerImpl.java:60)
> [sspconfig.jar:?]
>
> at
> $ServiceManager_165ed8fee78.start($ServiceManager_165ed8fee78.java) [?:?]
>
> at
> $ServiceManager_165ed8fee76.start($ServiceManager_165ed8fee76.java) [?:?]
>
> at com.sterlingcommerce.hadrian.Main.main(Main.java:296)
> [sspconfig.jar:?]
>
> Caused by: java.util.ServiceConfigurationError:
> org.apache.juli.logging.Log: Provider org.eclipse.jetty.apache.jsp.JuliLog
> not a subtype
>
> at java.util.ServiceLoader.fail(ServiceLoader.java:250)
> ~[?:1.8.0]
>
> at
> java.util.ServiceLoader.access$300(ServiceLoader.java:196) ~[?:1.8.0]
>
> at
> java.util.ServiceLoader$LazyIterator.nextService(ServiceLoader.java:387)
> ~[?:1.8.0]
>
> at
> java.util.ServiceLoader$LazyIterator.next(ServiceLoader.java:415) ~[?:1.8.0]
>
> at java.util.ServiceLoader$1.next(ServiceLoader.java:491)
> ~[?:1.8.0]
>
> at
> org.apache.juli.logging.LogFactory.<init>(LogFactory.java:78)
> ~[org.mortbay.jasper.apache-jsp-8.5.24.2.jar:2.3]
>
> at
> org.apache.juli.logging.LogFactory.<clinit>(LogFactory.java:66)
> ~[org.mortbay.jasper.apache-jsp-8.5.24.2.jar:2.3]
>
> at
> org.apache.jasper.servlet.JspServlet.<init>(JspServlet.java:69)
> ~[org.mortbay.jasper.apache-jsp-8.5.24.2.jar:2.3]
>
> at
> org.eclipse.jetty.jsp.JettyJspServlet.<init>(JettyJspServlet.java:41)
> ~[org.eclipse.jetty.apache-jsp-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> ... 41 more
>
> 2018-09-18 12:42:43,663 [main] DEBUG ServletHandler - EXCEPTION
>
> javax.servlet.ServletException:
> ***@19c47==org.eclipse.jetty.jsp.JettyJspServlet,jsp=null,order=0,inst=false
>
> at
> org.eclipse.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:691)
> ~[jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.servlet.ServletHolder.initialize(ServletHolder.java:427)
> ~[jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:760)
> [jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:374)
> [jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1497)
> [jetty-webapp-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1459)
> [jetty-webapp-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:848)
> [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.servlet.ServletContextHandler.doStart(ServletContextHandler.java:287)
> [jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:545)
> [jetty-webapp-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
> [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:138)
> [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:117)
> [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:113)
> [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.server.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:167)
> [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
> [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:138)
> [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:117)
> [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:113)
> [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
> [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:138)
> [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.server.Server.start(Server.java:419)
> [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:108)
> [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:113)
> [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at org.eclipse.jetty.server.Server.doStart(Server.java:386)
> [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
> [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> com.sterlingcommerce.hadrian.system.jetty.JettyHttpServiceImpl.startJetty(JettyHttpServiceImpl.java:391)
> [sspconfig.jar:?]
>
> at
> com.sterlingcommerce.hadrian.system.jetty.JettyHttpServiceImpl.start(JettyHttpServiceImpl.java:123)
> [sspconfig.jar:?]
>
> at
> $ServiceWithLifecycle_165ed8fee9d.start($ServiceWithLifecycle_165ed8fee9d.java)
> [?:?]
>
> at
> $ServiceWithLifecycle_165ed8fee89.start($ServiceWithLifecycle_165ed8fee89.java)
> [?:?]
>
> at
> com.sterlingcommerce.hadrian.system.ServiceManagerImpl.initStartGlobalServices(ServiceManagerImpl.java:186)
> [sspconfig.jar:?]
>
> at
> com.sterlingcommerce.hadrian.system.ServiceManagerImpl.start(ServiceManagerImpl.java:60)
> [sspconfig.jar:?]
>
> at
> $ServiceManager_165ed8fee78.start($ServiceManager_165ed8fee78.java) [?:?]
>
> at
> $ServiceManager_165ed8fee76.start($ServiceManager_165ed8fee76.java) [?:?]
>
> at com.sterlingcommerce.hadrian.Main.main(Main.java:296)
> [sspconfig.jar:?]
>
> Caused by: java.lang.reflect.InvocationTargetException
>
> at
> sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
> ~[?:1.8.0]
>
> at
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:83)
> ~[?:1.8.0]
>
> at
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:57)
> ~[?:1.8.0]
>
> at
> java.lang.reflect.Constructor.newInstance(Constructor.java:437) ~[?:1.8.0]
>
> at
> org.eclipse.jetty.server.handler.ContextHandler$Context.createInstance(ContextHandler.java:2632)
> ~[jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.servlet.ServletContextHandler$Context.createServlet(ServletContextHandler.java:1372)
> ~[jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.servlet.ServletHolder.newInstance(ServletHolder.java:1297)
> ~[jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:647)
> ~[jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> ... 33 more
>
> Caused by: java.util.ServiceConfigurationError:
> org.apache.juli.logging.Log: Provider org.eclipse.jetty.apache.jsp.JuliLog
> not a subtype
>
> at java.util.ServiceLoader.fail(ServiceLoader.java:250)
> ~[?:1.8.0]
>
> at
> java.util.ServiceLoader.access$300(ServiceLoader.java:196) ~[?:1.8.0]
>
> at
> java.util.ServiceLoader$LazyIterator.nextService(ServiceLoader.java:387)
> ~[?:1.8.0]
>
> at
> java.util.ServiceLoader$LazyIterator.next(ServiceLoader.java:415) ~[?:1.8.0]
>
> at java.util.ServiceLoader$1.next(ServiceLoader.java:491)
> ~[?:1.8.0]
>
> at
> org.apache.juli.logging.LogFactory.<init>(LogFactory.java:78)
> ~[org.mortbay.jasper.apache-jsp-8.5.24.2.jar:2.3]
>
> at
> org.apache.juli.logging.LogFactory.<clinit>(LogFactory.java:66)
> ~[org.mortbay.jasper.apache-jsp-8.5.24.2.jar:2.3]
>
> at
> org.apache.jasper.servlet.JspServlet.<init>(JspServlet.java:69)
> ~[org.mortbay.jasper.apache-jsp-8.5.24.2.jar:2.3]
>
> at
> org.eclipse.jetty.jsp.JettyJspServlet.<init>(JettyJspServlet.java:41)
> ~[org.eclipse.jetty.apache-jsp-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
> ~[?:1.8.0]
>
> at
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:83)
> ~[?:1.8.0]
>
> at
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:57)
> ~[?:1.8.0]
>
> at
> java.lang.reflect.Constructor.newInstance(Constructor.java:437) ~[?:1.8.0]
>
> at
> org.eclipse.jetty.server.handler.ContextHandler$Context.createInstance(ContextHandler.java:2632)
> ~[jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.servlet.ServletContextHandler$Context.createServlet(ServletContextHandler.java:1372)
> ~[jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.servlet.ServletHolder.newInstance(ServletHolder.java:1297)
> ~[jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> at
> org.eclipse.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:647)
> ~[jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
>
> ... 33 more
>
>
>
>
>
> *From:* jetty-users-***@eclipse.org [mailto:
> jetty-users-***@eclipse.org] *On Behalf Of *Joakim Erdfelt
> *Sent:* Thursday, September 13, 2018 6:46 PM
> *To:* Jetty Users @ Eclipse <jetty-***@eclipse.org>
> *Subject:* Re: [jetty-users] Issues with jetty-9.4.11 running JSTL.jar
>
>
>
> ** This mail has been sent from an external source **
>
>
>
>
>
> dm.setContextAttribute(
>
>
> "org.eclipse.jetty.server.webapp.ContainerIncludeJarPattern",
>
>
> ".*/[^/]*servlet-api-[^/]*\\.jar$|.*/jstl*\\.jar$|.*/jsf*\\.jar$");
>
>
>
> Your regex doesn't look right.
>
>
>
> Take it and a directory list and pop it into
> https://www.freeformatter.com/java-regex-tester.html
>
> Test it for what you want to match against (make sure your directory
> listing has fully qualified paths, either in OS/FileSystem format, or URI
> format).
>
>
>
> Also note, JSF is not a server component, it's a WebApp specific
> dependency that will only work within your `WEB-INF/lib`.
>
>
>
> Joakim Erdfelt / ***@webtide.com
>
>
>
>
>
> On Thu, Sep 13, 2018 at 5:45 PM Ubani Allison <***@gmail.com>
> wrote:
>
> Hi all,
>
>
>
> I really have been struggling to get my web app to run with jetty-9.4.11.
> When I deploy my WAR file to a standalone jetty instances it works, but
>
> when I use embedded jetty-9.4.11 the pages will not display. This same war
> file works in jetty-7.0.1 but since I migrated to jetty-9.4.11, I have
>
> not have any success. The browser is not receiving any response back from
> my application. Any suggestions will be appreciated.
>
>
>
> HandlerCollection hc = new HandlerCollection();
>
> ContextHandlerCollection contexts = new
> ContextHandlerCollection();
>
>
>
> DefaultHandler defaultHandler = new DefaultHandler();
>
> hc.setHandlers(new Handler[] { contexts, defaultHandler});
>
> server.setHandler(hc);
>
>
>
> DeploymentManager dm = new DeploymentManager();
>
> WebAppProvider webappProvider = new WebAppProvider();
>
> webappProvider.setMonitoredDirName(sDir);
>
> webappProvider.setScanInterval(1);
>
> webappProvider.setExtractWars(true);
>
> dm.setContexts(contexts);
>
> //dm.setContextAttribute(
>
> //
> "org.eclipse.jetty.server.webapp.ContainerIncludeJarPattern",
>
> // ".*/servlet-api-[^/]*\\.jar$");
>
>
>
> dm.setContextAttribute(
>
>
> "org.eclipse.jetty.server.webapp.ContainerIncludeJarPattern",
>
>
> ".*/[^/]*servlet-api-[^/]*\\.jar$|.*/jstl*\\.jar$|.*/jsf*\\.jar$");
>
>
>
> dm.addAppProvider(webappProvider);
>
> server.addBean(dm);
>
> dm.start();
>
>
>
>
>
>
>
>
>
>
>
>
>
> 2018-09-13 14:24:21,784 [qtp-35913463-24] DEBUG HttpConnection -
> ***@cdb548d2[p=HttpParser{s=START,0 of
> -1},g=***@7e29bce8{s=START}]=>***@97013d33
> {r=0,c=false,a=IDLE,uri=null,age=0}<-***@1693a94f{/
> 127.0.0.1:49886<->/127.0.0.1:7777
> ,OPEN,fill=-,flush=-,to=145/30000}->***@cdb548d2[p=HttpParser{s=START,0
> of -1},g=***@7e29bce8{s=START}]=>***@97013d33
> {r=0,c=false,a=IDLE,uri=null,age=0}->***@432790d4{/
> 127.0.0.1:49886<->/127.0.0.1:7777
> ,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->***@26197137
> {NOT_HANDSHAKING,eio=-1/-1,di=-1}=>***@cdb548d2[p=HttpParser{s=START,0
> of -1},g=***@7e29bce8{s=START}]=>***@97013d33{r=0,c=false,a=IDLE,uri=null,age=0}
> filled 469 ***@1da99ed1[p=0,l=469,c=17408,r=469]={<<<GET
> /SSPDashboard...5z3m5cil0h0\r\n\r\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
>
> 2018-09-13 14:24:21,784 [qtp-35913463-24] DEBUG HttpConnection -
> ***@cdb548d2[p=HttpParser{s=START,0 of
> -1},g=***@7e29bce8{s=START}]=>***@97013d33
> {r=0,c=false,a=IDLE,uri=null,age=0}<-***@1693a94f{/
> 127.0.0.1:49886<->/127.0.0.1:7777
> ,OPEN,fill=-,flush=-,to=145/30000}->***@cdb548d2[p=HttpParser{s=START,0
> of -1},g=***@7e29bce8{s=START}]=>***@97013d33
> {r=0,c=false,a=IDLE,uri=null,age=0}->***@432790d4{/
> 127.0.0.1:49886<->/127.0.0.1:7777
> ,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->***@26197137
> {NOT_HANDSHAKING,eio=-1/-1,di=-1}=>***@cdb548d2[p=HttpParser{s=START,0
> of -1},g=***@7e29bce8{s=START}]=>***@97013d33{r=0,c=false,a=IDLE,uri=null,age=0}
> parse ***@1da99ed1[p=0,l=469,c=17408,r=469]={<<<GET
> /SSPDashboard...5z3m5cil0h0\r\n\r\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
> {}
>
> 2018-09-13 14:24:21,784 [qtp-35913463-24] DEBUG HttpParser - parseNext
> s=START ***@1da99ed1[p=0,l=469,c=17408,r=469]={<<<GET
> /SSPDashboard...5z3m5cil0h0\r\n\r\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
>
> 2018-09-13 14:24:21,784 [qtp-35913463-24] DEBUG HttpParser - START -->
> SPACE1
>
> 2018-09-13 14:24:21,786 [qtp-35913463-24] DEBUG HttpParser - SPACE1 --> URI
>
> 2018-09-13 14:24:21,786 [qtp-35913463-24] DEBUG HttpParser - URI --> SPACE2
>
> 2018-09-13 14:24:21,786 [qtp-35913463-24] DEBUG HttpParser - SPACE2 -->
> REQUEST_VERSION
>
> 2018-09-13 14:24:21,786 [qtp-35913463-24] DEBUG HttpParser -
> REQUEST_VERSION --> HEADER
>
> 2018-09-13 14:24:21,787 [qtp-35913463-24] DEBUG HttpParser - HEADER:Host
> --> VALUE
>
> 2018-09-13 14:24:21,787 [qtp-35913463-24] DEBUG HttpParser - HEADER:Host
> --> IN_VALUE
>
> 2018-09-13 14:24:21,787 [qtp-35913463-24] DEBUG HttpParser - HEADER:Host
> --> FIELD
>
> 2018-09-13 14:24:21,789 [qtp-35913463-24] DEBUG HttpParser -
> HEADER:Connection: keep-alive --> IN_VALUE
>
> 2018-09-13 14:24:21,789 [qtp-35913463-24] DEBUG HttpParser -
> HEADER:Connection: keep-alive --> FIELD
>
> 2018-09-13 14:24:21,793 [qtp-35913463-24] DEBUG HttpParser - HEADER: -->
> IN_NAME
>
> 2018-09-13 14:24:21,793 [qtp-35913463-24] DEBUG HttpParser -
> HEADER:Upgrade-Insecure-Requests --> VALUE
>
> 2018-09-13 14:24:21,793 [qtp-35913463-24] DEBUG HttpParser -
> HEADER:Upgrade-Insecure-Requests --> IN_VALUE
>
> 2018-09-13 14:24:21,793 [qtp-35913463-24] DEBUG HttpParser -
> HEADER:Upgrade-Insecure-Requests --> FIELD
>
> 2018-09-13 14:24:21,793 [qtp-35913463-24] DEBUG HttpParser -
> HEADER:User-Agent --> VALUE
>
> 2018-09-13 14:24:21,793 [qtp-35913463-24] DEBUG HttpParser -
> HEADER:User-Agent --> IN_VALUE
>
> 2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser -
> HEADER:User-Agent --> FIELD
>
> 2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser -
> HEADER:Accept:
> text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8
> --> IN_VALUE
>
> 2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser -
> HEADER:Accept:
> text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8
> --> FIELD
>
> 2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser -
> HEADER:Accept-Encoding: gzip, deflate, br --> IN_VALUE
>
> 2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser -
> HEADER:Accept-Encoding: gzip, deflate, br --> FIELD
>
> 2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser -
> HEADER:Accept-Language --> VALUE
>
> 2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser -
> HEADER:Accept-Language --> IN_VALUE
>
> 2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser -
> HEADER:Accept-Language --> FIELD
>
> 2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser - HEADER:Cookie
> --> VALUE
>
> 2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser - HEADER:Cookie
> --> IN_VALUE
>
> 2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser - HEADER:Cookie
> --> FIELD
>
> 2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser - HEADER --> END
>
> 2018-09-13 14:24:21,795 [qtp-35913463-24] DEBUG HttpChannel - REQUEST for
> //localhost:7777/SSPDashboard on ***@97013d33
> {r=1,c=false,a=IDLE,uri=//localhost:7777/SSPDashboard,age=1}
>
> GET //localhost:7777/SSPDashboard HTTP/1.1
>
> Host: localhost:7777
>
> Connection: keep-alive
>
> Upgrade-Insecure-Requests: 1
>
> User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36
> (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36
>
> Accept:
> text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8
>
> Accept-Encoding: gzip, deflate, br
>
> Accept-Language: en-US,en;q=0.9
>
> Cookie: JSESSIONID=1ibz0ohp1twxmq1hvjixfpk2oig113icy28
>
>
Eze Ikonne
2018-09-24 16:59:56 UTC
Permalink
Hi Joakim,

I could not provide you with the Maven dependency tree because the app is built with the ant build process and when I ran the mvn dependency tree option I got some exceptions. Nonetheless, here is the runtime dependency map generated by
server.setDumpAfterStart(true);. Upgrading to jetty-9.4.11 has proven to be a tough one for me; in the previous versions of jetty, I just drop these same war files and with minor tweak I was back in business, I am really sweating this one. Any insight will be much appreciated. Please see the runtime dependency map below.

SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/log4j-slf4j-impl-2.8.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [org.apache.logging.slf4j.Log4jLoggerFactory]
***@cde4d61a[9.4.11.v20180605] - STARTING
+= QueuedThreadPool[qtp-1105532647]@be1ae919{STARTED,8<=14<=500,i=10,q=0}[***@8cf474a1{s=0/6,p=0}] - STARTED
| += ***@8cf474a1{s=0/6,p=0} - STARTED
| +> 36 qtp-1105532647-36 IDLE TIMED_WAITING @ sun.misc.Unsafe.park(Native Method)
| +> 31 qtp-1105532647-31 IDLE TIMED_WAITING @ sun.misc.Unsafe.park(Native Method)
| +> 34 qtp-1105532647-34 IDLE TIMED_WAITING @ sun.misc.Unsafe.park(Native Method)
| +> 39 qtp-1105532647-39 IDLE TIMED_WAITING @ sun.misc.Unsafe.park(Native Method)
| +> 25 qtp-1105532647-25 SELECTING RUNNABLE @ sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
| +> 24 qtp-1105532647-24 IDLE TIMED_WAITING @ sun.misc.Unsafe.park(Native Method)
| +> 38 qtp-1105532647-38 IDLE TIMED_WAITING @ sun.misc.Unsafe.park(Native Method)
| +> 28 qtp-1105532647-28-acceptor-***@7e513b06-***@9ee2ab19{SSL,[ssl, http/1.1]}{localhost:7777} ACCEPTING RUNNABLE @ sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method) prio=3
| +> 37 qtp-1105532647-37 SELECTING RUNNABLE @ sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
| +> 27 qtp-1105532647-27 IDLE TIMED_WAITING @ sun.misc.Unsafe.park(Native Method)
| +> 26 qtp-1105532647-26 IDLE TIMED_WAITING @ sun.misc.Unsafe.park(Native Method)
| +> 30 qtp-1105532647-30 SELECTING RUNNABLE @ sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
| +> 35 qtp-1105532647-35 IDLE TIMED_WAITING @ sun.misc.Unsafe.park(Native Method)
| +> 29 qtp-1105532647-29 IDLE TIMED_WAITING @ sun.misc.Unsafe.park(Native Method)
| +> jobs - size=0
+= ***@f11886e2 - STARTED
| +- sun.misc.Unsafe.park(Native Method)
| +- java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
| +- java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2089)
| +- java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1104)
| +- java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:820)
| +- java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1085)
| +- java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
| +- java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
| +- java.lang.Thread.run(Thread.java:811)
+= ***@9ee2ab19{SSL,[ssl, http/1.1]}{localhost:7777} - STARTED
| +~ ***@cde4d61a[9.4.11.v20180605] - STARTING
| +~ QueuedThreadPool[qtp-1105532647]@be1ae919{STARTED,8<=14<=500,i=10,q=0}[***@8cf474a1{s=0/6,p=0}] - STARTED
| +~ ***@f11886e2 - STARTED
| +- ***@158bc3ea
| += ***@ff1d07c3{SSL->HTTP/1.1} - STARTED
| | += ***@126d3057[provider=null,keyStore=file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/conf/system/cmkeystore,trustStore=file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/conf/system/cmtruststore] trustAll=false
| | +- Protocol Selections
| | | +- Enabled (size=3)
| | | | +- TLSv1
| | | | +- TLSv1.1
| | | | +- TLSv1.2
| | | +- Disabled (size=0)
| | +- Cipher Suite Selections
| | +- Enabled (size=29)
| | | +- SSL_DHE_DSS_WITH_AES_128_CBC_SHA256
| | | +- SSL_DHE_DSS_WITH_AES_128_GCM_SHA256
| | | +- SSL_DHE_DSS_WITH_AES_256_CBC_SHA256
| | | +- SSL_DHE_DSS_WITH_AES_256_GCM_SHA384
| | | +- SSL_DHE_RSA_WITH_AES_128_CBC_SHA256
| | | +- SSL_DHE_RSA_WITH_AES_128_GCM_SHA256
| | | +- SSL_DHE_RSA_WITH_AES_256_CBC_SHA256
| | | +- SSL_DHE_RSA_WITH_AES_256_GCM_SHA384
| | | +- SSL_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256
| | | +- SSL_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
| | | +- SSL_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384
| | | +- SSL_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384
| | | +- SSL_ECDHE_RSA_WITH_AES_128_CBC_SHA256
| | | +- SSL_ECDHE_RSA_WITH_AES_128_GCM_SHA256
| | | +- SSL_ECDHE_RSA_WITH_AES_256_CBC_SHA384
| | | +- SSL_ECDHE_RSA_WITH_AES_256_GCM_SHA384
| | | +- SSL_ECDH_ECDSA_WITH_AES_128_CBC_SHA256
| | | +- SSL_ECDH_ECDSA_WITH_AES_128_GCM_SHA256
| | | +- SSL_ECDH_ECDSA_WITH_AES_256_CBC_SHA384
| | | +- SSL_ECDH_ECDSA_WITH_AES_256_GCM_SHA384
| | | +- SSL_ECDH_RSA_WITH_AES_128_CBC_SHA256
| | | +- SSL_ECDH_RSA_WITH_AES_128_GCM_SHA256
| | | +- SSL_ECDH_RSA_WITH_AES_256_CBC_SHA384
| | | +- SSL_ECDH_RSA_WITH_AES_256_GCM_SHA384
| | | +- SSL_RSA_WITH_AES_128_CBC_SHA256
| | | +- SSL_RSA_WITH_AES_128_GCM_SHA256
| | | +- SSL_RSA_WITH_AES_256_CBC_SHA256
| | | +- SSL_RSA_WITH_AES_256_GCM_SHA384
| | | +- TLS_EMPTY_RENEGOTIATION_INFO_SCSV
| | +- Disabled (size=43)
| | +- SSL_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA - JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_DHE_DSS_WITH_AES_128_CBC_SHA - ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_DHE_DSS_WITH_AES_256_CBC_SHA - ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_DHE_DSS_WITH_DES_CBC_SHA - JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA - JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_DHE_RSA_WITH_AES_128_CBC_SHA - ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_DHE_RSA_WITH_AES_256_CBC_SHA - ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_DHE_RSA_WITH_DES_CBC_SHA - JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_DH_anon_EXPORT_WITH_DES40_CBC_SHA - JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_DH_anon_WITH_AES_128_CBC_SHA - JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_DH_anon_WITH_AES_128_CBC_SHA256 - JreDisabled:java.security
| | +- SSL_DH_anon_WITH_AES_128_GCM_SHA256 - JreDisabled:java.security
| | +- SSL_DH_anon_WITH_AES_256_CBC_SHA - JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_DH_anon_WITH_AES_256_CBC_SHA256 - JreDisabled:java.security
| | +- SSL_DH_anon_WITH_AES_256_GCM_SHA384 - JreDisabled:java.security
| | +- SSL_DH_anon_WITH_DES_CBC_SHA - JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_ECDHE_ECDSA_WITH_AES_128_CBC_SHA - ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_ECDHE_ECDSA_WITH_AES_256_CBC_SHA - ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_ECDHE_ECDSA_WITH_NULL_SHA - JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_ECDHE_RSA_WITH_AES_128_CBC_SHA - ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_ECDHE_RSA_WITH_AES_256_CBC_SHA - ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_ECDHE_RSA_WITH_NULL_SHA - JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_ECDH_ECDSA_WITH_AES_128_CBC_SHA - ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_ECDH_ECDSA_WITH_AES_256_CBC_SHA - ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_ECDH_ECDSA_WITH_NULL_SHA - JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_ECDH_RSA_WITH_AES_128_CBC_SHA - ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_ECDH_RSA_WITH_AES_256_CBC_SHA - ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_ECDH_RSA_WITH_NULL_SHA - JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_ECDH_anon_WITH_AES_128_CBC_SHA - JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_ECDH_anon_WITH_AES_256_CBC_SHA - JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_ECDH_anon_WITH_NULL_SHA - JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_KRB5_EXPORT_WITH_DES_CBC_40_MD5 - JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_KRB5_EXPORT_WITH_DES_CBC_40_SHA - JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_KRB5_WITH_DES_CBC_MD5 - JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_KRB5_WITH_DES_CBC_SHA - JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_RSA_EXPORT_WITH_DES40_CBC_SHA - JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_RSA_FIPS_WITH_DES_CBC_SHA - JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_RSA_WITH_AES_128_CBC_SHA - ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_RSA_WITH_AES_256_CBC_SHA - ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_RSA_WITH_DES_CBC_SHA - JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_RSA_WITH_NULL_MD5 - JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_RSA_WITH_NULL_SHA - JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_RSA_WITH_NULL_SHA256 - JreDisabled:java.security
| += ***@44f9bc4c[HTTP/1.1] - STARTED
| | +- ***@cc1f7d1a{32768/8192,8192/8192,https://:0,[]}
| += ***@ServerConnector@9ee2ab19{SSL,[ssl, http/1.1]}{localhost:7777} - STARTED
| | += ***@1105a48e id=0 keys=0 selected=0 updates=0 - STARTED
| | | += ***@ee173ea5/***@67f3b096/PRODUCING/p=false/QueuedThreadPool[qtp-1105532647]@be1ae919{STARTED,8<=14<=500,i=10,q=0}[***@8cf474a1{s=0/6,p=0}][pc=0,pic=0,pec=0,epc=0]@2018-09-24T12:39:22.824-04:00 - STARTED
| | | | +- ***@67f3b096
| | | | +~ QueuedThreadPool[qtp-1105532647]@be1ae919{STARTED,8<=14<=500,i=10,q=0}[***@8cf474a1{s=0/6,p=0}] - STARTED
| | | +> updates @ 2018-09-24T12:39:22.823-04:00
| | | +> keys @ 2018-09-24T12:39:22.824-04:00
| | | +- ***@89ba0ea1 keys=0
| | += ***@77b6d84c id=1 keys=0 selected=0 updates=0 - STARTED
| | | += ***@a234a9b8/***@ca7b7109/PRODUCING/p=false/QueuedThreadPool[qtp-1105532647]@be1ae919{STARTED,8<=14<=500,i=10,q=0}[***@8cf474a1{s=0/6,p=0}][pc=0,pic=0,pec=0,epc=0]@2018-09-24T12:39:22.825-04:00 - STARTED
| | | | +- ***@ca7b7109
| | | | +~ QueuedThreadPool[qtp-1105532647]@be1ae919{STARTED,8<=14<=500,i=10,q=0}[***@8cf474a1{s=0/6,p=0}] - STARTED
| | | +> updates @ 2018-09-24T12:39:22.824-04:00
| | | +> keys @ 2018-09-24T12:39:22.825-04:00
| | | +- ***@fe7c5fe8 keys=0
| | += ***@6d5035ad id=2 keys=0 selected=0 updates=0 - STARTED
| | += ***@15b8d11f/***@37a74453/PRODUCING/p=false/QueuedThreadPool[qtp-1105532647]@be1ae919{STARTED,8<=14<=500,i=10,q=0}[***@8cf474a1{s=0/6,p=0}][pc=0,pic=0,pec=0,epc=0]@2018-09-24T12:39:22.826-04:00 - STARTED
| | | +- ***@37a74453
| | | +~ QueuedThreadPool[qtp-1105532647]@be1ae919{STARTED,8<=14<=500,i=10,q=0}[***@8cf474a1{s=0/6,p=0}] - STARTED
| | +> updates @ 2018-09-24T12:39:22.825-04:00
| | +> keys @ 2018-09-24T12:39:22.826-04:00
| | +- ***@fa670ca5 keys=0
| +- sun.nio.ch.ServerSocketChannelImpl[/127.0.0.1:7777]
| +- qtp-1105532647-28-acceptor-***@7e513b06-***@9ee2ab19{SSL,[ssl, http/1.1]}{localhost:7777}
+= ***@bc0df40c[***@a8925fbd[***@36ccd6df{sspcmrest,/sspcmrest,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\sspcmrest}, ***@6bc14f86{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}, o.e.j.w.WebAppContext@-7d19ff0d{SSPDashboard,/SSPDashboard,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/,STARTING}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SSPDashboard}], ***@a1bbb25a] - STARTED
| += ***@a8925fbd[***@36ccd6df{sspcmrest,/sspcmrest,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\sspcmrest}, ***@6bc14f86{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}, o.e.j.w.WebAppContext@-7d19ff0d{SSPDashboard,/SSPDashboard,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/,STARTING}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SSPDashboard}] - STARTED
| | += ***@36ccd6df{sspcmrest,/sspcmrest,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\sspcmrest} - STARTED
| | | += org.eclipse.jetty.server.session.SessionHandler1119506697==dftMaxIdleSec=-1 - STOPPED
| | | | += ***@aa43d9ff - STOPPED
| | | | +- ***@246aa94
| | | | += ***@532e3216 - STOPPED
| | | | +> null
| | | | +> null
| | | | +> null
| | | | +> []
| | | += ***@d4fc1fcc - STOPPED
| | | +> WebAppClassLoader=***@2cb15ea5
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/classes/
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/accepter.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/asm-3.1.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/authentication.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/componentCommon.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/configurator.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/haas.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/hadrian-client.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/hadrian-common.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/hadrian-gui.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/jackson-core-asl-1.9.2.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/jackson-jaxrs-1.9.2.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/jackson-mapper-asl-1.9.2.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/jackson-xc-1.9.2.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/jakarta-oro-2.0.8.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/jaxb-api-2.2.6.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/jaxb-impl-2.2.5.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/jdom.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/jersey-client-1.16.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/jersey-core-1.16.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/jersey-json-1.16.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/jersey-server-1.16.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/jersey-servlet-1.16.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/jettison-1.1.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/jsr311-api-1.1.1.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/log4j-1.2-api-2.8.2.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/log4j-api-2.8.2.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/log4j-core-2.8.2.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/log4j-slf4j-impl-2.8.2.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/maverick-legacy-common-1.1.20.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/maverick-legacy-server-1.6.41-no-common.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/persistence.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/servlet-api-2.5.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/slf4j-api-1.7.5.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/sspconfig.jar
| | | | +- sun.misc.Launcher$***@31d07b90
| | | +> Systemclasses ***@36ccd6df{sspcmrest,/sspcmrest,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\sspcmrest}
| | | | +- java.
| | | | +- javax.
| | | | +- org.eclipse.jetty.continuation.
| | | | +- org.eclipse.jetty.jaas.
| | | | +- org.eclipse.jetty.jmx.
| | | | +- org.eclipse.jetty.jndi.
| | | | +- org.eclipse.jetty.jsp.JettyJspServlet
| | | | +- org.eclipse.jetty.servlet.DefaultServlet
| | | | +- org.eclipse.jetty.servlets.PushCacheFilter
| | | | +- org.eclipse.jetty.servlets.PushSessionCacheFilter
| | | | +- org.eclipse.jetty.util.annotation.
| | | | +- org.eclipse.jetty.util.log.
| | | | +- org.eclipse.jetty.websocket.
| | | | +- org.w3c.
| | | | +- org.xml.
| | | +> Serverclasses ***@36ccd6df{sspcmrest,/sspcmrest,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\sspcmrest}
| | | | +- -org.eclipse.jetty.alpn.
| | | | +- -org.eclipse.jetty.apache.
| | | | +- -org.eclipse.jetty.continuation.
| | | | +- -org.eclipse.jetty.jaas.
| | | | +- -org.eclipse.jetty.jmx.
| | | | +- -org.eclipse.jetty.jndi.
| | | | +- -org.eclipse.jetty.jsp.
| | | | +- -org.eclipse.jetty.server.session.SessionData
| | | | +- -org.eclipse.jetty.servlet.DefaultServlet
| | | | +- -org.eclipse.jetty.servlet.NoJspServlet
| | | | +- -org.eclipse.jetty.servlet.listener.
| | | | +- -org.eclipse.jetty.servlets.
| | | | +- -org.eclipse.jetty.util.annotation.
| | | | +- -org.eclipse.jetty.util.log.
| | | | +- -org.eclipse.jetty.websocket.
| | | | +- org.eclipse.jdt.
| | | | +- org.eclipse.jetty.
| | | | +- org.objectweb.asm.
| | | +> Configurations ***@36ccd6df{sspcmrest,/sspcmrest,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\sspcmrest}
| | | | +- ***@7a78bbc0
| | | | +- ***@3c957f9d
| | | | +- ***@9808e8c7
| | | | +- ***@f9a4b662
| | | | +- ***@cb6a5f1
| | | | +- ***@95340014
| | | +> Handler attributes ***@36ccd6df{sspcmrest,/sspcmrest,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\sspcmrest}
| | | | +- javax.servlet.context.tempdir=C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\sspcmrest\jspClasses
| | | | +- org.eclipse.jetty.server.webapp.ContainerIncludeJarPattern=.*/[^/]*servlet-api-[^/]*\.jar$|.*/javax.servlet.jsp.jstl-.*\.jar$|.*/org.apache.taglibs.taglibs-standard-impl-.*\.jar$
| | | | +- org.eclipse.jetty.tlds=[jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/scriptfree.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/x.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/x-1_0-rt.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/sql.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/permittedTaglibs.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/c-1_0-rt.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/c.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/fmt-1_0-rt.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/fmt.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/c-1_1.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/sql-1_0-rt.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/fn.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/jersey-server-1.16.jar!/META-INF/taglib.tld]
| | | | +- org.eclipse.jetty.tmpdirConfigured=true
| | | | +- org.eclipse.jetty.resources=[]
| | | | +- org.eclipse.jetty.server.Executor=QueuedThreadPool[qtp-1105532647]@be1ae919{STARTED,8<=14<=500,i=10,q=0}[***@8cf474a1{s=0/6,p=0}]
| | | | +- org.eclipse.jetty.webFragments={}
| | | +> Context attributes ***@36ccd6df{sspcmrest,/sspcmrest,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\sspcmrest}
| | | | +- org.eclipse.jetty.util.DecoratedObjectFactory=org.eclipse.jetty.util.DecoratedObjectFactory[decorators=2]
| | | +> Initparams ***@36ccd6df{sspcmrest,/sspcmrest,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\sspcmrest}
| | | +- dirAllowed=false
| | += ***@6bc14f86{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf} - STARTED
| | | += org.eclipse.jetty.server.session.SessionHandler-1940497655==dftMaxIdleSec=1800 - STARTED
| | | | += ***@68290dc8 - STARTED
| | | | | +- ***@5b7c4266
| | | | | += ***@46e0a10d - STARTED
| | | | | | += ***@7b20c561 - STARTED
| | | | | | += ***@a3ae608c - STARTED
| | | | | | += ***@5c13d641==org.eclipse.jetty.servlet.DefaultServlet,jsp=null,order=0,inst=true - STARTED
| | | | | | | +- aliases=false
| | | | | | | +- dirAllowed=true
| | | | | | | +- maxCacheSize=256000000
| | | | | | | +- maxCachedFileSize=200000000
| | | | | | | +- welcomeServlets=false
| | | | | | | +- useFileMappedBuffer=true
| | | | | | | +- acceptRanges=true
| | | | | | | +- etags=false
| | | | | | | +- maxCachedFiles=2048
| | | | | | | +- redirectWelcome=false
| | | | | | += ***@19c47==org.eclipse.jetty.jsp.JettyJspServlet,jsp=null,order=0,inst=false - STARTED
| | | | | | | +- fork=false
| | | | | | | +- compilerSourceVM=1.7
| | | | | | | +- logVerbosityLevel=DEBUG
| | | | | | | +- compilerTargetVM=1.7
| | | | | | | +- xpoweredBy=false
| | | | | | +- [/]=>default
| | | | | | +- [*.jsp, *.jspf, *.jspx, *.xsp, *.JSP, *.JSPF, *.JSPX, *.XSP]=>jsp
| | | | | | += ***@c194a5e1 - STARTED
| | | | | | += UploadFilter - STARTED
| | | | | | | +- sizeThreshold=4096
| | | | | | | +- maxSize=-1
| | | | | | += debugFilter - STARTED
| | | | | | += sessionValidationFilter - STARTED
| | | | | | += systemProtectionFilter - STARTED
| | | | | | += NonceProtectionFilter - STARTED
| | | | | | += Faces ***@87ee159b==com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet,jsp=null,order=1,inst=true - STARTED
| | | | | | += ***@e45569aa==com.sun.errorhandler.ExceptionHandler,jsp=null,order=-1,inst=false - STARTED
| | | | | | | +- errorHost=localhost
| | | | | | | +- errorPort=24444
| | | | | | += ***@5aa2e45c==com.sun.rave.web.ui.theme.ThemeServlet,jsp=null,order=-1,inst=false - STARTED
| | | | | | += ***@a794153b==com.sterlingcommerce.sspgui.web.servlet.LogoutServlet,jsp=null,order=-1,inst=false - STARTED
| | | | | | += ***@c40ea71b==com.sterlingcommerce.sspgui.web.util.ContentErrorHandler,jsp=null,order=-1,inst=false - STARTED
| | | | | | += ***@22b464fd==com.sterlingcommerce.sspgui.web.servlet.KeepAliveServlet,jsp=null,order=-1,inst=false - STARTED
| | | | | | +- []/[Faces Servlet]==0=>UploadFilter
| | | | | | +- []/[Faces Servlet]==0=>debugFilter
| | | | | | +- [/*]/[]==0=>sessionValidationFilter
| | | | | | +- [/*]/[]==0=>systemProtectionFilter
| | | | | | +- [/*]/[]==0=>NonceProtectionFilter
| | | | | | +- [/faces/*]=>Faces Servlet
| | | | | | +- [/error/ExceptionHandler]=>ExceptionHandlerServlet
| | | | | | +- [/theme/*]=>ThemeServlet
| | | | | | +- [/LogoutServlet]=>LogoutServlet
| | | | | | +- [/ContentErrorHandler]=>ContentErrorHandler
| | | | | | +- [/keepalive]=>KeepAliveServlet
| | | | | +> null
| | | | | +> null
| | | | | +> null
| | | | | +> []
| | | | | +> /*={POST={RoleInfo[],Confidential}, GET={RoleInfo[],Confidential}}
| | | | | +> /={TRACE={RoleInfo,F,C[],None}, TRACE.omission={RoleInfo[],None}}
| | | | += ***@ed793205[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] - STARTED
| | | | | += ***@ef5ec3c5[passivating=false,graceSec=3600] - STARTED
| | | | +~ ***@28055976[worker=node0] - STARTED
| | | += ***@11b8242e - STARTED
| | | += ***@e224744f - STARTED
| | | +> WebAppClassLoader=***@7aea6095
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/classes/
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/WebUIUtils.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/accepter.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/appbase.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/asm-6.2.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/asm-commons-6.2.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/authentication.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/bsf.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/castor-1.3.3-xml.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/commons-beanutils.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/commons-codec.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/commons-collections-3.2.2.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/commons-digester.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/commons-fileupload-1.3.3.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/commons-io-2.4.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/commons-logging.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/componentCommon.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/configurator.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/dataprovider.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/defaulttheme.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/errorhandler.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/haas.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/hadrian-client.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/hadrian-common.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/hadrian-gui.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/jdom.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/jsf-api.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/jsf-impl.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/jsfcl.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/jstl.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/log4j-1.2-api-2.8.2.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/log4j-api-2.8.2.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/log4j-core-2.8.2.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/log4j-slf4j-impl-2.8.2.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/maverick-legacy-common-1.1.20.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/maverick-legacy-server-1.6.41-no-common.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/not-yet-commons-ssl-0.3.15.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-standard-spec-1.2.5.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.eclipse.jdt.ecj-3.12.3.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.eclipse.jetty.apache-jsp-9.4.11.v20180605.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.mortbay.jasper.apache-el-8.5.24.2.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.mortbay.jasper.apache-jsp-8.5.24.2.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/persistence.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/retroweaver-all-1.2.2.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/retroweaver-rt-1.2.2.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/rowset.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/sqlx.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/sspconfig.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/standard.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/webui.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/xalan.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/xercesImpl.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/xml-apis.jar
| | | | +- sun.misc.Launcher$***@31d07b90
| | | +> Systemclasses ***@6bc14f86{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}
| | | | +- java.
| | | | +- javax.
| | | | +- org.eclipse.jetty.continuation.
| | | | +- org.eclipse.jetty.jaas.
| | | | +- org.eclipse.jetty.jmx.
| | | | +- org.eclipse.jetty.jndi.
| | | | +- org.eclipse.jetty.jsp.JettyJspServlet
| | | | +- org.eclipse.jetty.servlet.DefaultServlet
| | | | +- org.eclipse.jetty.servlets.PushCacheFilter
| | | | +- org.eclipse.jetty.servlets.PushSessionCacheFilter
| | | | +- org.eclipse.jetty.util.annotation.
| | | | +- org.eclipse.jetty.util.log.
| | | | +- org.eclipse.jetty.websocket.
| | | | +- org.w3c.
| | | | +- org.xml.
| | | +> Serverclasses ***@6bc14f86{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}
| | | | +- -org.eclipse.jetty.alpn.
| | | | +- -org.eclipse.jetty.apache.
| | | | +- -org.eclipse.jetty.continuation.
| | | | +- -org.eclipse.jetty.jaas.
| | | | +- -org.eclipse.jetty.jmx.
| | | | +- -org.eclipse.jetty.jndi.
| | | | +- -org.eclipse.jetty.jsp.
| | | | +- -org.eclipse.jetty.server.session.SessionData
| | | | +- -org.eclipse.jetty.servlet.DefaultServlet
| | | | +- -org.eclipse.jetty.servlet.NoJspServlet
| | | | +- -org.eclipse.jetty.servlet.listener.
| | | | +- -org.eclipse.jetty.servlets.
| | | | +- -org.eclipse.jetty.util.annotation.
| | | | +- -org.eclipse.jetty.util.log.
| | | | +- -org.eclipse.jetty.websocket.
| | | | +- org.eclipse.jdt.
| | | | +- org.eclipse.jetty.
| | | | +- org.objectweb.asm.
| | | +> Configurations ***@6bc14f86{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}
| | | | +- ***@feddbd4a
| | | | +- ***@68900893
| | | | +- ***@39f88e78
| | | | +- ***@8718dd7b
| | | | +- ***@64c7db84
| | | | +- ***@809f5340
| | | +> Handler attributes ***@6bc14f86{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}
| | | | +- javax.servlet.context.tempdir=C:\Users\ari51787\AppData\Local\Temp\3\jetty-localhost-7777-SspJsf-_SspJsf-any-2418981793340015807.dir
| | | | +- org.eclipse.jetty.server.webapp.ContainerIncludeJarPattern=.*/[^/]*servlet-api-[^/]*\.jar$|.*/javax.servlet.jsp.jstl-.*\.jar$|.*/org.apache.taglibs.taglibs-standard-impl-.*\.jar$
| | | | +- org.eclipse.jetty.tlds=[jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/sql.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/x.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/scriptfree.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/fn.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/x-1_0-rt.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/appbase.jar!/META-INF/taglib.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/sql.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/fn.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/c.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/permittedTaglibs.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/c.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/c-1_0.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/sql-1_0.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/sql-1_0-rt.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/fmt-1_0-rt.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/fmt.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/fn.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/fmt.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/fmt-1_0-rt.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/scriptfree.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/x.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/webui.jar!/META-INF/webui.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/scriptfree.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/x.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/x-1_0-rt.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/c-1_1.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/sql.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/c-1_0-rt.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/jsf-impl.jar!/META-INF/jsf_core.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/jsfcl.jar!/META-INF/jsfcl.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/x-1_0-rt.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/permittedTaglibs.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/c-1_0-rt.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/c.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/permittedTaglibs.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/x-1_0.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/fmt-1_0-rt.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/c-1_0-rt.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/fmt-1_0.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/fmt.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/c-1_1.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/jsf-impl.jar!/META-INF/html_basic.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/sql-1_0-rt.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/sql-1_0-rt.tld]
| | | | +- org.eclipse.jetty.containerInitializers=[ContainerInitializer{com.sun.jersey.server.impl.container.servlet.JerseyServletContainerInitializer,interested=[javax.ws.rs.Path, javax.ws.rs.ext.Provider, javax.ws.rs.core.Application, javax.ws.rs.ApplicationPath],applicable=[],annotated=[]}]
| | | | +- org.eclipse.jetty.classInheritanceMap=***@5d0d4222{size=2541}
| | | | +- org.eclipse.jetty.resources=[]
| | | | +- org.eclipse.jetty.server.Executor=QueuedThreadPool[qtp-1105532647]@be1ae919{STARTED,8<=14<=500,i=10,q=0}[***@8cf474a1{s=0/6,p=0}]
| | | | +- org.eclipse.jetty.containerInitializerStarter=***@e224744f
| | | | +- org.eclipse.jetty.webFragments={}
| | | +> Context attributes ***@6bc14f86{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}
| | | | +- com.sun.faces.ApplicationAssociate=***@c8aa63a3
| | | | +- org.eclipse.jetty.util.DecoratedObjectFactory=org.eclipse.jetty.util.DecoratedObjectFactory[decorators=2]
| | | | +- resourceCache=ResourceCache[null,***@6b86c118]@1345180914
| | | +> Initparams ***@6bc14f86{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}
| | | +- com.sun.faces.verifyObjects=false
| | | +- javax.faces.CONFIG_FILES=/WEB-INF/navigation.xml,/WEB-INF/managed-beans.xml
| | | +- com.sun.faces.validateXml=true
| | | +- com.sun.faces.NUMBER_OF_VIEWS_IN_SESSION=2
| | | +- javax.faces.STATE_SAVING_METHOD=server
| | | +- com.sun.faces.NUMBER_OF_VIEWS_IN_LOGICAL_VIEW_IN_SESSION=2
| | += o.e.j.w.WebAppContext@-7d19ff0d{SSPDashboard,/SSPDashboard,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/,STARTING}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SSPDashboard} - STARTING
| | += org.eclipse.jetty.server.session.SessionHandler-1850967021==dftMaxIdleSec=-1 - STOPPED
| | | += ***@c4cb7af6 - STOPPED
| | | +- ***@2213e75b
| | | += ***@2d6778c - STOPPED
| | | +> null
| | | +> null
| | | +> null
| | | +> []
| | += ***@15f2251b - STOPPED
| | +> WebAppClassLoader=***@41bc91ea
| | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/classes/
| | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/WebUIUtils.jar
| | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/accepter.jar
| | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/appbase.jar
| | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/asm-6.2.jar
| | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/asm-commons-6.2.jar
| | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/commons-beanutils.jar
| | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/commons-codec.jar
| | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/commons-collections-3.2.2.jar
| | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/commons-digester.jar
| | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/commons-fileupload-1.3.3.jar
| | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/commons-io-2.4.jar
| | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/commons-logging.jar
| | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/componentCommon.jar
| | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/configurator.jar
| | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/dataprovider.jar
| | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/defaulttheme.jar
| | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/errorhandler.jar
| | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/haas.jar
| | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/hadrian-client.jar
| | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/hadrian-common.jar
| | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/hadrian-gui.jar
| | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/jdom.jar
| | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/jsf-api.jar
| | | +- sun.misc.Launcher$***@31d07b90
| | +> Systemclasses o.e.j.w.WebAppContext@-7d19ff0d{SSPDashboard,/SSPDashboard,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/,STARTING}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SSPDashboard}
| | | +- java.
| | | +- javax.
| | | +- org.eclipse.jetty.continuation.
| | | +- org.eclipse.jetty.jaas.
| | | +- org.eclipse.jetty.jmx.
| | | +- org.eclipse.jetty.jndi.
| | | +- org.eclipse.jetty.jsp.JettyJspServlet
| | | +- org.eclipse.jetty.servlet.DefaultServlet
| | | +- org.eclipse.jetty.servlets.PushCacheFilter
| | | +- org.eclipse.jetty.servlets.PushSessionCacheFilter
| | | +- org.eclipse.jetty.util.annotation.
| | | +- org.eclipse.jetty.util.log.
| | | +- org.eclipse.jetty.websocket.
| | | +- org.w3c.
| | | +- org.xml.
| | +> Serverclasses o.e.j.w.WebAppContext@-7d19ff0d{SSPDashboard,/SSPDashboard,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/,STARTING}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SSPDashboard}
| | | +- -org.eclipse.jetty.alpn.
| | | +- -org.eclipse.jetty.apache.
| | | +- -org.eclipse.jetty.continuation.
| | | +- -org.eclipse.jetty.jaas.
| | | +- -org.eclipse.jetty.jmx.
| | | +- -org.eclipse.jetty.jndi.
| | | +- -org.eclipse.jetty.jsp.
| | | +- -org.eclipse.jetty.server.session.SessionData
| | | +- -org.eclipse.jetty.servlet.DefaultServlet
| | | +- -org.eclipse.jetty.servlet.NoJspServlet
| | | +- -org.eclipse.jetty.servlet.listener.
| | | +- -org.eclipse.jetty.servlets.
| | | +- -org.eclipse.jetty.util.annotation.
| | | +- -org.eclipse.jetty.util.log.
| | | +- -org.eclipse.jetty.websocket.
| | | +- org.eclipse.jdt.
| | | +- org.eclipse.jetty.
| | | +- org.objectweb.asm.
| | +> Configurations o.e.j.w.WebAppContext@-7d19ff0d{SSPDashboard,/SSPDashboard,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/,STARTING}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SSPDashboard}
| | | +- ***@f0595d76
| | | +- ***@8ee3ed7a
| | | +- ***@f1a161f8
| | | +- ***@46710973
| | | +- ***@8bc830b9
| | | +- ***@3fec7395
| | +> Handler attributes o.e.j.w.WebAppContext@-7d19ff0d{SSPDashboard,/SSPDashboard,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/,STARTING}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SSPDashboard}
| | | +- javax.servlet.context.tempdir=C:\Users\ari51787\AppData\Local\Temp\3\jetty-localhost-7777-SSPDashboard-_SSPDashboard-any-2840810155589200879.dir
| | | +- org.eclipse.jetty.server.webapp.ContainerIncludeJarPattern=.*/[^/]*servlet-api-[^/]*\.jar$|.*/javax.servlet.jsp.jstl-.*\.jar$|.*/org.apache.taglibs.taglibs-standard-impl-.*\.jar$
| | | +- org.eclipse.jetty.tlds=[jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/c.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/standard.jar!/META-INF/scriptfree.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/standard.jar!/META-INF/sql.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/x.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/c-1_0-rt.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/jsf-impl.jar!/META-INF/html_basic.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/x-1_0-rt.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/standard.jar!/META-INF/sql-1_0-rt.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/fn.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/permittedTaglibs.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/scriptfree.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/x-1_0-rt.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/c-1_1.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/standard.jar!/META-INF/fmt-1_0.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/standard.jar!/META-INF/permittedTaglibs.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/standard.jar!/META-INF/x-1_0.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/standard.jar!/META-INF/c-1_0.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/sql-1_0-rt.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/fmt-1_0-rt.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/standard.jar!/META-INF/fn.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/fn.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/standard.jar!/META-INF/x-1_0-rt.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/fmt.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/scriptfree.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/standard.jar!/META-INF/x.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/permittedTaglibs.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/sql.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/appbase.jar!/META-INF/taglib.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/standard.jar!/META-INF/fmt-1_0-rt.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/x.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/standard.jar!/META-INF/fmt.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/c-1_0-rt.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/jsfcl.jar!/META-INF/jsfcl.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/c.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/fmt-1_0-rt.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/standard.jar!/META-INF/c-1_0-rt.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/sql.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/fmt.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/c-1_1.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/jsf-impl.jar!/META-INF/jsf_core.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/sql-1_0-rt.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/standard.jar!/META-INF/sql-1_0.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/webui.jar!/META-INF/webui.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/standard.jar!/META-INF/c.tld]
| | | +- org.eclipse.jetty.resources=[]
| | | +- org.eclipse.jetty.server.Executor=QueuedThreadPool[qtp-1105532647]@be1ae919{STARTED,8<=14<=500,i=10,q=0}[***@8cf474a1{s=0/6,p=0}]
| | | +- org.eclipse.jetty.webFragments={}
| | +> Context attributes o.e.j.w.WebAppContext@-7d19ff0d{SSPDashboard,/SSPDashboard,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/,STARTING}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SSPDashboard}
| | | +- org.eclipse.jetty.util.DecoratedObjectFactory=org.eclipse.jetty.util.DecoratedObjectFactory[decorators=1]
| | +> Initparams o.e.j.w.WebAppContext@-7d19ff0d{SSPDashboard,/SSPDashboard,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/,STARTING}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SSPDashboard}
| += ***@a1bbb25a - STARTED
+- [org.eclipse.jetty.webapp.WebInfConfiguration, org.eclipse.jetty.webapp.WebXmlConfiguration, org.eclipse.jetty.webapp.MetaInfConfiguration, org.eclipse.jetty.webapp.FragmentConfiguration, org.eclipse.jetty.annotations.AnnotationConfiguration, org.eclipse.jetty.webapp.JettyWebXmlConfiguration]
+~ ***@e99477d3 - STARTED
+= ***@28055976[worker=node0] - STARTED
| += ***@3afbe631[interval=600000, ownscheduler=false] - STARTED
+= ***@2f8e813 - STARTED
+- {file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/servlet-api-3.1.jar=***@83e7035b, file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar=***@83e7035b}
+- {file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/servlet-api-3.1.jar=***@83e7035b, file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar=***@83e7035b}
+- {file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/servlet-api-3.1.jar=[], file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar=[jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/permittedTaglibs.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/scriptfree.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/c-1_0-rt.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/x.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/c.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/fmt-1_0-rt.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/fmt.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/c-1_1.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/sql-1_0-rt.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/x-1_0-rt.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/fn.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/sql.tld]}
+> sun.misc.Launcher$***@31d07b90
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/sspconfig.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/accepter.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/authentication.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/componentCommon.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/configurator.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/haas.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/hadrian-client.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/hadrian-common.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/hadrian-gui.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/persistence.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/sspconfig.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/activemq-client-5.11.1.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/alloy.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/alpn-api-1.1.3.v20160715.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/asm-6.2.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/asm-commons-6.2.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/castor-1.3.3-anttasks.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/castor-1.3.3-codegen.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/castor-1.3.3-core.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/castor-1.3.3-ddlgen.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/castor-1.3.3-jdo.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/castor-1.3.3-xml-schema.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/castor-1.3.3-xml.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/castor-1.3.3.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/cdi-2-9.4.11.v20180605.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/cdi-core-9.4.11.v20180605.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/cdi-servlet-9.4.11.v20180605.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/CL3Export.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/CL3Nonexport.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/com.ibm.mq.headers.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/com.ibm.mq.jmqi.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/com.ibm.mqjms.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-beanutils-core.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-beanutils.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-cli-1.2.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-codec-1.6.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-codec.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-collections-3.2.2.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-digester.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-fileupload-1.3.3.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-httpclient-3.1.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-io-2.4.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-logging-1.1.1.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-logging-api.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-logging.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/concurrent.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/dhbcore.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/fluent-hc-4.2.5.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/geronimo-j2ee-management_1.1_spec-1.0.1.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/geronimo-jms_1.1_spec-1.1.1.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/help-4_2-ehelp-integration.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/help-demo.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/help-indexer.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/help-share.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/help-wizard.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/help4.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/hivemind-1.1.1.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/hivemind-jmx-1.1.1.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/hivemind-lib-1.1.1.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/httpclient-4.2.5.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/httpclient-cache-4.2.5.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/httpcore-4.2.4.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/httpmime-4.2.5.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/ibmpkcs.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jackson-core-asl-1.9.2.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jackson-jaxrs-1.9.2.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jackson-mapper-asl-1.9.2.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jackson-xc-1.9.2.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jakarta-oro-2.0.8.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/javassist.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/javax.annotation-api-1.2.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jcl-over-slf4j-1.7.5.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jdom.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jersey-client-1.16.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jersey-core-1.16.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jersey-json-1.16.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jersey-server-1.16.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jersey-servlet-1.16.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jettison-1.1.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-alpn-conscrypt-server-9.4.11.v20180605.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-alpn-java-server-9.4.11.v20180605.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-alpn-openjdk8-server-9.4.11.v20180605.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-alpn-server-9.4.11.v20180605.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-annotations-9.4.11.v20180605.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-client-9.4.11.v20180605.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-continuation-9.4.11.v20180605.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-deploy-9.4.11.v20180605.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-gcloud-session-manager-9.4.11.v20180605.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-hazelcast-9.4.11.v20180605.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-http-9.4.11.v20180605.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-infinispan-9.4.11.v20180605.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-io-9.4.11.v20180605.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-jaas-9.4.11.v20180605.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-jaspi-9.4.11.v20180605.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-jmx-9.4.11.v20180605.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-jndi-9.4.11.v20180605.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-memcached-sessions-9.4.11.v20180605.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-nosql-9.4.11.v20180605.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-plus-9.4.11.v20180605.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-proxy-9.4.11.v20180605.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-quickstart-9.4.11.v20180605.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-rewrite-9.4.11.v20180605.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-schemas-3.1.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-security-9.4.11.v20180605.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-server-9.4.11.v20180605.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-servlet-9.4.11.v20180605.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-servlets-9.4.11.v20180605.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-unixsocket-9.4.11.v20180605.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-util-9.4.11.v20180605.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-webapp-9.4.11.v20180605.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-xml-9.4.11.v20180605.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jewt.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jms.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jndi.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jsf-api.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jsf-impl.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jsfcl.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jsr311-api-1.1.1.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jstl.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/junit.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jzlib-1.1.2.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/log4j-1.2-api-2.8.2.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/log4j-api-2.8.2.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/log4j-core-2.8.2.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/log4j-slf4j-impl-2.8.2.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/maverick-legacy-common-1.1.11.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/maverick-legacy-common-1.1.13.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/maverick-legacy-common-1.1.20.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/maverick-legacy-server-1.6.27-no-common.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/maverick-legacy-server-1.6.30-no-common.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/maverick-legacy-server-1.6.41-no-common.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/nekohtml.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/not-yet-commons-ssl-0.3.15.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/ohj-jewt.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/ohj.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/oracle_ice.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/oracle_ice5.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-spec-1.2.5.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.eclipse.jdt.ecj-3.12.3.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.eclipse.jetty.apache-jsp-9.4.11.v20180605.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.mortbay.jasper.apache-el-8.5.24.2.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.mortbay.jasper.apache-jsp-8.5.24.2.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/PD.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/pnuts.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/rmm.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/serializer.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/servlet-api-3.1.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/share.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/slf4j-api-1.7.10.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/slf4j-api-1.7.5.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/slf4j-log4j12-1.7.5.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/TableLayout.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/wizard-ewt.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/xalan.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/xercesImpl.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/xml-apis.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/conf/
+- sun.misc.Launcher$***@46c08bfb
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/access-bridge-64.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/cldrdata.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/CmpCrmf.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/commons-ssl.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/dnsns.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/dtfj.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/dtfjview.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/gskikm.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/healthcenter.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/ibmcac.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/ibmcmsprovider.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/ibmjcefips.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/ibmjceplus.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/ibmjceprovider.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/ibmkeycert.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/ibmpemkeystore.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/ibmpkcs11impl.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/ibmsaslprovider.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/IBMSecureRandom.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/ibmxmlcrypto.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/ibmxmldsigprovider.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/ibmxmlencprovider.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/jaccess.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/localedata.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/nashorn.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/traceformat.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/xmlencfw.jar
+- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/zipfs.jar

From: jetty-users-***@eclipse.org [mailto:jetty-users-***@eclipse.org] On Behalf Of Joakim Erdfelt
Sent: Friday, September 21, 2018 2:36 PM
To: Jetty Users @ Eclipse <jetty-***@eclipse.org>
Subject: Re: [jetty-users] Issues with jetty-9.4.11 running JSTL.jar

** This mail has been sent from an external source **

What other dependencies do you have?
Can you do a `mvn dependency:tree` for us?

> Caused by: java.util.ServiceConfigurationError: org.apache.juli.logging.Log: Provider org.eclipse.jetty.apache.jsp.JuliLog not a subtype

That line is suspect, you likely have a org.apache.juli.logging.Log in multiple dependencies.

Joakim Erdfelt / ***@webtide.com<mailto:***@webtide.com>


On Fri, Sep 21, 2018 at 2:06 PM Eze Ikonne <***@aricent.com<mailto:***@aricent.com>> wrote:
Hi Jan,

Thanks for your response, I have now added this piece code in order to support JSP/JSTL through my embedded Jetty container

classlist.addBefore(
"org.eclipse.jetty.webapp.JettyWebXmlConfiguration",
"org.eclipse.jetty.annotations.AnnotationConfiguration" );

But I am still getting the following stacktrace. Is there a thirdparty jar that we must install in order to overcome
The NoClassDefFoundError seen in the stacktrace? Is there a specific logging mechanism that must be support for Jetty 9.4.11?

Thanks,

Ike

Caused by: java.lang.NoClassDefFoundError: org.apache.juli.logging.LogFactory (initialization failure)
at java.lang.J9VMInternals.initializationAlreadyFailed(J9VMInternals.java:96) ~[?:2.9 (02-08-2018)]
at org.apache.jasper.servlet.JspServlet.<init>(JspServlet.java:69) ~[org.mortbay.jasper.apache-jsp-8.5.24.2.jar:2.3]
at org.eclipse.jetty.jsp.JettyJspServlet.<init>(JettyJspServlet.java:41) ~[org.eclipse.jetty.apache-jsp-9.4.11.v20180605.jar:9.4.11.v20180605]
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:83) ~[?:1.8.0]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:57) ~[?:1.8.0]
at java.lang.reflect.Constructor.newInstance(Constructor.java:437) ~[?:1.8.0]
at org.eclipse.jetty.server.handler.ContextHandler$Context.createInstance(ContextHandler.java:2632) ~[jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.servlet.ServletContextHandler$Context.createServlet(ServletContextHandler.java:1372) ~[jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.servlet.ServletHolder.newInstance(ServletHolder.java:1297) ~[jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:647) ~[jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
... 33 more
Caused by: java.util.ServiceConfigurationError: org.apache.juli.logging.Log: Provider org.eclipse.jetty.apache.jsp.JuliLog not a subtype
at java.util.ServiceLoader.fail(ServiceLoader.java:250) ~[?:1.8.0]
at java.util.ServiceLoader.access$300(ServiceLoader.java:196) ~[?:1.8.0]
at java.util.ServiceLoader$LazyIterator.nextService(ServiceLoader.java:387) ~[?:1.8.0]
at java.util.ServiceLoader$LazyIterator.next(ServiceLoader.java:415) ~[?:1.8.0]
at java.util.ServiceLoader$1.next(ServiceLoader.java:491) ~[?:1.8.0]
at org.apache.juli.logging.LogFactory.<init>(LogFactory.java:78) ~[org.mortbay.jasper.apache-jsp-8.5.24.2.jar:2.3]
at org.apache.juli.logging.LogFactory.<clinit>(LogFactory.java:66) ~[org.mortbay.jasper.apache-jsp-8.5.24.2.jar:2.3]
at org.apache.jasper.servlet.JspServlet.<init>(JspServlet.java:69) ~[org.mortbay.jasper.apache-jsp-8.5.24.2.jar:2.3]
at org.eclipse.jetty.jsp.JettyJspServlet.<init>(JettyJspServlet.java:41) ~[org.eclipse.jetty.apache-jsp-9.4.11.v20180605.jar:9.4.11.v20180605]
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:83) ~[?:1.8.0]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:57) ~[?:1.8.0]
at java.lang.reflect.Constructor.newInstance(Constructor.java:437) ~[?:1.8.0]
at org.eclipse.jetty.server.handler.ContextHandler$Context.createInstance(ContextHandler.java:2632) ~[jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.servlet.ServletContextHandler$Context.createServlet(ServletContextHandler.java:1372) ~[jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.servlet.ServletHolder.newInstance(ServletHolder.java:1297) ~[jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:647) ~[jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
... 33 more


From: jetty-users-***@eclipse.org<mailto:jetty-users-***@eclipse.org> [mailto:jetty-users-***@eclipse.org<mailto:jetty-users-***@eclipse.org>] On Behalf Of Jan Bartel
Sent: Tuesday, September 18, 2018 9:23 PM
To: JETTY user mailing list <jetty-***@eclipse.org<mailto:jetty-***@eclipse.org>>
Subject: Re: [jetty-users] Issues with jetty-9.4.11 running JSTL.jar

** This mail has been sent from an external source **

Hi,

Firstly, when you said you put the jstl jars in your webapp, I hope you meant you put the jsf jars in there, because the jstl jars should go on the container's classpath.

Next, the WARNing you see from the ConstraintSecurityHandler means that you have defined security constraints in your web.xml that can leave some methods/paths exposed. Typically occurs when you have a security constraint that names only a few methods, or excludes only a few methods. The servlet spec requires us to warn you of this. See the servlet spec chapter 13.8 Security: Specifying Security Constraints for a good explanation and examples.

Finally, the error "java.util.ServiceConfigurationError: org.apache.juli.logging.Log: Provider org.eclipse.jetty.apache.jsp.JuliLog not a subtype" indicates that you have multiple conflicting jsp-related jars on the classpath. Check you webapp doesn't have some extra jsp jars in there.

The following jsp-related jars must be on the container classpath (I will use the names of the jars as they appear in the distro):

Everything in $jetty.home/lib/apache-jsp:
org.eclipse.jdt.ecj-3.12.3.jar
org.eclipse.jetty.apache-jsp-9.4.11.v20180605.jar
org.mortbay.jasper.apache-el-8.5.24.2.jar
org.mortbay.jasper.apache-jsp-8.5.24.2.jar

Everything in $jetty.home/lib/apache-jstl:
org.apache.taglibs.taglibs-standard-impl-1.2.5.jar
org.apache.taglibs.taglibs-standard-spec-1.2.5.jar

You will also need jetty-annotations.jar and the jetty-plus.jar on the container classpath.

You will need to ensure that you have set up the Configurations to apply to the webapp to include the o.e.j.annotations.AnnotationConfiguration so that the ServletContainerInitializer that sets up the jsp engine is called. The documentation at http://www.eclipse.org/jetty/documentation/9.4.12.v20180830/configuring-jsp.html#jsp-support will lead you to a code example on how to do that.

If you're using jsf, you can put those jars into your WEB-INF/lib, or you can put them onto the container classpath - but if you do that, then you need to add a pattern for them to the org.eclipse.jetty.server.webapp.ContainerIncludeJarPattern so jetty knows to scan them for taglibs.


On 19 September 2018 at 04:30, Eze Ikonne <***@aricent.com<mailto:***@aricent.com>> wrote:
Hi Joakim,

Thanks so very much. I did make a code change to the following, using the exact same syntax that is used by Jetty Standalone and also
putting the JSTL jars in the WEB-INF/lib directory of my app, but I still continue see the following exceptions in my log file. Moreover, when
I hit my application dashboard nothing is coming back to the browser. Please see the exceptions below. Any clue as to what is going on?

HandlerCollection hc = new HandlerCollection();
ContextHandlerCollection contexts = new ContextHandlerCollection();

DefaultHandler defaultHandler = new DefaultHandler();
hc.setHandlers(new Handler[] { contexts, defaultHandler});
server.setHandler(hc);

DeploymentManager dm = new DeploymentManager();
WebAppProvider webappProvider = new WebAppProvider();
webappProvider.setMonitoredDirName(sDir);
webappProvider.setScanInterval(1);
webappProvider.setExtractWars(true);
dm.setContexts(contexts);
//dm.setContextAttribute(
// "org.eclipse.jetty.server.webapp.ContainerIncludeJarPattern",
// ".*/servlet-api-[^/]*\\.jar$");

dm.setContextAttribute(
"org.eclipse.jetty.server.webapp.ContainerIncludeJarPattern",
".*/[^/]*servlet-api-[^/]*\\.jar$|.*/javax.servlet.jsp.jstl-.*\\.jar$|.*/org.apache.taglibs.taglibs-standard-impl-.*\\.jar$");

dm.addAppProvider(webappProvider);
server.addBean(dm);
dm.start();


2018-09-18 12:42:40,918 [main] WARN SecurityHandler - ***@o.e.j.w.WebAppContext@72c05f6a{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,STARTING}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}<mailto:***@o.e.j.w.WebAppContext@72c05f6a%7bSspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,STARTING%7d%7bC:%5CUsers%5Cari51787%5Csandbox%5CSSPConfig3432-20180529-NEW-HEAD-BUILD400%5Capps%5Cjetty%5Cwebservices%5Cwebapps%5CSspJsf%7d> has uncovered http methods for path: /*
2018-09-18 12:42:40,918 [main] DEBUG SecurityHandler -
java.lang.Throwable: null
at org.eclipse.jetty.security.ConstraintSecurityHandler.checkPathsWithUncoveredHttpMethods(ConstraintSecurityHandler.java:808) [jetty-security-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.security.ConstraintSecurityHandler.doStart(ConstraintSecurityHandler.java:446) [jetty-security-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:138) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:108) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:113) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.server.handler.ScopedHandler.doStart(ScopedHandler.java:123) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.server.session.SessionHandler.doStart(SessionHandler.java:503) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:138) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:108) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:113) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.server.handler.ScopedHandler.doStart(ScopedHandler.java:123) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:909) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:370) [jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1497) [jetty-webapp-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1459) [jetty-webapp-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:848) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.servlet.ServletContextHandler.doStart(ServletContextHandler.java:287) [jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:545) [jetty-webapp-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:138) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:117) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:113) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.server.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:167) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:138) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:117) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:113) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:138) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.server.Server.start(Server.java:419) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:108) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:113) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.server.Server.doStart(Server.java:386) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at com.sterlingcommerce.hadrian.system.jetty.JettyHttpServiceImpl.startJetty(JettyHttpServiceImpl.java:391) [sspconfig.jar:?]
at com.sterlingcommerce.hadrian.system.jetty.JettyHttpServiceImpl.start(JettyHttpServiceImpl.java:123) [sspconfig.jar:?]
at $ServiceWithLifecycle_165ed8fee9d.start($ServiceWithLifecycle_165ed8fee9d.java) [?:?]
at $ServiceWithLifecycle_165ed8fee89.start($ServiceWithLifecycle_165ed8fee89.java) [?:?]
at com.sterlingcommerce.hadrian.system.ServiceManagerImpl.initStartGlobalServices(ServiceManagerImpl.java:186) [sspconfig.jar:?]
at com.sterlingcommerce.hadrian.system.ServiceManagerImpl.start(ServiceManagerImpl.java:60) [sspconfig.jar:?]
at $ServiceManager_165ed8fee78.start($ServiceManager_165ed8fee78.java) [?:?]
at $ServiceManager_165ed8fee76.start($ServiceManager_165ed8fee76.java) [?:?]
at com.sterlingcommerce.hadrian.Main.main(Main.java:296) [sspconfig.jar:?]


.

.

.

2018-09-18 12:42:43,657 [main] DEBUG WebAppClassLoader - WAP webapp loaded class org.eclipse.jetty.apache.jsp.JuliLog
2018-09-18 12:42:43,658 [main] WARN SspJsf - unavailable
java.lang.reflect.InvocationTargetException: null
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:83) ~[?:1.8.0]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:57) ~[?:1.8.0]
at java.lang.reflect.Constructor.newInstance(Constructor.java:437) ~[?:1.8.0]
at org.eclipse.jetty.server.handler.ContextHandler$Context.createInstance(ContextHandler.java:2632) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.servlet.ServletContextHandler$Context.createServlet(ServletContextHandler.java:1372) ~[jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.servlet.ServletHolder.newInstance(ServletHolder.java:1297) [jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:647) [jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.servlet.ServletHolder.initialize(ServletHolder.java:427) [jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:760) [jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:374) [jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1497) [jetty-webapp-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1459) [jetty-webapp-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:848) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.servlet.ServletContextHandler.doStart(ServletContextHandler.java:287) [jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:545) [jetty-webapp-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:138) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:117) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:113) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.server.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:167) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:138) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:117) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:113) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:138) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.server.Server.start(Server.java:419) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:108) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:113) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.server.Server.doStart(Server.java:386) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at com.sterlingcommerce.hadrian.system.jetty.JettyHttpServiceImpl.startJetty(JettyHttpServiceImpl.java:391) [sspconfig.jar:?]
at com.sterlingcommerce.hadrian.system.jetty.JettyHttpServiceImpl.start(JettyHttpServiceImpl.java:123) [sspconfig.jar:?]
at $ServiceWithLifecycle_165ed8fee9d.start($ServiceWithLifecycle_165ed8fee9d.java) [?:?]
at $ServiceWithLifecycle_165ed8fee89.start($ServiceWithLifecycle_165ed8fee89.java) [?:?]
at com.sterlingcommerce.hadrian.system.ServiceManagerImpl.initStartGlobalServices(ServiceManagerImpl.java:186) [sspconfig.jar:?]
at com.sterlingcommerce.hadrian.system.ServiceManagerImpl.start(ServiceManagerImpl.java:60) [sspconfig.jar:?]
at $ServiceManager_165ed8fee78.start($ServiceManager_165ed8fee78.java) [?:?]
at $ServiceManager_165ed8fee76.start($ServiceManager_165ed8fee76.java) [?:?]
at com.sterlingcommerce.hadrian.Main.main(Main.java:296) [sspconfig.jar:?]
Caused by: java.util.ServiceConfigurationError: org.apache.juli.logging.Log: Provider org.eclipse.jetty.apache.jsp.JuliLog not a subtype
at java.util.ServiceLoader.fail(ServiceLoader.java:250) ~[?:1.8.0]
at java.util.ServiceLoader.access$300(ServiceLoader.java:196) ~[?:1.8.0]
at java.util.ServiceLoader$LazyIterator.nextService(ServiceLoader.java:387) ~[?:1.8.0]
at java.util.ServiceLoader$LazyIterator.next(ServiceLoader.java:415) ~[?:1.8.0]
at java.util.ServiceLoader$1.next(ServiceLoader.java:491) ~[?:1.8.0]
at org.apache.juli.logging.LogFactory.<init>(LogFactory.java:78) ~[org.mortbay.jasper.apache-jsp-8.5.24.2.jar:2.3]
at org.apache.juli.logging.LogFactory.<clinit>(LogFactory.java:66) ~[org.mortbay.jasper.apache-jsp-8.5.24.2.jar:2.3]
at org.apache.jasper.servlet.JspServlet.<init>(JspServlet.java:69) ~[org.mortbay.jasper.apache-jsp-8.5.24.2.jar:2.3]
at org.eclipse.jetty.jsp.JettyJspServlet.<init>(JettyJspServlet.java:41) ~[org.eclipse.jetty.apache-jsp-9.4.11.v20180605.jar:9.4.11.v20180605]
... 41 more
2018-09-18 12:42:43,663 [main] DEBUG ServletHandler - EXCEPTION
javax.servlet.ServletException: ***@19c47==org.eclipse.jetty.jsp.JettyJspServlet,jsp=null,order=0,inst=false<mailto:***@19c47==org.eclipse.jetty.jsp.JettyJspServlet,jsp=null,order=0,inst=false>
at org.eclipse.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:691) ~[jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.servlet.ServletHolder.initialize(ServletHolder.java:427) ~[jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:760) [jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:374) [jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1497) [jetty-webapp-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1459) [jetty-webapp-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:848) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.servlet.ServletContextHandler.doStart(ServletContextHandler.java:287) [jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:545) [jetty-webapp-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:138) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:117) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:113) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.server.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:167) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:138) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:117) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:113) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:138) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.server.Server.start(Server.java:419) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:108) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:113) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.server.Server.doStart(Server.java:386) [jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
at com.sterlingcommerce.hadrian.system.jetty.JettyHttpServiceImpl.startJetty(JettyHttpServiceImpl.java:391) [sspconfig.jar:?]
at com.sterlingcommerce.hadrian.system.jetty.JettyHttpServiceImpl.start(JettyHttpServiceImpl.java:123) [sspconfig.jar:?]
at $ServiceWithLifecycle_165ed8fee9d.start($ServiceWithLifecycle_165ed8fee9d.java) [?:?]
at $ServiceWithLifecycle_165ed8fee89.start($ServiceWithLifecycle_165ed8fee89.java) [?:?]
at com.sterlingcommerce.hadrian.system.ServiceManagerImpl.initStartGlobalServices(ServiceManagerImpl.java:186) [sspconfig.jar:?]
at com.sterlingcommerce.hadrian.system.ServiceManagerImpl.start(ServiceManagerImpl.java:60) [sspconfig.jar:?]
at $ServiceManager_165ed8fee78.start($ServiceManager_165ed8fee78.java) [?:?]
at $ServiceManager_165ed8fee76.start($ServiceManager_165ed8fee76.java) [?:?]
at com.sterlingcommerce.hadrian.Main.main(Main.java:296) [sspconfig.jar:?]
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:83) ~[?:1.8.0]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:57) ~[?:1.8.0]
at java.lang.reflect.Constructor.newInstance(Constructor.java:437) ~[?:1.8.0]
at org.eclipse.jetty.server.handler.ContextHandler$Context.createInstance(ContextHandler.java:2632) ~[jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.servlet.ServletContextHandler$Context.createServlet(ServletContextHandler.java:1372) ~[jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.servlet.ServletHolder.newInstance(ServletHolder.java:1297) ~[jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:647) ~[jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
... 33 more
Caused by: java.util.ServiceConfigurationError: org.apache.juli.logging.Log: Provider org.eclipse.jetty.apache.jsp.JuliLog not a subtype
at java.util.ServiceLoader.fail(ServiceLoader.java:250) ~[?:1.8.0]
at java.util.ServiceLoader.access$300(ServiceLoader.java:196) ~[?:1.8.0]
at java.util.ServiceLoader$LazyIterator.nextService(ServiceLoader.java:387) ~[?:1.8.0]
at java.util.ServiceLoader$LazyIterator.next(ServiceLoader.java:415) ~[?:1.8.0]
at java.util.ServiceLoader$1.next(ServiceLoader.java:491) ~[?:1.8.0]
at org.apache.juli.logging.LogFactory.<init>(LogFactory.java:78) ~[org.mortbay.jasper.apache-jsp-8.5.24.2.jar:2.3]
at org.apache.juli.logging.LogFactory.<clinit>(LogFactory.java:66) ~[org.mortbay.jasper.apache-jsp-8.5.24.2.jar:2.3]
at org.apache.jasper.servlet.JspServlet.<init>(JspServlet.java:69) ~[org.mortbay.jasper.apache-jsp-8.5.24.2.jar:2.3]
at org.eclipse.jetty.jsp.JettyJspServlet.<init>(JettyJspServlet.java:41) ~[org.eclipse.jetty.apache-jsp-9.4.11.v20180605.jar:9.4.11.v20180605]
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:83) ~[?:1.8.0]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:57) ~[?:1.8.0]
at java.lang.reflect.Constructor.newInstance(Constructor.java:437) ~[?:1.8.0]
at org.eclipse.jetty.server.handler.ContextHandler$Context.createInstance(ContextHandler.java:2632) ~[jetty-server-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.servlet.ServletContextHandler$Context.createServlet(ServletContextHandler.java:1372) ~[jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.servlet.ServletHolder.newInstance(ServletHolder.java:1297) ~[jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
at org.eclipse.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:647) ~[jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
... 33 more


From: jetty-users-***@eclipse.org<mailto:jetty-users-***@eclipse.org> [mailto:jetty-users-***@eclipse.org<mailto:jetty-users-***@eclipse.org>] On Behalf Of Joakim Erdfelt
Sent: Thursday, September 13, 2018 6:46 PM
To: Jetty Users @ Eclipse <jetty-***@eclipse.org<mailto:jetty-***@eclipse.org>>
Subject: Re: [jetty-users] Issues with jetty-9.4.11 running JSTL.jar

** This mail has been sent from an external source **


dm.setContextAttribute(
"org.eclipse.jetty.server.webapp.ContainerIncludeJarPattern",
".*/[^/]*servlet-api-[^/]*\\.jar$|.*/jstl*\\.jar$|.*/jsf*\\.jar$");

Your regex doesn't look right.

Take it and a directory list and pop it into https://www.freeformatter.com/java-regex-tester.html
Test it for what you want to match against (make sure your directory listing has fully qualified paths, either in OS/FileSystem format, or URI format).

Also note, JSF is not a server component, it's a WebApp specific dependency that will only work within your `WEB-INF/lib`.

Joakim Erdfelt / ***@webtide.com<mailto:***@webtide.com>


On Thu, Sep 13, 2018 at 5:45 PM Ubani Allison <***@gmail.com<mailto:***@gmail.com>> wrote:
Hi all,

I really have been struggling to get my web app to run with jetty-9.4.11. When I deploy my WAR file to a standalone jetty instances it works, but
when I use embedded jetty-9.4.11 the pages will not display. This same war file works in jetty-7.0.1 but since I migrated to jetty-9.4.11, I have
not have any success. The browser is not receiving any response back from my application. Any suggestions will be appreciated.

HandlerCollection hc = new HandlerCollection();
ContextHandlerCollection contexts = new ContextHandlerCollection();

DefaultHandler defaultHandler = new DefaultHandler();
hc.setHandlers(new Handler[] { contexts, defaultHandler});
server.setHandler(hc);

DeploymentManager dm = new DeploymentManager();
WebAppProvider webappProvider = new WebAppProvider();
webappProvider.setMonitoredDirName(sDir);
webappProvider.setScanInterval(1);
webappProvider.setExtractWars(true);
dm.setContexts(contexts);
//dm.setContextAttribute(
// "org.eclipse.jetty.server.webapp.ContainerIncludeJarPattern",
// ".*/servlet-api-[^/]*\\.jar$");

dm.setContextAttribute(
"org.eclipse.jetty.server.webapp.ContainerIncludeJarPattern",
".*/[^/]*servlet-api-[^/]*\\.jar$|.*/jstl*\\.jar$|.*/jsf*\\.jar$");

dm.addAppProvider(webappProvider);
server.addBean(dm);
dm.start();






2018-09-13 14:24:21,784 [qtp-35913463-24] DEBUG HttpConnection - ***@cdb548d2[p=HttpParser{s=START,0 of -1},g=***@7e29bce8{s=START}]=>***@97013d33{r=0,c=false,a=IDLE,uri=null,age=0}<-***@1693a94f{/127.0.0.1:49886<http://127.0.0.1:49886/><->/127.0.0.1:7777<http://127.0.0.1:7777/>,OPEN,fill=-,flush=-,to=145/30000}->***@cdb548d2[p=HttpParser{s=START,0 of -1},g=***@7e29bce8{s=START}]=>***@97013d33{r=0,c=false,a=IDLE,uri=null,age=0}->***@432790d4{/127.0.0.1:49886<http://127.0.0.1:49886/><->/127.0.0.1:7777<http://127.0.0.1:7777/>,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->***@26197137{NOT_HANDSHAKING,eio=-1/-1,di=-1}=>***@cdb548d2[p=HttpParser{s=START,0 of -1},g=***@7e29bce8{s=START}]=>***@97013d33{r=0,c=false,a=IDLE,uri=null,age=0} filled 469 ***@1da99ed1[p=0,l=469,c=17408,r=469]={<<<GET /SSPDashboard...5z3m5cil0h0\r\n\r\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
2018-09-13 14:24:21,784 [qtp-35913463-24] DEBUG HttpConnection - ***@cdb548d2[p=HttpParser{s=START,0 of -1},g=***@7e29bce8{s=START}]=>***@97013d33{r=0,c=false,a=IDLE,uri=null,age=0}<-***@1693a94f{/127.0.0.1:49886<http://127.0.0.1:49886/><->/127.0.0.1:7777<http://127.0.0.1:7777/>,OPEN,fill=-,flush=-,to=145/30000}->***@cdb548d2[p=HttpParser{s=START,0 of -1},g=***@7e29bce8{s=START}]=>***@97013d33{r=0,c=false,a=IDLE,uri=null,age=0}->***@432790d4{/127.0.0.1:49886<http://127.0.0.1:49886/><->/127.0.0.1:7777<http://127.0.0.1:7777/>,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->***@26197137{NOT_HANDSHAKING,eio=-1/-1,di=-1}=>***@cdb548d2[p=HttpParser{s=START,0 of -1},g=***@7e29bce8{s=START}]=>***@97013d33{r=0,c=false,a=IDLE,uri=null,age=0} parse ***@1da99ed1[p=0,l=469,c=17408,r=469]={<<<GET /SSPDashboard...5z3m5cil0h0\r\n\r\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} {}
2018-09-13 14:24:21,784 [qtp-35913463-24] DEBUG HttpParser - parseNext s=START ***@1da99ed1[p=0,l=469,c=17408,r=469]={<<<GET /SSPDashboard...5z3m5cil0h0\r\n\r\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
2018-09-13 14:24:21,784 [qtp-35913463-24] DEBUG HttpParser - START --> SPACE1
2018-09-13 14:24:21,786 [qtp-35913463-24] DEBUG HttpParser - SPACE1 --> URI
2018-09-13 14:24:21,786 [qtp-35913463-24] DEBUG HttpParser - URI --> SPACE2
2018-09-13 14:24:21,786 [qtp-35913463-24] DEBUG HttpParser - SPACE2 --> REQUEST_VERSION
2018-09-13 14:24:21,786 [qtp-35913463-24] DEBUG HttpParser - REQUEST_VERSION --> HEADER
2018-09-13 14:24:21,787 [qtp-35913463-24] DEBUG HttpParser - HEADER:Host --> VALUE
2018-09-13 14:24:21,787 [qtp-35913463-24] DEBUG HttpParser - HEADER:Host --> IN_VALUE
2018-09-13 14:24:21,787 [qtp-35913463-24] DEBUG HttpParser - HEADER:Host --> FIELD
2018-09-13 14:24:21,789 [qtp-35913463-24] DEBUG HttpParser - HEADER:Connection: keep-alive --> IN_VALUE
2018-09-13 14:24:21,789 [qtp-35913463-24] DEBUG HttpParser - HEADER:Connection: keep-alive --> FIELD
2018-09-13 14:24:21,793 [qtp-35913463-24] DEBUG HttpParser - HEADER: --> IN_NAME
2018-09-13 14:24:21,793 [qtp-35913463-24] DEBUG HttpParser - HEADER:Upgrade-Insecure-Requests --> VALUE
2018-09-13 14:24:21,793 [qtp-35913463-24] DEBUG HttpParser - HEADER:Upgrade-Insecure-Requests --> IN_VALUE
2018-09-13 14:24:21,793 [qtp-35913463-24] DEBUG HttpParser - HEADER:Upgrade-Insecure-Requests --> FIELD
2018-09-13 14:24:21,793 [qtp-35913463-24] DEBUG HttpParser - HEADER:User-Agent --> VALUE
2018-09-13 14:24:21,793 [qtp-35913463-24] DEBUG HttpParser - HEADER:User-Agent --> IN_VALUE
2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser - HEADER:User-Agent --> FIELD
2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser - HEADER:Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8 --> IN_VALUE
2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser - HEADER:Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8 --> FIELD
2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser - HEADER:Accept-Encoding: gzip, deflate, br --> IN_VALUE
2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser - HEADER:Accept-Encoding: gzip, deflate, br --> FIELD
2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser - HEADER:Accept-Language --> VALUE
2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser - HEADER:Accept-Language --> IN_VALUE
2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser - HEADER:Accept-Language --> FIELD
2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser - HEADER:Cookie --> VALUE
2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser - HEADER:Cookie --> IN_VALUE
2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser - HEADER:Cookie --> FIELD
2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser - HEADER --> END
2018-09-13 14:24:21,795 [qtp-35913463-24] DEBUG HttpChannel - REQUEST for //localhost:7777/SSPDashboard on ***@97013d33{r=1,c=false,a=IDLE,uri=//localhost:7777/SSPDashboard,age=1}
GET //localhost:7777/SSPDashboard HTTP/1.1
Host: localhost:7777
Connection: keep-alive
Upgrade-Insecure-Requests: 1
User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8
Accept-Encoding: gzip, deflate, br
Accept-Language: en-US,en;q=0.9
Cookie: JSESSIONID=1ibz0ohp1twxmq1hvjixfpk2oig113icy28
=====================================================
Please refer to http://www.aricent.com/email-disclaimer
for important disclosures regarding this electronic communication.
=====================================================
Joakim Erdfelt
2018-09-24 17:27:32 UTC
Permalink
Since you are not running Maven, it will be difficult for me to resolve
things and tell you where the problem is.

Can you run the following code once with your Server classpath/classloader,
and once again from within your webapp classloader?

https://gist.github.com/joakime/e6caf36ff30c48248e313440cae20495

package cloader;

import java.net.URL;
import java.util.Enumeration;

public class WhereIsThisComingFrom
{
public static void main(String[] args)
{
ClassLoader cl = Thread.currentThread().getContextClassLoader();

locate(cl, "org/apache/juli/logging/Log.class");
locate(cl, "org/eclipse/jetty/apache/jsp/JuliLog.class");
}

public static void locate(ClassLoader cl, Class<?> clazz)
{
String classAsResource = clazz.getName().replace('.', '/') +
".class";
locate(cl, classAsResource);
}

public static void locate(ClassLoader cl, String resourceName)
{
try
{
Enumeration<URL> urls = cl.getResources(resourceName);
System.out.printf("Looking for: %s%n", resourceName);
while (urls.hasMoreElements())
{
URL url = urls.nextElement();
System.out.printf(" - Found: %s%n", url.toExternalForm());
}
}
catch (Throwable t)
{
System.out.printf("Whoops: cannot locate: %s%n", resourceName);
t.printStackTrace();
}
}
}


Joakim Erdfelt / ***@webtide.com


On Mon, Sep 24, 2018 at 12:00 PM Eze Ikonne <***@aricent.com> wrote:

> Hi Joakim,
>
>
>
> I could not provide you with the Maven dependency tree because the app is
> built with the ant build process and when I ran the mvn dependency tree
> option I got some exceptions. Nonetheless, here is the runtime dependency
> map generated by
>
> server.setDumpAfterStart(true);. Upgrading to jetty-9.4.11 has proven to
> be a tough one for me; in the previous versions of jetty, I just drop these
> same war files and with minor tweak I was back in business, I am really
> sweating this one. Any insight will be much appreciated. Please see the
> runtime dependency map below.
>
>
>
> SLF4J: Class path contains multiple SLF4J bindings.
>
> SLF4J: Found binding in
> [jar:file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/log4j-slf4j-impl-2.8.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]
>
> SLF4J: Found binding in
> [jar:file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
>
> SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an
> explanation.
>
> SLF4J: Actual binding is of type
> [org.apache.logging.slf4j.Log4jLoggerFactory]
>
> ***@cde4d61a[9.4.11.v20180605] - STARTING
>
> +=
> QueuedThreadPool[qtp-1105532647]@be1ae919{STARTED,8<=14<=500,i=10,q=0}[***@8cf474a1{s=0/6,p=0}]
> - STARTED
>
> | += ***@8cf474a1{s=0/6,p=0} - STARTED
>
> | +> 36 qtp-1105532647-36 IDLE TIMED_WAITING @
> sun.misc.Unsafe.park(Native Method)
>
> | +> 31 qtp-1105532647-31 IDLE TIMED_WAITING @
> sun.misc.Unsafe.park(Native Method)
>
> | +> 34 qtp-1105532647-34 IDLE TIMED_WAITING @
> sun.misc.Unsafe.park(Native Method)
>
> | +> 39 qtp-1105532647-39 IDLE TIMED_WAITING @
> sun.misc.Unsafe.park(Native Method)
>
> | +> 25 qtp-1105532647-25 SELECTING RUNNABLE @
> sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
>
> | +> 24 qtp-1105532647-24 IDLE TIMED_WAITING @
> sun.misc.Unsafe.park(Native Method)
>
> | +> 38 qtp-1105532647-38 IDLE TIMED_WAITING @
> sun.misc.Unsafe.park(Native Method)
>
> | +> 28 qtp-1105532647-28-acceptor-***@7e513b06-***@9ee2ab19{SSL,[ssl,
> http/1.1]}{localhost:7777} ACCEPTING RUNNABLE @
> sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method) prio=3
>
> | +> 37 qtp-1105532647-37 SELECTING RUNNABLE @
> sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
>
> | +> 27 qtp-1105532647-27 IDLE TIMED_WAITING @
> sun.misc.Unsafe.park(Native Method)
>
> | +> 26 qtp-1105532647-26 IDLE TIMED_WAITING @
> sun.misc.Unsafe.park(Native Method)
>
> | +> 30 qtp-1105532647-30 SELECTING RUNNABLE @
> sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
>
> | +> 35 qtp-1105532647-35 IDLE TIMED_WAITING @
> sun.misc.Unsafe.park(Native Method)
>
> | +> 29 qtp-1105532647-29 IDLE TIMED_WAITING @
> sun.misc.Unsafe.park(Native Method)
>
> | +> jobs - size=0
>
> += ***@f11886e2 -
> STARTED
>
> | +- sun.misc.Unsafe.park(Native Method)
>
> | +-
> java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
>
> | +-
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2089)
>
> | +-
> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1104)
>
> | +-
> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:820)
>
> | +-
> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1085)
>
> | +-
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
>
> | +-
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
>
> | +- java.lang.Thread.run(Thread.java:811)
>
> += ***@9ee2ab19{SSL,[ssl, http/1.1]}{localhost:7777} - STARTED
>
> | +~ ***@cde4d61a[9.4.11.v20180605] -
> STARTING
>
> | +~
> QueuedThreadPool[qtp-1105532647]@be1ae919{STARTED,8<=14<=500,i=10,q=0}[***@8cf474a1{s=0/6,p=0}]
> - STARTED
>
> | +~ ***@f11886e2
> - STARTED
>
> | +- ***@158bc3ea
>
> | += ***@ff1d07c3{SSL->HTTP/1.1} - STARTED
>
> | | += ***@126d3057[provider=null,keyStore=file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/conf/system/cmkeystore,trustStore=file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/conf/system/cmtruststore]
> trustAll=false
>
> | | +- Protocol Selections
>
> | | | +- Enabled (size=3)
>
> | | | | +- TLSv1
>
> | | | | +- TLSv1.1
>
> | | | | +- TLSv1.2
>
> | | | +- Disabled (size=0)
>
> | | +- Cipher Suite Selections
>
> | | +- Enabled (size=29)
>
> | | | +- SSL_DHE_DSS_WITH_AES_128_CBC_SHA256
>
> | | | +- SSL_DHE_DSS_WITH_AES_128_GCM_SHA256
>
> | | | +- SSL_DHE_DSS_WITH_AES_256_CBC_SHA256
>
> | | | +- SSL_DHE_DSS_WITH_AES_256_GCM_SHA384
>
> | | | +- SSL_DHE_RSA_WITH_AES_128_CBC_SHA256
>
> | | | +- SSL_DHE_RSA_WITH_AES_128_GCM_SHA256
>
> | | | +- SSL_DHE_RSA_WITH_AES_256_CBC_SHA256
>
> | | | +- SSL_DHE_RSA_WITH_AES_256_GCM_SHA384
>
> | | | +- SSL_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256
>
> | | | +- SSL_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
>
> | | | +- SSL_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384
>
> | | | +- SSL_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384
>
> | | | +- SSL_ECDHE_RSA_WITH_AES_128_CBC_SHA256
>
> | | | +- SSL_ECDHE_RSA_WITH_AES_128_GCM_SHA256
>
> | | | +- SSL_ECDHE_RSA_WITH_AES_256_CBC_SHA384
>
> | | | +- SSL_ECDHE_RSA_WITH_AES_256_GCM_SHA384
>
> | | | +- SSL_ECDH_ECDSA_WITH_AES_128_CBC_SHA256
>
> | | | +- SSL_ECDH_ECDSA_WITH_AES_128_GCM_SHA256
>
> | | | +- SSL_ECDH_ECDSA_WITH_AES_256_CBC_SHA384
>
> | | | +- SSL_ECDH_ECDSA_WITH_AES_256_GCM_SHA384
>
> | | | +- SSL_ECDH_RSA_WITH_AES_128_CBC_SHA256
>
> | | | +- SSL_ECDH_RSA_WITH_AES_128_GCM_SHA256
>
> | | | +- SSL_ECDH_RSA_WITH_AES_256_CBC_SHA384
>
> | | | +- SSL_ECDH_RSA_WITH_AES_256_GCM_SHA384
>
> | | | +- SSL_RSA_WITH_AES_128_CBC_SHA256
>
> | | | +- SSL_RSA_WITH_AES_128_GCM_SHA256
>
> | | | +- SSL_RSA_WITH_AES_256_CBC_SHA256
>
> | | | +- SSL_RSA_WITH_AES_256_GCM_SHA384
>
> | | | +- TLS_EMPTY_RENEGOTIATION_INFO_SCSV
>
> | | +- Disabled (size=43)
>
> | | +- SSL_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA -
> JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>
> | | +- SSL_DHE_DSS_WITH_AES_128_CBC_SHA -
> ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>
> | | +- SSL_DHE_DSS_WITH_AES_256_CBC_SHA -
> ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>
> | | +- SSL_DHE_DSS_WITH_DES_CBC_SHA -
> JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>
> | | +- SSL_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA -
> JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>
> | | +- SSL_DHE_RSA_WITH_AES_128_CBC_SHA -
> ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>
> | | +- SSL_DHE_RSA_WITH_AES_256_CBC_SHA -
> ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>
> | | +- SSL_DHE_RSA_WITH_DES_CBC_SHA -
> JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>
> | | +- SSL_DH_anon_EXPORT_WITH_DES40_CBC_SHA -
> JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>
> | | +- SSL_DH_anon_WITH_AES_128_CBC_SHA -
> JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>
> | | +- SSL_DH_anon_WITH_AES_128_CBC_SHA256 -
> JreDisabled:java.security
>
> | | +- SSL_DH_anon_WITH_AES_128_GCM_SHA256 -
> JreDisabled:java.security
>
> | | +- SSL_DH_anon_WITH_AES_256_CBC_SHA -
> JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>
> | | +- SSL_DH_anon_WITH_AES_256_CBC_SHA256 -
> JreDisabled:java.security
>
> | | +- SSL_DH_anon_WITH_AES_256_GCM_SHA384 -
> JreDisabled:java.security
>
> | | +- SSL_DH_anon_WITH_DES_CBC_SHA -
> JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>
> | | +- SSL_ECDHE_ECDSA_WITH_AES_128_CBC_SHA -
> ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>
> | | +- SSL_ECDHE_ECDSA_WITH_AES_256_CBC_SHA -
> ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>
> | | +- SSL_ECDHE_ECDSA_WITH_NULL_SHA -
> JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>
> | | +- SSL_ECDHE_RSA_WITH_AES_128_CBC_SHA -
> ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>
> | | +- SSL_ECDHE_RSA_WITH_AES_256_CBC_SHA -
> ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>
> | | +- SSL_ECDHE_RSA_WITH_NULL_SHA -
> JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>
> | | +- SSL_ECDH_ECDSA_WITH_AES_128_CBC_SHA -
> ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>
> | | +- SSL_ECDH_ECDSA_WITH_AES_256_CBC_SHA -
> ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>
> | | +- SSL_ECDH_ECDSA_WITH_NULL_SHA -
> JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>
> | | +- SSL_ECDH_RSA_WITH_AES_128_CBC_SHA -
> ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>
> | | +- SSL_ECDH_RSA_WITH_AES_256_CBC_SHA -
> ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>
> | | +- SSL_ECDH_RSA_WITH_NULL_SHA -
> JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>
> | | +- SSL_ECDH_anon_WITH_AES_128_CBC_SHA -
> JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>
> | | +- SSL_ECDH_anon_WITH_AES_256_CBC_SHA -
> JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>
> | | +- SSL_ECDH_anon_WITH_NULL_SHA -
> JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>
> | | +- SSL_KRB5_EXPORT_WITH_DES_CBC_40_MD5 -
> JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>
> | | +- SSL_KRB5_EXPORT_WITH_DES_CBC_40_SHA -
> JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>
> | | +- SSL_KRB5_WITH_DES_CBC_MD5 -
> JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>
> | | +- SSL_KRB5_WITH_DES_CBC_SHA -
> JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>
> | | +- SSL_RSA_EXPORT_WITH_DES40_CBC_SHA -
> JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>
> | | +- SSL_RSA_FIPS_WITH_DES_CBC_SHA -
> JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>
> | | +- SSL_RSA_WITH_AES_128_CBC_SHA -
> ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>
> | | +- SSL_RSA_WITH_AES_256_CBC_SHA -
> ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>
> | | +- SSL_RSA_WITH_DES_CBC_SHA -
> JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>
> | | +- SSL_RSA_WITH_NULL_MD5 - JreDisabled:java.security,
> ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>
> | | +- SSL_RSA_WITH_NULL_SHA - JreDisabled:java.security,
> ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>
> | | +- SSL_RSA_WITH_NULL_SHA256 - JreDisabled:java.security
>
> | += ***@44f9bc4c[HTTP/1.1] - STARTED
>
> | | +- ***@cc1f7d1a{32768/8192,8192/8192,https://:0,[]}
>
> | += ***@ServerConnector@9ee2ab19{SSL,[ssl,
> http/1.1]}{localhost:7777} - STARTED
>
> | | += ***@1105a48e id=0 keys=0
> selected=0 updates=0 - STARTED
>
> | | | += ***@ee173ea5/***@67f3b096
> /PRODUCING/p=false/QueuedThreadPool[qtp-1105532647]@be1ae919{STARTED,8<=14<=500,i=10,q=0}[***@8cf474a1{s=0/6,p=0}][pc=0,pic=0,pec=0,epc=0]@2018-09-24T12:39:22.824-04:00
> - STARTED
>
> | | | | +- ***@67f3b096
>
> | | | | +~
> QueuedThreadPool[qtp-1105532647]@be1ae919{STARTED,8<=14<=500,i=10,q=0}[***@8cf474a1{s=0/6,p=0}]
> - STARTED
>
> | | | +> updates @ 2018-09-24T12:39:22.823-04:00
>
> | | | +> keys @ 2018-09-24T12:39:22.824-04:00
>
> | | | +- ***@89ba0ea1 keys=0
>
> | | += ***@77b6d84c id=1 keys=0
> selected=0 updates=0 - STARTED
>
> | | | += ***@a234a9b8/***@ca7b7109
> /PRODUCING/p=false/QueuedThreadPool[qtp-1105532647]@be1ae919{STARTED,8<=14<=500,i=10,q=0}[***@8cf474a1{s=0/6,p=0}][pc=0,pic=0,pec=0,epc=0]@2018-09-24T12:39:22.825-04:00
> - STARTED
>
> | | | | +- ***@ca7b7109
>
> | | | | +~
> QueuedThreadPool[qtp-1105532647]@be1ae919{STARTED,8<=14<=500,i=10,q=0}[***@8cf474a1{s=0/6,p=0}]
> - STARTED
>
> | | | +> updates @ 2018-09-24T12:39:22.824-04:00
>
> | | | +> keys @ 2018-09-24T12:39:22.825-04:00
>
> | | | +- ***@fe7c5fe8 keys=0
>
> | | += ***@6d5035ad id=2 keys=0
> selected=0 updates=0 - STARTED
>
> | | += ***@15b8d11f/***@37a74453
> /PRODUCING/p=false/QueuedThreadPool[qtp-1105532647]@be1ae919{STARTED,8<=14<=500,i=10,q=0}[***@8cf474a1{s=0/6,p=0}][pc=0,pic=0,pec=0,epc=0]@2018-09-24T12:39:22.826-04:00
> - STARTED
>
> | | | +- ***@37a74453
>
> | | | +~
> QueuedThreadPool[qtp-1105532647]@be1ae919{STARTED,8<=14<=500,i=10,q=0}[***@8cf474a1{s=0/6,p=0}]
> - STARTED
>
> | | +> updates @ 2018-09-24T12:39:22.825-04:00
>
> | | +> keys @ 2018-09-24T12:39:22.826-04:00
>
> | | +- ***@fa670ca5 keys=0
>
> | +- sun.nio.ch.ServerSocketChannelImpl[/127.0.0.1:7777]
>
> | +- qtp-1105532647-28-acceptor-***@7e513b06-***@9ee2ab19{SSL,[ssl,
> http/1.1]}{localhost:7777}
>
> += ***@bc0df40c
> [***@a8925fbd
> [***@36ccd6df{sspcmrest,/sspcmrest,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\sspcmrest},
> ***@6bc14f86{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf},
> o.e.j.w.WebAppContext@-7d19ff0d{SSPDashboard,/SSPDashboard,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/,STARTING}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SSPDashboard}],
> ***@a1bbb25a] - STARTED
>
> | += ***@a8925fbd
> [***@36ccd6df{sspcmrest,/sspcmrest,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\sspcmrest},
> ***@6bc14f86{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf},
> o.e.j.w.WebAppContext@-7d19ff0d{SSPDashboard,/SSPDashboard,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/,STARTING}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SSPDashboard}]
> - STARTED
>
> | | += ***@36ccd6df{sspcmrest,/sspcmrest,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\sspcmrest}
> - STARTED
>
> | | | +=
> org.eclipse.jetty.server.session.SessionHandler1119506697==dftMaxIdleSec=-1
> - STOPPED
>
> | | | | +=
> ***@aa43d9ff - STOPPED
>
> | | | | +-
> ***@246aa94
>
> | | | | += ***@532e3216
> - STOPPED
>
> | | | | +> null
>
> | | | | +> null
>
> | | | | +> null
>
> | | | | +> []
>
> | | | += ***@d4fc1fcc -
> STOPPED
>
> | | | +> WebAppClassLoader=***@2cb15ea5
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/classes/
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/accepter.jar
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/asm-3.1.jar
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/authentication.jar
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/componentCommon.jar
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/configurator.jar
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/haas.jar
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/hadrian-client.jar
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/hadrian-common.jar
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/hadrian-gui.jar
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/jackson-core-asl-1.9.2.jar
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/jackson-jaxrs-1.9.2.jar
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/jackson-mapper-asl-1.9.2.jar
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/jackson-xc-1.9.2.jar
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/jakarta-oro-2.0.8.jar
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/jaxb-api-2.2.6.jar
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/jaxb-impl-2.2.5.jar
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/jdom.jar
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/jersey-client-1.16.jar
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/jersey-core-1.16.jar
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/jersey-json-1.16.jar
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/jersey-server-1.16.jar
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/jersey-servlet-1.16.jar
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/jettison-1.1.jar
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/jsr311-api-1.1.1.jar
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/log4j-1.2-api-2.8.2.jar
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/log4j-api-2.8.2.jar
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/log4j-core-2.8.2.jar
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/log4j-slf4j-impl-2.8.2.jar
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/maverick-legacy-common-1.1.20.jar
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/maverick-legacy-server-1.6.41-no-common.jar
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/persistence.jar
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/servlet-api-2.5.jar
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/slf4j-api-1.7.5.jar
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/sspconfig.jar
>
> | | | | +- sun.misc.Launcher$***@31d07b90
>
> | | | +> Systemclasses ***@36ccd6df
> {sspcmrest,/sspcmrest,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\sspcmrest}
>
> | | | | +- java.
>
> | | | | +- javax.
>
> | | | | +- org.eclipse.jetty.continuation.
>
> | | | | +- org.eclipse.jetty.jaas.
>
> | | | | +- org.eclipse.jetty.jmx.
>
> | | | | +- org.eclipse.jetty.jndi.
>
> | | | | +- org.eclipse.jetty.jsp.JettyJspServlet
>
> | | | | +- org.eclipse.jetty.servlet.DefaultServlet
>
> | | | | +- org.eclipse.jetty.servlets.PushCacheFilter
>
> | | | | +- org.eclipse.jetty.servlets.PushSessionCacheFilter
>
> | | | | +- org.eclipse.jetty.util.annotation.
>
> | | | | +- org.eclipse.jetty.util.log.
>
> | | | | +- org.eclipse.jetty.websocket.
>
> | | | | +- org.w3c.
>
> | | | | +- org.xml.
>
> | | | +> Serverclasses ***@36ccd6df
> {sspcmrest,/sspcmrest,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\sspcmrest}
>
> | | | | +- -org.eclipse.jetty.alpn.
>
> | | | | +- -org.eclipse.jetty.apache.
>
> | | | | +- -org.eclipse.jetty.continuation.
>
> | | | | +- -org.eclipse.jetty.jaas.
>
> | | | | +- -org.eclipse.jetty.jmx.
>
> | | | | +- -org.eclipse.jetty.jndi.
>
> | | | | +- -org.eclipse.jetty.jsp.
>
> | | | | +- -org.eclipse.jetty.server.session.SessionData
>
> | | | | +- -org.eclipse.jetty.servlet.DefaultServlet
>
> | | | | +- -org.eclipse.jetty.servlet.NoJspServlet
>
> | | | | +- -org.eclipse.jetty.servlet.listener.
>
> | | | | +- -org.eclipse.jetty.servlets.
>
> | | | | +- -org.eclipse.jetty.util.annotation.
>
> | | | | +- -org.eclipse.jetty.util.log.
>
> | | | | +- -org.eclipse.jetty.websocket.
>
> | | | | +- org.eclipse.jdt.
>
> | | | | +- org.eclipse.jetty.
>
> | | | | +- org.objectweb.asm.
>
> | | | +> Configurations ***@36ccd6df
> {sspcmrest,/sspcmrest,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\sspcmrest}
>
> | | | | +- ***@7a78bbc0
>
> | | | | +- ***@3c957f9d
>
> | | | | +- ***@9808e8c7
>
> | | | | +- ***@f9a4b662
>
> | | | | +-
> ***@cb6a5f1
>
> | | | | +-
> ***@95340014
>
> | | | +> Handler attributes ***@36ccd6df
> {sspcmrest,/sspcmrest,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\sspcmrest}
>
> | | | | +-
> javax.servlet.context.tempdir=C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\sspcmrest\jspClasses
>
> | | | | +-
> org.eclipse.jetty.server.webapp.ContainerIncludeJarPattern=.*/[^/]*servlet-api-[^/]*\.jar$|.*/javax.servlet.jsp.jstl-.*\.jar$|.*/org.apache.taglibs.taglibs-standard-impl-.*\.jar$
>
> | | | | +-
> org.eclipse.jetty.tlds=[jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/scriptfree.tld,
> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/x.tld,
> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/x-1_0-rt.tld,
> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/sql.tld,
> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/permittedTaglibs.tld,
> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/c-1_0-rt.tld,
> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/c.tld,
> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/fmt-1_0-rt.tld,
> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/fmt.tld,
> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/c-1_1.tld,
> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/sql-1_0-rt.tld,
> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/fn.tld,
> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/jersey-server-1.16.jar!/META-INF/taglib.tld]
>
> | | | | +- org.eclipse.jetty.tmpdirConfigured=true
>
> | | | | +- org.eclipse.jetty.resources=[]
>
> | | | | +-
> org.eclipse.jetty.server.Executor=QueuedThreadPool[qtp-1105532647]@be1ae919{STARTED,8<=14<=500,i=10,q=0}[***@8cf474a1
> {s=0/6,p=0}]
>
> | | | | +- org.eclipse.jetty.webFragments={}
>
> | | | +> Context attributes ***@36ccd6df
> {sspcmrest,/sspcmrest,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\sspcmrest}
>
> | | | | +-
> org.eclipse.jetty.util.DecoratedObjectFactory=org.eclipse.jetty.util.DecoratedObjectFactory[decorators=2]
>
> | | | +> Initparams ***@36ccd6df
> {sspcmrest,/sspcmrest,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\sspcmrest}
>
> | | | +- dirAllowed=false
>
> | | += ***@6bc14f86{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}
> - STARTED
>
> | | | +=
> org.eclipse.jetty.server.session.SessionHandler-1940497655==dftMaxIdleSec=1800
> - STARTED
>
> | | | | +=
> ***@68290dc8 - STARTED
>
> | | | | | +-
> ***@5b7c4266
>
> | | | | | += ***@46e0a10d
> - STARTED
>
> | | | | | | +=
> ***@7b20c561 - STARTED
>
> | | | | | | +=
> ***@a3ae608c - STARTED
>
> | | | | | | += ***@5c13d641==org.eclipse.jetty.servlet.DefaultServlet,jsp=null,order=0,inst=true
> - STARTED
>
> | | | | | | | +- aliases=false
>
> | | | | | | | +- dirAllowed=true
>
> | | | | | | | +- maxCacheSize=256000000
>
> | | | | | | | +- maxCachedFileSize=200000000
>
> | | | | | | | +- welcomeServlets=false
>
> | | | | | | | +- useFileMappedBuffer=true
>
> | | | | | | | +- acceptRanges=true
>
> | | | | | | | +- etags=false
>
> | | | | | | | +- maxCachedFiles=2048
>
> | | | | | | | +- redirectWelcome=false
>
> | | | | | | += ***@19c47==org.eclipse.jetty.jsp.JettyJspServlet,jsp=null,order=0,inst=false
> - STARTED
>
> | | | | | | | +- fork=false
>
> | | | | | | | +- compilerSourceVM=1.7
>
> | | | | | | | +- logVerbosityLevel=DEBUG
>
> | | | | | | | +- compilerTargetVM=1.7
>
> | | | | | | | +- xpoweredBy=false
>
> | | | | | | +- [/]=>default
>
> | | | | | | +- [*.jsp, *.jspf, *.jspx, *.xsp, *.JSP, *.JSPF,
> *.JSPX, *.XSP]=>jsp
>
> | | | | | | +=
> ***@c194a5e1 - STARTED
>
> | | | | | | += UploadFilter - STARTED
>
> | | | | | | | +- sizeThreshold=4096
>
> | | | | | | | +- maxSize=-1
>
> | | | | | | += debugFilter - STARTED
>
> | | | | | | += sessionValidationFilter - STARTED
>
> | | | | | | += systemProtectionFilter - STARTED
>
> | | | | | | += NonceProtectionFilter - STARTED
>
> | | | | | | += Faces ***@87ee159b==com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet,jsp=null,order=1,inst=true
> - STARTED
>
> | | | | | | += ***@e45569aa==com.sun.errorhandler.ExceptionHandler,jsp=null,order=-1,inst=false
> - STARTED
>
> | | | | | | | +- errorHost=localhost
>
> | | | | | | | +- errorPort=24444
>
> | | | | | | += ***@5aa2e45c==com.sun.rave.web.ui.theme.ThemeServlet,jsp=null,order=-1,inst=false
> - STARTED
>
> | | | | | | += ***@a794153b==com.sterlingcommerce.sspgui.web.servlet.LogoutServlet,jsp=null,order=-1,inst=false
> - STARTED
>
> | | | | | | += ***@c40ea71b==com.sterlingcommerce.sspgui.web.util.ContentErrorHandler,jsp=null,order=-1,inst=false
> - STARTED
>
> | | | | | | += ***@22b464fd==com.sterlingcommerce.sspgui.web.servlet.KeepAliveServlet,jsp=null,order=-1,inst=false
> - STARTED
>
> | | | | | | +- []/[Faces Servlet]==0=>UploadFilter
>
> | | | | | | +- []/[Faces Servlet]==0=>debugFilter
>
> | | | | | | +- [/*]/[]==0=>sessionValidationFilter
>
> | | | | | | +- [/*]/[]==0=>systemProtectionFilter
>
> | | | | | | +- [/*]/[]==0=>NonceProtectionFilter
>
> | | | | | | +- [/faces/*]=>Faces Servlet
>
> | | | | | | +-
> [/error/ExceptionHandler]=>ExceptionHandlerServlet
>
> | | | | | | +- [/theme/*]=>ThemeServlet
>
> | | | | | | +- [/LogoutServlet]=>LogoutServlet
>
> | | | | | | +- [/ContentErrorHandler]=>ContentErrorHandler
>
> | | | | | | +- [/keepalive]=>KeepAliveServlet
>
> | | | | | +> null
>
> | | | | | +> null
>
> | | | | | +> null
>
> | | | | | +> []
>
> | | | | | +> /*={POST={RoleInfo[],Confidential},
> GET={RoleInfo[],Confidential}}
>
> | | | | | +> /={TRACE={RoleInfo,F,C[],None},
> TRACE.omission={RoleInfo[],None}}
>
> | | | | +=
> ***@ed793205[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false]
> - STARTED
>
> | | | | | +=
> ***@ef5ec3c5[passivating=false,graceSec=3600]
> - STARTED
>
> | | | | +~
> ***@28055976[worker=node0]
> - STARTED
>
> | | | += ***@11b8242e -
> STARTED
>
> | | | +=
> ***@e224744f
> - STARTED
>
> | | | +> WebAppClassLoader=***@7aea6095
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/classes/
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/WebUIUtils.jar
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/accepter.jar
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/appbase.jar
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/asm-6.2.jar
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/asm-commons-6.2.jar
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/authentication.jar
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/bsf.jar
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/castor-1.3.3-xml.jar
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/commons-beanutils.jar
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/commons-codec.jar
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/commons-collections-3.2.2.jar
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/commons-digester.jar
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/commons-fileupload-1.3.3.jar
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/commons-io-2.4.jar
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/commons-logging.jar
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/componentCommon.jar
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/configurator.jar
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/dataprovider.jar
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/defaulttheme.jar
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/errorhandler.jar
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/haas.jar
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/hadrian-client.jar
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/hadrian-common.jar
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/hadrian-gui.jar
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/jdom.jar
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/jsf-api.jar
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/jsf-impl.jar
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/jsfcl.jar
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/jstl.jar
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/log4j-1.2-api-2.8.2.jar
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/log4j-api-2.8.2.jar
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/log4j-core-2.8.2.jar
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/log4j-slf4j-impl-2.8.2.jar
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/maverick-legacy-common-1.1.20.jar
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/maverick-legacy-server-1.6.41-no-common.jar
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/not-yet-commons-ssl-0.3.15.jar
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-standard-spec-1.2.5.jar
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.eclipse.jdt.ecj-3.12.3.jar
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.eclipse.jetty.apache-jsp-9.4.11.v20180605.jar
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.mortbay.jasper.apache-el-8.5.24.2.jar
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.mortbay.jasper.apache-jsp-8.5.24.2.jar
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/persistence.jar
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/retroweaver-all-1.2.2.jar
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/retroweaver-rt-1.2.2.jar
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/rowset.jar
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/sqlx.jar
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/sspconfig.jar
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/standard.jar
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/webui.jar
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/xalan.jar
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/xercesImpl.jar
>
> | | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/xml-apis.jar
>
> | | | | +- sun.misc.Launcher$***@31d07b90
>
> | | | +> Systemclasses ***@6bc14f86
> {SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}
>
> | | | | +- java.
>
> | | | | +- javax.
>
> | | | | +- org.eclipse.jetty.continuation.
>
> | | | | +- org.eclipse.jetty.jaas.
>
> | | | | +- org.eclipse.jetty.jmx.
>
> | | | | +- org.eclipse.jetty.jndi.
>
> | | | | +- org.eclipse.jetty.jsp.JettyJspServlet
>
> | | | | +- org.eclipse.jetty.servlet.DefaultServlet
>
> | | | | +- org.eclipse.jetty.servlets.PushCacheFilter
>
> | | | | +- org.eclipse.jetty.servlets.PushSessionCacheFilter
>
> | | | | +- org.eclipse.jetty.util.annotation.
>
> | | | | +- org.eclipse.jetty.util.log.
>
> | | | | +- org.eclipse.jetty.websocket.
>
> | | | | +- org.w3c.
>
> | | | | +- org.xml.
>
> | | | +> Serverclasses ***@6bc14f86
> {SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}
>
> | | | | +- -org.eclipse.jetty.alpn.
>
> | | | | +- -org.eclipse.jetty.apache.
>
> | | | | +- -org.eclipse.jetty.continuation.
>
> | | | | +- -org.eclipse.jetty.jaas.
>
> | | | | +- -org.eclipse.jetty.jmx.
>
> | | | | +- -org.eclipse.jetty.jndi.
>
> | | | | +- -org.eclipse.jetty.jsp.
>
> | | | | +- -org.eclipse.jetty.server.session.SessionData
>
> | | | | +- -org.eclipse.jetty.servlet.DefaultServlet
>
> | | | | +- -org.eclipse.jetty.servlet.NoJspServlet
>
> | | | | +- -org.eclipse.jetty.servlet.listener.
>
> | | | | +- -org.eclipse.jetty.servlets.
>
> | | | | +- -org.eclipse.jetty.util.annotation.
>
> | | | | +- -org.eclipse.jetty.util.log.
>
> | | | | +- -org.eclipse.jetty.websocket.
>
> | | | | +- org.eclipse.jdt.
>
> | | | | +- org.eclipse.jetty.
>
> | | | | +- org.objectweb.asm.
>
> | | | +> Configurations ***@6bc14f86
> {SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}
>
> | | | | +- ***@feddbd4a
>
> | | | | +- ***@68900893
>
> | | | | +- ***@39f88e78
>
> | | | | +- ***@8718dd7b
>
> | | | | +-
> ***@64c7db84
>
> | | | | +-
> ***@809f5340
>
> | | | +> Handler attributes ***@6bc14f86
> {SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}
>
> | | | | +-
> javax.servlet.context.tempdir=C:\Users\ari51787\AppData\Local\Temp\3\jetty-localhost-7777-SspJsf-_SspJsf-any-2418981793340015807.dir
>
> | | | | +-
> org.eclipse.jetty.server.webapp.ContainerIncludeJarPattern=.*/[^/]*servlet-api-[^/]*\.jar$|.*/javax.servlet.jsp.jstl-.*\.jar$|.*/org.apache.taglibs.taglibs-standard-impl-.*\.jar$
>
> | | | | +-
> org.eclipse.jetty.tlds=[jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/sql.tld,
> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/x.tld,
> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/scriptfree.tld,
> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/fn.tld,
> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/x-1_0-rt.tld,
> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/appbase.jar!/META-INF/taglib.tld,
> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/sql.tld,
> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/fn.tld,
> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/c.tld,
> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/permittedTaglibs.tld,
> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/c.tld,
> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/c-1_0.tld,
> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/sql-1_0.tld,
> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/sql-1_0-rt.tld,
> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/fmt-1_0-rt.tld,
> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/fmt.tld,
> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/fn.tld,
> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/fmt.tld,
> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/fmt-1_0-rt.tld,
> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/scriptfree.tld,
> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/x.tld,
> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/webui.jar!/META-INF/webui.tld,
> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/scriptfree.tld,
> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/x.tld,
> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/x-1_0-rt.tld,
> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/c-1_1.tld,
> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/sql.tld,
> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/c-1_0-rt.tld,
> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/jsf-impl.jar!/META-INF/jsf_core.tld,
> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/jsfcl.jar!/META-INF/jsfcl.tld,
> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/x-1_0-rt.tld,
> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/permittedTaglibs.tld,
> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/c-1_0-rt.tld,
> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/c.tld,
> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/permittedTaglibs.tld,
> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/x-1_0.tld,
> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/fmt-1_0-rt.tld,
> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/c-1_0-rt.tld,
> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/fmt-1_0.tld,
> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/fmt.tld,
> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/c-1_1.tld,
> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/jsf-impl.jar!/META-INF/html_basic.tld,
> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/sql-1_0-rt.tld,
> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/sql-1_0-rt.tld]
>
> | | | | +-
> org.eclipse.jetty.containerInitializers=[ContainerInitializer{com.sun.jersey.server.impl.container.servlet.JerseyServletContainerInitializer,interested=[javax.ws.rs.Path,
> javax.ws.rs.ext.Provider, javax.ws.rs.core.Application,
> javax.ws.rs.ApplicationPath],applicable=[],annotated=[]}]
>
> | | | | +-
> org.eclipse.jetty.classInheritanceMap=***@5d0d4222
> {size=2541}
>
> | | | | +- org.eclipse.jetty.resources=[]
>
> | | | | +-
> org.eclipse.jetty.server.Executor=QueuedThreadPool[qtp-1105532647]@be1ae919{STARTED,8<=14<=500,i=10,q=0}[***@8cf474a1
> {s=0/6,p=0}]
>
> | | | | +-
> org.eclipse.jetty.containerInitializerStarter=***@e224744f
>
> | | | | +- org.eclipse.jetty.webFragments={}
>
> | | | +> Context attributes ***@6bc14f86
> {SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}
>
> | | | | +-
> com.sun.faces.ApplicationAssociate=***@c8aa63a3
>
> | | | | +-
> org.eclipse.jetty.util.DecoratedObjectFactory=org.eclipse.jetty.util.DecoratedObjectFactory[decorators=2]
>
> | | | | +-
> resourceCache=ResourceCache[null,***@6b86c118
> ]@1345180914
>
> | | | +> Initparams ***@6bc14f86
> {SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}
>
> | | | +- com.sun.faces.verifyObjects=false
>
> | | | +-
> javax.faces.CONFIG_FILES=/WEB-INF/navigation.xml,/WEB-INF/managed-beans.xml
>
> | | | +- com.sun.faces.validateXml=true
>
> | | | +- com.sun.faces.NUMBER_OF_VIEWS_IN_SESSION=2
>
> | | | +- javax.faces.STATE_SAVING_METHOD=server
>
> | | | +-
> com.sun.faces.NUMBER_OF_VIEWS_IN_LOGICAL_VIEW_IN_SESSION=2
>
> | | += o.e.j.w.WebAppContext@-7d19ff0d{SSPDashboard,/SSPDashboard,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/,STARTING}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SSPDashboard}
> - STARTING
>
> | | +=
> org.eclipse.jetty.server.session.SessionHandler-1850967021==dftMaxIdleSec=-1
> - STOPPED
>
> | | | +=
> ***@c4cb7af6 - STOPPED
>
> | | | +-
> ***@2213e75b
>
> | | | += ***@2d6778c -
> STOPPED
>
> | | | +> null
>
> | | | +> null
>
> | | | +> null
>
> | | | +> []
>
> | | += ***@15f2251b -
> STOPPED
>
> | | +> WebAppClassLoader=***@41bc91ea
>
> | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/classes/
>
> | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/WebUIUtils.jar
>
> | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/accepter.jar
>
> | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/appbase.jar
>
> | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/asm-6.2.jar
>
> | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/asm-commons-6.2.jar
>
> | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/commons-beanutils.jar
>
> | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/commons-codec.jar
>
> | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/commons-collections-3.2.2.jar
>
> | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/commons-digester.jar
>
> | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/commons-fileupload-1.3.3.jar
>
> | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/commons-io-2.4.jar
>
> | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/commons-logging.jar
>
> | | | +-
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/componentCommon.jar
>
> | |
>
Joakim Erdfelt
2018-09-24 17:33:20 UTC
Permalink
Also of note on your dump.

You have far too many jetty dependencies/jars, there's no way you are
possibly using all of those dependencies. (some in direct conflict with
each other)
Consider pruning down to only what you need/use.

Also, since you are using the IBM JVM, be aware that it's lack of use of
the TLS RFC Cipher Suite names means you will not have full SSL/TLS support
out of the box correctly.
You have to heavily tweak the SslContextFactory and it's includes/excludes
to conform to the non-standard Cipher Suite naming that IBM is still using.
If you have a service contract with IBM, ask them to support the registered
RFC Cipher Suite names out of the box with their
SSLEngine.getSupportedCipherSuites()!!
(Note: we are not the only library you will have issues with this
antiquated decision of IBM)

Joakim Erdfelt / ***@webtide.com


On Mon, Sep 24, 2018 at 12:27 PM Joakim Erdfelt <***@webtide.com> wrote:

> Since you are not running Maven, it will be difficult for me to resolve
> things and tell you where the problem is.
>
> Can you run the following code once with your Server
> classpath/classloader, and once again from within your webapp classloader?
>
> https://gist.github.com/joakime/e6caf36ff30c48248e313440cae20495
>
> package cloader;
>
> import java.net.URL;
> import java.util.Enumeration;
>
> public class WhereIsThisComingFrom
> {
> public static void main(String[] args)
> {
> ClassLoader cl = Thread.currentThread().getContextClassLoader();
>
> locate(cl, "org/apache/juli/logging/Log.class");
> locate(cl, "org/eclipse/jetty/apache/jsp/JuliLog.class");
> }
>
> public static void locate(ClassLoader cl, Class<?> clazz)
> {
> String classAsResource = clazz.getName().replace('.', '/') +
> ".class";
> locate(cl, classAsResource);
> }
>
> public static void locate(ClassLoader cl, String resourceName)
> {
> try
> {
> Enumeration<URL> urls = cl.getResources(resourceName);
> System.out.printf("Looking for: %s%n", resourceName);
> while (urls.hasMoreElements())
> {
> URL url = urls.nextElement();
> System.out.printf(" - Found: %s%n", url.toExternalForm());
> }
> }
> catch (Throwable t)
> {
> System.out.printf("Whoops: cannot locate: %s%n", resourceName);
> t.printStackTrace();
> }
> }
> }
>
>
> Joakim Erdfelt / ***@webtide.com
>
>
> On Mon, Sep 24, 2018 at 12:00 PM Eze Ikonne <***@aricent.com>
> wrote:
>
>> Hi Joakim,
>>
>>
>>
>> I could not provide you with the Maven dependency tree because the app is
>> built with the ant build process and when I ran the mvn dependency tree
>> option I got some exceptions. Nonetheless, here is the runtime dependency
>> map generated by
>>
>> server.setDumpAfterStart(true);. Upgrading to jetty-9.4.11 has proven to
>> be a tough one for me; in the previous versions of jetty, I just drop these
>> same war files and with minor tweak I was back in business, I am really
>> sweating this one. Any insight will be much appreciated. Please see the
>> runtime dependency map below.
>>
>>
>>
>> SLF4J: Class path contains multiple SLF4J bindings.
>>
>> SLF4J: Found binding in
>> [jar:file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/log4j-slf4j-impl-2.8.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]
>>
>> SLF4J: Found binding in
>> [jar:file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
>>
>> SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an
>> explanation.
>>
>> SLF4J: Actual binding is of type
>> [org.apache.logging.slf4j.Log4jLoggerFactory]
>>
>> ***@cde4d61a[9.4.11.v20180605] - STARTING
>>
>> +=
>> QueuedThreadPool[qtp-1105532647]@be1ae919{STARTED,8<=14<=500,i=10,q=0}[***@8cf474a1{s=0/6,p=0}]
>> - STARTED
>>
>> | += ***@8cf474a1{s=0/6,p=0} - STARTED
>>
>> | +> 36 qtp-1105532647-36 IDLE TIMED_WAITING @
>> sun.misc.Unsafe.park(Native Method)
>>
>> | +> 31 qtp-1105532647-31 IDLE TIMED_WAITING @
>> sun.misc.Unsafe.park(Native Method)
>>
>> | +> 34 qtp-1105532647-34 IDLE TIMED_WAITING @
>> sun.misc.Unsafe.park(Native Method)
>>
>> | +> 39 qtp-1105532647-39 IDLE TIMED_WAITING @
>> sun.misc.Unsafe.park(Native Method)
>>
>> | +> 25 qtp-1105532647-25 SELECTING RUNNABLE @
>> sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
>>
>> | +> 24 qtp-1105532647-24 IDLE TIMED_WAITING @
>> sun.misc.Unsafe.park(Native Method)
>>
>> | +> 38 qtp-1105532647-38 IDLE TIMED_WAITING @
>> sun.misc.Unsafe.park(Native Method)
>>
>> | +> 28 qtp-1105532647-28-acceptor-***@7e513b06-***@9ee2ab19{SSL,[ssl,
>> http/1.1]}{localhost:7777} ACCEPTING RUNNABLE @
>> sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method) prio=3
>>
>> | +> 37 qtp-1105532647-37 SELECTING RUNNABLE @
>> sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
>>
>> | +> 27 qtp-1105532647-27 IDLE TIMED_WAITING @
>> sun.misc.Unsafe.park(Native Method)
>>
>> | +> 26 qtp-1105532647-26 IDLE TIMED_WAITING @
>> sun.misc.Unsafe.park(Native Method)
>>
>> | +> 30 qtp-1105532647-30 SELECTING RUNNABLE @
>> sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
>>
>> | +> 35 qtp-1105532647-35 IDLE TIMED_WAITING @
>> sun.misc.Unsafe.park(Native Method)
>>
>> | +> 29 qtp-1105532647-29 IDLE TIMED_WAITING @
>> sun.misc.Unsafe.park(Native Method)
>>
>> | +> jobs - size=0
>>
>> += ***@f11886e2 -
>> STARTED
>>
>> | +- sun.misc.Unsafe.park(Native Method)
>>
>> | +-
>> java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
>>
>> | +-
>> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2089)
>>
>> | +-
>> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1104)
>>
>> | +-
>> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:820)
>>
>> | +-
>> java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1085)
>>
>> | +-
>> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
>>
>> | +-
>> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
>>
>> | +- java.lang.Thread.run(Thread.java:811)
>>
>> += ***@9ee2ab19{SSL,[ssl, http/1.1]}{localhost:7777} -
>> STARTED
>>
>> | +~ ***@cde4d61a[9.4.11.v20180605] -
>> STARTING
>>
>> | +~
>> QueuedThreadPool[qtp-1105532647]@be1ae919{STARTED,8<=14<=500,i=10,q=0}[***@8cf474a1{s=0/6,p=0}]
>> - STARTED
>>
>> | +~ ***@f11886e2
>> - STARTED
>>
>> | +- ***@158bc3ea
>>
>> | += ***@ff1d07c3{SSL->HTTP/1.1} - STARTED
>>
>> | | += ***@126d3057[provider=null,keyStore=file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/conf/system/cmkeystore,trustStore=file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/conf/system/cmtruststore]
>> trustAll=false
>>
>> | | +- Protocol Selections
>>
>> | | | +- Enabled (size=3)
>>
>> | | | | +- TLSv1
>>
>> | | | | +- TLSv1.1
>>
>> | | | | +- TLSv1.2
>>
>> | | | +- Disabled (size=0)
>>
>> | | +- Cipher Suite Selections
>>
>> | | +- Enabled (size=29)
>>
>> | | | +- SSL_DHE_DSS_WITH_AES_128_CBC_SHA256
>>
>> | | | +- SSL_DHE_DSS_WITH_AES_128_GCM_SHA256
>>
>> | | | +- SSL_DHE_DSS_WITH_AES_256_CBC_SHA256
>>
>> | | | +- SSL_DHE_DSS_WITH_AES_256_GCM_SHA384
>>
>> | | | +- SSL_DHE_RSA_WITH_AES_128_CBC_SHA256
>>
>> | | | +- SSL_DHE_RSA_WITH_AES_128_GCM_SHA256
>>
>> | | | +- SSL_DHE_RSA_WITH_AES_256_CBC_SHA256
>>
>> | | | +- SSL_DHE_RSA_WITH_AES_256_GCM_SHA384
>>
>> | | | +- SSL_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256
>>
>> | | | +- SSL_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
>>
>> | | | +- SSL_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384
>>
>> | | | +- SSL_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384
>>
>> | | | +- SSL_ECDHE_RSA_WITH_AES_128_CBC_SHA256
>>
>> | | | +- SSL_ECDHE_RSA_WITH_AES_128_GCM_SHA256
>>
>> | | | +- SSL_ECDHE_RSA_WITH_AES_256_CBC_SHA384
>>
>> | | | +- SSL_ECDHE_RSA_WITH_AES_256_GCM_SHA384
>>
>> | | | +- SSL_ECDH_ECDSA_WITH_AES_128_CBC_SHA256
>>
>> | | | +- SSL_ECDH_ECDSA_WITH_AES_128_GCM_SHA256
>>
>> | | | +- SSL_ECDH_ECDSA_WITH_AES_256_CBC_SHA384
>>
>> | | | +- SSL_ECDH_ECDSA_WITH_AES_256_GCM_SHA384
>>
>> | | | +- SSL_ECDH_RSA_WITH_AES_128_CBC_SHA256
>>
>> | | | +- SSL_ECDH_RSA_WITH_AES_128_GCM_SHA256
>>
>> | | | +- SSL_ECDH_RSA_WITH_AES_256_CBC_SHA384
>>
>> | | | +- SSL_ECDH_RSA_WITH_AES_256_GCM_SHA384
>>
>> | | | +- SSL_RSA_WITH_AES_128_CBC_SHA256
>>
>> | | | +- SSL_RSA_WITH_AES_128_GCM_SHA256
>>
>> | | | +- SSL_RSA_WITH_AES_256_CBC_SHA256
>>
>> | | | +- SSL_RSA_WITH_AES_256_GCM_SHA384
>>
>> | | | +- TLS_EMPTY_RENEGOTIATION_INFO_SCSV
>>
>> | | +- Disabled (size=43)
>>
>> | | +- SSL_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA -
>> JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>>
>> | | +- SSL_DHE_DSS_WITH_AES_128_CBC_SHA -
>> ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>>
>> | | +- SSL_DHE_DSS_WITH_AES_256_CBC_SHA -
>> ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>>
>> | | +- SSL_DHE_DSS_WITH_DES_CBC_SHA -
>> JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>>
>> | | +- SSL_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA -
>> JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>>
>> | | +- SSL_DHE_RSA_WITH_AES_128_CBC_SHA -
>> ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>>
>> | | +- SSL_DHE_RSA_WITH_AES_256_CBC_SHA -
>> ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>>
>> | | +- SSL_DHE_RSA_WITH_DES_CBC_SHA -
>> JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>>
>> | | +- SSL_DH_anon_EXPORT_WITH_DES40_CBC_SHA -
>> JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>>
>> | | +- SSL_DH_anon_WITH_AES_128_CBC_SHA -
>> JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>>
>> | | +- SSL_DH_anon_WITH_AES_128_CBC_SHA256 -
>> JreDisabled:java.security
>>
>> | | +- SSL_DH_anon_WITH_AES_128_GCM_SHA256 -
>> JreDisabled:java.security
>>
>> | | +- SSL_DH_anon_WITH_AES_256_CBC_SHA -
>> JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>>
>> | | +- SSL_DH_anon_WITH_AES_256_CBC_SHA256 -
>> JreDisabled:java.security
>>
>> | | +- SSL_DH_anon_WITH_AES_256_GCM_SHA384 -
>> JreDisabled:java.security
>>
>> | | +- SSL_DH_anon_WITH_DES_CBC_SHA -
>> JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>>
>> | | +- SSL_ECDHE_ECDSA_WITH_AES_128_CBC_SHA -
>> ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>>
>> | | +- SSL_ECDHE_ECDSA_WITH_AES_256_CBC_SHA -
>> ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>>
>> | | +- SSL_ECDHE_ECDSA_WITH_NULL_SHA -
>> JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>>
>> | | +- SSL_ECDHE_RSA_WITH_AES_128_CBC_SHA -
>> ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>>
>> | | +- SSL_ECDHE_RSA_WITH_AES_256_CBC_SHA -
>> ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>>
>> | | +- SSL_ECDHE_RSA_WITH_NULL_SHA -
>> JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>>
>> | | +- SSL_ECDH_ECDSA_WITH_AES_128_CBC_SHA -
>> ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>>
>> | | +- SSL_ECDH_ECDSA_WITH_AES_256_CBC_SHA -
>> ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>>
>> | | +- SSL_ECDH_ECDSA_WITH_NULL_SHA -
>> JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>>
>> | | +- SSL_ECDH_RSA_WITH_AES_128_CBC_SHA -
>> ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>>
>> | | +- SSL_ECDH_RSA_WITH_AES_256_CBC_SHA -
>> ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>>
>> | | +- SSL_ECDH_RSA_WITH_NULL_SHA -
>> JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>>
>> | | +- SSL_ECDH_anon_WITH_AES_128_CBC_SHA -
>> JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>>
>> | | +- SSL_ECDH_anon_WITH_AES_256_CBC_SHA -
>> JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>>
>> | | +- SSL_ECDH_anon_WITH_NULL_SHA -
>> JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>>
>> | | +- SSL_KRB5_EXPORT_WITH_DES_CBC_40_MD5 -
>> JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>>
>> | | +- SSL_KRB5_EXPORT_WITH_DES_CBC_40_SHA -
>> JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>>
>> | | +- SSL_KRB5_WITH_DES_CBC_MD5 -
>> JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>>
>> | | +- SSL_KRB5_WITH_DES_CBC_SHA -
>> JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>>
>> | | +- SSL_RSA_EXPORT_WITH_DES40_CBC_SHA -
>> JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>>
>> | | +- SSL_RSA_FIPS_WITH_DES_CBC_SHA -
>> JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>>
>> | | +- SSL_RSA_WITH_AES_128_CBC_SHA -
>> ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>>
>> | | +- SSL_RSA_WITH_AES_256_CBC_SHA -
>> ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>>
>> | | +- SSL_RSA_WITH_DES_CBC_SHA -
>> JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>>
>> | | +- SSL_RSA_WITH_NULL_MD5 - JreDisabled:java.security,
>> ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>>
>> | | +- SSL_RSA_WITH_NULL_SHA - JreDisabled:java.security,
>> ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>>
>> | | +- SSL_RSA_WITH_NULL_SHA256 -
>> JreDisabled:java.security
>>
>> | += ***@44f9bc4c[HTTP/1.1] - STARTED
>>
>> | | +- ***@cc1f7d1a{32768/8192,8192/8192,https://:0,[]}
>>
>> | += ***@ServerConnector@9ee2ab19{SSL,[ssl,
>> http/1.1]}{localhost:7777} - STARTED
>>
>> | | += ***@1105a48e id=0 keys=0
>> selected=0 updates=0 - STARTED
>>
>> | | | += ***@ee173ea5/***@67f3b096
>> /PRODUCING/p=false/QueuedThreadPool[qtp-1105532647]@be1ae919{STARTED,8<=14<=500,i=10,q=0}[***@8cf474a1{s=0/6,p=0}][pc=0,pic=0,pec=0,epc=0]@2018-09-24T12:39:22.824-04:00
>> - STARTED
>>
>> | | | | +- ***@67f3b096
>>
>> | | | | +~
>> QueuedThreadPool[qtp-1105532647]@be1ae919{STARTED,8<=14<=500,i=10,q=0}[***@8cf474a1{s=0/6,p=0}]
>> - STARTED
>>
>> | | | +> updates @ 2018-09-24T12:39:22.823-04:00
>>
>> | | | +> keys @ 2018-09-24T12:39:22.824-04:00
>>
>> | | | +- ***@89ba0ea1 keys=0
>>
>> | | += ***@77b6d84c id=1 keys=0
>> selected=0 updates=0 - STARTED
>>
>> | | | += ***@a234a9b8/***@ca7b7109
>> /PRODUCING/p=false/QueuedThreadPool[qtp-1105532647]@be1ae919{STARTED,8<=14<=500,i=10,q=0}[***@8cf474a1{s=0/6,p=0}][pc=0,pic=0,pec=0,epc=0]@2018-09-24T12:39:22.825-04:00
>> - STARTED
>>
>> | | | | +- ***@ca7b7109
>>
>> | | | | +~
>> QueuedThreadPool[qtp-1105532647]@be1ae919{STARTED,8<=14<=500,i=10,q=0}[***@8cf474a1{s=0/6,p=0}]
>> - STARTED
>>
>> | | | +> updates @ 2018-09-24T12:39:22.824-04:00
>>
>> | | | +> keys @ 2018-09-24T12:39:22.825-04:00
>>
>> | | | +- ***@fe7c5fe8 keys=0
>>
>> | | += ***@6d5035ad id=2 keys=0
>> selected=0 updates=0 - STARTED
>>
>> | | += ***@15b8d11f/***@37a74453
>> /PRODUCING/p=false/QueuedThreadPool[qtp-1105532647]@be1ae919{STARTED,8<=14<=500,i=10,q=0}[***@8cf474a1{s=0/6,p=0}][pc=0,pic=0,pec=0,epc=0]@2018-09-24T12:39:22.826-04:00
>> - STARTED
>>
>> | | | +- ***@37a74453
>>
>> | | | +~
>> QueuedThreadPool[qtp-1105532647]@be1ae919{STARTED,8<=14<=500,i=10,q=0}[***@8cf474a1{s=0/6,p=0}]
>> - STARTED
>>
>> | | +> updates @ 2018-09-24T12:39:22.825-04:00
>>
>> | | +> keys @ 2018-09-24T12:39:22.826-04:00
>>
>> | | +- ***@fa670ca5 keys=0
>>
>> | +- sun.nio.ch.ServerSocketChannelImpl[/127.0.0.1:7777]
>>
>> | +- qtp-1105532647-28-acceptor-***@7e513b06-***@9ee2ab19{SSL,[ssl,
>> http/1.1]}{localhost:7777}
>>
>> += ***@bc0df40c
>> [***@a8925fbd
>> [***@36ccd6df{sspcmrest,/sspcmrest,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\sspcmrest},
>> ***@6bc14f86{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf},
>> o.e.j.w.WebAppContext@-7d19ff0d{SSPDashboard,/SSPDashboard,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/,STARTING}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SSPDashboard}],
>> ***@a1bbb25a] - STARTED
>>
>> | += ***@a8925fbd
>> [***@36ccd6df{sspcmrest,/sspcmrest,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\sspcmrest},
>> ***@6bc14f86{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf},
>> o.e.j.w.WebAppContext@-7d19ff0d{SSPDashboard,/SSPDashboard,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/,STARTING}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SSPDashboard}]
>> - STARTED
>>
>> | | += ***@36ccd6df{sspcmrest,/sspcmrest,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\sspcmrest}
>> - STARTED
>>
>> | | | +=
>> org.eclipse.jetty.server.session.SessionHandler1119506697==dftMaxIdleSec=-1
>> - STOPPED
>>
>> | | | | +=
>> ***@aa43d9ff - STOPPED
>>
>> | | | | +-
>> ***@246aa94
>>
>> | | | | += ***@532e3216
>> - STOPPED
>>
>> | | | | +> null
>>
>> | | | | +> null
>>
>> | | | | +> null
>>
>> | | | | +> []
>>
>> | | | += ***@d4fc1fcc
>> - STOPPED
>>
>> | | | +> WebAppClassLoader=***@2cb15ea5
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/classes/
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/accepter.jar
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/asm-3.1.jar
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/authentication.jar
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/componentCommon.jar
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/configurator.jar
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/haas.jar
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/hadrian-client.jar
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/hadrian-common.jar
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/hadrian-gui.jar
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/jackson-core-asl-1.9.2.jar
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/jackson-jaxrs-1.9.2.jar
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/jackson-mapper-asl-1.9.2.jar
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/jackson-xc-1.9.2.jar
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/jakarta-oro-2.0.8.jar
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/jaxb-api-2.2.6.jar
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/jaxb-impl-2.2.5.jar
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/jdom.jar
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/jersey-client-1.16.jar
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/jersey-core-1.16.jar
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/jersey-json-1.16.jar
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/jersey-server-1.16.jar
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/jersey-servlet-1.16.jar
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/jettison-1.1.jar
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/jsr311-api-1.1.1.jar
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/log4j-1.2-api-2.8.2.jar
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/log4j-api-2.8.2.jar
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/log4j-core-2.8.2.jar
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/log4j-slf4j-impl-2.8.2.jar
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/maverick-legacy-common-1.1.20.jar
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/maverick-legacy-server-1.6.41-no-common.jar
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/persistence.jar
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/servlet-api-2.5.jar
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/slf4j-api-1.7.5.jar
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/sspconfig.jar
>>
>> | | | | +- sun.misc.Launcher$***@31d07b90
>>
>> | | | +> Systemclasses ***@36ccd6df
>> {sspcmrest,/sspcmrest,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\sspcmrest}
>>
>> | | | | +- java.
>>
>> | | | | +- javax.
>>
>> | | | | +- org.eclipse.jetty.continuation.
>>
>> | | | | +- org.eclipse.jetty.jaas.
>>
>> | | | | +- org.eclipse.jetty.jmx.
>>
>> | | | | +- org.eclipse.jetty.jndi.
>>
>> | | | | +- org.eclipse.jetty.jsp.JettyJspServlet
>>
>> | | | | +- org.eclipse.jetty.servlet.DefaultServlet
>>
>> | | | | +- org.eclipse.jetty.servlets.PushCacheFilter
>>
>> | | | | +- org.eclipse.jetty.servlets.PushSessionCacheFilter
>>
>> | | | | +- org.eclipse.jetty.util.annotation.
>>
>> | | | | +- org.eclipse.jetty.util.log.
>>
>> | | | | +- org.eclipse.jetty.websocket.
>>
>> | | | | +- org.w3c.
>>
>> | | | | +- org.xml.
>>
>> | | | +> Serverclasses ***@36ccd6df
>> {sspcmrest,/sspcmrest,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\sspcmrest}
>>
>> | | | | +- -org.eclipse.jetty.alpn.
>>
>> | | | | +- -org.eclipse.jetty.apache.
>>
>> | | | | +- -org.eclipse.jetty.continuation.
>>
>> | | | | +- -org.eclipse.jetty.jaas.
>>
>> | | | | +- -org.eclipse.jetty.jmx.
>>
>> | | | | +- -org.eclipse.jetty.jndi.
>>
>> | | | | +- -org.eclipse.jetty.jsp.
>>
>> | | | | +- -org.eclipse.jetty.server.session.SessionData
>>
>> | | | | +- -org.eclipse.jetty.servlet.DefaultServlet
>>
>> | | | | +- -org.eclipse.jetty.servlet.NoJspServlet
>>
>> | | | | +- -org.eclipse.jetty.servlet.listener.
>>
>> | | | | +- -org.eclipse.jetty.servlets.
>>
>> | | | | +- -org.eclipse.jetty.util.annotation.
>>
>> | | | | +- -org.eclipse.jetty.util.log.
>>
>> | | | | +- -org.eclipse.jetty.websocket.
>>
>> | | | | +- org.eclipse.jdt.
>>
>> | | | | +- org.eclipse.jetty.
>>
>> | | | | +- org.objectweb.asm.
>>
>> | | | +> Configurations ***@36ccd6df
>> {sspcmrest,/sspcmrest,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\sspcmrest}
>>
>> | | | | +- ***@7a78bbc0
>>
>> | | | | +- ***@3c957f9d
>>
>> | | | | +- ***@9808e8c7
>>
>> | | | | +- ***@f9a4b662
>>
>> | | | | +-
>> ***@cb6a5f1
>>
>> | | | | +-
>> ***@95340014
>>
>> | | | +> Handler attributes ***@36ccd6df
>> {sspcmrest,/sspcmrest,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\sspcmrest}
>>
>> | | | | +-
>> javax.servlet.context.tempdir=C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\sspcmrest\jspClasses
>>
>> | | | | +-
>> org.eclipse.jetty.server.webapp.ContainerIncludeJarPattern=.*/[^/]*servlet-api-[^/]*\.jar$|.*/javax.servlet.jsp.jstl-.*\.jar$|.*/org.apache.taglibs.taglibs-standard-impl-.*\.jar$
>>
>> | | | | +-
>> org.eclipse.jetty.tlds=[jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/scriptfree.tld,
>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/x.tld,
>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/x-1_0-rt.tld,
>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/sql.tld,
>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/permittedTaglibs.tld,
>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/c-1_0-rt.tld,
>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/c.tld,
>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/fmt-1_0-rt.tld,
>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/fmt.tld,
>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/c-1_1.tld,
>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/sql-1_0-rt.tld,
>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/fn.tld,
>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/jersey-server-1.16.jar!/META-INF/taglib.tld]
>>
>> | | | | +- org.eclipse.jetty.tmpdirConfigured=true
>>
>> | | | | +- org.eclipse.jetty.resources=[]
>>
>> | | | | +-
>> org.eclipse.jetty.server.Executor=QueuedThreadPool[qtp-1105532647]@be1ae919{STARTED,8<=14<=500,i=10,q=0}[***@8cf474a1
>> {s=0/6,p=0}]
>>
>> | | | | +- org.eclipse.jetty.webFragments={}
>>
>> | | | +> Context attributes ***@36ccd6df
>> {sspcmrest,/sspcmrest,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\sspcmrest}
>>
>> | | | | +-
>> org.eclipse.jetty.util.DecoratedObjectFactory=org.eclipse.jetty.util.DecoratedObjectFactory[decorators=2]
>>
>> | | | +> Initparams ***@36ccd6df
>> {sspcmrest,/sspcmrest,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\sspcmrest}
>>
>> | | | +- dirAllowed=false
>>
>> | | += ***@6bc14f86{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}
>> - STARTED
>>
>> | | | +=
>> org.eclipse.jetty.server.session.SessionHandler-1940497655==dftMaxIdleSec=1800
>> - STARTED
>>
>> | | | | +=
>> ***@68290dc8 - STARTED
>>
>> | | | | | +-
>> ***@5b7c4266
>>
>> | | | | | += ***@46e0a10d
>> - STARTED
>>
>> | | | | | | +=
>> ***@7b20c561 - STARTED
>>
>> | | | | | | +=
>> ***@a3ae608c - STARTED
>>
>> | | | | | | += ***@5c13d641==org.eclipse.jetty.servlet.DefaultServlet,jsp=null,order=0,inst=true
>> - STARTED
>>
>> | | | | | | | +- aliases=false
>>
>> | | | | | | | +- dirAllowed=true
>>
>> | | | | | | | +- maxCacheSize=256000000
>>
>> | | | | | | | +- maxCachedFileSize=200000000
>>
>> | | | | | | | +- welcomeServlets=false
>>
>> | | | | | | | +- useFileMappedBuffer=true
>>
>> | | | | | | | +- acceptRanges=true
>>
>> | | | | | | | +- etags=false
>>
>> | | | | | | | +- maxCachedFiles=2048
>>
>> | | | | | | | +- redirectWelcome=false
>>
>> | | | | | | += ***@19c47==org.eclipse.jetty.jsp.JettyJspServlet,jsp=null,order=0,inst=false
>> - STARTED
>>
>> | | | | | | | +- fork=false
>>
>> | | | | | | | +- compilerSourceVM=1.7
>>
>> | | | | | | | +- logVerbosityLevel=DEBUG
>>
>> | | | | | | | +- compilerTargetVM=1.7
>>
>> | | | | | | | +- xpoweredBy=false
>>
>> | | | | | | +- [/]=>default
>>
>> | | | | | | +- [*.jsp, *.jspf, *.jspx, *.xsp, *.JSP, *.JSPF,
>> *.JSPX, *.XSP]=>jsp
>>
>> | | | | | | +=
>> ***@c194a5e1 - STARTED
>>
>> | | | | | | += UploadFilter - STARTED
>>
>> | | | | | | | +- sizeThreshold=4096
>>
>> | | | | | | | +- maxSize=-1
>>
>> | | | | | | += debugFilter - STARTED
>>
>> | | | | | | += sessionValidationFilter - STARTED
>>
>> | | | | | | += systemProtectionFilter - STARTED
>>
>> | | | | | | += NonceProtectionFilter - STARTED
>>
>> | | | | | | += Faces ***@87ee159b==com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet,jsp=null,order=1,inst=true
>> - STARTED
>>
>> | | | | | | += ***@e45569aa==com.sun.errorhandler.ExceptionHandler,jsp=null,order=-1,inst=false
>> - STARTED
>>
>> | | | | | | | +- errorHost=localhost
>>
>> | | | | | | | +- errorPort=24444
>>
>> | | | | | | += ***@5aa2e45c==com.sun.rave.web.ui.theme.ThemeServlet,jsp=null,order=-1,inst=false
>> - STARTED
>>
>> | | | | | | += ***@a794153b==com.sterlingcommerce.sspgui.web.servlet.LogoutServlet,jsp=null,order=-1,inst=false
>> - STARTED
>>
>> | | | | | | += ***@c40ea71b==com.sterlingcommerce.sspgui.web.util.ContentErrorHandler,jsp=null,order=-1,inst=false
>> - STARTED
>>
>> | | | | | | += ***@22b464fd==com.sterlingcommerce.sspgui.web.servlet.KeepAliveServlet,jsp=null,order=-1,inst=false
>> - STARTED
>>
>> | | | | | | +- []/[Faces Servlet]==0=>UploadFilter
>>
>> | | | | | | +- []/[Faces Servlet]==0=>debugFilter
>>
>> | | | | | | +- [/*]/[]==0=>sessionValidationFilter
>>
>> | | | | | | +- [/*]/[]==0=>systemProtectionFilter
>>
>> | | | | | | +- [/*]/[]==0=>NonceProtectionFilter
>>
>> | | | | | | +- [/faces/*]=>Faces Servlet
>>
>> | | | | | | +-
>> [/error/ExceptionHandler]=>ExceptionHandlerServlet
>>
>> | | | | | | +- [/theme/*]=>ThemeServlet
>>
>> | | | | | | +- [/LogoutServlet]=>LogoutServlet
>>
>> | | | | | | +- [/ContentErrorHandler]=>ContentErrorHandler
>>
>> | | | | | | +- [/keepalive]=>KeepAliveServlet
>>
>> | | | | | +> null
>>
>> | | | | | +> null
>>
>> | | | | | +> null
>>
>> | | | | | +> []
>>
>> | | | | | +> /*={POST={RoleInfo[],Confidential},
>> GET={RoleInfo[],Confidential}}
>>
>> | | | | | +> /={TRACE={RoleInfo,F,C[],None},
>> TRACE.omission={RoleInfo[],None}}
>>
>> | | | | +=
>> ***@ed793205[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false]
>> - STARTED
>>
>> | | | | | +=
>> ***@ef5ec3c5[passivating=false,graceSec=3600]
>> - STARTED
>>
>> | | | | +~
>> ***@28055976[worker=node0]
>> - STARTED
>>
>> | | | += ***@11b8242e
>> - STARTED
>>
>> | | | +=
>> ***@e224744f
>> - STARTED
>>
>> | | | +> WebAppClassLoader=***@7aea6095
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/classes/
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/WebUIUtils.jar
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/accepter.jar
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/appbase.jar
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/asm-6.2.jar
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/asm-commons-6.2.jar
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/authentication.jar
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/bsf.jar
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/castor-1.3.3-xml.jar
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/commons-beanutils.jar
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/commons-codec.jar
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/commons-collections-3.2.2.jar
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/commons-digester.jar
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/commons-fileupload-1.3.3.jar
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/commons-io-2.4.jar
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/commons-logging.jar
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/componentCommon.jar
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/configurator.jar
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/dataprovider.jar
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/defaulttheme.jar
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/errorhandler.jar
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/haas.jar
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/hadrian-client.jar
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/hadrian-common.jar
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/hadrian-gui.jar
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/jdom.jar
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/jsf-api.jar
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/jsf-impl.jar
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/jsfcl.jar
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/jstl.jar
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/log4j-1.2-api-2.8.2.jar
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/log4j-api-2.8.2.jar
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/log4j-core-2.8.2.jar
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/log4j-slf4j-impl-2.8.2.jar
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/maverick-legacy-common-1.1.20.jar
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/maverick-legacy-server-1.6.41-no-common.jar
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/not-yet-commons-ssl-0.3.15.jar
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-standard-spec-1.2.5.jar
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.eclipse.jdt.ecj-3.12.3.jar
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.eclipse.jetty.apache-jsp-9.4.11.v20180605.jar
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.mortbay.jasper.apache-el-8.5.24.2.jar
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.mortbay.jasper.apache-jsp-8.5.24.2.jar
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/persistence.jar
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/retroweaver-all-1.2.2.jar
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/retroweaver-rt-1.2.2.jar
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/rowset.jar
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/sqlx.jar
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/sspconfig.jar
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/standard.jar
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/webui.jar
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/xalan.jar
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/xercesImpl.jar
>>
>> | | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/xml-apis.jar
>>
>> | | | | +- sun.misc.Launcher$***@31d07b90
>>
>> | | | +> Systemclasses ***@6bc14f86
>> {SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}
>>
>> | | | | +- java.
>>
>> | | | | +- javax.
>>
>> | | | | +- org.eclipse.jetty.continuation.
>>
>> | | | | +- org.eclipse.jetty.jaas.
>>
>> | | | | +- org.eclipse.jetty.jmx.
>>
>> | | | | +- org.eclipse.jetty.jndi.
>>
>> | | | | +- org.eclipse.jetty.jsp.JettyJspServlet
>>
>> | | | | +- org.eclipse.jetty.servlet.DefaultServlet
>>
>> | | | | +- org.eclipse.jetty.servlets.PushCacheFilter
>>
>> | | | | +- org.eclipse.jetty.servlets.PushSessionCacheFilter
>>
>> | | | | +- org.eclipse.jetty.util.annotation.
>>
>> | | | | +- org.eclipse.jetty.util.log.
>>
>> | | | | +- org.eclipse.jetty.websocket.
>>
>> | | | | +- org.w3c.
>>
>> | | | | +- org.xml.
>>
>> | | | +> Serverclasses ***@6bc14f86
>> {SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}
>>
>> | | | | +- -org.eclipse.jetty.alpn.
>>
>> | | | | +- -org.eclipse.jetty.apache.
>>
>> | | | | +- -org.eclipse.jetty.continuation.
>>
>> | | | | +- -org.eclipse.jetty.jaas.
>>
>> | | | | +- -org.eclipse.jetty.jmx.
>>
>> | | | | +- -org.eclipse.jetty.jndi.
>>
>> | | | | +- -org.eclipse.jetty.jsp.
>>
>> | | | | +- -org.eclipse.jetty.server.session.SessionData
>>
>> | | | | +- -org.eclipse.jetty.servlet.DefaultServlet
>>
>> | | | | +- -org.eclipse.jetty.servlet.NoJspServlet
>>
>> | | | | +- -org.eclipse.jetty.servlet.listener.
>>
>> | | | | +- -org.eclipse.jetty.servlets.
>>
>> | | | | +- -org.eclipse.jetty.util.annotation.
>>
>> | | | | +- -org.eclipse.jetty.util.log.
>>
>> | | | | +- -org.eclipse.jetty.websocket.
>>
>> | | | | +- org.eclipse.jdt.
>>
>> | | | | +- org.eclipse.jetty.
>>
>> | | | | +- org.objectweb.asm.
>>
>> | | | +> Configurations ***@6bc14f86
>> {SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}
>>
>> | | | | +- ***@feddbd4a
>>
>> | | | | +- ***@68900893
>>
>> | | | | +- ***@39f88e78
>>
>> | | | | +- ***@8718dd7b
>>
>> | | | | +-
>> ***@64c7db84
>>
>> | | | | +-
>> ***@809f5340
>>
>> | | | +> Handler attributes ***@6bc14f86
>> {SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}
>>
>> | | | | +-
>> javax.servlet.context.tempdir=C:\Users\ari51787\AppData\Local\Temp\3\jetty-localhost-7777-SspJsf-_SspJsf-any-2418981793340015807.dir
>>
>> | | | | +-
>> org.eclipse.jetty.server.webapp.ContainerIncludeJarPattern=.*/[^/]*servlet-api-[^/]*\.jar$|.*/javax.servlet.jsp.jstl-.*\.jar$|.*/org.apache.taglibs.taglibs-standard-impl-.*\.jar$
>>
>> | | | | +-
>> org.eclipse.jetty.tlds=[jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/sql.tld,
>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/x.tld,
>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/scriptfree.tld,
>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/fn.tld,
>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/x-1_0-rt.tld,
>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/appbase.jar!/META-INF/taglib.tld,
>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/sql.tld,
>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/fn.tld,
>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/c.tld,
>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/permittedTaglibs.tld,
>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/c.tld,
>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/c-1_0.tld,
>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/sql-1_0.tld,
>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/sql-1_0-rt.tld,
>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/fmt-1_0-rt.tld,
>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/fmt.tld,
>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/fn.tld,
>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/fmt.tld,
>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/fmt-1_0-rt.tld,
>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/scriptfree.tld,
>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/x.tld,
>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/webui.jar!/META-INF/webui.tld,
>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/scriptfree.tld,
>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/x.tld,
>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/x-1_0-rt.tld,
>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/c-1_1.tld,
>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/sql.tld,
>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/c-1_0-rt.tld,
>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/jsf-impl.jar!/META-INF/jsf_core.tld,
>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/jsfcl.jar!/META-INF/jsfcl.tld,
>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/x-1_0-rt.tld,
>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/permittedTaglibs.tld,
>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/c-1_0-rt.tld,
>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/c.tld,
>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/permittedTaglibs.tld,
>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/x-1_0.tld,
>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/fmt-1_0-rt.tld,
>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/c-1_0-rt.tld,
>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/fmt-1_0.tld,
>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/fmt.tld,
>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/c-1_1.tld,
>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/jsf-impl.jar!/META-INF/html_basic.tld,
>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/sql-1_0-rt.tld,
>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/sql-1_0-rt.tld]
>>
>> | | | | +-
>> org.eclipse.jetty.containerInitializers=[ContainerInitializer{com.sun.jersey.server.impl.container.servlet.JerseyServletContainerInitializer,interested=[javax.ws.rs.Path,
>> javax.ws.rs.ext.Provider, javax.ws.rs.core.Application,
>> javax.ws.rs.ApplicationPath],applicable=[],annotated=[]}]
>>
>> | | | | +-
>> org.eclipse.jetty.classInheritanceMap=***@5d0d4222
>> {size=2541}
>>
>> | | | | +- org.eclipse.jetty.resources=[]
>>
>> | | | | +-
>> org.eclipse.jetty.server.Executor=QueuedThreadPool[qtp-1105532647]@be1ae919{STARTED,8<=14<=500,i=10,q=0}[***@8cf474a1
>> {s=0/6,p=0}]
>>
>> | | | | +-
>> org.eclipse.jetty.containerInitializerStarter=***@e224744f
>>
>> | | | | +- org.eclipse.jetty.webFragments={}
>>
>> | | | +> Context attributes ***@6bc14f86
>> {SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}
>>
>> | | | | +-
>> com.sun.faces.ApplicationAssociate=***@c8aa63a3
>>
>> | | | | +-
>> org.eclipse.jetty.util.DecoratedObjectFactory=org.eclipse.jetty.util.DecoratedObjectFactory[decorators=2]
>>
>> | | | | +-
>> resourceCache=ResourceCache[null,***@6b86c118
>> ]@1345180914
>>
>> | | | +> Initparams ***@6bc14f86
>> {SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}
>>
>> | | | +- com.sun.faces.verifyObjects=false
>>
>> | | | +-
>> javax.faces.CONFIG_FILES=/WEB-INF/navigation.xml,/WEB-INF/managed-beans.xml
>>
>> | | | +- com.sun.faces.validateXml=true
>>
>> | | | +- com.sun.faces.NUMBER_OF_VIEWS_IN_SESSION=2
>>
>> | | | +- javax.faces.STATE_SAVING_METHOD=server
>>
>> | | | +-
>> com.sun.faces.NUMBER_OF_VIEWS_IN_LOGICAL_VIEW_IN_SESSION=2
>>
>> | | += o.e.j.w.WebAppContext@-7d19ff0d{SSPDashboard,/SSPDashboard,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/,STARTING}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SSPDashboard}
>> - STARTING
>>
>> | | +=
>> org.eclipse.jetty.server.session.SessionHandler-1850967021==dftMaxIdleSec=-1
>> - STOPPED
>>
>> | | | +=
>> ***@c4cb7af6 - STOPPED
>>
>> | | | +-
>> ***@2213e75b
>>
>> | | | += ***@2d6778c
>> - STOPPED
>>
>> | | | +> null
>>
>> | | | +> null
>>
>> | | | +> null
>>
>> | | | +> []
>>
>> | | += ***@15f2251b
>> - STOPPED
>>
>> | | +> WebAppClassLoader=***@41bc91ea
>>
>> | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/classes/
>>
>> | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/WebUIUtils.jar
>>
>> | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/accepter.jar
>>
>> | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/appbase.jar
>>
>> | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/asm-6.2.jar
>>
>> | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/asm-commons-6.2.jar
>>
>> | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/commons-beanutils.jar
>>
>> | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/commons-codec.jar
>>
>> | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/commons-collections-3.2.2.jar
>>
>> | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/commons-digester.jar
>>
>> | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/commons-fileupload-1.3.3.jar
>>
>> | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/commons-io-2.4.jar
>>
>> | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/commons-logging.jar
>>
>> | | | +-
>> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/componentCommon.jar
>>
>> | |
>>
>
Jan Bartel
2018-09-25 00:00:14 UTC
Permalink
sspcmrest:
Get rid of servlet-api.jar in WEB-INF/lib. webapps cannot override javax
classes.

SspJsf:
Get rid of these jars in WEB-INF/lib, they should be on the container
classpath (double check you are using the correct versions of these jars
with the version of the distro of jetty you're targetting):
file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar
file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-standard-spec-1.2.5.jar
file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.eclipse.jdt.ecj-3.12.3.jar
file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.eclipse.jetty.apache-jsp-9.4.11.v20180605.jar
file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.mortbay.jasper.apache-el-8.5.24.2.jar
file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.mortbay.jasper.apache-jsp-8.5.24.2.jar
file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/jstl.jar

You can also see from the dump that all of your webapps except for the
Dashboard are marked as UNAVAILABLE, meaning they didn't start properly.
There should be some exceptions and WARNings in your log output.

Jan

On 25 September 2018 at 03:33, Joakim Erdfelt <***@webtide.com> wrote:

> Also of note on your dump.
>
> You have far too many jetty dependencies/jars, there's no way you are
> possibly using all of those dependencies. (some in direct conflict with
> each other)
> Consider pruning down to only what you need/use.
>
> Also, since you are using the IBM JVM, be aware that it's lack of use of
> the TLS RFC Cipher Suite names means you will not have full SSL/TLS support
> out of the box correctly.
> You have to heavily tweak the SslContextFactory and it's includes/excludes
> to conform to the non-standard Cipher Suite naming that IBM is still using.
> If you have a service contract with IBM, ask them to support the
> registered RFC Cipher Suite names out of the box with their SSLEngine.
> getSupportedCipherSuites()!!
> (Note: we are not the only library you will have issues with this
> antiquated decision of IBM)
>
> Joakim Erdfelt / ***@webtide.com
>
>
> On Mon, Sep 24, 2018 at 12:27 PM Joakim Erdfelt <***@webtide.com>
> wrote:
>
>> Since you are not running Maven, it will be difficult for me to resolve
>> things and tell you where the problem is.
>>
>> Can you run the following code once with your Server
>> classpath/classloader, and once again from within your webapp classloader?
>>
>> https://gist.github.com/joakime/e6caf36ff30c48248e313440cae20495
>>
>> package cloader;
>>
>> import java.net.URL;
>> import java.util.Enumeration;
>>
>> public class WhereIsThisComingFrom
>> {
>> public static void main(String[] args)
>> {
>> ClassLoader cl = Thread.currentThread().getContextClassLoader();
>>
>> locate(cl, "org/apache/juli/logging/Log.class");
>> locate(cl, "org/eclipse/jetty/apache/jsp/JuliLog.class");
>> }
>>
>> public static void locate(ClassLoader cl, Class<?> clazz)
>> {
>> String classAsResource = clazz.getName().replace('.', '/') +
>> ".class";
>> locate(cl, classAsResource);
>> }
>>
>> public static void locate(ClassLoader cl, String resourceName)
>> {
>> try
>> {
>> Enumeration<URL> urls = cl.getResources(resourceName);
>> System.out.printf("Looking for: %s%n", resourceName);
>> while (urls.hasMoreElements())
>> {
>> URL url = urls.nextElement();
>> System.out.printf(" - Found: %s%n", url.toExternalForm());
>> }
>> }
>> catch (Throwable t)
>> {
>> System.out.printf("Whoops: cannot locate: %s%n",
>> resourceName);
>> t.printStackTrace();
>> }
>> }
>> }
>>
>>
>> Joakim Erdfelt / ***@webtide.com
>>
>>
>> On Mon, Sep 24, 2018 at 12:00 PM Eze Ikonne <***@aricent.com>
>> wrote:
>>
>>> Hi Joakim,
>>>
>>>
>>>
>>> I could not provide you with the Maven dependency tree because the app
>>> is built with the ant build process and when I ran the mvn dependency tree
>>> option I got some exceptions. Nonetheless, here is the runtime dependency
>>> map generated by
>>>
>>> server.setDumpAfterStart(true);. Upgrading to jetty-9.4.11 has proven
>>> to be a tough one for me; in the previous versions of jetty, I just drop
>>> these same war files and with minor tweak I was back in business, I am
>>> really sweating this one. Any insight will be much appreciated. Please see
>>> the runtime dependency map below.
>>>
>>>
>>>
>>> SLF4J: Class path contains multiple SLF4J bindings.
>>>
>>> SLF4J: Found binding in [jar:file:/C:/Users/ari51787/
>>> sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/
>>> lib/thirdparty/log4j-slf4j-impl-2.8.2.jar!/org/slf4j/
>>> impl/StaticLoggerBinder.class]
>>>
>>> SLF4J: Found binding in [jar:file:/C:/Users/ari51787/
>>> sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/
>>> lib/thirdparty/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/
>>> StaticLoggerBinder.class]
>>>
>>> SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an
>>> explanation.
>>>
>>> SLF4J: Actual binding is of type [org.apache.logging.slf4j.
>>> Log4jLoggerFactory]
>>>
>>> ***@cde4d61a[9.4.11.v20180605] - STARTING
>>>
>>> += QueuedThreadPool[qtp-1105532647]@be1ae919{STARTED,
>>> 8<=14<=500,i=10,q=0}[***@8cf474a1{s=0/6,p=0}] -
>>> STARTED
>>>
>>> | += ***@8cf474a1{s=0/6,p=0} - STARTED
>>>
>>> | +> 36 qtp-1105532647-36 IDLE TIMED_WAITING @
>>> sun.misc.Unsafe.park(Native Method)
>>>
>>> | +> 31 qtp-1105532647-31 IDLE TIMED_WAITING @
>>> sun.misc.Unsafe.park(Native Method)
>>>
>>> | +> 34 qtp-1105532647-34 IDLE TIMED_WAITING @
>>> sun.misc.Unsafe.park(Native Method)
>>>
>>> | +> 39 qtp-1105532647-39 IDLE TIMED_WAITING @
>>> sun.misc.Unsafe.park(Native Method)
>>>
>>> | +> 25 qtp-1105532647-25 SELECTING RUNNABLE @ sun.nio.ch.
>>> WindowsSelectorImpl$SubSelector.poll0(Native Method)
>>>
>>> | +> 24 qtp-1105532647-24 IDLE TIMED_WAITING @
>>> sun.misc.Unsafe.park(Native Method)
>>>
>>> | +> 38 qtp-1105532647-38 IDLE TIMED_WAITING @
>>> sun.misc.Unsafe.park(Native Method)
>>>
>>> | +> 28 qtp-1105532647-28-acceptor-***@7e513b06-***@9ee2ab19{SSL,[ssl,
>>> http/1.1]}{localhost:7777} ACCEPTING RUNNABLE @ sun.nio.ch.
>>> ServerSocketChannelImpl.accept0(Native Method) prio=3
>>>
>>> | +> 37 qtp-1105532647-37 SELECTING RUNNABLE @ sun.nio.ch.
>>> WindowsSelectorImpl$SubSelector.poll0(Native Method)
>>>
>>> | +> 27 qtp-1105532647-27 IDLE TIMED_WAITING @
>>> sun.misc.Unsafe.park(Native Method)
>>>
>>> | +> 26 qtp-1105532647-26 IDLE TIMED_WAITING @
>>> sun.misc.Unsafe.park(Native Method)
>>>
>>> | +> 30 qtp-1105532647-30 SELECTING RUNNABLE @ sun.nio.ch.
>>> WindowsSelectorImpl$SubSelector.poll0(Native Method)
>>>
>>> | +> 35 qtp-1105532647-35 IDLE TIMED_WAITING @
>>> sun.misc.Unsafe.park(Native Method)
>>>
>>> | +> 29 qtp-1105532647-29 IDLE TIMED_WAITING @
>>> sun.misc.Unsafe.park(Native Method)
>>>
>>> | +> jobs - size=0
>>>
>>> += ***@f11886e2 -
>>> STARTED
>>>
>>> | +- sun.misc.Unsafe.park(Native Method)
>>>
>>> | +- java.util.concurrent.locks.LockSupport.parkNanos(
>>> LockSupport.java:226)
>>>
>>> | +- java.util.concurrent.locks.AbstractQueuedSynchronizer$
>>> ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2089)
>>>
>>> | +- java.util.concurrent.ScheduledThreadPoolExecutor$
>>> DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1104)
>>>
>>> | +- java.util.concurrent.ScheduledThreadPoolExecutor$
>>> DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:820)
>>>
>>> | +- java.util.concurrent.ThreadPoolExecutor.getTask(
>>> ThreadPoolExecutor.java:1085)
>>>
>>> | +- java.util.concurrent.ThreadPoolExecutor.runWorker(
>>> ThreadPoolExecutor.java:1145)
>>>
>>> | +- java.util.concurrent.ThreadPoolExecutor$Worker.run(
>>> ThreadPoolExecutor.java:635)
>>>
>>> | +- java.lang.Thread.run(Thread.java:811)
>>>
>>> += ***@9ee2ab19{SSL,[ssl, http/1.1]}{localhost:7777} -
>>> STARTED
>>>
>>> | +~ ***@cde4d61a[9.4.11.v20180605] -
>>> STARTING
>>>
>>> | +~ QueuedThreadPool[qtp-1105532647]@be1ae919{STARTED,
>>> 8<=14<=500,i=10,q=0}[***@8cf474a1{s=0/6,p=0}] -
>>> STARTED
>>>
>>> | +~ ***@f11886e2
>>> - STARTED
>>>
>>> | +- ***@158bc3ea
>>>
>>> | += ***@ff1d07c3{SSL->HTTP/1.1} - STARTED
>>>
>>> | | += ***@126d3057[provider=null,
>>> keyStore=file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-
>>> HEAD-BUILD400/conf/system/cmkeystore,trustStore=file:///
>>> C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-
>>> HEAD-BUILD400/conf/system/cmtruststore] trustAll=false
>>>
>>> | | +- Protocol Selections
>>>
>>> | | | +- Enabled (size=3)
>>>
>>> | | | | +- TLSv1
>>>
>>> | | | | +- TLSv1.1
>>>
>>> | | | | +- TLSv1.2
>>>
>>> | | | +- Disabled (size=0)
>>>
>>> | | +- Cipher Suite Selections
>>>
>>> | | +- Enabled (size=29)
>>>
>>> | | | +- SSL_DHE_DSS_WITH_AES_128_CBC_SHA256
>>>
>>> | | | +- SSL_DHE_DSS_WITH_AES_128_GCM_SHA256
>>>
>>> | | | +- SSL_DHE_DSS_WITH_AES_256_CBC_SHA256
>>>
>>> | | | +- SSL_DHE_DSS_WITH_AES_256_GCM_SHA384
>>>
>>> | | | +- SSL_DHE_RSA_WITH_AES_128_CBC_SHA256
>>>
>>> | | | +- SSL_DHE_RSA_WITH_AES_128_GCM_SHA256
>>>
>>> | | | +- SSL_DHE_RSA_WITH_AES_256_CBC_SHA256
>>>
>>> | | | +- SSL_DHE_RSA_WITH_AES_256_GCM_SHA384
>>>
>>> | | | +- SSL_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256
>>>
>>> | | | +- SSL_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
>>>
>>> | | | +- SSL_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384
>>>
>>> | | | +- SSL_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384
>>>
>>> | | | +- SSL_ECDHE_RSA_WITH_AES_128_CBC_SHA256
>>>
>>> | | | +- SSL_ECDHE_RSA_WITH_AES_128_GCM_SHA256
>>>
>>> | | | +- SSL_ECDHE_RSA_WITH_AES_256_CBC_SHA384
>>>
>>> | | | +- SSL_ECDHE_RSA_WITH_AES_256_GCM_SHA384
>>>
>>> | | | +- SSL_ECDH_ECDSA_WITH_AES_128_CBC_SHA256
>>>
>>> | | | +- SSL_ECDH_ECDSA_WITH_AES_128_GCM_SHA256
>>>
>>> | | | +- SSL_ECDH_ECDSA_WITH_AES_256_CBC_SHA384
>>>
>>> | | | +- SSL_ECDH_ECDSA_WITH_AES_256_GCM_SHA384
>>>
>>> | | | +- SSL_ECDH_RSA_WITH_AES_128_CBC_SHA256
>>>
>>> | | | +- SSL_ECDH_RSA_WITH_AES_128_GCM_SHA256
>>>
>>> | | | +- SSL_ECDH_RSA_WITH_AES_256_CBC_SHA384
>>>
>>> | | | +- SSL_ECDH_RSA_WITH_AES_256_GCM_SHA384
>>>
>>> | | | +- SSL_RSA_WITH_AES_128_CBC_SHA256
>>>
>>> | | | +- SSL_RSA_WITH_AES_128_GCM_SHA256
>>>
>>> | | | +- SSL_RSA_WITH_AES_256_CBC_SHA256
>>>
>>> | | | +- SSL_RSA_WITH_AES_256_GCM_SHA384
>>>
>>> | | | +- TLS_EMPTY_RENEGOTIATION_INFO_SCSV
>>>
>>> | | +- Disabled (size=43)
>>>
>>> | | +- SSL_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA -
>>> JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>>>
>>> | | +- SSL_DHE_DSS_WITH_AES_128_CBC_SHA -
>>> ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>>>
>>> | | +- SSL_DHE_DSS_WITH_AES_256_CBC_SHA -
>>> ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>>>
>>> | | +- SSL_DHE_DSS_WITH_DES_CBC_SHA -
>>> JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>>>
>>> | | +- SSL_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA -
>>> JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>>>
>>> | | +- SSL_DHE_RSA_WITH_AES_128_CBC_SHA -
>>> ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>>>
>>> | | +- SSL_DHE_RSA_WITH_AES_256_CBC_SHA -
>>> ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>>>
>>> | | +- SSL_DHE_RSA_WITH_DES_CBC_SHA -
>>> JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>>>
>>> | | +- SSL_DH_anon_EXPORT_WITH_DES40_CBC_SHA -
>>> JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>>>
>>> | | +- SSL_DH_anon_WITH_AES_128_CBC_SHA -
>>> JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>>>
>>> | | +- SSL_DH_anon_WITH_AES_128_CBC_SHA256 -
>>> JreDisabled:java.security
>>>
>>> | | +- SSL_DH_anon_WITH_AES_128_GCM_SHA256 -
>>> JreDisabled:java.security
>>>
>>> | | +- SSL_DH_anon_WITH_AES_256_CBC_SHA -
>>> JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>>>
>>> | | +- SSL_DH_anon_WITH_AES_256_CBC_SHA256 -
>>> JreDisabled:java.security
>>>
>>> | | +- SSL_DH_anon_WITH_AES_256_GCM_SHA384 -
>>> JreDisabled:java.security
>>>
>>> | | +- SSL_DH_anon_WITH_DES_CBC_SHA -
>>> JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>>>
>>> | | +- SSL_ECDHE_ECDSA_WITH_AES_128_CBC_SHA -
>>> ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>>>
>>> | | +- SSL_ECDHE_ECDSA_WITH_AES_256_CBC_SHA -
>>> ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>>>
>>> | | +- SSL_ECDHE_ECDSA_WITH_NULL_SHA -
>>> JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>>>
>>> | | +- SSL_ECDHE_RSA_WITH_AES_128_CBC_SHA -
>>> ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>>>
>>> | | +- SSL_ECDHE_RSA_WITH_AES_256_CBC_SHA -
>>> ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>>>
>>> | | +- SSL_ECDHE_RSA_WITH_NULL_SHA -
>>> JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>>>
>>> | | +- SSL_ECDH_ECDSA_WITH_AES_128_CBC_SHA -
>>> ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>>>
>>> | | +- SSL_ECDH_ECDSA_WITH_AES_256_CBC_SHA -
>>> ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>>>
>>> | | +- SSL_ECDH_ECDSA_WITH_NULL_SHA -
>>> JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>>>
>>> | | +- SSL_ECDH_RSA_WITH_AES_128_CBC_SHA -
>>> ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>>>
>>> | | +- SSL_ECDH_RSA_WITH_AES_256_CBC_SHA -
>>> ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>>>
>>> | | +- SSL_ECDH_RSA_WITH_NULL_SHA -
>>> JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>>>
>>> | | +- SSL_ECDH_anon_WITH_AES_128_CBC_SHA -
>>> JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>>>
>>> | | +- SSL_ECDH_anon_WITH_AES_256_CBC_SHA -
>>> JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>>>
>>> | | +- SSL_ECDH_anon_WITH_NULL_SHA -
>>> JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>>>
>>> | | +- SSL_KRB5_EXPORT_WITH_DES_CBC_40_MD5 -
>>> JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>>>
>>> | | +- SSL_KRB5_EXPORT_WITH_DES_CBC_40_SHA -
>>> JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>>>
>>> | | +- SSL_KRB5_WITH_DES_CBC_MD5 -
>>> JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>>>
>>> | | +- SSL_KRB5_WITH_DES_CBC_SHA -
>>> JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>>>
>>> | | +- SSL_RSA_EXPORT_WITH_DES40_CBC_SHA -
>>> JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>>>
>>> | | +- SSL_RSA_FIPS_WITH_DES_CBC_SHA -
>>> JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>>>
>>> | | +- SSL_RSA_WITH_AES_128_CBC_SHA -
>>> ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>>>
>>> | | +- SSL_RSA_WITH_AES_256_CBC_SHA -
>>> ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>>>
>>> | | +- SSL_RSA_WITH_DES_CBC_SHA -
>>> JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>>>
>>> | | +- SSL_RSA_WITH_NULL_MD5 -
>>> JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>>>
>>> | | +- SSL_RSA_WITH_NULL_SHA -
>>> JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
>>>
>>> | | +- SSL_RSA_WITH_NULL_SHA256 -
>>> JreDisabled:java.security
>>>
>>> | += ***@44f9bc4c[HTTP/1.1] - STARTED
>>>
>>> | | +- ***@cc1f7d1a{32768/8192,8192/8192,https://:
>>> 0,[]}
>>>
>>> | += ***@ServerConnector@9ee2ab19{SSL,[ssl,
>>> http/1.1]}{localhost:7777} - STARTED
>>>
>>> | | += ***@1105a48e id=0 keys=0
>>> selected=0 updates=0 - STARTED
>>>
>>> | | | += ***@ee173ea5/***@67f3b096/
>>> PRODUCING/p=false/QueuedThreadPool[qtp-1105532647]@be1ae919{STARTED,
>>> 8<=14<=500,i=10,q=0}[ReservedThreadExecutor@
>>> 8cf474a1{s=0/6,p=0}][pc=0,pic=0,pec=0,epc=0]@2018-09-24T12:39:22.824-04:00
>>> - STARTED
>>>
>>> | | | | +- ***@67f3b096
>>>
>>> | | | | +~ QueuedThreadPool[qtp-1105532647]@be1ae919{STARTED,
>>> 8<=14<=500,i=10,q=0}[***@8cf474a1{s=0/6,p=0}] -
>>> STARTED
>>>
>>> | | | +> updates @ 2018-09-24T12:39:22.823-04:00
>>>
>>> | | | +> keys @ 2018-09-24T12:39:22.824-04:00
>>>
>>> | | | +- ***@89ba0ea1 keys=0
>>>
>>> | | += ***@77b6d84c id=1 keys=0
>>> selected=0 updates=0 - STARTED
>>>
>>> | | | += ***@a234a9b8/***@ca7b7109/
>>> PRODUCING/p=false/QueuedThreadPool[qtp-1105532647]@be1ae919{STARTED,
>>> 8<=14<=500,i=10,q=0}[ReservedThreadExecutor@
>>> 8cf474a1{s=0/6,p=0}][pc=0,pic=0,pec=0,epc=0]@2018-09-24T12:39:22.825-04:00
>>> - STARTED
>>>
>>> | | | | +- ***@ca7b7109
>>>
>>> | | | | +~ QueuedThreadPool[qtp-1105532647]@be1ae919{STARTED,
>>> 8<=14<=500,i=10,q=0}[***@8cf474a1{s=0/6,p=0}] -
>>> STARTED
>>>
>>> | | | +> updates @ 2018-09-24T12:39:22.824-04:00
>>>
>>> | | | +> keys @ 2018-09-24T12:39:22.825-04:00
>>>
>>> | | | +- ***@fe7c5fe8 keys=0
>>>
>>> | | += ***@6d5035ad id=2 keys=0
>>> selected=0 updates=0 - STARTED
>>>
>>> | | += ***@15b8d11f/***@37a74453/
>>> PRODUCING/p=false/QueuedThreadPool[qtp-1105532647]@be1ae919{STARTED,
>>> 8<=14<=500,i=10,q=0}[ReservedThreadExecutor@
>>> 8cf474a1{s=0/6,p=0}][pc=0,pic=0,pec=0,epc=0]@2018-09-24T12:39:22.826-04:00
>>> - STARTED
>>>
>>> | | | +- ***@37a74453
>>>
>>> | | | +~ QueuedThreadPool[qtp-1105532647]@be1ae919{STARTED,
>>> 8<=14<=500,i=10,q=0}[***@8cf474a1{s=0/6,p=0}] -
>>> STARTED
>>>
>>> | | +> updates @ 2018-09-24T12:39:22.825-04:00
>>>
>>> | | +> keys @ 2018-09-24T12:39:22.826-04:00
>>>
>>> | | +- ***@fa670ca5 keys=0
>>>
>>> | +- sun.nio.ch.ServerSocketChannelImpl[/127.0.0.1:7777]
>>>
>>> | +- qtp-1105532647-28-acceptor-***@7e513b06-***@9ee2ab19{SSL,[ssl,
>>> http/1.1]}{localhost:7777}
>>>
>>> += org.eclipse.jetty.server.handler.HandlerCollection@
>>> bc0df40c[org.eclipse.jetty.server.handler.ContextHandlerCollection@
>>> a8925fbd[***@36ccd6df{sspcmrest,/sspcmrest,file:///
>>> C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-
>>> HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/
>>> ,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-
>>> HEAD-BUILD400\apps\jetty\webservices\webapps\sspcmrest},
>>> ***@6bc14f86{SspJsf,/SspJsf,file:///C:/
>>> Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-
>>> HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,
>>> UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-
>>> HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf},
>>> o.e.j.w.WebAppContext@-7d19ff0d{SSPDashboard,/
>>> SSPDashboard,file:///C:/Users/ari51787/sandbox/
>>> SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/
>>> SSPDashboard/,STARTING}{C:\Users\ari51787\sandbox\
>>> SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SSPDashboard}],
>>> ***@a1bbb25a] - STARTED
>>>
>>> | += org.eclipse.jetty.server.handler.ContextHandlerCollection@
>>> a8925fbd[***@36ccd6df{sspcmrest,/sspcmrest,file:///
>>> C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-
>>> HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/
>>> ,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-
>>> HEAD-BUILD400\apps\jetty\webservices\webapps\sspcmrest},
>>> ***@6bc14f86{SspJsf,/SspJsf,file:///C:/
>>> Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-
>>> HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,
>>> UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-
>>> HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf},
>>> o.e.j.w.WebAppContext@-7d19ff0d{SSPDashboard,/
>>> SSPDashboard,file:///C:/Users/ari51787/sandbox/
>>> SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/
>>> SSPDashboard/,STARTING}{C:\Users\ari51787\sandbox\
>>> SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SSPDashboard}]
>>> - STARTED
>>>
>>> | | += ***@36ccd6df{sspcmrest,/sspcmrest,file:///
>>> C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-
>>> HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/
>>> ,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-
>>> HEAD-BUILD400\apps\jetty\webservices\webapps\sspcmrest} - STARTED
>>>
>>> | | | += org.eclipse.jetty.server.session.
>>> SessionHandler1119506697==dftMaxIdleSec=-1 - STOPPED
>>>
>>> | | | | += ***@aa43d9ff
>>> - STOPPED
>>>
>>> | | | | +- org.eclipse.jetty.security.
>>> ***@246aa94
>>>
>>> | | | | += ***@532e3216
>>> - STOPPED
>>>
>>> | | | | +> null
>>>
>>> | | | | +> null
>>>
>>> | | | | +> null
>>>
>>> | | | | +> []
>>>
>>> | | | += ***@d4fc1fcc
>>> - STOPPED
>>>
>>> | | | +> WebAppClassLoader=***@2cb15ea5
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/sspcmrest/WEB-INF/classes/
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/sspcmrest/WEB-INF/lib/accepter.jar
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/sspcmrest/WEB-INF/lib/asm-3.1.jar
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/sspcmrest/WEB-INF/lib/authentication.jar
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/sspcmrest/WEB-INF/lib/componentCommon.jar
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/sspcmrest/WEB-INF/lib/configurator.jar
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/sspcmrest/WEB-INF/lib/haas.jar
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/sspcmrest/WEB-INF/lib/hadrian-client.jar
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/sspcmrest/WEB-INF/lib/hadrian-common.jar
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/sspcmrest/WEB-INF/lib/hadrian-gui.jar
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/sspcmrest/WEB-INF/lib/jackson-core-asl-1.9.2.jar
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/sspcmrest/WEB-INF/lib/jackson-jaxrs-1.9.2.jar
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/sspcmrest/WEB-INF/lib/jackson-mapper-asl-1.9.2.jar
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/sspcmrest/WEB-INF/lib/jackson-xc-1.9.2.jar
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/sspcmrest/WEB-INF/lib/jakarta-oro-2.0.8.jar
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/sspcmrest/WEB-INF/lib/jaxb-api-2.2.6.jar
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/sspcmrest/WEB-INF/lib/jaxb-impl-2.2.5.jar
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/sspcmrest/WEB-INF/lib/jdom.jar
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/sspcmrest/WEB-INF/lib/jersey-client-1.16.jar
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/sspcmrest/WEB-INF/lib/jersey-core-1.16.jar
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/sspcmrest/WEB-INF/lib/jersey-json-1.16.jar
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/sspcmrest/WEB-INF/lib/jersey-server-1.16.jar
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/sspcmrest/WEB-INF/lib/jersey-servlet-1.16.jar
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/sspcmrest/WEB-INF/lib/jettison-1.1.jar
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/sspcmrest/WEB-INF/lib/jsr311-api-1.1.1.jar
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/sspcmrest/WEB-INF/lib/log4j-1.2-api-2.8.2.jar
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/sspcmrest/WEB-INF/lib/log4j-api-2.8.2.jar
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/sspcmrest/WEB-INF/lib/log4j-core-2.8.2.jar
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/sspcmrest/WEB-INF/lib/log4j-slf4j-impl-2.8.2.jar
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/sspcmrest/WEB-INF/lib/maverick-legacy-common-1.1.20.jar
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/sspcmrest/WEB-INF/lib/maverick-legacy-server-1.6.41-
>>> no-common.jar
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/sspcmrest/WEB-INF/lib/persistence.jar
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/sspcmrest/WEB-INF/lib/servlet-api-2.5.jar
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/sspcmrest/WEB-INF/lib/slf4j-api-1.7.5.jar
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/sspcmrest/WEB-INF/lib/sspconfig.jar
>>>
>>> | | | | +- sun.misc.Launcher$***@31d07b90
>>>
>>> | | | +> Systemclasses ***@36ccd6df
>>> {sspcmrest,/sspcmrest,file:///C:/Users/ari51787/sandbox/
>>> SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/
>>> webservices/webapps/sspcmrest/,UNAVAILABLE}{C:\Users\ari51787\sandbox\
>>> SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\
>>> webservices\webapps\sspcmrest}
>>>
>>> | | | | +- java.
>>>
>>> | | | | +- javax.
>>>
>>> | | | | +- org.eclipse.jetty.continuation.
>>>
>>> | | | | +- org.eclipse.jetty.jaas.
>>>
>>> | | | | +- org.eclipse.jetty.jmx.
>>>
>>> | | | | +- org.eclipse.jetty.jndi.
>>>
>>> | | | | +- org.eclipse.jetty.jsp.JettyJspServlet
>>>
>>> | | | | +- org.eclipse.jetty.servlet.DefaultServlet
>>>
>>> | | | | +- org.eclipse.jetty.servlets.PushCacheFilter
>>>
>>> | | | | +- org.eclipse.jetty.servlets.PushSessionCacheFilter
>>>
>>> | | | | +- org.eclipse.jetty.util.annotation.
>>>
>>> | | | | +- org.eclipse.jetty.util.log.
>>>
>>> | | | | +- org.eclipse.jetty.websocket.
>>>
>>> | | | | +- org.w3c.
>>>
>>> | | | | +- org.xml.
>>>
>>> | | | +> Serverclasses ***@36ccd6df
>>> {sspcmrest,/sspcmrest,file:///C:/Users/ari51787/sandbox/
>>> SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/
>>> webservices/webapps/sspcmrest/,UNAVAILABLE}{C:\Users\ari51787\sandbox\
>>> SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\
>>> webservices\webapps\sspcmrest}
>>>
>>> | | | | +- -org.eclipse.jetty.alpn.
>>>
>>> | | | | +- -org.eclipse.jetty.apache.
>>>
>>> | | | | +- -org.eclipse.jetty.continuation.
>>>
>>> | | | | +- -org.eclipse.jetty.jaas.
>>>
>>> | | | | +- -org.eclipse.jetty.jmx.
>>>
>>> | | | | +- -org.eclipse.jetty.jndi.
>>>
>>> | | | | +- -org.eclipse.jetty.jsp.
>>>
>>> | | | | +- -org.eclipse.jetty.server.session.SessionData
>>>
>>> | | | | +- -org.eclipse.jetty.servlet.DefaultServlet
>>>
>>> | | | | +- -org.eclipse.jetty.servlet.NoJspServlet
>>>
>>> | | | | +- -org.eclipse.jetty.servlet.listener.
>>>
>>> | | | | +- -org.eclipse.jetty.servlets.
>>>
>>> | | | | +- -org.eclipse.jetty.util.annotation.
>>>
>>> | | | | +- -org.eclipse.jetty.util.log.
>>>
>>> | | | | +- -org.eclipse.jetty.websocket.
>>>
>>> | | | | +- org.eclipse.jdt.
>>>
>>> | | | | +- org.eclipse.jetty.
>>>
>>> | | | | +- org.objectweb.asm.
>>>
>>> | | | +> Configurations ***@36ccd6df
>>> {sspcmrest,/sspcmrest,file:///C:/Users/ari51787/sandbox/
>>> SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/
>>> webservices/webapps/sspcmrest/,UNAVAILABLE}{C:\Users\ari51787\sandbox\
>>> SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\
>>> webservices\webapps\sspcmrest}
>>>
>>> | | | | +- ***@7a78bbc0
>>>
>>> | | | | +- ***@3c957f9d
>>>
>>> | | | | +- org.eclipse.jetty.webapp.
>>> ***@9808e8c7
>>>
>>> | | | | +- org.eclipse.jetty.webapp.
>>> ***@f9a4b662
>>>
>>> | | | | +- org.eclipse.jetty.annotations.
>>> ***@cb6a5f1
>>>
>>> | | | | +- org.eclipse.jetty.webapp.JettyWebXmlConfiguration@
>>> 95340014
>>>
>>> | | | +> Handler attributes ***@36ccd6df
>>> {sspcmrest,/sspcmrest,file:///C:/Users/ari51787/sandbox/
>>> SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/
>>> webservices/webapps/sspcmrest/,UNAVAILABLE}{C:\Users\ari51787\sandbox\
>>> SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\
>>> webservices\webapps\sspcmrest}
>>>
>>> | | | | +- javax.servlet.context.tempdir=
>>> C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-
>>> HEAD-BUILD400\apps\jetty\webservices\webapps\sspcmrest\jspClasses
>>>
>>> | | | | +- org.eclipse.jetty.server.webapp.
>>> ContainerIncludeJarPattern=.*/[^/]*servlet-api-[^/]*\.jar$|.
>>> */javax.servlet.jsp.jstl-.*\.jar$|.*/org.apache.taglibs.
>>> taglibs-standard-impl-.*\.jar$
>>>
>>> | | | | +- org.eclipse.jetty.tlds=[jar:
>>> file:///C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.
>>> taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/scriptfree.tld,
>>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.
>>> taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/x.tld,
>>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.
>>> taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/x-1_0-rt.tld,
>>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.
>>> taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/sql.tld,
>>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.
>>> taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/permittedTaglibs.tld,
>>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.
>>> taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/c-1_0-rt.tld,
>>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.
>>> taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/c.tld,
>>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.
>>> taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/fmt-1_0-rt.tld,
>>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.
>>> taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/fmt.tld,
>>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.
>>> taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/c-1_1.tld,
>>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.
>>> taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/sql-1_0-rt.tld,
>>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.
>>> taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/fn.tld,
>>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/sspcmrest/WEB-INF/lib/jersey-server-1.16.jar!/META-
>>> INF/taglib.tld]
>>>
>>> | | | | +- org.eclipse.jetty.tmpdirConfigured=true
>>>
>>> | | | | +- org.eclipse.jetty.resources=[]
>>>
>>> | | | | +- org.eclipse.jetty.server.
>>> Executor=QueuedThreadPool[qtp-1105532647]@be1ae919{STARTED,
>>> 8<=14<=500,i=10,q=0}[***@8cf474a1{s=0/6,p=0}]
>>>
>>> | | | | +- org.eclipse.jetty.webFragments={}
>>>
>>> | | | +> Context attributes ***@36ccd6df
>>> {sspcmrest,/sspcmrest,file:///C:/Users/ari51787/sandbox/
>>> SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/
>>> webservices/webapps/sspcmrest/,UNAVAILABLE}{C:\Users\ari51787\sandbox\
>>> SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\
>>> webservices\webapps\sspcmrest}
>>>
>>> | | | | +- org.eclipse.jetty.util.DecoratedObjectFactory=org.
>>> eclipse.jetty.util.DecoratedObjectFactory[decorators=2]
>>>
>>> | | | +> Initparams ***@36ccd6df
>>> {sspcmrest,/sspcmrest,file:///C:/Users/ari51787/sandbox/
>>> SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/
>>> webservices/webapps/sspcmrest/,UNAVAILABLE}{C:\Users\ari51787\sandbox\
>>> SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\
>>> webservices\webapps\sspcmrest}
>>>
>>> | | | +- dirAllowed=false
>>>
>>> | | += ***@6bc14f86{SspJsf,/SspJsf,file:///C:/
>>> Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-
>>> HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,
>>> UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-
>>> HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf} - STARTED
>>>
>>> | | | += org.eclipse.jetty.server.session.SessionHandler-1940497655==dftMaxIdleSec=1800
>>> - STARTED
>>>
>>> | | | | += ***@68290dc8
>>> - STARTED
>>>
>>> | | | | | +- org.eclipse.jetty.security.
>>> ***@5b7c4266
>>>
>>> | | | | | += ***@46e0a10d
>>> - STARTED
>>>
>>> | | | | | | += org.eclipse.jetty.servlet.
>>> ***@7b20c561 - STARTED
>>>
>>> | | | | | | += org.eclipse.jetty.servlet.
>>> ***@a3ae608c - STARTED
>>>
>>> | | | | | | += ***@5c13d641==org.eclipse.
>>> jetty.servlet.DefaultServlet,jsp=null,order=0,inst=true - STARTED
>>>
>>> | | | | | | | +- aliases=false
>>>
>>> | | | | | | | +- dirAllowed=true
>>>
>>> | | | | | | | +- maxCacheSize=256000000
>>>
>>> | | | | | | | +- maxCachedFileSize=200000000
>>>
>>> | | | | | | | +- welcomeServlets=false
>>>
>>> | | | | | | | +- useFileMappedBuffer=true
>>>
>>> | | | | | | | +- acceptRanges=true
>>>
>>> | | | | | | | +- etags=false
>>>
>>> | | | | | | | +- maxCachedFiles=2048
>>>
>>> | | | | | | | +- redirectWelcome=false
>>>
>>> | | | | | | += ***@19c47==org.eclipse.jetty.
>>> jsp.JettyJspServlet,jsp=null,order=0,inst=false - STARTED
>>>
>>> | | | | | | | +- fork=false
>>>
>>> | | | | | | | +- compilerSourceVM=1.7
>>>
>>> | | | | | | | +- logVerbosityLevel=DEBUG
>>>
>>> | | | | | | | +- compilerTargetVM=1.7
>>>
>>> | | | | | | | +- xpoweredBy=false
>>>
>>> | | | | | | +- [/]=>default
>>>
>>> | | | | | | +- [*.jsp, *.jspf, *.jspx, *.xsp, *.JSP, *.JSPF,
>>> *.JSPX, *.XSP]=>jsp
>>>
>>> | | | | | | += org.eclipse.jetty.servlet.
>>> ***@c194a5e1 - STARTED
>>>
>>> | | | | | | += UploadFilter - STARTED
>>>
>>> | | | | | | | +- sizeThreshold=4096
>>>
>>> | | | | | | | +- maxSize=-1
>>>
>>> | | | | | | += debugFilter - STARTED
>>>
>>> | | | | | | += sessionValidationFilter - STARTED
>>>
>>> | | | | | | += systemProtectionFilter - STARTED
>>>
>>> | | | | | | += NonceProtectionFilter - STARTED
>>>
>>> | | | | | | += Faces ***@87ee159b==com.
>>> sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet,jsp=null,order=1,inst=true
>>> - STARTED
>>>
>>> | | | | | | += ***@e45569aa==com.sun.
>>> errorhandler.ExceptionHandler,jsp=null,order=-1,inst=false - STARTED
>>>
>>> | | | | | | | +- errorHost=localhost
>>>
>>> | | | | | | | +- errorPort=24444
>>>
>>> | | | | | | += ***@5aa2e45c==com.
>>> sun.rave.web.ui.theme.ThemeServlet,jsp=null,order=-1,inst=false -
>>> STARTED
>>>
>>> | | | | | | += ***@a794153b==com.
>>> sterlingcommerce.sspgui.web.servlet.LogoutServlet,jsp=null,order=-1,inst=false
>>> - STARTED
>>>
>>> | | | | | | += ***@c40ea71b==
>>> com.sterlingcommerce.sspgui.web.util.ContentErrorHandler,jsp=null,order=-1,inst=false
>>> - STARTED
>>>
>>> | | | | | | += ***@22b464fd==
>>> com.sterlingcommerce.sspgui.web.servlet.KeepAliveServlet,jsp=null,order=-1,inst=false
>>> - STARTED
>>>
>>> | | | | | | +- []/[Faces Servlet]==0=>UploadFilter
>>>
>>> | | | | | | +- []/[Faces Servlet]==0=>debugFilter
>>>
>>> | | | | | | +- [/*]/[]==0=>sessionValidationFilter
>>>
>>> | | | | | | +- [/*]/[]==0=>systemProtectionFilter
>>>
>>> | | | | | | +- [/*]/[]==0=>NonceProtectionFilter
>>>
>>> | | | | | | +- [/faces/*]=>Faces Servlet
>>>
>>> | | | | | | +- [/error/ExceptionHandler]=>
>>> ExceptionHandlerServlet
>>>
>>> | | | | | | +- [/theme/*]=>ThemeServlet
>>>
>>> | | | | | | +- [/LogoutServlet]=>LogoutServlet
>>>
>>> | | | | | | +- [/ContentErrorHandler]=>ContentErrorHandler
>>>
>>> | | | | | | +- [/keepalive]=>KeepAliveServlet
>>>
>>> | | | | | +> null
>>>
>>> | | | | | +> null
>>>
>>> | | | | | +> null
>>>
>>> | | | | | +> []
>>>
>>> | | | | | +> /*={POST={RoleInfo[],Confidential},
>>> GET={RoleInfo[],Confidential}}
>>>
>>> | | | | | +> /={TRACE={RoleInfo,F,C[],None},
>>> TRACE.omission={RoleInfo[],None}}
>>>
>>> | | | | += org.eclipse.jetty.server.session.DefaultSessionCache@
>>> ed793205[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false]
>>> - STARTED
>>>
>>> | | | | | += org.eclipse.jetty.server.
>>> ***@ef5ec3c5[passivating=false,graceSec=3600]
>>> - STARTED
>>>
>>> | | | | +~ com.sterlingcommerce.hadrian.system.jetty.
>>> ***@28055976[worker=node0] - STARTED
>>>
>>> | | | += ***@11b8242e
>>> - STARTED
>>>
>>> | | | += org.eclipse.jetty.annotations.
>>> ***@e224744f - STARTED
>>>
>>> | | | +> WebAppClassLoader=***@7aea6095
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/classes/
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/lib/WebUIUtils.jar
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/lib/accepter.jar
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/lib/appbase.jar
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/lib/asm-6.2.jar
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/lib/asm-commons-6.2.jar
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/lib/authentication.jar
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/lib/bsf.jar
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/lib/castor-1.3.3-xml.jar
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/lib/commons-beanutils.jar
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/lib/commons-codec.jar
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/lib/commons-collections-3.2.2.jar
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/lib/commons-digester.jar
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/lib/commons-fileupload-1.3.3.jar
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/lib/commons-io-2.4.jar
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/lib/commons-logging.jar
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/lib/componentCommon.jar
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/lib/configurator.jar
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/lib/dataprovider.jar
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/lib/defaulttheme.jar
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/lib/errorhandler.jar
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/lib/haas.jar
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/lib/hadrian-client.jar
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/lib/hadrian-common.jar
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/lib/hadrian-gui.jar
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/lib/jdom.jar
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/lib/jsf-api.jar
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/lib/jsf-impl.jar
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/lib/jsfcl.jar
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/lib/jstl.jar
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/lib/log4j-1.2-api-2.8.2.jar
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/lib/log4j-api-2.8.2.jar
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/lib/log4j-core-2.8.2.jar
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/lib/log4j-slf4j-impl-2.8.2.jar
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/lib/maverick-legacy-common-1.1.20.jar
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/lib/maverick-legacy-server-1.6.41-no-common.jar
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/lib/not-yet-commons-ssl-0.3.15.jar
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-
>>> standard-impl-1.2.5.jar
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-
>>> standard-spec-1.2.5.jar
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/lib/org.eclipse.jdt.ecj-3.12.3.jar
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/lib/org.eclipse.jetty.apache-jsp-
>>> 9.4.11.v20180605.jar
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/lib/org.mortbay.jasper.apache-el-8.5.24.2.jar
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/lib/org.mortbay.jasper.apache-jsp-8.5.24.2.jar
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/lib/persistence.jar
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/lib/retroweaver-all-1.2.2.jar
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/lib/retroweaver-rt-1.2.2.jar
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/lib/rowset.jar
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/lib/sqlx.jar
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/lib/sspconfig.jar
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/lib/standard.jar
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/lib/webui.jar
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/lib/xalan.jar
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/lib/xercesImpl.jar
>>>
>>> | | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/lib/xml-apis.jar
>>>
>>> | | | | +- sun.misc.Launcher$***@31d07b90
>>>
>>> | | | +> Systemclasses ***@6bc14f86
>>> {SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/
>>> SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/
>>> webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\
>>> SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\
>>> webservices\webapps\SspJsf}
>>>
>>> | | | | +- java.
>>>
>>> | | | | +- javax.
>>>
>>> | | | | +- org.eclipse.jetty.continuation.
>>>
>>> | | | | +- org.eclipse.jetty.jaas.
>>>
>>> | | | | +- org.eclipse.jetty.jmx.
>>>
>>> | | | | +- org.eclipse.jetty.jndi.
>>>
>>> | | | | +- org.eclipse.jetty.jsp.JettyJspServlet
>>>
>>> | | | | +- org.eclipse.jetty.servlet.DefaultServlet
>>>
>>> | | | | +- org.eclipse.jetty.servlets.PushCacheFilter
>>>
>>> | | | | +- org.eclipse.jetty.servlets.PushSessionCacheFilter
>>>
>>> | | | | +- org.eclipse.jetty.util.annotation.
>>>
>>> | | | | +- org.eclipse.jetty.util.log.
>>>
>>> | | | | +- org.eclipse.jetty.websocket.
>>>
>>> | | | | +- org.w3c.
>>>
>>> | | | | +- org.xml.
>>>
>>> | | | +> Serverclasses ***@6bc14f86
>>> {SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/
>>> SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/
>>> webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\
>>> SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\
>>> webservices\webapps\SspJsf}
>>>
>>> | | | | +- -org.eclipse.jetty.alpn.
>>>
>>> | | | | +- -org.eclipse.jetty.apache.
>>>
>>> | | | | +- -org.eclipse.jetty.continuation.
>>>
>>> | | | | +- -org.eclipse.jetty.jaas.
>>>
>>> | | | | +- -org.eclipse.jetty.jmx.
>>>
>>> | | | | +- -org.eclipse.jetty.jndi.
>>>
>>> | | | | +- -org.eclipse.jetty.jsp.
>>>
>>> | | | | +- -org.eclipse.jetty.server.session.SessionData
>>>
>>> | | | | +- -org.eclipse.jetty.servlet.DefaultServlet
>>>
>>> | | | | +- -org.eclipse.jetty.servlet.NoJspServlet
>>>
>>> | | | | +- -org.eclipse.jetty.servlet.listener.
>>>
>>> | | | | +- -org.eclipse.jetty.servlets.
>>>
>>> | | | | +- -org.eclipse.jetty.util.annotation.
>>>
>>> | | | | +- -org.eclipse.jetty.util.log.
>>>
>>> | | | | +- -org.eclipse.jetty.websocket.
>>>
>>> | | | | +- org.eclipse.jdt.
>>>
>>> | | | | +- org.eclipse.jetty.
>>>
>>> | | | | +- org.objectweb.asm.
>>>
>>> | | | +> Configurations ***@6bc14f86
>>> {SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/
>>> SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/
>>> webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\
>>> SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\
>>> webservices\webapps\SspJsf}
>>>
>>> | | | | +- ***@feddbd4a
>>>
>>> | | | | +- ***@68900893
>>>
>>> | | | | +- org.eclipse.jetty.webapp.
>>> ***@39f88e78
>>>
>>> | | | | +- org.eclipse.jetty.webapp.
>>> ***@8718dd7b
>>>
>>> | | | | +- org.eclipse.jetty.annotations.
>>> ***@64c7db84
>>>
>>> | | | | +- org.eclipse.jetty.webapp.JettyWebXmlConfiguration@
>>> 809f5340
>>>
>>> | | | +> Handler attributes ***@6bc14f86
>>> {SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/
>>> SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/
>>> webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\
>>> SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\
>>> webservices\webapps\SspJsf}
>>>
>>> | | | | +- javax.servlet.context.tempdir=
>>> C:\Users\ari51787\AppData\Local\Temp\3\jetty-localhost-
>>> 7777-SspJsf-_SspJsf-any-2418981793340015807.dir
>>>
>>> | | | | +- org.eclipse.jetty.server.webapp.
>>> ContainerIncludeJarPattern=.*/[^/]*servlet-api-[^/]*\.jar$|.
>>> */javax.servlet.jsp.jstl-.*\.jar$|.*/org.apache.taglibs.
>>> taglibs-standard-impl-.*\.jar$
>>>
>>> | | | | +- org.eclipse.jetty.tlds=[jar:
>>> file:///C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-
>>> standard-impl-1.2.5.jar!/META-INF/sql.tld,
>>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.
>>> taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/x.tld,
>>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-
>>> standard-impl-1.2.5.jar!/META-INF/scriptfree.tld,
>>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/fn.tld,
>>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.
>>> taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/x-1_0-rt.tld,
>>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/lib/appbase.jar!/META-INF/taglib.tld,
>>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/sql.tld,
>>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-
>>> standard-impl-1.2.5.jar!/META-INF/fn.tld, jar:file:///C:/Users/ari51787/
>>> sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-
>>> standard-impl-1.2.5.jar!/META-INF/c.tld, jar:file:///C:/Users/ari51787/
>>> sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/
>>> lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-
>>> 1.2.5.jar!/META-INF/permittedTaglibs.tld, jar:file:///C:/Users/ari51787/
>>> sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/c.tld,
>>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/c-1_0.tld,
>>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/sql-1_0.tld,
>>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.
>>> taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/sql-1_0-rt.tld,
>>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-
>>> standard-impl-1.2.5.jar!/META-INF/fmt-1_0-rt.tld,
>>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/fmt.tld,
>>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.
>>> taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/fn.tld,
>>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-
>>> standard-impl-1.2.5.jar!/META-INF/fmt.tld,
>>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/fmt-1_0-rt.tld,
>>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/scriptfree.tld,
>>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/x.tld,
>>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/lib/webui.jar!/META-INF/webui.tld,
>>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.
>>> taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/scriptfree.tld,
>>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-
>>> standard-impl-1.2.5.jar!/META-INF/x.tld, jar:file:///C:/Users/ari51787/
>>> sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-
>>> standard-impl-1.2.5.jar!/META-INF/x-1_0-rt.tld,
>>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-
>>> standard-impl-1.2.5.jar!/META-INF/c-1_1.tld,
>>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.
>>> taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/sql.tld,
>>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/c-1_0-rt.tld,
>>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/lib/jsf-impl.jar!/META-INF/jsf_core.tld,
>>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/lib/jsfcl.jar!/META-INF/jsfcl.tld,
>>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/x-1_0-rt.tld,
>>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/permittedTaglibs.tld,
>>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.
>>> taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/c-1_0-rt.tld,
>>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.
>>> taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/c.tld,
>>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-
>>> standard-impl-1.2.5.jar!/META-INF/permittedTaglibs.tld,
>>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/x-1_0.tld,
>>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.
>>> taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/fmt-1_0-rt.tld,
>>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-
>>> standard-impl-1.2.5.jar!/META-INF/c-1_0-rt.tld,
>>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/fmt-1_0.tld,
>>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.
>>> taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/fmt.tld,
>>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.
>>> taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/c-1_1.tld,
>>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/lib/jsf-impl.jar!/META-INF/html_basic.tld,
>>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-
>>> standard-impl-1.2.5.jar!/META-INF/sql-1_0-rt.tld,
>>> jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/sql-1_0-rt.tld]
>>>
>>> | | | | +- org.eclipse.jetty.containerInitializers=[
>>> ContainerInitializer{com.sun.jersey.server.impl.container.servlet.
>>> JerseyServletContainerInitializer,interested=[javax.ws.rs.Path,
>>> javax.ws.rs.ext.Provider, javax.ws.rs.core.Application,
>>> javax.ws.rs.ApplicationPath],applicable=[],annotated=[]}]
>>>
>>> | | | | +- org.eclipse.jetty.classInheritanceMap=
>>> ***@5d0d4222{size=2541}
>>>
>>> | | | | +- org.eclipse.jetty.resources=[]
>>>
>>> | | | | +- org.eclipse.jetty.server.
>>> Executor=QueuedThreadPool[qtp-1105532647]@be1ae919{STARTED,
>>> 8<=14<=500,i=10,q=0}[***@8cf474a1{s=0/6,p=0}]
>>>
>>> | | | | +- org.eclipse.jetty.containerInitializerStarter=
>>> org.eclipse.jetty.annotations.ServletContainerInitializersSt
>>> ***@e224744f
>>>
>>> | | | | +- org.eclipse.jetty.webFragments={}
>>>
>>> | | | +> Context attributes ***@6bc14f86
>>> {SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/
>>> SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/
>>> webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\
>>> SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\
>>> webservices\webapps\SspJsf}
>>>
>>> | | | | +- com.sun.faces.ApplicationAssociate=com.sun.
>>> ***@c8aa63a3
>>>
>>> | | | | +- org.eclipse.jetty.util.DecoratedObjectFactory=org.
>>> eclipse.jetty.util.DecoratedObjectFactory[decorators=2]
>>>
>>> | | | | +- resourceCache=ResourceCache[null,org.eclipse.jetty.
>>> ***@6b86c118]@1345180914
>>>
>>> | | | +> Initparams ***@6bc14f86
>>> {SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/
>>> SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/
>>> webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\
>>> SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\
>>> webservices\webapps\SspJsf}
>>>
>>> | | | +- com.sun.faces.verifyObjects=false
>>>
>>> | | | +- javax.faces.CONFIG_FILES=/WEB-
>>> INF/navigation.xml,/WEB-INF/managed-beans.xml
>>>
>>> | | | +- com.sun.faces.validateXml=true
>>>
>>> | | | +- com.sun.faces.NUMBER_OF_VIEWS_IN_SESSION=2
>>>
>>> | | | +- javax.faces.STATE_SAVING_METHOD=server
>>>
>>> | | | +- com.sun.faces.NUMBER_OF_VIEWS_
>>> IN_LOGICAL_VIEW_IN_SESSION=2
>>>
>>> | | += o.e.j.w.WebAppContext@-7d19ff0d{SSPDashboard,/
>>> SSPDashboard,file:///C:/Users/ari51787/sandbox/
>>> SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/
>>> SSPDashboard/,STARTING}{C:\Users\ari51787\sandbox\
>>> SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SSPDashboard}
>>> - STARTING
>>>
>>> | | += org.eclipse.jetty.server.session.SessionHandler-1850967021==dftMaxIdleSec=-1
>>> - STOPPED
>>>
>>> | | | += ***@c4cb7af6
>>> - STOPPED
>>>
>>> | | | +- org.eclipse.jetty.security.
>>> ***@2213e75b
>>>
>>> | | | += ***@2d6778c
>>> - STOPPED
>>>
>>> | | | +> null
>>>
>>> | | | +> null
>>>
>>> | | | +> null
>>>
>>> | | | +> []
>>>
>>> | | += ***@15f2251b
>>> - STOPPED
>>>
>>> | | +> WebAppClassLoader=***@41bc91ea
>>>
>>> | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SSPDashboard/WEB-INF/classes/
>>>
>>> | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SSPDashboard/WEB-INF/lib/WebUIUtils.jar
>>>
>>> | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SSPDashboard/WEB-INF/lib/accepter.jar
>>>
>>> | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SSPDashboard/WEB-INF/lib/appbase.jar
>>>
>>> | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SSPDashboard/WEB-INF/lib/asm-6.2.jar
>>>
>>> | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SSPDashboard/WEB-INF/lib/asm-commons-6.2.jar
>>>
>>> | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SSPDashboard/WEB-INF/lib/commons-beanutils.jar
>>>
>>> | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SSPDashboard/WEB-INF/lib/commons-codec.jar
>>>
>>> | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SSPDashboard/WEB-INF/lib/commons-collections-3.2.2.jar
>>>
>>> | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SSPDashboard/WEB-INF/lib/commons-digester.jar
>>>
>>> | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SSPDashboard/WEB-INF/lib/commons-fileupload-1.3.3.jar
>>>
>>> | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SSPDashboard/WEB-INF/lib/commons-io-2.4.jar
>>>
>>> | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SSPDashboard/WEB-INF/lib/commons-logging.jar
>>>
>>> | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-
>>> 20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/
>>> webapps/SSPDashboard/WEB-INF/lib/componentCommon.jar
>>>
>>> | |
>>>
>>
> _______________________________________________
> jetty-users mailing list
> jetty-***@eclipse.org
> To change your delivery options, retrieve your password, or unsubscribe
> from this list, visit
> https://dev.eclipse.org/mailman/listinfo/jetty-users
>



--
Jan Bartel <***@webtide.com>
www.webtide.com
*Expert assistance from the creators of Jetty and CometD*
Eze Ikonne
2018-09-25 01:37:19 UTC
Permalink
Hi Jan,

Thanks I will implement your suggestions.

Ike

From: jetty-users-***@eclipse.org [mailto:jetty-users-***@eclipse.org] On Behalf Of Jan Bartel
Sent: Monday, September 24, 2018 7:00 PM
To: JETTY user mailing list <jetty-***@eclipse.org>
Subject: Re: [jetty-users] Issues with jetty-9.4.11 running JSTL.jar

** This mail has been sent from an external source **

sspcmrest:
Get rid of servlet-api.jar in WEB-INF/lib. webapps cannot override javax classes.

SspJsf:
Get rid of these jars in WEB-INF/lib, they should be on the container classpath (double check you are using the correct versions of these jars with the version of the distro of jetty you're targetting):
file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar
file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-standard-spec-1.2.5.jar
file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.eclipse.jdt.ecj-3.12.3.jar
file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.eclipse.jetty.apache-jsp-9.4.11.v20180605.jar
file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.mortbay.jasper.apache-el-8.5.24.2.jar
file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.mortbay.jasper.apache-jsp-8.5.24.2.jar
file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/jstl.jar

You can also see from the dump that all of your webapps except for the Dashboard are marked as UNAVAILABLE, meaning they didn't start properly. There should be some exceptions and WARNings in your log output.

Jan

On 25 September 2018 at 03:33, Joakim Erdfelt <***@webtide.com<mailto:***@webtide.com>> wrote:
Also of note on your dump.

You have far too many jetty dependencies/jars, there's no way you are possibly using all of those dependencies. (some in direct conflict with each other)
Consider pruning down to only what you need/use.

Also, since you are using the IBM JVM, be aware that it's lack of use of the TLS RFC Cipher Suite names means you will not have full SSL/TLS support out of the box correctly.
You have to heavily tweak the SslContextFactory and it's includes/excludes to conform to the non-standard Cipher Suite naming that IBM is still using.
If you have a service contract with IBM, ask them to support the registered RFC Cipher Suite names out of the box with their SSLEngine.getSupportedCipherSuites()!!
(Note: we are not the only library you will have issues with this antiquated decision of IBM)

Joakim Erdfelt / ***@webtide.com<mailto:***@webtide.com>


On Mon, Sep 24, 2018 at 12:27 PM Joakim Erdfelt <***@webtide.com<mailto:***@webtide.com>> wrote:
Since you are not running Maven, it will be difficult for me to resolve things and tell you where the problem is.

Can you run the following code once with your Server classpath/classloader, and once again from within your webapp classloader?

https://gist.github.com/joakime/e6caf36ff30c48248e313440cae20495

package cloader;

import java.net.URL;
import java.util.Enumeration;

public class WhereIsThisComingFrom
{
public static void main(String[] args)
{
ClassLoader cl = Thread.currentThread().getContextClassLoader();

locate(cl, "org/apache/juli/logging/Log.class");
locate(cl, "org/eclipse/jetty/apache/jsp/JuliLog.class");
}

public static void locate(ClassLoader cl, Class<?> clazz)
{
String classAsResource = clazz.getName().replace('.', '/') + ".class";
locate(cl, classAsResource);
}

public static void locate(ClassLoader cl, String resourceName)
{
try
{
Enumeration<URL> urls = cl.getResources(resourceName);
System.out.printf("Looking for: %s%n", resourceName);
while (urls.hasMoreElements())
{
URL url = urls.nextElement();
System.out.printf(" - Found: %s%n", url.toExternalForm());
}
}
catch (Throwable t)
{
System.out.printf("Whoops: cannot locate: %s%n", resourceName);
t.printStackTrace();
}
}
}


Joakim Erdfelt / ***@webtide.com<mailto:***@webtide.com>


On Mon, Sep 24, 2018 at 12:00 PM Eze Ikonne <***@aricent.com<mailto:***@aricent.com>> wrote:
Hi Joakim,

I could not provide you with the Maven dependency tree because the app is built with the ant build process and when I ran the mvn dependency tree option I got some exceptions. Nonetheless, here is the runtime dependency map generated by
server.setDumpAfterStart(true);. Upgrading to jetty-9.4.11 has proven to be a tough one for me; in the previous versions of jetty, I just drop these same war files and with minor tweak I was back in business, I am really sweating this one. Any insight will be much appreciated. Please see the runtime dependency map below.

SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/log4j-slf4j-impl-2.8.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [org.apache.logging.slf4j.Log4jLoggerFactory]
***@cde4d61a[9.4.11.v20180605<mailto:***@cde4d61a[9.4.11.v20180605>] - STARTING
+= QueuedThreadPool[qtp-1105532647]@be1ae919{STARTED,8<=14<=500,i=10,q=0}[***@8cf474a1{s=0/6,p=0}] - STARTED
| += ***@8cf474a1{s=0/6,p=0} - STARTED
| +> 36 qtp-1105532647-36 IDLE TIMED_WAITING @ sun.misc.Unsafe.park(Native Method)
| +> 31 qtp-1105532647-31 IDLE TIMED_WAITING @ sun.misc.Unsafe.park(Native Method)
| +> 34 qtp-1105532647-34 IDLE TIMED_WAITING @ sun.misc.Unsafe.park(Native Method)
| +> 39 qtp-1105532647-39 IDLE TIMED_WAITING @ sun.misc.Unsafe.park(Native Method)
| +> 25 qtp-1105532647-25 SELECTING RUNNABLE @ sun.nio.ch<http://sun.nio.ch>.WindowsSelectorImpl$SubSelector.poll0(Native Method)
| +> 24 qtp-1105532647-24 IDLE TIMED_WAITING @ sun.misc.Unsafe.park(Native Method)
| +> 38 qtp-1105532647-38 IDLE TIMED_WAITING @ sun.misc.Unsafe.park(Native Method)
| +> 28 qtp-1105532647-28-acceptor-***@7e513b06-***@9ee2ab19{SSL,[ssl, http/1.1]}{localhost:7777} ACCEPTING RUNNABLE @ sun.nio.ch<http://sun.nio.ch>.ServerSocketChannelImpl.accept0(Native Method) prio=3
| +> 37 qtp-1105532647-37 SELECTING RUNNABLE @ sun.nio.ch<http://sun.nio.ch>.WindowsSelectorImpl$SubSelector.poll0(Native Method)
| +> 27 qtp-1105532647-27 IDLE TIMED_WAITING @ sun.misc.Unsafe.park(Native Method)
| +> 26 qtp-1105532647-26 IDLE TIMED_WAITING @ sun.misc.Unsafe.park(Native Method)
| +> 30 qtp-1105532647-30 SELECTING RUNNABLE @ sun.nio.ch<http://sun.nio.ch>.WindowsSelectorImpl$SubSelector.poll0(Native Method)
| +> 35 qtp-1105532647-35 IDLE TIMED_WAITING @ sun.misc.Unsafe.park(Native Method)
| +> 29 qtp-1105532647-29 IDLE TIMED_WAITING @ sun.misc.Unsafe.park(Native Method)
| +> jobs - size=0
+= ***@f11886e2<mailto:***@f11886e2> - STARTED
| +- sun.misc.Unsafe.park(Native Method)
| +- java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
| +- java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2089)
| +- java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1104)
| +- java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:820)
| +- java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1085)
| +- java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
| +- java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
| +- java.lang.Thread.run(Thread.java:811)
+= ***@9ee2ab19{SSL,[ssl, http/1.1]}{localhost:7777} - STARTED
| +~ ***@cde4d61a[9.4.11.v20180605<mailto:***@cde4d61a[9.4.11.v20180605>] - STARTING
| +~ QueuedThreadPool[qtp-1105532647]@be1ae919{STARTED,8<=14<=500,i=10,q=0}[***@8cf474a1{s=0/6,p=0}] - STARTED
| +~ ***@f11886e2<mailto:***@f11886e2> - STARTED
| +- org.eclipse.jetty.io<http://org.eclipse.jetty.io>***@158bc3ea
| += ***@ff1d07c3{SSL->HTTP/1.1}<mailto:***@ff1d07c3%7bSSL-%3eHTTP/1.1%7d> - STARTED
| | += ***@126d3057[provider=null,keyStore=file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/conf/system/cmkeystore,trustStore=file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/conf/system/cmtruststore] trustAll=false
| | +- Protocol Selections
| | | +- Enabled (size=3)
| | | | +- TLSv1
| | | | +- TLSv1.1
| | | | +- TLSv1.2
| | | +- Disabled (size=0)
| | +- Cipher Suite Selections
| | +- Enabled (size=29)
| | | +- SSL_DHE_DSS_WITH_AES_128_CBC_SHA256
| | | +- SSL_DHE_DSS_WITH_AES_128_GCM_SHA256
| | | +- SSL_DHE_DSS_WITH_AES_256_CBC_SHA256
| | | +- SSL_DHE_DSS_WITH_AES_256_GCM_SHA384
| | | +- SSL_DHE_RSA_WITH_AES_128_CBC_SHA256
| | | +- SSL_DHE_RSA_WITH_AES_128_GCM_SHA256
| | | +- SSL_DHE_RSA_WITH_AES_256_CBC_SHA256
| | | +- SSL_DHE_RSA_WITH_AES_256_GCM_SHA384
| | | +- SSL_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256
| | | +- SSL_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
| | | +- SSL_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384
| | | +- SSL_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384
| | | +- SSL_ECDHE_RSA_WITH_AES_128_CBC_SHA256
| | | +- SSL_ECDHE_RSA_WITH_AES_128_GCM_SHA256
| | | +- SSL_ECDHE_RSA_WITH_AES_256_CBC_SHA384
| | | +- SSL_ECDHE_RSA_WITH_AES_256_GCM_SHA384
| | | +- SSL_ECDH_ECDSA_WITH_AES_128_CBC_SHA256
| | | +- SSL_ECDH_ECDSA_WITH_AES_128_GCM_SHA256
| | | +- SSL_ECDH_ECDSA_WITH_AES_256_CBC_SHA384
| | | +- SSL_ECDH_ECDSA_WITH_AES_256_GCM_SHA384
| | | +- SSL_ECDH_RSA_WITH_AES_128_CBC_SHA256
| | | +- SSL_ECDH_RSA_WITH_AES_128_GCM_SHA256
| | | +- SSL_ECDH_RSA_WITH_AES_256_CBC_SHA384
| | | +- SSL_ECDH_RSA_WITH_AES_256_GCM_SHA384
| | | +- SSL_RSA_WITH_AES_128_CBC_SHA256
| | | +- SSL_RSA_WITH_AES_128_GCM_SHA256
| | | +- SSL_RSA_WITH_AES_256_CBC_SHA256
| | | +- SSL_RSA_WITH_AES_256_GCM_SHA384
| | | +- TLS_EMPTY_RENEGOTIATION_INFO_SCSV
| | +- Disabled (size=43)
| | +- SSL_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA - JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_DHE_DSS_WITH_AES_128_CBC_SHA - ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_DHE_DSS_WITH_AES_256_CBC_SHA - ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_DHE_DSS_WITH_DES_CBC_SHA - JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA - JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_DHE_RSA_WITH_AES_128_CBC_SHA - ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_DHE_RSA_WITH_AES_256_CBC_SHA - ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_DHE_RSA_WITH_DES_CBC_SHA - JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_DH_anon_EXPORT_WITH_DES40_CBC_SHA - JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_DH_anon_WITH_AES_128_CBC_SHA - JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_DH_anon_WITH_AES_128_CBC_SHA256 - JreDisabled:java.security
| | +- SSL_DH_anon_WITH_AES_128_GCM_SHA256 - JreDisabled:java.security
| | +- SSL_DH_anon_WITH_AES_256_CBC_SHA - JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_DH_anon_WITH_AES_256_CBC_SHA256 - JreDisabled:java.security
| | +- SSL_DH_anon_WITH_AES_256_GCM_SHA384 - JreDisabled:java.security
| | +- SSL_DH_anon_WITH_DES_CBC_SHA - JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_ECDHE_ECDSA_WITH_AES_128_CBC_SHA - ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_ECDHE_ECDSA_WITH_AES_256_CBC_SHA - ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_ECDHE_ECDSA_WITH_NULL_SHA - JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_ECDHE_RSA_WITH_AES_128_CBC_SHA - ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_ECDHE_RSA_WITH_AES_256_CBC_SHA - ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_ECDHE_RSA_WITH_NULL_SHA - JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_ECDH_ECDSA_WITH_AES_128_CBC_SHA - ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_ECDH_ECDSA_WITH_AES_256_CBC_SHA - ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_ECDH_ECDSA_WITH_NULL_SHA - JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_ECDH_RSA_WITH_AES_128_CBC_SHA - ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_ECDH_RSA_WITH_AES_256_CBC_SHA - ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_ECDH_RSA_WITH_NULL_SHA - JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_ECDH_anon_WITH_AES_128_CBC_SHA - JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_ECDH_anon_WITH_AES_256_CBC_SHA - JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_ECDH_anon_WITH_NULL_SHA - JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_KRB5_EXPORT_WITH_DES_CBC_40_MD5 - JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_KRB5_EXPORT_WITH_DES_CBC_40_SHA - JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_KRB5_WITH_DES_CBC_MD5 - JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_KRB5_WITH_DES_CBC_SHA - JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_RSA_EXPORT_WITH_DES40_CBC_SHA - JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_RSA_FIPS_WITH_DES_CBC_SHA - JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_RSA_WITH_AES_128_CBC_SHA - ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_RSA_WITH_AES_256_CBC_SHA - ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_RSA_WITH_DES_CBC_SHA - JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_RSA_WITH_NULL_MD5 - JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_RSA_WITH_NULL_SHA - JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_RSA_WITH_NULL_SHA256 - JreDisabled:java.security
| += ***@44f9bc4c[HTTP/1.1<mailto:***@44f9bc4c[HTTP/1.1>] - STARTED
| | +- ***@cc1f7d1a{32768/8192,8192/8192,https://:0,[]}
| += ***@ServerConnector@9ee2ab19{SSL,[ssl, http/1.1]}{localhost:7777} - STARTED
| | += org.eclipse.jetty.io<http://org.eclipse.jetty.io>***@1105a48e id=0 keys=0 selected=0 updates=0 - STARTED
| | | += ***@ee173ea5/***@67f3b096/PRODUCING/p=false/QueuedThreadPool[qtp-1105532647]@be1ae919{STARTED,8<=14<=500,i=10,q=0}[***@8cf474a1{s=0/6,p=0}][pc=0,pic=0,pec=0,epc=0]@2018-09-24T12:39:22.824-04:00<mailto:***@ee173ea5/***@67f3b096/PRODUCING/p=false/QueuedThreadPool%5bqtp-1105532647%***@be1ae919%7bSTARTED,8%3c=14%3c=500,i=10,q=0%7d%***@8cf474a1%7bs=0/6,p=0%7d%5d%5bpc=0,pic=0,pec=0,epc=0%***@2018-09-24T12:39:22.824-04:00> - STARTED
| | | | +- ***@67f3b096
| | | | +~ QueuedThreadPool[qtp-1105532647]@be1ae919{STARTED,8<=14<=500,i=10,q=0}[***@8cf474a1{s=0/6,p=0}] - STARTED
| | | +> updates @ 2018-09-24T12:39:22.823-04:00
| | | +> keys @ 2018-09-24T12:39:22.824-04:00
| | | +- sun.nio.ch<http://sun.nio.ch>***@89ba0ea1 keys=0
| | += org.eclipse.jetty.io<http://org.eclipse.jetty.io>***@77b6d84c id=1 keys=0 selected=0 updates=0 - STARTED
| | | += ***@a234a9b8/***@ca7b7109/PRODUCING/p=false/QueuedThreadPool[qtp-1105532647]@be1ae919{STARTED,8<=14<=500,i=10,q=0}[***@8cf474a1{s=0/6,p=0}][pc=0,pic=0,pec=0,epc=0]@2018-09-24T12:39:22.825-04:00<mailto:***@a234a9b8/***@ca7b7109/PRODUCING/p=false/QueuedThreadPool%5bqtp-1105532647%***@be1ae919%7bSTARTED,8%3c=14%3c=500,i=10,q=0%7d%***@8cf474a1%7bs=0/6,p=0%7d%5d%5bpc=0,pic=0,pec=0,epc=0%***@2018-09-24T12:39:22.825-04:00> - STARTED
| | | | +- ***@ca7b7109
| | | | +~ QueuedThreadPool[qtp-1105532647]@be1ae919{STARTED,8<=14<=500,i=10,q=0}[***@8cf474a1{s=0/6,p=0}] - STARTED
| | | +> updates @ 2018-09-24T12:39:22.824-04:00
| | | +> keys @ 2018-09-24T12:39:22.825-04:00
| | | +- sun.nio.ch<http://sun.nio.ch>***@fe7c5fe8 keys=0
| | += org.eclipse.jetty.io<http://org.eclipse.jetty.io>***@6d5035ad id=2 keys=0 selected=0 updates=0 - STARTED
| | += ***@15b8d11f/***@37a74453/PRODUCING/p=false/QueuedThreadPool[qtp-1105532647]@be1ae919{STARTED,8<=14<=500,i=10,q=0}[***@8cf474a1{s=0/6,p=0}][pc=0,pic=0,pec=0,epc=0]@2018-09-24T12:39:22.826-04:00<mailto:***@15b8d11f/***@37a74453/PRODUCING/p=false/QueuedThreadPool%5bqtp-1105532647%***@be1ae919%7bSTARTED,8%3c=14%3c=500,i=10,q=0%7d%***@8cf474a1%7bs=0/6,p=0%7d%5d%5bpc=0,pic=0,pec=0,epc=0%***@2018-09-24T12:39:22.826-04:00> - STARTED
| | | +- ***@37a74453
| | | +~ QueuedThreadPool[qtp-1105532647]@be1ae919{STARTED,8<=14<=500,i=10,q=0}[***@8cf474a1{s=0/6,p=0}] - STARTED
| | +> updates @ 2018-09-24T12:39:22.825-04:00
| | +> keys @ 2018-09-24T12:39:22.826-04:00
| | +- sun.nio.ch<http://sun.nio.ch>***@fa670ca5 keys=0
| +- sun.nio.ch<http://sun.nio.ch>.ServerSocketChannelImpl[/127.0.0.1:7777<http://127.0.0.1:7777>]
| +- qtp-1105532647-28-acceptor-***@7e513b06-***@9ee2ab19{SSL,[ssl, http/1.1]}{localhost:7777}
+= ***@bc0df40c[***@a8925fbd[***@36ccd6df{sspcmrest,/sspcmrest,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\sspcmrest}<mailto:***@bc0df40c[***@a8925fbd[***@36ccd6df%7bsspcmrest,/sspcmrest,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/,UNAVAILABLE%7d%7bC:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\sspcmrest%7d>, ***@6bc14f86{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}<mailto:***@6bc14f86%7bSspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE%7d%7bC:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf%7d>, o.e.j.w.WebAppContext@-7d19ff0d{SSPDashboard,/SSPDashboard,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/,STARTING}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SSPDashboard}<mailto:o.e.j.w.WebAppContext@-7d19ff0d%7bSSPDashboard,/SSPDashboard,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/,STARTING%7d%7bC:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SSPDashboard%7d>], ***@a1bbb25a<mailto:***@a1bbb25a>] - STARTED
| += ***@a8925fbd[***@36ccd6df{sspcmrest,/sspcmrest,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\sspcmrest}<mailto:***@a8925fbd[***@36ccd6df%7bsspcmrest,/sspcmrest,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/,UNAVAILABLE%7d%7bC:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\sspcmrest%7d>, ***@6bc14f86{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}<mailto:***@6bc14f86%7bSspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE%7d%7bC:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf%7d>, o.e.j.w.WebAppContext@-7d19ff0d{SSPDashboard,/SSPDashboard,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/,STARTING}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SSPDashboard}<mailto:o.e.j.w.WebAppContext@-7d19ff0d%7bSSPDashboard,/SSPDashboard,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/,STARTING%7d%7bC:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SSPDashboard%7d>] - STARTED
| | += ***@36ccd6df{sspcmrest,/sspcmrest,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\sspcmrest}<mailto:***@36ccd6df%7bsspcmrest,/sspcmrest,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/,UNAVAILABLE%7d%7bC:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\sspcmrest%7d> - STARTED
| | | += org.eclipse.jetty.server.session.SessionHandler1119506697==dftMaxIdleSec=-1 - STOPPED
| | | | += ***@aa43d9ff<mailto:***@aa43d9ff> - STOPPED
| | | | +- ***@246aa94<mailto:***@246aa94>
| | | | += ***@532e3216<mailto:***@532e3216> - STOPPED
| | | | +> null
| | | | +> null
| | | | +> null
| | | | +> []
| | | += ***@d4fc1fcc<mailto:***@d4fc1fcc> - STOPPED
| | | +> WebAppClassLoader=***@2cb15ea5
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/classes/
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/accepter.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/asm-3.1.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/authentication.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/componentCommon.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/configurator.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/haas.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/hadrian-client.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/hadrian-common.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/hadrian-gui.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/jackson-core-asl-1.9.2.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/jackson-jaxrs-1.9.2.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/jackson-mapper-asl-1.9.2.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/jackson-xc-1.9.2.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/jakarta-oro-2.0.8.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/jaxb-api-2.2.6.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/jaxb-impl-2.2.5.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/jdom.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/jersey-client-1.16.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/jersey-core-1.16.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/jersey-json-1.16.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/jersey-server-1.16.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/jersey-servlet-1.16.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/jettison-1.1.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/jsr311-api-1.1.1.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/log4j-1.2-api-2.8.2.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/log4j-api-2.8.2.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/log4j-core-2.8.2.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/log4j-slf4j-impl-2.8.2.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/maverick-legacy-common-1.1.20.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/maverick-legacy-server-1.6.41-no-common.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/persistence.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/servlet-api-2.5.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/slf4j-api-1.7.5.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/sspconfig.jar
| | | | +- sun.misc.Launcher$***@31d07b90<mailto:sun.misc.Launcher$***@31d07b90>
| | | +> Systemclasses ***@36ccd6df{sspcmrest,/sspcmrest,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\sspcmrest}<mailto:***@36ccd6df%7bsspcmrest,/sspcmrest,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/,UNAVAILABLE%7d%7bC:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\sspcmrest%7d>
| | | | +- java.
| | | | +- javax.
| | | | +- org.eclipse.jetty.continuation.
| | | | +- org.eclipse.jetty.jaas.
| | | | +- org.eclipse.jetty.jmx.
| | | | +- org.eclipse.jetty.jndi.
| | | | +- org.eclipse.jetty.jsp.JettyJspServlet
| | | | +- org.eclipse.jetty.servlet.DefaultServlet
| | | | +- org.eclipse.jetty.servlets.PushCacheFilter
| | | | +- org.eclipse.jetty.servlets.PushSessionCacheFilter
| | | | +- org.eclipse.jetty.util.annotation.
| | | | +- org.eclipse.jetty.util.log.
| | | | +- org.eclipse.jetty.websocket.
| | | | +- org.w3c.
| | | | +- org.xml.
| | | +> Serverclasses ***@36ccd6df{sspcmrest,/sspcmrest,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\sspcmrest}<mailto:***@36ccd6df%7bsspcmrest,/sspcmrest,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/,UNAVAILABLE%7d%7bC:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\sspcmrest%7d>
| | | | +- -org.eclipse.jetty.alpn.
| | | | +- -org.eclipse.jetty.apache.
| | | | +- -org.eclipse.jetty.continuation.
| | | | +- -org.eclipse.jetty.jaas.
| | | | +- -org.eclipse.jetty.jmx.
| | | | +- -org.eclipse.jetty.jndi.
| | | | +- -org.eclipse.jetty.jsp.
| | | | +- -org.eclipse.jetty.server.session.SessionData
| | | | +- -org.eclipse.jetty.servlet.DefaultServlet
| | | | +- -org.eclipse.jetty.servlet.NoJspServlet
| | | | +- -org.eclipse.jetty.servlet.listener.
| | | | +- -org.eclipse.jetty.servlets.
| | | | +- -org.eclipse.jetty.util.annotation.
| | | | +- -org.eclipse.jetty.util.log.
| | | | +- -org.eclipse.jetty.websocket.
| | | | +- org.eclipse.jdt.
| | | | +- org.eclipse.jetty.
| | | | +- org.objectweb.asm.
| | | +> Configurations ***@36ccd6df{sspcmrest,/sspcmrest,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\sspcmrest}<mailto:***@36ccd6df%7bsspcmrest,/sspcmrest,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/,UNAVAILABLE%7d%7bC:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\sspcmrest%7d>
| | | | +- ***@7a78bbc0<mailto:***@7a78bbc0>
| | | | +- ***@3c957f9d<mailto:***@3c957f9d>
| | | | +- ***@9808e8c7<mailto:***@9808e8c7>
| | | | +- ***@f9a4b662<mailto:***@f9a4b662>
| | | | +- ***@cb6a5f1<mailto:***@cb6a5f1>
| | | | +- ***@95340014<mailto:***@95340014>
| | | +> Handler attributes ***@36ccd6df{sspcmrest,/sspcmrest,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\sspcmrest}<mailto:***@36ccd6df%7bsspcmrest,/sspcmrest,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/,UNAVAILABLE%7d%7bC:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\sspcmrest%7d>
| | | | +- javax.servlet.context.tempdir=C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\sspcmrest\jspClasses
| | | | +- org.eclipse.jetty.server.webapp.ContainerIncludeJarPattern=.*/[^/]*servlet-api-[^/]*\.jar$|.*/javax.servlet.jsp.jstl-.*\.jar$|.*/org.apache.taglibs.taglibs-standard-impl-.*\.jar$
| | | | +- org.eclipse.jetty.tlds=[jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/scriptfree.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/x.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/x-1_0-rt.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/sql.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/permittedTaglibs.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/c-1_0-rt.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/c.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/fmt-1_0-rt.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/fmt.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/c-1_1.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/sql-1_0-rt.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/fn.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/jersey-server-1.16.jar!/META-INF/taglib.tld]
| | | | +- org.eclipse.jetty.tmpdirConfigured=true
| | | | +- org.eclipse.jetty.resources=[]
| | | | +- org.eclipse.jetty.server.Executor=QueuedThreadPool[qtp-1105532647]@be1ae919{STARTED,8<=14<=500,i=10,q=0}[***@8cf474a1{s=0/6,p=0}]
| | | | +- org.eclipse.jetty.webFragments={}
| | | +> Context attributes ***@36ccd6df{sspcmrest,/sspcmrest,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\sspcmrest}<mailto:***@36ccd6df%7bsspcmrest,/sspcmrest,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/,UNAVAILABLE%7d%7bC:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\sspcmrest%7d>
| | | | +- org.eclipse.jetty.util.DecoratedObjectFactory=org.eclipse.jetty.util.DecoratedObjectFactory[decorators=2]
| | | +> Initparams ***@36ccd6df{sspcmrest,/sspcmrest,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\sspcmrest}<mailto:***@36ccd6df%7bsspcmrest,/sspcmrest,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/,UNAVAILABLE%7d%7bC:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\sspcmrest%7d>
| | | +- dirAllowed=false
| | += ***@6bc14f86{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}<mailto:***@6bc14f86%7bSspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE%7d%7bC:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf%7d> - STARTED
| | | += org.eclipse.jetty.server.session.SessionHandler-1940497655==dftMaxIdleSec=1800 - STARTED
| | | | += ***@68290dc8<mailto:***@68290dc8> - STARTED
| | | | | +- ***@5b7c4266<mailto:***@5b7c4266>
| | | | | += ***@46e0a10d<mailto:***@46e0a10d> - STARTED
| | | | | | += ***@7b20c561<mailto:***@7b20c561> - STARTED
| | | | | | += ***@a3ae608c<mailto:***@a3ae608c> - STARTED
| | | | | | += ***@5c13d641==org.eclipse.jetty.servlet.DefaultServlet,jsp=null,order=0,inst=true<mailto:***@5c13d641==org.eclipse.jetty.servlet.DefaultServlet,jsp=null,order=0,inst=true> - STARTED
| | | | | | | +- aliases=false
| | | | | | | +- dirAllowed=true
| | | | | | | +- maxCacheSize=256000000
| | | | | | | +- maxCachedFileSize=200000000
| | | | | | | +- welcomeServlets=false
| | | | | | | +- useFileMappedBuffer=true
| | | | | | | +- acceptRanges=true
| | | | | | | +- etags=false
| | | | | | | +- maxCachedFiles=2048
| | | | | | | +- redirectWelcome=false
| | | | | | += ***@19c47==org.eclipse.jetty.jsp.JettyJspServlet,jsp=null,order=0,inst=false<mailto:***@19c47==org.eclipse.jetty.jsp.JettyJspServlet,jsp=null,order=0,inst=false> - STARTED
| | | | | | | +- fork=false
| | | | | | | +- compilerSourceVM=1.7
| | | | | | | +- logVerbosityLevel=DEBUG
| | | | | | | +- compilerTargetVM=1.7
| | | | | | | +- xpoweredBy=false
| | | | | | +- [/]=>default
| | | | | | +- [*.jsp, *.jspf, *.jspx, *.xsp, *.JSP, *.JSPF, *.JSPX, *.XSP]=>jsp
| | | | | | += ***@c194a5e1<mailto:***@c194a5e1> - STARTED
| | | | | | += UploadFilter - STARTED
| | | | | | | +- sizeThreshold=4096
| | | | | | | +- maxSize=-1
| | | | | | += debugFilter - STARTED
| | | | | | += sessionValidationFilter - STARTED
| | | | | | += systemProtectionFilter - STARTED
| | | | | | += NonceProtectionFilter - STARTED
| | | | | | += Faces ***@87ee159b==com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet,jsp=null,order=1,inst=true<mailto:***@87ee159b==com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet,jsp=null,order=1,inst=true> - STARTED
| | | | | | += ***@e45569aa==com.sun.errorhandler.ExceptionHandler,jsp=null,order=-1,inst=false<mailto:***@e45569aa==com.sun.errorhandler.ExceptionHandler,jsp=null,order=-1,inst=false> - STARTED
| | | | | | | +- errorHost=localhost
| | | | | | | +- errorPort=24444
| | | | | | += ***@5aa2e45c==com.sun.rave.web.ui.theme.ThemeServlet,jsp=null,order=-1,inst=false<mailto:***@5aa2e45c==com.sun.rave.web.ui.theme.ThemeServlet,jsp=null,order=-1,inst=false> - STARTED
| | | | | | += ***@a794153b==com.sterlingcommerce.sspgui.web.servlet.LogoutServlet,jsp=null,order=-1,inst=false<mailto:***@a794153b==com.sterlingcommerce.sspgui.web.servlet.LogoutServlet,jsp=null,order=-1,inst=false> - STARTED
| | | | | | += ***@c40ea71b==com.sterlingcommerce.sspgui.web.util.ContentErrorHandler,jsp=null,order=-1,inst=false<mailto:***@c40ea71b==com.sterlingcommerce.sspgui.web.util.ContentErrorHandler,jsp=null,order=-1,inst=false> - STARTED
| | | | | | += ***@22b464fd==com.sterlingcommerce.sspgui.web.servlet.KeepAliveServlet,jsp=null,order=-1,inst=false<mailto:***@22b464fd==com.sterlingcommerce.sspgui.web.servlet.KeepAliveServlet,jsp=null,order=-1,inst=false> - STARTED
| | | | | | +- []/[Faces Servlet]==0=>UploadFilter
| | | | | | +- []/[Faces Servlet]==0=>debugFilter
| | | | | | +- [/*]/[]==0=>sessionValidationFilter
| | | | | | +- [/*]/[]==0=>systemProtectionFilter
| | | | | | +- [/*]/[]==0=>NonceProtectionFilter
| | | | | | +- [/faces/*]=>Faces Servlet
| | | | | | +- [/error/ExceptionHandler]=>ExceptionHandlerServlet
| | | | | | +- [/theme/*]=>ThemeServlet
| | | | | | +- [/LogoutServlet]=>LogoutServlet
| | | | | | +- [/ContentErrorHandler]=>ContentErrorHandler
| | | | | | +- [/keepalive]=>KeepAliveServlet
| | | | | +> null
| | | | | +> null
| | | | | +> null
| | | | | +> []
| | | | | +> /*={POST={RoleInfo[],Confidential}, GET={RoleInfo[],Confidential}}
| | | | | +> /={TRACE={RoleInfo,F,C[],None}, TRACE.omission={RoleInfo[],None}}
| | | | += ***@ed793205[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false<mailto:***@ed793205[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false>] - STARTED
| | | | | += ***@ef5ec3c5[passivating=false,graceSec=3600<mailto:***@ef5ec3c5[passivating=false,graceSec=3600>] - STARTED
| | | | +~ ***@28055976[worker=node0<mailto:***@28055976[worker=node0>] - STARTED
| | | += ***@11b8242e<mailto:***@11b8242e> - STARTED
| | | += ***@e224744f<mailto:***@e224744f> - STARTED
| | | +> WebAppClassLoader=***@7aea6095
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/classes/
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/WebUIUtils.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/accepter.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/appbase.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/asm-6.2.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/asm-commons-6.2.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/authentication.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/bsf.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/castor-1.3.3-xml.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/commons-beanutils.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/commons-codec.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/commons-collections-3.2.2.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/commons-digester.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/commons-fileupload-1.3.3.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/commons-io-2.4.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/commons-logging.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/componentCommon.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/configurator.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/dataprovider.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/defaulttheme.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/errorhandler.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/haas.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/hadrian-client.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/hadrian-common.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/hadrian-gui.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/jdom.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/jsf-api.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/jsf-impl.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/jsfcl.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/jstl.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/log4j-1.2-api-2.8.2.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/log4j-api-2.8.2.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/log4j-core-2.8.2.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/log4j-slf4j-impl-2.8.2.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/maverick-legacy-common-1.1.20.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/maverick-legacy-server-1.6.41-no-common.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/not-yet-commons-ssl-0.3.15.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-standard-spec-1.2.5.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.eclipse.jdt.ecj-3.12.3.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.eclipse.jetty.apache-jsp-9.4.11.v20180605.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.mortbay.jasper.apache-el-8.5.24.2.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.mortbay.jasper.apache-jsp-8.5.24.2.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/persistence.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/retroweaver-all-1.2.2.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/retroweaver-rt-1.2.2.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/rowset.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/sqlx.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/sspconfig.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/standard.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/webui.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/xalan.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/xercesImpl.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/xml-apis.jar
| | | | +- sun.misc.Launcher$***@31d07b90<mailto:sun.misc.Launcher$***@31d07b90>
| | | +> Systemclasses ***@6bc14f86{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}<mailto:***@6bc14f86%7bSspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE%7d%7bC:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf%7d>
| | | | +- java.
| | | | +- javax.
| | | | +- org.eclipse.jetty.continuation.
| | | | +- org.eclipse.jetty.jaas.
| | | | +- org.eclipse.jetty.jmx.
| | | | +- org.eclipse.jetty.jndi.
| | | | +- org.eclipse.jetty.jsp.JettyJspServlet
| | | | +- org.eclipse.jetty.servlet.DefaultServlet
| | | | +- org.eclipse.jetty.servlets.PushCacheFilter
| | | | +- org.eclipse.jetty.servlets.PushSessionCacheFilter
| | | | +- org.eclipse.jetty.util.annotation.
| | | | +- org.eclipse.jetty.util.log.
| | | | +- org.eclipse.jetty.websocket.
| | | | +- org.w3c.
| | | | +- org.xml.
| | | +> Serverclasses ***@6bc14f86{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}<mailto:***@6bc14f86%7bSspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE%7d%7bC:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf%7d>
| | | | +- -org.eclipse.jetty.alpn.
| | | | +- -org.eclipse.jetty.apache.
| | | | +- -org.eclipse.jetty.continuation.
| | | | +- -org.eclipse.jetty.jaas.
| | | | +- -org.eclipse.jetty.jmx.
| | | | +- -org.eclipse.jetty.jndi.
| | | | +- -org.eclipse.jetty.jsp.
| | | | +- -org.eclipse.jetty.server.session.SessionData
| | | | +- -org.eclipse.jetty.servlet.DefaultServlet
| | | | +- -org.eclipse.jetty.servlet.NoJspServlet
| | | | +- -org.eclipse.jetty.servlet.listener.
| | | | +- -org.eclipse.jetty.servlets.
| | | | +- -org.eclipse.jetty.util.annotation.
| | | | +- -org.eclipse.jetty.util.log.
| | | | +- -org.eclipse.jetty.websocket.
| | | | +- org.eclipse.jdt.
| | | | +- org.eclipse.jetty.
| | | | +- org.objectweb.asm.
| | | +> Configurations ***@6bc14f86{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}
| | | | +- ***@feddbd4a
| | | | +- ***@68900893
| | | | +- ***@39f88e78
| | | | +- ***@8718dd7b
| | | | +- ***@64c7db84
| | | | +- ***@809f5340
| | | +> Handler attributes ***@6bc14f86{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}
| | | | +- javax.servlet.context.tempdir=C:\Users\ari51787\AppData\Local\Temp\3\jetty-localhost-7777-SspJsf-_SspJsf-any-2418981793340015807.dir
| | | | +- org.eclipse.jetty.server.webapp.ContainerIncludeJarPattern=.*/[^/]*servlet-api-[^/]*\.jar$|.*/javax.servlet.jsp.jstl-.*\.jar$|.*/org.apache.taglibs.taglibs-standard-impl-.*\.jar$
| | | | +- org.eclipse.jetty.tlds=[jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/sql.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/x.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/scriptfree.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/fn.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/x-1_0-rt.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/appbase.jar!/META-INF/taglib.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/sql.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/fn.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/c.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/permittedTaglibs.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/c.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/c-1_0.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/sql-1_0.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/sql-1_0-rt.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/fmt-1_0-rt.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/fmt.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/fn.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/fmt.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/fmt-1_0-rt.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/scriptfree.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/x.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/webui.jar!/META-INF/webui.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/scriptfree.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/x.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/x-1_0-rt.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/c-1_1.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/sql.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/c-1_0-rt.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/jsf-impl.jar!/META-INF/jsf_core.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/jsfcl.jar!/META-INF/jsfcl.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/x-1_0-rt.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/permittedTaglibs.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/c-1_0-rt.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/c.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/permittedTaglibs.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/x-1_0.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/fmt-1_0-rt.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/c-1_0-rt.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/fmt-1_0.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/fmt.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/c-1_1.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/jsf-impl.jar!/META-INF/html_basic.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/sql-1_0-rt.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/sql-1_0-rt.tld]
| | | | +- org.eclipse.jetty.containerInitializers=[ContainerInitializer{com.sun.jersey.server.impl.container.servlet.JerseyServletContainerInitializer,interested=[javax.ws.rs<http://javax.ws.rs>.Path, javax.ws.rs.ext.Provider, javax.ws.rs.core.Application, javax.ws.rs.ApplicationPath],applicable=[],annotated=[]}]
| | | | +- org.eclipse.jetty.classInheritanceMap=***@5d0d4222{size=2541}
| | | | +- org.eclipse.jetty.resources=[]
| | | | +- org.eclipse.jetty.server.Executor=QueuedThreadPool[qtp-1105532647]@be1ae919{STARTED,8<=14<=500,i=10,q=0}[***@8cf474a1{s=0/6,p=0}]
| | | | +- org.eclipse.jetty.containerInitializerStarter=***@e224744f
| | | | +- org.eclipse.jetty.webFragments={}
| | | +> Context attributes ***@6bc14f86{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}
| | | | +- com.sun.faces.ApplicationAssociate=***@c8aa63a3
| | | | +- org.eclipse.jetty.util.DecoratedObjectFactory=org.eclipse.jetty.util.DecoratedObjectFactory[decorators=2]
| | | | +- resourceCache=ResourceCache[null,***@6b86c118]@1345180914
| | | +> Initparams ***@6bc14f86{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}
| | | +- com.sun.faces.verifyObjects=false
| | | +- javax.faces.CONFIG_FILES=/WEB-INF/navigation.xml,/WEB-INF/managed-beans.xml
| | | +- com.sun.faces.validateXml=true
| | | +- com.sun.faces.NUMBER_OF_VIEWS_IN_SESSION=2
| | | +- javax.faces.STATE_SAVING_METHOD=server
| | | +- com.sun.faces.NUMBER_OF_VIEWS_IN_LOGICAL_VIEW_IN_SESSION=2
| | += o.e.j.w.WebAppContext@-7d19ff0d{SSPDashboard,/SSPDashboard,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/,STARTING}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SSPDashboard} - STARTING
| | += org.eclipse.jetty.server.session.SessionHandler-1850967021==dftMaxIdleSec=-1 - STOPPED
| | | += ***@c4cb7af6 - STOPPED
| | | +- ***@2213e75b
| | | += ***@2d6778c - STOPPED
| | | +> null
| | | +> null
| | | +> null
| | | +> []
| | += ***@15f2251b - STOPPED
| | +> WebAppClassLoader=***@41bc91ea
| | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/classes/
| | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/WebUIUtils.jar
| | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/accepter.jar
| | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/appbase.jar
| | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/asm-6.2.jar
| | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/asm-commons-6.2.jar
| | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/commons-beanutils.jar
| | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/commons-codec.jar
| | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/commons-collections-3.2.2.jar
| | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/commons-digester.jar
| | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/commons-fileupload-1.3.3.jar
| | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/commons-io-2.4.jar
| | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/commons-logging.jar
| | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/componentCommon.jar
| |

_______________________________________________
jetty-users mailing list
jetty-***@eclipse.org<mailto:jetty-***@eclipse.org>
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users



--
Jan Bartel <***@webtide.com<mailto:***@webtide.com>>
www.webtide.com<http://www.webtide.com>
Expert assistance from the creators of Jetty and CometD

=====================================================
Please refer to http://www.aricent.com/email-disclaimer
for important disclosures regarding this electronic communication.
=====================================================
Eze Ikonne
2018-09-25 04:37:03 UTC
Permalink
Hi Jan,

I did implement your suggestions and at the moment there is no more conflicts with jar files, at least that’s what the log file indicates. The only exception in the log file
is thrown by security handler for not enabling TLS for all methods. I have been told that this exception is innocuous. However, after Jetty loads my web app, it appears that the
scan process right off the bat stops them without any apparent exception thrown, at least there is none in the log file. Please see the segment included where the modules seem
to have been started and then the Jetty scan process just kills them all. Any idea as to why this behavior? If needed I can also send the runtime class loader interaction.


2018-09-24 23:50:43,922 [main] DEBUG LifecycleFactoryImpl - Created Default Lifecycle
2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - getResource META-INF/services/javax.faces.lifecycle.LifecycleFactory null
2018-09-24 23:50:43,922 [main] DEBUG ContextHandler - contextInitialized: javax.servlet.ServletContextEvent[source=***@o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,STARTING}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}]->***@9351a429
2018-09-24 23:50:43,922 [main] DEBUG ContextHandler - contextInitialized: javax.servlet.ServletContextEvent[source=***@o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,STARTING}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}]->***@5534a564
2018-09-24 23:50:43,922 [main] DEBUG ConfigureListener - contextInitialized(SspJsf)
2018-09-24 23:50:43,922 [main] DEBUG AbstractLifeCycle - starting UploadFilter
2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isSystemResource==false com.sun.rave.web.ui.util.UploadFilter jar:file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/webui.jar!/com/sun/rave/web/ui/util/UploadFilter.class
2018-09-24 23:50:43,922 [main] DEBUG ClasspathPattern - match interface javax.servlet.Filter from file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/servlet-api-3.1.jar byName=null byLocation=null in [-org.eclipse.jetty.util.log., -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet, -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty., org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData, -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket., -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt., -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi., -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx., -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isServerClass==false interface javax.servlet.Filter
2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP parent loaded interface javax.servlet.Filter
2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP webapp loaded class com.sun.rave.web.ui.util.UploadFilter
2018-09-24 23:50:43,922 [main] DEBUG BaseHolder - Holding class com.sun.rave.web.ui.util.UploadFilter from WebAppClassLoader=***@6f478373
2018-09-24 23:50:43,922 [main] DEBUG AbstractLifeCycle - STARTED @9813ms UploadFilter
2018-09-24 23:50:43,922 [main] DEBUG ClasspathPattern - match interface javax.servlet.ServletRequest from file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/servlet-api-3.1.jar byName=null byLocation=null in [-org.eclipse.jetty.util.log., -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet, -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty., org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData, -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket., -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt., -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi., -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx., -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isServerClass==false interface javax.servlet.ServletRequest
2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP parent loaded interface javax.servlet.ServletRequest
2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isSystemResource==false org.apache.commons.fileupload.FileUploadException jar:file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/commons-fileupload-1.3.3.jar!/org/apache/commons/fileupload/FileUploadException.class
2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP webapp loaded class org.apache.commons.fileupload.FileUploadException
2018-09-24 23:50:43,922 [main] DEBUG ClasspathPattern - match class javax.servlet.ServletException from file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/servlet-api-3.1.jar byName=null byLocation=null in [-org.eclipse.jetty.util.log., -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet, -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty., org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData, -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket., -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt., -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi., -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx., -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isServerClass==false class javax.servlet.ServletException
2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP parent loaded class javax.servlet.ServletException
2018-09-24 23:50:43,922 [main] DEBUG ClasspathPattern - match interface javax.servlet.ServletResponse from file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/servlet-api-3.1.jar byName=null byLocation=null in [-org.eclipse.jetty.util.log., -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet, -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty., org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData, -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket., -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt., -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi., -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx., -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isServerClass==false interface javax.servlet.ServletResponse
2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP parent loaded interface javax.servlet.ServletResponse
2018-09-24 23:50:43,922 [main] DEBUG ClasspathPattern - match interface javax.servlet.FilterChain from file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/servlet-api-3.1.jar byName=null byLocation=null in [-org.eclipse.jetty.util.log., -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet, -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty., org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData, -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket., -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt., -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi., -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx., -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isServerClass==false interface javax.servlet.FilterChain
2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP parent loaded interface javax.servlet.FilterChain
2018-09-24 23:50:43,922 [main] DEBUG ClasspathPattern - match interface javax.servlet.http.HttpServletRequest from file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/servlet-api-3.1.jar byName=null byLocation=null in [-org.eclipse.jetty.util.log., -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet, -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty., org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData, -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket., -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt., -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi., -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx., -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isServerClass==false interface javax.servlet.http.HttpServletRequest
2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP parent loaded interface javax.servlet.http.HttpServletRequest
2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isSystemResource==false org.apache.commons.fileupload.FileItem jar:file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/commons-fileupload-1.3.3.jar!/org/apache/commons/fileupload/FileItem.class
2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isSystemResource==false org.apache.commons.fileupload.FileItemHeadersSupport jar:file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/commons-fileupload-1.3.3.jar!/org/apache/commons/fileupload/FileItemHeadersSupport.class
2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP webapp loaded interface org.apache.commons.fileupload.FileItemHeadersSupport
2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP webapp loaded interface org.apache.commons.fileupload.FileItem
2018-09-24 23:50:43,922 [main] DEBUG ClasspathPattern - match interface javax.servlet.FilterConfig from file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/servlet-api-3.1.jar byName=null byLocation=null in [-org.eclipse.jetty.util.log., -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet, -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty., org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData, -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket., -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt., -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi., -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx., -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isServerClass==false interface javax.servlet.FilterConfig
2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP parent loaded interface javax.servlet.FilterConfig
2018-09-24 23:50:43,922 [main] DEBUG FilterHolder - Filter.init com.sun.rave.web.ui.util.UploadFilter
2018-09-24 23:50:43,922 [main] DEBUG AbstractLifeCycle - starting debugFilter
2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isSystemResource==false com.sterlingcommerce.sspgui.web.filter.SSPContentDebugFilter file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/classes/com/sterlingcommerce/sspgui/web/filter/SSPContentDebugFilter.class
2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP webapp loaded class com.sterlingcommerce.sspgui.web.filter.SSPContentDebugFilter
2018-09-24 23:50:43,922 [main] DEBUG BaseHolder - Holding class com.sterlingcommerce.sspgui.web.filter.SSPContentDebugFilter from WebAppClassLoader=***@6f478373
2018-09-24 23:50:43,922 [main] DEBUG AbstractLifeCycle - STARTED @9813ms debugFilter
2018-09-24 23:50:43,922 [main] DEBUG FilterHolder - Filter.init ***@8d71a455
2018-09-24 23:50:43,922 [main] DEBUG AbstractLifeCycle - starting sessionValidationFilter
2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isSystemResource==false com.sterlingcommerce.sspgui.web.filter.SSPContentSessionValidationFilter file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/classes/com/sterlingcommerce/sspgui/web/filter/SSPContentSessionValidationFilter.class
2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP webapp loaded class com.sterlingcommerce.sspgui.web.filter.SSPContentSessionValidationFilter
2018-09-24 23:50:43,922 [main] DEBUG BaseHolder - Holding class com.sterlingcommerce.sspgui.web.filter.SSPContentSessionValidationFilter from WebAppClassLoader=***@6f478373
2018-09-24 23:50:43,922 [main] DEBUG AbstractLifeCycle - STARTED @9813ms sessionValidationFilter
2018-09-24 23:50:43,922 [main] DEBUG ClasspathPattern - match interface javax.servlet.http.HttpServletResponse from file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/servlet-api-3.1.jar byName=null byLocation=null in [-org.eclipse.jetty.util.log., -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet, -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty., org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData, -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket., -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt., -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi., -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx., -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isServerClass==false interface javax.servlet.http.HttpServletResponse
2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP parent loaded interface javax.servlet.http.HttpServletResponse
2018-09-24 23:50:43,922 [main] DEBUG FilterHolder - Filter.init ***@ba481913
2018-09-24 23:50:43,922 [main] DEBUG AbstractLifeCycle - starting systemProtectionFilter
2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isSystemResource==false com.sterlingcommerce.sspgui.web.filter.SSPContentWebPagesFilter file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/classes/com/sterlingcommerce/sspgui/web/filter/SSPContentWebPagesFilter.class
2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP webapp loaded class com.sterlingcommerce.sspgui.web.filter.SSPContentWebPagesFilter
2018-09-24 23:50:43,922 [main] DEBUG BaseHolder - Holding class com.sterlingcommerce.sspgui.web.filter.SSPContentWebPagesFilter from WebAppClassLoader=***@6f478373
2018-09-24 23:50:43,922 [main] DEBUG AbstractLifeCycle - STARTED @9813ms systemProtectionFilter
2018-09-24 23:50:43,922 [main] DEBUG FilterHolder - Filter.init ***@6a2cf70f
2018-09-24 23:50:43,922 [main] DEBUG AbstractLifeCycle - starting NonceProtectionFilter
2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isSystemResource==false com.sterlingcommerce.sspgui.web.filter.SSPContentNonceValidationFilter file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/classes/com/sterlingcommerce/sspgui/web/filter/SSPContentNonceValidationFilter.class
2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP webapp loaded class com.sterlingcommerce.sspgui.web.filter.SSPContentNonceValidationFilter
2018-09-24 23:50:43,922 [main] DEBUG BaseHolder - Holding class com.sterlingcommerce.sspgui.web.filter.SSPContentNonceValidationFilter from WebAppClassLoader=***@6f478373
2018-09-24 23:50:43,922 [main] DEBUG AbstractLifeCycle - STARTED @9813ms NonceProtectionFilter
2018-09-24 23:50:43,922 [main] DEBUG FilterHolder - Filter.init ***@58590a1a
2018-09-24 23:50:43,937 [main] DEBUG AbstractLifeCycle - starting ***@22b464fd==com.sterlingcommerce.sspgui.web.servlet.KeepAliveServlet,jsp=null,order=-1,inst=false
2018-09-24 23:50:43,937 [main] DEBUG WebAppContext - isSystemResource==false com.sterlingcommerce.sspgui.web.servlet.KeepAliveServlet file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/classes/com/sterlingcommerce/sspgui/web/servlet/KeepAliveServlet.class
2018-09-24 23:50:43,937 [main] DEBUG ClasspathPattern - match class javax.servlet.http.HttpServlet from file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/servlet-api-3.1.jar byName=null byLocation=null in [-org.eclipse.jetty.util.log., -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet, -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty., org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData, -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket., -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt., -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi., -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx., -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
2018-09-24 23:50:43,937 [main] DEBUG WebAppContext - isServerClass==false class javax.servlet.http.HttpServlet
2018-09-24 23:50:43,937 [main] DEBUG WebAppClassLoader - WAP parent loaded class javax.servlet.http.HttpServlet
2018-09-24 23:50:43,937 [main] DEBUG WebAppClassLoader - WAP webapp loaded class com.sterlingcommerce.sspgui.web.servlet.KeepAliveServlet
2018-09-24 23:50:43,937 [main] DEBUG BaseHolder - Holding class com.sterlingcommerce.sspgui.web.servlet.KeepAliveServlet from WebAppClassLoader=***@6f478373
2018-09-24 23:50:43,937 [main] DEBUG AbstractLifeCycle - STARTED @9828ms ***@22b464fd==com.sterlingcommerce.sspgui.web.servlet.KeepAliveServlet,jsp=null,order=-1,inst=false
2018-09-24 23:50:43,937 [main] DEBUG AbstractLifeCycle - starting ***@a794153b==com.sterlingcommerce.sspgui.web.servlet.LogoutServlet,jsp=null,order=-1,inst=false
2018-09-24 23:50:43,937 [main] DEBUG WebAppContext - isSystemResource==false com.sterlingcommerce.sspgui.web.servlet.LogoutServlet file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/classes/com/sterlingcommerce/sspgui/web/servlet/LogoutServlet.class
2018-09-24 23:50:43,937 [main] DEBUG WebAppClassLoader - WAP webapp loaded class com.sterlingcommerce.sspgui.web.servlet.LogoutServlet
2018-09-24 23:50:43,937 [main] DEBUG BaseHolder - Holding class com.sterlingcommerce.sspgui.web.servlet.LogoutServlet from WebAppClassLoader=***@6f478373
2018-09-24 23:50:43,937 [main] DEBUG AbstractLifeCycle - STARTED @9828ms ***@a794153b==com.sterlingcommerce.sspgui.web.servlet.LogoutServlet,jsp=null,order=-1,inst=false
2018-09-24 23:50:43,937 [main] DEBUG AbstractLifeCycle - starting ***@c40ea71b==com.sterlingcommerce.sspgui.web.util.ContentErrorHandler,jsp=null,order=-1,inst=false
2018-09-24 23:50:43,937 [main] DEBUG WebAppContext - isSystemResource==false com.sterlingcommerce.sspgui.web.util.ContentErrorHandler file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/classes/com/sterlingcommerce/sspgui/web/util/ContentErrorHandler.class
2018-09-24 23:50:43,937 [main] DEBUG WebAppClassLoader - WAP webapp loaded class com.sterlingcommerce.sspgui.web.util.ContentErrorHandler
2018-09-24 23:50:43,937 [main] DEBUG BaseHolder - Holding class com.sterlingcommerce.sspgui.web.util.ContentErrorHandler from WebAppClassLoader=***@6f478373
2018-09-24 23:50:43,937 [main] DEBUG AbstractLifeCycle - STARTED @9828ms ***@c40ea71b==com.sterlingcommerce.sspgui.web.util.ContentErrorHandler,jsp=null,order=-1,inst=false
2018-09-24 23:50:43,937 [main] DEBUG AbstractLifeCycle - starting ***@e45569aa==com.sun.errorhandler.ExceptionHandler,jsp=null,order=-1,inst=false
2018-09-24 23:50:43,937 [main] DEBUG WebAppContext - isSystemResource==false com.sun.errorhandler.ExceptionHandler jar:file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/errorhandler.jar!/com/sun/errorhandler/ExceptionHandler.class
2018-09-24 23:50:43,937 [main] DEBUG WebAppClassLoader - WAP webapp loaded class com.sun.errorhandler.ExceptionHandler
2018-09-24 23:50:43,937 [main] DEBUG BaseHolder - Holding class com.sun.errorhandler.ExceptionHandler from WebAppClassLoader=***@6f478373
2018-09-24 23:50:43,937 [main] DEBUG AbstractLifeCycle - STARTED @9828ms ***@e45569aa==com.sun.errorhandler.ExceptionHandler,jsp=null,order=-1,inst=false
2018-09-24 23:50:43,937 [main] DEBUG AbstractLifeCycle - starting ***@5aa2e45c==com.sun.rave.web.ui.theme.ThemeServlet,jsp=null,order=-1,inst=false
2018-09-24 23:50:43,937 [main] DEBUG WebAppContext - isSystemResource==false com.sun.rave.web.ui.theme.ThemeServlet jar:file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/webui.jar!/com/sun/rave/web/ui/theme/ThemeServlet.class
2018-09-24 23:50:43,937 [main] DEBUG WebAppClassLoader - WAP webapp loaded class com.sun.rave.web.ui.theme.ThemeServlet
2018-09-24 23:50:43,937 [main] DEBUG BaseHolder - Holding class com.sun.rave.web.ui.theme.ThemeServlet from WebAppClassLoader=***@6f478373
2018-09-24 23:50:43,937 [main] DEBUG AbstractLifeCycle - STARTED @9828ms ***@5aa2e45c==com.sun.rave.web.ui.theme.ThemeServlet,jsp=null,order=-1,inst=false
2018-09-24 23:50:43,937 [main] DEBUG AbstractLifeCycle - starting ***@19c47==org.eclipse.jetty.jsp.JettyJspServlet,jsp=null,order=0,inst=false
2018-09-24 23:50:43,937 [main] DEBUG WebAppContext - isServerClass==false class org.eclipse.jetty.jsp.JettyJspServlet
2018-09-24 23:50:43,937 [main] DEBUG WebAppClassLoader - WAP parent loaded class org.eclipse.jetty.jsp.JettyJspServlet
2018-09-24 23:50:43,937 [main] DEBUG BaseHolder - Holding class org.eclipse.jetty.jsp.JettyJspServlet from sun.misc.Launcher$***@ef738a93
2018-09-24 23:50:43,937 [main] DEBUG AbstractLifeCycle - STARTED @9828ms ***@19c47==org.eclipse.jetty.jsp.JettyJspServlet,jsp=null,order=0,inst=false
2018-09-24 23:50:44,078 [main] DEBUG ClasspathPattern - match interface org.apache.tomcat.InstanceManager from file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.mortbay.jasper.apache-jsp-8.5.24.2.jar byName=null byLocation=null in [-org.eclipse.jetty.util.log., -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet, -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty., org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData, -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket., -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt., -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi., -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx., -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
2018-09-24 23:50:44,078 [main] DEBUG WebAppContext - isServerClass==false interface org.apache.tomcat.InstanceManager
2018-09-24 23:50:44,078 [main] DEBUG WebAppClassLoader - WAP parent loaded interface org.apache.tomcat.InstanceManager
2018-09-24 23:50:44,078 [main] DEBUG ServletHolder - Apache jasper detected
2018-09-24 23:50:44,078 [main] DEBUG ServletHolder - Servlet.init ***@7eefcc07 for jsp
2018-09-24 23:50:44,078 [main] DEBUG AbstractLifeCycle - starting ***@5c13d641==org.eclipse.jetty.servlet.DefaultServlet,jsp=null,order=0,inst=false
2018-09-24 23:50:44,078 [main] DEBUG WebAppContext - isServerClass==false class org.eclipse.jetty.servlet.DefaultServlet
2018-09-24 23:50:44,078 [main] DEBUG WebAppClassLoader - WAP parent loaded class org.eclipse.jetty.servlet.DefaultServlet
2018-09-24 23:50:44,078 [main] DEBUG BaseHolder - Holding class org.eclipse.jetty.servlet.DefaultServlet from sun.misc.Launcher$***@ef738a93
2018-09-24 23:50:44,078 [main] DEBUG AbstractLifeCycle - STARTED @9969ms ***@5c13d641==org.eclipse.jetty.servlet.DefaultServlet,jsp=null,order=0,inst=false
2018-09-24 23:50:44,093 [main] DEBUG ServletHolder - Servlet.init ***@6fa5b52b for default
2018-09-24 23:50:44,093 [main] DEBUG DefaultServlet - resource base = null
2018-09-24 23:50:44,093 [main] DEBUG AbstractLifeCycle - starting Faces ***@87ee159b==com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet,jsp=null,order=1,inst=false
2018-09-24 23:50:44,093 [main] DEBUG WebAppContext - isSystemResource==false com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/classes/com/sterlingcommerce/sspgui/web/servlet/SSPContentFacesServlet.class
2018-09-24 23:50:44,093 [main] DEBUG WebAppClassLoader - WAP webapp loaded class com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet
2018-09-24 23:50:44,093 [main] DEBUG BaseHolder - Holding class com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet from WebAppClassLoader=***@6f478373
2018-09-24 23:50:44,093 [main] DEBUG AbstractLifeCycle - STARTED @9984ms Faces ***@87ee159b==com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet,jsp=null,order=1,inst=false
2018-09-24 23:50:44,093 [main] DEBUG ClasspathPattern - match interface javax.servlet.ServletConfig from file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/servlet-api-3.1.jar byName=null byLocation=null in [-org.eclipse.jetty.util.log., -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet, -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty., org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData, -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket., -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt., -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi., -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx., -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
2018-09-24 23:50:44,093 [main] DEBUG WebAppContext - isServerClass==false interface javax.servlet.ServletConfig
2018-09-24 23:50:44,093 [main] DEBUG WebAppClassLoader - WAP parent loaded interface javax.servlet.ServletConfig
2018-09-24 23:50:44,093 [main] DEBUG WebAppContext - isSystemResource==false com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet$ExceptionType file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/classes/com/sterlingcommerce/sspgui/web/servlet/SSPContentFacesServlet$ExceptionType.class
2018-09-24 23:50:44,093 [main] DEBUG WebAppClassLoader - WAP webapp loaded class com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet$ExceptionType
2018-09-24 23:50:44,093 [main] DEBUG WebAppContext - isSystemResource==true javax.faces.webapp.FacesServlet jar:file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/jsf-api.jar!/javax/faces/webapp/FacesServlet.class
2018-09-24 23:50:44,093 [main] DEBUG ClasspathPattern - match class javax.faces.webapp.FacesServlet from file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jsf-api.jar byName=null byLocation=null in [-org.eclipse.jetty.util.log., -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet, -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty., org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData, -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket., -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt., -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi., -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx., -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
2018-09-24 23:50:44,093 [main] DEBUG WebAppContext - isServerClass==false class javax.faces.webapp.FacesServlet
2018-09-24 23:50:44,093 [main] DEBUG WebAppClassLoader - WAP parent loaded class javax.faces.webapp.FacesServlet
2018-09-24 23:50:44,093 [main] DEBUG ServletHolder - Servlet.init ***@67c09f68 for Faces Servlet
2018-09-24 23:50:44,109 [main] DEBUG WebAppContext - isSystemResource==false com.sterlingcommerce.csp.gui.web.utils.SSPGUILog4jInitializer jar:file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/WebUIUtils.jar!/com/sterlingcommerce/csp/gui/web/utils/SSPGUILog4jInitializer.class
2018-09-24 23:50:44,109 [main] DEBUG WebAppClassLoader - WAP webapp loaded class com.sterlingcommerce.csp.gui.web.utils.SSPGUILog4jInitializer
2018-09-24 23:50:44,109 [main] INFO ContextHandler - Started o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}
2018-09-24 23:50:44,109 [main] DEBUG WebAppContext - postConfigure o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf} with ***@9f3774af
2018-09-24 23:50:44,109 [main] DEBUG WebAppContext - postConfigure o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf} with ***@b9c5e3f0
2018-09-24 23:50:44,109 [main] DEBUG WebAppContext - postConfigure o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf} with ***@97b8f23a
2018-09-24 23:50:44,109 [main] DEBUG WebAppContext - postConfigure o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf} with ***@680608a9
2018-09-24 23:50:44,109 [main] DEBUG WebAppContext - postConfigure o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf} with ***@8e02e379
2018-09-24 23:50:44,109 [main] DEBUG WebAppContext - postConfigure o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf} with ***@17b5410e
2018-09-24 23:50:44,109 [main] DEBUG AbstractLifeCycle - STARTED @10000ms o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}
2018-09-24 23:50:44,109 [main] DEBUG AbstractLifeCycle - starting o.e.j.w.WebAppContext@-7275f62c{SSPDashboard,/SSPDashboard,null,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SSPDashboard}
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractHandler - stopping o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@c6955689
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@c6955689
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@dd2a8135
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractHandler - stopping ***@dd2a8135
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@dd2a8135
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping org.eclipse.jetty.server.session.SessionHandler-121859204==dftMaxIdleSec=1800
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@f49b0437[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false]
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@b2b25ad1[passivating=false,graceSec=3600]
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@b2b25ad1[passivating=false,graceSec=3600]
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@f49b0437[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false]
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractHandler - stopping org.eclipse.jetty.server.session.SessionHandler-121859204==dftMaxIdleSec=1800
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@c2e4eac3
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractHandler - stopping ***@c2e4eac3
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@756a145a
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractHandler - stopping ***@756a145a
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@2cd92532
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@2cd92532
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@6a954ad4
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@6a954ad4
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@22b464fd==com.sterlingcommerce.sspgui.web.servlet.KeepAliveServlet,jsp=null,order=-1,inst=false
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@22b464fd==com.sterlingcommerce.sspgui.web.servlet.KeepAliveServlet,jsp=null,order=-1,inst=false
2018-09-24 23:50:44,109 [main] DEBUG WebAppContext - Thread Context classloader WebAppClassLoader=***@4c46dc3e
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@c40ea71b==com.sterlingcommerce.sspgui.web.util.ContentErrorHandler,jsp=null,order=-1,inst=false
2018-09-24 23:50:44,109 [main] DEBUG WebAppContext - Parent class loader: sun.misc.Launcher$***@ef738a93
2018-09-24 23:50:44,109 [main] DEBUG WebAppContext - Parent class loader: sun.misc.Launcher$***@a33e7628
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@c40ea71b==com.sterlingcommerce.sspgui.web.util.ContentErrorHandler,jsp=null,order=-1,inst=false
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@a794153b==com.sterlingcommerce.sspgui.web.servlet.LogoutServlet,jsp=null,order=-1,inst=false
2018-09-24 23:50:44,109 [main] DEBUG WebAppContext - preConfigure o.e.j.w.WebAppContext@-7275f62c{SSPDashboard,/SSPDashboard,null,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SSPDashboard} with ***@5a00079a
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@a794153b==com.sterlingcommerce.sspgui.web.servlet.LogoutServlet,jsp=null,order=-1,inst=false
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@5aa2e45c==com.sun.rave.web.ui.theme.ThemeServlet,jsp=null,order=-1,inst=false
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@5aa2e45c==com.sun.rave.web.ui.theme.ThemeServlet,jsp=null,order=-1,inst=false
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@e45569aa==com.sun.errorhandler.ExceptionHandler,jsp=null,order=-1,inst=false
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@e45569aa==com.sun.errorhandler.ExceptionHandler,jsp=null,order=-1,inst=false
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping Faces ***@87ee159b==com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet,jsp=null,order=1,inst=true
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED Faces ***@87ee159b==com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet,jsp=null,order=1,inst=false
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping NonceProtectionFilter
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED NonceProtectionFilter
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping systemProtectionFilter
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED systemProtectionFilter
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping sessionValidationFilter
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED sessionValidationFilter
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping debugFilter
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED debugFilter
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping UploadFilter
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED UploadFilter
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@6c38be1b
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@6c38be1b
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@19c47==org.eclipse.jetty.jsp.JettyJspServlet,jsp=null,order=0,inst=true
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@19c47==org.eclipse.jetty.jsp.JettyJspServlet,jsp=null,order=0,inst=false
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@5c13d641==org.eclipse.jetty.servlet.DefaultServlet,jsp=null,order=0,inst=true
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@5c13d641==org.eclipse.jetty.servlet.DefaultServlet,jsp=null,order=0,inst=false
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@d91c4482
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@d91c4482
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@9910592e
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@9910592e
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@756a145a
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@c2e4eac3
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED org.eclipse.jetty.server.session.SessionHandler-121859204==dftMaxIdleSec=1800
2018-09-24 23:50:44,109 [Scanner-0] DEBUG ContextHandler - contextDestroyed: javax.servlet.ServletContextEvent[source=***@o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}]->***@5534a564
2018-09-24 23:50:44,109 [Scanner-0] DEBUG ConfigureListener - contextDestroyed(SspJsf)
2018-09-24 23:50:44,109 [Scanner-0] DEBUG ContextHandler - contextDestroyed: javax.servlet.ServletContextEvent[source=***@o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}]->***@9351a429
2018-09-24 23:50:44,109 [Scanner-0] DEBUG ContextHandler - contextDestroyed: javax.servlet.ServletContextEvent[source=***@o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}]->***@52d0cbd3
2018-09-24 23:50:44,109 [Scanner-0] DEBUG ConfigureListener - contextDestroyed(SspJsf)
2018-09-24 23:50:44,109 [Scanner-0] DEBUG ContextHandler - contextDestroyed: javax.servlet.ServletContextEvent[source=***@o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}]->***@1a02ebe8
2018-09-24 23:50:44,109 [Scanner-0] DEBUG ContextHandler - contextDestroyed: javax.servlet.ServletContextEvent[source=***@o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}]->***@d0cbeb8c
2018-09-24 23:50:44,109 [Scanner-0] DEBUG ClasspathPattern - match class javax.el.BeanELResolver from file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.mortbay.jasper.apache-el-8.5.24.2.jar byName=null byLocation=null in [-org.eclipse.jetty.util.log., -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet, -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty., org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData, -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket., -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt., -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi., -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx., -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
2018-09-24 23:50:44,109 [Scanner-0] DEBUG WebAppContext - isServerClass==false class javax.el.BeanELResolver
2018-09-24 23:50:44,109 [Scanner-0] DEBUG WebAppClassLoader - WAP parent loaded class javax.el.BeanELResolver
2018-09-24 23:50:44,109 [Scanner-0] DEBUG ELContextCleaner - Not cleaning cached beans: no such field javax.el.BeanELResolver.properties
2018-09-24 23:50:44,109 [main] DEBUG WebInfConfiguration - Try webapp=file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/, exists=true, directory=true file=C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SSPDashboard
2018-09-24 23:50:44,109 [main] DEBUG WebInfConfiguration - webapp=file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/
2018-09-24 23:50:44,109 [main] DEBUG WebInfConfiguration - Matching container urls [file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/sspconfig.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/accepter.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/authentication.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/componentCommon.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/configurator.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/haas.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/hadrian-client.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/hadrian-common.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/hadrian-gui.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/persistence.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/sspconfig.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/activemq-client-5.11.1.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/alloy.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/alpn-api-1.1.3.v20160715.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/asm-6.2.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/asm-commons-6.2.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/castor-1.3.3-anttasks.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/castor-1.3.3-codegen.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/castor-1.3.3-core.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/castor-1.3.3-ddlgen.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/castor-1.3.3-jdo.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/castor-1.3.3-xml-schema.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/castor-1.3.3-xml.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/castor-1.3.3.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/cdi-2-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/cdi-core-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/cdi-servlet-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/CL3Export.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/CL3Nonexport.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/com.ibm.mq.headers.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/com.ibm.mq.jmqi.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/com.ibm.mqjms.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-beanutils-core.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-beanutils.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-cli-1.2.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-codec-1.6.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-codec.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-collections-3.2.2.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-digester.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-fileupload-1.3.3.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-httpclient-3.1.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-io-2.4.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-logging-1.1.1.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-logging-api.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-logging.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/concurrent.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/dhbcore.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/fluent-hc-4.2.5.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/geronimo-j2ee-management_1.1_spec-1.0.1.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/geronimo-jms_1.1_spec-1.1.1.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/help-4_2-ehelp-integration.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/help-demo.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/help-indexer.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/help-share.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/help-wizard.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/help4.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/hivemind-1.1.1.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/hivemind-jmx-1.1.1.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/hivemind-lib-1.1.1.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/httpclient-4.2.5.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/httpclient-cache-4.2.5.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/httpcore-4.2.4.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/httpmime-4.2.5.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/ibmpkcs.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jackson-core-asl-1.9.2.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jackson-jaxrs-1.9.2.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jackson-mapper-asl-1.9.2.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jackson-xc-1.9.2.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jakarta-oro-2.0.8.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/javassist.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/javax.annotation-api-1.2.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jcl-over-slf4j-1.7.5.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jdom.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jersey-client-1.16.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jersey-core-1.16.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jersey-json-1.16.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jersey-server-1.16.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jersey-servlet-1.16.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jettison-1.1.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-annotations-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-client-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-continuation-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-deploy-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-http-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-io-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-jaas-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-jaspi-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-jmx-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-jndi-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-memcached-sessions-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-nosql-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-plus-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-quickstart-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-rewrite-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-schemas-3.1.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-security-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-server-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-servlet-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-servlets-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-unixsocket-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-util-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-webapp-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-xml-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jewt.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jms.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jndi.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jsf-api.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jsf-impl.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jsfcl.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jsr311-api-1.1.1.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jstl.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/junit.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jzlib-1.1.2.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/log4j-1.2-api-2.8.2.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/log4j-api-2.8.2.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/log4j-core-2.8.2.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/log4j-slf4j-impl-2.8.2.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/maverick-legacy-common-1.1.11.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/maverick-legacy-common-1.1.13.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/maverick-legacy-common-1.1.20.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/maverick-legacy-server-1.6.27-no-common.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/maverick-legacy-server-1.6.30-no-common.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/maverick-legacy-server-1.6.41-no-common.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/nekohtml.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/not-yet-commons-ssl-0.3.15.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/ohj-jewt.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/ohj.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/oracle_ice.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/oracle_ice5.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-spec-1.2.5.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.eclipse.jdt.ecj-3.12.3.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.eclipse.jetty.apache-jsp-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.mortbay.jasper.apache-el-8.5.24.2.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.mortbay.jasper.apache-jsp-8.5.24.2.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/PD.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/pnuts.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/rmm.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/serializer.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/servlet-api-3.1.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/share.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/slf4j-api-1.7.5.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/TableLayout.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/wizard-ewt.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/xalan.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/xercesImpl.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/xml-apis.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/conf/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/access-bridge-64.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/cldrdata.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/CmpCrmf.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/commons-ssl.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/dnsns.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/dtfj.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/dtfjview.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/gskikm.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/healthcenter.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/ibmcac.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/ibmcmsprovider.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/ibmjcefips.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/ibmjceplus.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/ibmjceprovider.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/ibmkeycert.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/ibmpemkeystore.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/ibmpkcs11impl.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/ibmsaslprovider.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/IBMSecureRandom.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/ibmxmlcrypto.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/ibmxmldsigprovider.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/ibmxmlencprovider.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/jaccess.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/localedata.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/nashorn.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/traceformat.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/xmlencfw.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/zipfs.jar]
2018-09-24 23:50:44,109 [Scanner-0] INFO ContextHandler - Stopped o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,null,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,null,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}
2018-09-24 23:50:44,109 [Scanner-0] DEBUG DeploymentManager - Executing Node Node[deployed]
2018-09-24 23:50:44,109 [Scanner-0] DEBUG DeploymentManager - Executing Node Node[undeploying]
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AppLifeCycle - Calling org.eclipse.jetty.deploy.bindings.StandardUndeployer for App[o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,null,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf},C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf]
2018-09-24 23:50:44,109 [Scanner-0] DEBUG StandardUndeployer - Child handler o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,null,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}
2018-09-24 23:50:44,109 [Scanner-0] DEBUG StandardUndeployer - Removing handler o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,null,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}
2018-09-24 23:50:44,109 [Scanner-0] DEBUG StandardUndeployer - After removal: 1 (originally 2)
2018-09-24 23:50:44,109 [Scanner-0] DEBUG StandardUndeployer - Child handler o.e.j.w.WebAppContext@-7275f62c{SSPDashboard,/SSPDashboard,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SSPDashboard}
2018-09-24 23:50:44,109 [Scanner-0] DEBUG DeploymentManager - Executing Node Node[undeployed]
2018-09-24 23:50:44,109 [Scanner-0] DEBUG DeploymentManager - Deployable removed: App[o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,null,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf},C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf]
2018-09-24 23:50:44,109 [Scanner-0] DEBUG DeploymentManager - Deployable added: C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf
2018-09-24 23:50:44,109 [Scanner-0] DEBUG DeploymentManager - Executing Node Node[deploying]
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AppLifeCycle - Calling org.eclipse.jetty.deploy.bindings.StandardDeployer for App[null,C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf]
2018-09-24 23:50:44,125 [Scanner-0] DEBUG DecoratedObjectFactory - Adding Decorator: ***@37b89722
2018-09-24 23:50:44,125 [Scanner-0] DEBUG ContainerLifeCycle - ***@4e01db3f{/,null,UNAVAILABLE} added {org.eclipse.jetty.server.session.SessionHandler-1796122646==dftMaxIdleSec=-1,MANAGED}
2018-09-24 23:50:44,125 [Scanner-0] DEBUG ContainerLifeCycle - ***@ca752c56 added {***@488fab1d,POJO}
2018-09-24 23:50:44,125 [Scanner-0] DEBUG ContainerLifeCycle - org.eclipse.jetty.server.session.SessionHandler-1796122646==dftMaxIdleSec=-1 added {***@ca752c56,MANAGED}
2018-09-24 23:50:44,125 [Scanner-0] DEBUG ContainerLifeCycle - ***@ca752c56 added {***@8f46bf49,MANAGED}
2018-09-24 23:50:44,125 [Scanner-0] DEBUG ContainerLifeCycle - ***@4e01db3f{/,null,UNAVAILABLE} added {***@f6561d65,MANAGED}
2018-09-24 23:50:44,125 [Scanner-0] DEBUG AbstractLifeCycle - starting ***@4e01db3f{SspJsf,/SspJsf,null,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}
2018-09-24 23:50:44,125 [Scanner-0] DEBUG WebAppContext - Thread Context classloader WebAppClassLoader=***@ffffffff81421ca7
2018-09-24 23:50:44,125 [Scanner-0] DEBUG WebAppContext - Parent class loader: sun.misc.Launcher$***@ef738a93
2018-09-24 23:50:44,125 [Scanner-0] DEBUG WebAppContext - Parent class loader: sun.misc.Launcher$***@a33e7628
2018-09-24 23:50:44,125 [Scanner-0] DEBUG WebAppContext - preConfigure ***@4e01db3f{SspJsf,/SspJsf,null,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf} with ***@bfca4318

From: jetty-users-***@eclipse.org [mailto:jetty-users-***@eclipse.org] On Behalf Of Jan Bartel
Sent: Monday, September 24, 2018 7:00 PM
To: JETTY user mailing list <jetty-***@eclipse.org>
Subject: Re: [jetty-users] Issues with jetty-9.4.11 running JSTL.jar

** This mail has been sent from an external source **

sspcmrest:
Get rid of servlet-api.jar in WEB-INF/lib. webapps cannot override javax classes.

SspJsf:
Get rid of these jars in WEB-INF/lib, they should be on the container classpath (double check you are using the correct versions of these jars with the version of the distro of jetty you're targetting):
file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar
file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-standard-spec-1.2.5.jar
file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.eclipse.jdt.ecj-3.12.3.jar
file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.eclipse.jetty.apache-jsp-9.4.11.v20180605.jar
file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.mortbay.jasper.apache-el-8.5.24.2.jar
file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.mortbay.jasper.apache-jsp-8.5.24.2.jar
file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/jstl.jar

You can also see from the dump that all of your webapps except for the Dashboard are marked as UNAVAILABLE, meaning they didn't start properly. There should be some exceptions and WARNings in your log output.

Jan

On 25 September 2018 at 03:33, Joakim Erdfelt <***@webtide.com<mailto:***@webtide.com>> wrote:
Also of note on your dump.

You have far too many jetty dependencies/jars, there's no way you are possibly using all of those dependencies. (some in direct conflict with each other)
Consider pruning down to only what you need/use.

Also, since you are using the IBM JVM, be aware that it's lack of use of the TLS RFC Cipher Suite names means you will not have full SSL/TLS support out of the box correctly.
You have to heavily tweak the SslContextFactory and it's includes/excludes to conform to the non-standard Cipher Suite naming that IBM is still using.
If you have a service contract with IBM, ask them to support the registered RFC Cipher Suite names out of the box with their SSLEngine.getSupportedCipherSuites()!!
(Note: we are not the only library you will have issues with this antiquated decision of IBM)

Joakim Erdfelt / ***@webtide.com<mailto:***@webtide.com>


On Mon, Sep 24, 2018 at 12:27 PM Joakim Erdfelt <***@webtide.com<mailto:***@webtide.com>> wrote:
Since you are not running Maven, it will be difficult for me to resolve things and tell you where the problem is.

Can you run the following code once with your Server classpath/classloader, and once again from within your webapp classloader?

https://gist.github.com/joakime/e6caf36ff30c48248e313440cae20495

package cloader;

import java.net.URL;
import java.util.Enumeration;

public class WhereIsThisComingFrom
{
public static void main(String[] args)
{
ClassLoader cl = Thread.currentThread().getContextClassLoader();

locate(cl, "org/apache/juli/logging/Log.class");
locate(cl, "org/eclipse/jetty/apache/jsp/JuliLog.class");
}

public static void locate(ClassLoader cl, Class<?> clazz)
{
String classAsResource = clazz.getName().replace('.', '/') + ".class";
locate(cl, classAsResource);
}

public static void locate(ClassLoader cl, String resourceName)
{
try
{
Enumeration<URL> urls = cl.getResources(resourceName);
System.out.printf("Looking for: %s%n", resourceName);
while (urls.hasMoreElements())
{
URL url = urls.nextElement();
System.out.printf(" - Found: %s%n", url.toExternalForm());
}
}
catch (Throwable t)
{
System.out.printf("Whoops: cannot locate: %s%n", resourceName);
t.printStackTrace();
}
}
}


Joakim Erdfelt / ***@webtide.com<mailto:***@webtide.com>


On Mon, Sep 24, 2018 at 12:00 PM Eze Ikonne <***@aricent.com<mailto:***@aricent.com>> wrote:
Hi Joakim,

I could not provide you with the Maven dependency tree because the app is built with the ant build process and when I ran the mvn dependency tree option I got some exceptions. Nonetheless, here is the runtime dependency map generated by
server.setDumpAfterStart(true);. Upgrading to jetty-9.4.11 has proven to be a tough one for me; in the previous versions of jetty, I just drop these same war files and with minor tweak I was back in business, I am really sweating this one. Any insight will be much appreciated. Please see the runtime dependency map below.

SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/log4j-slf4j-impl-2.8.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [org.apache.logging.slf4j.Log4jLoggerFactory]
***@cde4d61a[9.4.11.v20180605<mailto:***@cde4d61a[9.4.11.v20180605>] - STARTING
+= QueuedThreadPool[qtp-1105532647]@be1ae919{STARTED,8<=14<=500,i=10,q=0}[***@8cf474a1{s=0/6,p=0}] - STARTED
| += ***@8cf474a1{s=0/6,p=0} - STARTED
| +> 36 qtp-1105532647-36 IDLE TIMED_WAITING @ sun.misc.Unsafe.park(Native Method)
| +> 31 qtp-1105532647-31 IDLE TIMED_WAITING @ sun.misc.Unsafe.park(Native Method)
| +> 34 qtp-1105532647-34 IDLE TIMED_WAITING @ sun.misc.Unsafe.park(Native Method)
| +> 39 qtp-1105532647-39 IDLE TIMED_WAITING @ sun.misc.Unsafe.park(Native Method)
| +> 25 qtp-1105532647-25 SELECTING RUNNABLE @ sun.nio.ch<http://sun.nio.ch>.WindowsSelectorImpl$SubSelector.poll0(Native Method)
| +> 24 qtp-1105532647-24 IDLE TIMED_WAITING @ sun.misc.Unsafe.park(Native Method)
| +> 38 qtp-1105532647-38 IDLE TIMED_WAITING @ sun.misc.Unsafe.park(Native Method)
| +> 28 qtp-1105532647-28-acceptor-***@7e513b06-***@9ee2ab19{SSL,[ssl, http/1.1]}{localhost:7777} ACCEPTING RUNNABLE @ sun.nio.ch<http://sun.nio.ch>.ServerSocketChannelImpl.accept0(Native Method) prio=3
| +> 37 qtp-1105532647-37 SELECTING RUNNABLE @ sun.nio.ch<http://sun.nio.ch>.WindowsSelectorImpl$SubSelector.poll0(Native Method)
| +> 27 qtp-1105532647-27 IDLE TIMED_WAITING @ sun.misc.Unsafe.park(Native Method)
| +> 26 qtp-1105532647-26 IDLE TIMED_WAITING @ sun.misc.Unsafe.park(Native Method)
| +> 30 qtp-1105532647-30 SELECTING RUNNABLE @ sun.nio.ch<http://sun.nio.ch>.WindowsSelectorImpl$SubSelector.poll0(Native Method)
| +> 35 qtp-1105532647-35 IDLE TIMED_WAITING @ sun.misc.Unsafe.park(Native Method)
| +> 29 qtp-1105532647-29 IDLE TIMED_WAITING @ sun.misc.Unsafe.park(Native Method)
| +> jobs - size=0
+= ***@f11886e2<mailto:***@f11886e2> - STARTED
| +- sun.misc.Unsafe.park(Native Method)
| +- java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
| +- java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2089)
| +- java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1104)
| +- java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:820)
| +- java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1085)
| +- java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
| +- java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
| +- java.lang.Thread.run(Thread.java:811)
+= ***@9ee2ab19{SSL,[ssl, http/1.1]}{localhost:7777} - STARTED
| +~ ***@cde4d61a[9.4.11.v20180605<mailto:***@cde4d61a[9.4.11.v20180605>] - STARTING
| +~ QueuedThreadPool[qtp-1105532647]@be1ae919{STARTED,8<=14<=500,i=10,q=0}[***@8cf474a1{s=0/6,p=0}] - STARTED
| +~ ***@f11886e2<mailto:***@f11886e2> - STARTED
| +- org.eclipse.jetty.io<http://org.eclipse.jetty.io>***@158bc3ea
| += ***@ff1d07c3{SSL->HTTP/1.1}<mailto:***@ff1d07c3%7bSSL-%3eHTTP/1.1%7d> - STARTED
| | += ***@126d3057[provider=null,keyStore=file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/conf/system/cmkeystore,trustStore=file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/conf/system/cmtruststore] trustAll=false
| | +- Protocol Selections
| | | +- Enabled (size=3)
| | | | +- TLSv1
| | | | +- TLSv1.1
| | | | +- TLSv1.2
| | | +- Disabled (size=0)
| | +- Cipher Suite Selections
| | +- Enabled (size=29)
| | | +- SSL_DHE_DSS_WITH_AES_128_CBC_SHA256
| | | +- SSL_DHE_DSS_WITH_AES_128_GCM_SHA256
| | | +- SSL_DHE_DSS_WITH_AES_256_CBC_SHA256
| | | +- SSL_DHE_DSS_WITH_AES_256_GCM_SHA384
| | | +- SSL_DHE_RSA_WITH_AES_128_CBC_SHA256
| | | +- SSL_DHE_RSA_WITH_AES_128_GCM_SHA256
| | | +- SSL_DHE_RSA_WITH_AES_256_CBC_SHA256
| | | +- SSL_DHE_RSA_WITH_AES_256_GCM_SHA384
| | | +- SSL_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256
| | | +- SSL_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
| | | +- SSL_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384
| | | +- SSL_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384
| | | +- SSL_ECDHE_RSA_WITH_AES_128_CBC_SHA256
| | | +- SSL_ECDHE_RSA_WITH_AES_128_GCM_SHA256
| | | +- SSL_ECDHE_RSA_WITH_AES_256_CBC_SHA384
| | | +- SSL_ECDHE_RSA_WITH_AES_256_GCM_SHA384
| | | +- SSL_ECDH_ECDSA_WITH_AES_128_CBC_SHA256
| | | +- SSL_ECDH_ECDSA_WITH_AES_128_GCM_SHA256
| | | +- SSL_ECDH_ECDSA_WITH_AES_256_CBC_SHA384
| | | +- SSL_ECDH_ECDSA_WITH_AES_256_GCM_SHA384
| | | +- SSL_ECDH_RSA_WITH_AES_128_CBC_SHA256
| | | +- SSL_ECDH_RSA_WITH_AES_128_GCM_SHA256
| | | +- SSL_ECDH_RSA_WITH_AES_256_CBC_SHA384
| | | +- SSL_ECDH_RSA_WITH_AES_256_GCM_SHA384
| | | +- SSL_RSA_WITH_AES_128_CBC_SHA256
| | | +- SSL_RSA_WITH_AES_128_GCM_SHA256
| | | +- SSL_RSA_WITH_AES_256_CBC_SHA256
| | | +- SSL_RSA_WITH_AES_256_GCM_SHA384
| | | +- TLS_EMPTY_RENEGOTIATION_INFO_SCSV
| | +- Disabled (size=43)
| | +- SSL_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA - JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_DHE_DSS_WITH_AES_128_CBC_SHA - ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_DHE_DSS_WITH_AES_256_CBC_SHA - ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_DHE_DSS_WITH_DES_CBC_SHA - JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA - JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_DHE_RSA_WITH_AES_128_CBC_SHA - ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_DHE_RSA_WITH_AES_256_CBC_SHA - ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_DHE_RSA_WITH_DES_CBC_SHA - JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_DH_anon_EXPORT_WITH_DES40_CBC_SHA - JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_DH_anon_WITH_AES_128_CBC_SHA - JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_DH_anon_WITH_AES_128_CBC_SHA256 - JreDisabled:java.security
| | +- SSL_DH_anon_WITH_AES_128_GCM_SHA256 - JreDisabled:java.security
| | +- SSL_DH_anon_WITH_AES_256_CBC_SHA - JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_DH_anon_WITH_AES_256_CBC_SHA256 - JreDisabled:java.security
| | +- SSL_DH_anon_WITH_AES_256_GCM_SHA384 - JreDisabled:java.security
| | +- SSL_DH_anon_WITH_DES_CBC_SHA - JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_ECDHE_ECDSA_WITH_AES_128_CBC_SHA - ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_ECDHE_ECDSA_WITH_AES_256_CBC_SHA - ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_ECDHE_ECDSA_WITH_NULL_SHA - JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_ECDHE_RSA_WITH_AES_128_CBC_SHA - ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_ECDHE_RSA_WITH_AES_256_CBC_SHA - ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_ECDHE_RSA_WITH_NULL_SHA - JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_ECDH_ECDSA_WITH_AES_128_CBC_SHA - ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_ECDH_ECDSA_WITH_AES_256_CBC_SHA - ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_ECDH_ECDSA_WITH_NULL_SHA - JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_ECDH_RSA_WITH_AES_128_CBC_SHA - ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_ECDH_RSA_WITH_AES_256_CBC_SHA - ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_ECDH_RSA_WITH_NULL_SHA - JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_ECDH_anon_WITH_AES_128_CBC_SHA - JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_ECDH_anon_WITH_AES_256_CBC_SHA - JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_ECDH_anon_WITH_NULL_SHA - JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_KRB5_EXPORT_WITH_DES_CBC_40_MD5 - JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_KRB5_EXPORT_WITH_DES_CBC_40_SHA - JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_KRB5_WITH_DES_CBC_MD5 - JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_KRB5_WITH_DES_CBC_SHA - JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_RSA_EXPORT_WITH_DES40_CBC_SHA - JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_RSA_FIPS_WITH_DES_CBC_SHA - JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_RSA_WITH_AES_128_CBC_SHA - ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_RSA_WITH_AES_256_CBC_SHA - ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_RSA_WITH_DES_CBC_SHA - JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_RSA_WITH_NULL_MD5 - JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_RSA_WITH_NULL_SHA - JreDisabled:java.security, ConfigExcluded:'^.*_(MD5|SHA|SHA1)$'
| | +- SSL_RSA_WITH_NULL_SHA256 - JreDisabled:java.security
| += ***@44f9bc4c[HTTP/1.1<mailto:***@44f9bc4c[HTTP/1.1>] - STARTED
| | +- ***@cc1f7d1a{32768/8192,8192/8192,https://:0,[]}
| += ***@ServerConnector@9ee2ab19{SSL,[ssl, http/1.1]}{localhost:7777} - STARTED
| | += org.eclipse.jetty.io<http://org.eclipse.jetty.io>***@1105a48e id=0 keys=0 selected=0 updates=0 - STARTED
| | | += ***@ee173ea5/***@67f3b096/PRODUCING/p=false/QueuedThreadPool[qtp-1105532647]@be1ae919{STARTED,8<=14<=500,i=10,q=0}[***@8cf474a1{s=0/6,p=0}][pc=0,pic=0,pec=0,epc=0]@2018-09-24T12:39:22.824-04:00<mailto:***@ee173ea5/***@67f3b096/PRODUCING/p=false/QueuedThreadPool%5bqtp-1105532647%***@be1ae919%7bSTARTED,8%3c=14%3c=500,i=10,q=0%7d%***@8cf474a1%7bs=0/6,p=0%7d%5d%5bpc=0,pic=0,pec=0,epc=0%***@2018-09-24T12:39:22.824-04:00> - STARTED
| | | | +- ***@67f3b096
| | | | +~ QueuedThreadPool[qtp-1105532647]@be1ae919{STARTED,8<=14<=500,i=10,q=0}[***@8cf474a1{s=0/6,p=0}] - STARTED
| | | +> updates @ 2018-09-24T12:39:22.823-04:00
| | | +> keys @ 2018-09-24T12:39:22.824-04:00
| | | +- sun.nio.ch<http://sun.nio.ch>***@89ba0ea1 keys=0
| | += org.eclipse.jetty.io<http://org.eclipse.jetty.io>***@77b6d84c id=1 keys=0 selected=0 updates=0 - STARTED
| | | += ***@a234a9b8/***@ca7b7109/PRODUCING/p=false/QueuedThreadPool[qtp-1105532647]@be1ae919{STARTED,8<=14<=500,i=10,q=0}[***@8cf474a1{s=0/6,p=0}][pc=0,pic=0,pec=0,epc=0]@2018-09-24T12:39:22.825-04:00<mailto:***@a234a9b8/***@ca7b7109/PRODUCING/p=false/QueuedThreadPool%5bqtp-1105532647%***@be1ae919%7bSTARTED,8%3c=14%3c=500,i=10,q=0%7d%***@8cf474a1%7bs=0/6,p=0%7d%5d%5bpc=0,pic=0,pec=0,epc=0%***@2018-09-24T12:39:22.825-04:00> - STARTED
| | | | +- ***@ca7b7109
| | | | +~ QueuedThreadPool[qtp-1105532647]@be1ae919{STARTED,8<=14<=500,i=10,q=0}[***@8cf474a1{s=0/6,p=0}] - STARTED
| | | +> updates @ 2018-09-24T12:39:22.824-04:00
| | | +> keys @ 2018-09-24T12:39:22.825-04:00
| | | +- sun.nio.ch<http://sun.nio.ch>***@fe7c5fe8 keys=0
| | += org.eclipse.jetty.io<http://org.eclipse.jetty.io>***@6d5035ad id=2 keys=0 selected=0 updates=0 - STARTED
| | += ***@15b8d11f/***@37a74453/PRODUCING/p=false/QueuedThreadPool[qtp-1105532647]@be1ae919{STARTED,8<=14<=500,i=10,q=0}[***@8cf474a1{s=0/6,p=0}][pc=0,pic=0,pec=0,epc=0]@2018-09-24T12:39:22.826-04:00<mailto:***@15b8d11f/***@37a74453/PRODUCING/p=false/QueuedThreadPool%5bqtp-1105532647%***@be1ae919%7bSTARTED,8%3c=14%3c=500,i=10,q=0%7d%***@8cf474a1%7bs=0/6,p=0%7d%5d%5bpc=0,pic=0,pec=0,epc=0%***@2018-09-24T12:39:22.826-04:00> - STARTED
| | | +- ***@37a74453
| | | +~ QueuedThreadPool[qtp-1105532647]@be1ae919{STARTED,8<=14<=500,i=10,q=0}[***@8cf474a1{s=0/6,p=0}] - STARTED
| | +> updates @ 2018-09-24T12:39:22.825-04:00
| | +> keys @ 2018-09-24T12:39:22.826-04:00
| | +- sun.nio.ch<http://sun.nio.ch>***@fa670ca5 keys=0
| +- sun.nio.ch<http://sun.nio.ch>.ServerSocketChannelImpl[/127.0.0.1:7777<http://127.0.0.1:7777>]
| +- qtp-1105532647-28-acceptor-***@7e513b06-***@9ee2ab19{SSL,[ssl, http/1.1]}{localhost:7777}
+= ***@bc0df40c[***@a8925fbd[***@36ccd6df{sspcmrest,/sspcmrest,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\sspcmrest}<mailto:***@bc0df40c[***@a8925fbd[***@36ccd6df%7bsspcmrest,/sspcmrest,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/,UNAVAILABLE%7d%7bC:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\sspcmrest%7d>, ***@6bc14f86{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}<mailto:***@6bc14f86%7bSspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE%7d%7bC:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf%7d>, o.e.j.w.WebAppContext@-7d19ff0d{SSPDashboard,/SSPDashboard,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/,STARTING}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SSPDashboard}<mailto:o.e.j.w.WebAppContext@-7d19ff0d%7bSSPDashboard,/SSPDashboard,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/,STARTING%7d%7bC:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SSPDashboard%7d>], ***@a1bbb25a<mailto:***@a1bbb25a>] - STARTED
| += ***@a8925fbd[***@36ccd6df{sspcmrest,/sspcmrest,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\sspcmrest}<mailto:***@a8925fbd[***@36ccd6df%7bsspcmrest,/sspcmrest,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/,UNAVAILABLE%7d%7bC:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\sspcmrest%7d>, ***@6bc14f86{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}<mailto:***@6bc14f86%7bSspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE%7d%7bC:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf%7d>, o.e.j.w.WebAppContext@-7d19ff0d{SSPDashboard,/SSPDashboard,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/,STARTING}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SSPDashboard}<mailto:o.e.j.w.WebAppContext@-7d19ff0d%7bSSPDashboard,/SSPDashboard,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/,STARTING%7d%7bC:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SSPDashboard%7d>] - STARTED
| | += ***@36ccd6df{sspcmrest,/sspcmrest,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\sspcmrest}<mailto:***@36ccd6df%7bsspcmrest,/sspcmrest,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/,UNAVAILABLE%7d%7bC:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\sspcmrest%7d> - STARTED
| | | += org.eclipse.jetty.server.session.SessionHandler1119506697==dftMaxIdleSec=-1 - STOPPED
| | | | += ***@aa43d9ff<mailto:***@aa43d9ff> - STOPPED
| | | | +- ***@246aa94<mailto:***@246aa94>
| | | | += ***@532e3216<mailto:***@532e3216> - STOPPED
| | | | +> null
| | | | +> null
| | | | +> null
| | | | +> []
| | | += ***@d4fc1fcc<mailto:***@d4fc1fcc> - STOPPED
| | | +> WebAppClassLoader=***@2cb15ea5
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/classes/
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/accepter.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/asm-3.1.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/authentication.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/componentCommon.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/configurator.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/haas.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/hadrian-client.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/hadrian-common.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/hadrian-gui.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/jackson-core-asl-1.9.2.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/jackson-jaxrs-1.9.2.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/jackson-mapper-asl-1.9.2.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/jackson-xc-1.9.2.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/jakarta-oro-2.0.8.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/jaxb-api-2.2.6.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/jaxb-impl-2.2.5.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/jdom.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/jersey-client-1.16.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/jersey-core-1.16.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/jersey-json-1.16.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/jersey-server-1.16.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/jersey-servlet-1.16.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/jettison-1.1.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/jsr311-api-1.1.1.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/log4j-1.2-api-2.8.2.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/log4j-api-2.8.2.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/log4j-core-2.8.2.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/log4j-slf4j-impl-2.8.2.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/maverick-legacy-common-1.1.20.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/maverick-legacy-server-1.6.41-no-common.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/persistence.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/servlet-api-2.5.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/slf4j-api-1.7.5.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/sspconfig.jar
| | | | +- sun.misc.Launcher$***@31d07b90<mailto:sun.misc.Launcher$***@31d07b90>
| | | +> Systemclasses ***@36ccd6df{sspcmrest,/sspcmrest,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\sspcmrest}<mailto:***@36ccd6df%7bsspcmrest,/sspcmrest,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/,UNAVAILABLE%7d%7bC:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\sspcmrest%7d>
| | | | +- java.
| | | | +- javax.
| | | | +- org.eclipse.jetty.continuation.
| | | | +- org.eclipse.jetty.jaas.
| | | | +- org.eclipse.jetty.jmx.
| | | | +- org.eclipse.jetty.jndi.
| | | | +- org.eclipse.jetty.jsp.JettyJspServlet
| | | | +- org.eclipse.jetty.servlet.DefaultServlet
| | | | +- org.eclipse.jetty.servlets.PushCacheFilter
| | | | +- org.eclipse.jetty.servlets.PushSessionCacheFilter
| | | | +- org.eclipse.jetty.util.annotation.
| | | | +- org.eclipse.jetty.util.log.
| | | | +- org.eclipse.jetty.websocket.
| | | | +- org.w3c.
| | | | +- org.xml.
| | | +> Serverclasses ***@36ccd6df{sspcmrest,/sspcmrest,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\sspcmrest}<mailto:***@36ccd6df%7bsspcmrest,/sspcmrest,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/,UNAVAILABLE%7d%7bC:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\sspcmrest%7d>
| | | | +- -org.eclipse.jetty.alpn.
| | | | +- -org.eclipse.jetty.apache.
| | | | +- -org.eclipse.jetty.continuation.
| | | | +- -org.eclipse.jetty.jaas.
| | | | +- -org.eclipse.jetty.jmx.
| | | | +- -org.eclipse.jetty.jndi.
| | | | +- -org.eclipse.jetty.jsp.
| | | | +- -org.eclipse.jetty.server.session.SessionData
| | | | +- -org.eclipse.jetty.servlet.DefaultServlet
| | | | +- -org.eclipse.jetty.servlet.NoJspServlet
| | | | +- -org.eclipse.jetty.servlet.listener.
| | | | +- -org.eclipse.jetty.servlets.
| | | | +- -org.eclipse.jetty.util.annotation.
| | | | +- -org.eclipse.jetty.util.log.
| | | | +- -org.eclipse.jetty.websocket.
| | | | +- org.eclipse.jdt.
| | | | +- org.eclipse.jetty.
| | | | +- org.objectweb.asm.
| | | +> Configurations ***@36ccd6df{sspcmrest,/sspcmrest,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\sspcmrest}<mailto:***@36ccd6df%7bsspcmrest,/sspcmrest,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/,UNAVAILABLE%7d%7bC:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\sspcmrest%7d>
| | | | +- ***@7a78bbc0<mailto:***@7a78bbc0>
| | | | +- ***@3c957f9d<mailto:***@3c957f9d>
| | | | +- ***@9808e8c7<mailto:***@9808e8c7>
| | | | +- ***@f9a4b662<mailto:***@f9a4b662>
| | | | +- ***@cb6a5f1<mailto:***@cb6a5f1>
| | | | +- ***@95340014<mailto:***@95340014>
| | | +> Handler attributes ***@36ccd6df{sspcmrest,/sspcmrest,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\sspcmrest}<mailto:***@36ccd6df%7bsspcmrest,/sspcmrest,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/,UNAVAILABLE%7d%7bC:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\sspcmrest%7d>
| | | | +- javax.servlet.context.tempdir=C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\sspcmrest\jspClasses
| | | | +- org.eclipse.jetty.server.webapp.ContainerIncludeJarPattern=.*/[^/]*servlet-api-[^/]*\.jar$|.*/javax.servlet.jsp.jstl-.*\.jar$|.*/org.apache.taglibs.taglibs-standard-impl-.*\.jar$
| | | | +- org.eclipse.jetty.tlds=[jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/scriptfree.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/x.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/x-1_0-rt.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/sql.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/permittedTaglibs.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/c-1_0-rt.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/c.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/fmt-1_0-rt.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/fmt.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/c-1_1.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/sql-1_0-rt.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/fn.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/WEB-INF/lib/jersey-server-1.16.jar!/META-INF/taglib.tld]
| | | | +- org.eclipse.jetty.tmpdirConfigured=true
| | | | +- org.eclipse.jetty.resources=[]
| | | | +- org.eclipse.jetty.server.Executor=QueuedThreadPool[qtp-1105532647]@be1ae919{STARTED,8<=14<=500,i=10,q=0}[***@8cf474a1{s=0/6,p=0}]
| | | | +- org.eclipse.jetty.webFragments={}
| | | +> Context attributes ***@36ccd6df{sspcmrest,/sspcmrest,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\sspcmrest}<mailto:***@36ccd6df%7bsspcmrest,/sspcmrest,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/,UNAVAILABLE%7d%7bC:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\sspcmrest%7d>
| | | | +- org.eclipse.jetty.util.DecoratedObjectFactory=org.eclipse.jetty.util.DecoratedObjectFactory[decorators=2]
| | | +> Initparams ***@36ccd6df{sspcmrest,/sspcmrest,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\sspcmrest}<mailto:***@36ccd6df%7bsspcmrest,/sspcmrest,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/sspcmrest/,UNAVAILABLE%7d%7bC:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\sspcmrest%7d>
| | | +- dirAllowed=false
| | += ***@6bc14f86{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}<mailto:***@6bc14f86%7bSspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE%7d%7bC:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf%7d> - STARTED
| | | += org.eclipse.jetty.server.session.SessionHandler-1940497655==dftMaxIdleSec=1800 - STARTED
| | | | += ***@68290dc8<mailto:***@68290dc8> - STARTED
| | | | | +- ***@5b7c4266<mailto:***@5b7c4266>
| | | | | += ***@46e0a10d<mailto:***@46e0a10d> - STARTED
| | | | | | += ***@7b20c561<mailto:***@7b20c561> - STARTED
| | | | | | += ***@a3ae608c<mailto:***@a3ae608c> - STARTED
| | | | | | += ***@5c13d641==org.eclipse.jetty.servlet.DefaultServlet,jsp=null,order=0,inst=true<mailto:***@5c13d641==org.eclipse.jetty.servlet.DefaultServlet,jsp=null,order=0,inst=true> - STARTED
| | | | | | | +- aliases=false
| | | | | | | +- dirAllowed=true
| | | | | | | +- maxCacheSize=256000000
| | | | | | | +- maxCachedFileSize=200000000
| | | | | | | +- welcomeServlets=false
| | | | | | | +- useFileMappedBuffer=true
| | | | | | | +- acceptRanges=true
| | | | | | | +- etags=false
| | | | | | | +- maxCachedFiles=2048
| | | | | | | +- redirectWelcome=false
| | | | | | += ***@19c47==org.eclipse.jetty.jsp.JettyJspServlet,jsp=null,order=0,inst=false<mailto:***@19c47==org.eclipse.jetty.jsp.JettyJspServlet,jsp=null,order=0,inst=false> - STARTED
| | | | | | | +- fork=false
| | | | | | | +- compilerSourceVM=1.7
| | | | | | | +- logVerbosityLevel=DEBUG
| | | | | | | +- compilerTargetVM=1.7
| | | | | | | +- xpoweredBy=false
| | | | | | +- [/]=>default
| | | | | | +- [*.jsp, *.jspf, *.jspx, *.xsp, *.JSP, *.JSPF, *.JSPX, *.XSP]=>jsp
| | | | | | += ***@c194a5e1<mailto:***@c194a5e1> - STARTED
| | | | | | += UploadFilter - STARTED
| | | | | | | +- sizeThreshold=4096
| | | | | | | +- maxSize=-1
| | | | | | += debugFilter - STARTED
| | | | | | += sessionValidationFilter - STARTED
| | | | | | += systemProtectionFilter - STARTED
| | | | | | += NonceProtectionFilter - STARTED
| | | | | | += Faces ***@87ee159b==com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet,jsp=null,order=1,inst=true<mailto:***@87ee159b==com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet,jsp=null,order=1,inst=true> - STARTED
| | | | | | += ***@e45569aa==com.sun.errorhandler.ExceptionHandler,jsp=null,order=-1,inst=false<mailto:***@e45569aa==com.sun.errorhandler.ExceptionHandler,jsp=null,order=-1,inst=false> - STARTED
| | | | | | | +- errorHost=localhost
| | | | | | | +- errorPort=24444
| | | | | | += ***@5aa2e45c==com.sun.rave.web.ui.theme.ThemeServlet,jsp=null,order=-1,inst=false<mailto:***@5aa2e45c==com.sun.rave.web.ui.theme.ThemeServlet,jsp=null,order=-1,inst=false> - STARTED
| | | | | | += ***@a794153b==com.sterlingcommerce.sspgui.web.servlet.LogoutServlet,jsp=null,order=-1,inst=false<mailto:***@a794153b==com.sterlingcommerce.sspgui.web.servlet.LogoutServlet,jsp=null,order=-1,inst=false> - STARTED
| | | | | | += ***@c40ea71b==com.sterlingcommerce.sspgui.web.util.ContentErrorHandler,jsp=null,order=-1,inst=false<mailto:***@c40ea71b==com.sterlingcommerce.sspgui.web.util.ContentErrorHandler,jsp=null,order=-1,inst=false> - STARTED
| | | | | | += ***@22b464fd==com.sterlingcommerce.sspgui.web.servlet.KeepAliveServlet,jsp=null,order=-1,inst=false<mailto:***@22b464fd==com.sterlingcommerce.sspgui.web.servlet.KeepAliveServlet,jsp=null,order=-1,inst=false> - STARTED
| | | | | | +- []/[Faces Servlet]==0=>UploadFilter
| | | | | | +- []/[Faces Servlet]==0=>debugFilter
| | | | | | +- [/*]/[]==0=>sessionValidationFilter
| | | | | | +- [/*]/[]==0=>systemProtectionFilter
| | | | | | +- [/*]/[]==0=>NonceProtectionFilter
| | | | | | +- [/faces/*]=>Faces Servlet
| | | | | | +- [/error/ExceptionHandler]=>ExceptionHandlerServlet
| | | | | | +- [/theme/*]=>ThemeServlet
| | | | | | +- [/LogoutServlet]=>LogoutServlet
| | | | | | +- [/ContentErrorHandler]=>ContentErrorHandler
| | | | | | +- [/keepalive]=>KeepAliveServlet
| | | | | +> null
| | | | | +> null
| | | | | +> null
| | | | | +> []
| | | | | +> /*={POST={RoleInfo[],Confidential}, GET={RoleInfo[],Confidential}}
| | | | | +> /={TRACE={RoleInfo,F,C[],None}, TRACE.omission={RoleInfo[],None}}
| | | | += ***@ed793205[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false<mailto:***@ed793205[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false>] - STARTED
| | | | | += ***@ef5ec3c5[passivating=false,graceSec=3600<mailto:***@ef5ec3c5[passivating=false,graceSec=3600>] - STARTED
| | | | +~ ***@28055976[worker=node0<mailto:***@28055976[worker=node0>] - STARTED
| | | += ***@11b8242e<mailto:***@11b8242e> - STARTED
| | | += ***@e224744f<mailto:***@e224744f> - STARTED
| | | +> WebAppClassLoader=***@7aea6095
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/classes/
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/WebUIUtils.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/accepter.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/appbase.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/asm-6.2.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/asm-commons-6.2.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/authentication.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/bsf.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/castor-1.3.3-xml.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/commons-beanutils.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/commons-codec.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/commons-collections-3.2.2.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/commons-digester.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/commons-fileupload-1.3.3.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/commons-io-2.4.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/commons-logging.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/componentCommon.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/configurator.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/dataprovider.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/defaulttheme.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/errorhandler.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/haas.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/hadrian-client.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/hadrian-common.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/hadrian-gui.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/jdom.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/jsf-api.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/jsf-impl.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/jsfcl.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/jstl.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/log4j-1.2-api-2.8.2.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/log4j-api-2.8.2.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/log4j-core-2.8.2.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/log4j-slf4j-impl-2.8.2.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/maverick-legacy-common-1.1.20.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/maverick-legacy-server-1.6.41-no-common.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/not-yet-commons-ssl-0.3.15.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-standard-spec-1.2.5.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.eclipse.jdt.ecj-3.12.3.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.eclipse.jetty.apache-jsp-9.4.11.v20180605.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.mortbay.jasper.apache-el-8.5.24.2.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.mortbay.jasper.apache-jsp-8.5.24.2.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/persistence.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/retroweaver-all-1.2.2.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/retroweaver-rt-1.2.2.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/rowset.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/sqlx.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/sspconfig.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/standard.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/webui.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/xalan.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/xercesImpl.jar
| | | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/xml-apis.jar
| | | | +- sun.misc.Launcher$***@31d07b90<mailto:sun.misc.Launcher$***@31d07b90>
| | | +> Systemclasses ***@6bc14f86{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}<mailto:***@6bc14f86%7bSspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE%7d%7bC:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf%7d>
| | | | +- java.
| | | | +- javax.
| | | | +- org.eclipse.jetty.continuation.
| | | | +- org.eclipse.jetty.jaas.
| | | | +- org.eclipse.jetty.jmx.
| | | | +- org.eclipse.jetty.jndi.
| | | | +- org.eclipse.jetty.jsp.JettyJspServlet
| | | | +- org.eclipse.jetty.servlet.DefaultServlet
| | | | +- org.eclipse.jetty.servlets.PushCacheFilter
| | | | +- org.eclipse.jetty.servlets.PushSessionCacheFilter
| | | | +- org.eclipse.jetty.util.annotation.
| | | | +- org.eclipse.jetty.util.log.
| | | | +- org.eclipse.jetty.websocket.
| | | | +- org.w3c.
| | | | +- org.xml.
| | | +> Serverclasses ***@6bc14f86{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}<mailto:***@6bc14f86%7bSspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE%7d%7bC:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf%7d>
| | | | +- -org.eclipse.jetty.alpn.
| | | | +- -org.eclipse.jetty.apache.
| | | | +- -org.eclipse.jetty.continuation.
| | | | +- -org.eclipse.jetty.jaas.
| | | | +- -org.eclipse.jetty.jmx.
| | | | +- -org.eclipse.jetty.jndi.
| | | | +- -org.eclipse.jetty.jsp.
| | | | +- -org.eclipse.jetty.server.session.SessionData
| | | | +- -org.eclipse.jetty.servlet.DefaultServlet
| | | | +- -org.eclipse.jetty.servlet.NoJspServlet
| | | | +- -org.eclipse.jetty.servlet.listener.
| | | | +- -org.eclipse.jetty.servlets.
| | | | +- -org.eclipse.jetty.util.annotation.
| | | | +- -org.eclipse.jetty.util.log.
| | | | +- -org.eclipse.jetty.websocket.
| | | | +- org.eclipse.jdt.
| | | | +- org.eclipse.jetty.
| | | | +- org.objectweb.asm.
| | | +> Configurations ***@6bc14f86{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}
| | | | +- ***@feddbd4a
| | | | +- ***@68900893
| | | | +- ***@39f88e78
| | | | +- ***@8718dd7b
| | | | +- ***@64c7db84
| | | | +- ***@809f5340
| | | +> Handler attributes ***@6bc14f86{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}
| | | | +- javax.servlet.context.tempdir=C:\Users\ari51787\AppData\Local\Temp\3\jetty-localhost-7777-SspJsf-_SspJsf-any-2418981793340015807.dir
| | | | +- org.eclipse.jetty.server.webapp.ContainerIncludeJarPattern=.*/[^/]*servlet-api-[^/]*\.jar$|.*/javax.servlet.jsp.jstl-.*\.jar$|.*/org.apache.taglibs.taglibs-standard-impl-.*\.jar$
| | | | +- org.eclipse.jetty.tlds=[jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/sql.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/x.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/scriptfree.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/fn.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/x-1_0-rt.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/appbase.jar!/META-INF/taglib.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/sql.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/fn.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/c.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/permittedTaglibs.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/c.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/c-1_0.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/sql-1_0.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/sql-1_0-rt.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/fmt-1_0-rt.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/fmt.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/fn.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/fmt.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/fmt-1_0-rt.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/scriptfree.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/x.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/webui.jar!/META-INF/webui.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/scriptfree.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/x.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/x-1_0-rt.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/c-1_1.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/sql.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/c-1_0-rt.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/jsf-impl.jar!/META-INF/jsf_core.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/jsfcl.jar!/META-INF/jsfcl.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/x-1_0-rt.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/permittedTaglibs.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/c-1_0-rt.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/c.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/permittedTaglibs.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/x-1_0.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/fmt-1_0-rt.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/c-1_0-rt.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/fmt-1_0.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/fmt.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/c-1_1.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/jsf-impl.jar!/META-INF/html_basic.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar!/META-INF/sql-1_0-rt.tld, jar:file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/standard.jar!/META-INF/sql-1_0-rt.tld]
| | | | +- org.eclipse.jetty.containerInitializers=[ContainerInitializer{com.sun.jersey.server.impl.container.servlet.JerseyServletContainerInitializer,interested=[javax.ws.rs<http://javax.ws.rs>.Path, javax.ws.rs.ext.Provider, javax.ws.rs.core.Application, javax.ws.rs.ApplicationPath],applicable=[],annotated=[]}]
| | | | +- org.eclipse.jetty.classInheritanceMap=***@5d0d4222{size=2541}
| | | | +- org.eclipse.jetty.resources=[]
| | | | +- org.eclipse.jetty.server.Executor=QueuedThreadPool[qtp-1105532647]@be1ae919{STARTED,8<=14<=500,i=10,q=0}[***@8cf474a1{s=0/6,p=0}]
| | | | +- org.eclipse.jetty.containerInitializerStarter=***@e224744f
| | | | +- org.eclipse.jetty.webFragments={}
| | | +> Context attributes ***@6bc14f86{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}
| | | | +- com.sun.faces.ApplicationAssociate=***@c8aa63a3
| | | | +- org.eclipse.jetty.util.DecoratedObjectFactory=org.eclipse.jetty.util.DecoratedObjectFactory[decorators=2]
| | | | +- resourceCache=ResourceCache[null,***@6b86c118]@1345180914
| | | +> Initparams ***@6bc14f86{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}
| | | +- com.sun.faces.verifyObjects=false
| | | +- javax.faces.CONFIG_FILES=/WEB-INF/navigation.xml,/WEB-INF/managed-beans.xml
| | | +- com.sun.faces.validateXml=true
| | | +- com.sun.faces.NUMBER_OF_VIEWS_IN_SESSION=2
| | | +- javax.faces.STATE_SAVING_METHOD=server
| | | +- com.sun.faces.NUMBER_OF_VIEWS_IN_LOGICAL_VIEW_IN_SESSION=2
| | += o.e.j.w.WebAppContext@-7d19ff0d{SSPDashboard,/SSPDashboard,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/,STARTING}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SSPDashboard} - STARTING
| | += org.eclipse.jetty.server.session.SessionHandler-1850967021==dftMaxIdleSec=-1 - STOPPED
| | | += ***@c4cb7af6 - STOPPED
| | | +- ***@2213e75b
| | | += ***@2d6778c - STOPPED
| | | +> null
| | | +> null
| | | +> null
| | | +> []
| | += ***@15f2251b - STOPPED
| | +> WebAppClassLoader=***@41bc91ea
| | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/classes/
| | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/WebUIUtils.jar
| | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/accepter.jar
| | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/appbase.jar
| | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/asm-6.2.jar
| | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/asm-commons-6.2.jar
| | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/commons-beanutils.jar
| | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/commons-codec.jar
| | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/commons-collections-3.2.2.jar
| | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/commons-digester.jar
| | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/commons-fileupload-1.3.3.jar
| | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/commons-io-2.4.jar
| | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/commons-logging.jar
| | | +- file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/WEB-INF/lib/componentCommon.jar
| |

_______________________________________________
jetty-users mailing list
jetty-***@eclipse.org<mailto:jetty-***@eclipse.org>
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users



--
Jan Bartel <***@webtide.com<mailto:***@webtide.com>>
www.webtide.com<http://www.webtide.com>
Expert assistance from the creators of Jetty and CometD

=====================================================
Please refer to http://www.aricent.com/email-disclaimer
for important disclosures regarding this electronic communication.
=====================================================
Jan Bartel
2018-09-25 04:57:37 UTC
Permalink
There's something extremely wrong with your container classpath,
"file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/"
is on the container's classpath dozens and dozens of times. Also it looks
like you have misconfigured
the org.eclipse.jetty.server.webapp.ContainerIncludeJarPattern, because it
looks like it is matching every jar in the container classpath, whereas it
probably only needs to match the jars that contain the jstl taglibs (you
just want to scan the minimum number of jars on the container classpath for
taglibs, META-INF/resources, web-app-fragment.xml, otherwise it will take
forever to start your webapp).

I recommend you just deploy one webapp at a time so you can get one
properly deployed before you move on to another one.

Jan

On Tue, 25 Sep 2018 at 14:37, Eze Ikonne <***@aricent.com> wrote:

> Hi Jan,
>
>
>
> I did implement your suggestions and at the moment there is no more
> conflicts with jar files, at least that’s what the log file indicates. The
> only exception in the log file
>
> is thrown by security handler for not enabling TLS for all methods. I have
> been told that this exception is innocuous. However, after Jetty loads my
> web app, it appears that the
>
> scan process right off the bat stops them without any apparent exception
> thrown, at least there is none in the log file. Please see the segment
> included where the modules seem
>
> to have been started and then the Jetty scan process just kills them all.
> Any idea as to why this behavior? If needed I can also send the runtime
> class loader interaction.
>
>
>
>
>
> 2018-09-24 23:50:43,922 [main] DEBUG LifecycleFactoryImpl - Created
> Default Lifecycle
>
> 2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - getResource
> META-INF/services/javax.faces.lifecycle.LifecycleFactory null
>
> 2018-09-24 23:50:43,922 [main] DEBUG ContextHandler - contextInitialized:
> javax.servlet.ServletContextEvent[source=***@o.e.j.w.WebAppContext
> @-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,STARTING}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}]->***@9351a429
>
> 2018-09-24 23:50:43,922 [main] DEBUG ContextHandler - contextInitialized:
> javax.servlet.ServletContextEvent[source=***@o.e.j.w.WebAppContext
> @-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,STARTING}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}]->***@5534a564
>
> 2018-09-24 23:50:43,922 [main] DEBUG ConfigureListener -
> contextInitialized(SspJsf)
>
> 2018-09-24 23:50:43,922 [main] DEBUG AbstractLifeCycle - starting
> UploadFilter
>
> 2018-09-24 23:50:43,922 [main] DEBUG WebAppContext -
> isSystemResource==false com.sun.rave.web.ui.util.UploadFilter
> jar:file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/webui.jar!/com/sun/rave/web/ui/util/UploadFilter.class
>
> 2018-09-24 23:50:43,922 [main] DEBUG ClasspathPattern - match interface
> javax.servlet.Filter from
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/servlet-api-3.1.jar
> byName=null byLocation=null in [-org.eclipse.jetty.util.log.,
> -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet,
> -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty.,
> org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData,
> -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket.,
> -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt.,
> -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi.,
> -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx.,
> -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
>
> 2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isServerClass==false
> interface javax.servlet.Filter
>
> 2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP parent loaded
> interface javax.servlet.Filter
>
> 2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP webapp loaded
> class com.sun.rave.web.ui.util.UploadFilter
>
> 2018-09-24 23:50:43,922 [main] DEBUG BaseHolder - Holding class
> com.sun.rave.web.ui.util.UploadFilter from WebAppClassLoader=***@6f478373
>
> 2018-09-24 23:50:43,922 [main] DEBUG AbstractLifeCycle - STARTED @9813ms
> UploadFilter
>
> 2018-09-24 23:50:43,922 [main] DEBUG ClasspathPattern - match interface
> javax.servlet.ServletRequest from
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/servlet-api-3.1.jar
> byName=null byLocation=null in [-org.eclipse.jetty.util.log.,
> -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet,
> -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty.,
> org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData,
> -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket.,
> -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt.,
> -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi.,
> -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx.,
> -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
>
> 2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isServerClass==false
> interface javax.servlet.ServletRequest
>
> 2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP parent loaded
> interface javax.servlet.ServletRequest
>
> 2018-09-24 23:50:43,922 [main] DEBUG WebAppContext -
> isSystemResource==false org.apache.commons.fileupload.FileUploadException
> jar:file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/commons-fileupload-1.3.3.jar!/org/apache/commons/fileupload/FileUploadException.class
>
> 2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP webapp loaded
> class org.apache.commons.fileupload.FileUploadException
>
> 2018-09-24 23:50:43,922 [main] DEBUG ClasspathPattern - match class
> javax.servlet.ServletException from
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/servlet-api-3.1.jar
> byName=null byLocation=null in [-org.eclipse.jetty.util.log.,
> -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet,
> -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty.,
> org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData,
> -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket.,
> -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt.,
> -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi.,
> -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx.,
> -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
>
> 2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isServerClass==false
> class javax.servlet.ServletException
>
> 2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP parent loaded
> class javax.servlet.ServletException
>
> 2018-09-24 23:50:43,922 [main] DEBUG ClasspathPattern - match interface
> javax.servlet.ServletResponse from
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/servlet-api-3.1.jar
> byName=null byLocation=null in [-org.eclipse.jetty.util.log.,
> -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet,
> -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty.,
> org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData,
> -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket.,
> -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt.,
> -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi.,
> -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx.,
> -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
>
> 2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isServerClass==false
> interface javax.servlet.ServletResponse
>
> 2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP parent loaded
> interface javax.servlet.ServletResponse
>
> 2018-09-24 23:50:43,922 [main] DEBUG ClasspathPattern - match interface
> javax.servlet.FilterChain from
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/servlet-api-3.1.jar
> byName=null byLocation=null in [-org.eclipse.jetty.util.log.,
> -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet,
> -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty.,
> org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData,
> -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket.,
> -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt.,
> -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi.,
> -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx.,
> -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
>
> 2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isServerClass==false
> interface javax.servlet.FilterChain
>
> 2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP parent loaded
> interface javax.servlet.FilterChain
>
> 2018-09-24 23:50:43,922 [main] DEBUG ClasspathPattern - match interface
> javax.servlet.http.HttpServletRequest from
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/servlet-api-3.1.jar
> byName=null byLocation=null in [-org.eclipse.jetty.util.log.,
> -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet,
> -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty.,
> org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData,
> -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket.,
> -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt.,
> -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi.,
> -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx.,
> -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
>
> 2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isServerClass==false
> interface javax.servlet.http.HttpServletRequest
>
> 2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP parent loaded
> interface javax.servlet.http.HttpServletRequest
>
> 2018-09-24 23:50:43,922 [main] DEBUG WebAppContext -
> isSystemResource==false org.apache.commons.fileupload.FileItem
> jar:file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/commons-fileupload-1.3.3.jar!/org/apache/commons/fileupload/FileItem.class
>
> 2018-09-24 23:50:43,922 [main] DEBUG WebAppContext -
> isSystemResource==false
> org.apache.commons.fileupload.FileItemHeadersSupport
> jar:file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/commons-fileupload-1.3.3.jar!/org/apache/commons/fileupload/FileItemHeadersSupport.class
>
> 2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP webapp loaded
> interface org.apache.commons.fileupload.FileItemHeadersSupport
>
> 2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP webapp loaded
> interface org.apache.commons.fileupload.FileItem
>
> 2018-09-24 23:50:43,922 [main] DEBUG ClasspathPattern - match interface
> javax.servlet.FilterConfig from
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/servlet-api-3.1.jar
> byName=null byLocation=null in [-org.eclipse.jetty.util.log.,
> -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet,
> -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty.,
> org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData,
> -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket.,
> -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt.,
> -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi.,
> -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx.,
> -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
>
> 2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isServerClass==false
> interface javax.servlet.FilterConfig
>
> 2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP parent loaded
> interface javax.servlet.FilterConfig
>
> 2018-09-24 23:50:43,922 [main] DEBUG FilterHolder - Filter.init
> com.sun.rave.web.ui.util.UploadFilter
>
> 2018-09-24 23:50:43,922 [main] DEBUG AbstractLifeCycle - starting
> debugFilter
>
> 2018-09-24 23:50:43,922 [main] DEBUG WebAppContext -
> isSystemResource==false
> com.sterlingcommerce.sspgui.web.filter.SSPContentDebugFilter
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/classes/com/sterlingcommerce/sspgui/web/filter/SSPContentDebugFilter.class
>
> 2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP webapp loaded
> class com.sterlingcommerce.sspgui.web.filter.SSPContentDebugFilter
>
> 2018-09-24 23:50:43,922 [main] DEBUG BaseHolder - Holding class
> com.sterlingcommerce.sspgui.web.filter.SSPContentDebugFilter from
> WebAppClassLoader=***@6f478373
>
> 2018-09-24 23:50:43,922 [main] DEBUG AbstractLifeCycle - STARTED @9813ms
> debugFilter
>
> 2018-09-24 23:50:43,922 [main] DEBUG FilterHolder - Filter.init
> ***@8d71a455
>
> 2018-09-24 23:50:43,922 [main] DEBUG AbstractLifeCycle - starting
> sessionValidationFilter
>
> 2018-09-24 23:50:43,922 [main] DEBUG WebAppContext -
> isSystemResource==false
> com.sterlingcommerce.sspgui.web.filter.SSPContentSessionValidationFilter
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/classes/com/sterlingcommerce/sspgui/web/filter/SSPContentSessionValidationFilter.class
>
> 2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP webapp loaded
> class
> com.sterlingcommerce.sspgui.web.filter.SSPContentSessionValidationFilter
>
> 2018-09-24 23:50:43,922 [main] DEBUG BaseHolder - Holding class
> com.sterlingcommerce.sspgui.web.filter.SSPContentSessionValidationFilter
> from WebAppClassLoader=***@6f478373
>
> 2018-09-24 23:50:43,922 [main] DEBUG AbstractLifeCycle - STARTED @9813ms
> sessionValidationFilter
>
> 2018-09-24 23:50:43,922 [main] DEBUG ClasspathPattern - match interface
> javax.servlet.http.HttpServletResponse from
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/servlet-api-3.1.jar
> byName=null byLocation=null in [-org.eclipse.jetty.util.log.,
> -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet,
> -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty.,
> org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData,
> -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket.,
> -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt.,
> -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi.,
> -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx.,
> -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
>
> 2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isServerClass==false
> interface javax.servlet.http.HttpServletResponse
>
> 2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP parent loaded
> interface javax.servlet.http.HttpServletResponse
>
> 2018-09-24 23:50:43,922 [main] DEBUG FilterHolder - Filter.init
> ***@ba481913
>
> 2018-09-24 23:50:43,922 [main] DEBUG AbstractLifeCycle - starting
> systemProtectionFilter
>
> 2018-09-24 23:50:43,922 [main] DEBUG WebAppContext -
> isSystemResource==false
> com.sterlingcommerce.sspgui.web.filter.SSPContentWebPagesFilter
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/classes/com/sterlingcommerce/sspgui/web/filter/SSPContentWebPagesFilter.class
>
> 2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP webapp loaded
> class com.sterlingcommerce.sspgui.web.filter.SSPContentWebPagesFilter
>
> 2018-09-24 23:50:43,922 [main] DEBUG BaseHolder - Holding class
> com.sterlingcommerce.sspgui.web.filter.SSPContentWebPagesFilter from
> WebAppClassLoader=***@6f478373
>
> 2018-09-24 23:50:43,922 [main] DEBUG AbstractLifeCycle - STARTED @9813ms
> systemProtectionFilter
>
> 2018-09-24 23:50:43,922 [main] DEBUG FilterHolder - Filter.init
> ***@6a2cf70f
>
> 2018-09-24 23:50:43,922 [main] DEBUG AbstractLifeCycle - starting
> NonceProtectionFilter
>
> 2018-09-24 23:50:43,922 [main] DEBUG WebAppContext -
> isSystemResource==false
> com.sterlingcommerce.sspgui.web.filter.SSPContentNonceValidationFilter
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/classes/com/sterlingcommerce/sspgui/web/filter/SSPContentNonceValidationFilter.class
>
> 2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP webapp loaded
> class com.sterlingcommerce.sspgui.web.filter.SSPContentNonceValidationFilter
>
> 2018-09-24 23:50:43,922 [main] DEBUG BaseHolder - Holding class
> com.sterlingcommerce.sspgui.web.filter.SSPContentNonceValidationFilter from
> WebAppClassLoader=***@6f478373
>
> 2018-09-24 23:50:43,922 [main] DEBUG AbstractLifeCycle - STARTED @9813ms
> NonceProtectionFilter
>
> 2018-09-24 23:50:43,922 [main] DEBUG FilterHolder - Filter.init
> ***@58590a1a
>
> 2018-09-24 23:50:43,937 [main] DEBUG AbstractLifeCycle - starting
> ***@22b464fd
> ==com.sterlingcommerce.sspgui.web.servlet.KeepAliveServlet,jsp=null,order=-1,inst=false
>
> 2018-09-24 23:50:43,937 [main] DEBUG WebAppContext -
> isSystemResource==false
> com.sterlingcommerce.sspgui.web.servlet.KeepAliveServlet
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/classes/com/sterlingcommerce/sspgui/web/servlet/KeepAliveServlet.class
>
> 2018-09-24 23:50:43,937 [main] DEBUG ClasspathPattern - match class
> javax.servlet.http.HttpServlet from
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/servlet-api-3.1.jar
> byName=null byLocation=null in [-org.eclipse.jetty.util.log.,
> -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet,
> -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty.,
> org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData,
> -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket.,
> -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt.,
> -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi.,
> -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx.,
> -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
>
> 2018-09-24 23:50:43,937 [main] DEBUG WebAppContext - isServerClass==false
> class javax.servlet.http.HttpServlet
>
> 2018-09-24 23:50:43,937 [main] DEBUG WebAppClassLoader - WAP parent loaded
> class javax.servlet.http.HttpServlet
>
> 2018-09-24 23:50:43,937 [main] DEBUG WebAppClassLoader - WAP webapp loaded
> class com.sterlingcommerce.sspgui.web.servlet.KeepAliveServlet
>
> 2018-09-24 23:50:43,937 [main] DEBUG BaseHolder - Holding class
> com.sterlingcommerce.sspgui.web.servlet.KeepAliveServlet from
> WebAppClassLoader=***@6f478373
>
> 2018-09-24 23:50:43,937 [main] DEBUG AbstractLifeCycle - STARTED @9828ms
> ***@22b464fd
> ==com.sterlingcommerce.sspgui.web.servlet.KeepAliveServlet,jsp=null,order=-1,inst=false
>
> 2018-09-24 23:50:43,937 [main] DEBUG AbstractLifeCycle - starting
> ***@a794153b
> ==com.sterlingcommerce.sspgui.web.servlet.LogoutServlet,jsp=null,order=-1,inst=false
>
> 2018-09-24 23:50:43,937 [main] DEBUG WebAppContext -
> isSystemResource==false
> com.sterlingcommerce.sspgui.web.servlet.LogoutServlet
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/classes/com/sterlingcommerce/sspgui/web/servlet/LogoutServlet.class
>
> 2018-09-24 23:50:43,937 [main] DEBUG WebAppClassLoader - WAP webapp loaded
> class com.sterlingcommerce.sspgui.web.servlet.LogoutServlet
>
> 2018-09-24 23:50:43,937 [main] DEBUG BaseHolder - Holding class
> com.sterlingcommerce.sspgui.web.servlet.LogoutServlet from
> WebAppClassLoader=***@6f478373
>
> 2018-09-24 23:50:43,937 [main] DEBUG AbstractLifeCycle - STARTED @9828ms
> ***@a794153b
> ==com.sterlingcommerce.sspgui.web.servlet.LogoutServlet,jsp=null,order=-1,inst=false
>
> 2018-09-24 23:50:43,937 [main] DEBUG AbstractLifeCycle - starting
> ***@c40ea71b
> ==com.sterlingcommerce.sspgui.web.util.ContentErrorHandler,jsp=null,order=-1,inst=false
>
> 2018-09-24 23:50:43,937 [main] DEBUG WebAppContext -
> isSystemResource==false
> com.sterlingcommerce.sspgui.web.util.ContentErrorHandler
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/classes/com/sterlingcommerce/sspgui/web/util/ContentErrorHandler.class
>
> 2018-09-24 23:50:43,937 [main] DEBUG WebAppClassLoader - WAP webapp loaded
> class com.sterlingcommerce.sspgui.web.util.ContentErrorHandler
>
> 2018-09-24 23:50:43,937 [main] DEBUG BaseHolder - Holding class
> com.sterlingcommerce.sspgui.web.util.ContentErrorHandler from
> WebAppClassLoader=***@6f478373
>
> 2018-09-24 23:50:43,937 [main] DEBUG AbstractLifeCycle - STARTED @9828ms
> ***@c40ea71b
> ==com.sterlingcommerce.sspgui.web.util.ContentErrorHandler,jsp=null,order=-1,inst=false
>
> 2018-09-24 23:50:43,937 [main] DEBUG AbstractLifeCycle - starting
> ***@e45569aa
> ==com.sun.errorhandler.ExceptionHandler,jsp=null,order=-1,inst=false
>
> 2018-09-24 23:50:43,937 [main] DEBUG WebAppContext -
> isSystemResource==false com.sun.errorhandler.ExceptionHandler
> jar:file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/errorhandler.jar!/com/sun/errorhandler/ExceptionHandler.class
>
> 2018-09-24 23:50:43,937 [main] DEBUG WebAppClassLoader - WAP webapp loaded
> class com.sun.errorhandler.ExceptionHandler
>
> 2018-09-24 23:50:43,937 [main] DEBUG BaseHolder - Holding class
> com.sun.errorhandler.ExceptionHandler from WebAppClassLoader=***@6f478373
>
> 2018-09-24 23:50:43,937 [main] DEBUG AbstractLifeCycle - STARTED @9828ms
> ***@e45569aa
> ==com.sun.errorhandler.ExceptionHandler,jsp=null,order=-1,inst=false
>
> 2018-09-24 23:50:43,937 [main] DEBUG AbstractLifeCycle - starting
> ***@5aa2e45c
> ==com.sun.rave.web.ui.theme.ThemeServlet,jsp=null,order=-1,inst=false
>
> 2018-09-24 23:50:43,937 [main] DEBUG WebAppContext -
> isSystemResource==false com.sun.rave.web.ui.theme.ThemeServlet
> jar:file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/webui.jar!/com/sun/rave/web/ui/theme/ThemeServlet.class
>
> 2018-09-24 23:50:43,937 [main] DEBUG WebAppClassLoader - WAP webapp loaded
> class com.sun.rave.web.ui.theme.ThemeServlet
>
> 2018-09-24 23:50:43,937 [main] DEBUG BaseHolder - Holding class
> com.sun.rave.web.ui.theme.ThemeServlet from
> WebAppClassLoader=***@6f478373
>
> 2018-09-24 23:50:43,937 [main] DEBUG AbstractLifeCycle - STARTED @9828ms
> ***@5aa2e45c
> ==com.sun.rave.web.ui.theme.ThemeServlet,jsp=null,order=-1,inst=false
>
> 2018-09-24 23:50:43,937 [main] DEBUG AbstractLifeCycle - starting ***@19c47
> ==org.eclipse.jetty.jsp.JettyJspServlet,jsp=null,order=0,inst=false
>
> 2018-09-24 23:50:43,937 [main] DEBUG WebAppContext - isServerClass==false
> class org.eclipse.jetty.jsp.JettyJspServlet
>
> 2018-09-24 23:50:43,937 [main] DEBUG WebAppClassLoader - WAP parent loaded
> class org.eclipse.jetty.jsp.JettyJspServlet
>
> 2018-09-24 23:50:43,937 [main] DEBUG BaseHolder - Holding class
> org.eclipse.jetty.jsp.JettyJspServlet from
> sun.misc.Launcher$***@ef738a93
>
> 2018-09-24 23:50:43,937 [main] DEBUG AbstractLifeCycle - STARTED @9828ms
> ***@19c47
> ==org.eclipse.jetty.jsp.JettyJspServlet,jsp=null,order=0,inst=false
>
> 2018-09-24 23:50:44,078 [main] DEBUG ClasspathPattern - match interface
> org.apache.tomcat.InstanceManager from
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.mortbay.jasper.apache-jsp-8.5.24.2.jar
> byName=null byLocation=null in [-org.eclipse.jetty.util.log.,
> -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet,
> -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty.,
> org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData,
> -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket.,
> -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt.,
> -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi.,
> -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx.,
> -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
>
> 2018-09-24 23:50:44,078 [main] DEBUG WebAppContext - isServerClass==false
> interface org.apache.tomcat.InstanceManager
>
> 2018-09-24 23:50:44,078 [main] DEBUG WebAppClassLoader - WAP parent loaded
> interface org.apache.tomcat.InstanceManager
>
> 2018-09-24 23:50:44,078 [main] DEBUG ServletHolder - Apache jasper detected
>
> 2018-09-24 23:50:44,078 [main] DEBUG ServletHolder - Servlet.init
> ***@7eefcc07 for jsp
>
> 2018-09-24 23:50:44,078 [main] DEBUG AbstractLifeCycle - starting
> ***@5c13d641
> ==org.eclipse.jetty.servlet.DefaultServlet,jsp=null,order=0,inst=false
>
> 2018-09-24 23:50:44,078 [main] DEBUG WebAppContext - isServerClass==false
> class org.eclipse.jetty.servlet.DefaultServlet
>
> 2018-09-24 23:50:44,078 [main] DEBUG WebAppClassLoader - WAP parent loaded
> class org.eclipse.jetty.servlet.DefaultServlet
>
> 2018-09-24 23:50:44,078 [main] DEBUG BaseHolder - Holding class
> org.eclipse.jetty.servlet.DefaultServlet from
> sun.misc.Launcher$***@ef738a93
>
> 2018-09-24 23:50:44,078 [main] DEBUG AbstractLifeCycle - STARTED @9969ms
> ***@5c13d641
> ==org.eclipse.jetty.servlet.DefaultServlet,jsp=null,order=0,inst=false
>
> 2018-09-24 23:50:44,093 [main] DEBUG ServletHolder - Servlet.init
> ***@6fa5b52b for default
>
> 2018-09-24 23:50:44,093 [main] DEBUG DefaultServlet - resource base = null
>
> 2018-09-24 23:50:44,093 [main] DEBUG AbstractLifeCycle - starting Faces
> ***@87ee159b
> ==com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet,jsp=null,order=1,inst=false
>
> 2018-09-24 23:50:44,093 [main] DEBUG WebAppContext -
> isSystemResource==false
> com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/classes/com/sterlingcommerce/sspgui/web/servlet/SSPContentFacesServlet.class
>
> 2018-09-24 23:50:44,093 [main] DEBUG WebAppClassLoader - WAP webapp loaded
> class com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet
>
> 2018-09-24 23:50:44,093 [main] DEBUG BaseHolder - Holding class
> com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet from
> WebAppClassLoader=***@6f478373
>
> 2018-09-24 23:50:44,093 [main] DEBUG AbstractLifeCycle - STARTED @9984ms
> Faces ***@87ee159b
> ==com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet,jsp=null,order=1,inst=false
>
> 2018-09-24 23:50:44,093 [main] DEBUG ClasspathPattern - match interface
> javax.servlet.ServletConfig from
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/servlet-api-3.1.jar
> byName=null byLocation=null in [-org.eclipse.jetty.util.log.,
> -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet,
> -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty.,
> org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData,
> -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket.,
> -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt.,
> -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi.,
> -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx.,
> -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
>
> 2018-09-24 23:50:44,093 [main] DEBUG WebAppContext - isServerClass==false
> interface javax.servlet.ServletConfig
>
> 2018-09-24 23:50:44,093 [main] DEBUG WebAppClassLoader - WAP parent loaded
> interface javax.servlet.ServletConfig
>
> 2018-09-24 23:50:44,093 [main] DEBUG WebAppContext -
> isSystemResource==false
> com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet$ExceptionType
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/classes/com/sterlingcommerce/sspgui/web/servlet/SSPContentFacesServlet$ExceptionType.class
>
> 2018-09-24 23:50:44,093 [main] DEBUG WebAppClassLoader - WAP webapp loaded
> class
> com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet$ExceptionType
>
> 2018-09-24 23:50:44,093 [main] DEBUG WebAppContext -
> isSystemResource==true javax.faces.webapp.FacesServlet
> jar:file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/jsf-api.jar!/javax/faces/webapp/FacesServlet.class
>
> 2018-09-24 23:50:44,093 [main] DEBUG ClasspathPattern - match class
> javax.faces.webapp.FacesServlet from
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jsf-api.jar
> byName=null byLocation=null in [-org.eclipse.jetty.util.log.,
> -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet,
> -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty.,
> org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData,
> -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket.,
> -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt.,
> -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi.,
> -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx.,
> -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
>
> 2018-09-24 23:50:44,093 [main] DEBUG WebAppContext - isServerClass==false
> class javax.faces.webapp.FacesServlet
>
> 2018-09-24 23:50:44,093 [main] DEBUG WebAppClassLoader - WAP parent loaded
> class javax.faces.webapp.FacesServlet
>
> 2018-09-24 23:50:44,093 [main] DEBUG ServletHolder - Servlet.init
> ***@67c09f68
> for Faces Servlet
>
> 2018-09-24 23:50:44,109 [main] DEBUG WebAppContext -
> isSystemResource==false
> com.sterlingcommerce.csp.gui.web.utils.SSPGUILog4jInitializer
> jar:file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/WebUIUtils.jar!/com/sterlingcommerce/csp/gui/web/utils/SSPGUILog4jInitializer.class
>
> 2018-09-24 23:50:44,109 [main] DEBUG WebAppClassLoader - WAP webapp loaded
> class com.sterlingcommerce.csp.gui.web.utils.SSPGUILog4jInitializer
>
> 2018-09-24 23:50:44,109 [main] INFO ContextHandler - Started
> o.e.j.w.WebAppContext@
> -71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}
>
> 2018-09-24 23:50:44,109 [main] DEBUG WebAppContext - postConfigure
> o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}
> with ***@9f3774af
>
> 2018-09-24 23:50:44,109 [main] DEBUG WebAppContext - postConfigure
> o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}
> with ***@b9c5e3f0
>
> 2018-09-24 23:50:44,109 [main] DEBUG WebAppContext - postConfigure
> o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}
> with ***@97b8f23a
>
> 2018-09-24 23:50:44,109 [main] DEBUG WebAppContext - postConfigure
> o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}
> with ***@680608a9
>
> 2018-09-24 23:50:44,109 [main] DEBUG WebAppContext - postConfigure
> o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}
> with ***@8e02e379
>
> 2018-09-24 23:50:44,109 [main] DEBUG WebAppContext - postConfigure
> o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}
> with ***@17b5410e
>
> 2018-09-24 23:50:44,109 [main] DEBUG AbstractLifeCycle - STARTED @10000ms
> o.e.j.w.WebAppContext@
> -71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}
>
> 2018-09-24 23:50:44,109 [main] DEBUG AbstractLifeCycle - starting
> o.e.j.w.WebAppContext@
> -7275f62c{SSPDashboard,/SSPDashboard,null,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SSPDashboard}
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping
> o.e.j.w.WebAppContext@
> -71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractHandler - stopping
> o.e.j.w.WebAppContext@
> -71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping
> ***@c6955689
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED
> ***@c6955689
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping
> ***@dd2a8135
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractHandler - stopping
> ***@dd2a8135
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED
> ***@dd2a8135
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping
> org.eclipse.jetty.server.session.SessionHandler-121859204==dftMaxIdleSec=1800
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping
> ***@f49b0437
> [evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false]
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping
> ***@b2b25ad1
> [passivating=false,graceSec=3600]
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED
> ***@b2b25ad1
> [passivating=false,graceSec=3600]
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED
> ***@f49b0437
> [evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false]
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractHandler - stopping
> org.eclipse.jetty.server.session.SessionHandler-121859204==dftMaxIdleSec=1800
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping
> ***@c2e4eac3
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractHandler - stopping
> ***@c2e4eac3
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping
> ***@756a145a
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractHandler - stopping
> ***@756a145a
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping
> ***@2cd92532
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED
> ***@2cd92532
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping
> ***@6a954ad4
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED
> ***@6a954ad4
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping
> ***@22b464fd
> ==com.sterlingcommerce.sspgui.web.servlet.KeepAliveServlet,jsp=null,order=-1,inst=false
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED
> ***@22b464fd
> ==com.sterlingcommerce.sspgui.web.servlet.KeepAliveServlet,jsp=null,order=-1,inst=false
>
> 2018-09-24 23:50:44,109 [main] DEBUG WebAppContext - Thread Context
> classloader WebAppClassLoader=***@4c46dc3e
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping
> ***@c40ea71b
> ==com.sterlingcommerce.sspgui.web.util.ContentErrorHandler,jsp=null,order=-1,inst=false
>
> 2018-09-24 23:50:44,109 [main] DEBUG WebAppContext - Parent class loader:
> sun.misc.Launcher$***@ef738a93
>
> 2018-09-24 23:50:44,109 [main] DEBUG WebAppContext - Parent class loader:
> sun.misc.Launcher$***@a33e7628
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED
> ***@c40ea71b
> ==com.sterlingcommerce.sspgui.web.util.ContentErrorHandler,jsp=null,order=-1,inst=false
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping
> ***@a794153b
> ==com.sterlingcommerce.sspgui.web.servlet.LogoutServlet,jsp=null,order=-1,inst=false
>
> 2018-09-24 23:50:44,109 [main] DEBUG WebAppContext - preConfigure
> o.e.j.w.WebAppContext@-7275f62c{SSPDashboard,/SSPDashboard,null,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SSPDashboard}
> with ***@5a00079a
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED
> ***@a794153b
> ==com.sterlingcommerce.sspgui.web.servlet.LogoutServlet,jsp=null,order=-1,inst=false
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping
> ***@5aa2e45c
> ==com.sun.rave.web.ui.theme.ThemeServlet,jsp=null,order=-1,inst=false
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED
> ***@5aa2e45c
> ==com.sun.rave.web.ui.theme.ThemeServlet,jsp=null,order=-1,inst=false
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping
> ***@e45569aa
> ==com.sun.errorhandler.ExceptionHandler,jsp=null,order=-1,inst=false
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED
> ***@e45569aa
> ==com.sun.errorhandler.ExceptionHandler,jsp=null,order=-1,inst=false
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping
> Faces ***@87ee159b
> ==com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet,jsp=null,order=1,inst=true
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED
> Faces ***@87ee159b
> ==com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet,jsp=null,order=1,inst=false
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping
> NonceProtectionFilter
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED
> NonceProtectionFilter
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping
> systemProtectionFilter
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED
> systemProtectionFilter
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping
> sessionValidationFilter
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED
> sessionValidationFilter
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping
> debugFilter
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED
> debugFilter
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping
> UploadFilter
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED
> UploadFilter
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping
> ***@6c38be1b
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED
> ***@6c38be1b
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping
> ***@19c47
> ==org.eclipse.jetty.jsp.JettyJspServlet,jsp=null,order=0,inst=true
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED
> ***@19c47
> ==org.eclipse.jetty.jsp.JettyJspServlet,jsp=null,order=0,inst=false
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping
> ***@5c13d641
> ==org.eclipse.jetty.servlet.DefaultServlet,jsp=null,order=0,inst=true
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED
> ***@5c13d641
> ==org.eclipse.jetty.servlet.DefaultServlet,jsp=null,order=0,inst=false
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping
> ***@d91c4482
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED
> ***@d91c4482
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping
> ***@9910592e
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED
> ***@9910592e
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED
> ***@756a145a
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED
> ***@c2e4eac3
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED
> org.eclipse.jetty.server.session.SessionHandler-121859204==dftMaxIdleSec=1800
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG ContextHandler -
> contextDestroyed:
> javax.servlet.ServletContextEvent[source=***@o.e.j.w.WebAppContext
> @-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}]->***@5534a564
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG ConfigureListener -
> contextDestroyed(SspJsf)
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG ContextHandler -
> contextDestroyed:
> javax.servlet.ServletContextEvent[source=***@o.e.j.w.WebAppContext
> @-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}]->***@9351a429
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG ContextHandler -
> contextDestroyed:
> javax.servlet.ServletContextEvent[source=***@o.e.j.w.WebAppContext
> @-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}]->***@52d0cbd3
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG ConfigureListener -
> contextDestroyed(SspJsf)
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG ContextHandler -
> contextDestroyed:
> javax.servlet.ServletContextEvent[source=***@o.e.j.w.WebAppContext
> @-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}]->***@1a02ebe8
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG ContextHandler -
> contextDestroyed:
> javax.servlet.ServletContextEvent[source=***@o.e.j.w.WebAppContext
> @-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}]->***@d0cbeb8c
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG ClasspathPattern - match class
> javax.el.BeanELResolver from
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.mortbay.jasper.apache-el-8.5.24.2.jar
> byName=null byLocation=null in [-org.eclipse.jetty.util.log.,
> -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet,
> -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty.,
> org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData,
> -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket.,
> -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt.,
> -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi.,
> -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx.,
> -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG WebAppContext -
> isServerClass==false class javax.el.BeanELResolver
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG WebAppClassLoader - WAP parent
> loaded class javax.el.BeanELResolver
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG ELContextCleaner - Not cleaning
> cached beans: no such field javax.el.BeanELResolver.properties
>
> 2018-09-24 23:50:44,109 [main] DEBUG WebInfConfiguration - Try
> webapp=file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/,
> exists=true, directory=true
> file=C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SSPDashboard
>
> 2018-09-24 23:50:44,109 [main] DEBUG WebInfConfiguration -
> webapp=file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/
>
> 2018-09-24 23:50:44,109 [main] DEBUG WebInfConfiguration - Matching
> container urls
> [file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/sspconfig.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/accepter.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/authentication.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/componentCommon.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/configurator.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/haas.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/hadrian-client.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/hadrian-common.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/hadrian-gui.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/persistence.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/sspconfig.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/activemq-client-5.11.1.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/alloy.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/alpn-api-1.1.3.v20160715.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/asm-6.2.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/asm-commons-6.2.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/castor-1.3.3-anttasks.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/castor-1.3.3-codegen.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/castor-1.3.3-core.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/castor-1.3.3-ddlgen.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/castor-1.3.3-jdo.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/castor-1.3.3-xml-schema.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/castor-1.3.3-xml.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/castor-1.3.3.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/cdi-2-9.4.11.v20180605.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/cdi-core-9.4.11.v20180605.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/cdi-servlet-9.4.11.v20180605.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/CL3Export.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/CL3Nonexport.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/com.ibm.mq.headers.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/com.ibm.mq.jmqi.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/com.ibm.mqjms.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-beanutils-core.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-beanutils.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-cli-1.2.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-codec-1.6.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-codec.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-collections-3.2.2.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-digester.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-fileupload-1.3.3.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-httpclient-3.1.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-io-2.4.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-logging-1.1.1.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-logging-api.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-logging.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/concurrent.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/dhbcore.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/fluent-hc-4.2.5.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/geronimo-j2ee-management_1.1_spec-1.0.1.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/geronimo-jms_1.1_spec-1.1.1.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/help-4_2-ehelp-integration.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/help-demo.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/help-indexer.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/help-share.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/help-wizard.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/help4.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/hivemind-1.1.1.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/hivemind-jmx-1.1.1.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/hivemind-lib-1.1.1.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/httpclient-4.2.5.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/httpclient-cache-4.2.5.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/httpcore-4.2.4.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/httpmime-4.2.5.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/ibmpkcs.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jackson-core-asl-1.9.2.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jackson-jaxrs-1.9.2.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jackson-mapper-asl-1.9.2.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jackson-xc-1.9.2.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jakarta-oro-2.0.8.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/javassist.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/javax.annotation-api-1.2.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jcl-over-slf4j-1.7.5.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jdom.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jersey-client-1.16.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jersey-core-1.16.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jersey-json-1.16.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jersey-server-1.16.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jersey-servlet-1.16.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jettison-1.1.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-annotations-9.4.11.v20180605.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-client-9.4.11.v20180605.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-continuation-9.4.11.v20180605.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-deploy-9.4.11.v20180605.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-http-9.4.11.v20180605.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-io-9.4.11.v20180605.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-jaas-9.4.11.v20180605.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-jaspi-9.4.11.v20180605.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-jmx-9.4.11.v20180605.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-jndi-9.4.11.v20180605.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-memcached-sessions-9.4.11.v20180605.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-nosql-9.4.11.v20180605.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-plus-9.4.11.v20180605.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-quickstart-9.4.11.v20180605.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-rewrite-9.4.11.v20180605.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-schemas-3.1.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-security-9.4.11.v20180605.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-server-9.4.11.v20180605.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-servlet-9.4.11.v20180605.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-servlets-9.4.11.v20180605.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-unixsocket-9.4.11.v20180605.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-util-9.4.11.v20180605.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-webapp-9.4.11.v20180605.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-xml-9.4.11.v20180605.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jewt.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jms.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jndi.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jsf-api.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jsf-impl.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jsfcl.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jsr311-api-1.1.1.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jstl.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/junit.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jzlib-1.1.2.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/log4j-1.2-api-2.8.2.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/log4j-api-2.8.2.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/log4j-core-2.8.2.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/log4j-slf4j-impl-2.8.2.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/maverick-legacy-common-1.1.11.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/maverick-legacy-common-1.1.13.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/maverick-legacy-common-1.1.20.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/maverick-legacy-server-1.6.27-no-common.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/maverick-legacy-server-1.6.30-no-common.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/maverick-legacy-server-1.6.41-no-common.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/nekohtml.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/not-yet-commons-ssl-0.3.15.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/ohj-jewt.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/ohj.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/oracle_ice.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/oracle_ice5.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-spec-1.2.5.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.eclipse.jdt.ecj-3.12.3.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.eclipse.jetty.apache-jsp-9.4.11.v20180605.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.mortbay.jasper.apache-el-8.5.24.2.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.mortbay.jasper.apache-jsp-8.5.24.2.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/PD.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/pnuts.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/rmm.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/serializer.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/servlet-api-3.1.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/share.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/slf4j-api-1.7.5.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/TableLayout.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/wizard-ewt.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/xalan.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/xercesImpl.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/xml-apis.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/conf/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/access-bridge-64.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/cldrdata.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/CmpCrmf.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/commons-ssl.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/dnsns.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/dtfj.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/dtfjview.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/gskikm.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/healthcenter.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/ibmcac.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/ibmcmsprovider.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/ibmjcefips.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/ibmjceplus.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/ibmjceprovider.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/ibmkeycert.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/ibmpemkeystore.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/ibmpkcs11impl.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/ibmsaslprovider.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/IBMSecureRandom.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/ibmxmlcrypto.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/ibmxmldsigprovider.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/ibmxmlencprovider.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/jaccess.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/localedata.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/nashorn.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/traceformat.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/xmlencfw.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/zipfs.jar]
>
> 2018-09-24 23:50:44,109 [Scanner-0] INFO ContextHandler - Stopped
> o.e.j.w.WebAppContext@
> -71bd3073{SspJsf,/SspJsf,null,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED
> o.e.j.w.WebAppContext@
> -71bd3073{SspJsf,/SspJsf,null,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG DeploymentManager - Executing
> Node Node[deployed]
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG DeploymentManager - Executing
> Node Node[undeploying]
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AppLifeCycle - Calling
> org.eclipse.jetty.deploy.bindings.StandardUndeployer for
> App[o.e.j.w.WebAppContext@
> -71bd3073{SspJsf,/SspJsf,null,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf},C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf]
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG StandardUndeployer - Child
> handler o.e.j.w.WebAppContext@
> -71bd3073{SspJsf,/SspJsf,null,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG StandardUndeployer - Removing
> handler o.e.j.w.WebAppContext@
> -71bd3073{SspJsf,/SspJsf,null,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG StandardUndeployer - After
> removal: 1 (originally 2)
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG StandardUndeployer - Child
> handler o.e.j.w.WebAppContext@
> -7275f62c{SSPDashboard,/SSPDashboard,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SSPDashboard}
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG DeploymentManager - Executing
> Node Node[undeployed]
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG DeploymentManager - Deployable
> removed: App[o.e.j.w.WebAppContext@
> -71bd3073{SspJsf,/SspJsf,null,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf},C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf]
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG DeploymentManager - Deployable
> added:
> C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG DeploymentManager - Executing
> Node Node[deploying]
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AppLifeCycle - Calling
> org.eclipse.jetty.deploy.bindings.StandardDeployer for
> App[null,C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf]
>
> 2018-09-24 23:50:44,125 [Scanner-0] DEBUG DecoratedObjectFactory - Adding
> Decorator: ***@37b89722
>
> 2018-09-24 23:50:44,125 [Scanner-0] DEBUG ContainerLifeCycle -
> ***@4e01db3f{/,null,UNAVAILABLE} added
> {org.eclipse.jetty.server.session.SessionHandler-1796122646==dftMaxIdleSec=-1,MANAGED}
>
> 2018-09-24 23:50:44,125 [Scanner-0] DEBUG ContainerLifeCycle -
> ***@ca752c56 added
> {***@488fab1d,POJO}
>
> 2018-09-24 23:50:44,125 [Scanner-0] DEBUG ContainerLifeCycle -
> org.eclipse.jetty.server.session.SessionHandler-1796122646==dftMaxIdleSec=-1
> added {***@ca752c56
> ,MANAGED}
>
> 2018-09-24 23:50:44,125 [Scanner-0] DEBUG ContainerLifeCycle -
> ***@ca752c56 added
> {***@8f46bf49,MANAGED}
>
> 2018-09-24 23:50:44,125 [Scanner-0] DEBUG ContainerLifeCycle -
> ***@4e01db3f{/,null,UNAVAILABLE} added
> {***@f6561d65,MANAGED}
>
> 2018-09-24 23:50:44,125 [Scanner-0] DEBUG AbstractLifeCycle - starting
> ***@4e01db3f
> {SspJsf,/SspJsf,null,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}
>
> 2018-09-24 23:50:44,125 [Scanner-0] DEBUG WebAppContext - Thread Context
> classloader WebAppClassLoader=***@ffffffff81421ca7
>
> 2018-09-24 23:50:44,125 [Scanner-0] DEBUG WebAppContext - Parent class
> loader: sun.misc.Launcher$***@ef738a93
>
> 2018-09-24 23:50:44,125 [Scanner-0] DEBUG WebAppContext - Parent class
> loader: sun.misc.Launcher$***@a33e7628
>
> 2018-09-24 23:50:44,125 [Scanner-0] DEBUG WebAppContext - preConfigure
> ***@4e01db3f{SspJsf,/SspJsf,null,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}
> with ***@bfca4318
>
>
>
> *From:* jetty-users-***@eclipse.org [mailto:
> jetty-users-***@eclipse.org] *On Behalf Of *Jan Bartel
> *Sent:* Monday, September 24, 2018 7:00 PM
> *To:* JETTY user mailing list <jetty-***@eclipse.org>
> *Subject:* Re: [jetty-users] Issues with jetty-9.4.11 running JSTL.jar
>
>
>
> ** This mail has been sent from an external source **
>
>
>
> sspcmrest:
>
> Get rid of servlet-api.jar in WEB-INF/lib. webapps cannot override javax
> classes.
>
>
>
> SspJsf:
>
> Get rid of these jars in WEB-INF/lib, they should be on the container
> classpath (double check you are using the correct versions of these jars
> with the version of the distro of jetty you're targetting):
>
>
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar
>
>
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-standard-spec-1.2.5.jar
>
>
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.eclipse.jdt.ecj-3.12.3.jar
>
>
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.eclipse.jetty.apache-jsp-9.4.11.v20180605.jar
>
>
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.mortbay.jasper.apache-el-8.5.24.2.jar
>
>
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.mortbay.jasper.apache-jsp-8.5.24.2.jar
>
>
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/jstl.jar
>
>
>
> You can also see from the dump that all of your webapps except for the
> Dashboard are marked as UNAVAILABLE, meaning they didn't start properly.
> There should be some exceptions and WARNings in your log output.
>
>
>
> Jan
>
>
>
> On 25 September 2018 at 03:33, Joakim Erdfelt <***@webtide.com> wrote:
>
> Also of note on your dump.
>
>
>
> You have far too many jetty dependencies/jars, there's no way you are
> possibly using all of those dependencies. (some in direct conflict with
> each other)
>
> Consider pruning down to only what you need/use.
>
>
>
> Also, since you are using the IBM JVM, be aware that it's lack of use of
> the TLS RFC Cipher Suite names means you will not have full SSL/TLS support
> out of the box correctly.
>
> You have to heavily tweak the SslContextFactory and it's includes/excludes
> to conform to the non-standard Cipher Suite naming that IBM is still using.
>
> If you have a service contract with IBM, ask them to support the
> registered RFC Cipher Suite names out of the box with their
> SSLEngine.getSupportedCipherSuites()!!
>
> (Note: we are not the only library you will have issues with this
> antiquated decision of IBM)
>
>
>
> Joakim Erdfelt / ***@webtide.com
>
>
>
>
>
> On Mon, Sep 24, 2018 at 12:27 PM Joakim Erdfelt <***@webtide.com>
> wrote:
>
> Since you are not running Maven, it will be difficult for me to resolve
> things and tell you where the problem is.
>
>
>
> Can you run the following code once with your Server
> classpath/classloader, and once again from within your webapp classloader?
>
>
>
> https://gist.github.com/joakime/e6caf36ff30c48248e313440cae20495
>
>
>
> package cloader;
>
>
>
> import java.net.URL;
>
> import java.util.Enumeration;
>
>
>
> public class WhereIsThisComingFrom
>
> {
>
> public static void main(String[] args)
>
> {
>
> ClassLoader cl = Thread.currentThread().getContextClassLoader();
>
>
>
> locate(cl, "org/apache/juli/logging/Log.class");
>
> locate(cl, "org/eclipse/jetty/apache/jsp/JuliLog.class");
>
> }
>
>
>
> public static void locate(ClassLoader cl, Class<?> clazz)
>
> {
>
> String classAsResource = clazz.getName().replace('.', '/') +
> ".class";
>
> locate(cl, classAsResource);
>
> }
>
>
>
>

--
Jan Bartel <***@webtide.com>
www.webtide.com
*Expert assistance from the creators of Jetty and CometD*
Eze Ikonne
2018-09-25 05:03:20 UTC
Permalink
Hi Jan,

Sure, I will try one app at a time and see if it make a difference. Please see the code snippet that is being used to deploy the apps. The pattern that it uses is same as the one being used by Jetty standalone. Please let me know if you see any abnormal in this code snippet.


DeploymentManager dm = new DeploymentManager();
WebAppProvider webappProvider = new WebAppProvider();
webappProvider.setMonitoredDirName(sDir);
webappProvider.setScanInterval(1);
webappProvider.setExtractWars(true);
dm.setContexts(contexts);
//dm.setContextAttribute(
// "org.eclipse.jetty.server.webapp.ContainerIncludeJarPattern",
// ".*/servlet-api-[^/]*\\.jar$");

dm.setContextAttribute(
"org.eclipse.jetty.server.webapp.ContainerIncludeJarPattern",
".*/[^/]*servlet-api-[^/]*\\.jar$|.*/javax.servlet.jsp.jstl-.*\\.jar$|.*/org.apache.taglibs.taglibs-standard-impl-.*\\.jar$");

dm.addAppProvider(webappProvider);
server.addBean(dm);
dm.start();


From: jetty-users-***@eclipse.org [mailto:jetty-users-***@eclipse.org] On Behalf Of Jan Bartel
Sent: Monday, September 24, 2018 11:58 PM
To: JETTY user mailing list <jetty-***@eclipse.org>
Subject: Re: [jetty-users] Issues with jetty-9.4.11 running JSTL.jar

** This mail has been sent from an external source **

There's something extremely wrong with your container classpath, "file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/" is on the container's classpath dozens and dozens of times. Also it looks like you have misconfigured the org.eclipse.jetty.server.webapp.ContainerIncludeJarPattern, because it looks like it is matching every jar in the container classpath, whereas it probably only needs to match the jars that contain the jstl taglibs (you just want to scan the minimum number of jars on the container classpath for taglibs, META-INF/resources, web-app-fragment.xml, otherwise it will take forever to start your webapp).

I recommend you just deploy one webapp at a time so you can get one properly deployed before you move on to another one.

Jan

On Tue, 25 Sep 2018 at 14:37, Eze Ikonne <***@aricent.com<mailto:***@aricent.com>> wrote:
Hi Jan,

I did implement your suggestions and at the moment there is no more conflicts with jar files, at least that’s what the log file indicates. The only exception in the log file
is thrown by security handler for not enabling TLS for all methods. I have been told that this exception is innocuous. However, after Jetty loads my web app, it appears that the
scan process right off the bat stops them without any apparent exception thrown, at least there is none in the log file. Please see the segment included where the modules seem
to have been started and then the Jetty scan process just kills them all. Any idea as to why this behavior? If needed I can also send the runtime class loader interaction.


2018-09-24 23:50:43,922 [main] DEBUG LifecycleFactoryImpl - Created Default Lifecycle
2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - getResource META-INF/services/javax.faces.lifecycle.LifecycleFactory null
2018-09-24 23:50:43,922 [main] DEBUG ContextHandler - contextInitialized: javax.servlet.ServletContextEvent[source=***@o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,STARTING}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}]->***@9351a429<mailto:***@9351a429>
2018-09-24 23:50:43,922 [main] DEBUG ContextHandler - contextInitialized: javax.servlet.ServletContextEvent[source=***@o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,STARTING}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}]->***@5534a564<mailto:***@5534a564>
2018-09-24 23:50:43,922 [main] DEBUG ConfigureListener - contextInitialized(SspJsf)
2018-09-24 23:50:43,922 [main] DEBUG AbstractLifeCycle - starting UploadFilter
2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isSystemResource==false com.sun.rave.web.ui.util.UploadFilter jar:file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/webui.jar!/com/sun/rave/web/ui/util/UploadFilter.class
2018-09-24 23:50:43,922 [main] DEBUG ClasspathPattern - match interface javax.servlet.Filter from file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/servlet-api-3.1.jar byName=null byLocation=null in [-org.eclipse.jetty.util.log., -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet, -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty., org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData, -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket., -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt., -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi., -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx., -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isServerClass==false interface javax.servlet.Filter
2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP parent loaded interface javax.servlet.Filter
2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP webapp loaded class com.sun.rave.web.ui.util.UploadFilter
2018-09-24 23:50:43,922 [main] DEBUG BaseHolder - Holding class com.sun.rave.web.ui.util.UploadFilter from WebAppClassLoader=***@6f478373
2018-09-24 23:50:43,922 [main] DEBUG AbstractLifeCycle - STARTED @9813ms UploadFilter
2018-09-24 23:50:43,922 [main] DEBUG ClasspathPattern - match interface javax.servlet.ServletRequest from file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/servlet-api-3.1.jar byName=null byLocation=null in [-org.eclipse.jetty.util.log., -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet, -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty., org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData, -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket., -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt., -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi., -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx., -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isServerClass==false interface javax.servlet.ServletRequest
2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP parent loaded interface javax.servlet.ServletRequest
2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isSystemResource==false org.apache.commons.fileupload.FileUploadException jar:file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/commons-fileupload-1.3.3.jar!/org/apache/commons/fileupload/FileUploadException.class
2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP webapp loaded class org.apache.commons.fileupload.FileUploadException
2018-09-24 23:50:43,922 [main] DEBUG ClasspathPattern - match class javax.servlet.ServletException from file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/servlet-api-3.1.jar byName=null byLocation=null in [-org.eclipse.jetty.util.log., -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet, -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty., org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData, -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket., -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt., -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi., -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx., -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isServerClass==false class javax.servlet.ServletException
2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP parent loaded class javax.servlet.ServletException
2018-09-24 23:50:43,922 [main] DEBUG ClasspathPattern - match interface javax.servlet.ServletResponse from file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/servlet-api-3.1.jar byName=null byLocation=null in [-org.eclipse.jetty.util.log., -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet, -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty., org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData, -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket., -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt., -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi., -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx., -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isServerClass==false interface javax.servlet.ServletResponse
2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP parent loaded interface javax.servlet.ServletResponse
2018-09-24 23:50:43,922 [main] DEBUG ClasspathPattern - match interface javax.servlet.FilterChain from file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/servlet-api-3.1.jar byName=null byLocation=null in [-org.eclipse.jetty.util.log., -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet, -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty., org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData, -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket., -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt., -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi., -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx., -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isServerClass==false interface javax.servlet.FilterChain
2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP parent loaded interface javax.servlet.FilterChain
2018-09-24 23:50:43,922 [main] DEBUG ClasspathPattern - match interface javax.servlet.http.HttpServletRequest from file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/servlet-api-3.1.jar byName=null byLocation=null in [-org.eclipse.jetty.util.log., -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet, -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty., org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData, -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket., -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt., -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi., -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx., -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isServerClass==false interface javax.servlet.http.HttpServletRequest
2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP parent loaded interface javax.servlet.http.HttpServletRequest
2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isSystemResource==false org.apache.commons.fileupload.FileItem jar:file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/commons-fileupload-1.3.3.jar!/org/apache/commons/fileupload/FileItem.class
2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isSystemResource==false org.apache.commons.fileupload.FileItemHeadersSupport jar:file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/commons-fileupload-1.3.3.jar!/org/apache/commons/fileupload/FileItemHeadersSupport.class
2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP webapp loaded interface org.apache.commons.fileupload.FileItemHeadersSupport
2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP webapp loaded interface org.apache.commons.fileupload.FileItem
2018-09-24 23:50:43,922 [main] DEBUG ClasspathPattern - match interface javax.servlet.FilterConfig from file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/servlet-api-3.1.jar byName=null byLocation=null in [-org.eclipse.jetty.util.log., -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet, -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty., org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData, -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket., -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt., -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi., -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx., -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isServerClass==false interface javax.servlet.FilterConfig
2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP parent loaded interface javax.servlet.FilterConfig
2018-09-24 23:50:43,922 [main] DEBUG FilterHolder - Filter.init com.sun.rave.web.ui.util.UploadFilter
2018-09-24 23:50:43,922 [main] DEBUG AbstractLifeCycle - starting debugFilter
2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isSystemResource==false com.sterlingcommerce.sspgui.web.filter.SSPContentDebugFilter file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/classes/com/sterlingcommerce/sspgui/web/filter/SSPContentDebugFilter.class
2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP webapp loaded class com.sterlingcommerce.sspgui.web.filter.SSPContentDebugFilter
2018-09-24 23:50:43,922 [main] DEBUG BaseHolder - Holding class com.sterlingcommerce.sspgui.web.filter.SSPContentDebugFilter from WebAppClassLoader=***@6f478373
2018-09-24 23:50:43,922 [main] DEBUG AbstractLifeCycle - STARTED @9813ms debugFilter
2018-09-24 23:50:43,922 [main] DEBUG FilterHolder - Filter.init ***@8d71a455<mailto:***@8d71a455>
2018-09-24 23:50:43,922 [main] DEBUG AbstractLifeCycle - starting sessionValidationFilter
2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isSystemResource==false com.sterlingcommerce.sspgui.web.filter.SSPContentSessionValidationFilter file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/classes/com/sterlingcommerce/sspgui/web/filter/SSPContentSessionValidationFilter.class
2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP webapp loaded class com.sterlingcommerce.sspgui.web.filter.SSPContentSessionValidationFilter
2018-09-24 23:50:43,922 [main] DEBUG BaseHolder - Holding class com.sterlingcommerce.sspgui.web.filter.SSPContentSessionValidationFilter from WebAppClassLoader=***@6f478373
2018-09-24 23:50:43,922 [main] DEBUG AbstractLifeCycle - STARTED @9813ms sessionValidationFilter
2018-09-24 23:50:43,922 [main] DEBUG ClasspathPattern - match interface javax.servlet.http.HttpServletResponse from file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/servlet-api-3.1.jar byName=null byLocation=null in [-org.eclipse.jetty.util.log., -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet, -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty., org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData, -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket., -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt., -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi., -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx., -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isServerClass==false interface javax.servlet.http.HttpServletResponse
2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP parent loaded interface javax.servlet.http.HttpServletResponse
2018-09-24 23:50:43,922 [main] DEBUG FilterHolder - Filter.init ***@ba481913<mailto:***@ba481913>
2018-09-24 23:50:43,922 [main] DEBUG AbstractLifeCycle - starting systemProtectionFilter
2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isSystemResource==false com.sterlingcommerce.sspgui.web.filter.SSPContentWebPagesFilter file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/classes/com/sterlingcommerce/sspgui/web/filter/SSPContentWebPagesFilter.class
2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP webapp loaded class com.sterlingcommerce.sspgui.web.filter.SSPContentWebPagesFilter
2018-09-24 23:50:43,922 [main] DEBUG BaseHolder - Holding class com.sterlingcommerce.sspgui.web.filter.SSPContentWebPagesFilter from WebAppClassLoader=***@6f478373
2018-09-24 23:50:43,922 [main] DEBUG AbstractLifeCycle - STARTED @9813ms systemProtectionFilter
2018-09-24 23:50:43,922 [main] DEBUG FilterHolder - Filter.init ***@6a2cf70f<mailto:***@6a2cf70f>
2018-09-24 23:50:43,922 [main] DEBUG AbstractLifeCycle - starting NonceProtectionFilter
2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isSystemResource==false com.sterlingcommerce.sspgui.web.filter.SSPContentNonceValidationFilter file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/classes/com/sterlingcommerce/sspgui/web/filter/SSPContentNonceValidationFilter.class
2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP webapp loaded class com.sterlingcommerce.sspgui.web.filter.SSPContentNonceValidationFilter
2018-09-24 23:50:43,922 [main] DEBUG BaseHolder - Holding class com.sterlingcommerce.sspgui.web.filter.SSPContentNonceValidationFilter from WebAppClassLoader=***@6f478373
2018-09-24 23:50:43,922 [main] DEBUG AbstractLifeCycle - STARTED @9813ms NonceProtectionFilter
2018-09-24 23:50:43,922 [main] DEBUG FilterHolder - Filter.init ***@58590a1a<mailto:***@58590a1a>
2018-09-24 23:50:43,937 [main] DEBUG AbstractLifeCycle - starting ***@22b464fd==com.sterlingcommerce.sspgui.web.servlet.KeepAliveServlet,jsp=null,order=-1,inst=false<mailto:***@22b464fd==com.sterlingcommerce.sspgui.web.servlet.KeepAliveServlet,jsp=null,order=-1,inst=false>
2018-09-24 23:50:43,937 [main] DEBUG WebAppContext - isSystemResource==false com.sterlingcommerce.sspgui.web.servlet.KeepAliveServlet file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/classes/com/sterlingcommerce/sspgui/web/servlet/KeepAliveServlet.class
2018-09-24 23:50:43,937 [main] DEBUG ClasspathPattern - match class javax.servlet.http.HttpServlet from file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/servlet-api-3.1.jar byName=null byLocation=null in [-org.eclipse.jetty.util.log., -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet, -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty., org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData, -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket., -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt., -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi., -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx., -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
2018-09-24 23:50:43,937 [main] DEBUG WebAppContext - isServerClass==false class javax.servlet.http.HttpServlet
2018-09-24 23:50:43,937 [main] DEBUG WebAppClassLoader - WAP parent loaded class javax.servlet.http.HttpServlet
2018-09-24 23:50:43,937 [main] DEBUG WebAppClassLoader - WAP webapp loaded class com.sterlingcommerce.sspgui.web.servlet.KeepAliveServlet
2018-09-24 23:50:43,937 [main] DEBUG BaseHolder - Holding class com.sterlingcommerce.sspgui.web.servlet.KeepAliveServlet from WebAppClassLoader=***@6f478373
2018-09-24 23:50:43,937 [main] DEBUG AbstractLifeCycle - STARTED @9828ms ***@22b464fd==com.sterlingcommerce.sspgui.web.servlet.KeepAliveServlet,jsp=null,order=-1,inst=false<mailto:***@22b464fd==com.sterlingcommerce.sspgui.web.servlet.KeepAliveServlet,jsp=null,order=-1,inst=false>
2018-09-24 23:50:43,937 [main] DEBUG AbstractLifeCycle - starting ***@a794153b==com.sterlingcommerce.sspgui.web.servlet.LogoutServlet,jsp=null,order=-1,inst=false<mailto:***@a794153b==com.sterlingcommerce.sspgui.web.servlet.LogoutServlet,jsp=null,order=-1,inst=false>
2018-09-24 23:50:43,937 [main] DEBUG WebAppContext - isSystemResource==false com.sterlingcommerce.sspgui.web.servlet.LogoutServlet file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/classes/com/sterlingcommerce/sspgui/web/servlet/LogoutServlet.class
2018-09-24 23:50:43,937 [main] DEBUG WebAppClassLoader - WAP webapp loaded class com.sterlingcommerce.sspgui.web.servlet.LogoutServlet
2018-09-24 23:50:43,937 [main] DEBUG BaseHolder - Holding class com.sterlingcommerce.sspgui.web.servlet.LogoutServlet from WebAppClassLoader=***@6f478373
2018-09-24 23:50:43,937 [main] DEBUG AbstractLifeCycle - STARTED @9828ms ***@a794153b==com.sterlingcommerce.sspgui.web.servlet.LogoutServlet,jsp=null,order=-1,inst=false<mailto:***@a794153b==com.sterlingcommerce.sspgui.web.servlet.LogoutServlet,jsp=null,order=-1,inst=false>
2018-09-24 23:50:43,937 [main] DEBUG AbstractLifeCycle - starting ***@c40ea71b==com.sterlingcommerce.sspgui.web.util.ContentErrorHandler,jsp=null,order=-1,inst=false<mailto:***@c40ea71b==com.sterlingcommerce.sspgui.web.util.ContentErrorHandler,jsp=null,order=-1,inst=false>
2018-09-24 23:50:43,937 [main] DEBUG WebAppContext - isSystemResource==false com.sterlingcommerce.sspgui.web.util.ContentErrorHandler file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/classes/com/sterlingcommerce/sspgui/web/util/ContentErrorHandler.class
2018-09-24 23:50:43,937 [main] DEBUG WebAppClassLoader - WAP webapp loaded class com.sterlingcommerce.sspgui.web.util.ContentErrorHandler
2018-09-24 23:50:43,937 [main] DEBUG BaseHolder - Holding class com.sterlingcommerce.sspgui.web.util.ContentErrorHandler from WebAppClassLoader=***@6f478373
2018-09-24 23:50:43,937 [main] DEBUG AbstractLifeCycle - STARTED @9828ms ***@c40ea71b==com.sterlingcommerce.sspgui.web.util.ContentErrorHandler,jsp=null,order=-1,inst=false<mailto:***@c40ea71b==com.sterlingcommerce.sspgui.web.util.ContentErrorHandler,jsp=null,order=-1,inst=false>
2018-09-24 23:50:43,937 [main] DEBUG AbstractLifeCycle - starting ***@e45569aa==com.sun.errorhandler.ExceptionHandler,jsp=null,order=-1,inst=false<mailto:***@e45569aa==com.sun.errorhandler.ExceptionHandler,jsp=null,order=-1,inst=false>
2018-09-24 23:50:43,937 [main] DEBUG WebAppContext - isSystemResource==false com.sun.errorhandler.ExceptionHandler jar:file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/errorhandler.jar!/com/sun/errorhandler/ExceptionHandler.class
2018-09-24 23:50:43,937 [main] DEBUG WebAppClassLoader - WAP webapp loaded class com.sun.errorhandler.ExceptionHandler
2018-09-24 23:50:43,937 [main] DEBUG BaseHolder - Holding class com.sun.errorhandler.ExceptionHandler from WebAppClassLoader=***@6f478373
2018-09-24 23:50:43,937 [main] DEBUG AbstractLifeCycle - STARTED @9828ms ***@e45569aa==com.sun.errorhandler.ExceptionHandler,jsp=null,order=-1,inst=false<mailto:***@e45569aa==com.sun.errorhandler.ExceptionHandler,jsp=null,order=-1,inst=false>
2018-09-24 23:50:43,937 [main] DEBUG AbstractLifeCycle - starting ***@5aa2e45c==com.sun.rave.web.ui.theme.ThemeServlet,jsp=null,order=-1,inst=false<mailto:***@5aa2e45c==com.sun.rave.web.ui.theme.ThemeServlet,jsp=null,order=-1,inst=false>
2018-09-24 23:50:43,937 [main] DEBUG WebAppContext - isSystemResource==false com.sun.rave.web.ui.theme.ThemeServlet jar:file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/webui.jar!/com/sun/rave/web/ui/theme/ThemeServlet.class
2018-09-24 23:50:43,937 [main] DEBUG WebAppClassLoader - WAP webapp loaded class com.sun.rave.web.ui.theme.ThemeServlet
2018-09-24 23:50:43,937 [main] DEBUG BaseHolder - Holding class com.sun.rave.web.ui.theme.ThemeServlet from WebAppClassLoader=***@6f478373
2018-09-24 23:50:43,937 [main] DEBUG AbstractLifeCycle - STARTED @9828ms ***@5aa2e45c==com.sun.rave.web.ui.theme.ThemeServlet,jsp=null,order=-1,inst=false<mailto:***@5aa2e45c==com.sun.rave.web.ui.theme.ThemeServlet,jsp=null,order=-1,inst=false>
2018-09-24 23:50:43,937 [main] DEBUG AbstractLifeCycle - starting ***@19c47==org.eclipse.jetty.jsp.JettyJspServlet,jsp=null,order=0,inst=false<mailto:***@19c47==org.eclipse.jetty.jsp.JettyJspServlet,jsp=null,order=0,inst=false>
2018-09-24 23:50:43,937 [main] DEBUG WebAppContext - isServerClass==false class org.eclipse.jetty.jsp.JettyJspServlet
2018-09-24 23:50:43,937 [main] DEBUG WebAppClassLoader - WAP parent loaded class org.eclipse.jetty.jsp.JettyJspServlet
2018-09-24 23:50:43,937 [main] DEBUG BaseHolder - Holding class org.eclipse.jetty.jsp.JettyJspServlet from sun.misc.Launcher$***@ef738a93<mailto:sun.misc.Launcher$***@ef738a93>
2018-09-24 23:50:43,937 [main] DEBUG AbstractLifeCycle - STARTED @9828ms ***@19c47==org.eclipse.jetty.jsp.JettyJspServlet,jsp=null,order=0,inst=false<mailto:***@19c47==org.eclipse.jetty.jsp.JettyJspServlet,jsp=null,order=0,inst=false>
2018-09-24 23:50:44,078 [main] DEBUG ClasspathPattern - match interface org.apache.tomcat.InstanceManager from file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.mortbay.jasper.apache-jsp-8.5.24.2.jar byName=null byLocation=null in [-org.eclipse.jetty.util.log., -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet, -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty., org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData, -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket., -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt., -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi., -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx., -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
2018-09-24 23:50:44,078 [main] DEBUG WebAppContext - isServerClass==false interface org.apache.tomcat.InstanceManager
2018-09-24 23:50:44,078 [main] DEBUG WebAppClassLoader - WAP parent loaded interface org.apache.tomcat.InstanceManager
2018-09-24 23:50:44,078 [main] DEBUG ServletHolder - Apache jasper detected
2018-09-24 23:50:44,078 [main] DEBUG ServletHolder - Servlet.init ***@7eefcc07<mailto:***@7eefcc07> for jsp
2018-09-24 23:50:44,078 [main] DEBUG AbstractLifeCycle - starting ***@5c13d641==org.eclipse.jetty.servlet.DefaultServlet,jsp=null,order=0,inst=false<mailto:***@5c13d641==org.eclipse.jetty.servlet.DefaultServlet,jsp=null,order=0,inst=false>
2018-09-24 23:50:44,078 [main] DEBUG WebAppContext - isServerClass==false class org.eclipse.jetty.servlet.DefaultServlet
2018-09-24 23:50:44,078 [main] DEBUG WebAppClassLoader - WAP parent loaded class org.eclipse.jetty.servlet.DefaultServlet
2018-09-24 23:50:44,078 [main] DEBUG BaseHolder - Holding class org.eclipse.jetty.servlet.DefaultServlet from sun.misc.Launcher$***@ef738a93<mailto:sun.misc.Launcher$***@ef738a93>
2018-09-24 23:50:44,078 [main] DEBUG AbstractLifeCycle - STARTED @9969ms ***@5c13d641==org.eclipse.jetty.servlet.DefaultServlet,jsp=null,order=0,inst=false<mailto:***@5c13d641==org.eclipse.jetty.servlet.DefaultServlet,jsp=null,order=0,inst=false>
2018-09-24 23:50:44,093 [main] DEBUG ServletHolder - Servlet.init ***@6fa5b52b<mailto:***@6fa5b52b> for default
2018-09-24 23:50:44,093 [main] DEBUG DefaultServlet - resource base = null
2018-09-24 23:50:44,093 [main] DEBUG AbstractLifeCycle - starting Faces ***@87ee159b==com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet,jsp=null,order=1,inst=false<mailto:***@87ee159b==com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet,jsp=null,order=1,inst=false>
2018-09-24 23:50:44,093 [main] DEBUG WebAppContext - isSystemResource==false com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/classes/com/sterlingcommerce/sspgui/web/servlet/SSPContentFacesServlet.class
2018-09-24 23:50:44,093 [main] DEBUG WebAppClassLoader - WAP webapp loaded class com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet
2018-09-24 23:50:44,093 [main] DEBUG BaseHolder - Holding class com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet from WebAppClassLoader=***@6f478373
2018-09-24 23:50:44,093 [main] DEBUG AbstractLifeCycle - STARTED @9984ms Faces ***@87ee159b==com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet,jsp=null,order=1,inst=false<mailto:***@87ee159b==com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet,jsp=null,order=1,inst=false>
2018-09-24 23:50:44,093 [main] DEBUG ClasspathPattern - match interface javax.servlet.ServletConfig from file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/servlet-api-3.1.jar byName=null byLocation=null in [-org.eclipse.jetty.util.log., -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet, -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty., org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData, -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket., -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt., -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi., -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx., -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
2018-09-24 23:50:44,093 [main] DEBUG WebAppContext - isServerClass==false interface javax.servlet.ServletConfig
2018-09-24 23:50:44,093 [main] DEBUG WebAppClassLoader - WAP parent loaded interface javax.servlet.ServletConfig
2018-09-24 23:50:44,093 [main] DEBUG WebAppContext - isSystemResource==false com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet$ExceptionType file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/classes/com/sterlingcommerce/sspgui/web/servlet/SSPContentFacesServlet$ExceptionType.class
2018-09-24 23:50:44,093 [main] DEBUG WebAppClassLoader - WAP webapp loaded class com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet$ExceptionType
2018-09-24 23:50:44,093 [main] DEBUG WebAppContext - isSystemResource==true javax.faces.webapp.FacesServlet jar:file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/jsf-api.jar!/javax/faces/webapp/FacesServlet.class
2018-09-24 23:50:44,093 [main] DEBUG ClasspathPattern - match class javax.faces.webapp.FacesServlet from file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jsf-api.jar byName=null byLocation=null in [-org.eclipse.jetty.util.log., -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet, -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty., org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData, -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket., -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt., -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi., -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx., -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
2018-09-24 23:50:44,093 [main] DEBUG WebAppContext - isServerClass==false class javax.faces.webapp.FacesServlet
2018-09-24 23:50:44,093 [main] DEBUG WebAppClassLoader - WAP parent loaded class javax.faces.webapp.FacesServlet
2018-09-24 23:50:44,093 [main] DEBUG ServletHolder - Servlet.init ***@67c09f68<mailto:***@67c09f68> for Faces Servlet
2018-09-24 23:50:44,109 [main] DEBUG WebAppContext - isSystemResource==false com.sterlingcommerce.csp.gui.web.utils.SSPGUILog4jInitializer jar:file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/WebUIUtils.jar!/com/sterlingcommerce/csp/gui/web/utils/SSPGUILog4jInitializer.class
2018-09-24 23:50:44,109 [main] DEBUG WebAppClassLoader - WAP webapp loaded class com.sterlingcommerce.csp.gui.web.utils.SSPGUILog4jInitializer
2018-09-24 23:50:44,109 [main] INFO ContextHandler - Started o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}<mailto:o.e.j.w.WebAppContext@-71bd3073%7bSspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE%7d%7bC:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf%7d>
2018-09-24 23:50:44,109 [main] DEBUG WebAppContext - postConfigure o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}<mailto:o.e.j.w.WebAppContext@-71bd3073%7bSspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE%7d%7bC:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf%7d> with ***@9f3774af<mailto:***@9f3774af>
2018-09-24 23:50:44,109 [main] DEBUG WebAppContext - postConfigure o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}<mailto:o.e.j.w.WebAppContext@-71bd3073%7bSspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE%7d%7bC:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf%7d> with ***@b9c5e3f0<mailto:***@b9c5e3f0>
2018-09-24 23:50:44,109 [main] DEBUG WebAppContext - postConfigure o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}<mailto:o.e.j.w.WebAppContext@-71bd3073%7bSspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE%7d%7bC:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf%7d> with ***@97b8f23a<mailto:***@97b8f23a>
2018-09-24 23:50:44,109 [main] DEBUG WebAppContext - postConfigure o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}<mailto:o.e.j.w.WebAppContext@-71bd3073%7bSspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE%7d%7bC:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf%7d> with ***@680608a9<mailto:***@680608a9>
2018-09-24 23:50:44,109 [main] DEBUG WebAppContext - postConfigure o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}<mailto:o.e.j.w.WebAppContext@-71bd3073%7bSspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE%7d%7bC:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf%7d> with ***@8e02e379<mailto:***@8e02e379>
2018-09-24 23:50:44,109 [main] DEBUG WebAppContext - postConfigure o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}<mailto:o.e.j.w.WebAppContext@-71bd3073%7bSspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE%7d%7bC:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf%7d> with ***@17b5410e<mailto:***@17b5410e>
2018-09-24 23:50:44,109 [main] DEBUG AbstractLifeCycle - STARTED @10000ms o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}<mailto:o.e.j.w.WebAppContext@-71bd3073%7bSspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE%7d%7bC:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf%7d>
2018-09-24 23:50:44,109 [main] DEBUG AbstractLifeCycle - starting o.e.j.w.WebAppContext@-7275f62c{SSPDashboard,/SSPDashboard,null,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SSPDashboard}<mailto:o.e.j.w.WebAppContext@-7275f62c%7bSSPDashboard,/SSPDashboard,null,UNAVAILABLE%7d%7bC:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SSPDashboard%7d>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}<mailto:o.e.j.w.WebAppContext@-71bd3073%7bSspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE%7d%7bC:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf%7d>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractHandler - stopping o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}<mailto:o.e.j.w.WebAppContext@-71bd3073%7bSspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE%7d%7bC:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf%7d>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@c6955689<mailto:***@c6955689>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@c6955689<mailto:***@c6955689>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@dd2a8135<mailto:***@dd2a8135>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractHandler - stopping ***@dd2a8135<mailto:***@dd2a8135>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@dd2a8135<mailto:***@dd2a8135>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping org.eclipse.jetty.server.session.SessionHandler-121859204==dftMaxIdleSec=1800
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@f49b0437[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false<mailto:***@f49b0437[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false>]
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@b2b25ad1[passivating=false,graceSec=3600<mailto:***@b2b25ad1[passivating=false,graceSec=3600>]
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@b2b25ad1[passivating=false,graceSec=3600<mailto:***@b2b25ad1[passivating=false,graceSec=3600>]
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@f49b0437[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false<mailto:***@f49b0437[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false>]
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractHandler - stopping org.eclipse.jetty.server.session.SessionHandler-121859204==dftMaxIdleSec=1800
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@c2e4eac3<mailto:***@c2e4eac3>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractHandler - stopping ***@c2e4eac3<mailto:***@c2e4eac3>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@756a145a<mailto:***@756a145a>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractHandler - stopping ***@756a145a<mailto:***@756a145a>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@2cd92532<mailto:***@2cd92532>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@2cd92532<mailto:***@2cd92532>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@6a954ad4<mailto:***@6a954ad4>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@6a954ad4<mailto:***@6a954ad4>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@22b464fd==com.sterlingcommerce.sspgui.web.servlet.KeepAliveServlet,jsp=null,order=-1,inst=false<mailto:***@22b464fd==com.sterlingcommerce.sspgui.web.servlet.KeepAliveServlet,jsp=null,order=-1,inst=false>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@22b464fd==com.sterlingcommerce.sspgui.web.servlet.KeepAliveServlet,jsp=null,order=-1,inst=false<mailto:***@22b464fd==com.sterlingcommerce.sspgui.web.servlet.KeepAliveServlet,jsp=null,order=-1,inst=false>
2018-09-24 23:50:44,109 [main] DEBUG WebAppContext - Thread Context classloader WebAppClassLoader=***@4c46dc3e
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@c40ea71b==com.sterlingcommerce.sspgui.web.util.ContentErrorHandler,jsp=null,order=-1,inst=false<mailto:***@c40ea71b==com.sterlingcommerce.sspgui.web.util.ContentErrorHandler,jsp=null,order=-1,inst=false>
2018-09-24 23:50:44,109 [main] DEBUG WebAppContext - Parent class loader: sun.misc.Launcher$***@ef738a93<mailto:sun.misc.Launcher$***@ef738a93>
2018-09-24 23:50:44,109 [main] DEBUG WebAppContext - Parent class loader: sun.misc.Launcher$***@a33e7628<mailto:sun.misc.Launcher$***@a33e7628>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@c40ea71b==com.sterlingcommerce.sspgui.web.util.ContentErrorHandler,jsp=null,order=-1,inst=false<mailto:***@c40ea71b==com.sterlingcommerce.sspgui.web.util.ContentErrorHandler,jsp=null,order=-1,inst=false>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@a794153b==com.sterlingcommerce.sspgui.web.servlet.LogoutServlet,jsp=null,order=-1,inst=false<mailto:***@a794153b==com.sterlingcommerce.sspgui.web.servlet.LogoutServlet,jsp=null,order=-1,inst=false>
2018-09-24 23:50:44,109 [main] DEBUG WebAppContext - preConfigure o.e.j.w.WebAppContext@-7275f62c{SSPDashboard,/SSPDashboard,null,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SSPDashboard}<mailto:o.e.j.w.WebAppContext@-7275f62c%7bSSPDashboard,/SSPDashboard,null,UNAVAILABLE%7d%7bC:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SSPDashboard%7d> with ***@5a00079a<mailto:***@5a00079a>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@a794153b==com.sterlingcommerce.sspgui.web.servlet.LogoutServlet,jsp=null,order=-1,inst=false<mailto:***@a794153b==com.sterlingcommerce.sspgui.web.servlet.LogoutServlet,jsp=null,order=-1,inst=false>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@5aa2e45c==com.sun.rave.web.ui.theme.ThemeServlet,jsp=null,order=-1,inst=false<mailto:***@5aa2e45c==com.sun.rave.web.ui.theme.ThemeServlet,jsp=null,order=-1,inst=false>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@5aa2e45c==com.sun.rave.web.ui.theme.ThemeServlet,jsp=null,order=-1,inst=false<mailto:***@5aa2e45c==com.sun.rave.web.ui.theme.ThemeServlet,jsp=null,order=-1,inst=false>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@e45569aa==com.sun.errorhandler.ExceptionHandler,jsp=null,order=-1,inst=false<mailto:***@e45569aa==com.sun.errorhandler.ExceptionHandler,jsp=null,order=-1,inst=false>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@e45569aa==com.sun.errorhandler.ExceptionHandler,jsp=null,order=-1,inst=false<mailto:***@e45569aa==com.sun.errorhandler.ExceptionHandler,jsp=null,order=-1,inst=false>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping Faces ***@87ee159b==com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet,jsp=null,order=1,inst=true<mailto:***@87ee159b==com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet,jsp=null,order=1,inst=true>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED Faces ***@87ee159b==com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet,jsp=null,order=1,inst=false<mailto:***@87ee159b==com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet,jsp=null,order=1,inst=false>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping NonceProtectionFilter
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED NonceProtectionFilter
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping systemProtectionFilter
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED systemProtectionFilter
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping sessionValidationFilter
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED sessionValidationFilter
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping debugFilter
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED debugFilter
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping UploadFilter
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED UploadFilter
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@6c38be1b<mailto:***@6c38be1b>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@6c38be1b<mailto:***@6c38be1b>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@19c47==org.eclipse.jetty.jsp.JettyJspServlet,jsp=null,order=0,inst=true<mailto:***@19c47==org.eclipse.jetty.jsp.JettyJspServlet,jsp=null,order=0,inst=true>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@19c47==org.eclipse.jetty.jsp.JettyJspServlet,jsp=null,order=0,inst=false<mailto:***@19c47==org.eclipse.jetty.jsp.JettyJspServlet,jsp=null,order=0,inst=false>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@5c13d641==org.eclipse.jetty.servlet.DefaultServlet,jsp=null,order=0,inst=true<mailto:***@5c13d641==org.eclipse.jetty.servlet.DefaultServlet,jsp=null,order=0,inst=true>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@5c13d641==org.eclipse.jetty.servlet.DefaultServlet,jsp=null,order=0,inst=false<mailto:***@5c13d641==org.eclipse.jetty.servlet.DefaultServlet,jsp=null,order=0,inst=false>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@d91c4482<mailto:***@d91c4482>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@d91c4482<mailto:***@d91c4482>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@9910592e<mailto:***@9910592e>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@9910592e<mailto:***@9910592e>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@756a145a<mailto:***@756a145a>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@c2e4eac3<mailto:***@c2e4eac3>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED org.eclipse.jetty.server.session.SessionHandler-121859204==dftMaxIdleSec=1800
2018-09-24 23:50:44,109 [Scanner-0] DEBUG ContextHandler - contextDestroyed: javax.servlet.ServletContextEvent[source=***@o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}]->***@5534a564<mailto:***@5534a564>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG ConfigureListener - contextDestroyed(SspJsf)
2018-09-24 23:50:44,109 [Scanner-0] DEBUG ContextHandler - contextDestroyed: javax.servlet.ServletContextEvent[source=***@o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}]->***@9351a429<mailto:***@9351a429>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG ContextHandler - contextDestroyed: javax.servlet.ServletContextEvent[source=***@o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}]->***@52d0cbd3<mailto:***@52d0cbd3>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG ConfigureListener - contextDestroyed(SspJsf)
2018-09-24 23:50:44,109 [Scanner-0] DEBUG ContextHandler - contextDestroyed: javax.servlet.ServletContextEvent[source=***@o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}]->***@1a02ebe8<mailto:***@1a02ebe8>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG ContextHandler - contextDestroyed: javax.servlet.ServletContextEvent[source=***@o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}]->***@d0cbeb8c<mailto:***@d0cbeb8c>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG ClasspathPattern - match class javax.el.BeanELResolver from file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.mortbay.jasper.apache-el-8.5.24.2.jar byName=null byLocation=null in [-org.eclipse.jetty.util.log., -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet, -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty., org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData, -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket., -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt., -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi., -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx., -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
2018-09-24 23:50:44,109 [Scanner-0] DEBUG WebAppContext - isServerClass==false class javax.el.BeanELResolver
2018-09-24 23:50:44,109 [Scanner-0] DEBUG WebAppClassLoader - WAP parent loaded class javax.el.BeanELResolver
2018-09-24 23:50:44,109 [Scanner-0] DEBUG ELContextCleaner - Not cleaning cached beans: no such field javax.el.BeanELResolver.properties
2018-09-24 23:50:44,109 [main] DEBUG WebInfConfiguration - Try webapp=file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/, exists=true, directory=true file=C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SSPDashboard
2018-09-24 23:50:44,109 [main] DEBUG WebInfConfiguration - webapp=file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/
2018-09-24 23:50:44,109 [main] DEBUG WebInfConfiguration - Matching container urls [file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/sspconfig.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/accepter.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/authentication.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/componentCommon.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/configurator.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/haas.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/hadrian-client.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/hadrian-common.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/hadrian-gui.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/persistence.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/sspconfig.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/activemq-client-5.11.1.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/alloy.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/alpn-api-1.1.3.v20160715.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/asm-6.2.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/asm-commons-6.2.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/castor-1.3.3-anttasks.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/castor-1.3.3-codegen.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/castor-1.3.3-core.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/castor-1.3.3-ddlgen.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/castor-1.3.3-jdo.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/castor-1.3.3-xml-schema.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/castor-1.3.3-xml.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/castor-1.3.3.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/cdi-2-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/cdi-core-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/cdi-servlet-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/CL3Export.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/CL3Nonexport.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/com.ibm.mq.headers.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/com.ibm.mq.jmqi.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/com.ibm.mqjms.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-beanutils-core.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-beanutils.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-cli-1.2.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-codec-1.6.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-codec.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-collections-3.2.2.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-digester.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-fileupload-1.3.3.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-httpclient-3.1.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-io-2.4.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-logging-1.1.1.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-logging-api.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-logging.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/concurrent.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/dhbcore.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/fluent-hc-4.2.5.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/geronimo-j2ee-management_1.1_spec-1.0.1.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/geronimo-jms_1.1_spec-1.1.1.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/help-4_2-ehelp-integration.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/help-demo.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/help-indexer.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/help-share.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/help-wizard.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/help4.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/hivemind-1.1.1.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/hivemind-jmx-1.1.1.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/hivemind-lib-1.1.1.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/httpclient-4.2.5.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/httpclient-cache-4.2.5.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/httpcore-4.2.4.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/httpmime-4.2.5.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/ibmpkcs.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jackson-core-asl-1.9.2.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jackson-jaxrs-1.9.2.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jackson-mapper-asl-1.9.2.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jackson-xc-1.9.2.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jakarta-oro-2.0.8.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/javassist.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/javax.annotation-api-1.2.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jcl-over-slf4j-1.7.5.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jdom.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jersey-client-1.16.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jersey-core-1.16.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jersey-json-1.16.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jersey-server-1.16.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jersey-servlet-1.16.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jettison-1.1.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-annotations-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-client-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-continuation-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-deploy-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-http-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-io-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-jaas-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-jaspi-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-jmx-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-jndi-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-memcached-sessions-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-nosql-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-plus-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-quickstart-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-rewrite-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-schemas-3.1.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-security-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-server-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-servlet-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-servlets-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-unixsocket-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-util-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-webapp-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-xml-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jewt.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jms.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jndi.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jsf-api.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jsf-impl.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jsfcl.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jsr311-api-1.1.1.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jstl.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/junit.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jzlib-1.1.2.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/log4j-1.2-api-2.8.2.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/log4j-api-2.8.2.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/log4j-core-2.8.2.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/log4j-slf4j-impl-2.8.2.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/maverick-legacy-common-1.1.11.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/maverick-legacy-common-1.1.13.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/maverick-legacy-common-1.1.20.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/maverick-legacy-server-1.6.27-no-common.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/maverick-legacy-server-1.6.30-no-common.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/maverick-legacy-server-1.6.41-no-common.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/nekohtml.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/not-yet-commons-ssl-0.3.15.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/ohj-jewt.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/ohj.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/oracle_ice.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/oracle_ice5.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-spec-1.2.5.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.eclipse.jdt.ecj-3.12.3.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.eclipse.jetty.apache-jsp-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.mortbay.jasper.apache-el-8.5.24.2.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.mortbay.jasper.apache-jsp-8.5.24.2.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/PD.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/pnuts.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/rmm.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/serializer.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/servlet-api-3.1.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/share.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/slf4j-api-1.7.5.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/TableLayout.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/wizard-ewt.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/xalan.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/xercesImpl.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/xml-apis.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/conf/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/access-bridge-64.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/cldrdata.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/CmpCrmf.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/commons-ssl.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/dnsns.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/dtfj.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/dtfjview.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/gskikm.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/healthcenter.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/ibmcac.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/ibmcmsprovider.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/ibmjcefips.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/ibmjceplus.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/ibmjceprovider.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/ibmkeycert.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/ibmpemkeystore.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/ibmpkcs11impl.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/ibmsaslprovider.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/IBMSecureRandom.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/ibmxmlcrypto.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/ibmxmldsigprovider.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/ibmxmlencprovider.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/jaccess.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/localedata.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/nashorn.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/traceformat.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/xmlencfw.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/zipfs.jar]
2018-09-24 23:50:44,109 [Scanner-0] INFO ContextHandler - Stopped o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,null,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,null,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}
2018-09-24 23:50:44,109 [Scanner-0] DEBUG DeploymentManager - Executing Node Node[deployed]
2018-09-24 23:50:44,109 [Scanner-0] DEBUG DeploymentManager - Executing Node Node[undeploying]
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AppLifeCycle - Calling org.eclipse.jetty.deploy.bindings.StandardUndeployer for App[o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,null,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf},C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf]
2018-09-24 23:50:44,109 [Scanner-0] DEBUG StandardUndeployer - Child handler o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,null,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}
2018-09-24 23:50:44,109 [Scanner-0] DEBUG StandardUndeployer - Removing handler o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,null,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}
2018-09-24 23:50:44,109 [Scanner-0] DEBUG StandardUndeployer - After removal: 1 (originally 2)
2018-09-24 23:50:44,109 [Scanner-0] DEBUG StandardUndeployer - Child handler o.e.j.w.WebAppContext@-7275f62c{SSPDashboard,/SSPDashboard,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SSPDashboard}
2018-09-24 23:50:44,109 [Scanner-0] DEBUG DeploymentManager - Executing Node Node[undeployed]
2018-09-24 23:50:44,109 [Scanner-0] DEBUG DeploymentManager - Deployable removed: App[o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,null,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf},C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf]
2018-09-24 23:50:44,109 [Scanner-0] DEBUG DeploymentManager - Deployable added: C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf
2018-09-24 23:50:44,109 [Scanner-0] DEBUG DeploymentManager - Executing Node Node[deploying]
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AppLifeCycle - Calling org.eclipse.jetty.deploy.bindings.StandardDeployer for App[null,C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf]
2018-09-24 23:50:44,125 [Scanner-0] DEBUG DecoratedObjectFactory - Adding Decorator: ***@37b89722
2018-09-24 23:50:44,125 [Scanner-0] DEBUG ContainerLifeCycle - ***@4e01db3f{/,null,UNAVAILABLE} added {org.eclipse.jetty.server.session.SessionHandler-1796122646==dftMaxIdleSec=-1,MANAGED}
2018-09-24 23:50:44,125 [Scanner-0] DEBUG ContainerLifeCycle - ***@ca752c56 added {***@488fab1d,POJO}
2018-09-24 23:50:44,125 [Scanner-0] DEBUG ContainerLifeCycle - org.eclipse.jetty.server.session.SessionHandler-1796122646==dftMaxIdleSec=-1 added {***@ca752c56,MANAGED}
2018-09-24 23:50:44,125 [Scanner-0] DEBUG ContainerLifeCycle - ***@ca752c56 added {***@8f46bf49,MANAGED}
2018-09-24 23:50:44,125 [Scanner-0] DEBUG ContainerLifeCycle - ***@4e01db3f{/,null,UNAVAILABLE} added {***@f6561d65,MANAGED}
2018-09-24 23:50:44,125 [Scanner-0] DEBUG AbstractLifeCycle - starting ***@4e01db3f{SspJsf,/SspJsf,null,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}
2018-09-24 23:50:44,125 [Scanner-0] DEBUG WebAppContext - Thread Context classloader WebAppClassLoader=***@ffffffff81421ca7
2018-09-24 23:50:44,125 [Scanner-0] DEBUG WebAppContext - Parent class loader: sun.misc.Launcher$***@ef738a93
2018-09-24 23:50:44,125 [Scanner-0] DEBUG WebAppContext - Parent class loader: sun.misc.Launcher$***@a33e7628
2018-09-24 23:50:44,125 [Scanner-0] DEBUG WebAppContext - preConfigure ***@4e01db3f{SspJsf,/SspJsf,null,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf} with ***@bfca4318

From: jetty-users-***@eclipse.org<mailto:jetty-users-***@eclipse.org> [mailto:jetty-users-***@eclipse.org<mailto:jetty-users-***@eclipse.org>] On Behalf Of Jan Bartel
Sent: Monday, September 24, 2018 7:00 PM
To: JETTY user mailing list <jetty-***@eclipse.org<mailto:jetty-***@eclipse.org>>
Subject: Re: [jetty-users] Issues with jetty-9.4.11 running JSTL.jar

** This mail has been sent from an external source **

sspcmrest:
Get rid of servlet-api.jar in WEB-INF/lib. webapps cannot override javax classes.

SspJsf:
Get rid of these jars in WEB-INF/lib, they should be on the container classpath (double check you are using the correct versions of these jars with the version of the distro of jetty you're targetting):
file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar
file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-standard-spec-1.2.5.jar
file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.eclipse.jdt.ecj-3.12.3.jar
file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.eclipse.jetty.apache-jsp-9.4.11.v20180605.jar
file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.mortbay.jasper.apache-el-8.5.24.2.jar
file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.mortbay.jasper.apache-jsp-8.5.24.2.jar
file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/jstl.jar

You can also see from the dump that all of your webapps except for the Dashboard are marked as UNAVAILABLE, meaning they didn't start properly. There should be some exceptions and WARNings in your log output.

Jan

On 25 September 2018 at 03:33, Joakim Erdfelt <***@webtide.com<mailto:***@webtide.com>> wrote:
Also of note on your dump.

You have far too many jetty dependencies/jars, there's no way you are possibly using all of those dependencies. (some in direct conflict with each other)
Consider pruning down to only what you need/use.

Also, since you are using the IBM JVM, be aware that it's lack of use of the TLS RFC Cipher Suite names means you will not have full SSL/TLS support out of the box correctly.
You have to heavily tweak the SslContextFactory and it's includes/excludes to conform to the non-standard Cipher Suite naming that IBM is still using.
If you have a service contract with IBM, ask them to support the registered RFC Cipher Suite names out of the box with their SSLEngine.getSupportedCipherSuites()!!
(Note: we are not the only library you will have issues with this antiquated decision of IBM)

Joakim Erdfelt / ***@webtide.com<mailto:***@webtide.com>


On Mon, Sep 24, 2018 at 12:27 PM Joakim Erdfelt <***@webtide.com<mailto:***@webtide.com>> wrote:
Since you are not running Maven, it will be difficult for me to resolve things and tell you where the problem is.

Can you run the following code once with your Server classpath/classloader, and once again from within your webapp classloader?

https://gist.github.com/joakime/e6caf36ff30c48248e313440cae20495

package cloader;

import java.net.URL;
import java.util.Enumeration;

public class WhereIsThisComingFrom
{
public static void main(String[] args)
{
ClassLoader cl = Thread.currentThread().getContextClassLoader();

locate(cl, "org/apache/juli/logging/Log.class");
locate(cl, "org/eclipse/jetty/apache/jsp/JuliLog.class");
}

public static void locate(ClassLoader cl, Class<?> clazz)
{
String classAsResource = clazz.getName().replace('.', '/') + ".class";
locate(cl, classAsResource);
}



--
Jan Bartel <***@webtide.com<mailto:***@webtide.com>>
www.webtide.com<http://www.webtide.com>
Expert assistance from the creators of Jetty and CometD

=====================================================
Please refer to http://www.aricent.com/email-disclaimer
for important disclosures regarding this electronic communication.
=====================================================
Eze Ikonne
2018-09-29 04:31:54 UTC
Permalink
Hi Jan,

So I have implemented your suggestion and actually wiresharked the connection between the embedded Jetty server and a client that is attempting to connect to a webapp managed by the embedded jetty. I have included the frame exchange captured by wireshark and it appears that the Jetty server is responding back to the client with a binary data instead of a login page. The connection between the client and the embedded Jetty is secured with TLSv1.2. As you can see, the url request to app being managed by Jetty in non-secured, would that cause a problem, if so, how can it be mitigated?

Frame 4: 453 bytes on wire (3624 bits), 453 bytes captured (3624 bits) on interface 0
Ethernet II, Src: Vmware_xx:xx:2f (00:50:56:bd:xx:xx), Dst: Vmware_xx:xx:32 (00:0c:29:0c:xx:xx)
Internet Protocol Version 4, Src: xx.xx.xx.135, Dst: xx.xx.xx.134
Transmission Control Protocol, Src Port: 63026, Dst Port: 7777, Seq: 1, Ack: 1, Len: 399
Hypertext Transfer Protocol
GET /SSPDashboard HTTP/1.1\r\n
Host: xx.xx.xx.134:7777\r\n
Connection: keep-alive\r\n
Upgrade-Insecure-Requests: 1\r\n
User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36\r\n
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8\r\n
Accept-Encoding: gzip, deflate\r\n
Accept-Language: en-US,en;q=0.9\r\n
\r\n
[Full request URI: http://xx.xx.xx.134:7777/SSPDashboard]
[HTTP request 1/1]


Frame 5: 61 bytes on wire (488 bits), 61 bytes captured (488 bits) on interface 0
Ethernet II, Src: Vmware_xx:xx:32 (00:0c:29:0c:xx:xx), Dst: Vmware_xx:0d:2f (00:50:56:bd:xx:xx)
Internet Protocol Version 4, Src: xx.xx.xx.134, Dst: xx.xx.xx.135
Transmission Control Protocol, Src Port: 7777, Dst Port: 63026, Seq: 1, Ack: 400, Len: 7
Hypertext Transfer Protocol
Data (7 bytes)
Data: 15030300020250
[Length: 7]


From: jetty-users-***@eclipse.org [mailto:jetty-users-***@eclipse.org] On Behalf Of Jan Bartel
Sent: Monday, September 24, 2018 11:58 PM
To: JETTY user mailing list <jetty-***@eclipse.org>
Subject: Re: [jetty-users] Issues with jetty-9.4.11 running JSTL.jar

** This mail has been sent from an external source **

There's something extremely wrong with your container classpath, "file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/" is on the container's classpath dozens and dozens of times. Also it looks like you have misconfigured the org.eclipse.jetty.server.webapp.ContainerIncludeJarPattern, because it looks like it is matching every jar in the container classpath, whereas it probably only needs to match the jars that contain the jstl taglibs (you just want to scan the minimum number of jars on the container classpath for taglibs, META-INF/resources, web-app-fragment.xml, otherwise it will take forever to start your webapp).

I recommend you just deploy one webapp at a time so you can get one properly deployed before you move on to another one.

Jan

On Tue, 25 Sep 2018 at 14:37, Eze Ikonne <***@aricent.com<mailto:***@aricent.com>> wrote:
Hi Jan,

I did implement your suggestions and at the moment there is no more conflicts with jar files, at least that’s what the log file indicates. The only exception in the log file
is thrown by security handler for not enabling TLS for all methods. I have been told that this exception is innocuous. However, after Jetty loads my web app, it appears that the
scan process right off the bat stops them without any apparent exception thrown, at least there is none in the log file. Please see the segment included where the modules seem
to have been started and then the Jetty scan process just kills them all. Any idea as to why this behavior? If needed I can also send the runtime class loader interaction.


2018-09-24 23:50:43,922 [main] DEBUG LifecycleFactoryImpl - Created Default Lifecycle
2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - getResource META-INF/services/javax.faces.lifecycle.LifecycleFactory null
2018-09-24 23:50:43,922 [main] DEBUG ContextHandler - contextInitialized: javax.servlet.ServletContextEvent[source=***@o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,STARTING}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}]->***@9351a429<mailto:***@9351a429>
2018-09-24 23:50:43,922 [main] DEBUG ContextHandler - contextInitialized: javax.servlet.ServletContextEvent[source=***@o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,STARTING}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}]->***@5534a564<mailto:***@5534a564>
2018-09-24 23:50:43,922 [main] DEBUG ConfigureListener - contextInitialized(SspJsf)
2018-09-24 23:50:43,922 [main] DEBUG AbstractLifeCycle - starting UploadFilter
2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isSystemResource==false com.sun.rave.web.ui.util.UploadFilter jar:file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/webui.jar!/com/sun/rave/web/ui/util/UploadFilter.class
2018-09-24 23:50:43,922 [main] DEBUG ClasspathPattern - match interface javax.servlet.Filter from file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/servlet-api-3.1.jar byName=null byLocation=null in [-org.eclipse.jetty.util.log., -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet, -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty., org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData, -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket., -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt., -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi., -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx., -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isServerClass==false interface javax.servlet.Filter
2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP parent loaded interface javax.servlet.Filter
2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP webapp loaded class com.sun.rave.web.ui.util.UploadFilter
2018-09-24 23:50:43,922 [main] DEBUG BaseHolder - Holding class com.sun.rave.web.ui.util.UploadFilter from WebAppClassLoader=***@6f478373
2018-09-24 23:50:43,922 [main] DEBUG AbstractLifeCycle - STARTED @9813ms UploadFilter
2018-09-24 23:50:43,922 [main] DEBUG ClasspathPattern - match interface javax.servlet.ServletRequest from file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/servlet-api-3.1.jar byName=null byLocation=null in [-org.eclipse.jetty.util.log., -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet, -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty., org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData, -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket., -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt., -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi., -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx., -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isServerClass==false interface javax.servlet.ServletRequest
2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP parent loaded interface javax.servlet.ServletRequest
2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isSystemResource==false org.apache.commons.fileupload.FileUploadException jar:file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/commons-fileupload-1.3.3.jar!/org/apache/commons/fileupload/FileUploadException.class
2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP webapp loaded class org.apache.commons.fileupload.FileUploadException
2018-09-24 23:50:43,922 [main] DEBUG ClasspathPattern - match class javax.servlet.ServletException from file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/servlet-api-3.1.jar byName=null byLocation=null in [-org.eclipse.jetty.util.log., -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet, -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty., org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData, -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket., -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt., -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi., -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx., -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isServerClass==false class javax.servlet.ServletException
2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP parent loaded class javax.servlet.ServletException
2018-09-24 23:50:43,922 [main] DEBUG ClasspathPattern - match interface javax.servlet.ServletResponse from file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/servlet-api-3.1.jar byName=null byLocation=null in [-org.eclipse.jetty.util.log., -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet, -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty., org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData, -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket., -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt., -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi., -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx., -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isServerClass==false interface javax.servlet.ServletResponse
2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP parent loaded interface javax.servlet.ServletResponse
2018-09-24 23:50:43,922 [main] DEBUG ClasspathPattern - match interface javax.servlet.FilterChain from file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/servlet-api-3.1.jar byName=null byLocation=null in [-org.eclipse.jetty.util.log., -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet, -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty., org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData, -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket., -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt., -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi., -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx., -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isServerClass==false interface javax.servlet.FilterChain
2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP parent loaded interface javax.servlet.FilterChain
2018-09-24 23:50:43,922 [main] DEBUG ClasspathPattern - match interface javax.servlet.http.HttpServletRequest from file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/servlet-api-3.1.jar byName=null byLocation=null in [-org.eclipse.jetty.util.log., -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet, -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty., org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData, -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket., -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt., -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi., -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx., -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isServerClass==false interface javax.servlet.http.HttpServletRequest
2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP parent loaded interface javax.servlet.http.HttpServletRequest
2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isSystemResource==false org.apache.commons.fileupload.FileItem jar:file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/commons-fileupload-1.3.3.jar!/org/apache/commons/fileupload/FileItem.class
2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isSystemResource==false org.apache.commons.fileupload.FileItemHeadersSupport jar:file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/commons-fileupload-1.3.3.jar!/org/apache/commons/fileupload/FileItemHeadersSupport.class
2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP webapp loaded interface org.apache.commons.fileupload.FileItemHeadersSupport
2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP webapp loaded interface org.apache.commons.fileupload.FileItem
2018-09-24 23:50:43,922 [main] DEBUG ClasspathPattern - match interface javax.servlet.FilterConfig from file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/servlet-api-3.1.jar byName=null byLocation=null in [-org.eclipse.jetty.util.log., -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet, -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty., org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData, -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket., -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt., -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi., -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx., -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isServerClass==false interface javax.servlet.FilterConfig
2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP parent loaded interface javax.servlet.FilterConfig
2018-09-24 23:50:43,922 [main] DEBUG FilterHolder - Filter.init com.sun.rave.web.ui.util.UploadFilter
2018-09-24 23:50:43,922 [main] DEBUG AbstractLifeCycle - starting debugFilter
2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isSystemResource==false com.sterlingcommerce.sspgui.web.filter.SSPContentDebugFilter file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/classes/com/sterlingcommerce/sspgui/web/filter/SSPContentDebugFilter.class
2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP webapp loaded class com.sterlingcommerce.sspgui.web.filter.SSPContentDebugFilter
2018-09-24 23:50:43,922 [main] DEBUG BaseHolder - Holding class com.sterlingcommerce.sspgui.web.filter.SSPContentDebugFilter from WebAppClassLoader=***@6f478373
2018-09-24 23:50:43,922 [main] DEBUG AbstractLifeCycle - STARTED @9813ms debugFilter
2018-09-24 23:50:43,922 [main] DEBUG FilterHolder - Filter.init ***@8d71a455<mailto:***@8d71a455>
2018-09-24 23:50:43,922 [main] DEBUG AbstractLifeCycle - starting sessionValidationFilter
2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isSystemResource==false com.sterlingcommerce.sspgui.web.filter.SSPContentSessionValidationFilter file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/classes/com/sterlingcommerce/sspgui/web/filter/SSPContentSessionValidationFilter.class
2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP webapp loaded class com.sterlingcommerce.sspgui.web.filter.SSPContentSessionValidationFilter
2018-09-24 23:50:43,922 [main] DEBUG BaseHolder - Holding class com.sterlingcommerce.sspgui.web.filter.SSPContentSessionValidationFilter from WebAppClassLoader=***@6f478373
2018-09-24 23:50:43,922 [main] DEBUG AbstractLifeCycle - STARTED @9813ms sessionValidationFilter
2018-09-24 23:50:43,922 [main] DEBUG ClasspathPattern - match interface javax.servlet.http.HttpServletResponse from file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/servlet-api-3.1.jar byName=null byLocation=null in [-org.eclipse.jetty.util.log., -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet, -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty., org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData, -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket., -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt., -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi., -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx., -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isServerClass==false interface javax.servlet.http.HttpServletResponse
2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP parent loaded interface javax.servlet.http.HttpServletResponse
2018-09-24 23:50:43,922 [main] DEBUG FilterHolder - Filter.init ***@ba481913<mailto:***@ba481913>
2018-09-24 23:50:43,922 [main] DEBUG AbstractLifeCycle - starting systemProtectionFilter
2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isSystemResource==false com.sterlingcommerce.sspgui.web.filter.SSPContentWebPagesFilter file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/classes/com/sterlingcommerce/sspgui/web/filter/SSPContentWebPagesFilter.class
2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP webapp loaded class com.sterlingcommerce.sspgui.web.filter.SSPContentWebPagesFilter
2018-09-24 23:50:43,922 [main] DEBUG BaseHolder - Holding class com.sterlingcommerce.sspgui.web.filter.SSPContentWebPagesFilter from WebAppClassLoader=***@6f478373
2018-09-24 23:50:43,922 [main] DEBUG AbstractLifeCycle - STARTED @9813ms systemProtectionFilter
2018-09-24 23:50:43,922 [main] DEBUG FilterHolder - Filter.init ***@6a2cf70f<mailto:***@6a2cf70f>
2018-09-24 23:50:43,922 [main] DEBUG AbstractLifeCycle - starting NonceProtectionFilter
2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isSystemResource==false com.sterlingcommerce.sspgui.web.filter.SSPContentNonceValidationFilter file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/classes/com/sterlingcommerce/sspgui/web/filter/SSPContentNonceValidationFilter.class
2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP webapp loaded class com.sterlingcommerce.sspgui.web.filter.SSPContentNonceValidationFilter
2018-09-24 23:50:43,922 [main] DEBUG BaseHolder - Holding class com.sterlingcommerce.sspgui.web.filter.SSPContentNonceValidationFilter from WebAppClassLoader=***@6f478373
2018-09-24 23:50:43,922 [main] DEBUG AbstractLifeCycle - STARTED @9813ms NonceProtectionFilter
2018-09-24 23:50:43,922 [main] DEBUG FilterHolder - Filter.init ***@58590a1a<mailto:***@58590a1a>
2018-09-24 23:50:43,937 [main] DEBUG AbstractLifeCycle - starting ***@22b464fd==com.sterlingcommerce.sspgui.web.servlet.KeepAliveServlet,jsp=null,order=-1,inst=false<mailto:***@22b464fd==com.sterlingcommerce.sspgui.web.servlet.KeepAliveServlet,jsp=null,order=-1,inst=false>
2018-09-24 23:50:43,937 [main] DEBUG WebAppContext - isSystemResource==false com.sterlingcommerce.sspgui.web.servlet.KeepAliveServlet file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/classes/com/sterlingcommerce/sspgui/web/servlet/KeepAliveServlet.class
2018-09-24 23:50:43,937 [main] DEBUG ClasspathPattern - match class javax.servlet.http.HttpServlet from file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/servlet-api-3.1.jar byName=null byLocation=null in [-org.eclipse.jetty.util.log., -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet, -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty., org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData, -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket., -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt., -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi., -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx., -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
2018-09-24 23:50:43,937 [main] DEBUG WebAppContext - isServerClass==false class javax.servlet.http.HttpServlet
2018-09-24 23:50:43,937 [main] DEBUG WebAppClassLoader - WAP parent loaded class javax.servlet.http.HttpServlet
2018-09-24 23:50:43,937 [main] DEBUG WebAppClassLoader - WAP webapp loaded class com.sterlingcommerce.sspgui.web.servlet.KeepAliveServlet
2018-09-24 23:50:43,937 [main] DEBUG BaseHolder - Holding class com.sterlingcommerce.sspgui.web.servlet.KeepAliveServlet from WebAppClassLoader=***@6f478373
2018-09-24 23:50:43,937 [main] DEBUG AbstractLifeCycle - STARTED @9828ms ***@22b464fd==com.sterlingcommerce.sspgui.web.servlet.KeepAliveServlet,jsp=null,order=-1,inst=false<mailto:***@22b464fd==com.sterlingcommerce.sspgui.web.servlet.KeepAliveServlet,jsp=null,order=-1,inst=false>
2018-09-24 23:50:43,937 [main] DEBUG AbstractLifeCycle - starting ***@a794153b==com.sterlingcommerce.sspgui.web.servlet.LogoutServlet,jsp=null,order=-1,inst=false<mailto:***@a794153b==com.sterlingcommerce.sspgui.web.servlet.LogoutServlet,jsp=null,order=-1,inst=false>
2018-09-24 23:50:43,937 [main] DEBUG WebAppContext - isSystemResource==false com.sterlingcommerce.sspgui.web.servlet.LogoutServlet file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/classes/com/sterlingcommerce/sspgui/web/servlet/LogoutServlet.class
2018-09-24 23:50:43,937 [main] DEBUG WebAppClassLoader - WAP webapp loaded class com.sterlingcommerce.sspgui.web.servlet.LogoutServlet
2018-09-24 23:50:43,937 [main] DEBUG BaseHolder - Holding class com.sterlingcommerce.sspgui.web.servlet.LogoutServlet from WebAppClassLoader=***@6f478373
2018-09-24 23:50:43,937 [main] DEBUG AbstractLifeCycle - STARTED @9828ms ***@a794153b==com.sterlingcommerce.sspgui.web.servlet.LogoutServlet,jsp=null,order=-1,inst=false<mailto:***@a794153b==com.sterlingcommerce.sspgui.web.servlet.LogoutServlet,jsp=null,order=-1,inst=false>
2018-09-24 23:50:43,937 [main] DEBUG AbstractLifeCycle - starting ***@c40ea71b==com.sterlingcommerce.sspgui.web.util.ContentErrorHandler,jsp=null,order=-1,inst=false<mailto:***@c40ea71b==com.sterlingcommerce.sspgui.web.util.ContentErrorHandler,jsp=null,order=-1,inst=false>
2018-09-24 23:50:43,937 [main] DEBUG WebAppContext - isSystemResource==false com.sterlingcommerce.sspgui.web.util.ContentErrorHandler file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/classes/com/sterlingcommerce/sspgui/web/util/ContentErrorHandler.class
2018-09-24 23:50:43,937 [main] DEBUG WebAppClassLoader - WAP webapp loaded class com.sterlingcommerce.sspgui.web.util.ContentErrorHandler
2018-09-24 23:50:43,937 [main] DEBUG BaseHolder - Holding class com.sterlingcommerce.sspgui.web.util.ContentErrorHandler from WebAppClassLoader=***@6f478373
2018-09-24 23:50:43,937 [main] DEBUG AbstractLifeCycle - STARTED @9828ms ***@c40ea71b==com.sterlingcommerce.sspgui.web.util.ContentErrorHandler,jsp=null,order=-1,inst=false<mailto:***@c40ea71b==com.sterlingcommerce.sspgui.web.util.ContentErrorHandler,jsp=null,order=-1,inst=false>
2018-09-24 23:50:43,937 [main] DEBUG AbstractLifeCycle - starting ***@e45569aa==com.sun.errorhandler.ExceptionHandler,jsp=null,order=-1,inst=false<mailto:***@e45569aa==com.sun.errorhandler.ExceptionHandler,jsp=null,order=-1,inst=false>
2018-09-24 23:50:43,937 [main] DEBUG WebAppContext - isSystemResource==false com.sun.errorhandler.ExceptionHandler jar:file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/errorhandler.jar!/com/sun/errorhandler/ExceptionHandler.class
2018-09-24 23:50:43,937 [main] DEBUG WebAppClassLoader - WAP webapp loaded class com.sun.errorhandler.ExceptionHandler
2018-09-24 23:50:43,937 [main] DEBUG BaseHolder - Holding class com.sun.errorhandler.ExceptionHandler from WebAppClassLoader=***@6f478373
2018-09-24 23:50:43,937 [main] DEBUG AbstractLifeCycle - STARTED @9828ms ***@e45569aa==com.sun.errorhandler.ExceptionHandler,jsp=null,order=-1,inst=false<mailto:***@e45569aa==com.sun.errorhandler.ExceptionHandler,jsp=null,order=-1,inst=false>
2018-09-24 23:50:43,937 [main] DEBUG AbstractLifeCycle - starting ***@5aa2e45c==com.sun.rave.web.ui.theme.ThemeServlet,jsp=null,order=-1,inst=false<mailto:***@5aa2e45c==com.sun.rave.web.ui.theme.ThemeServlet,jsp=null,order=-1,inst=false>
2018-09-24 23:50:43,937 [main] DEBUG WebAppContext - isSystemResource==false com.sun.rave.web.ui.theme.ThemeServlet jar:file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/webui.jar!/com/sun/rave/web/ui/theme/ThemeServlet.class
2018-09-24 23:50:43,937 [main] DEBUG WebAppClassLoader - WAP webapp loaded class com.sun.rave.web.ui.theme.ThemeServlet
2018-09-24 23:50:43,937 [main] DEBUG BaseHolder - Holding class com.sun.rave.web.ui.theme.ThemeServlet from WebAppClassLoader=***@6f478373
2018-09-24 23:50:43,937 [main] DEBUG AbstractLifeCycle - STARTED @9828ms ***@5aa2e45c==com.sun.rave.web.ui.theme.ThemeServlet,jsp=null,order=-1,inst=false<mailto:***@5aa2e45c==com.sun.rave.web.ui.theme.ThemeServlet,jsp=null,order=-1,inst=false>
2018-09-24 23:50:43,937 [main] DEBUG AbstractLifeCycle - starting ***@19c47==org.eclipse.jetty.jsp.JettyJspServlet,jsp=null,order=0,inst=false<mailto:***@19c47==org.eclipse.jetty.jsp.JettyJspServlet,jsp=null,order=0,inst=false>
2018-09-24 23:50:43,937 [main] DEBUG WebAppContext - isServerClass==false class org.eclipse.jetty.jsp.JettyJspServlet
2018-09-24 23:50:43,937 [main] DEBUG WebAppClassLoader - WAP parent loaded class org.eclipse.jetty.jsp.JettyJspServlet
2018-09-24 23:50:43,937 [main] DEBUG BaseHolder - Holding class org.eclipse.jetty.jsp.JettyJspServlet from sun.misc.Launcher$***@ef738a93<mailto:sun.misc.Launcher$***@ef738a93>
2018-09-24 23:50:43,937 [main] DEBUG AbstractLifeCycle - STARTED @9828ms ***@19c47==org.eclipse.jetty.jsp.JettyJspServlet,jsp=null,order=0,inst=false<mailto:***@19c47==org.eclipse.jetty.jsp.JettyJspServlet,jsp=null,order=0,inst=false>
2018-09-24 23:50:44,078 [main] DEBUG ClasspathPattern - match interface org.apache.tomcat.InstanceManager from file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.mortbay.jasper.apache-jsp-8.5.24.2.jar byName=null byLocation=null in [-org.eclipse.jetty.util.log., -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet, -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty., org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData, -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket., -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt., -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi., -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx., -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
2018-09-24 23:50:44,078 [main] DEBUG WebAppContext - isServerClass==false interface org.apache.tomcat.InstanceManager
2018-09-24 23:50:44,078 [main] DEBUG WebAppClassLoader - WAP parent loaded interface org.apache.tomcat.InstanceManager
2018-09-24 23:50:44,078 [main] DEBUG ServletHolder - Apache jasper detected
2018-09-24 23:50:44,078 [main] DEBUG ServletHolder - Servlet.init ***@7eefcc07<mailto:***@7eefcc07> for jsp
2018-09-24 23:50:44,078 [main] DEBUG AbstractLifeCycle - starting ***@5c13d641==org.eclipse.jetty.servlet.DefaultServlet,jsp=null,order=0,inst=false<mailto:***@5c13d641==org.eclipse.jetty.servlet.DefaultServlet,jsp=null,order=0,inst=false>
2018-09-24 23:50:44,078 [main] DEBUG WebAppContext - isServerClass==false class org.eclipse.jetty.servlet.DefaultServlet
2018-09-24 23:50:44,078 [main] DEBUG WebAppClassLoader - WAP parent loaded class org.eclipse.jetty.servlet.DefaultServlet
2018-09-24 23:50:44,078 [main] DEBUG BaseHolder - Holding class org.eclipse.jetty.servlet.DefaultServlet from sun.misc.Launcher$***@ef738a93<mailto:sun.misc.Launcher$***@ef738a93>
2018-09-24 23:50:44,078 [main] DEBUG AbstractLifeCycle - STARTED @9969ms ***@5c13d641==org.eclipse.jetty.servlet.DefaultServlet,jsp=null,order=0,inst=false<mailto:***@5c13d641==org.eclipse.jetty.servlet.DefaultServlet,jsp=null,order=0,inst=false>
2018-09-24 23:50:44,093 [main] DEBUG ServletHolder - Servlet.init ***@6fa5b52b<mailto:***@6fa5b52b> for default
2018-09-24 23:50:44,093 [main] DEBUG DefaultServlet - resource base = null
2018-09-24 23:50:44,093 [main] DEBUG AbstractLifeCycle - starting Faces ***@87ee159b==com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet,jsp=null,order=1,inst=false<mailto:***@87ee159b==com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet,jsp=null,order=1,inst=false>
2018-09-24 23:50:44,093 [main] DEBUG WebAppContext - isSystemResource==false com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/classes/com/sterlingcommerce/sspgui/web/servlet/SSPContentFacesServlet.class
2018-09-24 23:50:44,093 [main] DEBUG WebAppClassLoader - WAP webapp loaded class com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet
2018-09-24 23:50:44,093 [main] DEBUG BaseHolder - Holding class com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet from WebAppClassLoader=***@6f478373
2018-09-24 23:50:44,093 [main] DEBUG AbstractLifeCycle - STARTED @9984ms Faces ***@87ee159b==com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet,jsp=null,order=1,inst=false<mailto:***@87ee159b==com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet,jsp=null,order=1,inst=false>
2018-09-24 23:50:44,093 [main] DEBUG ClasspathPattern - match interface javax.servlet.ServletConfig from file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/servlet-api-3.1.jar byName=null byLocation=null in [-org.eclipse.jetty.util.log., -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet, -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty., org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData, -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket., -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt., -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi., -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx., -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
2018-09-24 23:50:44,093 [main] DEBUG WebAppContext - isServerClass==false interface javax.servlet.ServletConfig
2018-09-24 23:50:44,093 [main] DEBUG WebAppClassLoader - WAP parent loaded interface javax.servlet.ServletConfig
2018-09-24 23:50:44,093 [main] DEBUG WebAppContext - isSystemResource==false com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet$ExceptionType file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/classes/com/sterlingcommerce/sspgui/web/servlet/SSPContentFacesServlet$ExceptionType.class
2018-09-24 23:50:44,093 [main] DEBUG WebAppClassLoader - WAP webapp loaded class com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet$ExceptionType
2018-09-24 23:50:44,093 [main] DEBUG WebAppContext - isSystemResource==true javax.faces.webapp.FacesServlet jar:file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/jsf-api.jar!/javax/faces/webapp/FacesServlet.class
2018-09-24 23:50:44,093 [main] DEBUG ClasspathPattern - match class javax.faces.webapp.FacesServlet from file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jsf-api.jar byName=null byLocation=null in [-org.eclipse.jetty.util.log., -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet, -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty., org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData, -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket., -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt., -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi., -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx., -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
2018-09-24 23:50:44,093 [main] DEBUG WebAppContext - isServerClass==false class javax.faces.webapp.FacesServlet
2018-09-24 23:50:44,093 [main] DEBUG WebAppClassLoader - WAP parent loaded class javax.faces.webapp.FacesServlet
2018-09-24 23:50:44,093 [main] DEBUG ServletHolder - Servlet.init ***@67c09f68<mailto:***@67c09f68> for Faces Servlet
2018-09-24 23:50:44,109 [main] DEBUG WebAppContext - isSystemResource==false com.sterlingcommerce.csp.gui.web.utils.SSPGUILog4jInitializer jar:file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/WebUIUtils.jar!/com/sterlingcommerce/csp/gui/web/utils/SSPGUILog4jInitializer.class
2018-09-24 23:50:44,109 [main] DEBUG WebAppClassLoader - WAP webapp loaded class com.sterlingcommerce.csp.gui.web.utils.SSPGUILog4jInitializer
2018-09-24 23:50:44,109 [main] INFO ContextHandler - Started o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}<mailto:o.e.j.w.WebAppContext@-71bd3073%7bSspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE%7d%7bC:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf%7d>
2018-09-24 23:50:44,109 [main] DEBUG WebAppContext - postConfigure o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}<mailto:o.e.j.w.WebAppContext@-71bd3073%7bSspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE%7d%7bC:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf%7d> with ***@9f3774af<mailto:***@9f3774af>
2018-09-24 23:50:44,109 [main] DEBUG WebAppContext - postConfigure o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}<mailto:o.e.j.w.WebAppContext@-71bd3073%7bSspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE%7d%7bC:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf%7d> with ***@b9c5e3f0<mailto:***@b9c5e3f0>
2018-09-24 23:50:44,109 [main] DEBUG WebAppContext - postConfigure o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}<mailto:o.e.j.w.WebAppContext@-71bd3073%7bSspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE%7d%7bC:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf%7d> with ***@97b8f23a<mailto:***@97b8f23a>
2018-09-24 23:50:44,109 [main] DEBUG WebAppContext - postConfigure o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}<mailto:o.e.j.w.WebAppContext@-71bd3073%7bSspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE%7d%7bC:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf%7d> with ***@680608a9<mailto:***@680608a9>
2018-09-24 23:50:44,109 [main] DEBUG WebAppContext - postConfigure o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}<mailto:o.e.j.w.WebAppContext@-71bd3073%7bSspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE%7d%7bC:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf%7d> with ***@8e02e379<mailto:***@8e02e379>
2018-09-24 23:50:44,109 [main] DEBUG WebAppContext - postConfigure o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}<mailto:o.e.j.w.WebAppContext@-71bd3073%7bSspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE%7d%7bC:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf%7d> with ***@17b5410e<mailto:***@17b5410e>
2018-09-24 23:50:44,109 [main] DEBUG AbstractLifeCycle - STARTED @10000ms o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}<mailto:o.e.j.w.WebAppContext@-71bd3073%7bSspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE%7d%7bC:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf%7d>
2018-09-24 23:50:44,109 [main] DEBUG AbstractLifeCycle - starting o.e.j.w.WebAppContext@-7275f62c{SSPDashboard,/SSPDashboard,null,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SSPDashboard}<mailto:o.e.j.w.WebAppContext@-7275f62c%7bSSPDashboard,/SSPDashboard,null,UNAVAILABLE%7d%7bC:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SSPDashboard%7d>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}<mailto:o.e.j.w.WebAppContext@-71bd3073%7bSspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE%7d%7bC:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf%7d>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractHandler - stopping o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}<mailto:o.e.j.w.WebAppContext@-71bd3073%7bSspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE%7d%7bC:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf%7d>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@c6955689<mailto:***@c6955689>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@c6955689<mailto:***@c6955689>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@dd2a8135<mailto:***@dd2a8135>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractHandler - stopping ***@dd2a8135<mailto:***@dd2a8135>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@dd2a8135<mailto:***@dd2a8135>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping org.eclipse.jetty.server.session.SessionHandler-121859204==dftMaxIdleSec=1800
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@f49b0437[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false<mailto:***@f49b0437[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false>]
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@b2b25ad1[passivating=false,graceSec=3600<mailto:***@b2b25ad1[passivating=false,graceSec=3600>]
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@b2b25ad1[passivating=false,graceSec=3600<mailto:***@b2b25ad1[passivating=false,graceSec=3600>]
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@f49b0437[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false<mailto:***@f49b0437[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false>]
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractHandler - stopping org.eclipse.jetty.server.session.SessionHandler-121859204==dftMaxIdleSec=1800
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@c2e4eac3<mailto:***@c2e4eac3>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractHandler - stopping ***@c2e4eac3<mailto:***@c2e4eac3>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@756a145a<mailto:***@756a145a>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractHandler - stopping ***@756a145a<mailto:***@756a145a>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@2cd92532<mailto:***@2cd92532>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@2cd92532<mailto:***@2cd92532>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@6a954ad4<mailto:***@6a954ad4>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@6a954ad4<mailto:***@6a954ad4>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@22b464fd==com.sterlingcommerce.sspgui.web.servlet.KeepAliveServlet,jsp=null,order=-1,inst=false<mailto:***@22b464fd==com.sterlingcommerce.sspgui.web.servlet.KeepAliveServlet,jsp=null,order=-1,inst=false>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@22b464fd==com.sterlingcommerce.sspgui.web.servlet.KeepAliveServlet,jsp=null,order=-1,inst=false<mailto:***@22b464fd==com.sterlingcommerce.sspgui.web.servlet.KeepAliveServlet,jsp=null,order=-1,inst=false>
2018-09-24 23:50:44,109 [main] DEBUG WebAppContext - Thread Context classloader WebAppClassLoader=***@4c46dc3e
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@c40ea71b==com.sterlingcommerce.sspgui.web.util.ContentErrorHandler,jsp=null,order=-1,inst=false<mailto:***@c40ea71b==com.sterlingcommerce.sspgui.web.util.ContentErrorHandler,jsp=null,order=-1,inst=false>
2018-09-24 23:50:44,109 [main] DEBUG WebAppContext - Parent class loader: sun.misc.Launcher$***@ef738a93<mailto:sun.misc.Launcher$***@ef738a93>
2018-09-24 23:50:44,109 [main] DEBUG WebAppContext - Parent class loader: sun.misc.Launcher$***@a33e7628<mailto:sun.misc.Launcher$***@a33e7628>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@c40ea71b==com.sterlingcommerce.sspgui.web.util.ContentErrorHandler,jsp=null,order=-1,inst=false<mailto:***@c40ea71b==com.sterlingcommerce.sspgui.web.util.ContentErrorHandler,jsp=null,order=-1,inst=false>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@a794153b==com.sterlingcommerce.sspgui.web.servlet.LogoutServlet,jsp=null,order=-1,inst=false<mailto:***@a794153b==com.sterlingcommerce.sspgui.web.servlet.LogoutServlet,jsp=null,order=-1,inst=false>
2018-09-24 23:50:44,109 [main] DEBUG WebAppContext - preConfigure o.e.j.w.WebAppContext@-7275f62c{SSPDashboard,/SSPDashboard,null,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SSPDashboard}<mailto:o.e.j.w.WebAppContext@-7275f62c%7bSSPDashboard,/SSPDashboard,null,UNAVAILABLE%7d%7bC:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SSPDashboard%7d> with ***@5a00079a<mailto:***@5a00079a>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@a794153b==com.sterlingcommerce.sspgui.web.servlet.LogoutServlet,jsp=null,order=-1,inst=false<mailto:***@a794153b==com.sterlingcommerce.sspgui.web.servlet.LogoutServlet,jsp=null,order=-1,inst=false>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@5aa2e45c==com.sun.rave.web.ui.theme.ThemeServlet,jsp=null,order=-1,inst=false<mailto:***@5aa2e45c==com.sun.rave.web.ui.theme.ThemeServlet,jsp=null,order=-1,inst=false>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@5aa2e45c==com.sun.rave.web.ui.theme.ThemeServlet,jsp=null,order=-1,inst=false<mailto:***@5aa2e45c==com.sun.rave.web.ui.theme.ThemeServlet,jsp=null,order=-1,inst=false>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@e45569aa==com.sun.errorhandler.ExceptionHandler,jsp=null,order=-1,inst=false<mailto:***@e45569aa==com.sun.errorhandler.ExceptionHandler,jsp=null,order=-1,inst=false>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@e45569aa==com.sun.errorhandler.ExceptionHandler,jsp=null,order=-1,inst=false<mailto:***@e45569aa==com.sun.errorhandler.ExceptionHandler,jsp=null,order=-1,inst=false>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping Faces ***@87ee159b==com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet,jsp=null,order=1,inst=true<mailto:***@87ee159b==com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet,jsp=null,order=1,inst=true>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED Faces ***@87ee159b==com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet,jsp=null,order=1,inst=false<mailto:***@87ee159b==com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet,jsp=null,order=1,inst=false>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping NonceProtectionFilter
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED NonceProtectionFilter
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping systemProtectionFilter
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED systemProtectionFilter
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping sessionValidationFilter
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED sessionValidationFilter
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping debugFilter
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED debugFilter
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping UploadFilter
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED UploadFilter
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@6c38be1b<mailto:***@6c38be1b>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@6c38be1b<mailto:***@6c38be1b>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@19c47==org.eclipse.jetty.jsp.JettyJspServlet,jsp=null,order=0,inst=true<mailto:***@19c47==org.eclipse.jetty.jsp.JettyJspServlet,jsp=null,order=0,inst=true>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@19c47==org.eclipse.jetty.jsp.JettyJspServlet,jsp=null,order=0,inst=false<mailto:***@19c47==org.eclipse.jetty.jsp.JettyJspServlet,jsp=null,order=0,inst=false>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@5c13d641==org.eclipse.jetty.servlet.DefaultServlet,jsp=null,order=0,inst=true<mailto:***@5c13d641==org.eclipse.jetty.servlet.DefaultServlet,jsp=null,order=0,inst=true>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@5c13d641==org.eclipse.jetty.servlet.DefaultServlet,jsp=null,order=0,inst=false<mailto:***@5c13d641==org.eclipse.jetty.servlet.DefaultServlet,jsp=null,order=0,inst=false>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@d91c4482<mailto:***@d91c4482>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@d91c4482<mailto:***@d91c4482>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@9910592e<mailto:***@9910592e>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@9910592e<mailto:***@9910592e>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@756a145a<mailto:***@756a145a>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@c2e4eac3<mailto:***@c2e4eac3>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED org.eclipse.jetty.server.session.SessionHandler-121859204==dftMaxIdleSec=1800
2018-09-24 23:50:44,109 [Scanner-0] DEBUG ContextHandler - contextDestroyed: javax.servlet.ServletContextEvent[source=***@o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}]->***@5534a564<mailto:***@5534a564>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG ConfigureListener - contextDestroyed(SspJsf)
2018-09-24 23:50:44,109 [Scanner-0] DEBUG ContextHandler - contextDestroyed: javax.servlet.ServletContextEvent[source=***@o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}]->***@9351a429<mailto:***@9351a429>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG ContextHandler - contextDestroyed: javax.servlet.ServletContextEvent[source=***@o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}]->***@52d0cbd3<mailto:***@52d0cbd3>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG ConfigureListener - contextDestroyed(SspJsf)
2018-09-24 23:50:44,109 [Scanner-0] DEBUG ContextHandler - contextDestroyed: javax.servlet.ServletContextEvent[source=***@o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}]->***@1a02ebe8<mailto:***@1a02ebe8>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG ContextHandler - contextDestroyed: javax.servlet.ServletContextEvent[source=***@o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}]->***@d0cbeb8c<mailto:***@d0cbeb8c>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG ClasspathPattern - match class javax.el.BeanELResolver from file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.mortbay.jasper.apache-el-8.5.24.2.jar byName=null byLocation=null in [-org.eclipse.jetty.util.log., -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet, -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty., org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData, -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket., -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt., -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi., -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx., -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
2018-09-24 23:50:44,109 [Scanner-0] DEBUG WebAppContext - isServerClass==false class javax.el.BeanELResolver
2018-09-24 23:50:44,109 [Scanner-0] DEBUG WebAppClassLoader - WAP parent loaded class javax.el.BeanELResolver
2018-09-24 23:50:44,109 [Scanner-0] DEBUG ELContextCleaner - Not cleaning cached beans: no such field javax.el.BeanELResolver.properties
2018-09-24 23:50:44,109 [main] DEBUG WebInfConfiguration - Try webapp=file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/, exists=true, directory=true file=C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SSPDashboard
2018-09-24 23:50:44,109 [main] DEBUG WebInfConfiguration - webapp=file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/
2018-09-24 23:50:44,109 [main] DEBUG WebInfConfiguration - Matching container urls [file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/sspconfig.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/accepter.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/authentication.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/componentCommon.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/configurator.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/haas.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/hadrian-client.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/hadrian-common.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/hadrian-gui.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/persistence.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/sspconfig.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/activemq-client-5.11.1.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/alloy.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/alpn-api-1.1.3.v20160715.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/asm-6.2.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/asm-commons-6.2.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/castor-1.3.3-anttasks.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/castor-1.3.3-codegen.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/castor-1.3.3-core.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/castor-1.3.3-ddlgen.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/castor-1.3.3-jdo.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/castor-1.3.3-xml-schema.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/castor-1.3.3-xml.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/castor-1.3.3.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/cdi-2-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/cdi-core-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/cdi-servlet-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/CL3Export.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/CL3Nonexport.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/com.ibm.mq.headers.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/com.ibm.mq.jmqi.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/com.ibm.mqjms.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-beanutils-core.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-beanutils.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-cli-1.2.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-codec-1.6.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-codec.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-collections-3.2.2.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-digester.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-fileupload-1.3.3.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-httpclient-3.1.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-io-2.4.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-logging-1.1.1.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-logging-api.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-logging.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/concurrent.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/dhbcore.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/fluent-hc-4.2.5.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/geronimo-j2ee-management_1.1_spec-1.0.1.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/geronimo-jms_1.1_spec-1.1.1.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/help-4_2-ehelp-integration.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/help-demo.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/help-indexer.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/help-share.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/help-wizard.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/help4.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/hivemind-1.1.1.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/hivemind-jmx-1.1.1.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/hivemind-lib-1.1.1.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/httpclient-4.2.5.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/httpclient-cache-4.2.5.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/httpcore-4.2.4.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/httpmime-4.2.5.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/ibmpkcs.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jackson-core-asl-1.9.2.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jackson-jaxrs-1.9.2.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jackson-mapper-asl-1.9.2.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jackson-xc-1.9.2.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jakarta-oro-2.0.8.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/javassist.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/javax.annotation-api-1.2.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jcl-over-slf4j-1.7.5.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jdom.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jersey-client-1.16.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jersey-core-1.16.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jersey-json-1.16.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jersey-server-1.16.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jersey-servlet-1.16.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jettison-1.1.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-annotations-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-client-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-continuation-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-deploy-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-http-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-io-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-jaas-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-jaspi-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-jmx-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-jndi-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-memcached-sessions-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-nosql-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-plus-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-quickstart-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-rewrite-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-schemas-3.1.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-security-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-server-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-servlet-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-servlets-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-unixsocket-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-util-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-webapp-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-xml-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jewt.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jms.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jndi.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jsf-api.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jsf-impl.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jsfcl.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jsr311-api-1.1.1.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jstl.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/junit.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jzlib-1.1.2.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/log4j-1.2-api-2.8.2.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/log4j-api-2.8.2.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/log4j-core-2.8.2.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/log4j-slf4j-impl-2.8.2.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/maverick-legacy-common-1.1.11.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/maverick-legacy-common-1.1.13.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/maverick-legacy-common-1.1.20.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/maverick-legacy-server-1.6.27-no-common.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/maverick-legacy-server-1.6.30-no-common.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/maverick-legacy-server-1.6.41-no-common.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/nekohtml.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/not-yet-commons-ssl-0.3.15.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/ohj-jewt.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/ohj.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/oracle_ice.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/oracle_ice5.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-spec-1.2.5.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.eclipse.jdt.ecj-3.12.3.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.eclipse.jetty.apache-jsp-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.mortbay.jasper.apache-el-8.5.24.2.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.mortbay.jasper.apache-jsp-8.5.24.2.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/PD.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/pnuts.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/rmm.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/serializer.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/servlet-api-3.1.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/share.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/slf4j-api-1.7.5.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/TableLayout.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/wizard-ewt.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/xalan.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/xercesImpl.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/xml-apis.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/conf/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/access-bridge-64.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/cldrdata.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/CmpCrmf.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/commons-ssl.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/dnsns.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/dtfj.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/dtfjview.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/gskikm.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/healthcenter.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/ibmcac.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/ibmcmsprovider.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/ibmjcefips.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/ibmjceplus.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/ibmjceprovider.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/ibmkeycert.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/ibmpemkeystore.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/ibmpkcs11impl.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/ibmsaslprovider.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/IBMSecureRandom.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/ibmxmlcrypto.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/ibmxmldsigprovider.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/ibmxmlencprovider.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/jaccess.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/localedata.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/nashorn.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/traceformat.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/xmlencfw.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/zipfs.jar]
2018-09-24 23:50:44,109 [Scanner-0] INFO ContextHandler - Stopped o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,null,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,null,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}
2018-09-24 23:50:44,109 [Scanner-0] DEBUG DeploymentManager - Executing Node Node[deployed]
2018-09-24 23:50:44,109 [Scanner-0] DEBUG DeploymentManager - Executing Node Node[undeploying]
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AppLifeCycle - Calling org.eclipse.jetty.deploy.bindings.StandardUndeployer for App[o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,null,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf},C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf]
2018-09-24 23:50:44,109 [Scanner-0] DEBUG StandardUndeployer - Child handler o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,null,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}
2018-09-24 23:50:44,109 [Scanner-0] DEBUG StandardUndeployer - Removing handler o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,null,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}
2018-09-24 23:50:44,109 [Scanner-0] DEBUG StandardUndeployer - After removal: 1 (originally 2)
2018-09-24 23:50:44,109 [Scanner-0] DEBUG StandardUndeployer - Child handler o.e.j.w.WebAppContext@-7275f62c{SSPDashboard,/SSPDashboard,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SSPDashboard}
2018-09-24 23:50:44,109 [Scanner-0] DEBUG DeploymentManager - Executing Node Node[undeployed]
2018-09-24 23:50:44,109 [Scanner-0] DEBUG DeploymentManager - Deployable removed: App[o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,null,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf},C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf]
2018-09-24 23:50:44,109 [Scanner-0] DEBUG DeploymentManager - Deployable added: C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf
2018-09-24 23:50:44,109 [Scanner-0] DEBUG DeploymentManager - Executing Node Node[deploying]
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AppLifeCycle - Calling org.eclipse.jetty.deploy.bindings.StandardDeployer for App[null,C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf]
2018-09-24 23:50:44,125 [Scanner-0] DEBUG DecoratedObjectFactory - Adding Decorator: ***@37b89722
2018-09-24 23:50:44,125 [Scanner-0] DEBUG ContainerLifeCycle - ***@4e01db3f{/,null,UNAVAILABLE} added {org.eclipse.jetty.server.session.SessionHandler-1796122646==dftMaxIdleSec=-1,MANAGED}
2018-09-24 23:50:44,125 [Scanner-0] DEBUG ContainerLifeCycle - ***@ca752c56 added {***@488fab1d,POJO}
2018-09-24 23:50:44,125 [Scanner-0] DEBUG ContainerLifeCycle - org.eclipse.jetty.server.session.SessionHandler-1796122646==dftMaxIdleSec=-1 added {***@ca752c56,MANAGED}
2018-09-24 23:50:44,125 [Scanner-0] DEBUG ContainerLifeCycle - ***@ca752c56 added {***@8f46bf49,MANAGED}
2018-09-24 23:50:44,125 [Scanner-0] DEBUG ContainerLifeCycle - ***@4e01db3f{/,null,UNAVAILABLE} added {***@f6561d65,MANAGED}
2018-09-24 23:50:44,125 [Scanner-0] DEBUG AbstractLifeCycle - starting ***@4e01db3f{SspJsf,/SspJsf,null,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}
2018-09-24 23:50:44,125 [Scanner-0] DEBUG WebAppContext - Thread Context classloader WebAppClassLoader=***@ffffffff81421ca7
2018-09-24 23:50:44,125 [Scanner-0] DEBUG WebAppContext - Parent class loader: sun.misc.Launcher$***@ef738a93
2018-09-24 23:50:44,125 [Scanner-0] DEBUG WebAppContext - Parent class loader: sun.misc.Launcher$***@a33e7628
2018-09-24 23:50:44,125 [Scanner-0] DEBUG WebAppContext - preConfigure ***@4e01db3f{SspJsf,/SspJsf,null,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf} with ***@bfca4318

From: jetty-users-***@eclipse.org<mailto:jetty-users-***@eclipse.org> [mailto:jetty-users-***@eclipse.org<mailto:jetty-users-***@eclipse.org>] On Behalf Of Jan Bartel
Sent: Monday, September 24, 2018 7:00 PM
To: JETTY user mailing list <jetty-***@eclipse.org<mailto:jetty-***@eclipse.org>>
Subject: Re: [jetty-users] Issues with jetty-9.4.11 running JSTL.jar

** This mail has been sent from an external source **

sspcmrest:
Get rid of servlet-api.jar in WEB-INF/lib. webapps cannot override javax classes.

SspJsf:
Get rid of these jars in WEB-INF/lib, they should be on the container classpath (double check you are using the correct versions of these jars with the version of the distro of jetty you're targetting):
file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar
file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-standard-spec-1.2.5.jar
file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.eclipse.jdt.ecj-3.12.3.jar
file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.eclipse.jetty.apache-jsp-9.4.11.v20180605.jar
file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.mortbay.jasper.apache-el-8.5.24.2.jar
file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.mortbay.jasper.apache-jsp-8.5.24.2.jar
file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/jstl.jar

You can also see from the dump that all of your webapps except for the Dashboard are marked as UNAVAILABLE, meaning they didn't start properly. There should be some exceptions and WARNings in your log output.

Jan

On 25 September 2018 at 03:33, Joakim Erdfelt <***@webtide.com<mailto:***@webtide.com>> wrote:
Also of note on your dump.

You have far too many jetty dependencies/jars, there's no way you are possibly using all of those dependencies. (some in direct conflict with each other)
Consider pruning down to only what you need/use.

Also, since you are using the IBM JVM, be aware that it's lack of use of the TLS RFC Cipher Suite names means you will not have full SSL/TLS support out of the box correctly.
You have to heavily tweak the SslContextFactory and it's includes/excludes to conform to the non-standard Cipher Suite naming that IBM is still using.
If you have a service contract with IBM, ask them to support the registered RFC Cipher Suite names out of the box with their SSLEngine.getSupportedCipherSuites()!!
(Note: we are not the only library you will have issues with this antiquated decision of IBM)

Joakim Erdfelt / ***@webtide.com<mailto:***@webtide.com>


On Mon, Sep 24, 2018 at 12:27 PM Joakim Erdfelt <***@webtide.com<mailto:***@webtide.com>> wrote:
Since you are not running Maven, it will be difficult for me to resolve things and tell you where the problem is.

Can you run the following code once with your Server classpath/classloader, and once again from within your webapp classloader?

https://gist.github.com/joakime/e6caf36ff30c48248e313440cae20495

package cloader;

import java.net.URL;
import java.util.Enumeration;

public class WhereIsThisComingFrom
{
public static void main(String[] args)
{
ClassLoader cl = Thread.currentThread().getContextClassLoader();

locate(cl, "org/apache/juli/logging/Log.class");
locate(cl, "org/eclipse/jetty/apache/jsp/JuliLog.class");
}

public static void locate(ClassLoader cl, Class<?> clazz)
{
String classAsResource = clazz.getName().replace('.', '/') + ".class";
locate(cl, classAsResource);
}



--
Jan Bartel <***@webtide.com<mailto:***@webtide.com>>
www.webtide.com<http://www.webtide.com>
Expert assistance from the creators of Jetty and CometD

=====================================================
Please refer to http://www.aricent.com/email-disclaimer
for important disclosures regarding this electronic communication.
=====================================================
Eze Ikonne
2018-10-01 06:39:04 UTC
Permalink
Hi Jan,

Please see additional information that is logged by the Jetty server, do you see anything in the log that might give a clue as to why an invalid response is being sent to the browser? I have also noticed that the logon.jsp which supposed to be the actual response returned to the browser is not being compiled. Any pointers will really be appreciated. At the moment, the browser is displaying an invalid response message.

GET //10.xx.xx.xx:7777/SSPDashboard HTTP/1.1
Host: 10.xx.xx.xx:7777
Connection: keep-alive
Upgrade-Insecure-Requests: 1
User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8
Accept-Encoding: gzip, deflate, br
Accept-Language: en-US,en;q=0.9


2018-10-01 02:11:09,396 [qtp442560034-35] DEBUG HttpChannel - ***@3aac2e46{r=1,c=false,a=IDLE,uri=//10.xx.xx.xx:7777/SSPDashboard,age=0} onContentComplete
2018-10-01 02:11:09,412 [qtp442560034-35] DEBUG HttpChannel - ***@3aac2e46{r=1,c=false,a=IDLE,uri=//10.xx.xx.xx:7777/SSPDashboard,age=16} onRequestComplete
2018-10-01 02:11:09,412 [qtp442560034-35] DEBUG HttpInput - ***@3153323a[c=0,q=0,[0]=null,s=STREAM] addContent EOF
2018-10-01 02:11:09,412 [qtp442560034-35] DEBUG HttpConnection - ***@c2bc1256[p=HttpParser{s=END,0 of -1},g=***@aab1a173{s=START}]=>***@3aac2e46{r=1,c=false,a=IDLE,uri=//10.xx.xx.xx:7777/SSPDashboard,age=16}<-***@f994cc32{/10.xx.xx.xx:58831<->/10.xx.xx.xx:7777,OPEN,fill=-,flush=-,to=31/30000}->***@c2bc1256[p=HttpParser{s=END,0 of -1},g=***@aab1a173{s=START}]=>***@3aac2e46{r=1,c=false,a=IDLE,uri=//10.xx.xx.xx:7777/SSPDashboard,age=16}->***@979163b7{/10.xx.xx.xx:58831<->/10.xx.xx.xx:7777,OPEN,fill=-,flush=-,to=16/30000}{io=0/0,kio=0,kro=1}->***@6d009ee3{NOT_HANDSHAKING,eio=-1/-1,di=-1}=>***@c2bc1256[p=HttpParser{s=END,0 of -1},g=***@aab1a173{s=START}]=>***@3aac2e46{r=1,c=false,a=IDLE,uri=//10.xx.xx.xx:7777/SSPDashboard,age=16} parsed true HttpParser{s=END,0 of -1}
2018-10-01 02:11:09,412 [qtp442560034-35] DEBUG HttpConnection - releaseRequestBuffer ***@c2bc1256[p=HttpParser{s=END,0 of -1},g=***@aab1a173{s=START}]=>***@3aac2e46{r=1,c=false,a=IDLE,uri=//10.xx.xx.xx:7777/SSPDashboard,age=16}<-***@f994cc32{/10.xx.xx.xx:58831<->/10.xx.xx.xx:7777,OPEN,fill=-,flush=-,to=31/30000}->***@c2bc1256[p=HttpParser{s=END,0 of -1},g=***@aab1a173{s=START}]=>***@3aac2e46{r=1,c=false,a=IDLE,uri=//10.xx.xx.xx:7777/SSPDashboard,age=16}->***@979163b7{/10.xx.xx.xx:58831<->/10.xx.xx.xx:7777,OPEN,fill=-,flush=-,to=16/30000}{io=0/0,kio=0,kro=1}->***@6d009ee3{NOT_HANDSHAKING,eio=-1/-1,di=-1}=>***@c2bc1256[p=HttpParser{s=END,0 of -1},g=***@aab1a173{s=START}]=>***@3aac2e46{r=1,c=false,a=IDLE,uri=//10.xx.xx.xx:7777/SSPDashboard,age=16}
2018-10-01 02:11:09,412 [qtp442560034-35] DEBUG HttpChannel - ***@3aac2e46{r=1,c=false,a=IDLE,uri=//10.xx.xx.xx:7777/SSPDashboard,age=16} handle //10.xx.xx.xx:7777/SSPDashboard
2018-10-01 02:11:09,412 [qtp442560034-35] DEBUG HttpChannelState - handling ***@a6cb8a8d{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false}
2018-10-01 02:11:09,412 [qtp442560034-35] DEBUG HttpChannel - ***@3aac2e46{r=1,c=false,a=DISPATCHED,uri=//10.xx.xx.xx:7777/SSPDashboard,age=16} action DISPATCH
2018-10-01 02:11:09,412 [qtp442560034-35] DEBUG Server - REQUEST GET /SSPDashboard on ***@3aac2e46{r=1,c=false,a=DISPATCHED,uri=//10.xx.xx.xx:7777/SSPDashboard,age=16}
2018-10-01 02:11:09,412 [qtp442560034-35] DEBUG ContextHandler - scope null||/SSPDashboard @ o.e.j.w.WebAppContext@-243cfb10{SSPDashboard,/SSPDashboard,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/,AVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SSPDashboard}
2018-10-01 02:11:09,412 [qtp442560034-35] DEBUG HttpChannel - sendResponse info=null content=***@df7db8c0[p=0,l=0,c=0,r=0]={<<<>>>} complete=true committing=true callback=***@6919967b{null}
2018-10-01 02:11:09,412 [qtp442560034-35] DEBUG HttpChannel - COMMIT for /SSPDashboard on ***@3aac2e46{r=1,c=true,a=DISPATCHED,uri=//10.xx.xx.xx:7777/SSPDashboard,age=16}
302 null HTTP/1.1
Location: http://10.xx.xx.xx:7777/SSPDashboard/

2018-10-01 02:11:09,412 [qtp442560034-35] DEBUG HttpConnection - org.eclipse.jetty.server.HttpConnection$***@b9567e83[PROCESSING][i=HTTP/1.1{s=302,h=1,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$***@1e192ab6] generate: NEED_HEADER (null,[p=0,l=0,c=0,r=0],true)@START
2018-10-01 02:11:09,412 [qtp442560034-35] DEBUG HttpGenerator - generateHeaders HTTP/1.1{s=302,h=1,cl=-1} last=true content=***@df7db8c0[p=0,l=0,c=0,r=0]={<<<>>>}
2018-10-01 02:11:09,412 [qtp442560034-35] DEBUG HttpGenerator - Location: http://10.xx.xx.xx:7777/SSPDashboard

From: jetty-users-***@eclipse.org [mailto:jetty-users-***@eclipse.org] On Behalf Of Jan Bartel
Sent: Monday, September 24, 2018 11:58 PM
To: JETTY user mailing list <jetty-***@eclipse.org>
Subject: Re: [jetty-users] Issues with jetty-9.4.11 running JSTL.jar

** This mail has been sent from an external source **

There's something extremely wrong with your container classpath, "file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/" is on the container's classpath dozens and dozens of times. Also it looks like you have misconfigured the org.eclipse.jetty.server.webapp.ContainerIncludeJarPattern, because it looks like it is matching every jar in the container classpath, whereas it probably only needs to match the jars that contain the jstl taglibs (you just want to scan the minimum number of jars on the container classpath for taglibs, META-INF/resources, web-app-fragment.xml, otherwise it will take forever to start your webapp).

I recommend you just deploy one webapp at a time so you can get one properly deployed before you move on to another one.

Jan

On Tue, 25 Sep 2018 at 14:37, Eze Ikonne <***@aricent.com<mailto:***@aricent.com>> wrote:
Hi Jan,

I did implement your suggestions and at the moment there is no more conflicts with jar files, at least that’s what the log file indicates. The only exception in the log file
is thrown by security handler for not enabling TLS for all methods. I have been told that this exception is innocuous. However, after Jetty loads my web app, it appears that the
scan process right off the bat stops them without any apparent exception thrown, at least there is none in the log file. Please see the segment included where the modules seem
to have been started and then the Jetty scan process just kills them all. Any idea as to why this behavior? If needed I can also send the runtime class loader interaction.


2018-09-24 23:50:43,922 [main] DEBUG LifecycleFactoryImpl - Created Default Lifecycle
2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - getResource META-INF/services/javax.faces.lifecycle.LifecycleFactory null
2018-09-24 23:50:43,922 [main] DEBUG ContextHandler - contextInitialized: javax.servlet.ServletContextEvent[source=***@o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,STARTING}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}]->***@9351a429<mailto:***@9351a429>
2018-09-24 23:50:43,922 [main] DEBUG ContextHandler - contextInitialized: javax.servlet.ServletContextEvent[source=***@o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,STARTING}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}]->***@5534a564<mailto:***@5534a564>
2018-09-24 23:50:43,922 [main] DEBUG ConfigureListener - contextInitialized(SspJsf)
2018-09-24 23:50:43,922 [main] DEBUG AbstractLifeCycle - starting UploadFilter
2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isSystemResource==false com.sun.rave.web.ui.util.UploadFilter jar:file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/webui.jar!/com/sun/rave/web/ui/util/UploadFilter.class
2018-09-24 23:50:43,922 [main] DEBUG ClasspathPattern - match interface javax.servlet.Filter from file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/servlet-api-3.1.jar byName=null byLocation=null in [-org.eclipse.jetty.util.log., -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet, -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty., org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData, -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket., -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt., -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi., -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx., -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isServerClass==false interface javax.servlet.Filter
2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP parent loaded interface javax.servlet.Filter
2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP webapp loaded class com.sun.rave.web.ui.util.UploadFilter
2018-09-24 23:50:43,922 [main] DEBUG BaseHolder - Holding class com.sun.rave.web.ui.util.UploadFilter from WebAppClassLoader=***@6f478373
2018-09-24 23:50:43,922 [main] DEBUG AbstractLifeCycle - STARTED @9813ms UploadFilter
2018-09-24 23:50:43,922 [main] DEBUG ClasspathPattern - match interface javax.servlet.ServletRequest from file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/servlet-api-3.1.jar byName=null byLocation=null in [-org.eclipse.jetty.util.log., -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet, -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty., org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData, -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket., -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt., -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi., -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx., -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isServerClass==false interface javax.servlet.ServletRequest
2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP parent loaded interface javax.servlet.ServletRequest
2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isSystemResource==false org.apache.commons.fileupload.FileUploadException jar:file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/commons-fileupload-1.3.3.jar!/org/apache/commons/fileupload/FileUploadException.class
2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP webapp loaded class org.apache.commons.fileupload.FileUploadException
2018-09-24 23:50:43,922 [main] DEBUG ClasspathPattern - match class javax.servlet.ServletException from file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/servlet-api-3.1.jar byName=null byLocation=null in [-org.eclipse.jetty.util.log., -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet, -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty., org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData, -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket., -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt., -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi., -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx., -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isServerClass==false class javax.servlet.ServletException
2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP parent loaded class javax.servlet.ServletException
2018-09-24 23:50:43,922 [main] DEBUG ClasspathPattern - match interface javax.servlet.ServletResponse from file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/servlet-api-3.1.jar byName=null byLocation=null in [-org.eclipse.jetty.util.log., -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet, -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty., org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData, -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket., -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt., -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi., -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx., -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isServerClass==false interface javax.servlet.ServletResponse
2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP parent loaded interface javax.servlet.ServletResponse
2018-09-24 23:50:43,922 [main] DEBUG ClasspathPattern - match interface javax.servlet.FilterChain from file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/servlet-api-3.1.jar byName=null byLocation=null in [-org.eclipse.jetty.util.log., -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet, -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty., org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData, -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket., -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt., -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi., -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx., -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isServerClass==false interface javax.servlet.FilterChain
2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP parent loaded interface javax.servlet.FilterChain
2018-09-24 23:50:43,922 [main] DEBUG ClasspathPattern - match interface javax.servlet.http.HttpServletRequest from file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/servlet-api-3.1.jar byName=null byLocation=null in [-org.eclipse.jetty.util.log., -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet, -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty., org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData, -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket., -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt., -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi., -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx., -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isServerClass==false interface javax.servlet.http.HttpServletRequest
2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP parent loaded interface javax.servlet.http.HttpServletRequest
2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isSystemResource==false org.apache.commons.fileupload.FileItem jar:file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/commons-fileupload-1.3.3.jar!/org/apache/commons/fileupload/FileItem.class
2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isSystemResource==false org.apache.commons.fileupload.FileItemHeadersSupport jar:file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/commons-fileupload-1.3.3.jar!/org/apache/commons/fileupload/FileItemHeadersSupport.class
2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP webapp loaded interface org.apache.commons.fileupload.FileItemHeadersSupport
2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP webapp loaded interface org.apache.commons.fileupload.FileItem
2018-09-24 23:50:43,922 [main] DEBUG ClasspathPattern - match interface javax.servlet.FilterConfig from file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/servlet-api-3.1.jar byName=null byLocation=null in [-org.eclipse.jetty.util.log., -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet, -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty., org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData, -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket., -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt., -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi., -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx., -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isServerClass==false interface javax.servlet.FilterConfig
2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP parent loaded interface javax.servlet.FilterConfig
2018-09-24 23:50:43,922 [main] DEBUG FilterHolder - Filter.init com.sun.rave.web.ui.util.UploadFilter
2018-09-24 23:50:43,922 [main] DEBUG AbstractLifeCycle - starting debugFilter
2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isSystemResource==false com.sterlingcommerce.sspgui.web.filter.SSPContentDebugFilter file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/classes/com/sterlingcommerce/sspgui/web/filter/SSPContentDebugFilter.class
2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP webapp loaded class com.sterlingcommerce.sspgui.web.filter.SSPContentDebugFilter
2018-09-24 23:50:43,922 [main] DEBUG BaseHolder - Holding class com.sterlingcommerce.sspgui.web.filter.SSPContentDebugFilter from WebAppClassLoader=***@6f478373
2018-09-24 23:50:43,922 [main] DEBUG AbstractLifeCycle - STARTED @9813ms debugFilter
2018-09-24 23:50:43,922 [main] DEBUG FilterHolder - Filter.init ***@8d71a455<mailto:***@8d71a455>
2018-09-24 23:50:43,922 [main] DEBUG AbstractLifeCycle - starting sessionValidationFilter
2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isSystemResource==false com.sterlingcommerce.sspgui.web.filter.SSPContentSessionValidationFilter file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/classes/com/sterlingcommerce/sspgui/web/filter/SSPContentSessionValidationFilter.class
2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP webapp loaded class com.sterlingcommerce.sspgui.web.filter.SSPContentSessionValidationFilter
2018-09-24 23:50:43,922 [main] DEBUG BaseHolder - Holding class com.sterlingcommerce.sspgui.web.filter.SSPContentSessionValidationFilter from WebAppClassLoader=***@6f478373
2018-09-24 23:50:43,922 [main] DEBUG AbstractLifeCycle - STARTED @9813ms sessionValidationFilter
2018-09-24 23:50:43,922 [main] DEBUG ClasspathPattern - match interface javax.servlet.http.HttpServletResponse from file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/servlet-api-3.1.jar byName=null byLocation=null in [-org.eclipse.jetty.util.log., -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet, -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty., org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData, -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket., -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt., -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi., -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx., -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isServerClass==false interface javax.servlet.http.HttpServletResponse
2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP parent loaded interface javax.servlet.http.HttpServletResponse
2018-09-24 23:50:43,922 [main] DEBUG FilterHolder - Filter.init ***@ba481913<mailto:***@ba481913>
2018-09-24 23:50:43,922 [main] DEBUG AbstractLifeCycle - starting systemProtectionFilter
2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isSystemResource==false com.sterlingcommerce.sspgui.web.filter.SSPContentWebPagesFilter file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/classes/com/sterlingcommerce/sspgui/web/filter/SSPContentWebPagesFilter.class
2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP webapp loaded class com.sterlingcommerce.sspgui.web.filter.SSPContentWebPagesFilter
2018-09-24 23:50:43,922 [main] DEBUG BaseHolder - Holding class com.sterlingcommerce.sspgui.web.filter.SSPContentWebPagesFilter from WebAppClassLoader=***@6f478373
2018-09-24 23:50:43,922 [main] DEBUG AbstractLifeCycle - STARTED @9813ms systemProtectionFilter
2018-09-24 23:50:43,922 [main] DEBUG FilterHolder - Filter.init ***@6a2cf70f<mailto:***@6a2cf70f>
2018-09-24 23:50:43,922 [main] DEBUG AbstractLifeCycle - starting NonceProtectionFilter
2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isSystemResource==false com.sterlingcommerce.sspgui.web.filter.SSPContentNonceValidationFilter file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/classes/com/sterlingcommerce/sspgui/web/filter/SSPContentNonceValidationFilter.class
2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP webapp loaded class com.sterlingcommerce.sspgui.web.filter.SSPContentNonceValidationFilter
2018-09-24 23:50:43,922 [main] DEBUG BaseHolder - Holding class com.sterlingcommerce.sspgui.web.filter.SSPContentNonceValidationFilter from WebAppClassLoader=***@6f478373
2018-09-24 23:50:43,922 [main] DEBUG AbstractLifeCycle - STARTED @9813ms NonceProtectionFilter
2018-09-24 23:50:43,922 [main] DEBUG FilterHolder - Filter.init ***@58590a1a<mailto:***@58590a1a>
2018-09-24 23:50:43,937 [main] DEBUG AbstractLifeCycle - starting ***@22b464fd==com.sterlingcommerce.sspgui.web.servlet.KeepAliveServlet,jsp=null,order=-1,inst=false<mailto:***@22b464fd==com.sterlingcommerce.sspgui.web.servlet.KeepAliveServlet,jsp=null,order=-1,inst=false>
2018-09-24 23:50:43,937 [main] DEBUG WebAppContext - isSystemResource==false com.sterlingcommerce.sspgui.web.servlet.KeepAliveServlet file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/classes/com/sterlingcommerce/sspgui/web/servlet/KeepAliveServlet.class
2018-09-24 23:50:43,937 [main] DEBUG ClasspathPattern - match class javax.servlet.http.HttpServlet from file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/servlet-api-3.1.jar byName=null byLocation=null in [-org.eclipse.jetty.util.log., -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet, -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty., org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData, -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket., -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt., -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi., -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx., -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
2018-09-24 23:50:43,937 [main] DEBUG WebAppContext - isServerClass==false class javax.servlet.http.HttpServlet
2018-09-24 23:50:43,937 [main] DEBUG WebAppClassLoader - WAP parent loaded class javax.servlet.http.HttpServlet
2018-09-24 23:50:43,937 [main] DEBUG WebAppClassLoader - WAP webapp loaded class com.sterlingcommerce.sspgui.web.servlet.KeepAliveServlet
2018-09-24 23:50:43,937 [main] DEBUG BaseHolder - Holding class com.sterlingcommerce.sspgui.web.servlet.KeepAliveServlet from WebAppClassLoader=***@6f478373
2018-09-24 23:50:43,937 [main] DEBUG AbstractLifeCycle - STARTED @9828ms ***@22b464fd==com.sterlingcommerce.sspgui.web.servlet.KeepAliveServlet,jsp=null,order=-1,inst=false<mailto:***@22b464fd==com.sterlingcommerce.sspgui.web.servlet.KeepAliveServlet,jsp=null,order=-1,inst=false>
2018-09-24 23:50:43,937 [main] DEBUG AbstractLifeCycle - starting ***@a794153b==com.sterlingcommerce.sspgui.web.servlet.LogoutServlet,jsp=null,order=-1,inst=false<mailto:***@a794153b==com.sterlingcommerce.sspgui.web.servlet.LogoutServlet,jsp=null,order=-1,inst=false>
2018-09-24 23:50:43,937 [main] DEBUG WebAppContext - isSystemResource==false com.sterlingcommerce.sspgui.web.servlet.LogoutServlet file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/classes/com/sterlingcommerce/sspgui/web/servlet/LogoutServlet.class
2018-09-24 23:50:43,937 [main] DEBUG WebAppClassLoader - WAP webapp loaded class com.sterlingcommerce.sspgui.web.servlet.LogoutServlet
2018-09-24 23:50:43,937 [main] DEBUG BaseHolder - Holding class com.sterlingcommerce.sspgui.web.servlet.LogoutServlet from WebAppClassLoader=***@6f478373
2018-09-24 23:50:43,937 [main] DEBUG AbstractLifeCycle - STARTED @9828ms ***@a794153b==com.sterlingcommerce.sspgui.web.servlet.LogoutServlet,jsp=null,order=-1,inst=false<mailto:***@a794153b==com.sterlingcommerce.sspgui.web.servlet.LogoutServlet,jsp=null,order=-1,inst=false>
2018-09-24 23:50:43,937 [main] DEBUG AbstractLifeCycle - starting ***@c40ea71b==com.sterlingcommerce.sspgui.web.util.ContentErrorHandler,jsp=null,order=-1,inst=false<mailto:***@c40ea71b==com.sterlingcommerce.sspgui.web.util.ContentErrorHandler,jsp=null,order=-1,inst=false>
2018-09-24 23:50:43,937 [main] DEBUG WebAppContext - isSystemResource==false com.sterlingcommerce.sspgui.web.util.ContentErrorHandler file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/classes/com/sterlingcommerce/sspgui/web/util/ContentErrorHandler.class
2018-09-24 23:50:43,937 [main] DEBUG WebAppClassLoader - WAP webapp loaded class com.sterlingcommerce.sspgui.web.util.ContentErrorHandler
2018-09-24 23:50:43,937 [main] DEBUG BaseHolder - Holding class com.sterlingcommerce.sspgui.web.util.ContentErrorHandler from WebAppClassLoader=***@6f478373
2018-09-24 23:50:43,937 [main] DEBUG AbstractLifeCycle - STARTED @9828ms ***@c40ea71b==com.sterlingcommerce.sspgui.web.util.ContentErrorHandler,jsp=null,order=-1,inst=false<mailto:***@c40ea71b==com.sterlingcommerce.sspgui.web.util.ContentErrorHandler,jsp=null,order=-1,inst=false>
2018-09-24 23:50:43,937 [main] DEBUG AbstractLifeCycle - starting ***@e45569aa==com.sun.errorhandler.ExceptionHandler,jsp=null,order=-1,inst=false<mailto:***@e45569aa==com.sun.errorhandler.ExceptionHandler,jsp=null,order=-1,inst=false>
2018-09-24 23:50:43,937 [main] DEBUG WebAppContext - isSystemResource==false com.sun.errorhandler.ExceptionHandler jar:file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/errorhandler.jar!/com/sun/errorhandler/ExceptionHandler.class
2018-09-24 23:50:43,937 [main] DEBUG WebAppClassLoader - WAP webapp loaded class com.sun.errorhandler.ExceptionHandler
2018-09-24 23:50:43,937 [main] DEBUG BaseHolder - Holding class com.sun.errorhandler.ExceptionHandler from WebAppClassLoader=***@6f478373
2018-09-24 23:50:43,937 [main] DEBUG AbstractLifeCycle - STARTED @9828ms ***@e45569aa==com.sun.errorhandler.ExceptionHandler,jsp=null,order=-1,inst=false<mailto:***@e45569aa==com.sun.errorhandler.ExceptionHandler,jsp=null,order=-1,inst=false>
2018-09-24 23:50:43,937 [main] DEBUG AbstractLifeCycle - starting ***@5aa2e45c==com.sun.rave.web.ui.theme.ThemeServlet,jsp=null,order=-1,inst=false<mailto:***@5aa2e45c==com.sun.rave.web.ui.theme.ThemeServlet,jsp=null,order=-1,inst=false>
2018-09-24 23:50:43,937 [main] DEBUG WebAppContext - isSystemResource==false com.sun.rave.web.ui.theme.ThemeServlet jar:file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/webui.jar!/com/sun/rave/web/ui/theme/ThemeServlet.class
2018-09-24 23:50:43,937 [main] DEBUG WebAppClassLoader - WAP webapp loaded class com.sun.rave.web.ui.theme.ThemeServlet
2018-09-24 23:50:43,937 [main] DEBUG BaseHolder - Holding class com.sun.rave.web.ui.theme.ThemeServlet from WebAppClassLoader=***@6f478373
2018-09-24 23:50:43,937 [main] DEBUG AbstractLifeCycle - STARTED @9828ms ***@5aa2e45c==com.sun.rave.web.ui.theme.ThemeServlet,jsp=null,order=-1,inst=false<mailto:***@5aa2e45c==com.sun.rave.web.ui.theme.ThemeServlet,jsp=null,order=-1,inst=false>
2018-09-24 23:50:43,937 [main] DEBUG AbstractLifeCycle - starting ***@19c47==org.eclipse.jetty.jsp.JettyJspServlet,jsp=null,order=0,inst=false<mailto:***@19c47==org.eclipse.jetty.jsp.JettyJspServlet,jsp=null,order=0,inst=false>
2018-09-24 23:50:43,937 [main] DEBUG WebAppContext - isServerClass==false class org.eclipse.jetty.jsp.JettyJspServlet
2018-09-24 23:50:43,937 [main] DEBUG WebAppClassLoader - WAP parent loaded class org.eclipse.jetty.jsp.JettyJspServlet
2018-09-24 23:50:43,937 [main] DEBUG BaseHolder - Holding class org.eclipse.jetty.jsp.JettyJspServlet from sun.misc.Launcher$***@ef738a93<mailto:sun.misc.Launcher$***@ef738a93>
2018-09-24 23:50:43,937 [main] DEBUG AbstractLifeCycle - STARTED @9828ms ***@19c47==org.eclipse.jetty.jsp.JettyJspServlet,jsp=null,order=0,inst=false<mailto:***@19c47==org.eclipse.jetty.jsp.JettyJspServlet,jsp=null,order=0,inst=false>
2018-09-24 23:50:44,078 [main] DEBUG ClasspathPattern - match interface org.apache.tomcat.InstanceManager from file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.mortbay.jasper.apache-jsp-8.5.24.2.jar byName=null byLocation=null in [-org.eclipse.jetty.util.log., -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet, -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty., org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData, -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket., -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt., -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi., -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx., -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
2018-09-24 23:50:44,078 [main] DEBUG WebAppContext - isServerClass==false interface org.apache.tomcat.InstanceManager
2018-09-24 23:50:44,078 [main] DEBUG WebAppClassLoader - WAP parent loaded interface org.apache.tomcat.InstanceManager
2018-09-24 23:50:44,078 [main] DEBUG ServletHolder - Apache jasper detected
2018-09-24 23:50:44,078 [main] DEBUG ServletHolder - Servlet.init ***@7eefcc07<mailto:***@7eefcc07> for jsp
2018-09-24 23:50:44,078 [main] DEBUG AbstractLifeCycle - starting ***@5c13d641==org.eclipse.jetty.servlet.DefaultServlet,jsp=null,order=0,inst=false<mailto:***@5c13d641==org.eclipse.jetty.servlet.DefaultServlet,jsp=null,order=0,inst=false>
2018-09-24 23:50:44,078 [main] DEBUG WebAppContext - isServerClass==false class org.eclipse.jetty.servlet.DefaultServlet
2018-09-24 23:50:44,078 [main] DEBUG WebAppClassLoader - WAP parent loaded class org.eclipse.jetty.servlet.DefaultServlet
2018-09-24 23:50:44,078 [main] DEBUG BaseHolder - Holding class org.eclipse.jetty.servlet.DefaultServlet from sun.misc.Launcher$***@ef738a93<mailto:sun.misc.Launcher$***@ef738a93>
2018-09-24 23:50:44,078 [main] DEBUG AbstractLifeCycle - STARTED @9969ms ***@5c13d641==org.eclipse.jetty.servlet.DefaultServlet,jsp=null,order=0,inst=false<mailto:***@5c13d641==org.eclipse.jetty.servlet.DefaultServlet,jsp=null,order=0,inst=false>
2018-09-24 23:50:44,093 [main] DEBUG ServletHolder - Servlet.init ***@6fa5b52b<mailto:***@6fa5b52b> for default
2018-09-24 23:50:44,093 [main] DEBUG DefaultServlet - resource base = null
2018-09-24 23:50:44,093 [main] DEBUG AbstractLifeCycle - starting Faces ***@87ee159b==com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet,jsp=null,order=1,inst=false<mailto:***@87ee159b==com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet,jsp=null,order=1,inst=false>
2018-09-24 23:50:44,093 [main] DEBUG WebAppContext - isSystemResource==false com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/classes/com/sterlingcommerce/sspgui/web/servlet/SSPContentFacesServlet.class
2018-09-24 23:50:44,093 [main] DEBUG WebAppClassLoader - WAP webapp loaded class com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet
2018-09-24 23:50:44,093 [main] DEBUG BaseHolder - Holding class com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet from WebAppClassLoader=***@6f478373
2018-09-24 23:50:44,093 [main] DEBUG AbstractLifeCycle - STARTED @9984ms Faces ***@87ee159b==com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet,jsp=null,order=1,inst=false<mailto:***@87ee159b==com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet,jsp=null,order=1,inst=false>
2018-09-24 23:50:44,093 [main] DEBUG ClasspathPattern - match interface javax.servlet.ServletConfig from file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/servlet-api-3.1.jar byName=null byLocation=null in [-org.eclipse.jetty.util.log., -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet, -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty., org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData, -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket., -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt., -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi., -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx., -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
2018-09-24 23:50:44,093 [main] DEBUG WebAppContext - isServerClass==false interface javax.servlet.ServletConfig
2018-09-24 23:50:44,093 [main] DEBUG WebAppClassLoader - WAP parent loaded interface javax.servlet.ServletConfig
2018-09-24 23:50:44,093 [main] DEBUG WebAppContext - isSystemResource==false com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet$ExceptionType file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/classes/com/sterlingcommerce/sspgui/web/servlet/SSPContentFacesServlet$ExceptionType.class
2018-09-24 23:50:44,093 [main] DEBUG WebAppClassLoader - WAP webapp loaded class com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet$ExceptionType
2018-09-24 23:50:44,093 [main] DEBUG WebAppContext - isSystemResource==true javax.faces.webapp.FacesServlet jar:file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/jsf-api.jar!/javax/faces/webapp/FacesServlet.class
2018-09-24 23:50:44,093 [main] DEBUG ClasspathPattern - match class javax.faces.webapp.FacesServlet from file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jsf-api.jar byName=null byLocation=null in [-org.eclipse.jetty.util.log., -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet, -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty., org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData, -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket., -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt., -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi., -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx., -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
2018-09-24 23:50:44,093 [main] DEBUG WebAppContext - isServerClass==false class javax.faces.webapp.FacesServlet
2018-09-24 23:50:44,093 [main] DEBUG WebAppClassLoader - WAP parent loaded class javax.faces.webapp.FacesServlet
2018-09-24 23:50:44,093 [main] DEBUG ServletHolder - Servlet.init ***@67c09f68<mailto:***@67c09f68> for Faces Servlet
2018-09-24 23:50:44,109 [main] DEBUG WebAppContext - isSystemResource==false com.sterlingcommerce.csp.gui.web.utils.SSPGUILog4jInitializer jar:file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/WebUIUtils.jar!/com/sterlingcommerce/csp/gui/web/utils/SSPGUILog4jInitializer.class
2018-09-24 23:50:44,109 [main] DEBUG WebAppClassLoader - WAP webapp loaded class com.sterlingcommerce.csp.gui.web.utils.SSPGUILog4jInitializer
2018-09-24 23:50:44,109 [main] INFO ContextHandler - Started o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}<mailto:o.e.j.w.WebAppContext@-71bd3073%7bSspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE%7d%7bC:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf%7d>
2018-09-24 23:50:44,109 [main] DEBUG WebAppContext - postConfigure o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}<mailto:o.e.j.w.WebAppContext@-71bd3073%7bSspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE%7d%7bC:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf%7d> with ***@9f3774af<mailto:***@9f3774af>
2018-09-24 23:50:44,109 [main] DEBUG WebAppContext - postConfigure o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}<mailto:o.e.j.w.WebAppContext@-71bd3073%7bSspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE%7d%7bC:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf%7d> with ***@b9c5e3f0<mailto:***@b9c5e3f0>
2018-09-24 23:50:44,109 [main] DEBUG WebAppContext - postConfigure o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}<mailto:o.e.j.w.WebAppContext@-71bd3073%7bSspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE%7d%7bC:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf%7d> with ***@97b8f23a<mailto:***@97b8f23a>
2018-09-24 23:50:44,109 [main] DEBUG WebAppContext - postConfigure o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}<mailto:o.e.j.w.WebAppContext@-71bd3073%7bSspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE%7d%7bC:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf%7d> with ***@680608a9<mailto:***@680608a9>
2018-09-24 23:50:44,109 [main] DEBUG WebAppContext - postConfigure o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}<mailto:o.e.j.w.WebAppContext@-71bd3073%7bSspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE%7d%7bC:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf%7d> with ***@8e02e379<mailto:***@8e02e379>
2018-09-24 23:50:44,109 [main] DEBUG WebAppContext - postConfigure o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}<mailto:o.e.j.w.WebAppContext@-71bd3073%7bSspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE%7d%7bC:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf%7d> with ***@17b5410e<mailto:***@17b5410e>
2018-09-24 23:50:44,109 [main] DEBUG AbstractLifeCycle - STARTED @10000ms o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}<mailto:o.e.j.w.WebAppContext@-71bd3073%7bSspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE%7d%7bC:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf%7d>
2018-09-24 23:50:44,109 [main] DEBUG AbstractLifeCycle - starting o.e.j.w.WebAppContext@-7275f62c{SSPDashboard,/SSPDashboard,null,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SSPDashboard}<mailto:o.e.j.w.WebAppContext@-7275f62c%7bSSPDashboard,/SSPDashboard,null,UNAVAILABLE%7d%7bC:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SSPDashboard%7d>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}<mailto:o.e.j.w.WebAppContext@-71bd3073%7bSspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE%7d%7bC:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf%7d>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractHandler - stopping o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}<mailto:o.e.j.w.WebAppContext@-71bd3073%7bSspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE%7d%7bC:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf%7d>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@c6955689<mailto:***@c6955689>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@c6955689<mailto:***@c6955689>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@dd2a8135<mailto:***@dd2a8135>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractHandler - stopping ***@dd2a8135<mailto:***@dd2a8135>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@dd2a8135<mailto:***@dd2a8135>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping org.eclipse.jetty.server.session.SessionHandler-121859204==dftMaxIdleSec=1800
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@f49b0437[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false<mailto:***@f49b0437[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false>]
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@b2b25ad1[passivating=false,graceSec=3600<mailto:***@b2b25ad1[passivating=false,graceSec=3600>]
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@b2b25ad1[passivating=false,graceSec=3600<mailto:***@b2b25ad1[passivating=false,graceSec=3600>]
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@f49b0437[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false<mailto:***@f49b0437[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false>]
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractHandler - stopping org.eclipse.jetty.server.session.SessionHandler-121859204==dftMaxIdleSec=1800
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@c2e4eac3<mailto:***@c2e4eac3>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractHandler - stopping ***@c2e4eac3<mailto:***@c2e4eac3>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@756a145a<mailto:***@756a145a>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractHandler - stopping ***@756a145a<mailto:***@756a145a>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@2cd92532<mailto:***@2cd92532>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@2cd92532<mailto:***@2cd92532>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@6a954ad4<mailto:***@6a954ad4>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@6a954ad4<mailto:***@6a954ad4>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@22b464fd==com.sterlingcommerce.sspgui.web.servlet.KeepAliveServlet,jsp=null,order=-1,inst=false<mailto:***@22b464fd==com.sterlingcommerce.sspgui.web.servlet.KeepAliveServlet,jsp=null,order=-1,inst=false>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@22b464fd==com.sterlingcommerce.sspgui.web.servlet.KeepAliveServlet,jsp=null,order=-1,inst=false<mailto:***@22b464fd==com.sterlingcommerce.sspgui.web.servlet.KeepAliveServlet,jsp=null,order=-1,inst=false>
2018-09-24 23:50:44,109 [main] DEBUG WebAppContext - Thread Context classloader WebAppClassLoader=***@4c46dc3e
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@c40ea71b==com.sterlingcommerce.sspgui.web.util.ContentErrorHandler,jsp=null,order=-1,inst=false<mailto:***@c40ea71b==com.sterlingcommerce.sspgui.web.util.ContentErrorHandler,jsp=null,order=-1,inst=false>
2018-09-24 23:50:44,109 [main] DEBUG WebAppContext - Parent class loader: sun.misc.Launcher$***@ef738a93<mailto:sun.misc.Launcher$***@ef738a93>
2018-09-24 23:50:44,109 [main] DEBUG WebAppContext - Parent class loader: sun.misc.Launcher$***@a33e7628<mailto:sun.misc.Launcher$***@a33e7628>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@c40ea71b==com.sterlingcommerce.sspgui.web.util.ContentErrorHandler,jsp=null,order=-1,inst=false<mailto:***@c40ea71b==com.sterlingcommerce.sspgui.web.util.ContentErrorHandler,jsp=null,order=-1,inst=false>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@a794153b==com.sterlingcommerce.sspgui.web.servlet.LogoutServlet,jsp=null,order=-1,inst=false<mailto:***@a794153b==com.sterlingcommerce.sspgui.web.servlet.LogoutServlet,jsp=null,order=-1,inst=false>
2018-09-24 23:50:44,109 [main] DEBUG WebAppContext - preConfigure o.e.j.w.WebAppContext@-7275f62c{SSPDashboard,/SSPDashboard,null,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SSPDashboard}<mailto:o.e.j.w.WebAppContext@-7275f62c%7bSSPDashboard,/SSPDashboard,null,UNAVAILABLE%7d%7bC:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SSPDashboard%7d> with ***@5a00079a<mailto:***@5a00079a>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@a794153b==com.sterlingcommerce.sspgui.web.servlet.LogoutServlet,jsp=null,order=-1,inst=false<mailto:***@a794153b==com.sterlingcommerce.sspgui.web.servlet.LogoutServlet,jsp=null,order=-1,inst=false>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@5aa2e45c==com.sun.rave.web.ui.theme.ThemeServlet,jsp=null,order=-1,inst=false<mailto:***@5aa2e45c==com.sun.rave.web.ui.theme.ThemeServlet,jsp=null,order=-1,inst=false>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@5aa2e45c==com.sun.rave.web.ui.theme.ThemeServlet,jsp=null,order=-1,inst=false<mailto:***@5aa2e45c==com.sun.rave.web.ui.theme.ThemeServlet,jsp=null,order=-1,inst=false>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@e45569aa==com.sun.errorhandler.ExceptionHandler,jsp=null,order=-1,inst=false<mailto:***@e45569aa==com.sun.errorhandler.ExceptionHandler,jsp=null,order=-1,inst=false>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@e45569aa==com.sun.errorhandler.ExceptionHandler,jsp=null,order=-1,inst=false<mailto:***@e45569aa==com.sun.errorhandler.ExceptionHandler,jsp=null,order=-1,inst=false>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping Faces ***@87ee159b==com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet,jsp=null,order=1,inst=true<mailto:***@87ee159b==com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet,jsp=null,order=1,inst=true>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED Faces ***@87ee159b==com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet,jsp=null,order=1,inst=false<mailto:***@87ee159b==com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet,jsp=null,order=1,inst=false>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping NonceProtectionFilter
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED NonceProtectionFilter
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping systemProtectionFilter
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED systemProtectionFilter
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping sessionValidationFilter
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED sessionValidationFilter
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping debugFilter
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED debugFilter
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping UploadFilter
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED UploadFilter
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@6c38be1b<mailto:***@6c38be1b>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@6c38be1b<mailto:***@6c38be1b>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@19c47==org.eclipse.jetty.jsp.JettyJspServlet,jsp=null,order=0,inst=true<mailto:***@19c47==org.eclipse.jetty.jsp.JettyJspServlet,jsp=null,order=0,inst=true>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@19c47==org.eclipse.jetty.jsp.JettyJspServlet,jsp=null,order=0,inst=false<mailto:***@19c47==org.eclipse.jetty.jsp.JettyJspServlet,jsp=null,order=0,inst=false>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@5c13d641==org.eclipse.jetty.servlet.DefaultServlet,jsp=null,order=0,inst=true<mailto:***@5c13d641==org.eclipse.jetty.servlet.DefaultServlet,jsp=null,order=0,inst=true>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@5c13d641==org.eclipse.jetty.servlet.DefaultServlet,jsp=null,order=0,inst=false<mailto:***@5c13d641==org.eclipse.jetty.servlet.DefaultServlet,jsp=null,order=0,inst=false>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@d91c4482<mailto:***@d91c4482>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@d91c4482<mailto:***@d91c4482>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@9910592e<mailto:***@9910592e>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@9910592e<mailto:***@9910592e>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@756a145a<mailto:***@756a145a>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@c2e4eac3<mailto:***@c2e4eac3>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED org.eclipse.jetty.server.session.SessionHandler-121859204==dftMaxIdleSec=1800
2018-09-24 23:50:44,109 [Scanner-0] DEBUG ContextHandler - contextDestroyed: javax.servlet.ServletContextEvent[source=***@o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}]->***@5534a564<mailto:***@5534a564>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG ConfigureListener - contextDestroyed(SspJsf)
2018-09-24 23:50:44,109 [Scanner-0] DEBUG ContextHandler - contextDestroyed: javax.servlet.ServletContextEvent[source=***@o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}]->***@9351a429<mailto:***@9351a429>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG ContextHandler - contextDestroyed: javax.servlet.ServletContextEvent[source=***@o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}]->***@52d0cbd3<mailto:***@52d0cbd3>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG ConfigureListener - contextDestroyed(SspJsf)
2018-09-24 23:50:44,109 [Scanner-0] DEBUG ContextHandler - contextDestroyed: javax.servlet.ServletContextEvent[source=***@o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}]->***@1a02ebe8<mailto:***@1a02ebe8>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG ContextHandler - contextDestroyed: javax.servlet.ServletContextEvent[source=***@o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}]->***@d0cbeb8c<mailto:***@d0cbeb8c>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG ClasspathPattern - match class javax.el.BeanELResolver from file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.mortbay.jasper.apache-el-8.5.24.2.jar byName=null byLocation=null in [-org.eclipse.jetty.util.log., -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet, -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty., org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData, -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket., -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt., -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi., -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx., -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
2018-09-24 23:50:44,109 [Scanner-0] DEBUG WebAppContext - isServerClass==false class javax.el.BeanELResolver
2018-09-24 23:50:44,109 [Scanner-0] DEBUG WebAppClassLoader - WAP parent loaded class javax.el.BeanELResolver
2018-09-24 23:50:44,109 [Scanner-0] DEBUG ELContextCleaner - Not cleaning cached beans: no such field javax.el.BeanELResolver.properties
2018-09-24 23:50:44,109 [main] DEBUG WebInfConfiguration - Try webapp=file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/, exists=true, directory=true file=C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SSPDashboard
2018-09-24 23:50:44,109 [main] DEBUG WebInfConfiguration - webapp=file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/
2018-09-24 23:50:44,109 [main] DEBUG WebInfConfiguration - Matching container urls [file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/sspconfig.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/accepter.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/authentication.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/componentCommon.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/configurator.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/haas.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/hadrian-client.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/hadrian-common.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/hadrian-gui.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/persistence.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/sspconfig.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/activemq-client-5.11.1.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/alloy.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/alpn-api-1.1.3.v20160715.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/asm-6.2.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/asm-commons-6.2.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/castor-1.3.3-anttasks.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/castor-1.3.3-codegen.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/castor-1.3.3-core.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/castor-1.3.3-ddlgen.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/castor-1.3.3-jdo.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/castor-1.3.3-xml-schema.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/castor-1.3.3-xml.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/castor-1.3.3.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/cdi-2-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/cdi-core-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/cdi-servlet-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/CL3Export.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/CL3Nonexport.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/com.ibm.mq.headers.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/com.ibm.mq.jmqi.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/com.ibm.mqjms.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-beanutils-core.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-beanutils.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-cli-1.2.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-codec-1.6.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-codec.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-collections-3.2.2.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-digester.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-fileupload-1.3.3.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-httpclient-3.1.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-io-2.4.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-logging-1.1.1.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-logging-api.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-logging.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/concurrent.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/dhbcore.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/fluent-hc-4.2.5.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/geronimo-j2ee-management_1.1_spec-1.0.1.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/geronimo-jms_1.1_spec-1.1.1.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/help-4_2-ehelp-integration.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/help-demo.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/help-indexer.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/help-share.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/help-wizard.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/help4.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/hivemind-1.1.1.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/hivemind-jmx-1.1.1.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/hivemind-lib-1.1.1.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/httpclient-4.2.5.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/httpclient-cache-4.2.5.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/httpcore-4.2.4.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/httpmime-4.2.5.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/ibmpkcs.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jackson-core-asl-1.9.2.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jackson-jaxrs-1.9.2.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jackson-mapper-asl-1.9.2.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jackson-xc-1.9.2.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jakarta-oro-2.0.8.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/javassist.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/javax.annotation-api-1.2.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jcl-over-slf4j-1.7.5.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jdom.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jersey-client-1.16.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jersey-core-1.16.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jersey-json-1.16.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jersey-server-1.16.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jersey-servlet-1.16.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jettison-1.1.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-annotations-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-client-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-continuation-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-deploy-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-http-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-io-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-jaas-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-jaspi-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-jmx-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-jndi-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-memcached-sessions-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-nosql-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-plus-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-quickstart-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-rewrite-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-schemas-3.1.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-security-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-server-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-servlet-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-servlets-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-unixsocket-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-util-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-webapp-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jetty-xml-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jewt.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jms.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jndi.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jsf-api.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jsf-impl.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jsfcl.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jsr311-api-1.1.1.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jstl.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/junit.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jzlib-1.1.2.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/log4j-1.2-api-2.8.2.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/log4j-api-2.8.2.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/log4j-core-2.8.2.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/log4j-slf4j-impl-2.8.2.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/maverick-legacy-common-1.1.11.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/maverick-legacy-common-1.1.13.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/maverick-legacy-common-1.1.20.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/maverick-legacy-server-1.6.27-no-common.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/maverick-legacy-server-1.6.30-no-common.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/maverick-legacy-server-1.6.41-no-common.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/nekohtml.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/not-yet-commons-ssl-0.3.15.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/ohj-jewt.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/ohj.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/oracle_ice.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/oracle_ice5.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.apache.taglibs.taglibs-standard-spec-1.2.5.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.eclipse.jdt.ecj-3.12.3.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.eclipse.jetty.apache-jsp-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.mortbay.jasper.apache-el-8.5.24.2.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.mortbay.jasper.apache-jsp-8.5.24.2.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/PD.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/pnuts.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/rmm.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/serializer.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/servlet-api-3.1.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/share.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/slf4j-api-1.7.5.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/TableLayout.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/wizard-ewt.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/xalan.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/xercesImpl.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/xml-apis.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/conf/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/access-bridge-64.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/cldrdata.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/CmpCrmf.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/commons-ssl.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/dnsns.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/dtfj.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/dtfjview.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/gskikm.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/healthcenter.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/ibmcac.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/ibmcmsprovider.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/ibmjcefips.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/ibmjceplus.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/ibmjceprovider.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/ibmkeycert.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/ibmpemkeystore.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/ibmpkcs11impl.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/ibmsaslprovider.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/IBMSecureRandom.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/ibmxmlcrypto.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/ibmxmldsigprovider.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/ibmxmlencprovider.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/jaccess.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/localedata.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/nashorn.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/traceformat.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/xmlencfw.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/jre/lib/ext/zipfs.jar]
2018-09-24 23:50:44,109 [Scanner-0] INFO ContextHandler - Stopped o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,null,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,null,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}
2018-09-24 23:50:44,109 [Scanner-0] DEBUG DeploymentManager - Executing Node Node[deployed]
2018-09-24 23:50:44,109 [Scanner-0] DEBUG DeploymentManager - Executing Node Node[undeploying]
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AppLifeCycle - Calling org.eclipse.jetty.deploy.bindings.StandardUndeployer for App[o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,null,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf},C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf]
2018-09-24 23:50:44,109 [Scanner-0] DEBUG StandardUndeployer - Child handler o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,null,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}
2018-09-24 23:50:44,109 [Scanner-0] DEBUG StandardUndeployer - Removing handler o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,null,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}
2018-09-24 23:50:44,109 [Scanner-0] DEBUG StandardUndeployer - After removal: 1 (originally 2)
2018-09-24 23:50:44,109 [Scanner-0] DEBUG StandardUndeployer - Child handler o.e.j.w.WebAppContext@-7275f62c{SSPDashboard,/SSPDashboard,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SSPDashboard}
2018-09-24 23:50:44,109 [Scanner-0] DEBUG DeploymentManager - Executing Node Node[undeployed]
2018-09-24 23:50:44,109 [Scanner-0] DEBUG DeploymentManager - Deployable removed: App[o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,null,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf},C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf]
2018-09-24 23:50:44,109 [Scanner-0] DEBUG DeploymentManager - Deployable added: C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf
2018-09-24 23:50:44,109 [Scanner-0] DEBUG DeploymentManager - Executing Node Node[deploying]
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AppLifeCycle - Calling org.eclipse.jetty.deploy.bindings.StandardDeployer for App[null,C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf]
2018-09-24 23:50:44,125 [Scanner-0] DEBUG DecoratedObjectFactory - Adding Decorator: ***@37b89722
2018-09-24 23:50:44,125 [Scanner-0] DEBUG ContainerLifeCycle - ***@4e01db3f{/,null,UNAVAILABLE} added {org.eclipse.jetty.server.session.SessionHandler-1796122646==dftMaxIdleSec=-1,MANAGED}
2018-09-24 23:50:44,125 [Scanner-0] DEBUG ContainerLifeCycle - ***@ca752c56 added {***@488fab1d,POJO}
2018-09-24 23:50:44,125 [Scanner-0] DEBUG ContainerLifeCycle - org.eclipse.jetty.server.session.SessionHandler-1796122646==dftMaxIdleSec=-1 added {***@ca752c56,MANAGED}
2018-09-24 23:50:44,125 [Scanner-0] DEBUG ContainerLifeCycle - ***@ca752c56 added {***@8f46bf49,MANAGED}
2018-09-24 23:50:44,125 [Scanner-0] DEBUG ContainerLifeCycle - ***@4e01db3f{/,null,UNAVAILABLE} added {***@f6561d65,MANAGED}
2018-09-24 23:50:44,125 [Scanner-0] DEBUG AbstractLifeCycle - starting ***@4e01db3f{SspJsf,/SspJsf,null,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}
2018-09-24 23:50:44,125 [Scanner-0] DEBUG WebAppContext - Thread Context classloader WebAppClassLoader=***@ffffffff81421ca7
2018-09-24 23:50:44,125 [Scanner-0] DEBUG WebAppContext - Parent class loader: sun.misc.Launcher$***@ef738a93
2018-09-24 23:50:44,125 [Scanner-0] DEBUG WebAppContext - Parent class loader: sun.misc.Launcher$***@a33e7628
2018-09-24 23:50:44,125 [Scanner-0] DEBUG WebAppContext - preConfigure ***@4e01db3f{SspJsf,/SspJsf,null,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf} with ***@bfca4318

From: jetty-users-***@eclipse.org<mailto:jetty-users-***@eclipse.org> [mailto:jetty-users-***@eclipse.org<mailto:jetty-users-***@eclipse.org>] On Behalf Of Jan Bartel
Sent: Monday, September 24, 2018 7:00 PM
To: JETTY user mailing list <jetty-***@eclipse.org<mailto:jetty-***@eclipse.org>>
Subject: Re: [jetty-users] Issues with jetty-9.4.11 running JSTL.jar

** This mail has been sent from an external source **

sspcmrest:
Get rid of servlet-api.jar in WEB-INF/lib. webapps cannot override javax classes.

SspJsf:
Get rid of these jars in WEB-INF/lib, they should be on the container classpath (double check you are using the correct versions of these jars with the version of the distro of jetty you're targetting):
file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar
file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.apache.taglibs.taglibs-standard-spec-1.2.5.jar
file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.eclipse.jdt.ecj-3.12.3.jar
file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.eclipse.jetty.apache-jsp-9.4.11.v20180605.jar
file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.mortbay.jasper.apache-el-8.5.24.2.jar
file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/org.mortbay.jasper.apache-jsp-8.5.24.2.jar
file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/jstl.jar

You can also see from the dump that all of your webapps except for the Dashboard are marked as UNAVAILABLE, meaning they didn't start properly. There should be some exceptions and WARNings in your log output.

Jan

On 25 September 2018 at 03:33, Joakim Erdfelt <***@webtide.com<mailto:***@webtide.com>> wrote:
Also of note on your dump.

You have far too many jetty dependencies/jars, there's no way you are possibly using all of those dependencies. (some in direct conflict with each other)
Consider pruning down to only what you need/use.

Also, since you are using the IBM JVM, be aware that it's lack of use of the TLS RFC Cipher Suite names means you will not have full SSL/TLS support out of the box correctly.
You have to heavily tweak the SslContextFactory and it's includes/excludes to conform to the non-standard Cipher Suite naming that IBM is still using.
If you have a service contract with IBM, ask them to support the registered RFC Cipher Suite names out of the box with their SSLEngine.getSupportedCipherSuites()!!
(Note: we are not the only library you will have issues with this antiquated decision of IBM)

Joakim Erdfelt / ***@webtide.com<mailto:***@webtide.com>


On Mon, Sep 24, 2018 at 12:27 PM Joakim Erdfelt <***@webtide.com<mailto:***@webtide.com>> wrote:
Since you are not running Maven, it will be difficult for me to resolve things and tell you where the problem is.

Can you run the following code once with your Server classpath/classloader, and once again from within your webapp classloader?

https://gist.github.com/joakime/e6caf36ff30c48248e313440cae20495

package cloader;

import java.net.URL;
import java.util.Enumeration;

public class WhereIsThisComingFrom
{
public static void main(String[] args)
{
ClassLoader cl = Thread.currentThread().getContextClassLoader();

locate(cl, "org/apache/juli/logging/Log.class");
locate(cl, "org/eclipse/jetty/apache/jsp/JuliLog.class");
}

public static void locate(ClassLoader cl, Class<?> clazz)
{
String classAsResource = clazz.getName().replace('.', '/') + ".class";
locate(cl, classAsResource);
}



--
Jan Bartel <***@webtide.com<mailto:***@webtide.com>>
www.webtide.com<http://www.webtide.com>
Expert assistance from the creators of Jetty and CometD

=====================================================
Please refer to http://www.aricent.com/email-disclaimer
for important disclosures regarding this electronic communication.
=====================================================
Jan Bartel
2018-10-02 07:01:15 UTC
Permalink
Eze,

There's nothing unusual about the debug trace you provided: the requested
url is http://xxxxxx/SSPDashboard and jetty sends you a redirect (the 302
response) to the url http://xxxxxx/SSPDashboard/. This has been jetty
behaviour for decades and hasn't changed recently.

Try eliminating the roundtrip with the redirect by requesting the url with
the trailing '/' already in the url.

Jan

On Mon, 1 Oct 2018 at 16:39, Eze Ikonne <***@aricent.com> wrote:

> Hi Jan,
>
>
>
> Please see additional information that is logged by the Jetty server, do
> you see anything in the log that might give a clue as to why an invalid
> response is being sent to the browser? I have also noticed that the
> logon.jsp which supposed to be the actual response returned to the browser
> is not being compiled. Any pointers will really be appreciated. At the
> moment, the browser is displaying an invalid response message.
>
>
>
> GET //10.xx.xx.xx:7777/SSPDashboard HTTP/1.1
>
> Host: 10.xx.xx.xx:7777
>
> Connection: keep-alive
>
> Upgrade-Insecure-Requests: 1
>
> User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36
> (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36
>
> Accept:
> text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8
>
> Accept-Encoding: gzip, deflate, br
>
> Accept-Language: en-US,en;q=0.9
>
>
>
>
>
> 2018-10-01 02:11:09,396 [qtp442560034-35] DEBUG HttpChannel -
> ***@3aac2e46{r=1,c=false,a=IDLE,uri=//10.xx.xx.xx:7777/SSPDashboard,age=0}
> onContentComplete
>
> 2018-10-01 02:11:09,412 [qtp442560034-35] DEBUG HttpChannel -
> ***@3aac2e46{r=1,c=false,a=IDLE,uri=//10.xx.xx.xx:7777/SSPDashboard,age=16}
> onRequestComplete
>
> 2018-10-01 02:11:09,412 [qtp442560034-35] DEBUG HttpInput -
> ***@3153323a[c=0,q=0,[0]=null,s=STREAM] addContent EOF
>
> 2018-10-01 02:11:09,412 [qtp442560034-35] DEBUG HttpConnection -
> ***@c2bc1256[p=HttpParser{s=END,0 of
> -1},g=***@aab1a173{s=START}]=>***@3aac2e46
> {r=1,c=false,a=IDLE,uri=//10.xx.xx.xx:7777/SSPDashboard,age=16}<-***@f994cc32
> {/10.xx.xx.xx:58831<->/10.xx.xx.xx:7777,OPEN,fill=-,flush=-,to=31/30000}->***@c2bc1256[p=HttpParser{s=END,0
> of -1},g=***@aab1a173{s=START}]=>***@3aac2e46
> {r=1,c=false,a=IDLE,uri=//10.xx.xx.xx:7777/SSPDashboard,age=16}->***@979163b7
> {/10.xx.xx.xx:58831<->/10.xx.xx.xx:7777,OPEN,fill=-,flush=-,to=16/30000}{io=0/0,kio=0,kro=1}->***@6d009ee3
> {NOT_HANDSHAKING,eio=-1/-1,di=-1}=>***@c2bc1256[p=HttpParser{s=END,0
> of -1},g=***@aab1a173{s=START}]=>***@3aac2e46{r=1,c=false,a=IDLE,uri=//10.xx.xx.xx:7777/SSPDashboard,age=16}
> parsed true HttpParser{s=END,0 of -1}
>
> 2018-10-01 02:11:09,412 [qtp442560034-35] DEBUG HttpConnection -
> releaseRequestBuffer ***@c2bc1256[p=HttpParser{s=END,0 of
> -1},g=***@aab1a173{s=START}]=>***@3aac2e46
> {r=1,c=false,a=IDLE,uri=//10.xx.xx.xx:7777/SSPDashboard,age=16}<-***@f994cc32
> {/10.xx.xx.xx:58831<->/10.xx.xx.xx:7777,OPEN,fill=-,flush=-,to=31/30000}->***@c2bc1256[p=HttpParser{s=END,0
> of -1},g=***@aab1a173{s=START}]=>***@3aac2e46
> {r=1,c=false,a=IDLE,uri=//10.xx.xx.xx:7777/SSPDashboard,age=16}->***@979163b7
> {/10.xx.xx.xx:58831<->/10.xx.xx.xx:7777,OPEN,fill=-,flush=-,to=16/30000}{io=0/0,kio=0,kro=1}->***@6d009ee3
> {NOT_HANDSHAKING,eio=-1/-1,di=-1}=>***@c2bc1256[p=HttpParser{s=END,0
> of -1},g=***@aab1a173{s=START}]=>***@3aac2e46
> {r=1,c=false,a=IDLE,uri=//10.xx.xx.xx:7777/SSPDashboard,age=16}
>
> 2018-10-01 02:11:09,412 [qtp442560034-35] DEBUG HttpChannel -
> ***@3aac2e46{r=1,c=false,a=IDLE,uri=//10.xx.xx.xx:7777/SSPDashboard,age=16}
> handle //10.xx.xx.xx:7777/SSPDashboard
>
> 2018-10-01 02:11:09,412 [qtp442560034-35] DEBUG HttpChannelState -
> handling ***@a6cb8a8d{s=IDLE a=NOT_ASYNC i=true r=IDLE
> w=false}
>
> 2018-10-01 02:11:09,412 [qtp442560034-35] DEBUG HttpChannel -
> ***@3aac2e46{r=1,c=false,a=DISPATCHED,uri=//10.xx.xx.xx:7777/SSPDashboard,age=16}
> action DISPATCH
>
> 2018-10-01 02:11:09,412 [qtp442560034-35] DEBUG Server - REQUEST GET
> /SSPDashboard on ***@3aac2e46
> {r=1,c=false,a=DISPATCHED,uri=//10.xx.xx.xx:7777/SSPDashboard,age=16}
>
> 2018-10-01 02:11:09,412 [qtp442560034-35] DEBUG ContextHandler - scope
> null||/SSPDashboard @ o.e.j.w.WebAppContext@
> -243cfb10{SSPDashboard,/SSPDashboard,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/,AVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SSPDashboard}
>
> 2018-10-01 02:11:09,412 [qtp442560034-35] DEBUG HttpChannel - sendResponse
> info=null content=***@df7db8c0[p=0,l=0,c=0,r=0]={<<<>>>}
> complete=true committing=true callback=***@6919967b{null}
>
> 2018-10-01 02:11:09,412 [qtp442560034-35] DEBUG HttpChannel - COMMIT for
> /SSPDashboard on ***@3aac2e46
> {r=1,c=true,a=DISPATCHED,uri=//10.xx.xx.xx:7777/SSPDashboard,age=16}
>
> 302 null HTTP/1.1
>
> Location: http://10.xx.xx.xx:7777/SSPDashboard/
>
>
>
> 2018-10-01 02:11:09,412 [qtp442560034-35] DEBUG HttpConnection -
> org.eclipse.jetty.server.HttpConnection$***@b9567e83
> [PROCESSING][i=HTTP/1.1{s=302,h=1,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$***@1e192ab6]
> generate: NEED_HEADER (null,[p=0,l=0,c=0,r=0],true)@START
>
> 2018-10-01 02:11:09,412 [qtp442560034-35] DEBUG HttpGenerator -
> generateHeaders HTTP/1.1{s=302,h=1,cl=-1} last=true
> content=***@df7db8c0[p=0,l=0,c=0,r=0]={<<<>>>}
>
> 2018-10-01 02:11:09,412 [qtp442560034-35] DEBUG HttpGenerator - Location:
> http://10.xx.xx.xx:7777/SSPDashboard
>
>
>
> *From:* jetty-users-***@eclipse.org [mailto:
> jetty-users-***@eclipse.org] *On Behalf Of *Jan Bartel
> *Sent:* Monday, September 24, 2018 11:58 PM
> *To:* JETTY user mailing list <jetty-***@eclipse.org>
> *Subject:* Re: [jetty-users] Issues with jetty-9.4.11 running JSTL.jar
>
>
>
> ** This mail has been sent from an external source **
>
>
>
> There's something extremely wrong with your container classpath,
> "file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/"
> is on the container's classpath dozens and dozens of times. Also it looks
> like you have misconfigured
> the org.eclipse.jetty.server.webapp.ContainerIncludeJarPattern, because it
> looks like it is matching every jar in the container classpath, whereas it
> probably only needs to match the jars that contain the jstl taglibs (you
> just want to scan the minimum number of jars on the container classpath for
> taglibs, META-INF/resources, web-app-fragment.xml, otherwise it will take
> forever to start your webapp).
>
>
>
> I recommend you just deploy one webapp at a time so you can get one
> properly deployed before you move on to another one.
>
>
>
> Jan
>
>
>
> On Tue, 25 Sep 2018 at 14:37, Eze Ikonne <***@aricent.com> wrote:
>
> Hi Jan,
>
>
>
> I did implement your suggestions and at the moment there is no more
> conflicts with jar files, at least that’s what the log file indicates. The
> only exception in the log file
>
> is thrown by security handler for not enabling TLS for all methods. I have
> been told that this exception is innocuous. However, after Jetty loads my
> web app, it appears that the
>
> scan process right off the bat stops them without any apparent exception
> thrown, at least there is none in the log file. Please see the segment
> included where the modules seem
>
> to have been started and then the Jetty scan process just kills them all.
> Any idea as to why this behavior? If needed I can also send the runtime
> class loader interaction.
>
>
>
>
>
> 2018-09-24 23:50:43,922 [main] DEBUG LifecycleFactoryImpl - Created
> Default Lifecycle
>
> 2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - getResource
> META-INF/services/javax.faces.lifecycle.LifecycleFactory null
>
> 2018-09-24 23:50:43,922 [main] DEBUG ContextHandler - contextInitialized:
> javax.servlet.ServletContextEvent[source=***@o.e.j.w.WebAppContext
> @-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,STARTING}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}]->
> ***@9351a429
>
> 2018-09-24 23:50:43,922 [main] DEBUG ContextHandler - contextInitialized:
> javax.servlet.ServletContextEvent[source=***@o.e.j.w.WebAppContext
> @-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,STARTING}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}]->
> ***@5534a564
>
> 2018-09-24 23:50:43,922 [main] DEBUG ConfigureListener -
> contextInitialized(SspJsf)
>
> 2018-09-24 23:50:43,922 [main] DEBUG AbstractLifeCycle - starting
> UploadFilter
>
> 2018-09-24 23:50:43,922 [main] DEBUG WebAppContext -
> isSystemResource==false com.sun.rave.web.ui.util.UploadFilter
> jar:file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/webui.jar!/com/sun/rave/web/ui/util/UploadFilter.class
>
> 2018-09-24 23:50:43,922 [main] DEBUG ClasspathPattern - match interface
> javax.servlet.Filter from
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/servlet-api-3.1.jar
> byName=null byLocation=null in [-org.eclipse.jetty.util.log.,
> -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet,
> -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty.,
> org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData,
> -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket.,
> -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt.,
> -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi.,
> -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx.,
> -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
>
> 2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isServerClass==false
> interface javax.servlet.Filter
>
> 2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP parent loaded
> interface javax.servlet.Filter
>
> 2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP webapp loaded
> class com.sun.rave.web.ui.util.UploadFilter
>
> 2018-09-24 23:50:43,922 [main] DEBUG BaseHolder - Holding class
> com.sun.rave.web.ui.util.UploadFilter from WebAppClassLoader=***@6f478373
>
> 2018-09-24 23:50:43,922 [main] DEBUG AbstractLifeCycle - STARTED @9813ms
> UploadFilter
>
> 2018-09-24 23:50:43,922 [main] DEBUG ClasspathPattern - match interface
> javax.servlet.ServletRequest from
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/servlet-api-3.1.jar
> byName=null byLocation=null in [-org.eclipse.jetty.util.log.,
> -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet,
> -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty.,
> org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData,
> -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket.,
> -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt.,
> -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi.,
> -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx.,
> -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
>
> 2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isServerClass==false
> interface javax.servlet.ServletRequest
>
> 2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP parent loaded
> interface javax.servlet.ServletRequest
>
> 2018-09-24 23:50:43,922 [main] DEBUG WebAppContext -
> isSystemResource==false org.apache.commons.fileupload.FileUploadException
> jar:file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/commons-fileupload-1.3.3.jar!/org/apache/commons/fileupload/FileUploadException.class
>
> 2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP webapp loaded
> class org.apache.commons.fileupload.FileUploadException
>
> 2018-09-24 23:50:43,922 [main] DEBUG ClasspathPattern - match class
> javax.servlet.ServletException from
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/servlet-api-3.1.jar
> byName=null byLocation=null in [-org.eclipse.jetty.util.log.,
> -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet,
> -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty.,
> org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData,
> -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket.,
> -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt.,
> -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi.,
> -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx.,
> -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
>
> 2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isServerClass==false
> class javax.servlet.ServletException
>
> 2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP parent loaded
> class javax.servlet.ServletException
>
> 2018-09-24 23:50:43,922 [main] DEBUG ClasspathPattern - match interface
> javax.servlet.ServletResponse from
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/servlet-api-3.1.jar
> byName=null byLocation=null in [-org.eclipse.jetty.util.log.,
> -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet,
> -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty.,
> org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData,
> -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket.,
> -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt.,
> -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi.,
> -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx.,
> -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
>
> 2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isServerClass==false
> interface javax.servlet.ServletResponse
>
> 2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP parent loaded
> interface javax.servlet.ServletResponse
>
> 2018-09-24 23:50:43,922 [main] DEBUG ClasspathPattern - match interface
> javax.servlet.FilterChain from
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/servlet-api-3.1.jar
> byName=null byLocation=null in [-org.eclipse.jetty.util.log.,
> -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet,
> -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty.,
> org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData,
> -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket.,
> -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt.,
> -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi.,
> -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx.,
> -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
>
> 2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isServerClass==false
> interface javax.servlet.FilterChain
>
> 2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP parent loaded
> interface javax.servlet.FilterChain
>
> 2018-09-24 23:50:43,922 [main] DEBUG ClasspathPattern - match interface
> javax.servlet.http.HttpServletRequest from
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/servlet-api-3.1.jar
> byName=null byLocation=null in [-org.eclipse.jetty.util.log.,
> -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet,
> -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty.,
> org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData,
> -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket.,
> -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt.,
> -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi.,
> -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx.,
> -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
>
> 2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isServerClass==false
> interface javax.servlet.http.HttpServletRequest
>
> 2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP parent loaded
> interface javax.servlet.http.HttpServletRequest
>
> 2018-09-24 23:50:43,922 [main] DEBUG WebAppContext -
> isSystemResource==false org.apache.commons.fileupload.FileItem
> jar:file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/commons-fileupload-1.3.3.jar!/org/apache/commons/fileupload/FileItem.class
>
> 2018-09-24 23:50:43,922 [main] DEBUG WebAppContext -
> isSystemResource==false
> org.apache.commons.fileupload.FileItemHeadersSupport
> jar:file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/commons-fileupload-1.3.3.jar!/org/apache/commons/fileupload/FileItemHeadersSupport.class
>
> 2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP webapp loaded
> interface org.apache.commons.fileupload.FileItemHeadersSupport
>
> 2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP webapp loaded
> interface org.apache.commons.fileupload.FileItem
>
> 2018-09-24 23:50:43,922 [main] DEBUG ClasspathPattern - match interface
> javax.servlet.FilterConfig from
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/servlet-api-3.1.jar
> byName=null byLocation=null in [-org.eclipse.jetty.util.log.,
> -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet,
> -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty.,
> org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData,
> -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket.,
> -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt.,
> -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi.,
> -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx.,
> -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
>
> 2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isServerClass==false
> interface javax.servlet.FilterConfig
>
> 2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP parent loaded
> interface javax.servlet.FilterConfig
>
> 2018-09-24 23:50:43,922 [main] DEBUG FilterHolder - Filter.init
> com.sun.rave.web.ui.util.UploadFilter
>
> 2018-09-24 23:50:43,922 [main] DEBUG AbstractLifeCycle - starting
> debugFilter
>
> 2018-09-24 23:50:43,922 [main] DEBUG WebAppContext -
> isSystemResource==false
> com.sterlingcommerce.sspgui.web.filter.SSPContentDebugFilter
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/classes/com/sterlingcommerce/sspgui/web/filter/SSPContentDebugFilter.class
>
> 2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP webapp loaded
> class com.sterlingcommerce.sspgui.web.filter.SSPContentDebugFilter
>
> 2018-09-24 23:50:43,922 [main] DEBUG BaseHolder - Holding class
> com.sterlingcommerce.sspgui.web.filter.SSPContentDebugFilter from
> WebAppClassLoader=***@6f478373
>
> 2018-09-24 23:50:43,922 [main] DEBUG AbstractLifeCycle - STARTED @9813ms
> debugFilter
>
> 2018-09-24 23:50:43,922 [main] DEBUG FilterHolder - Filter.init
> ***@8d71a455
>
> 2018-09-24 23:50:43,922 [main] DEBUG AbstractLifeCycle - starting
> sessionValidationFilter
>
> 2018-09-24 23:50:43,922 [main] DEBUG WebAppContext -
> isSystemResource==false
> com.sterlingcommerce.sspgui.web.filter.SSPContentSessionValidationFilter
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/classes/com/sterlingcommerce/sspgui/web/filter/SSPContentSessionValidationFilter.class
>
> 2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP webapp loaded
> class
> com.sterlingcommerce.sspgui.web.filter.SSPContentSessionValidationFilter
>
> 2018-09-24 23:50:43,922 [main] DEBUG BaseHolder - Holding class
> com.sterlingcommerce.sspgui.web.filter.SSPContentSessionValidationFilter
> from WebAppClassLoader=***@6f478373
>
> 2018-09-24 23:50:43,922 [main] DEBUG AbstractLifeCycle - STARTED @9813ms
> sessionValidationFilter
>
> 2018-09-24 23:50:43,922 [main] DEBUG ClasspathPattern - match interface
> javax.servlet.http.HttpServletResponse from
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/servlet-api-3.1.jar
> byName=null byLocation=null in [-org.eclipse.jetty.util.log.,
> -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet,
> -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty.,
> org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData,
> -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket.,
> -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt.,
> -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi.,
> -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx.,
> -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
>
> 2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isServerClass==false
> interface javax.servlet.http.HttpServletResponse
>
> 2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP parent loaded
> interface javax.servlet.http.HttpServletResponse
>
> 2018-09-24 23:50:43,922 [main] DEBUG FilterHolder - Filter.init
> ***@ba481913
>
> 2018-09-24 23:50:43,922 [main] DEBUG AbstractLifeCycle - starting
> systemProtectionFilter
>
> 2018-09-24 23:50:43,922 [main] DEBUG WebAppContext -
> isSystemResource==false
> com.sterlingcommerce.sspgui.web.filter.SSPContentWebPagesFilter
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/classes/com/sterlingcommerce/sspgui/web/filter/SSPContentWebPagesFilter.class
>
> 2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP webapp loaded
> class com.sterlingcommerce.sspgui.web.filter.SSPContentWebPagesFilter
>
> 2018-09-24 23:50:43,922 [main] DEBUG BaseHolder - Holding class
> com.sterlingcommerce.sspgui.web.filter.SSPContentWebPagesFilter from
> WebAppClassLoader=***@6f478373
>
> 2018-09-24 23:50:43,922 [main] DEBUG AbstractLifeCycle - STARTED @9813ms
> systemProtectionFilter
>
> 2018-09-24 23:50:43,922 [main] DEBUG FilterHolder - Filter.init
> ***@6a2cf70f
>
> 2018-09-24 23:50:43,922 [main] DEBUG AbstractLifeCycle - starting
> NonceProtectionFilter
>
> 2018-09-24 23:50:43,922 [main] DEBUG WebAppContext -
> isSystemResource==false
> com.sterlingcommerce.sspgui.web.filter.SSPContentNonceValidationFilter
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/classes/com/sterlingcommerce/sspgui/web/filter/SSPContentNonceValidationFilter.class
>
> 2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP webapp loaded
> class com.sterlingcommerce.sspgui.web.filter.SSPContentNonceValidationFilter
>
> 2018-09-24 23:50:43,922 [main] DEBUG BaseHolder - Holding class
> com.sterlingcommerce.sspgui.web.filter.SSPContentNonceValidationFilter from
> WebAppClassLoader=***@6f478373
>
> 2018-09-24 23:50:43,922 [main] DEBUG AbstractLifeCycle - STARTED @9813ms
> NonceProtectionFilter
>
> 2018-09-24 23:50:43,922 [main] DEBUG FilterHolder - Filter.init
> ***@58590a1a
>
> 2018-09-24 23:50:43,937 [main] DEBUG AbstractLifeCycle - starting
> ***@22b464fd==com.sterlingcommerce.sspgui.web.servlet.KeepAliveServlet,jsp=null,order=-1,inst=false
>
> 2018-09-24 23:50:43,937 [main] DEBUG WebAppContext -
> isSystemResource==false
> com.sterlingcommerce.sspgui.web.servlet.KeepAliveServlet
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/classes/com/sterlingcommerce/sspgui/web/servlet/KeepAliveServlet.class
>
> 2018-09-24 23:50:43,937 [main] DEBUG ClasspathPattern - match class
> javax.servlet.http.HttpServlet from
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/servlet-api-3.1.jar
> byName=null byLocation=null in [-org.eclipse.jetty.util.log.,
> -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet,
> -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty.,
> org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData,
> -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket.,
> -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt.,
> -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi.,
> -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx.,
> -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
>
> 2018-09-24 23:50:43,937 [main] DEBUG WebAppContext - isServerClass==false
> class javax.servlet.http.HttpServlet
>
> 2018-09-24 23:50:43,937 [main] DEBUG WebAppClassLoader - WAP parent loaded
> class javax.servlet.http.HttpServlet
>
> 2018-09-24 23:50:43,937 [main] DEBUG WebAppClassLoader - WAP webapp loaded
> class com.sterlingcommerce.sspgui.web.servlet.KeepAliveServlet
>
> 2018-09-24 23:50:43,937 [main] DEBUG BaseHolder - Holding class
> com.sterlingcommerce.sspgui.web.servlet.KeepAliveServlet from
> WebAppClassLoader=***@6f478373
>
> 2018-09-24 23:50:43,937 [main] DEBUG AbstractLifeCycle - STARTED @9828ms
> ***@22b464fd==com.sterlingcommerce.sspgui.web.servlet.KeepAliveServlet,jsp=null,order=-1,inst=false
>
> 2018-09-24 23:50:43,937 [main] DEBUG AbstractLifeCycle - starting
> ***@a794153b==com.sterlingcommerce.sspgui.web.servlet.LogoutServlet,jsp=null,order=-1,inst=false
>
> 2018-09-24 23:50:43,937 [main] DEBUG WebAppContext -
> isSystemResource==false
> com.sterlingcommerce.sspgui.web.servlet.LogoutServlet
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/classes/com/sterlingcommerce/sspgui/web/servlet/LogoutServlet.class
>
> 2018-09-24 23:50:43,937 [main] DEBUG WebAppClassLoader - WAP webapp loaded
> class com.sterlingcommerce.sspgui.web.servlet.LogoutServlet
>
> 2018-09-24 23:50:43,937 [main] DEBUG BaseHolder - Holding class
> com.sterlingcommerce.sspgui.web.servlet.LogoutServlet from
> WebAppClassLoader=***@6f478373
>
> 2018-09-24 23:50:43,937 [main] DEBUG AbstractLifeCycle - STARTED @9828ms
> ***@a794153b==com.sterlingcommerce.sspgui.web.servlet.LogoutServlet,jsp=null,order=-1,inst=false
>
> 2018-09-24 23:50:43,937 [main] DEBUG AbstractLifeCycle - starting
> ***@c40ea71b==com.sterlingcommerce.sspgui.web.util.ContentErrorHandler,jsp=null,order=-1,inst=false
>
> 2018-09-24 23:50:43,937 [main] DEBUG WebAppContext -
> isSystemResource==false
> com.sterlingcommerce.sspgui.web.util.ContentErrorHandler
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/classes/com/sterlingcommerce/sspgui/web/util/ContentErrorHandler.class
>
> 2018-09-24 23:50:43,937 [main] DEBUG WebAppClassLoader - WAP webapp loaded
> class com.sterlingcommerce.sspgui.web.util.ContentErrorHandler
>
> 2018-09-24 23:50:43,937 [main] DEBUG BaseHolder - Holding class
> com.sterlingcommerce.sspgui.web.util.ContentErrorHandler from
> WebAppClassLoader=***@6f478373
>
> 2018-09-24 23:50:43,937 [main] DEBUG AbstractLifeCycle - STARTED @9828ms
> ***@c40ea71b==com.sterlingcommerce.sspgui.web.util.ContentErrorHandler,jsp=null,order=-1,inst=false
>
> 2018-09-24 23:50:43,937 [main] DEBUG AbstractLifeCycle - starting
> ***@e45569aa==com.sun.errorhandler.ExceptionHandler,jsp=null,order=-1,inst=false
>
> 2018-09-24 23:50:43,937 [main] DEBUG WebAppContext -
> isSystemResource==false com.sun.errorhandler.ExceptionHandler
> jar:file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/errorhandler.jar!/com/sun/errorhandler/ExceptionHandler.class
>
> 2018-09-24 23:50:43,937 [main] DEBUG WebAppClassLoader - WAP webapp loaded
> class com.sun.errorhandler.ExceptionHandler
>
> 2018-09-24 23:50:43,937 [main] DEBUG BaseHolder - Holding class
> com.sun.errorhandler.ExceptionHandler from WebAppClassLoader=***@6f478373
>
> 2018-09-24 23:50:43,937 [main] DEBUG AbstractLifeCycle - STARTED @9828ms
> ***@e45569aa==com.sun.errorhandler.ExceptionHandler,jsp=null,order=-1,inst=false
>
> 2018-09-24 23:50:43,937 [main] DEBUG AbstractLifeCycle - starting
> ***@5aa2e45c==com.sun.rave.web.ui.theme.ThemeServlet,jsp=null,order=-1,inst=false
>
> 2018-09-24 23:50:43,937 [main] DEBUG WebAppContext -
> isSystemResource==false com.sun.rave.web.ui.theme.ThemeServlet
> jar:file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/webui.jar!/com/sun/rave/web/ui/theme/ThemeServlet.class
>
> 2018-09-24 23:50:43,937 [main] DEBUG WebAppClassLoader - WAP webapp loaded
> class com.sun.rave.web.ui.theme.ThemeServlet
>
> 2018-09-24 23:50:43,937 [main] DEBUG BaseHolder - Holding class
> com.sun.rave.web.ui.theme.ThemeServlet from
> WebAppClassLoader=***@6f478373
>
> 2018-09-24 23:50:43,937 [main] DEBUG AbstractLifeCycle - STARTED @9828ms
> ***@5aa2e45c==com.sun.rave.web.ui.theme.ThemeServlet,jsp=null,order=-1,inst=false
>
> 2018-09-24 23:50:43,937 [main] DEBUG AbstractLifeCycle - starting
> ***@19c47==org.eclipse.jetty.jsp.JettyJspServlet,jsp=null,order=0,inst=false
>
> 2018-09-24 23:50:43,937 [main] DEBUG WebAppContext - isServerClass==false
> class org.eclipse.jetty.jsp.JettyJspServlet
>
> 2018-09-24 23:50:43,937 [main] DEBUG WebAppClassLoader - WAP parent loaded
> class org.eclipse.jetty.jsp.JettyJspServlet
>
> 2018-09-24 23:50:43,937 [main] DEBUG BaseHolder - Holding class
> org.eclipse.jetty.jsp.JettyJspServlet from
> sun.misc.Launcher$***@ef738a93
>
> 2018-09-24 23:50:43,937 [main] DEBUG AbstractLifeCycle - STARTED @9828ms
> ***@19c47==org.eclipse.jetty.jsp.JettyJspServlet,jsp=null,order=0,inst=false
>
> 2018-09-24 23:50:44,078 [main] DEBUG ClasspathPattern - match interface
> org.apache.tomcat.InstanceManager from
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.mortbay.jasper.apache-jsp-8.5.24.2.jar
> byName=null byLocation=null in [-org.eclipse.jetty.util.log.,
> -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet,
> -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty.,
> org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData,
> -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket.,
> -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt.,
> -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi.,
> -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx.,
> -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
>
> 2018-09-24 23:50:44,078 [main] DEBUG WebAppContext - isServerClass==false
> interface org.apache.tomcat.InstanceManager
>
> 2018-09-24 23:50:44,078 [main] DEBUG WebAppClassLoader - WAP parent loaded
> interface org.apache.tomcat.InstanceManager
>
> 2018-09-24 23:50:44,078 [main] DEBUG ServletHolder - Apache jasper detected
>
> 2018-09-24 23:50:44,078 [main] DEBUG ServletHolder - Servlet.init
> ***@7eefcc07 for jsp
>
> 2018-09-24 23:50:44,078 [main] DEBUG AbstractLifeCycle - starting
> ***@5c13d641==org.eclipse.jetty.servlet.DefaultServlet,jsp=null,order=0,inst=false
>
> 2018-09-24 23:50:44,078 [main] DEBUG WebAppContext - isServerClass==false
> class org.eclipse.jetty.servlet.DefaultServlet
>
> 2018-09-24 23:50:44,078 [main] DEBUG WebAppClassLoader - WAP parent loaded
> class org.eclipse.jetty.servlet.DefaultServlet
>
> 2018-09-24 23:50:44,078 [main] DEBUG BaseHolder - Holding class
> org.eclipse.jetty.servlet.DefaultServlet from
> sun.misc.Launcher$***@ef738a93
>
> 2018-09-24 23:50:44,078 [main] DEBUG AbstractLifeCycle - STARTED @9969ms
> ***@5c13d641==org.eclipse.jetty.servlet.DefaultServlet,jsp=null,order=0,inst=false
>
> 2018-09-24 23:50:44,093 [main] DEBUG ServletHolder - Servlet.init
> ***@6fa5b52b for default
>
> 2018-09-24 23:50:44,093 [main] DEBUG DefaultServlet - resource base = null
>
> 2018-09-24 23:50:44,093 [main] DEBUG AbstractLifeCycle - starting Faces
> ***@87ee159b==com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet,jsp=null,order=1,inst=false
>
> 2018-09-24 23:50:44,093 [main] DEBUG WebAppContext -
> isSystemResource==false
> com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/classes/com/sterlingcommerce/sspgui/web/servlet/SSPContentFacesServlet.class
>
> 2018-09-24 23:50:44,093 [main] DEBUG WebAppClassLoader - WAP webapp loaded
> class com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet
>
> 2018-09-24 23:50:44,093 [main] DEBUG BaseHolder - Holding class
> com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet from
> WebAppClassLoader=***@6f478373
>
> 2018-09-24 23:50:44,093 [main] DEBUG AbstractLifeCycle - STARTED @9984ms
> Faces
> ***@87ee159b==com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet,jsp=null,order=1,inst=false
>
> 2018-09-24 23:50:44,093 [main] DEBUG ClasspathPattern - match interface
> javax.servlet.ServletConfig from
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/servlet-api-3.1.jar
> byName=null byLocation=null in [-org.eclipse.jetty.util.log.,
> -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet,
> -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty.,
> org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData,
> -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket.,
> -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt.,
> -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi.,
> -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx.,
> -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
>
> 2018-09-24 23:50:44,093 [main] DEBUG WebAppContext - isServerClass==false
> interface javax.servlet.ServletConfig
>
> 2018-09-24 23:50:44,093 [main] DEBUG WebAppClassLoader - WAP parent loaded
> interface javax.servlet.ServletConfig
>
> 2018-09-24 23:50:44,093 [main] DEBUG WebAppContext -
> isSystemResource==false
> com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet$ExceptionType
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/classes/com/sterlingcommerce/sspgui/web/servlet/SSPContentFacesServlet$ExceptionType.class
>
> 2018-09-24 23:50:44,093 [main] DEBUG WebAppClassLoader - WAP webapp loaded
> class
> com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet$ExceptionType
>
> 2018-09-24 23:50:44,093 [main] DEBUG WebAppContext -
> isSystemResource==true javax.faces.webapp.FacesServlet
> jar:file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/jsf-api.jar!/javax/faces/webapp/FacesServlet.class
>
> 2018-09-24 23:50:44,093 [main] DEBUG ClasspathPattern - match class
> javax.faces.webapp.FacesServlet from
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jsf-api.jar
> byName=null byLocation=null in [-org.eclipse.jetty.util.log.,
> -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet,
> -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty.,
> org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData,
> -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket.,
> -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt.,
> -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi.,
> -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx.,
> -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
>
> 2018-09-24 23:50:44,093 [main] DEBUG WebAppContext - isServerClass==false
> class javax.faces.webapp.FacesServlet
>
> 2018-09-24 23:50:44,093 [main] DEBUG WebAppClassLoader - WAP parent loaded
> class javax.faces.webapp.FacesServlet
>
> 2018-09-24 23:50:44,093 [main] DEBUG ServletHolder - Servlet.init
> ***@67c09f68
> for Faces Servlet
>
> 2018-09-24 23:50:44,109 [main] DEBUG WebAppContext -
> isSystemResource==false
> com.sterlingcommerce.csp.gui.web.utils.SSPGUILog4jInitializer
> jar:file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/WebUIUtils.jar!/com/sterlingcommerce/csp/gui/web/utils/SSPGUILog4jInitializer.class
>
> 2018-09-24 23:50:44,109 [main] DEBUG WebAppClassLoader - WAP webapp loaded
> class com.sterlingcommerce.csp.gui.web.utils.SSPGUILog4jInitializer
>
> 2018-09-24 23:50:44,109 [main] INFO ContextHandler - Started
> o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}
>
> 2018-09-24 23:50:44,109 [main] DEBUG WebAppContext - postConfigure
> o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}
> with ***@9f3774af
>
> 2018-09-24 23:50:44,109 [main] DEBUG WebAppContext - postConfigure
> o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}
> with ***@b9c5e3f0
>
> 2018-09-24 23:50:44,109 [main] DEBUG WebAppContext - postConfigure
> o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}
> with ***@97b8f23a
>
> 2018-09-24 23:50:44,109 [main] DEBUG WebAppContext - postConfigure
> o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}
> with ***@680608a9
>
> 2018-09-24 23:50:44,109 [main] DEBUG WebAppContext - postConfigure
> o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}
> with ***@8e02e379
>
> 2018-09-24 23:50:44,109 [main] DEBUG WebAppContext - postConfigure
> o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}
> with ***@17b5410e
>
> 2018-09-24 23:50:44,109 [main] DEBUG AbstractLifeCycle - STARTED @10000ms
> o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}
>
> 2018-09-24 23:50:44,109 [main] DEBUG AbstractLifeCycle - starting
> o.e.j.w.WebAppContext@-7275f62c{SSPDashboard,/SSPDashboard,null,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SSPDashboard}
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping
> o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractHandler - stopping
> o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping
> ***@c6955689
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED
> ***@c6955689
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping
> ***@dd2a8135
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractHandler - stopping
> ***@dd2a8135
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED
> ***@dd2a8135
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping
> org.eclipse.jetty.server.session.SessionHandler-121859204==dftMaxIdleSec=1800
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping
> ***@f49b0437[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false
> ]
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping
> ***@b2b25ad1[passivating=false,graceSec=3600
> ]
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED
> ***@b2b25ad1[passivating=false,graceSec=3600
> ]
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED
> ***@f49b0437[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false
> ]
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractHandler - stopping
> org.eclipse.jetty.server.session.SessionHandler-121859204==dftMaxIdleSec=1800
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping
> ***@c2e4eac3
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractHandler - stopping
> ***@c2e4eac3
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping
> ***@756a145a
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractHandler - stopping
> ***@756a145a
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping
> ***@2cd92532
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED
> ***@2cd92532
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping
> ***@6a954ad4
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED
> ***@6a954ad4
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping
> ***@22b464fd==com.sterlingcommerce.sspgui.web.servlet.KeepAliveServlet,jsp=null,order=-1,inst=false
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED
> ***@22b464fd==com.sterlingcommerce.sspgui.web.servlet.KeepAliveServlet,jsp=null,order=-1,inst=false
>
> 2018-09-24 23:50:44,109 [main] DEBUG WebAppContext - Thread Context
> classloader WebAppClassLoader=***@4c46dc3e
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping
> ***@c40ea71b==com.sterlingcommerce.sspgui.web.util.ContentErrorHandler,jsp=null,order=-1,inst=false
>
> 2018-09-24 23:50:44,109 [main] DEBUG WebAppContext - Parent class loader:
> sun.misc.Launcher$***@ef738a93
>
> 2018-09-24 23:50:44,109 [main] DEBUG WebAppContext - Parent class loader:
> sun.misc.Launcher$***@a33e7628
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED
> ***@c40ea71b==com.sterlingcommerce.sspgui.web.util.ContentErrorHandler,jsp=null,order=-1,inst=false
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping
> ***@a794153b==com.sterlingcommerce.sspgui.web.servlet.LogoutServlet,jsp=null,order=-1,inst=false
>
> 2018-09-24 23:50:44,109 [main] DEBUG WebAppContext - preConfigure
> o.e.j.w.WebAppContext@-7275f62c{SSPDashboard,/SSPDashboard,null,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SSPDashboard}
> with ***@5a00079a
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED
> ***@a794153b==com.sterlingcommerce.sspgui.web.servlet.LogoutServlet,jsp=null,order=-1,inst=false
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping
> ***@5aa2e45c==com.sun.rave.web.ui.theme.ThemeServlet,jsp=null,order=-1,inst=false
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED
> ***@5aa2e45c==com.sun.rave.web.ui.theme.ThemeServlet,jsp=null,order=-1,inst=false
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping
> ***@e45569aa==com.sun.errorhandler.ExceptionHandler,jsp=null,order=-1,inst=false
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED
> ***@e45569aa==com.sun.errorhandler.ExceptionHandler,jsp=null,order=-1,inst=false
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping
> Faces
> ***@87ee159b==com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet,jsp=null,order=1,inst=true
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED
> Faces
> ***@87ee159b==com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet,jsp=null,order=1,inst=false
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping
> NonceProtectionFilter
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED
> NonceProtectionFilter
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping
> systemProtectionFilter
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED
> systemProtectionFilter
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping
> sessionValidationFilter
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED
> sessionValidationFilter
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping
> debugFilter
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED
> debugFilter
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping
> UploadFilter
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED
> UploadFilter
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping
> ***@6c38be1b
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED
> ***@6c38be1b
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping
> ***@19c47==org.eclipse.jetty.jsp.JettyJspServlet,jsp=null,order=0,inst=true
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED
> ***@19c47==org.eclipse.jetty.jsp.JettyJspServlet,jsp=null,order=0,inst=false
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping
> ***@5c13d641==org.eclipse.jetty.servlet.DefaultServlet,jsp=null,order=0,inst=true
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED
> ***@5c13d641==org.eclipse.jetty.servlet.DefaultServlet,jsp=null,order=0,inst=false
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping
> ***@d91c4482
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED
> ***@d91c4482
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping
> ***@9910592e
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED
> ***@9910592e
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED
> ***@756a145a
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED
> ***@c2e4eac3
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED
> org.eclipse.jetty.server.session.SessionHandler-121859204==dftMaxIdleSec=1800
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG ContextHandler -
> contextDestroyed:
> javax.servlet.ServletContextEvent[source=***@o.e.j.w.WebAppContext
> @-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}]->
> ***@5534a564
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG ConfigureListener -
> contextDestroyed(SspJsf)
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG ContextHandler -
> contextDestroyed:
> javax.servlet.ServletContextEvent[source=***@o.e.j.w.WebAppContext
> @-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}]->
> ***@9351a429
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG ContextHandler -
> contextDestroyed:
> javax.servlet.ServletContextEvent[source=***@o.e.j.w.WebAppContext
> @-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}]->
> ***@52d0cbd3
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG ConfigureListener -
> contextDestroyed(SspJsf)
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG ContextHandler -
> contextDestroyed:
> javax.servlet.ServletContextEvent[source=***@o.e.j.w.WebAppContext
> @-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}]->
> ***@1a02ebe8
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG ContextHandler -
> contextDestroyed:
> javax.servlet.ServletContextEvent[source=***@o.e.j.w.WebAppContext
> @-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}]->
> ***@d0cbeb8c
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG ClasspathPattern - match class
> javax.el.BeanELResolver from
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.mortbay.jasper.apache-el-8.5.24.2.jar
> byName=null byLocation=null in [-org.eclipse.jetty.util.log.,
> -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet,
> -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty.,
> org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData,
> -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket.,
> -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt.,
> -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi.,
> -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx.,
> -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG WebAppContext -
> isServerClass==false class javax.el.BeanELResolver
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG WebAppClassLoader - WAP parent
> loaded class javax.el.BeanELResolver
>
> 2018-09-24 23:50:44,109 [Scanner-0] DEBUG ELContextCleaner - Not cleaning
> cached beans: no such field javax.el.BeanELResolver.properties
>
> 2018-09-24 23:50:44,109 [main] DEBUG WebInfConfiguration - Try
> webapp=file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/,
> exists=true, directory=true
> file=C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SSPDashboard
>
> 2018-09-24 23:50:44,109 [main] DEBUG WebInfConfiguration -
> webapp=file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/
>
> 2018-09-24 23:50:44,109 [main] DEBUG WebInfConfiguration - Matching
> container urls
> [file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/sspconfig.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/accepter.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/authentication.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/componentCommon.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/configurator.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/haas.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/hadrian-client.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/hadrian-common.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/hadrian-gui.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/persistence.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/sspconfig.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/activemq-client-5.11.1.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/alloy.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/alpn-api-1.1.3.v20160715.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/asm-6.2.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/asm-commons-6.2.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/castor-1.3.3-anttasks.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/castor-1.3.3-codegen.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/castor-1.3.3-core.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/castor-1.3.3-ddlgen.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/castor-1.3.3-jdo.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/castor-1.3.3-xml-schema.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/castor-1.3.3-xml.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/castor-1.3.3.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/cdi-2-9.4.11.v20180605.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/cdi-core-9.4.11.v20180605.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/cdi-servlet-9.4.11.v20180605.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/CL3Export.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/CL3Nonexport.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/com.ibm.mq.headers.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/com.ibm.mq.jmqi.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/com.ibm.mqjms.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-beanutils-core.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-beanutils.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-cli-1.2.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-codec-1.6.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-codec.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-collections-3.2.2.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-digester.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-fileupload-1.3.3.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-httpclient-3.1.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-io-2.4.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-logging-1.1.1.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-logging-api.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-logging.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/concurrent.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/dhbcore.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/fluent-hc-4.2.5.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/geronimo-j2ee-management_1.1_spec-1.0.1.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/geronimo-jms_1.1_spec-1.1.1.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/help-4_2-ehelp-integration.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/help-demo.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/help-indexer.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/help-share.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/help-wizard.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/help4.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/hivemind-1.1.1.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/hivemind-jmx-1.1.1.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/hivemind-lib-1.1.1.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/httpclient-4.2.5.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/httpclient-cache-4.2.5.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/httpcore-4.2.4.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/httpmime-4.2.5.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/ibmpkcs.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jackson-core-asl-1.9.2.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jackson-jaxrs-1.9.2.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jackson-mapper-asl-1.9.2.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jackson-xc-1.9.2.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jakarta-oro-2.0.8.jar,
> file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bi
>
>

--
Jan Bartel <***@webtide.com>
www.webtide.com
*Expert assistance from the creators of Jetty and CometD*
Eze Ikonne
2018-10-02 16:53:40 UTC
Permalink
Hi Jan,

Maybe I am making this more difficult than it really should. These apps work when I drop the war files in standalone jetty-9.4.11, so it is definitely has to do with embedding it. When I access the webapp the way you just suggested, the browser displays the following message:

HTTP ERROR 403
Problem accessing /SSPDashboard/. Reason:
!Secure

I have compared the jar files that jetty standalone loads on the server side and also on the webapp side, they are identical. So, I am now
Suspecting the code that I have implemented to embed the jetty server. I am sharing the code here, please let me know if there is anything unusual that you notice in the piece of code.


HttpConfiguration httpConfiguration = new HttpConfiguration();
httpConfiguration.setOutputBufferSize(32768);
httpConfiguration.setRequestHeaderSize(8192);
httpConfiguration.setResponseHeaderSize(8192);
httpConfiguration.setSendServerVersion(false);
httpConfiguration.setSendDateHeader(false);

if ( config.getHttpsEnabled() != null && config.getHttpsEnabled().booleanValue() ) {

System.out.println("************ doing HTTPS");
httpConfiguration.setSecureScheme("https");
//Configure SSL
SslContextFactory sslContextFactory = new JettySslContextFactory(config);
SslConnectionFactory sslConnectionFactory = new SslConnectionFactory(sslContextFactory, HttpVersion.HTTP_1_1.asString());
HttpConfiguration https_config = new HttpConfiguration(httpConfiguration);
ServerConnector sslConnector = new ServerConnector(server,
sslConnectionFactory,
new HttpConnectionFactory(https_config, HttpCompliance.valueOf("RFC7230_LEGACY")));
sslConnector.setPort(portNumber);
sslConnector.setHost(config.getHost());
server.addConnector(sslConnector);

} else {

ServerConnector http = new ServerConnector(server,
new HttpConnectionFactory(httpConfiguration, HttpCompliance.valueOf("RFC7230_LEGACY")));
http.setPort(portNumber);
http.setIdleTimeout(30000);
server.addConnector(http);
}

String sDir = hadDir + File.separator + "apps" + File.separator + JETTY_ROOT_DIR + File.separator + "webservices"
+ File.separator + "webapps";

String wDir = hadDir + File.separator + "apps" + File.separator + JETTY_ROOT_DIR + File.separator + "webservices";

File webDirFile = new File( wDir );
if ( webDirFile.exists() ) {
File files[] = webDirFile.listFiles();
for ( File file : files ) {
if ( file.isDirectory() )
continue;
String sName = file.getName();
if ( sName.endsWith( ".war" ) ) {
String spWar[] = sName.split( "[.]" );
String context = spWar[0];

// check to make sure that app is supported
if ( !isSupportedApp( context ) )
continue;

String webAppDir = sDir + File.separator + context;
File webAppFile = new File( webAppDir );
if ( !webAppFile.exists() ) {
webAppFile.mkdir();
Resource rs = Resource.newResource( file.getAbsolutePath() );
Resource jrs = JarResource.newJarResource( rs );
jrs.copyTo( webAppFile );
}
}
}
}

HandlerCollection hc = new HandlerCollection();
ContextHandlerCollection contexts = new ContextHandlerCollection();

DefaultHandler defaultHandler = new DefaultHandler();
hc.setHandlers(new Handler[] { contexts, defaultHandler});
server.setHandler(hc);

// This webapp will use jsps and jstl. We need to enable the
// AnnotationConfiguration in order to correctly
// set up the jsp container
Configuration.ClassList classlist = Configuration.ClassList
.setServerDefault( server );
classlist.addBefore(
"org.eclipse.jetty.webapp.JettyWebXmlConfiguration",
"org.eclipse.jetty.annotations.AnnotationConfiguration" );

DeploymentManager dm = new DeploymentManager();
WebAppProvider webappProvider = new WebAppProvider();
webappProvider.setMonitoredDirName(sDir);
//webappProvider.setScanInterval(60);
webappProvider.setExtractWars(true);
dm.setContexts(contexts);
//dm.setContextAttribute(
// "org.eclipse.jetty.server.webapp.ContainerIncludeJarPattern",
// ".*/servlet-api-[^/]*\\.jar$");

dm.setContextAttribute(
"org.eclipse.jetty.server.webapp.ContainerIncludeJarPattern",
".*/[^/]*servlet-api-[^/]*\\.jar$|.*/javax.servlet.jsp.jstl-.*\\.jar$|.*/org.apache.taglibs.taglibs-standard-impl-.*\\.jar$");

dm.addAppProvider(webappProvider);
server.addBean(dm);
dm.start();


From: jetty-users-***@eclipse.org [mailto:jetty-users-***@eclipse.org] On Behalf Of Jan Bartel
Sent: Tuesday, October 2, 2018 2:01 AM
To: JETTY user mailing list <jetty-***@eclipse.org>
Subject: Re: [jetty-users] Issues with jetty-9.4.11 running JSTL.jar

** This mail has been sent from an external source **

Eze,

There's nothing unusual about the debug trace you provided: the requested url is http://xxxxxx/SSPDashboard and jetty sends you a redirect (the 302 response) to the url http://xxxxxx/SSPDashboard/. This has been jetty behaviour for decades and hasn't changed recently.

Try eliminating the roundtrip with the redirect by requesting the url with the trailing '/' already in the url.

Jan

On Mon, 1 Oct 2018 at 16:39, Eze Ikonne <***@aricent.com<mailto:***@aricent.com>> wrote:
Hi Jan,

Please see additional information that is logged by the Jetty server, do you see anything in the log that might give a clue as to why an invalid response is being sent to the browser? I have also noticed that the logon.jsp which supposed to be the actual response returned to the browser is not being compiled. Any pointers will really be appreciated. At the moment, the browser is displaying an invalid response message.

GET //10.xx.xx.xx:7777/SSPDashboard HTTP/1.1
Host: 10.xx.xx.xx:7777
Connection: keep-alive
Upgrade-Insecure-Requests: 1
User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8
Accept-Encoding: gzip, deflate, br
Accept-Language: en-US,en;q=0.9


2018-10-01 02:11:09,396 [qtp442560034-35] DEBUG HttpChannel - ***@3aac2e46{r=1,c=false,a=IDLE,uri=//10.xx.xx.xx:7777/SSPDashboard,age=0}<mailto:***@3aac2e46%7br=1,c=false,a=IDLE,uri=//10.xx.xx.xx:7777/SSPDashboard,age=0%7d> onContentComplete
2018-10-01 02:11:09,412 [qtp442560034-35] DEBUG HttpChannel - ***@3aac2e46{r=1,c=false,a=IDLE,uri=//10.xx.xx.xx:7777/SSPDashboard,age=16}<mailto:***@3aac2e46%7br=1,c=false,a=IDLE,uri=//10.xx.xx.xx:7777/SSPDashboard,age=16%7d> onRequestComplete
2018-10-01 02:11:09,412 [qtp442560034-35] DEBUG HttpInput - ***@3153323a[c=0,q=0,[0]=null,s=STREAM] addContent EOF
2018-10-01 02:11:09,412 [qtp442560034-35] DEBUG HttpConnection - ***@c2bc1256[p=HttpParser{s=END,0 of -1},g=***@aab1a173{s=START}]=>***@3aac2e46{r=1,c=false,a=IDLE,uri=//10.xx.xx.xx:7777/SSPDashboard,age=16}<-***@f994cc32{/10.xx.xx.xx:58831<->/10.xx.xx.xx:7777,OPEN,fill=-,flush=-,to=31/30000}->***@c2bc1256[p=HttpParser{s=END,0<mailto:***@3aac2e46%7br=1,c=false,a=IDLE,uri=//10.xx.xx.xx:7777/SSPDashboard,age=16%7d%3c-***@f994cc32%7b/10.xx.xx.xx:58831%3c-%3e/10.xx.xx.xx:7777,OPEN,fill=-,flush=-,to=31/30000%7d-%***@c2bc1256%5bp=HttpParser%7bs=END,0> of -1},g=***@aab1a173{s=START}]=>***@3aac2e46{r=1,c=false,a=IDLE,uri=//10.xx.xx.xx:7777/SSPDashboard,age=16}->***@979163b7{/10.xx.xx.xx:58831<->/10.xx.xx.xx:7777,OPEN,fill=-,flush=-,to=16/30000}{io=0/0,kio=0,kro=1}->***@6d009ee3{NOT_HANDSHAKING,eio=-1/-1,di=-1}=>***@c2bc1256[p=HttpParser{s=END,0<mailto:***@3aac2e46%7br=1,c=false,a=IDLE,uri=//10.xx.xx.xx:7777/SSPDashboard,age=16%7d-%***@979163b7%7b/10.xx.xx.xx:58831%3c-%3e/10.xx.xx.xx:7777,OPEN,fill=-,flush=-,to=16/30000%7d%7bio=0/0,kio=0,kro=1%7d-%***@6d009ee3%7bNOT_HANDSHAKING,eio=-1/-1,di=-1%7d=%***@c2bc1256%5bp=HttpParser%7bs=END,0> of -1},g=***@aab1a173{s=START}]=>***@3aac2e46{r=1,c=false,a=IDLE,uri=//10.xx.xx.xx:7777/SSPDashboard,age=16}<mailto:***@3aac2e46%7br=1,c=false,a=IDLE,uri=//10.xx.xx.xx:7777/SSPDashboard,age=16%7d> parsed true HttpParser{s=END,0 of -1}
2018-10-01 02:11:09,412 [qtp442560034-35] DEBUG HttpConnection - releaseRequestBuffer ***@c2bc1256[p=HttpParser{s=END,0 of -1},g=***@aab1a173{s=START}]=>***@3aac2e46{r=1,c=false,a=IDLE,uri=//10.xx.xx.xx:7777/SSPDashboard,age=16}<-***@f994cc32{/10.xx.xx.xx:58831<->/10.xx.xx.xx:7777,OPEN,fill=-,flush=-,to=31/30000}->***@c2bc1256[p=HttpParser{s=END,0<mailto:***@3aac2e46%7br=1,c=false,a=IDLE,uri=//10.xx.xx.xx:7777/SSPDashboard,age=16%7d%3c-***@f994cc32%7b/10.xx.xx.xx:58831%3c-%3e/10.xx.xx.xx:7777,OPEN,fill=-,flush=-,to=31/30000%7d-%***@c2bc1256%5bp=HttpParser%7bs=END,0> of -1},g=***@aab1a173{s=START}]=>***@3aac2e46{r=1,c=false,a=IDLE,uri=//10.xx.xx.xx:7777/SSPDashboard,age=16}->***@979163b7{/10.xx.xx.xx:58831<->/10.xx.xx.xx:7777,OPEN,fill=-,flush=-,to=16/30000}{io=0/0,kio=0,kro=1}->***@6d009ee3{NOT_HANDSHAKING,eio=-1/-1,di=-1}=>***@c2bc1256[p=HttpParser{s=END,0<mailto:***@3aac2e46%7br=1,c=false,a=IDLE,uri=//10.xx.xx.xx:7777/SSPDashboard,age=16%7d-%***@979163b7%7b/10.xx.xx.xx:58831%3c-%3e/10.xx.xx.xx:7777,OPEN,fill=-,flush=-,to=16/30000%7d%7bio=0/0,kio=0,kro=1%7d-%***@6d009ee3%7bNOT_HANDSHAKING,eio=-1/-1,di=-1%7d=%***@c2bc1256%5bp=HttpParser%7bs=END,0> of -1},g=***@aab1a173{s=START}]=>***@3aac2e46{r=1,c=false,a=IDLE,uri=//10.xx.xx.xx:7777/SSPDashboard,age=16}<mailto:***@3aac2e46%7br=1,c=false,a=IDLE,uri=//10.xx.xx.xx:7777/SSPDashboard,age=16%7d>
2018-10-01 02:11:09,412 [qtp442560034-35] DEBUG HttpChannel - ***@3aac2e46{r=1,c=false,a=IDLE,uri=//10.xx.xx.xx:7777/SSPDashboard,age=16}<mailto:***@3aac2e46%7br=1,c=false,a=IDLE,uri=//10.xx.xx.xx:7777/SSPDashboard,age=16%7d> handle //10.xx.xx.xx:7777/SSPDashboard
2018-10-01 02:11:09,412 [qtp442560034-35] DEBUG HttpChannelState - handling ***@a6cb8a8d{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false}
2018-10-01 02:11:09,412 [qtp442560034-35] DEBUG HttpChannel - ***@3aac2e46{r=1,c=false,a=DISPATCHED,uri=//10.xx.xx.xx:7777/SSPDashboard,age=16}<mailto:***@3aac2e46%7br=1,c=false,a=DISPATCHED,uri=//10.xx.xx.xx:7777/SSPDashboard,age=16%7d> action DISPATCH
2018-10-01 02:11:09,412 [qtp442560034-35] DEBUG Server - REQUEST GET /SSPDashboard on ***@3aac2e46{r=1,c=false,a=DISPATCHED,uri=//10.xx.xx.xx:7777/SSPDashboard,age=16}<mailto:***@3aac2e46%7br=1,c=false,a=DISPATCHED,uri=//10.xx.xx.xx:7777/SSPDashboard,age=16%7d>
2018-10-01 02:11:09,412 [qtp442560034-35] DEBUG ContextHandler - scope null||/SSPDashboard @ o.e.j.w.WebAppContext@-243cfb10{SSPDashboard,/SSPDashboard,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/,AVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SSPDashboard}<mailto:o.e.j.w.WebAppContext@-243cfb10%7bSSPDashboard,/SSPDashboard,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/,AVAILABLE%7d%7bC:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SSPDashboard%7d>
2018-10-01 02:11:09,412 [qtp442560034-35] DEBUG HttpChannel - sendResponse info=null content=***@df7db8c0[p=0,l=0,c=0,r=0]={<<<>>>} complete=true committing=true callback=***@6919967b{null}
2018-10-01 02:11:09,412 [qtp442560034-35] DEBUG HttpChannel - COMMIT for /SSPDashboard on ***@3aac2e46{r=1,c=true,a=DISPATCHED,uri=//10.xx.xx.xx:7777/SSPDashboard,age=16}<mailto:***@3aac2e46%7br=1,c=true,a=DISPATCHED,uri=//10.xx.xx.xx:7777/SSPDashboard,age=16%7d>
302 null HTTP/1.1
Location: http://10.xx.xx.xx:7777/SSPDashboard/

2018-10-01 02:11:09,412 [qtp442560034-35] DEBUG HttpConnection - org.eclipse.jetty.server.HttpConnection$***@b9567e83[PROCESSING][i=HTTP/1.1{s=302,h=1,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$***@1e192ab6<mailto:org.eclipse.jetty.server.HttpConnection$***@b9567e83[PROCESSING][i=HTTP/1.1%7bs=302,h=1,cl=-1%7d,cb=org.eclipse.jetty.server.HttpChannel$***@1e192ab6>] generate: NEED_HEADER (null,[p=0,l=0,c=0,r=0],true)@START
2018-10-01 02:11:09,412 [qtp442560034-35] DEBUG HttpGenerator - generateHeaders HTTP/1.1{s=302,h=1,cl=-1} last=true content=***@df7db8c0[p=0,l=0,c=0,r=0]={<<<>>>}
2018-10-01 02:11:09,412 [qtp442560034-35] DEBUG HttpGenerator - Location: http://10.xx.xx.xx:7777/SSPDashboard

From: jetty-users-***@eclipse.org<mailto:jetty-users-***@eclipse.org> [mailto:jetty-users-***@eclipse.org<mailto:jetty-users-***@eclipse.org>] On Behalf Of Jan Bartel
Sent: Monday, September 24, 2018 11:58 PM
To: JETTY user mailing list <jetty-***@eclipse.org<mailto:jetty-***@eclipse.org>>
Subject: Re: [jetty-users] Issues with jetty-9.4.11 running JSTL.jar

** This mail has been sent from an external source **

There's something extremely wrong with your container classpath, "file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/" is on the container's classpath dozens and dozens of times. Also it looks like you have misconfigured the org.eclipse.jetty.server.webapp.ContainerIncludeJarPattern, because it looks like it is matching every jar in the container classpath, whereas it probably only needs to match the jars that contain the jstl taglibs (you just want to scan the minimum number of jars on the container classpath for taglibs, META-INF/resources, web-app-fragment.xml, otherwise it will take forever to start your webapp).

I recommend you just deploy one webapp at a time so you can get one properly deployed before you move on to another one.

Jan

On Tue, 25 Sep 2018 at 14:37, Eze Ikonne <***@aricent.com<mailto:***@aricent.com>> wrote:
Hi Jan,

I did implement your suggestions and at the moment there is no more conflicts with jar files, at least that’s what the log file indicates. The only exception in the log file
is thrown by security handler for not enabling TLS for all methods. I have been told that this exception is innocuous. However, after Jetty loads my web app, it appears that the
scan process right off the bat stops them without any apparent exception thrown, at least there is none in the log file. Please see the segment included where the modules seem
to have been started and then the Jetty scan process just kills them all. Any idea as to why this behavior? If needed I can also send the runtime class loader interaction.


2018-09-24 23:50:43,922 [main] DEBUG LifecycleFactoryImpl - Created Default Lifecycle
2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - getResource META-INF/services/javax.faces.lifecycle.LifecycleFactory null
2018-09-24 23:50:43,922 [main] DEBUG ContextHandler - contextInitialized: javax.servlet.ServletContextEvent[source=***@o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,STARTING}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}]->***@9351a429<mailto:***@9351a429>
2018-09-24 23:50:43,922 [main] DEBUG ContextHandler - contextInitialized: javax.servlet.ServletContextEvent[source=***@o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,STARTING}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}]->***@5534a564<mailto:***@5534a564>
2018-09-24 23:50:43,922 [main] DEBUG ConfigureListener - contextInitialized(SspJsf)
2018-09-24 23:50:43,922 [main] DEBUG AbstractLifeCycle - starting UploadFilter
2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isSystemResource==false com.sun.rave.web.ui.util.UploadFilter jar:file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/webui.jar!/com/sun/rave/web/ui/util/UploadFilter.class
2018-09-24 23:50:43,922 [main] DEBUG ClasspathPattern - match interface javax.servlet.Filter from file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/servlet-api-3.1.jar byName=null byLocation=null in [-org.eclipse.jetty.util.log., -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet, -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty., org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData, -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket., -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt., -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi., -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx., -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isServerClass==false interface javax.servlet.Filter
2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP parent loaded interface javax.servlet.Filter
2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP webapp loaded class com.sun.rave.web.ui.util.UploadFilter
2018-09-24 23:50:43,922 [main] DEBUG BaseHolder - Holding class com.sun.rave.web.ui.util.UploadFilter from WebAppClassLoader=***@6f478373
2018-09-24 23:50:43,922 [main] DEBUG AbstractLifeCycle - STARTED @9813ms UploadFilter
2018-09-24 23:50:43,922 [main] DEBUG ClasspathPattern - match interface javax.servlet.ServletRequest from file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/servlet-api-3.1.jar byName=null byLocation=null in [-org.eclipse.jetty.util.log., -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet, -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty., org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData, -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket., -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt., -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi., -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx., -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isServerClass==false interface javax.servlet.ServletRequest
2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP parent loaded interface javax.servlet.ServletRequest
2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isSystemResource==false org.apache.commons.fileupload.FileUploadException jar:file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/commons-fileupload-1.3.3.jar!/org/apache/commons/fileupload/FileUploadException.class
2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP webapp loaded class org.apache.commons.fileupload.FileUploadException
2018-09-24 23:50:43,922 [main] DEBUG ClasspathPattern - match class javax.servlet.ServletException from file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/servlet-api-3.1.jar byName=null byLocation=null in [-org.eclipse.jetty.util.log., -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet, -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty., org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData, -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket., -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt., -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi., -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx., -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isServerClass==false class javax.servlet.ServletException
2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP parent loaded class javax.servlet.ServletException
2018-09-24 23:50:43,922 [main] DEBUG ClasspathPattern - match interface javax.servlet.ServletResponse from file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/servlet-api-3.1.jar byName=null byLocation=null in [-org.eclipse.jetty.util.log., -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet, -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty., org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData, -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket., -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt., -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi., -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx., -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isServerClass==false interface javax.servlet.ServletResponse
2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP parent loaded interface javax.servlet.ServletResponse
2018-09-24 23:50:43,922 [main] DEBUG ClasspathPattern - match interface javax.servlet.FilterChain from file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/servlet-api-3.1.jar byName=null byLocation=null in [-org.eclipse.jetty.util.log., -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet, -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty., org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData, -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket., -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt., -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi., -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx., -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isServerClass==false interface javax.servlet.FilterChain
2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP parent loaded interface javax.servlet.FilterChain
2018-09-24 23:50:43,922 [main] DEBUG ClasspathPattern - match interface javax.servlet.http.HttpServletRequest from file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/servlet-api-3.1.jar byName=null byLocation=null in [-org.eclipse.jetty.util.log., -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet, -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty., org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData, -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket., -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt., -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi., -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx., -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isServerClass==false interface javax.servlet.http.HttpServletRequest
2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP parent loaded interface javax.servlet.http.HttpServletRequest
2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isSystemResource==false org.apache.commons.fileupload.FileItem jar:file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/commons-fileupload-1.3.3.jar!/org/apache/commons/fileupload/FileItem.class
2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isSystemResource==false org.apache.commons.fileupload.FileItemHeadersSupport jar:file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/commons-fileupload-1.3.3.jar!/org/apache/commons/fileupload/FileItemHeadersSupport.class
2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP webapp loaded interface org.apache.commons.fileupload.FileItemHeadersSupport
2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP webapp loaded interface org.apache.commons.fileupload.FileItem
2018-09-24 23:50:43,922 [main] DEBUG ClasspathPattern - match interface javax.servlet.FilterConfig from file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/servlet-api-3.1.jar byName=null byLocation=null in [-org.eclipse.jetty.util.log., -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet, -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty., org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData, -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket., -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt., -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi., -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx., -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isServerClass==false interface javax.servlet.FilterConfig
2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP parent loaded interface javax.servlet.FilterConfig
2018-09-24 23:50:43,922 [main] DEBUG FilterHolder - Filter.init com.sun.rave.web.ui.util.UploadFilter
2018-09-24 23:50:43,922 [main] DEBUG AbstractLifeCycle - starting debugFilter
2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isSystemResource==false com.sterlingcommerce.sspgui.web.filter.SSPContentDebugFilter file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/classes/com/sterlingcommerce/sspgui/web/filter/SSPContentDebugFilter.class
2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP webapp loaded class com.sterlingcommerce.sspgui.web.filter.SSPContentDebugFilter
2018-09-24 23:50:43,922 [main] DEBUG BaseHolder - Holding class com.sterlingcommerce.sspgui.web.filter.SSPContentDebugFilter from WebAppClassLoader=***@6f478373
2018-09-24 23:50:43,922 [main] DEBUG AbstractLifeCycle - STARTED @9813ms debugFilter
2018-09-24 23:50:43,922 [main] DEBUG FilterHolder - Filter.init ***@8d71a455<mailto:***@8d71a455>
2018-09-24 23:50:43,922 [main] DEBUG AbstractLifeCycle - starting sessionValidationFilter
2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isSystemResource==false com.sterlingcommerce.sspgui.web.filter.SSPContentSessionValidationFilter file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/classes/com/sterlingcommerce/sspgui/web/filter/SSPContentSessionValidationFilter.class
2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP webapp loaded class com.sterlingcommerce.sspgui.web.filter.SSPContentSessionValidationFilter
2018-09-24 23:50:43,922 [main] DEBUG BaseHolder - Holding class com.sterlingcommerce.sspgui.web.filter.SSPContentSessionValidationFilter from WebAppClassLoader=***@6f478373
2018-09-24 23:50:43,922 [main] DEBUG AbstractLifeCycle - STARTED @9813ms sessionValidationFilter
2018-09-24 23:50:43,922 [main] DEBUG ClasspathPattern - match interface javax.servlet.http.HttpServletResponse from file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/servlet-api-3.1.jar byName=null byLocation=null in [-org.eclipse.jetty.util.log., -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet, -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty., org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData, -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket., -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt., -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi., -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx., -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isServerClass==false interface javax.servlet.http.HttpServletResponse
2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP parent loaded interface javax.servlet.http.HttpServletResponse
2018-09-24 23:50:43,922 [main] DEBUG FilterHolder - Filter.init ***@ba481913<mailto:***@ba481913>
2018-09-24 23:50:43,922 [main] DEBUG AbstractLifeCycle - starting systemProtectionFilter
2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isSystemResource==false com.sterlingcommerce.sspgui.web.filter.SSPContentWebPagesFilter file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/classes/com/sterlingcommerce/sspgui/web/filter/SSPContentWebPagesFilter.class
2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP webapp loaded class com.sterlingcommerce.sspgui.web.filter.SSPContentWebPagesFilter
2018-09-24 23:50:43,922 [main] DEBUG BaseHolder - Holding class com.sterlingcommerce.sspgui.web.filter.SSPContentWebPagesFilter from WebAppClassLoader=***@6f478373
2018-09-24 23:50:43,922 [main] DEBUG AbstractLifeCycle - STARTED @9813ms systemProtectionFilter
2018-09-24 23:50:43,922 [main] DEBUG FilterHolder - Filter.init ***@6a2cf70f<mailto:***@6a2cf70f>
2018-09-24 23:50:43,922 [main] DEBUG AbstractLifeCycle - starting NonceProtectionFilter
2018-09-24 23:50:43,922 [main] DEBUG WebAppContext - isSystemResource==false com.sterlingcommerce.sspgui.web.filter.SSPContentNonceValidationFilter file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/classes/com/sterlingcommerce/sspgui/web/filter/SSPContentNonceValidationFilter.class
2018-09-24 23:50:43,922 [main] DEBUG WebAppClassLoader - WAP webapp loaded class com.sterlingcommerce.sspgui.web.filter.SSPContentNonceValidationFilter
2018-09-24 23:50:43,922 [main] DEBUG BaseHolder - Holding class com.sterlingcommerce.sspgui.web.filter.SSPContentNonceValidationFilter from WebAppClassLoader=***@6f478373
2018-09-24 23:50:43,922 [main] DEBUG AbstractLifeCycle - STARTED @9813ms NonceProtectionFilter
2018-09-24 23:50:43,922 [main] DEBUG FilterHolder - Filter.init ***@58590a1a<mailto:***@58590a1a>
2018-09-24 23:50:43,937 [main] DEBUG AbstractLifeCycle - starting ***@22b464fd==com.sterlingcommerce.sspgui.web.servlet.KeepAliveServlet,jsp=null,order=-1,inst=false<mailto:***@22b464fd==com.sterlingcommerce.sspgui.web.servlet.KeepAliveServlet,jsp=null,order=-1,inst=false>
2018-09-24 23:50:43,937 [main] DEBUG WebAppContext - isSystemResource==false com.sterlingcommerce.sspgui.web.servlet.KeepAliveServlet file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/classes/com/sterlingcommerce/sspgui/web/servlet/KeepAliveServlet.class
2018-09-24 23:50:43,937 [main] DEBUG ClasspathPattern - match class javax.servlet.http.HttpServlet from file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/servlet-api-3.1.jar byName=null byLocation=null in [-org.eclipse.jetty.util.log., -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet, -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty., org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData, -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket., -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt., -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi., -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx., -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
2018-09-24 23:50:43,937 [main] DEBUG WebAppContext - isServerClass==false class javax.servlet.http.HttpServlet
2018-09-24 23:50:43,937 [main] DEBUG WebAppClassLoader - WAP parent loaded class javax.servlet.http.HttpServlet
2018-09-24 23:50:43,937 [main] DEBUG WebAppClassLoader - WAP webapp loaded class com.sterlingcommerce.sspgui.web.servlet.KeepAliveServlet
2018-09-24 23:50:43,937 [main] DEBUG BaseHolder - Holding class com.sterlingcommerce.sspgui.web.servlet.KeepAliveServlet from WebAppClassLoader=***@6f478373
2018-09-24 23:50:43,937 [main] DEBUG AbstractLifeCycle - STARTED @9828ms ***@22b464fd==com.sterlingcommerce.sspgui.web.servlet.KeepAliveServlet,jsp=null,order=-1,inst=false<mailto:***@22b464fd==com.sterlingcommerce.sspgui.web.servlet.KeepAliveServlet,jsp=null,order=-1,inst=false>
2018-09-24 23:50:43,937 [main] DEBUG AbstractLifeCycle - starting ***@a794153b==com.sterlingcommerce.sspgui.web.servlet.LogoutServlet,jsp=null,order=-1,inst=false<mailto:***@a794153b==com.sterlingcommerce.sspgui.web.servlet.LogoutServlet,jsp=null,order=-1,inst=false>
2018-09-24 23:50:43,937 [main] DEBUG WebAppContext - isSystemResource==false com.sterlingcommerce.sspgui.web.servlet.LogoutServlet file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/classes/com/sterlingcommerce/sspgui/web/servlet/LogoutServlet.class
2018-09-24 23:50:43,937 [main] DEBUG WebAppClassLoader - WAP webapp loaded class com.sterlingcommerce.sspgui.web.servlet.LogoutServlet
2018-09-24 23:50:43,937 [main] DEBUG BaseHolder - Holding class com.sterlingcommerce.sspgui.web.servlet.LogoutServlet from WebAppClassLoader=***@6f478373
2018-09-24 23:50:43,937 [main] DEBUG AbstractLifeCycle - STARTED @9828ms ***@a794153b==com.sterlingcommerce.sspgui.web.servlet.LogoutServlet,jsp=null,order=-1,inst=false<mailto:***@a794153b==com.sterlingcommerce.sspgui.web.servlet.LogoutServlet,jsp=null,order=-1,inst=false>
2018-09-24 23:50:43,937 [main] DEBUG AbstractLifeCycle - starting ***@c40ea71b==com.sterlingcommerce.sspgui.web.util.ContentErrorHandler,jsp=null,order=-1,inst=false<mailto:***@c40ea71b==com.sterlingcommerce.sspgui.web.util.ContentErrorHandler,jsp=null,order=-1,inst=false>
2018-09-24 23:50:43,937 [main] DEBUG WebAppContext - isSystemResource==false com.sterlingcommerce.sspgui.web.util.ContentErrorHandler file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/classes/com/sterlingcommerce/sspgui/web/util/ContentErrorHandler.class
2018-09-24 23:50:43,937 [main] DEBUG WebAppClassLoader - WAP webapp loaded class com.sterlingcommerce.sspgui.web.util.ContentErrorHandler
2018-09-24 23:50:43,937 [main] DEBUG BaseHolder - Holding class com.sterlingcommerce.sspgui.web.util.ContentErrorHandler from WebAppClassLoader=***@6f478373
2018-09-24 23:50:43,937 [main] DEBUG AbstractLifeCycle - STARTED @9828ms ***@c40ea71b==com.sterlingcommerce.sspgui.web.util.ContentErrorHandler,jsp=null,order=-1,inst=false<mailto:***@c40ea71b==com.sterlingcommerce.sspgui.web.util.ContentErrorHandler,jsp=null,order=-1,inst=false>
2018-09-24 23:50:43,937 [main] DEBUG AbstractLifeCycle - starting ***@e45569aa==com.sun.errorhandler.ExceptionHandler,jsp=null,order=-1,inst=false<mailto:***@e45569aa==com.sun.errorhandler.ExceptionHandler,jsp=null,order=-1,inst=false>
2018-09-24 23:50:43,937 [main] DEBUG WebAppContext - isSystemResource==false com.sun.errorhandler.ExceptionHandler jar:file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/errorhandler.jar!/com/sun/errorhandler/ExceptionHandler.class
2018-09-24 23:50:43,937 [main] DEBUG WebAppClassLoader - WAP webapp loaded class com.sun.errorhandler.ExceptionHandler
2018-09-24 23:50:43,937 [main] DEBUG BaseHolder - Holding class com.sun.errorhandler.ExceptionHandler from WebAppClassLoader=***@6f478373
2018-09-24 23:50:43,937 [main] DEBUG AbstractLifeCycle - STARTED @9828ms ***@e45569aa==com.sun.errorhandler.ExceptionHandler,jsp=null,order=-1,inst=false<mailto:***@e45569aa==com.sun.errorhandler.ExceptionHandler,jsp=null,order=-1,inst=false>
2018-09-24 23:50:43,937 [main] DEBUG AbstractLifeCycle - starting ***@5aa2e45c==com.sun.rave.web.ui.theme.ThemeServlet,jsp=null,order=-1,inst=false<mailto:***@5aa2e45c==com.sun.rave.web.ui.theme.ThemeServlet,jsp=null,order=-1,inst=false>
2018-09-24 23:50:43,937 [main] DEBUG WebAppContext - isSystemResource==false com.sun.rave.web.ui.theme.ThemeServlet jar:file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/webui.jar!/com/sun/rave/web/ui/theme/ThemeServlet.class
2018-09-24 23:50:43,937 [main] DEBUG WebAppClassLoader - WAP webapp loaded class com.sun.rave.web.ui.theme.ThemeServlet
2018-09-24 23:50:43,937 [main] DEBUG BaseHolder - Holding class com.sun.rave.web.ui.theme.ThemeServlet from WebAppClassLoader=***@6f478373
2018-09-24 23:50:43,937 [main] DEBUG AbstractLifeCycle - STARTED @9828ms ***@5aa2e45c==com.sun.rave.web.ui.theme.ThemeServlet,jsp=null,order=-1,inst=false<mailto:***@5aa2e45c==com.sun.rave.web.ui.theme.ThemeServlet,jsp=null,order=-1,inst=false>
2018-09-24 23:50:43,937 [main] DEBUG AbstractLifeCycle - starting ***@19c47==org.eclipse.jetty.jsp.JettyJspServlet,jsp=null,order=0,inst=false<mailto:***@19c47==org.eclipse.jetty.jsp.JettyJspServlet,jsp=null,order=0,inst=false>
2018-09-24 23:50:43,937 [main] DEBUG WebAppContext - isServerClass==false class org.eclipse.jetty.jsp.JettyJspServlet
2018-09-24 23:50:43,937 [main] DEBUG WebAppClassLoader - WAP parent loaded class org.eclipse.jetty.jsp.JettyJspServlet
2018-09-24 23:50:43,937 [main] DEBUG BaseHolder - Holding class org.eclipse.jetty.jsp.JettyJspServlet from sun.misc.Launcher$***@ef738a93<mailto:sun.misc.Launcher$***@ef738a93>
2018-09-24 23:50:43,937 [main] DEBUG AbstractLifeCycle - STARTED @9828ms ***@19c47==org.eclipse.jetty.jsp.JettyJspServlet,jsp=null,order=0,inst=false<mailto:***@19c47==org.eclipse.jetty.jsp.JettyJspServlet,jsp=null,order=0,inst=false>
2018-09-24 23:50:44,078 [main] DEBUG ClasspathPattern - match interface org.apache.tomcat.InstanceManager from file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.mortbay.jasper.apache-jsp-8.5.24.2.jar byName=null byLocation=null in [-org.eclipse.jetty.util.log., -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet, -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty., org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData, -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket., -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt., -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi., -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx., -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
2018-09-24 23:50:44,078 [main] DEBUG WebAppContext - isServerClass==false interface org.apache.tomcat.InstanceManager
2018-09-24 23:50:44,078 [main] DEBUG WebAppClassLoader - WAP parent loaded interface org.apache.tomcat.InstanceManager
2018-09-24 23:50:44,078 [main] DEBUG ServletHolder - Apache jasper detected
2018-09-24 23:50:44,078 [main] DEBUG ServletHolder - Servlet.init ***@7eefcc07<mailto:***@7eefcc07> for jsp
2018-09-24 23:50:44,078 [main] DEBUG AbstractLifeCycle - starting ***@5c13d641==org.eclipse.jetty.servlet.DefaultServlet,jsp=null,order=0,inst=false<mailto:***@5c13d641==org.eclipse.jetty.servlet.DefaultServlet,jsp=null,order=0,inst=false>
2018-09-24 23:50:44,078 [main] DEBUG WebAppContext - isServerClass==false class org.eclipse.jetty.servlet.DefaultServlet
2018-09-24 23:50:44,078 [main] DEBUG WebAppClassLoader - WAP parent loaded class org.eclipse.jetty.servlet.DefaultServlet
2018-09-24 23:50:44,078 [main] DEBUG BaseHolder - Holding class org.eclipse.jetty.servlet.DefaultServlet from sun.misc.Launcher$***@ef738a93<mailto:sun.misc.Launcher$***@ef738a93>
2018-09-24 23:50:44,078 [main] DEBUG AbstractLifeCycle - STARTED @9969ms ***@5c13d641==org.eclipse.jetty.servlet.DefaultServlet,jsp=null,order=0,inst=false<mailto:***@5c13d641==org.eclipse.jetty.servlet.DefaultServlet,jsp=null,order=0,inst=false>
2018-09-24 23:50:44,093 [main] DEBUG ServletHolder - Servlet.init ***@6fa5b52b<mailto:***@6fa5b52b> for default
2018-09-24 23:50:44,093 [main] DEBUG DefaultServlet - resource base = null
2018-09-24 23:50:44,093 [main] DEBUG AbstractLifeCycle - starting Faces ***@87ee159b==com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet,jsp=null,order=1,inst=false<mailto:***@87ee159b==com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet,jsp=null,order=1,inst=false>
2018-09-24 23:50:44,093 [main] DEBUG WebAppContext - isSystemResource==false com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/classes/com/sterlingcommerce/sspgui/web/servlet/SSPContentFacesServlet.class
2018-09-24 23:50:44,093 [main] DEBUG WebAppClassLoader - WAP webapp loaded class com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet
2018-09-24 23:50:44,093 [main] DEBUG BaseHolder - Holding class com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet from WebAppClassLoader=***@6f478373
2018-09-24 23:50:44,093 [main] DEBUG AbstractLifeCycle - STARTED @9984ms Faces ***@87ee159b==com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet,jsp=null,order=1,inst=false<mailto:***@87ee159b==com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet,jsp=null,order=1,inst=false>
2018-09-24 23:50:44,093 [main] DEBUG ClasspathPattern - match interface javax.servlet.ServletConfig from file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/servlet-api-3.1.jar byName=null byLocation=null in [-org.eclipse.jetty.util.log., -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet, -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty., org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData, -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket., -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt., -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi., -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx., -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
2018-09-24 23:50:44,093 [main] DEBUG WebAppContext - isServerClass==false interface javax.servlet.ServletConfig
2018-09-24 23:50:44,093 [main] DEBUG WebAppClassLoader - WAP parent loaded interface javax.servlet.ServletConfig
2018-09-24 23:50:44,093 [main] DEBUG WebAppContext - isSystemResource==false com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet$ExceptionType file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/classes/com/sterlingcommerce/sspgui/web/servlet/SSPContentFacesServlet$ExceptionType.class
2018-09-24 23:50:44,093 [main] DEBUG WebAppClassLoader - WAP webapp loaded class com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet$ExceptionType
2018-09-24 23:50:44,093 [main] DEBUG WebAppContext - isSystemResource==true javax.faces.webapp.FacesServlet jar:file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/jsf-api.jar!/javax/faces/webapp/FacesServlet.class
2018-09-24 23:50:44,093 [main] DEBUG ClasspathPattern - match class javax.faces.webapp.FacesServlet from file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jsf-api.jar byName=null byLocation=null in [-org.eclipse.jetty.util.log., -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet, -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty., org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData, -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket., -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt., -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi., -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx., -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
2018-09-24 23:50:44,093 [main] DEBUG WebAppContext - isServerClass==false class javax.faces.webapp.FacesServlet
2018-09-24 23:50:44,093 [main] DEBUG WebAppClassLoader - WAP parent loaded class javax.faces.webapp.FacesServlet
2018-09-24 23:50:44,093 [main] DEBUG ServletHolder - Servlet.init ***@67c09f68<mailto:***@67c09f68> for Faces Servlet
2018-09-24 23:50:44,109 [main] DEBUG WebAppContext - isSystemResource==false com.sterlingcommerce.csp.gui.web.utils.SSPGUILog4jInitializer jar:file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/WEB-INF/lib/WebUIUtils.jar!/com/sterlingcommerce/csp/gui/web/utils/SSPGUILog4jInitializer.class
2018-09-24 23:50:44,109 [main] DEBUG WebAppClassLoader - WAP webapp loaded class com.sterlingcommerce.csp.gui.web.utils.SSPGUILog4jInitializer
2018-09-24 23:50:44,109 [main] INFO ContextHandler - Started o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}<mailto:o.e.j.w.WebAppContext@-71bd3073%7bSspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE%7d%7bC:%5CUsers%5Cari51787%5Csandbox%5CSSPConfig3432-20180529-NEW-HEAD-BUILD400%5Capps%5Cjetty%5Cwebservices%5Cwebapps%5CSspJsf%7d>
2018-09-24 23:50:44,109 [main] DEBUG WebAppContext - postConfigure o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}<mailto:o.e.j.w.WebAppContext@-71bd3073%7bSspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE%7d%7bC:%5CUsers%5Cari51787%5Csandbox%5CSSPConfig3432-20180529-NEW-HEAD-BUILD400%5Capps%5Cjetty%5Cwebservices%5Cwebapps%5CSspJsf%7d> with ***@9f3774af<mailto:***@9f3774af>
2018-09-24 23:50:44,109 [main] DEBUG WebAppContext - postConfigure o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}<mailto:o.e.j.w.WebAppContext@-71bd3073%7bSspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE%7d%7bC:%5CUsers%5Cari51787%5Csandbox%5CSSPConfig3432-20180529-NEW-HEAD-BUILD400%5Capps%5Cjetty%5Cwebservices%5Cwebapps%5CSspJsf%7d> with ***@b9c5e3f0<mailto:***@b9c5e3f0>
2018-09-24 23:50:44,109 [main] DEBUG WebAppContext - postConfigure o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}<mailto:o.e.j.w.WebAppContext@-71bd3073%7bSspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE%7d%7bC:%5CUsers%5Cari51787%5Csandbox%5CSSPConfig3432-20180529-NEW-HEAD-BUILD400%5Capps%5Cjetty%5Cwebservices%5Cwebapps%5CSspJsf%7d> with ***@97b8f23a<mailto:***@97b8f23a>
2018-09-24 23:50:44,109 [main] DEBUG WebAppContext - postConfigure o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}<mailto:o.e.j.w.WebAppContext@-71bd3073%7bSspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE%7d%7bC:%5CUsers%5Cari51787%5Csandbox%5CSSPConfig3432-20180529-NEW-HEAD-BUILD400%5Capps%5Cjetty%5Cwebservices%5Cwebapps%5CSspJsf%7d> with ***@680608a9<mailto:***@680608a9>
2018-09-24 23:50:44,109 [main] DEBUG WebAppContext - postConfigure o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}<mailto:o.e.j.w.WebAppContext@-71bd3073%7bSspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE%7d%7bC:%5CUsers%5Cari51787%5Csandbox%5CSSPConfig3432-20180529-NEW-HEAD-BUILD400%5Capps%5Cjetty%5Cwebservices%5Cwebapps%5CSspJsf%7d> with ***@8e02e379<mailto:***@8e02e379>
2018-09-24 23:50:44,109 [main] DEBUG WebAppContext - postConfigure o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}<mailto:o.e.j.w.WebAppContext@-71bd3073%7bSspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE%7d%7bC:%5CUsers%5Cari51787%5Csandbox%5CSSPConfig3432-20180529-NEW-HEAD-BUILD400%5Capps%5Cjetty%5Cwebservices%5Cwebapps%5CSspJsf%7d> with ***@17b5410e<mailto:***@17b5410e>
2018-09-24 23:50:44,109 [main] DEBUG AbstractLifeCycle - STARTED @10000ms o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}<mailto:o.e.j.w.WebAppContext@-71bd3073%7bSspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE%7d%7bC:%5CUsers%5Cari51787%5Csandbox%5CSSPConfig3432-20180529-NEW-HEAD-BUILD400%5Capps%5Cjetty%5Cwebservices%5Cwebapps%5CSspJsf%7d>
2018-09-24 23:50:44,109 [main] DEBUG AbstractLifeCycle - starting o.e.j.w.WebAppContext@-7275f62c{SSPDashboard,/SSPDashboard,null,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SSPDashboard}<mailto:o.e.j.w.WebAppContext@-7275f62c%7bSSPDashboard,/SSPDashboard,null,UNAVAILABLE%7d%7bC:%5CUsers%5Cari51787%5Csandbox%5CSSPConfig3432-20180529-NEW-HEAD-BUILD400%5Capps%5Cjetty%5Cwebservices%5Cwebapps%5CSSPDashboard%7d>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}<mailto:o.e.j.w.WebAppContext@-71bd3073%7bSspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,AVAILABLE%7d%7bC:%5CUsers%5Cari51787%5Csandbox%5CSSPConfig3432-20180529-NEW-HEAD-BUILD400%5Capps%5Cjetty%5Cwebservices%5Cwebapps%5CSspJsf%7d>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractHandler - stopping o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}<mailto:o.e.j.w.WebAppContext@-71bd3073%7bSspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE%7d%7bC:%5CUsers%5Cari51787%5Csandbox%5CSSPConfig3432-20180529-NEW-HEAD-BUILD400%5Capps%5Cjetty%5Cwebservices%5Cwebapps%5CSspJsf%7d>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@c6955689<mailto:***@c6955689>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@c6955689<mailto:***@c6955689>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@dd2a8135<mailto:***@dd2a8135>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractHandler - stopping ***@dd2a8135<mailto:***@dd2a8135>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@dd2a8135<mailto:***@dd2a8135>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping org.eclipse.jetty.server.session.SessionHandler-121859204==dftMaxIdleSec=1800
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@f49b0437[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false<mailto:***@f49b0437[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false>]
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@b2b25ad1[passivating=false,graceSec=3600<mailto:***@b2b25ad1[passivating=false,graceSec=3600>]
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@b2b25ad1[passivating=false,graceSec=3600<mailto:***@b2b25ad1[passivating=false,graceSec=3600>]
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@f49b0437[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false<mailto:***@f49b0437[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false>]
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractHandler - stopping org.eclipse.jetty.server.session.SessionHandler-121859204==dftMaxIdleSec=1800
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@c2e4eac3<mailto:***@c2e4eac3>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractHandler - stopping ***@c2e4eac3<mailto:***@c2e4eac3>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@756a145a<mailto:***@756a145a>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractHandler - stopping ***@756a145a<mailto:***@756a145a>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@2cd92532<mailto:***@2cd92532>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@2cd92532<mailto:***@2cd92532>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@6a954ad4<mailto:***@6a954ad4>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@6a954ad4<mailto:***@6a954ad4>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@22b464fd==com.sterlingcommerce.sspgui.web.servlet.KeepAliveServlet,jsp=null,order=-1,inst=false<mailto:***@22b464fd==com.sterlingcommerce.sspgui.web.servlet.KeepAliveServlet,jsp=null,order=-1,inst=false>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@22b464fd==com.sterlingcommerce.sspgui.web.servlet.KeepAliveServlet,jsp=null,order=-1,inst=false<mailto:***@22b464fd==com.sterlingcommerce.sspgui.web.servlet.KeepAliveServlet,jsp=null,order=-1,inst=false>
2018-09-24 23:50:44,109 [main] DEBUG WebAppContext - Thread Context classloader WebAppClassLoader=***@4c46dc3e
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@c40ea71b==com.sterlingcommerce.sspgui.web.util.ContentErrorHandler,jsp=null,order=-1,inst=false<mailto:***@c40ea71b==com.sterlingcommerce.sspgui.web.util.ContentErrorHandler,jsp=null,order=-1,inst=false>
2018-09-24 23:50:44,109 [main] DEBUG WebAppContext - Parent class loader: sun.misc.Launcher$***@ef738a93<mailto:sun.misc.Launcher$***@ef738a93>
2018-09-24 23:50:44,109 [main] DEBUG WebAppContext - Parent class loader: sun.misc.Launcher$***@a33e7628<mailto:sun.misc.Launcher$***@a33e7628>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@c40ea71b==com.sterlingcommerce.sspgui.web.util.ContentErrorHandler,jsp=null,order=-1,inst=false<mailto:***@c40ea71b==com.sterlingcommerce.sspgui.web.util.ContentErrorHandler,jsp=null,order=-1,inst=false>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@a794153b==com.sterlingcommerce.sspgui.web.servlet.LogoutServlet,jsp=null,order=-1,inst=false<mailto:***@a794153b==com.sterlingcommerce.sspgui.web.servlet.LogoutServlet,jsp=null,order=-1,inst=false>
2018-09-24 23:50:44,109 [main] DEBUG WebAppContext - preConfigure o.e.j.w.WebAppContext@-7275f62c{SSPDashboard,/SSPDashboard,null,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SSPDashboard}<mailto:o.e.j.w.WebAppContext@-7275f62c%7bSSPDashboard,/SSPDashboard,null,UNAVAILABLE%7d%7bC:%5CUsers%5Cari51787%5Csandbox%5CSSPConfig3432-20180529-NEW-HEAD-BUILD400%5Capps%5Cjetty%5Cwebservices%5Cwebapps%5CSSPDashboard%7d> with ***@5a00079a<mailto:***@5a00079a>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@a794153b==com.sterlingcommerce.sspgui.web.servlet.LogoutServlet,jsp=null,order=-1,inst=false<mailto:***@a794153b==com.sterlingcommerce.sspgui.web.servlet.LogoutServlet,jsp=null,order=-1,inst=false>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@5aa2e45c==com.sun.rave.web.ui.theme.ThemeServlet,jsp=null,order=-1,inst=false<mailto:***@5aa2e45c==com.sun.rave.web.ui.theme.ThemeServlet,jsp=null,order=-1,inst=false>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@5aa2e45c==com.sun.rave.web.ui.theme.ThemeServlet,jsp=null,order=-1,inst=false<mailto:***@5aa2e45c==com.sun.rave.web.ui.theme.ThemeServlet,jsp=null,order=-1,inst=false>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@e45569aa==com.sun.errorhandler.ExceptionHandler,jsp=null,order=-1,inst=false<mailto:***@e45569aa==com.sun.errorhandler.ExceptionHandler,jsp=null,order=-1,inst=false>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@e45569aa==com.sun.errorhandler.ExceptionHandler,jsp=null,order=-1,inst=false<mailto:***@e45569aa==com.sun.errorhandler.ExceptionHandler,jsp=null,order=-1,inst=false>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping Faces ***@87ee159b==com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet,jsp=null,order=1,inst=true<mailto:***@87ee159b==com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet,jsp=null,order=1,inst=true>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED Faces ***@87ee159b==com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet,jsp=null,order=1,inst=false<mailto:***@87ee159b==com.sterlingcommerce.sspgui.web.servlet.SSPContentFacesServlet,jsp=null,order=1,inst=false>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping NonceProtectionFilter
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED NonceProtectionFilter
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping systemProtectionFilter
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED systemProtectionFilter
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping sessionValidationFilter
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED sessionValidationFilter
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping debugFilter
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED debugFilter
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping UploadFilter
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED UploadFilter
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@6c38be1b<mailto:***@6c38be1b>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@6c38be1b<mailto:***@6c38be1b>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@19c47==org.eclipse.jetty.jsp.JettyJspServlet,jsp=null,order=0,inst=true<mailto:***@19c47==org.eclipse.jetty.jsp.JettyJspServlet,jsp=null,order=0,inst=true>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@19c47==org.eclipse.jetty.jsp.JettyJspServlet,jsp=null,order=0,inst=false<mailto:***@19c47==org.eclipse.jetty.jsp.JettyJspServlet,jsp=null,order=0,inst=false>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@5c13d641==org.eclipse.jetty.servlet.DefaultServlet,jsp=null,order=0,inst=true<mailto:***@5c13d641==org.eclipse.jetty.servlet.DefaultServlet,jsp=null,order=0,inst=true>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@5c13d641==org.eclipse.jetty.servlet.DefaultServlet,jsp=null,order=0,inst=false<mailto:***@5c13d641==org.eclipse.jetty.servlet.DefaultServlet,jsp=null,order=0,inst=false>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@d91c4482<mailto:***@d91c4482>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@d91c4482<mailto:***@d91c4482>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - stopping ***@9910592e<mailto:***@9910592e>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@9910592e<mailto:***@9910592e>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@756a145a<mailto:***@756a145a>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED ***@c2e4eac3<mailto:***@c2e4eac3>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG AbstractLifeCycle - STOPPED org.eclipse.jetty.server.session.SessionHandler-121859204==dftMaxIdleSec=1800
2018-09-24 23:50:44,109 [Scanner-0] DEBUG ContextHandler - contextDestroyed: javax.servlet.ServletContextEvent[source=***@o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}]->***@5534a564<mailto:***@5534a564>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG ConfigureListener - contextDestroyed(SspJsf)
2018-09-24 23:50:44,109 [Scanner-0] DEBUG ContextHandler - contextDestroyed: javax.servlet.ServletContextEvent[source=***@o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}]->***@9351a429<mailto:***@9351a429>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG ContextHandler - contextDestroyed: javax.servlet.ServletContextEvent[source=***@o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}]->***@52d0cbd3<mailto:***@52d0cbd3>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG ConfigureListener - contextDestroyed(SspJsf)
2018-09-24 23:50:44,109 [Scanner-0] DEBUG ContextHandler - contextDestroyed: javax.servlet.ServletContextEvent[source=***@o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}]->***@1a02ebe8<mailto:***@1a02ebe8>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG ContextHandler - contextDestroyed: javax.servlet.ServletContextEvent[source=***@o.e.j.w.WebAppContext@-71bd3073{SspJsf,/SspJsf,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SspJsf/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SspJsf}]->***@d0cbeb8c<mailto:***@d0cbeb8c>
2018-09-24 23:50:44,109 [Scanner-0] DEBUG ClasspathPattern - match class javax.el.BeanELResolver from file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/org.mortbay.jasper.apache-el-8.5.24.2.jar byName=null byLocation=null in [-org.eclipse.jetty.util.log., -org.eclipse.jetty.continuation., -org.eclipse.jetty.servlet.NoJspServlet, -org.eclipse.jetty.jaas., -org.eclipse.jetty.jsp., org.eclipse.jetty., org.objectweb.asm., -org.eclipse.jetty.server.session.SessionData, -org.eclipse.jetty.servlets., -org.eclipse.jetty.websocket., -org.eclipse.jetty.servlet.DefaultServlet, org.eclipse.jdt., -org.eclipse.jetty.servlet.listener., -org.eclipse.jetty.jndi., -org.eclipse.jetty.alpn., -org.eclipse.jetty.jmx., -org.eclipse.jetty.util.annotation., -org.eclipse.jetty.apache.]
2018-09-24 23:50:44,109 [Scanner-0] DEBUG WebAppContext - isServerClass==false class javax.el.BeanELResolver
2018-09-24 23:50:44,109 [Scanner-0] DEBUG WebAppClassLoader - WAP parent loaded class javax.el.BeanELResolver
2018-09-24 23:50:44,109 [Scanner-0] DEBUG ELContextCleaner - Not cleaning cached beans: no such field javax.el.BeanELResolver.properties
2018-09-24 23:50:44,109 [main] DEBUG WebInfConfiguration - Try webapp=file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/, exists=true, directory=true file=C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SSPDashboard
2018-09-24 23:50:44,109 [main] DEBUG WebInfConfiguration - webapp=file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/
2018-09-24 23:50:44,109 [main] DEBUG WebInfConfiguration - Matching container urls [file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/sspconfig.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/accepter.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/authentication.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/componentCommon.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/configurator.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/haas.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/hadrian-client.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/hadrian-common.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/hadrian-gui.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/persistence.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/sterling/sspconfig.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/activemq-client-5.11.1.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/alloy.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/alpn-api-1.1.3.v20160715.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/asm-6.2.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/asm-commons-6.2.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/castor-1.3.3-anttasks.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/castor-1.3.3-codegen.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/castor-1.3.3-core.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/castor-1.3.3-ddlgen.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/castor-1.3.3-jdo.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/castor-1.3.3-xml-schema.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/castor-1.3.3-xml.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/castor-1.3.3.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/cdi-2-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/cdi-core-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/cdi-servlet-9.4.11.v20180605.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/CL3Export.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/CL3Nonexport.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/com.ibm.mq.headers.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/com.ibm.mq.jmqi.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/com.ibm.mqjms.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-beanutils-core.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-beanutils.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-cli-1.2.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-codec-1.6.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-codec.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-collections-3.2.2.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-digester.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-fileupload-1.3.3.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-httpclient-3.1.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-io-2.4.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-logging-1.1.1.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-logging-api.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/commons-logging.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/concurrent.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/dhbcore.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/fluent-hc-4.2.5.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/geronimo-j2ee-management_1.1_spec-1.0.1.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/geronimo-jms_1.1_spec-1.1.1.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/help-4_2-ehelp-integration.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/help-demo.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/help-indexer.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/help-share.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/help-wizard.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/help4.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/hivemind-1.1.1.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/hivemind-jmx-1.1.1.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/hivemind-lib-1.1.1.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/httpclient-4.2.5.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/httpclient-cache-4.2.5.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/httpcore-4.2.4.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/httpmime-4.2.5.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/ibmpkcs.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jackson-core-asl-1.9.2.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jackson-jaxrs-1.9.2.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jackson-mapper-asl-1.9.2.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jackson-xc-1.9.2.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bin/, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/lib/thirdparty/jakarta-oro-2.0.8.jar, file:/C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/bi


--
Jan Bartel <***@webtide.com<mailto:***@webtide.com>>
www.webtide.com<http://www.webtide.com>
Expert assistance from the creators of Jetty and CometD

=====================================================
Please refer to http://www.aricent.com/email-disclaimer
for important disclosures regarding this electronic communication.
=====================================================
Jan Bartel
2018-09-15 01:19:49 UTC
Permalink
The jstl jars in jetty-9.4.x are in these
jars: org.apache.taglibs.taglibs-standard-impl-1.2.5.jar
and org.apache.taglibs.taglibs-standard-spec-1.2.5.jar, so your regex is
wrong there.

Have a read of the documentation at
http://www.eclipse.org/jetty/documentation/9.4.12.v20180830/configuring-jsp.html
which explains what the regex should look like and how to use jsf.

Jan

On 14 September 2018 at 08:45, Ubani Allison <***@gmail.com>
wrote:

> Hi all,
>
> I really have been struggling to get my web app to run with jetty-9.4.11.
> When I deploy my WAR file to a standalone jetty instances it works, but
> when I use embedded jetty-9.4.11 the pages will not display. This same war
> file works in jetty-7.0.1 but since I migrated to jetty-9.4.11, I have
> not have any success. The browser is not receiving any response back from
> my application. Any suggestions will be appreciated.
>
> HandlerCollection hc = new HandlerCollection();
> ContextHandlerCollection contexts = new
> ContextHandlerCollection();
>
> DefaultHandler defaultHandler = new DefaultHandler();
> hc.setHandlers(new Handler[] { contexts, defaultHandler});
> server.setHandler(hc);
>
> DeploymentManager dm = new DeploymentManager();
> WebAppProvider webappProvider = new WebAppProvider();
> webappProvider.setMonitoredDirName(sDir);
> webappProvider.setScanInterval(1);
> webappProvider.setExtractWars(true);
> dm.setContexts(contexts);
> //dm.setContextAttribute(
> // "org.eclipse.jetty.server.webapp.
> ContainerIncludeJarPattern",
> // ".*/servlet-api-[^/]*\\.jar$");
>
> dm.setContextAttribute(
> "org.eclipse.jetty.server.webapp.
> ContainerIncludeJarPattern",
> ".*/[^/]*servlet-api-[^/]*\\.
> jar$|.*/jstl*\\.jar$|.*/jsf*\\.jar$");
>
> dm.addAppProvider(webappProvider);
> server.addBean(dm);
> dm.start();
>
>
>
>
>
>
> 2018-09-13 14:24:21,784 [qtp-35913463-24] DEBUG HttpConnection -
> ***@cdb548d2[p=HttpParser{s=START,0 of
> -1},g=***@7e29bce8{s=START}]=>***@97013d33{
> r=0,c=false,a=IDLE,uri=null,age=0}<-***@1693a94f{/
> 127.0.0.1:49886<->/127.0.0.1:7777,OPEN,fill=-,flush=-,to=145/30000}->
> ***@cdb548d2[p=HttpParser{s=START,0 of
> -1},g=***@7e29bce8{s=START}]=>***@97013d33{
> r=0,c=false,a=IDLE,uri=null,age=0}->***@432790d4{/
> 127.0.0.1:49886<->/127.0.0.1:7777,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,
> kio=0,kro=1}->***@26197137{NOT_HANDSHAKING,eio=-
> 1/-1,di=-1}=>***@cdb548d2[p=HttpParser{s=START,0 of
> -1},g=***@7e29bce8{s=START}]=>***@97013d33{
> r=0,c=false,a=IDLE,uri=null,age=0} filled 469 ***@1da99ed1
> [p=0,l=469,c=17408,r=469]={<<<GET /SSPDashboard...5z3m5cil0h0\r\
> n\r\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\
> x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\
> x00\x00\x00\x00\x00\x00\x00}
> 2018-09-13 14:24:21,784 [qtp-35913463-24] DEBUG HttpConnection -
> ***@cdb548d2[p=HttpParser{s=START,0 of
> -1},g=***@7e29bce8{s=START}]=>***@97013d33{
> r=0,c=false,a=IDLE,uri=null,age=0}<-***@1693a94f{/
> 127.0.0.1:49886<->/127.0.0.1:7777,OPEN,fill=-,flush=-,to=145/30000}->
> ***@cdb548d2[p=HttpParser{s=START,0 of
> -1},g=***@7e29bce8{s=START}]=>***@97013d33{
> r=0,c=false,a=IDLE,uri=null,age=0}->***@432790d4{/
> 127.0.0.1:49886<->/127.0.0.1:7777,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,
> kio=0,kro=1}->***@26197137{NOT_HANDSHAKING,eio=-
> 1/-1,di=-1}=>***@cdb548d2[p=HttpParser{s=START,0 of
> -1},g=***@7e29bce8{s=START}]=>***@97013d33{
> r=0,c=false,a=IDLE,uri=null,age=0} parse ***@1da99ed1[p=0,l=469,c=17408,r=469]={<<<GET
> /SSPDashboard...5z3m5cil0h0\r\n\r\n>>>\x00\x00\x00\x00\x00\
> x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\
> x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} {}
> 2018-09-13 14:24:21,784 [qtp-35913463-24] DEBUG HttpParser - parseNext
> s=START ***@1da99ed1[p=0,l=469,c=17408,r=469]={<<<GET
> /SSPDashboard...5z3m5cil0h0\r\n\r\n>>>\x00\x00\x00\x00\x00\
> x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\
> x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
> 2018-09-13 14:24:21,784 [qtp-35913463-24] DEBUG HttpParser - START -->
> SPACE1
> 2018-09-13 14:24:21,786 [qtp-35913463-24] DEBUG HttpParser - SPACE1 --> URI
> 2018-09-13 14:24:21,786 [qtp-35913463-24] DEBUG HttpParser - URI --> SPACE2
> 2018-09-13 14:24:21,786 [qtp-35913463-24] DEBUG HttpParser - SPACE2 -->
> REQUEST_VERSION
> 2018-09-13 14:24:21,786 [qtp-35913463-24] DEBUG HttpParser -
> REQUEST_VERSION --> HEADER
> 2018-09-13 14:24:21,787 [qtp-35913463-24] DEBUG HttpParser - HEADER:Host
> --> VALUE
> 2018-09-13 14:24:21,787 [qtp-35913463-24] DEBUG HttpParser - HEADER:Host
> --> IN_VALUE
> 2018-09-13 14:24:21,787 [qtp-35913463-24] DEBUG HttpParser - HEADER:Host
> --> FIELD
> 2018-09-13 14:24:21,789 [qtp-35913463-24] DEBUG HttpParser -
> HEADER:Connection: keep-alive --> IN_VALUE
> 2018-09-13 14:24:21,789 [qtp-35913463-24] DEBUG HttpParser -
> HEADER:Connection: keep-alive --> FIELD
> 2018-09-13 14:24:21,793 [qtp-35913463-24] DEBUG HttpParser - HEADER: -->
> IN_NAME
> 2018-09-13 14:24:21,793 [qtp-35913463-24] DEBUG HttpParser -
> HEADER:Upgrade-Insecure-Requests --> VALUE
> 2018-09-13 14:24:21,793 [qtp-35913463-24] DEBUG HttpParser -
> HEADER:Upgrade-Insecure-Requests --> IN_VALUE
> 2018-09-13 14:24:21,793 [qtp-35913463-24] DEBUG HttpParser -
> HEADER:Upgrade-Insecure-Requests --> FIELD
> 2018-09-13 14:24:21,793 [qtp-35913463-24] DEBUG HttpParser -
> HEADER:User-Agent --> VALUE
> 2018-09-13 14:24:21,793 [qtp-35913463-24] DEBUG HttpParser -
> HEADER:User-Agent --> IN_VALUE
> 2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser -
> HEADER:User-Agent --> FIELD
> 2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser -
> HEADER:Accept: text/html,application/xhtml+xml,application/xml;q=0.9,
> image/webp,image/apng,*/*;q=0.8 --> IN_VALUE
> 2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser -
> HEADER:Accept: text/html,application/xhtml+xml,application/xml;q=0.9,
> image/webp,image/apng,*/*;q=0.8 --> FIELD
> 2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser -
> HEADER:Accept-Encoding: gzip, deflate, br --> IN_VALUE
> 2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser -
> HEADER:Accept-Encoding: gzip, deflate, br --> FIELD
> 2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser -
> HEADER:Accept-Language --> VALUE
> 2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser -
> HEADER:Accept-Language --> IN_VALUE
> 2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser -
> HEADER:Accept-Language --> FIELD
> 2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser - HEADER:Cookie
> --> VALUE
> 2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser - HEADER:Cookie
> --> IN_VALUE
> 2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser - HEADER:Cookie
> --> FIELD
> 2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser - HEADER --> END
> 2018-09-13 14:24:21,795 [qtp-35913463-24] DEBUG HttpChannel - REQUEST for
> //localhost:7777/SSPDashboard on ***@97013d33{
> r=1,c=false,a=IDLE,uri=//localhost:7777/SSPDashboard,age=1}
> GET //localhost:7777/SSPDashboard HTTP/1.1
> Host: localhost:7777
> Connection: keep-alive
> Upgrade-Insecure-Requests: 1
> User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36
> (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36
> Accept: text/html,application/xhtml+xml,application/xml;q=0.9,
> image/webp,image/apng,*/*;q=0.8
> Accept-Encoding: gzip, deflate, br
> Accept-Language: en-US,en;q=0.9
> Cookie: JSESSIONID=1ibz0ohp1twxmq1hvjixfpk2oig113icy28cg1f5z3m5cil0h0
>
>
> 2018-09-13 14:24:21,795 [qtp-35913463-24] DEBUG HttpChannel -
> ***@97013d33{r=1,c=false,a=IDLE,uri=//
> localhost:7777/SSPDashboard,age=1} onContentComplete
> 2018-09-13 14:24:21,796 [qtp-35913463-24] DEBUG HttpChannel -
> ***@97013d33{r=1,c=false,a=IDLE,uri=//
> localhost:7777/SSPDashboard,age=2} onRequestComplete
> 2018-09-13 14:24:21,796 [qtp-35913463-24] DEBUG HttpInput -
> ***@86fd398f[c=0,q=0,[0]=null,s=STREAM] addContent EOF
> 2018-09-13 14:24:21,797 [qtp-35913463-24] DEBUG HttpConnection -
> ***@cdb548d2[p=HttpParser{s=END,0 of
> -1},g=***@7e29bce8{s=START}]=>***@97013d33{
> r=1,c=false,a=IDLE,uri=//localhost:7777/SSPDashboard,
> age=2}<-***@1693a94f{/127.0.0.1:49886<->/127.0.0.1:7777
> ,OPEN,fill=-,flush=-,to=157/30000}->***@cdb548d2[p=HttpParser{s=END,0
> of -1},g=***@7e29bce8{s=START}]=>***@97013d33{
> r=1,c=false,a=IDLE,uri=//localhost:7777/SSPDashboard,
> age=2}->***@432790d4{/127.0.0.1:49886<->/127.0.0.1:7777
> ,OPEN,fill=-,flush=-,to=16/30000}{io=0/0,kio=0,kro=1}->SslConnection@
> 26197137{NOT_HANDSHAKING,eio=-1/-1,di=-1}=>***@cdb548d2[p=HttpParser{s=END,0
> of -1},g=***@7e29bce8{s=START}]=>***@97013d33{
> r=1,c=false,a=IDLE,uri=//localhost:7777/SSPDashboard,age=3} parsed true
> HttpParser{s=END,0 of -1}
> 2018-09-13 14:24:21,797 [qtp-35913463-24] DEBUG HttpConnection -
> releaseRequestBuffer ***@cdb548d2[p=HttpParser{s=END,0 of
> -1},g=***@7e29bce8{s=START}]=>***@97013d33{
> r=1,c=false,a=IDLE,uri=//localhost:7777/SSPDashboard,
> age=3}<-***@1693a94f{/127.0.0.1:49886<->/127.0.0.1:7777
> ,OPEN,fill=-,flush=-,to=158/30000}->***@cdb548d2[p=HttpParser{s=END,0
> of -1},g=***@7e29bce8{s=START}]=>***@97013d33{
> r=1,c=false,a=IDLE,uri=//localhost:7777/SSPDashboard,
> age=3}->***@432790d4{/127.0.0.1:49886<->/127.0.0.1:7777
> ,OPEN,fill=-,flush=-,to=16/30000}{io=0/0,kio=0,kro=1}->SslConnection@
> 26197137{NOT_HANDSHAKING,eio=-1/-1,di=-1}=>***@cdb548d2[p=HttpParser{s=END,0
> of -1},g=***@7e29bce8{s=START}]=>***@97013d33{
> r=1,c=false,a=IDLE,uri=//localhost:7777/SSPDashboard,age=3}
> 2018-09-13 14:24:21,797 [qtp-35913463-24] DEBUG HttpChannel -
> ***@97013d33{r=1,c=false,a=IDLE,uri=//
> localhost:7777/SSPDashboard,age=3} handle //localhost:7777/SSPDashboard
> 2018-09-13 14:24:21,797 [qtp-35913463-24] DEBUG HttpChannelState -
> handling ***@9c865bec{s=IDLE a=NOT_ASYNC i=true r=IDLE
> w=false}
> 2018-09-13 14:24:21,798 [qtp-35913463-24] DEBUG HttpChannel -
> ***@97013d33{r=1,c=false,a=DISPATCHED,uri=/
> /localhost:7777/SSPDashboard,age=4} action DISPATCH
> 2018-09-13 14:24:21,799 [qtp-35913463-24] DEBUG Server - REQUEST GET
> /SSPDashboard on ***@97013d33{
> r=1,c=false,a=DISPATCHED,uri=//localhost:7777/SSPDashboard,age=5}
> 2018-09-13 14:24:21,799 [qtp-35913463-24] DEBUG ContextHandler - scope
> null||/SSPDashboard @ o.e.j.w.WebAppContext@-536f2062{SSPDashboard,/
> SSPDashboard,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-
> HEAD-BUILD400/apps/jetty/webservices/webapps/
> SSPDashboard/,UNAVAILABLE}{C:\Users\ari51787\sandbox\
> SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\
> SSPDashboard}
> 2018-09-13 14:24:21,801 [qtp-35913463-24] DEBUG HttpChannel - sendResponse
> info=null content=***@790b7f36[p=0,l=0,c=0,r=0]={<<<>>>}
> complete=true committing=true callback=***@d9468f8{null}
> 2018-09-13 14:24:21,801 [qtp-35913463-24] DEBUG HttpChannel - COMMIT for
> /SSPDashboard on ***@97013d33{
> r=1,c=true,a=DISPATCHED,uri=//localhost:7777/SSPDashboard,age=7}
>
>
> _______________________________________________
> jetty-users mailing list
> jetty-***@eclipse.org
> To change your delivery options, retrieve your password, or unsubscribe
> from this list, visit
> https://dev.eclipse.org/mailman/listinfo/jetty-users
>



--
Jan Bartel <***@webtide.com>
www.webtide.com
*Expert assistance from the creators of Jetty and CometD*
Eze Ikonne
2018-09-15 02:47:55 UTC
Permalink
Hi Jan,


Thanks so very much. I will try your suggestion.


Ike

________________________________
From: jetty-users-***@eclipse.org <jetty-users-***@eclipse.org> on behalf of Jan Bartel <***@webtide.com>
Sent: Friday, September 14, 2018 8:19:49 PM
To: JETTY user mailing list
Subject: Re: [jetty-users] Issues with jetty-9.4.11 running JSTL.jar

** This mail has been sent from an external source **

The jstl jars in jetty-9.4.x are in these jars: org.apache.taglibs.taglibs-standard-impl-1.2.5.jar and org.apache.taglibs.taglibs-standard-spec-1.2.5.jar, so your regex is wrong there.

Have a read of the documentation at http://www.eclipse.org/jetty/documentation/9.4.12.v20180830/configuring-jsp.html which explains what the regex should look like and how to use jsf.

Jan

On 14 September 2018 at 08:45, Ubani Allison <***@gmail.com<mailto:***@gmail.com>> wrote:
Hi all,

I really have been struggling to get my web app to run with jetty-9.4.11. When I deploy my WAR file to a standalone jetty instances it works, but
when I use embedded jetty-9.4.11 the pages will not display. This same war file works in jetty-7.0.1 but since I migrated to jetty-9.4.11, I have
not have any success. The browser is not receiving any response back from my application. Any suggestions will be appreciated.

HandlerCollection hc = new HandlerCollection();
ContextHandlerCollection contexts = new ContextHandlerCollection();

DefaultHandler defaultHandler = new DefaultHandler();
hc.setHandlers(new Handler[] { contexts, defaultHandler});
server.setHandler(hc);

DeploymentManager dm = new DeploymentManager();
WebAppProvider webappProvider = new WebAppProvider();
webappProvider.setMonitoredDirName(sDir);
webappProvider.setScanInterval(1);
webappProvider.setExtractWars(true);
dm.setContexts(contexts);
//dm.setContextAttribute(
// "org.eclipse.jetty.server.webapp.ContainerIncludeJarPattern",
// ".*/servlet-api-[^/]*\\.jar$");

dm.setContextAttribute(
"org.eclipse.jetty.server.webapp.ContainerIncludeJarPattern",
".*/[^/]*servlet-api-[^/]*\\.jar$|.*/jstl*\\.jar$|.*/jsf*\\.jar$");

dm.addAppProvider(webappProvider);
server.addBean(dm);
dm.start();






2018-09-13 14:24:21,784 [qtp-35913463-24] DEBUG HttpConnection - ***@cdb548d2[p=HttpParser{s=START,0 of -1},g=***@7e29bce8{s=START}]=>***@97013d33{r=0,c=false,a=IDLE,uri=null,age=0}<-***@1693a94f{/127.0.0.1:49886<http://127.0.0.1:49886/><->/127.0.0.1:7777<http://127.0.0.1:7777/>,OPEN,fill=-,flush=-,to=145/30000}->***@cdb548d2[p=HttpParser{s=START,0 of -1},g=***@7e29bce8{s=START}]=>***@97013d33{r=0,c=false,a=IDLE,uri=null,age=0}->***@432790d4{/127.0.0.1:49886<http://127.0.0.1:49886/><->/127.0.0.1:7777<http://127.0.0.1:7777/>,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->***@26197137{NOT_HANDSHAKING,eio=-1/-1,di=-1}=>***@cdb548d2[p=HttpParser{s=START,0 of -1},g=***@7e29bce8{s=START}]=>***@97013d33{r=0,c=false,a=IDLE,uri=null,age=0} filled 469 ***@1da99ed1[p=0,l=469,c=17408,r=469]={<<<GET /SSPDashboard...5z3m5cil0h0\r\n\r\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
2018-09-13 14:24:21,784 [qtp-35913463-24] DEBUG HttpConnection - ***@cdb548d2[p=HttpParser{s=START,0 of -1},g=***@7e29bce8{s=START}]=>***@97013d33{r=0,c=false,a=IDLE,uri=null,age=0}<-***@1693a94f{/127.0.0.1:49886<http://127.0.0.1:49886/><->/127.0.0.1:7777<http://127.0.0.1:7777/>,OPEN,fill=-,flush=-,to=145/30000}->***@cdb548d2[p=HttpParser{s=START,0 of -1},g=***@7e29bce8{s=START}]=>***@97013d33{r=0,c=false,a=IDLE,uri=null,age=0}->***@432790d4{/127.0.0.1:49886<http://127.0.0.1:49886/><->/127.0.0.1:7777<http://127.0.0.1:7777/>,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->***@26197137{NOT_HANDSHAKING,eio=-1/-1,di=-1}=>***@cdb548d2[p=HttpParser{s=START,0 of -1},g=***@7e29bce8{s=START}]=>***@97013d33{r=0,c=false,a=IDLE,uri=null,age=0} parse ***@1da99ed1[p=0,l=469,c=17408,r=469]={<<<GET /SSPDashboard...5z3m5cil0h0\r\n\r\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} {}
2018-09-13 14:24:21,784 [qtp-35913463-24] DEBUG HttpParser - parseNext s=START ***@1da99ed1[p=0,l=469,c=17408,r=469]={<<<GET /SSPDashboard...5z3m5cil0h0\r\n\r\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
2018-09-13 14:24:21,784 [qtp-35913463-24] DEBUG HttpParser - START --> SPACE1
2018-09-13 14:24:21,786 [qtp-35913463-24] DEBUG HttpParser - SPACE1 --> URI
2018-09-13 14:24:21,786 [qtp-35913463-24] DEBUG HttpParser - URI --> SPACE2
2018-09-13 14:24:21,786 [qtp-35913463-24] DEBUG HttpParser - SPACE2 --> REQUEST_VERSION
2018-09-13 14:24:21,786 [qtp-35913463-24] DEBUG HttpParser - REQUEST_VERSION --> HEADER
2018-09-13 14:24:21,787 [qtp-35913463-24] DEBUG HttpParser - HEADER:Host --> VALUE
2018-09-13 14:24:21,787 [qtp-35913463-24] DEBUG HttpParser - HEADER:Host --> IN_VALUE
2018-09-13 14:24:21,787 [qtp-35913463-24] DEBUG HttpParser - HEADER:Host --> FIELD
2018-09-13 14:24:21,789 [qtp-35913463-24] DEBUG HttpParser - HEADER:Connection: keep-alive --> IN_VALUE
2018-09-13 14:24:21,789 [qtp-35913463-24] DEBUG HttpParser - HEADER:Connection: keep-alive --> FIELD
2018-09-13 14:24:21,793 [qtp-35913463-24] DEBUG HttpParser - HEADER: --> IN_NAME
2018-09-13 14:24:21,793 [qtp-35913463-24] DEBUG HttpParser - HEADER:Upgrade-Insecure-Requests --> VALUE
2018-09-13 14:24:21,793 [qtp-35913463-24] DEBUG HttpParser - HEADER:Upgrade-Insecure-Requests --> IN_VALUE
2018-09-13 14:24:21,793 [qtp-35913463-24] DEBUG HttpParser - HEADER:Upgrade-Insecure-Requests --> FIELD
2018-09-13 14:24:21,793 [qtp-35913463-24] DEBUG HttpParser - HEADER:User-Agent --> VALUE
2018-09-13 14:24:21,793 [qtp-35913463-24] DEBUG HttpParser - HEADER:User-Agent --> IN_VALUE
2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser - HEADER:User-Agent --> FIELD
2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser - HEADER:Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8 --> IN_VALUE
2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser - HEADER:Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8 --> FIELD
2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser - HEADER:Accept-Encoding: gzip, deflate, br --> IN_VALUE
2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser - HEADER:Accept-Encoding: gzip, deflate, br --> FIELD
2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser - HEADER:Accept-Language --> VALUE
2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser - HEADER:Accept-Language --> IN_VALUE
2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser - HEADER:Accept-Language --> FIELD
2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser - HEADER:Cookie --> VALUE
2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser - HEADER:Cookie --> IN_VALUE
2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser - HEADER:Cookie --> FIELD
2018-09-13 14:24:21,794 [qtp-35913463-24] DEBUG HttpParser - HEADER --> END
2018-09-13 14:24:21,795 [qtp-35913463-24] DEBUG HttpChannel - REQUEST for //localhost:7777/SSPDashboard on ***@97013d33{r=1,c=false,a=IDLE,uri=//localhost:7777/SSPDashboard,age=1}
GET //localhost:7777/SSPDashboard HTTP/1.1
Host: localhost:7777
Connection: keep-alive
Upgrade-Insecure-Requests: 1
User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8
Accept-Encoding: gzip, deflate, br
Accept-Language: en-US,en;q=0.9
Cookie: JSESSIONID=1ibz0ohp1twxmq1hvjixfpk2oig113icy28cg1f5z3m5cil0h0


2018-09-13 14:24:21,795 [qtp-35913463-24] DEBUG HttpChannel - ***@97013d33{r=1,c=false,a=IDLE,uri=//localhost:7777/SSPDashboard,age=1} onContentComplete
2018-09-13 14:24:21,796 [qtp-35913463-24] DEBUG HttpChannel - ***@97013d33{r=1,c=false,a=IDLE,uri=//localhost:7777/SSPDashboard,age=2} onRequestComplete
2018-09-13 14:24:21,796 [qtp-35913463-24] DEBUG HttpInput - ***@86fd398f[c=0,q=0,[0]=null,s=STREAM] addContent EOF
2018-09-13 14:24:21,797 [qtp-35913463-24] DEBUG HttpConnection - ***@cdb548d2[p=HttpParser{s=END,0 of -1},g=***@7e29bce8{s=START}]=>***@97013d33{r=1,c=false,a=IDLE,uri=//localhost:7777/SSPDashboard,age=2}<-***@1693a94f{/127.0.0.1:49886<http://127.0.0.1:49886/><->/127.0.0.1:7777<http://127.0.0.1:7777/>,OPEN,fill=-,flush=-,to=157/30000}->***@cdb548d2[p=HttpParser{s=END,0 of -1},g=***@7e29bce8{s=START}]=>***@97013d33{r=1,c=false,a=IDLE,uri=//localhost:7777/SSPDashboard,age=2}->***@432790d4{/127.0.0.1:49886<http://127.0.0.1:49886/><->/127.0.0.1:7777<http://127.0.0.1:7777/>,OPEN,fill=-,flush=-,to=16/30000}{io=0/0,kio=0,kro=1}->***@26197137{NOT_HANDSHAKING,eio=-1/-1,di=-1}=>***@cdb548d2[p=HttpParser{s=END,0 of -1},g=***@7e29bce8{s=START}]=>***@97013d33{r=1,c=false,a=IDLE,uri=//localhost:7777/SSPDashboard,age=3} parsed true HttpParser{s=END,0 of -1}
2018-09-13 14:24:21,797 [qtp-35913463-24] DEBUG HttpConnection - releaseRequestBuffer ***@cdb548d2[p=HttpParser{s=END,0 of -1},g=***@7e29bce8{s=START}]=>***@97013d33{r=1,c=false,a=IDLE,uri=//localhost:7777/SSPDashboard,age=3}<-***@1693a94f{/127.0.0.1:49886<http://127.0.0.1:49886/><->/127.0.0.1:7777<http://127.0.0.1:7777/>,OPEN,fill=-,flush=-,to=158/30000}->***@cdb548d2[p=HttpParser{s=END,0 of -1},g=***@7e29bce8{s=START}]=>***@97013d33{r=1,c=false,a=IDLE,uri=//localhost:7777/SSPDashboard,age=3}->***@432790d4{/127.0.0.1:49886<http://127.0.0.1:49886/><->/127.0.0.1:7777<http://127.0.0.1:7777/>,OPEN,fill=-,flush=-,to=16/30000}{io=0/0,kio=0,kro=1}->***@26197137{NOT_HANDSHAKING,eio=-1/-1,di=-1}=>***@cdb548d2[p=HttpParser{s=END,0 of -1},g=***@7e29bce8{s=START}]=>***@97013d33{r=1,c=false,a=IDLE,uri=//localhost:7777/SSPDashboard,age=3}
2018-09-13 14:24:21,797 [qtp-35913463-24] DEBUG HttpChannel - ***@97013d33{r=1,c=false,a=IDLE,uri=//localhost:7777/SSPDashboard,age=3} handle //localhost:7777/SSPDashboard
2018-09-13 14:24:21,797 [qtp-35913463-24] DEBUG HttpChannelState - handling ***@9c865bec{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false}
2018-09-13 14:24:21,798 [qtp-35913463-24] DEBUG HttpChannel - ***@97013d33{r=1,c=false,a=DISPATCHED,uri=//localhost:7777/SSPDashboard,age=4} action DISPATCH
2018-09-13 14:24:21,799 [qtp-35913463-24] DEBUG Server - REQUEST GET /SSPDashboard on ***@97013d33{r=1,c=false,a=DISPATCHED,uri=//localhost:7777/SSPDashboard,age=5}
2018-09-13 14:24:21,799 [qtp-35913463-24] DEBUG ContextHandler - scope null||/SSPDashboard @ o.e.j.w.WebAppContext@-536f2062{SSPDashboard,/SSPDashboard,file:///C:/Users/ari51787/sandbox/SSPConfig3432-20180529-NEW-HEAD-BUILD400/apps/jetty/webservices/webapps/SSPDashboard/,UNAVAILABLE}{C:\Users\ari51787\sandbox\SSPConfig3432-20180529-NEW-HEAD-BUILD400\apps\jetty\webservices\webapps\SSPDashboard}
2018-09-13 14:24:21,801 [qtp-35913463-24] DEBUG HttpChannel - sendResponse info=null content=***@790b7f36[p=0,l=0,c=0,r=0]={<<<>>>} complete=true committing=true callback=***@d9468f8{null}
2018-09-13 14:24:21,801 [qtp-35913463-24] DEBUG HttpChannel - COMMIT for /SSPDashboard on ***@97013d33{r=1,c=true,a=DISPATCHED,uri=//localhost:7777/SSPDashboard,age=7}


_______________________________________________
jetty-users mailing list
jetty-***@eclipse.org<mailto:jetty-***@eclipse.org>
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users



--
Jan Bartel <***@webtide.com<mailto:***@webtide.com>>
www.webtide.com<http://www.webtide.com>
Expert assistance from the creators of Jetty and CometD

=====================================================
Please refer to http://www.aricent.com/email-disclaimer
for important disclosures regarding this electronic communication.
=====================================================
Loading...