fangshuoshirounet / openid-server

Automatically exported from code.google.com/p/openid-server
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

can not install #32

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I have the following OS:
1. centos 6
2. tomcat 6
3. postgresql 9.1
4. java SDK 1.6

I have also installed the following to $CATALINA_HOME/lib directory:
1. javamail 1.4. Java 1.5 and above does not require activation jar.
2. postgresql jdbc driver 9.1-901-jdbc 4.jar
3. hsql.jdbc latest version

Copied the jos-webapp-1.2.1.war to $CATALINA_HOME/webapps, and deployed it 
using the tomcat 6 web manager. Keep getting ""FAIL - Application at context 
path /jos-webapp-1.2.1 could not be started"". The servlet directory was 
created. The catalina.log file is attached. It basically says that certain 
beans (mailSender, emailConfirmationInfoSendTaskExecutor, 
insertEmailAfterReturningAdvice, emailADvisor, josService) could not be 
created. Any thoughts on how I could get adios to work?

Original issue reported on code.google.com by yury.pes...@gmail.com on 6 Dec 2011 at 7:39

Attachments:

GoogleCodeExporter commented 9 years ago
IN the last sentence I mistyped. It should be "Any thoughts on how I could get 
JOIDS to work?"

Original comment by yury.pes...@gmail.com on 6 Dec 2011 at 7:40

GoogleCodeExporter commented 9 years ago
According to java.lang.NoClassDefFoundError: javax/mail/MessagingException,  
you should copy the java mail jars to the directory which in the classpath. For 
Tomcat, you can copy(or link) them to $CATALINA_BASE/lib/.

Original comment by zhoushu...@gmail.com on 7 Dec 2011 at 4:46