Re: Problem installing Struts 2

2007-07-05 Thread java_user

Hi,

could you please provide struts2 version?

thanks
ramesh


Hubert Hers wrote:
 
 Hi,
 
 I am new to Struts 2 and have a problem installing Struts 2 on tomcat
 5.5.23.
 After copying the war files to the webapps directory of tomcat(but did NOT
 copy the jars anywhere), I get a problem deploying
 struts2-portlet-2.0.8.war:
 
 init
 INFO: ... initialized Struts-Spring integration successfully
 04.07.2007 16:47:53
 com.opensymphony.xwork2.config.providers.InterceptorBuilder
 constructInterceptorReference
 WARNING: Unable to load config class
 org.apache.struts2.portlet.interceptor.Port
 letPreferencesInterceptor at interceptor -
 jar:file:/C:/APPS/apache/apache-tomcat-5.5.23/webapps/struts2-portlet-2.0.8/
 WEB-INF/lib/struts2-core-2.0.8.jar!/struts-portlet-default.xml:17:127
 probably due to a missing jar, which might be fine
 if you never plan to use the portlet-preferences interceptor
 04.07.2007 16:47:53
 com.opensymphony.xwork2.config.providers.InterceptorBuilder
 constructInterceptorReference
 SEVERE: Actual exception
 Could not load class
 org.apache.struts2.portlet.interceptor.PortletPreferencesInterceptor.
 Perhaps it exists but certain dependencies are not available? -
 interceptor
 - jar:file:/C:/APPS/apache/apache-tomcat-5.5.23/webapps/struts2-portlet-2
 .0.8/WEB-INF/lib/struts2-core-2.0.8.jar!/struts-portlet-default.xml:17:127
 at
 com.opensymphony.xwork2.ObjectFactory.buildInterceptor(ObjectFactory.
 java:206)
 at
 com.opensymphony.xwork2.config.providers.InterceptorBuilder.construct
 InterceptorReference(InterceptorBuilder.java:57)
 ...
 
 With the other 3 wars there is no issue.
 
 Can someone please help?
 
 Thx, Hubert
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 

-- 
View this message in context: 
http://www.nabble.com/Problem-installing-Struts-2-tf4024879.html#a11441712
Sent from the Struts - User mailing list archive at Nabble.com.


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



AW: Problem installing Struts 2

2007-07-05 Thread Hubert Hers
Hi,

This installation problem relates to Struts 2.0.8

Thanks, Hubert


