• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Error with taglib during portlet deployment.

 
Ranch Hand
Posts: 229
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

I have further fixed the problem I got previously, and now there is a new error exception when I was deploying the Spring (3.0) war file to Liferay.
Environment: Liferay 5.2.8 EE SP4, Tomcat 6.0.18, Mysql 5.5.1, FreeBSD 8.1, AMD64, 8GB Ram.
Project: Spring 3.0, Maven.

Here is the complete log (included error) during deployment:



What might have gone wrong in my project configuration file?

Thank you in advance for any help
Thanks
Sam
 
Greenhorn
Posts: 26
jQuery Spring Notepad
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It seems like the 'commons upload' library is not in the classplath or a version conflict prevents it works. So that dependency is causing problems to the autowire facility in your spring app.
regards!
 
sam White
Ranch Hand
Posts: 229
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I 've got that resolved by executing the deployment in 3 steps:

1. copy the war file to a user home directory rather than liferay's deploy directory in the remote server where my application/liferay portal is running.
2. cd to liferay's deploy directory.
3. cp ~/my.war .

Thanks
Sam
 
reply
    Bookmark Topic Watch Topic
  • New Topic