|
From: Hans W. <hw...@a-...> - 2012-11-22 08:11:33
|
Hi all, I'm trying to do a re-installation of ejbca. (and do minute upgrade steps one by one) It thought i followed the steps correctly (even though it is an old version) But when i try to connect for the very first time with a web-browser, it seems i just got an empty page: Final lines from JBoss: INFO: WSSERVLET14: JAX-WS servlet initializing 23:16:39,784 INFO [TomcatDeployer] deploy, ctxPath=/ejbca/publicweb/healthcheck, warUrl=.../tmp/deploy/tmp7897634934288349237ejbca.ear-contents/healthcheck-exp.war/ 23:16:39,857 INFO [TomcatDeployer] deploy, ctxPath=/ejbca/publicweb/apply, warUrl=.../tmp/deploy/tmp7897634934288349237ejbca.ear-contents/scep-exp.war/ 23:16:39,919 INFO [TomcatDeployer] deploy, ctxPath=/ejbca/publicweb/webdist, warUrl=.../tmp/deploy/tmp7897634934288349237ejbca.ear-contents/webdist-exp.war/ 23:16:39,975 INFO [EARDeployer] Started J2EE application: file:/usr/local/jboss-4.2.3.GA/server/default/deploy/ejbca.ear 23:16:40,044 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-8080 23:16:40,057 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-8442 23:16:40,073 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-8443 23:16:40,083 INFO [AjpProtocol] Starting Coyote AJP/1.3 on ajp-127.0.0.1-8009 23:16:40,091 INFO [Server] JBoss (MX MicroKernel) [4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181439)] Started in 37s:552ms So it seems the system is listening on the proper ports. (lsof -i -P shows that aswell...) Snapshot of TCP-dump between server and client: 07:24:39.450261 IP orion.52709 > vm0000.minoss.nl.pcsync-https: Flags [S], seq 421360265, win 14600, options [mss 1460,sackOK,TS val 31687989 ecr 0,nop,wscale 7], length 0 07:24:39.450292 IP vm0000.minoss.nl.pcsync-https > orion.52709: Flags [S.], seq 3227506828, ack 421360266, win 14480, options [mss 1460,sackOK,TS val 13529612 ecr 31687989,nop,wscale 7], length 0 07:24:39.450376 IP orion.52709 > vm0000.minoss.nl.pcsync-https: Flags [.], ack 1, win 115, options [nop,nop,TS val 31687989 ecr 13529612], length 0 07:24:39.455455 IP orion.52709 > vm0000.minoss.nl.pcsync-https: Flags [P.], seq 1:306, ack 1, win 115, options [nop,nop,TS val 31687990 ecr 13529612], length 305 07:24:39.455469 IP vm0000.minoss.nl.pcsync-https > orion.52709: Flags [.], ack 306, win 122, options [nop,nop,TS val 13529613 ecr 31687990], length 0 07:24:39.455708 IP vm0000.minoss.nl.pcsync-https > orion.52709: Flags [P.], seq 1:8, ack 306, win 122, options [nop,nop,TS val 13529613 ecr 31687990], length 7 07:24:39.455733 IP vm0000.minoss.nl.pcsync-https > orion.52709: Flags [F.], seq 8, ack 306, win 122, options [nop,nop,TS val 13529613 ecr 31687990], length 0 07:24:39.455743 IP orion.52709 > vm0000.minoss.nl.pcsync-https: Flags [.], ack 8, win 115, options [nop,nop,TS val 31687990 ecr 13529613], length 0 07:24:39.455873 IP orion.52709 > vm0000.minoss.nl.pcsync-https: Flags [F.], seq 306, ack 9, win 115, options [nop,nop,TS val 31687990 ecr 13529613], length 0 07:24:39.455884 IP vm0000.minoss.nl.pcsync-https > orion.52709: Flags [.], ack 307, win 122, options [nop,nop,TS val 13529613 ecr 31687990], length 0 So both machines see each other.... Also web trying on port 8442 i'll get an empty page. there doesn't seems to be any obvious symptoms in /usr/local/jboss/server/default/log/, neither in boot.log nog in server.log. Any pointers? |
|
From: Tomas G. <to...@pr...> - 2012-11-22 08:16:40
|
Check the source of the empty page. It's probably a frameset pointing to frames on another machine that does not exist... /Tomas On 11/22/2012 09:11 AM, Hans Witvliet wrote: > Hi all, > > I'm trying to do a re-installation of ejbca. > (and do minute upgrade steps one by one) > > It thought i followed the steps correctly (even though it is an old > version) > > But when i try to connect for the very first time with a web-browser, it > seems i just got an empty page: > > > Final lines from JBoss: > INFO: WSSERVLET14: JAX-WS servlet initializing > 23:16:39,784 INFO [TomcatDeployer] deploy, > ctxPath=/ejbca/publicweb/healthcheck, > warUrl=.../tmp/deploy/tmp7897634934288349237ejbca.ear-contents/healthcheck-exp.war/ > 23:16:39,857 INFO [TomcatDeployer] deploy, > ctxPath=/ejbca/publicweb/apply, > warUrl=.../tmp/deploy/tmp7897634934288349237ejbca.ear-contents/scep-exp.war/ > 23:16:39,919 INFO [TomcatDeployer] deploy, > ctxPath=/ejbca/publicweb/webdist, > warUrl=.../tmp/deploy/tmp7897634934288349237ejbca.ear-contents/webdist-exp.war/ > 23:16:39,975 INFO [EARDeployer] Started J2EE application: > file:/usr/local/jboss-4.2.3.GA/server/default/deploy/ejbca.ear > 23:16:40,044 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on > http-0.0.0.0-8080 > 23:16:40,057 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on > http-0.0.0.0-8442 > 23:16:40,073 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on > http-0.0.0.0-8443 > 23:16:40,083 INFO [AjpProtocol] Starting Coyote AJP/1.3 on > ajp-127.0.0.1-8009 > 23:16:40,091 INFO [Server] JBoss (MX MicroKernel) [4.2.3.GA (build: > SVNTag=JBoss_4_2_3_GA date=200807181439)] Started in 37s:552ms > > So it seems the system is listening on the proper ports. > (lsof -i -P shows that aswell...) > > Snapshot of TCP-dump between server and client: > > 07:24:39.450261 IP orion.52709 > vm0000.minoss.nl.pcsync-https: Flags > [S], seq 421360265, win 14600, options [mss 1460,sackOK,TS val 31687989 > ecr 0,nop,wscale 7], length 0 > 07:24:39.450292 IP vm0000.minoss.nl.pcsync-https > orion.52709: Flags > [S.], seq 3227506828, ack 421360266, win 14480, options [mss > 1460,sackOK,TS val 13529612 ecr 31687989,nop,wscale 7], length 0 > 07:24:39.450376 IP orion.52709 > vm0000.minoss.nl.pcsync-https: Flags > [.], ack 1, win 115, options [nop,nop,TS val 31687989 ecr 13529612], > length 0 > 07:24:39.455455 IP orion.52709 > vm0000.minoss.nl.pcsync-https: Flags > [P.], seq 1:306, ack 1, win 115, options [nop,nop,TS val 31687990 ecr > 13529612], length 305 > 07:24:39.455469 IP vm0000.minoss.nl.pcsync-https > orion.52709: Flags > [.], ack 306, win 122, options [nop,nop,TS val 13529613 ecr 31687990], > length 0 > 07:24:39.455708 IP vm0000.minoss.nl.pcsync-https > orion.52709: Flags > [P.], seq 1:8, ack 306, win 122, options [nop,nop,TS val 13529613 ecr > 31687990], length 7 > 07:24:39.455733 IP vm0000.minoss.nl.pcsync-https > orion.52709: Flags > [F.], seq 8, ack 306, win 122, options [nop,nop,TS val 13529613 ecr > 31687990], length 0 > 07:24:39.455743 IP orion.52709 > vm0000.minoss.nl.pcsync-https: Flags > [.], ack 8, win 115, options [nop,nop,TS val 31687990 ecr 13529613], > length 0 > 07:24:39.455873 IP orion.52709 > vm0000.minoss.nl.pcsync-https: Flags > [F.], seq 306, ack 9, win 115, options [nop,nop,TS val 31687990 ecr > 13529613], length 0 > 07:24:39.455884 IP vm0000.minoss.nl.pcsync-https > orion.52709: Flags > [.], ack 307, win 122, options [nop,nop,TS val 13529613 ecr 31687990], > length 0 > > > So both machines see each other.... > > Also web trying on port 8442 i'll get an empty page. > > there doesn't seems to be any obvious symptoms in > /usr/local/jboss/server/default/log/, neither in boot.log nog in > server.log. > > Any pointers? > > > > ------------------------------------------------------------------------------ > Monitor your physical, virtual and cloud infrastructure from a single > web console. Get in-depth insight into apps, servers, databases, vmware, > SAP, cloud infrastructure, etc. Download 30-day Free Trial. > Pricing starts from $795 for 25 servers or applications! > http://p.sf.net/sfu/zoho_dev2dev_nov > _______________________________________________ > Ejbca-develop mailing list > Ejb...@li... > https://lists.sourceforge.net/lists/listinfo/ejbca-develop > |
|
From: Hans W. <hw...@a-...> - 2012-11-22 08:27:31
|
On Thu, 2012-11-22 at 09:16 +0100, Tomas Gustavsson wrote: > Check the source of the empty page. It's probably a frameset pointing to > frames on another machine that does not exist... > > /Tomas Tnx for replying that fast (impresive) It was far more simpler: i forgot the "/" at the end. (deep blush of shame) I'm trying to make an idiot-proof install reference. But it seems i am the biggest idiot around.... Hans |
|
From: ejbca-support <ejb...@pr...> - 2012-11-22 08:19:52
|
Hans, I would try http://yourhost:8080/ejbca as well. If that doesn't work EJBCA hasn't deployed which should be visible in server.log anders On 2012-11-22 09:11, Hans Witvliet wrote: > Hi all, > > I'm trying to do a re-installation of ejbca. > (and do minute upgrade steps one by one) > > It thought i followed the steps correctly (even though it is an old > version) > > But when i try to connect for the very first time with a web-browser, it > seems i just got an empty page: > > > Final lines from JBoss: > INFO: WSSERVLET14: JAX-WS servlet initializing > 23:16:39,784 INFO [TomcatDeployer] deploy, > ctxPath=/ejbca/publicweb/healthcheck, > warUrl=.../tmp/deploy/tmp7897634934288349237ejbca.ear-contents/healthcheck-exp.war/ > 23:16:39,857 INFO [TomcatDeployer] deploy, > ctxPath=/ejbca/publicweb/apply, > warUrl=.../tmp/deploy/tmp7897634934288349237ejbca.ear-contents/scep-exp.war/ > 23:16:39,919 INFO [TomcatDeployer] deploy, > ctxPath=/ejbca/publicweb/webdist, > warUrl=.../tmp/deploy/tmp7897634934288349237ejbca.ear-contents/webdist-exp.war/ > 23:16:39,975 INFO [EARDeployer] Started J2EE application: > file:/usr/local/jboss-4.2.3.GA/server/default/deploy/ejbca.ear > 23:16:40,044 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on > http-0.0.0.0-8080 > 23:16:40,057 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on > http-0.0.0.0-8442 > 23:16:40,073 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on > http-0.0.0.0-8443 > 23:16:40,083 INFO [AjpProtocol] Starting Coyote AJP/1.3 on > ajp-127.0.0.1-8009 > 23:16:40,091 INFO [Server] JBoss (MX MicroKernel) [4.2.3.GA (build: > SVNTag=JBoss_4_2_3_GA date=200807181439)] Started in 37s:552ms > > So it seems the system is listening on the proper ports. > (lsof -i -P shows that aswell...) > > Snapshot of TCP-dump between server and client: > > 07:24:39.450261 IP orion.52709 > vm0000.minoss.nl.pcsync-https: Flags > [S], seq 421360265, win 14600, options [mss 1460,sackOK,TS val 31687989 > ecr 0,nop,wscale 7], length 0 > 07:24:39.450292 IP vm0000.minoss.nl.pcsync-https > orion.52709: Flags > [S.], seq 3227506828, ack 421360266, win 14480, options [mss > 1460,sackOK,TS val 13529612 ecr 31687989,nop,wscale 7], length 0 > 07:24:39.450376 IP orion.52709 > vm0000.minoss.nl.pcsync-https: Flags > [.], ack 1, win 115, options [nop,nop,TS val 31687989 ecr 13529612], > length 0 > 07:24:39.455455 IP orion.52709 > vm0000.minoss.nl.pcsync-https: Flags > [P.], seq 1:306, ack 1, win 115, options [nop,nop,TS val 31687990 ecr > 13529612], length 305 > 07:24:39.455469 IP vm0000.minoss.nl.pcsync-https > orion.52709: Flags > [.], ack 306, win 122, options [nop,nop,TS val 13529613 ecr 31687990], > length 0 > 07:24:39.455708 IP vm0000.minoss.nl.pcsync-https > orion.52709: Flags > [P.], seq 1:8, ack 306, win 122, options [nop,nop,TS val 13529613 ecr > 31687990], length 7 > 07:24:39.455733 IP vm0000.minoss.nl.pcsync-https > orion.52709: Flags > [F.], seq 8, ack 306, win 122, options [nop,nop,TS val 13529613 ecr > 31687990], length 0 > 07:24:39.455743 IP orion.52709 > vm0000.minoss.nl.pcsync-https: Flags > [.], ack 8, win 115, options [nop,nop,TS val 31687990 ecr 13529613], > length 0 > 07:24:39.455873 IP orion.52709 > vm0000.minoss.nl.pcsync-https: Flags > [F.], seq 306, ack 9, win 115, options [nop,nop,TS val 31687990 ecr > 13529613], length 0 > 07:24:39.455884 IP vm0000.minoss.nl.pcsync-https > orion.52709: Flags > [.], ack 307, win 122, options [nop,nop,TS val 13529613 ecr 31687990], > length 0 > > > So both machines see each other.... > > Also web trying on port 8442 i'll get an empty page. > > there doesn't seems to be any obvious symptoms in > /usr/local/jboss/server/default/log/, neither in boot.log nog in > server.log. > > Any pointers? > > > > ------------------------------------------------------------------------------ > Monitor your physical, virtual and cloud infrastructure from a single > web console. Get in-depth insight into apps, servers, databases, vmware, > SAP, cloud infrastructure, etc. Download 30-day Free Trial. > Pricing starts from $795 for 25 servers or applications! > http://p.sf.net/sfu/zoho_dev2dev_nov > _______________________________________________ > Ejbca-develop mailing list > Ejb...@li... > https://lists.sourceforge.net/lists/listinfo/ejbca-develop > |