Re: struts 1.1-b2 struts-blank bug????

2002-12-07 Thread Martin Cooper


On Sun, 1 Dec 2002, Hanasaki JiJi wrote:

 anyone getting the below error from the blank file?

There was a bug in the Struts 1.1-b2 version of struts-blank.war that
caused this. It was fixed shortly after 1.1-b2 was released.

--
Martin Cooper



 struts-blank/index.jsp


 type Exception report

 message

 description The server encountered an internal error () that prevented
 it from fulfilling this request.

 exception

 org.apache.jasper.JasperException: Missing message for key welcome.title
   at
 org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:248)
   at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:289)
   at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:240)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
   at
 org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:684)
   at
 
org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:432)
   at
 
org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:356)
   at org.apache.struts.actions.ForwardAction.execute(ForwardAction.java:158)
   at
 
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:446)
   at
 org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:266)
   at org.apache.struts.action.ActionServlet.process(ActionServlet.java:129
 --
 =
 = Management is doing things right; leadership is doing the =
 =   right things.- Peter Drucker=
 =___=
 = http://www.sun.com/service/sunps/jdc/javacenter.pdf   =
 =  www.sun.com | www.javasoft.com | http://wwws.sun.com/sunone  =
 =


 --
 To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
 For additional commands, e-mail: mailto:[EMAIL PROTECTED]




--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: struts 1.1-b2 struts-blank bug????

2002-12-02 Thread Hurdle, Robert H, PERSCOM
I'm having a similar problem.  I'm using WebSphere 4.0.3 with the Struts
blank.  My changes to the ApplicationResources file or JSPs don't show up
until I bring WebSphere down and restart.  I've been told that WebSphere has
a cache directory of compiled JSP pages and I need to clean it out on my
build.   I haven't figured out how to do this yet.  Oddly, I don't have this
problem in the Struts tutorial application.

-Original Message-
From: Hanasaki JiJi [mailto:[EMAIL PROTECTED]]
Sent: Monday, December 02, 2002 1:08 AM
To: Struts Users Mailing List
Subject: Re: struts 1.1-b2 struts-blank bug


I added that entry and still ahve the same error.

Dinesh Samson J wrote:
 Hi
 
 The entry for welcome.title in your ApplicationResources.properties file
 is missing.
 
 regards,
  
 Dinesh Samson J
 IT Support
 ([EMAIL PROTECTED])
 UAE Exchange Centre LLC
 POBox 170, Hamdan Street
 Abu Dhabi, United Arab Emirates
 Mobile: +971-50-6682136
 Phone: +971-2-6322166,6394342
 Fax: +971-2-6340713
 
 -Original Message-
 From: Hanasaki JiJi [mailto:[EMAIL PROTECTED]] 
 Sent: 02 December 2002 09:59
 To: [EMAIL PROTECTED]
 Subject: struts 1.1-b2 struts-blank bug
 
 anyone getting the below error from the blank file?
 
 struts-blank/index.jsp
 
 
 type Exception report
 
 message
 
 description The server encountered an internal error () that prevented 
 it from fulfilling this request.
 
 exception
 
 org.apache.jasper.JasperException: Missing message for key welcome.title
   at 
 org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.ja
 va:248)
   at
 org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:289)
   at
 org.apache.jasper.servlet.JspServlet.service(JspServlet.java:240)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
   at 
 org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatc
 her.java:684)
   at 
 org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDisp
 atcher.java:432)
   at 
 org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispat
 cher.java:356)
   at
 org.apache.struts.actions.ForwardAction.execute(ForwardAction.java:158)
   at 
 org.apache.struts.action.RequestProcessor.processActionPerform(RequestPr
 ocessor.java:446)
   at 
 org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:
 266)
   at
 org.apache.struts.action.ActionServlet.process(ActionServlet.java:129

-- 
=
= Management is doing things right; leadership is doing the =
=   right things.- Peter Drucker=
=___=
= http://www.sun.com/service/sunps/jdc/javacenter.pdf   =
=  www.sun.com | www.javasoft.com | http://wwws.sun.com/sunone  =
=


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Réf. : RE: struts 1.1-b2 struts-blank bug????

2002-12-02 Thread christophe . godel


same here only for resources bundle files. in fact, all properties files
need the server to be restarted (I believe BEA can do it on the fly), but I
don't have this problem with the JSP.



Extranet
[EMAIL PROTECTED] - 02/12/2002 15:56


Veuillez répondre à [EMAIL PROTECTED]
Pour : struts-user

cc :


Objet : RE: struts 1.1-b2  struts-blank bug


I'm having a similar problem.  I'm using WebSphere 4.0.3 with the Struts
blank.  My changes to the ApplicationResources file or JSPs don't show up
until I bring WebSphere down and restart.  I've been told that WebSphere
has
a cache directory of compiled JSP pages and I need to clean it out on my
build.   I haven't figured out how to do this yet.  Oddly, I don't have
this
problem in the Struts tutorial application.

-Original Message-
From: Hanasaki JiJi [mailto:[EMAIL PROTECTED]]
Sent: Monday, December 02, 2002 1:08 AM
To: Struts Users Mailing List
Subject: Re: struts 1.1-b2 struts-blank bug


I added that entry and still ahve the same error.

Dinesh Samson J wrote:
 Hi

 The entry for welcome.title in your ApplicationResources.properties file
 is missing.

 regards,

 Dinesh Samson J
 IT Support
 ([EMAIL PROTECTED])
 UAE Exchange Centre LLC
 POBox 170, Hamdan Street
 Abu Dhabi, United Arab Emirates
 Mobile: +971-50-6682136
 Phone: +971-2-6322166,6394342
 Fax: +971-2-6340713

 -Original Message-
 From: Hanasaki JiJi [mailto:[EMAIL PROTECTED]]
 Sent: 02 December 2002 09:59
 To: [EMAIL PROTECTED]
 Subject: struts 1.1-b2 struts-blank bug

 anyone getting the below error from the blank file?

 struts-blank/index.jsp


 type Exception report

 message

 description The server encountered an internal error () that prevented
 it from fulfilling this request.

 exception

 org.apache.jasper.JasperException: Missing message for key welcome.title
 at
 org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.ja
 va:248)
 at
 org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:289)
 at
 org.apache.jasper.servlet.JspServlet.service(JspServlet.java:240)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
 at
 org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatc
 her.java:684)
 at
 org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDisp
 atcher.java:432)
 at
 org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispat
 cher.java:356)
 at
 org.apache.struts.actions.ForwardAction.execute(ForwardAction.java:158)
 at
 org.apache.struts.action.RequestProcessor.processActionPerform(RequestPr
 ocessor.java:446)
 at
 org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:
 266)
 at
 org.apache.struts.action.ActionServlet.process(ActionServlet.java:129

--
=
= Management is doing things right; leadership is doing the =
=   right things.- Peter Drucker=
=___=
= http://www.sun.com/service/sunps/jdc/javacenter.pdf   =
=  www.sun.com | www.javasoft.com | http://wwws.sun.com/sunone  =
=


--
To unsubscribe, e-mail:   
mailto:[EMAIL PROTECTED]
For additional commands, e-mail: 
mailto:[EMAIL PROTECTED]










This message and any attachments (the message) is
intended solely for the addressees and is confidential. 
If you receive this message in error, please delete it and 
immediately notify the sender. Any use not in accord with 
its purpose, any dissemination or disclosure, either whole 
or partial, is prohibited except formal approval. The internet
can not guarantee the integrity of this message. 
BNP PARIBAS (and its subsidiaries) shall (will) not 
therefore be liable for the message if modified. 

-

Ce message et toutes les pieces jointes (ci-apres le 
message) sont etablis a l'intention exclusive de ses 
destinataires et sont confidentiels. Si vous recevez ce 
message par erreur, merci de le detruire et d'en avertir 
immediatement l'expediteur. Toute utilisation de ce 
message non conforme a sa destination, toute diffusion 
ou toute publication, totale ou partielle, est interdite, sauf 
autorisation expresse. L'internet ne permettant pas 
d'assurer l'integrite de ce message, BNP PARIBAS (et ses
filiales) decline(nt) toute responsabilite au titre de ce 
message, dans l'hypothese ou il aurait ete modifie.


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




struts 1.1-b2 struts-blank bug????

2002-12-01 Thread Hanasaki JiJi
anyone getting the below error from the blank file?

struts-blank/index.jsp


type Exception report

message

description The server encountered an internal error () that prevented 
it from fulfilling this request.

exception

org.apache.jasper.JasperException: Missing message for key welcome.title
	at 
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:248)
	at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:289)
	at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:240)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
	at 
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:684)
	at 
