Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF » EMF + RAP starts but does not show
EMF + RAP starts but does not show [message #1600759] Wed, 04 February 2015 13:18 Go to next message
Azat Sharipov is currently offline Azat SharipovFriend
Messages: 6
Registered: February 2015
Junior Member
Hi!
I'm trying to develop simple application based on modeled data structure. My application works fine when is generated for RCP platform. But my intention is making web app. Now I've genarated it for RAP platform, also created RAP target platform. Everything is ok during compiling and starting application with RAP run config. But browser can't open web page, I'm getting HTTP ERROR 404. There is no any errors in console log.

Eclipse Kepler Service Release 2
RAP Tools 3.0
EMF RAP target components from kepler repository

My console log:
2015-02-04 17:12:06.676:DBUG:oejuc.Container:Container org.eclipse.jetty.server.Server@154575ea + SelectChannelConnector@0.0.0.0:8080 as connector
2015-02-04 17:12:06.731:DBUG:oejs.ServletHandler:filterNameMap={}
2015-02-04 17:12:06.731:DBUG:oejs.ServletHandler:pathFilters=null
2015-02-04 17:12:06.731:DBUG:oejs.ServletHandler:servletFilterMap=null
2015-02-04 17:12:06.731:DBUG:oejs.ServletHandler:servletPathMap={/*=org.eclipse.equinox.http.jetty.internal.HttpServerManager$InternalHttpServiceServlet-24cb9b8f}
2015-02-04 17:12:06.731:DBUG:oejs.ServletHandler:servletNameMap={org.eclipse.equinox.http.jetty.internal.HttpServerManager$InternalHttpServiceServlet-24cb9b8f=org.eclipse.equinox.http.jetty.internal.HttpServerManager$InternalHttpServiceServlet-24cb9b8f}
2015-02-04 17:12:06.731:DBUG:oejuc.Container:Container org.eclipse.jetty.server.Server@154575ea + o.e.j.s.ServletContextHandler{/,null} as handler
2015-02-04 17:12:06.731:DBUG:oejuc.AbstractLifeCycle:starting org.eclipse.jetty.server.Server@154575ea
2015-02-04 17:12:06.733:INFO:oejs.Server:jetty-8.1.14.v20131031
2015-02-04 17:12:06.742:DBUG:oejuc.Container:Container org.eclipse.jetty.server.Server@154575ea + qtp1154641966{8<=0<=0/254,-1} as threadpool
2015-02-04 17:12:06.742:DBUG:oejuc.AbstractLifeCycle:starting o.e.j.s.ServletContextHandler{/,null}
2015-02-04 17:12:06.742:DBUG:oejuc.Container:Container org.eclipse.jetty.servlet.ServletHandler@53c2ff4e + org.eclipse.equinox.http.jetty.internal.HttpServerManager$InternalHttpServiceServlet-24cb9b8f as servlet
2015-02-04 17:12:06.742:DBUG:oejuc.Container:Container org.eclipse.jetty.servlet.ServletHandler@53c2ff4e + [/*]=>org.eclipse.equinox.http.jetty.internal.HttpServerManager$InternalHttpServiceServlet-24cb9b8f as servletMapping
2015-02-04 17:12:06.742:DBUG:oejuc.Container:Container org.eclipse.jetty.server.session.SessionHandler@270784d8 + org.eclipse.jetty.servlet.ServletHandler@53c2ff4e as handler
2015-02-04 17:12:06.743:DBUG:oejuc.Container:Container org.eclipse.jetty.server.session.SessionHandler@270784d8 + org.eclipse.jetty.server.session.HashSessionManager@5ea294ec as sessionManager
2015-02-04 17:12:06.743:DBUG:oejuc.Container:Container o.e.j.s.ServletContextHandler{/,null} + org.eclipse.jetty.server.session.SessionHandler@270784d8 as handler
2015-02-04 17:12:06.743:DBUG:oejuc.AbstractLifeCycle:starting org.eclipse.jetty.server.session.SessionHandler@270784d8
2015-02-04 17:12:06.743:DBUG:oejuc.AbstractLifeCycle:starting org.eclipse.jetty.server.session.HashSessionManager@5ea294ec
2015-02-04 17:12:06.744:DBUG:oejuc.Container:Container org.eclipse.jetty.server.Server@154575ea + org.eclipse.jetty.server.session.HashSessionIdManager@736fd757 as sessionIdManager
2015-02-04 17:12:06.744:DBUG:oejuc.AbstractLifeCycle:starting org.eclipse.jetty.server.session.HashSessionIdManager@736fd757
2015-02-04 17:12:06.744:DBUG:oejuc.AbstractLifeCycle:STARTED org.eclipse.jetty.server.session.HashSessionIdManager@736fd757
2015-02-04 17:12:06.745:DBUG:oejuc.AbstractLifeCycle:STARTED org.eclipse.jetty.server.session.HashSessionManager@5ea294ec
2015-02-04 17:12:06.745:DBUG:oejuc.AbstractLifeCycle:starting org.eclipse.jetty.servlet.ServletHandler@53c2ff4e
2015-02-04 17:12:06.746:DBUG:oejs.ServletHandler:filterNameMap={}
2015-02-04 17:12:06.746:DBUG:oejs.ServletHandler:pathFilters=null
2015-02-04 17:12:06.746:DBUG:oejs.ServletHandler:servletFilterMap=null
2015-02-04 17:12:06.746:DBUG:oejs.ServletHandler:servletPathMap={/*=org.eclipse.equinox.http.jetty.internal.HttpServerManager$InternalHttpServiceServlet-24cb9b8f}
2015-02-04 17:12:06.746:DBUG:oejs.ServletHandler:servletNameMap={org.eclipse.equinox.http.jetty.internal.HttpServerManager$InternalHttpServiceServlet-24cb9b8f=org.eclipse.equinox.http.jetty.internal.HttpServerManager$InternalHttpServiceServlet-24cb9b8f}
2015-02-04 17:12:06.746:DBUG:oejsh.AbstractHandler:starting org.eclipse.jetty.servlet.ServletHandler@53c2ff4e
2015-02-04 17:12:06.746:DBUG:oejuc.AbstractLifeCycle:STARTED org.eclipse.jetty.servlet.ServletHandler@53c2ff4e
2015-02-04 17:12:06.746:DBUG:oejsh.AbstractHandler:starting org.eclipse.jetty.server.session.SessionHandler@270784d8
2015-02-04 17:12:06.746:DBUG:oejuc.AbstractLifeCycle:STARTED org.eclipse.jetty.server.session.SessionHandler@270784d8
2015-02-04 17:12:06.746:DBUG:oejsh.AbstractHandler:starting o.e.j.s.ServletContextHandler{/,null}
2015-02-04 17:12:06.746:DBUG:oejuc.AbstractLifeCycle:starting org.eclipse.equinox.http.jetty.internal.HttpServerManager$InternalHttpServiceServlet-24cb9b8f
2015-02-04 17:12:06.750:DBUG:oejuc.AbstractLifeCycle:STARTED org.eclipse.equinox.http.jetty.internal.HttpServerManager$InternalHttpServiceServlet-24cb9b8f
2015-02-04 17:12:06.750:DBUG:oejuc.AbstractLifeCycle:STARTED o.e.j.s.ServletContextHandler{/,null}
2015-02-04 17:12:06.750:DBUG:oejsh.AbstractHandler:starting org.eclipse.jetty.server.Server@154575ea
2015-02-04 17:12:06.750:DBUG:oejuc.AbstractLifeCycle:starting qtp1154641966{8<=0<=0/254,-1}
2015-02-04 17:12:06.752:DBUG:oejuc.AbstractLifeCycle:STARTED qtp1154641966{8<=6<=8/254,0}
2015-02-04 17:12:06.752:DBUG:oejuc.AbstractLifeCycle:starting SelectChannelConnector@0.0.0.0:8080
2015-02-04 17:12:06.799:DBUG:oejuc.AbstractLifeCycle:starting null/null
2015-02-04 17:12:06.801:DBUG:oejuc.AbstractLifeCycle:STARTED PooledBuffers [0/1024@6144,0/1024@16384,0/1024@-]/PooledBuffers [0/1024@6144,0/1024@32768,0/1024@-]
2015-02-04 17:12:06.802:DBUG:oejuc.AbstractLifeCycle:starting org.eclipse.jetty.server.nio.SelectChannelConnector$ConnectorSelectorManager@370875ae
2015-02-04 17:12:06.813:DBUG:oejuc.AbstractLifeCycle:STARTED org.eclipse.jetty.server.nio.SelectChannelConnector$ConnectorSelectorManager@370875ae
2015-02-04 17:12:06.813:DBUG:oeji.nio:Starting Thread[qtp1154641966-20 Selector0,5,main] on org.eclipse.jetty.io.nio.SelectorManager$1@7afa745c
2015-02-04 17:12:06.813:INFO:oejs.AbstractConnector:Started SelectChannelConnector@0.0.0.0:8080
2015-02-04 17:12:06.813:DBUG:oejuc.AbstractLifeCycle:STARTED SelectChannelConnector@0.0.0.0:8080
2015-02-04 17:12:06.814:DBUG:oejuc.AbstractLifeCycle:STARTED org.eclipse.jetty.server.Server@154575ea
2015-02-04 17:12:07.031:DBUG:oeji.nio:created SCEP@2e8d7a0{l(/127.0.0.1:21115)<->r(/127.0.0.1:8080),s=0,open=true,ishut=false,oshut=false,rb=false,wb=false,w=true,i=0}-{AsyncHttpConnection@25e1e5e3,g=HttpGenerator{s=0,h=-1,b=-1,c=-1},p=HttpParser{s=-14,l=0,c=0},r=0}
2015-02-04 17:12:07.034:DBUG:oejin.ChannelEndPoint:ishut SCEP@2e8d7a0{l(/127.0.0.1:21115)<->r(/127.0.0.1:8080),s=1,open=true,ishut=false,oshut=false,rb=false,wb=false,w=true,i=0r}-{AsyncHttpConnection@25e1e5e3,g=HttpGenerator{s=0,h=-1,b=-1,c=-1},p=HttpParser{s=-14,l=0,c=0},r=0}
2015-02-04 17:12:07.035:DBUG:oejh.HttpParser:filled -1/0
2015-02-04 17:12:07.036:DBUG:oejs.AsyncHttpConnection:Disabled read interest while writing response SCEP@2e8d7a0{l(/127.0.0.1:21115)<->r(/127.0.0.1:8080),s=1,open=true,ishut=true,oshut=false,rb=false,wb=false,w=true,i=0r}-{AsyncHttpConnection@25e1e5e3,g=HttpGenerator{s=0,h=-1,b=-1,c=-1},p=HttpParser{s=0,l=0,c=0},r=0}
2015-02-04 17:12:07.037:DBUG:oejin.ChannelEndPoint:close SCEP@2e8d7a0{l(/127.0.0.1:21115)<->r(/127.0.0.1:8080),s=1,open=true,ishut=true,oshut=false,rb=false,wb=false,w=true,i=0!}-{AsyncHttpConnection@25e1e5e3,g=HttpGenerator{s=0,h=-1,b=-1,c=-1},p=HttpParser{s=0,l=0,c=0},r=0}
2015-02-04 17:12:07.040:DBUG:oeji.nio:destroyEndPoint SCEP@2e8d7a0{l(null)<->r(0.0.0.0/0.0.0.0:8080),s=0,open=false,ishut=true,oshut=true,rb=false,wb=false,w=true,i=0!}-{AsyncHttpConnection@25e1e5e3,g=HttpGenerator{s=0,h=-1,b=-1,c=-1},p=HttpParser{s=0,l=0,c=0},r=0}
2015-02-04 17:12:07.041:DBUG:oejs.AbstractHttpConnection:closed AsyncHttpConnection@25e1e5e3,g=HttpGenerator{s=0,h=-1,b=-1,c=-1},p=HttpParser{s=0,l=0,c=0},r=0
2015-02-04 17:12:07.849:DBUG:oeji.nio:created SCEP@68b7531e{l(/127.0.0.1:21116)<->r(/127.0.0.1:8080),s=0,open=true,ishut=false,oshut=false,rb=false,wb=false,w=true,i=0}-{AsyncHttpConnection@744b508,g=HttpGenerator{s=0,h=-1,b=-1,c=-1},p=HttpParser{s=-14,l=0,c=0},r=0}
2015-02-04 17:12:07.884:DBUG:oejh.HttpParser:filled 0/0
2015-02-04 17:12:07.884:DBUG:oeji.nio:created SCEP@35c1d286{l(/127.0.0.1:21117)<->r(/127.0.0.1:8080),s=0,open=true,ishut=false,oshut=false,rb=false,wb=false,w=true,i=0}-{AsyncHttpConnection@3125fd2d,g=HttpGenerator{s=0,h=-1,b=-1,c=-1},p=HttpParser{s=-14,l=0,c=0},r=0}
2015-02-04 17:12:07.962:DBUG:oejh.HttpParser:filled 251/251
2015-02-04 17:12:07.969:DBUG:oejs.Server:REQUEST /mo on AsyncHttpConnection@3125fd2d,g=HttpGenerator{s=0,h=-1,b=-1,c=-1},p=HttpParser{s=-5,l=10,c=0},r=1
2015-02-04 17:12:07.969:DBUG:oejsh.ContextHandler:scope null||/mo @ o.e.j.s.ServletContextHandler{/,null}
2015-02-04 17:12:07.970:DBUG:oejsh.ContextHandler:context=||/mo @ o.e.j.s.ServletContextHandler{/,null}
2015-02-04 17:12:07.972:DBUG:oejs.session:sessionManager=org.eclipse.jetty.server.session.HashSessionManager@5ea294ec
2015-02-04 17:12:07.972:DBUG:oejs.session:session=null
2015-02-04 17:12:07.972:DBUG:oejs.ServletHandler:servlet ||/mo -> org.eclipse.equinox.http.jetty.internal.HttpServerManager$InternalHttpServiceServlet-24cb9b8f
2015-02-04 17:12:07.972:DBUG:oejs.ServletHandler:chain=null
2015-02-04 17:12:07.982:DBUG:oejs.Server:RESPONSE /mo 404 handled=true
2015-02-04 17:12:07.982:DBUG:oejs.AsyncHttpConnection:Enabled read interest SCEP@35c1d286{l(/127.0.0.1:21117)<->r(/127.0.0.1:8080),s=1,open=true,ishut=false,oshut=false,rb=false,wb=false,w=true,i=0r}-{AsyncHttpConnection@3125fd2d,g=HttpGenerator{s=4,h=0,b=0,c=-1},p=HttpParser{s=0,l=10,c=0},r=1}
2015-02-04 17:12:07.986:DBUG:oejh.HttpParser:filled 0/0
osgi>
Re: EMF + RAP starts but does not show [message #1601227 is a reply to message #1600759] Wed, 04 February 2015 20:33 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33133
Registered: July 2009
Senior Member
It's probably better to ask on the RAP forum, see

http://www.eclipse.org/rap/getting-involved/

On 04.02.2015 16:16, Azat Sharipov wrote:
> Hi! I'm trying to develop simple application based on modeled data
> structure. My application works fine when is generated for RCP platform.
> But my intention is making web app. Now I've genarated it for RAP
> platform, also created RAP target platform. Everything is ok during
> compiling and starting application with RAP run config. But browser
> can't open web page, I'm getting HTTP ERROR 404. There is no any errors
> in console log.
> Eclipse Kepler Service Release 2
> RAP Tools 3.0
> EMF RAP target components from kepler repository
>
> My console log:
> 2015-02-04 17:12:06.676:DBUG:oejuc.Container:Container
> mailto:org.eclipse.jetty.server.Server@154575ea +
> mailto:SelectChannelConnector@0.0.0.0:8080 as connector
> 2015-02-04 17:12:06.731:DBUG:oejs.ServletHandler:filterNameMap={}
> 2015-02-04 17:12:06.731:DBUG:oejs.ServletHandler:pathFilters=null
> 2015-02-04 17:12:06.731:DBUG:oejs.ServletHandler:servletFilterMap=null
> 2015-02-04
> 17:12:06.731:DBUG:oejs.ServletHandler:servletPathMap={/*=org.eclipse.equinox.http.jetty.internal.HttpServerManager$InternalHttpServiceServlet-24cb9b8f}
>
> 2015-02-04
> 17:12:06.731:DBUG:oejs.ServletHandler:servletNameMap={org.eclipse.equinox.http.jetty.internal.HttpServerManager$InternalHttpServiceServlet-24cb9b8f=org.eclipse.equinox.http.jetty.internal.HttpServerManager$InternalHttpServiceServlet-24cb9b8f}
>
> 2015-02-04 17:12:06.731:DBUG:oejuc.Container:Container
> mailto:org.eclipse.jetty.server.Server@154575ea +
> o.e.j.s.ServletContextHandler{/,null} as handler
> 2015-02-04 17:12:06.731:DBUG:oejuc.AbstractLifeCycle:starting
> mailto:org.eclipse.jetty.server.Server@154575ea
> 2015-02-04 17:12:06.733:INFO:oejs.Server:jetty-8.1.14.v20131031
> 2015-02-04 17:12:06.742:DBUG:oejuc.Container:Container
> mailto:org.eclipse.jetty.server.Server@154575ea +
> qtp1154641966{8<=0<=0/254,-1} as threadpool
> 2015-02-04 17:12:06.742:DBUG:oejuc.AbstractLifeCycle:starting
> o.e.j.s.ServletContextHandler{/,null}
> 2015-02-04 17:12:06.742:DBUG:oejuc.Container:Container
> mailto:org.eclipse.jetty.servlet.ServletHandler@53c2ff4e +
> org.eclipse.equinox.http.jetty.internal.HttpServerManager$InternalHttpServiceServlet-24cb9b8f
> as servlet
> 2015-02-04 17:12:06.742:DBUG:oejuc.Container:Container
> mailto:org.eclipse.jetty.servlet.ServletHandler@53c2ff4e +
> [/*]=>org.eclipse.equinox.http.jetty.internal.HttpServerManager$InternalHttpServiceServlet-24cb9b8f
> as servletMapping
> 2015-02-04 17:12:06.742:DBUG:oejuc.Container:Container
> mailto:org.eclipse.jetty.server.session.SessionHandler@270784d8 +
> mailto:org.eclipse.jetty.servlet.ServletHandler@53c2ff4e as handler
> 2015-02-04 17:12:06.743:DBUG:oejuc.Container:Container
> mailto:org.eclipse.jetty.server.session.SessionHandler@270784d8 +
> mailto:org.eclipse.jetty.server.session.HashSessionManager@5ea294ec as
> sessionManager
> 2015-02-04 17:12:06.743:DBUG:oejuc.Container:Container
> o.e.j.s.ServletContextHandler{/,null} +
> mailto:org.eclipse.jetty.server.session.SessionHandler@270784d8 as handler
> 2015-02-04 17:12:06.743:DBUG:oejuc.AbstractLifeCycle:starting
> mailto:org.eclipse.jetty.server.session.SessionHandler@270784d8
> 2015-02-04 17:12:06.743:DBUG:oejuc.AbstractLifeCycle:starting
> mailto:org.eclipse.jetty.server.session.HashSessionManager@5ea294ec
> 2015-02-04 17:12:06.744:DBUG:oejuc.Container:Container
> mailto:org.eclipse.jetty.server.Server@154575ea +
> mailto:org.eclipse.jetty.server.session.HashSessionIdManager@736fd757 as
> sessionIdManager
> 2015-02-04 17:12:06.744:DBUG:oejuc.AbstractLifeCycle:starting
> mailto:org.eclipse.jetty.server.session.HashSessionIdManager@736fd757
> 2015-02-04 17:12:06.744:DBUG:oejuc.AbstractLifeCycle:STARTED
> mailto:org.eclipse.jetty.server.session.HashSessionIdManager@736fd757
> 2015-02-04 17:12:06.745:DBUG:oejuc.AbstractLifeCycle:STARTED
> mailto:org.eclipse.jetty.server.session.HashSessionManager@5ea294ec
> 2015-02-04 17:12:06.745:DBUG:oejuc.AbstractLifeCycle:starting
> mailto:org.eclipse.jetty.servlet.ServletHandler@53c2ff4e
> 2015-02-04 17:12:06.746:DBUG:oejs.ServletHandler:filterNameMap={}
> 2015-02-04 17:12:06.746:DBUG:oejs.ServletHandler:pathFilters=null
> 2015-02-04 17:12:06.746:DBUG:oejs.ServletHandler:servletFilterMap=null
> 2015-02-04
> 17:12:06.746:DBUG:oejs.ServletHandler:servletPathMap={/*=org.eclipse.equinox.http.jetty.internal.HttpServerManager$InternalHttpServiceServlet-24cb9b8f}
>
> 2015-02-04
> 17:12:06.746:DBUG:oejs.ServletHandler:servletNameMap={org.eclipse.equinox.http.jetty.internal.HttpServerManager$InternalHttpServiceServlet-24cb9b8f=org.eclipse.equinox.http.jetty.internal.HttpServerManager$InternalHttpServiceServlet-24cb9b8f}
>
> 2015-02-04 17:12:06.746:DBUG:oejsh.AbstractHandler:starting
> mailto:org.eclipse.jetty.servlet.ServletHandler@53c2ff4e
> 2015-02-04 17:12:06.746:DBUG:oejuc.AbstractLifeCycle:STARTED
> mailto:org.eclipse.jetty.servlet.ServletHandler@53c2ff4e
> 2015-02-04 17:12:06.746:DBUG:oejsh.AbstractHandler:starting
> mailto:org.eclipse.jetty.server.session.SessionHandler@270784d8
> 2015-02-04 17:12:06.746:DBUG:oejuc.AbstractLifeCycle:STARTED
> mailto:org.eclipse.jetty.server.session.SessionHandler@270784d8
> 2015-02-04 17:12:06.746:DBUG:oejsh.AbstractHandler:starting
> o.e.j.s.ServletContextHandler{/,null}
> 2015-02-04 17:12:06.746:DBUG:oejuc.AbstractLifeCycle:starting
> org.eclipse.equinox.http.jetty.internal.HttpServerManager$InternalHttpServiceServlet-24cb9b8f
>
> 2015-02-04 17:12:06.750:DBUG:oejuc.AbstractLifeCycle:STARTED
> org.eclipse.equinox.http.jetty.internal.HttpServerManager$InternalHttpServiceServlet-24cb9b8f
>
> 2015-02-04 17:12:06.750:DBUG:oejuc.AbstractLifeCycle:STARTED
> o.e.j.s.ServletContextHandler{/,null}
> 2015-02-04 17:12:06.750:DBUG:oejsh.AbstractHandler:starting
> mailto:org.eclipse.jetty.server.Server@154575ea
> 2015-02-04 17:12:06.750:DBUG:oejuc.AbstractLifeCycle:starting
> qtp1154641966{8<=0<=0/254,-1}
> 2015-02-04 17:12:06.752:DBUG:oejuc.AbstractLifeCycle:STARTED
> qtp1154641966{8<=6<=8/254,0}
> 2015-02-04 17:12:06.752:DBUG:oejuc.AbstractLifeCycle:starting
> mailto:SelectChannelConnector@0.0.0.0:8080
> 2015-02-04 17:12:06.799:DBUG:oejuc.AbstractLifeCycle:starting null/null
> 2015-02-04 17:12:06.801:DBUG:oejuc.AbstractLifeCycle:STARTED
> PooledBuffers [0/1024@6144,0/1024@16384,0/1024@-]/PooledBuffers
> [0/1024@6144,0/1024@32768,0/1024@-]
> 2015-02-04 17:12:06.802:DBUG:oejuc.AbstractLifeCycle:starting
> org.eclipse.jetty.server.nio.SelectChannelConnector$ConnectorSelectorManager@370875ae
>
> 2015-02-04 17:12:06.813:DBUG:oejuc.AbstractLifeCycle:STARTED
> org.eclipse.jetty.server.nio.SelectChannelConnector$ConnectorSelectorManager@370875ae
>
> 2015-02-04 17:12:06.813:DBUG:oeji.nio:Starting Thread[qtp1154641966-20
> Selector0,5,main] on org.eclipse.jetty.io.nio.SelectorManager$1@7afa745c
> 2015-02-04 17:12:06.813:INFO:oejs.AbstractConnector:Started
> mailto:SelectChannelConnector@0.0.0.0:8080
> 2015-02-04 17:12:06.813:DBUG:oejuc.AbstractLifeCycle:STARTED
> mailto:SelectChannelConnector@0.0.0.0:8080
> 2015-02-04 17:12:06.814:DBUG:oejuc.AbstractLifeCycle:STARTED
> mailto:org.eclipse.jetty.server.Server@154575ea
> 2015-02-04 17:12:07.031:DBUG:oeji.nio:created
> SCEP@2e8d7a0{l(/127.0.0.1:21115)<->r(/127.0.0.1:8080),s=0,open=true,ishut=false,oshut=false,rb=false,wb=false,w=true,i=0}-{AsyncHttpConnection@25e1e5e3,g=HttpGenerator{s=0,h=-1,b=-1,c=-1},p=HttpParser{s=-14,l=0,c=0},r=0}
>
> 2015-02-04 17:12:07.034:DBUG:oejin.ChannelEndPoint:ishut
> SCEP@2e8d7a0{l(/127.0.0.1:21115)<->r(/127.0.0.1:8080),s=1,open=true,ishut=false,oshut=false,rb=false,wb=false,w=true,i=0r}-{AsyncHttpConnection@25e1e5e3,g=HttpGenerator{s=0,h=-1,b=-1,c=-1},p=HttpParser{s=-14,l=0,c=0},r=0}
>
> 2015-02-04 17:12:07.035:DBUG:oejh.HttpParser:filled -1/0
> 2015-02-04 17:12:07.036:DBUG:oejs.AsyncHttpConnection:Disabled read
> interest while writing response
> SCEP@2e8d7a0{l(/127.0.0.1:21115)<->r(/127.0.0.1:8080),s=1,open=true,ishut=true,oshut=false,rb=false,wb=false,w=true,i=0r}-{AsyncHttpConnection@25e1e5e3,g=HttpGenerator{s=0,h=-1,b=-1,c=-1},p=HttpParser{s=0,l=0,c=0},r=0}
>
> 2015-02-04 17:12:07.037:DBUG:oejin.ChannelEndPoint:close
> SCEP@2e8d7a0{l(/127.0.0.1:21115)<->r(/127.0.0.1:8080),s=1,open=true,ishut=true,oshut=false,rb=false,wb=false,w=true,i=0!}-{AsyncHttpConnection@25e1e5e3,g=HttpGenerator{s=0,h=-1,b=-1,c=-1},p=HttpParser{s=0,l=0,c=0},r=0}
>
> 2015-02-04 17:12:07.040:DBUG:oeji.nio:destroyEndPoint
> SCEP@2e8d7a0{l(null)<->r(0.0.0.0/0.0.0.0:8080),s=0,open=false,ishut=true,oshut=true,rb=false,wb=false,w=true,i=0!}-{AsyncHttpConnection@25e1e5e3,g=HttpGenerator{s=0,h=-1,b=-1,c=-1},p=HttpParser{s=0,l=0,c=0},r=0}
>
> 2015-02-04 17:12:07.041:DBUG:oejs.AbstractHttpConnection:closed
> AsyncHttpConnection@25e1e5e3,g=HttpGenerator{s=0,h=-1,b=-1,c=-1},p=HttpParser{s=0,l=0,c=0},r=0
>
> 2015-02-04 17:12:07.849:DBUG:oeji.nio:created
> SCEP@68b7531e{l(/127.0.0.1:21116)<->r(/127.0.0.1:8080),s=0,open=true,ishut=false,oshut=false,rb=false,wb=false,w=true,i=0}-{AsyncHttpConnection@744b508,g=HttpGenerator{s=0,h=-1,b=-1,c=-1},p=HttpParser{s=-14,l=0,c=0},r=0}
>
> 2015-02-04 17:12:07.884:DBUG:oejh.HttpParser:filled 0/0
> 2015-02-04 17:12:07.884:DBUG:oeji.nio:created
> SCEP@35c1d286{l(/127.0.0.1:21117)<->r(/127.0.0.1:8080),s=0,open=true,ishut=false,oshut=false,rb=false,wb=false,w=true,i=0}-{AsyncHttpConnection@3125fd2d,g=HttpGenerator{s=0,h=-1,b=-1,c=-1},p=HttpParser{s=-14,l=0,c=0},r=0}
>
> 2015-02-04 17:12:07.962:DBUG:oejh.HttpParser:filled 251/251
> 2015-02-04 17:12:07.969:DBUG:oejs.Server:REQUEST /mo on
> AsyncHttpConnection@3125fd2d,g=HttpGenerator{s=0,h=-1,b=-1,c=-1},p=HttpParser{s=-5,l=10,c=0},r=1
>
> 2015-02-04 17:12:07.969:DBUG:oejsh.ContextHandler:scope null||/mo @
> o.e.j.s.ServletContextHandler{/,null}
> 2015-02-04 17:12:07.970:DBUG:oejsh.ContextHandler:context=||/mo @
> o.e.j.s.ServletContextHandler{/,null}
> 2015-02-04
> 17:12:07.972:DBUG:oejs.session:sessionManager=mailto:org.eclipse.jetty.server.session.HashSessionManager@5ea294ec
>
> 2015-02-04 17:12:07.972:DBUG:oejs.session:session=null
> 2015-02-04 17:12:07.972:DBUG:oejs.ServletHandler:servlet ||/mo ->
> org.eclipse.equinox.http.jetty.internal.HttpServerManager$InternalHttpServiceServlet-24cb9b8f
>
> 2015-02-04 17:12:07.972:DBUG:oejs.ServletHandler:chain=null
> 2015-02-04 17:12:07.982:DBUG:oejs.Server:RESPONSE /mo 404 handled=true
> 2015-02-04 17:12:07.982:DBUG:oejs.AsyncHttpConnection:Enabled read
> interest
> SCEP@35c1d286{l(/127.0.0.1:21117)<->r(/127.0.0.1:8080),s=1,open=true,ishut=false,oshut=false,rb=false,wb=false,w=true,i=0r}-{AsyncHttpConnection@3125fd2d,g=HttpGenerator{s=4,h=0,b=0,c=-1},p=HttpParser{s=0,l=10,c=0},r=1}
>
> 2015-02-04 17:12:07.986:DBUG:oejh.HttpParser:filled 0/0
> osgi>


Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:[CDO] problem with authentication and durable lock id
Next Topic:[CDO] How to import/apply CDOChangeSetData
Goto Forum:
  


Current Time: Tue Apr 16 10:06:03 GMT 2024

Powered by FUDForum. Page generated in 0.48898 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top