Home › Forum › Nuclos Bedienung › Internationalisierung › English version
- Dieses Thema hat 14 Antworten und 5 Teilnehmer, und wurde zuletzt aktualisiert vor 10 Jahren, 10 Monaten von
Uwe Hartl.
-
AutorBeiträge
-
28 Oktober 2012 um 18:28 Uhr #6031
Florin Tanasa
TeilnehmerHello,
My name is Florin and I am from Romania.
I start with congratulation, your concept is the best.
I do not speak english thery good because I learned only reading many technical books and on the internet.
In my opinion, is necessary to break the language barrier, because in general, the people who work with/on the computer know little/more english.
I start to translate the Business Template.nuclet for the second language (English)
https://plus.google.com/photos/108014127981313499262/albums/5804367549546492145?authkey=CMb40eiBiZvr8gE
for translated I used gloogle.translate.com
I have some questions:
You can put transcript (subtitling) for video tutorials in English?
You can start an new topic only in English?
How can I add a new language in nuclos?31 Oktober 2012 um 19:23 Uhr #6038Florin Tanasa
Teilnehmer2 November 2012 um 17:15 Uhr #6047Florin Tanasa
TeilnehmerI tried to make transcript with voicebase in german language
http://www.voicebase.com/voice_file/public_detail/205792
I modified the sound (slow down the speed and up the pitch).
Is correct the transcript?
You can see in the browser character ßüöä in the browser?2 November 2012 um 18:19 Uhr #6049Markus Jürgens
TeilnehmerHi Florin,
we appreciate your engagement in Nuclos transcription. The online translation process causes some errors. Could you please post your e-mail address so that we can send original film scripts to be translated.
kind regard, markus2 November 2012 um 21:43 Uhr #6051Florin Tanasa
TeilnehmerHi, Markus
My email is florin.tanasa@gmail.com.
Thanks in advance.3 November 2012 um 00:18 Uhr #6052Florin Tanasa
TeilnehmerI can confirm the nuclos is installable in:
Funtoo
Linux Mint 13
ClearOS 6.313 November 2012 um 00:14 Uhr #6063Florin Tanasa
TeilnehmerI wish to migrate in arch linux, because I see is very fast in virtual machine, I tried to install nuclos in arch linux.
First problem is postgresql version, Arch Linux have 9.2. When I try to install I’m getting an error ‚column „spclocation“ does not exist‘ because spclocation was removed from pg_tablespace in 9.2 and a pg_tablespace_location() function was added.
I resolved with pg_dumpall > backup.out from real machine, Linux Mint 13 with postgres 9.1, and psql -f backup.out postgres.
Now the nuclos 3.9 start.
Second problem is when I wish to create new entity with wizard I got this error at the end:
"org.nuclos.common.NuclosFatalException: java.util.zip.ZipException: error in opening zip file
at org.nuclos.server.customcode.CustomCodeManager.getClassLoader(CustomCodeManager.java:224)
at org.nuclos.server.nbo.NuclosBusinessObjectBuilder.registerNuclosBusinessObject(NuclosBusinessObjectBuilder.java:553)
at org.nuclos.server.nbo.NuclosBusinessObjectBuilder.createNuclosBusinessObject(NuclosBusinessObjectBuilder.java:97)
at org.nuclos.server.eventsupport.ejb3.EventSupportFacadeBean.createBusinessObjects(EventSupportFacadeBean.java:908)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:319)
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
at org.springframework.remoting.support.RemoteInvocationTraceInterceptor.invoke(RemoteInvocationTraceInterceptor.java:77)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
at $Proxy64.createBusinessObjects(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.springframework.remoting.support.RemoteInvocation.invoke(RemoteInvocation.java:205)
at org.nuclos.server.common.NuclosRemoteInvocationExecutor.invoke(NuclosRemoteInvocationExecutor.java:158)
at org.springframework.remoting.support.RemoteInvocationBasedExporter.invoke(RemoteInvocationBasedExporter.java:78)
at org.springframework.remoting.support.RemoteInvocationBasedExporter.invokeAndCreateResult(RemoteInvocationBasedExporter.java:114)
at org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter.handleRequest(HttpInvokerServiceExporter.java:73)
at org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter.handle(HttpRequestHandlerAdapter.java:49)
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:925)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:856)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:915)
at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:815)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:641)
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:789)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)
at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:118)
at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:84)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:103)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:113)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:54)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:45)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilter(BasicAuthenticationFilter.java:201)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:87)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
at org.nuclos.server.security.SessionInvalidationFilter.doFilter(SessionInvalidationFilter.java:76)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:192)
at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:160)
at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346)
at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:222)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:123)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:168)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:99)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:929)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:407)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1002)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:585)
at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:312)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
at org.springframework.remoting.support.RemoteInvocationUtils.fillInClientStackTraceIfPossible(RemoteInvocationUtils.java:47)
at org.springframework.remoting.support.RemoteInvocationResult.recreate(RemoteInvocationResult.java:115)
at org.springframework.remoting.support.RemoteInvocationBasedAccessor.recreateRemoteInvocationResult(RemoteInvocationBasedAccessor.java:85)
at org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor.invoke(HttpInvokerClientInterceptor.java:148)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
at $Proxy28.createBusinessObjects(Unknown Source)
at org.nuclos.client.eventsupport.EventSupportDelegate.createBusinessObjects(EventSupportDelegate.java:341)
at org.nuclos.client.wizard.steps.NuclosEntitySQLLayoutStep.createOrModifyEntity(NuclosEntitySQLLayoutStep.java:773)
at org.nuclos.client.wizard.steps.NuclosEntitySQLLayoutStep.applyState(NuclosEntitySQLLayoutStep.java:480)
at org.nuclos.client.wizard.NuclosWizardButtonBar$1$1.run(NuclosWizardButtonBar.java:89)
at java.lang.Thread.run(Thread.java:662)
Caused by: java.util.zip.ZipException: error in opening zip file
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.(ZipFile.java:127)
at java.util.jar.JarFile.(JarFile.java:135)
at java.util.jar.JarFile.(JarFile.java:99)
at org.nuclos.server.customcode.CustomCodeManager.getClassLoader(CustomCodeManager.java:189)
... 85 moreI installed jdk6 and jre6 from AUR and set the environment:
[florin@florin ~]$ cat /etc/profile.d/jdk.sh
export JAVA_HOME=/opt/java6
export PATH=$JAVA_HOME/bin:$PATH
[florin@florin ~]$ source /etc/profile.d/jdk.sh
[florin@florin ~]$ java -version
java version "1.6.0_37"
Java(TM) SE Runtime Environment (build 1.6.0_37-b06)
Java HotSpot(TM) 64-Bit Server VM (build 20.12-b01, mixed mode)
[florin@florin ~]$
Use somebody nuclos in Arch Linux?
Knows somebody what mean this error at zip?17 Januar 2013 um 10:29 Uhr #6194Uwe Hartl
TeilnehmerThe same with a plain install on Linux Mint. per default PostgreSQL is installed in version 9.2 by the nuclos installatio routine of nuclos-3.10.2-installer-linux64.jar (I had the database not installed before.
Best regards
Uwe17 Januar 2013 um 13:37 Uhr #6196Frank Pavlic
TeilnehmerHi florin,
a problem could be wrong permissions in the working directories like work or temp in nuclos‘ tomcat installation. If the user, nuclos process is running with, has no write permissions, the zip-File cannot be processed.17 Januar 2013 um 13:40 Uhr #6197Frank Pavlic
TeilnehmerHi Uwe,
I don’t understand. Does your installation of nuclos has the same problems with zip-Files as Florin’s installation has ?
Or what do you mean by „The same with plain install…“Thanks
Frank
17 Januar 2013 um 15:47 Uhr #6200Uwe Hartl
TeilnehmerHi Frank,
no, I do refer to
„When I try to install I’m getting an error ‚column „spclocation“ does not exist‘ because spclocation was removed from pg_tablespace in 9.2 and a pg_tablespace_location() function was added.“What did I do:
Install nuclos and database in one step -> PG 9.2 resides now on my box
browse to http://localhost/nuclos -> failure
Check logfile -> ‚column „spclocation“ does not exist‘ to be found there
Forum search: spclocation -> this thread
not reading the entire Post I am referring to (sorry) -> confusion with zip-file topicAny help is appreciated.
Thanks
Uwe18 Januar 2013 um 02:16 Uhr #6213Frank Pavlic
TeilnehmerHi Uwe,
unfortunately I am using postgres 9.1 and installing nuclos with the generic Installer, means nuclos-only without database, and it is running smoothly.
Checking the postgresql 9.2 documentation spclocation has been removed from 9.2 , take a look here : PostgreSQL Documentation 9.2 .Either you install postgres 9.1 and then use nuclos-generic Installer or open a JIRA, report the problem and take some cups of coffee until the fix will be present and a new version of nuclos will be published respectively 😉
Frank
18 Januar 2013 um 02:21 Uhr #6214Ramin Goettlich
TeilnehmerA fix for the change in splocation (Postgres 9.2) is done, the release will be published tomorrow morning.
18 Januar 2013 um 02:22 Uhr #6215Frank Pavlic
Teilnehmercheck this post here https://www.nuclos.de/forum/allgemeines-zu-nuclos/5061-installation-nuclos-3-10-2-auf-mac-os-x-10-7-5.
For the guys not understanding german , there will be a new and fixed version for postgresql 9.2 , seems it will be ready for download tomorrow.
Frank
18 Januar 2013 um 15:55 Uhr #6219Uwe Hartl
TeilnehmerThats fine, I will wait.
Best regards
Uwe -
AutorBeiträge