Home Forum Nuclos Bedienung Internationalisierung English version

Ansicht von 15 Beiträgen - 1 bis 15 (von insgesamt 15)
  • Autor
    Beiträge
  • #6031
    Florin Tanasa
    Teilnehmer

    Hello,
    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?

    #6038
    Florin Tanasa
    Teilnehmer

    I make translation for Business Template.nuclet. Sorry, is not perfect.
    I can’t add (upload) the file.
    Business Template.nuclet

    #6047
    Florin Tanasa
    Teilnehmer

    I 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?

    #6049
    Markus Jürgens
    Teilnehmer

    Hi 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, markus

    #6051
    Florin Tanasa
    Teilnehmer

    Hi, Markus
    My email is florin.tanasa@gmail.com.
    Thanks in advance.

    #6052
    Florin Tanasa
    Teilnehmer

    I can confirm the nuclos is installable in:
    Funtoo
    Linux Mint 13
    ClearOS 6.3

    #6063
    Florin Tanasa
    Teilnehmer

    I 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 more

    I 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?

    #6194
    Uwe Hartl
    Teilnehmer

    The 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
    Uwe

    #6196
    Frank Pavlic
    Teilnehmer

    Hi 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.

    #6197
    Frank Pavlic
    Teilnehmer

    Hi 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

    #6200
    Uwe Hartl
    Teilnehmer

    Hi 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 topic

    Any help is appreciated.

    Thanks
    Uwe

    #6213
    Frank Pavlic
    Teilnehmer

    Hi 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

    #6214
    Ramin Goettlich
    Teilnehmer

    A fix for the change in splocation (Postgres 9.2) is done, the release will be published tomorrow morning.

    #6215
    Frank Pavlic
    Teilnehmer

    check 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

    #6219
    Uwe Hartl
    Teilnehmer

    Thats fine, I will wait.

    Best regards
    Uwe

Ansicht von 15 Beiträgen - 1 bis 15 (von insgesamt 15)