[Concern-users] Demo engagement page links render blank frame
Brought to you by:
hengels,
leonchiver
|
From: Justin W. <jus...@sa...> - 2004-01-19 22:02:25
|
Hi I've started the application server (JBoss) without errors and got to the engagement-index.html page. (http://localhost:8080/engagement/engagement-index.html) The problem is now that when I click on a link (Create Engagements etc) a blank page is displayed. I presume that although the DB is blank I should still see something. The only errors that I can find in the log are just after the server startup - presumably when I clicked on the link for the first time: 2004-01-19 23:32:28,216 INFO [org.jboss.system.server.Server] JBoss (MX MicroKernel) [3.2.3 (build: CVSTag=JBoss_3_2_3 date=200311301445)] Started in 2m:14s:86ms 2004-01-19 23:33:21,109 DEBUG [org.apache.tomcat.util.threads.ThreadPool] Getting new thread data 2004-01-19 23:34:05,978 ERROR [STDERR] 2004/01/19 11:34:05 org.wings.session.WingServlet initLookupName INFO: use session servlet lookup name SessionServlet:org.concern.test.engagement.gui.engagement.EngagementCreator 2004-01-19 23:34:06,036 ERROR [STDERR] 2004/01/19 11:34:06 org.wings.session.WingServlet getSessionServlet INFO: no session servlet, create new one 2004-01-19 23:34:07,175 ERROR [STDERR] 2004/01/19 11:34:07 org.wings.externalizer.AbstractExternalizeManager <init> INFO: final scope expires in 25900 seconds 2004-01-19 23:34:07,178 ERROR [STDERR] 2004/01/19 11:34:07 org.wings.externalizer.AbstractExternalizeManager <init> INFO: use prefix ca 2004-01-19 23:34:08,320 DEBUG [net.sf.hibernate.impl.SessionFactoryObjectFactory] JNDI lookup: hibernate/Engagement This error message is output once when the page is first hit. On subsequent clicks I just get 2004-01-19 23:55:21,091 INFO [STDOUT] begin 2004-01-19 23:55:21,096 INFO [STDOUT] end The HTTP log looks 100% with OK and NOT_MODIFIED_SINCE status codes. The WingsClient.jar is in the deploy folder. What is this additional jar? The page is displayed blank, but the source view is as follows (of the blank frame): <?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <style type="text/css"> body { background-color:#ffffff; } </style> <meta http-equiv="Content-type" content="text/html; charset=ISO-8859-1"/> <link rel="stylesheet" type="text/css" href="../stylesheet.css"/> <link rel="stylesheet" type="text/css" href="-ca1.css"/> <link rel="stylesheet" type="text/css" href="W1_ca2.css"/> <script language="JavaScript" type="text/javascript" src="W1_ca3.js"></script> </head> <body class="n__7" bgcolor="#FFFFFF"> <span style="background-color:#ffffff;"><form method="post" name="" action="ca1"><input type="hidden" name="W1_1" value="1_" /></form> </span></body></html> Any ideas? Justin |