org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:432)
	at 
org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:356)
	at org.apache.struts.actions.ForwardAction.execute(ForwardAction.java:158)
	at 
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:446)
	at 
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:266)
	at org.apache.struts.action.ActionServlet.process(ActionServlet.java:129
--
=
= Management is doing things right; leadership is doing the =
=   right things.- Peter Drucker=
=___=
= http://www.sun.com/service/sunps/jdc/javacenter.pdf   =
=  www.sun.com | www.javasoft.com | http://wwws.sun.com/sunone  =
=


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]



RE: struts 1.1-b2 struts-blank bug????

2002-12-01 Thread Dinesh Samson J
Hi

The entry for welcome.title in your ApplicationResources.properties file
is missing.

regards,
 
Dinesh Samson J
IT Support
([EMAIL PROTECTED])
UAE Exchange Centre LLC
POBox 170, Hamdan Street
Abu Dhabi, United Arab Emirates
Mobile: +971-50-6682136
Phone: +971-2-6322166,6394342
Fax: +971-2-6340713

-Original Message-
From: Hanasaki JiJi [mailto:[EMAIL PROTECTED]] 
Sent: 02 December 2002 09:59
To: [EMAIL PROTECTED]
Subject: struts 1.1-b2 struts-blank bug

anyone getting the below error from the blank file?

