Hola Raul,

if you install this patch on an existing 1.4.2 instance you need to 
update your database with [dspace]/etc/database_schema_14-15.sql. This 
will add the new column language to the table eperson.

As for checking out from SVN, the reorganization and introduction of 
maven is still going on. So using the latest version from svn might be a 
  bit difficult.
The revision 1951 includes the i18n stuff and is still "old style".

saludos

Claudia Jürgen
University of Dortmund



Raul Villamor schrieb:
> Hello.
> 
> First of all excuse my horrible English.
> 
> What revision of svn i hace to use for installing multilanguage patch in 
> 1.4.2? Let me explain my situation:
> 
> I`m trying to install i18n patch for the latest stable release. I 
> download i18n_Revision_v7.zip file and install it, but i'm getting 2 
> hunk failures at Message.propertities and CreateAdministrator.java. When 
> I try to use this patched version, the i18n works, but I get this error 
> when i try to register a user:
> 
> -- URL Was: http://akula:8080/dspace/register
> -- Method: POST
> -- Parameters were:
> -- phone: ""
> -- password: "dspace"
> -- submit: "Complete el registro"
> -- token: "2d5584ed117e94c9e16cfc6912a0b299"
> -- step: "2"
> -- last_name: "d"
> -- password_confirm: "******"
> -- language: "es"
> -- first_name: "d"
> 
> 
> Exception:
> java.lang.IllegalArgumentException: No such column language
>     at org.dspace.storage.rdbms.TableRow.setColumn(TableRow.java:416)
>     at org.dspace.eperson.EPerson.setLanguage(EPerson.java:516)
>     at 
> org.dspace.app.webui.servlet.EditProfileServlet.updateUserProfile(EditProfileServlet.java:170)
>  
> 
>     at 
> org.dspace.app.webui.servlet.RegisterServlet.processPersonalInfo(RegisterServlet.java:506)
>  
> 
>     at 
> org.dspace.app.webui.servlet.RegisterServlet.doDSPost(RegisterServlet.java:214)
>  
> 
>     at 
> org.dspace.app.webui.servlet.DSpaceServlet.processRequest(DSpaceServlet.java:147)
>  
> 
>     at 
> org.dspace.app.webui.servlet.DSpaceServlet.doPost(DSpaceServlet.java:105)
>     at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
>     at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>     at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
>  
> 
>     at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
>  
> 
>     at 
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:210)
>  
> 
>     at 
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:174)
>  
> 
>     at 
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) 
> 
>     at 
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117) 
> 
>     at 
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
>  
> 
>     at 
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151)
>     at 
> org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:870)
>     at 
> org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
>  
> 
>     at 
> org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
>  
> 
>     at 
> org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
>  
> 
>     at 
> org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:685)
>  
> 
>     at java.lang.Thread.run(Thread.java:595)
> 
> Also I triend to install this patch in multiples revision of svn. But I 
> get similar problems, and I'm getting a mess.
> 
> Bye and thank you.
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> DSpace-tech mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/dspace-tech

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to