-Ursprüngliche Nachricht-
Von: java_user [mailto:[EMAIL PROTECTED] 
Gesendet: Donnerstag, 5. Juli 2007 08:53
An: user@struts.apache.org
Betreff: Re: Problem installing Struts 2


Hi,

could you please provide struts2 version?

thanks
ramesh


Hubert Hers wrote:
 
 Hi,
 
 I am new to Struts 2 and have a problem installing Struts 2 on tomcat
 5.5.23.
 After copying the war files to the webapps directory of tomcat(but did NOT
 copy the jars anywhere), I get a problem deploying
 struts2-portlet-2.0.8.war:
 
 init
 INFO: ... initialized Struts-Spring integration successfully
 04.07.2007 16:47:53
 com.opensymphony.xwork2.config.providers.InterceptorBuilder
 constructInterceptorReference
 WARNING: Unable to load config class
 org.apache.struts2.portlet.interceptor.Port
 letPreferencesInterceptor at interceptor -

jar:file:/C:/APPS/apache/apache-tomcat-5.5.23/webapps/struts2-portlet-2.0.8/
 WEB-INF/lib/struts2-core-2.0.8.jar!/struts-portlet-default.xml:17:127
 probably due to a missing jar, which might be fine
 if you never plan to use the portlet-preferences interceptor
 04.07.2007 16:47:53
 com.opensymphony.xwork2.config.providers.InterceptorBuilder
 constructInterceptorReference
 SEVERE: Actual exception
 Could not load class
 org.apache.struts2.portlet.interceptor.PortletPreferencesInterceptor.
 Perhaps it exists but certain dependencies are not available? -
 interceptor
 - jar:file:/C:/APPS/apache/apache-tomcat-5.5.23/webapps/struts2-portlet-2
 .0.8/WEB-INF/lib/struts2-core-2.0.8.jar!/struts-portlet-default.xml:17:127
 at
 com.opensymphony.xwork2.ObjectFactory.buildInterceptor(ObjectFactory.
 java:206)
 at
 com.opensymphony.xwork2.config.providers.InterceptorBuilder.construct
 InterceptorReference(InterceptorBuilder.java:57)
 ...
 
 With the other 3 wars there is no issue.
 
 Can someone please help?
 
 Thx, Hubert
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 

-- 
View this message in context:
http://www.nabble.com/Problem-installing-Struts-2-tf4024879.html#a11441712
Sent from the Struts - User mailing list archive at Nabble.com.


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





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



Re: Problem installing Struts 2

2007-07-05 Thread Nils-Helge Garli

Hi!

The portlet example won't run as a stand alone web application under
Tomcat. It will only run in a portlet container. If you don't intend
installing a portlet container, just remove the struts2-portlet war
file from your webapps folder.

Nils-H

On 7/5/07, Hubert Hers [EMAIL PROTECTED] wrote:

Hi,

This installation problem relates to Struts 2.0.8

Thanks, Hubert


-Ursprüngliche Nachricht-
Von: java_user [mailto:[EMAIL PROTECTED]
Gesendet: Donnerstag, 5. Juli 2007 08:53
An: user@struts.apache.org
Betreff: Re: Problem installing Struts 2


Hi,

could you please provide struts2 version?

thanks
ramesh


Hubert Hers wrote:

 Hi,

 I am new to Struts 2 and have a problem installing Struts 2 on tomcat
 5.5.23.
 After copying the war files to the webapps directory of tomcat(but did NOT
 copy the jars anywhere), I get a problem deploying
 struts2-portlet-2.0.8.war:

 init
 INFO: ... initialized Struts-Spring integration successfully
 04.07.2007 16:47:53
 com.opensymphony.xwork2.config.providers.InterceptorBuilder
 constructInterceptorReference
 WARNING: Unable to load config class
 org.apache.struts2.portlet.interceptor.Port
 letPreferencesInterceptor at interceptor -

jar:file:/C:/APPS/apache/apache-tomcat-5.5.23/webapps/struts2-portlet-2.0.8/
 WEB-INF/lib/struts2-core-2.0.8.jar!/struts-portlet-default.xml:17:127
 probably due to a missing jar, which might be fine
 if you never plan to use the portlet-preferences interceptor
 04.07.2007 16:47:53
 com.opensymphony.xwork2.config.providers.InterceptorBuilder
 constructInterceptorReference
 SEVERE: Actual exception
 Could not load class
 org.apache.struts2.portlet.interceptor.PortletPreferencesInterceptor.
 Perhaps it exists but certain dependencies are not available? -
 interceptor
 - jar:file:/C:/APPS/apache/apache-tomcat-5.5.23/webapps/struts2-portlet-2
 .0.8/WEB-INF/lib/struts2-core-2.0.8.jar!/struts-portlet-default.xml:17:127
 at
 com.opensymphony.xwork2.ObjectFactory.buildInterceptor(ObjectFactory.
 java:206)
 at
 com.opensymphony.xwork2.config.providers.InterceptorBuilder.construct
 InterceptorReference(InterceptorBuilder.java:57)
 ...

 With the other 3 wars there is no issue.

 Can someone please help?

 Thx, Hubert



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




--
View this message in context:
http://www.nabble.com/Problem-installing-Struts-2-tf4024879.html#a11441712
Sent from the Struts - User mailing list archive at Nabble.com.


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





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




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



Problem installing Struts 2

2007-07-04 Thread Hubert Hers
Hi,

I am new to Struts 2 and have a problem installing Struts 2 on tomcat
5.5.23.
After copying the war files to the webapps directory of tomcat(but did NOT
copy the jars anywhere), I get a problem deploying
struts2-portlet-2.0.8.war:

init
INFO: ... initialized Struts-Spring integration successfully
04.07.2007 16:47:53
com.opensymphony.xwork2.config.providers.InterceptorBuilder
constructInterceptorReference
WARNING: Unable to load config class
org.apache.struts2.portlet.interceptor.Port
letPreferencesInterceptor at interceptor -
jar:file:/C:/APPS/apache/apache-tomcat-5.5.23/webapps/struts2-portlet-2.0.8/
WEB-INF/lib/struts2-core-2.0.8.jar!/struts-portlet-default.xml:17:127
probably due to a missing jar, which might be fine
if you never plan to use the portlet-preferences interceptor
04.07.2007 16:47:53
com.opensymphony.xwork2.config.providers.InterceptorBuilder
constructInterceptorReference
SEVERE: Actual exception
Could not load class
org.apache.struts2.portlet.interceptor.PortletPreferencesInterceptor.
Perhaps it exists but certain dependencies are not available? - interceptor
- jar:file:/C:/APPS/apache/apache-tomcat-5.5.23/webapps/struts2-portlet-2
.0.8/WEB-INF/lib/struts2-core-2.0.8.jar!/struts-portlet-default.xml:17:127
at
com.opensymphony.xwork2.ObjectFactory.buildInterceptor(ObjectFactory.
java:206)
at
com.opensymphony.xwork2.config.providers.InterceptorBuilder.construct
InterceptorReference(InterceptorBuilder.java:57)
...

With the other 3 wars there is no issue.

Can someone please help?

Thx, Hubert



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