struts-blank/index.jsp


type Exception report

message

description The server encountered an internal error () that prevented 
it from fulfilling this request.

exception

org.apache.jasper.JasperException: Missing message for key welcome.title
at 
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.ja
va:248)
at
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:289)
at
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:240)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at 
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatc
her.java:684)
at 
org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDisp
atcher.java:432)
at 
org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispat
cher.java:356)
at
org.apache.struts.actions.ForwardAction.execute(ForwardAction.java:158)
at 
org.apache.struts.action.RequestProcessor.processActionPerform(RequestPr
ocessor.java:446)
at 
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:
266)
at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:129
-- 
=
= Management is doing things right; leadership is doing the =
=   right things.- Peter Drucker=
=___=
= http://www.sun.com/service/sunps/jdc/javacenter.pdf   =
=  www.sun.com | www.javasoft.com | http://wwws.sun.com/sunone  =
=


--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: struts 1.1-b2 struts-blank bug????

2002-12-01 Thread Hanasaki JiJi
I added that entry and still ahve the same error.

Dinesh Samson J wrote:

Hi

The entry for welcome.title in your ApplicationResources.properties file
is missing.

regards,
 
Dinesh Samson J
IT Support
([EMAIL PROTECTED])
UAE Exchange Centre LLC
POBox 170, Hamdan Street
Abu Dhabi, United Arab Emirates
Mobile: +971-50-6682136
Phone: +971-2-6322166,6394342
Fax: +971-2-6340713

-Original Message-
From: Hanasaki JiJi [mailto:[EMAIL PROTECTED]] 
Sent: 02 December 2002 09:59
To: [EMAIL PROTECTED]
Subject: struts 1.1-b2 struts-blank bug

anyone getting the below error from the blank file?

struts-blank/index.jsp


type Exception report

message

description The server encountered an internal error () that prevented 
it from fulfilling this request.

exception

org.apache.jasper.JasperException: Missing message for key welcome.title
	at 
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.ja
va:248)
	at
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:289)
	at
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:240)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
	at 
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatc
her.java:684)
	at 
org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDisp
atcher.java:432)
	at 
org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispat
cher.java:356)
	at
org.apache.struts.actions.ForwardAction.execute(ForwardAction.java:158)
	at 
org.apache.struts.action.RequestProcessor.processActionPerform(RequestPr
ocessor.java:446)
	at 
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:
266)
	at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:129

--
=
= Management is doing things right; leadership is doing the =
=   right things.- Peter Drucker=
=___=
= http://www.sun.com/service/sunps/jdc/javacenter.pdf   =
=  www.sun.com | www.javasoft.com | http://wwws.sun.com/sunone  =
=


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]