Home Forum Allgemeines Installation Nur Fehler 404 nach Installation

Ansicht von 6 Beiträgen - 1 bis 6 (von insgesamt 6)
  • Autor
    Beiträge
  • #5547
    Mirko Schaal
    Teilnehmer

    Hallo,

    Ich wollte mir Nuclos mal anschauen und habe es installiert.
    Der Installationsvorgang läuft scheinbar fehlerfrei durch.
    Wenn ich jetzt aber http://localhost/nuclos/ aufrufe bekomme ich nur einen 404 Fehler.
    Auf http://localhost/ sehe ich eine Standard Begrüßungsseite von Tomcat.
    Ich habe es sowohl direkt unter OS X Lion als auch mit Ubuntu 11.10 Server (in Parallels) probiert – beide male mit dem gleichen Ergebnis.
    Hat jemand einen Tip, was ich falsch gemacht haben könnte bzw. wie ich dem Problem auf den Grund gehen kann? Ich habe von Tomcat und Postgresql leider keine Ahnung.

    #5548
    Robert Mair
    Teilnehmer

    Hallo,

    bitte posten Sie mal das Server.log aus dem Verzeichnis Nuclos/logs

    #5549
    Mirko Schaal
    Teilnehmer

    Wenn ich es richtig verstehe konnte die Verbindung zur Datenbank nicht hergestellt werden:


    2012-04-27 11:22:44,290 INFO [org.springframework.web.context.ContextLoader] - Root WebApplicationContext: initialization started
    2012-04-27 11:22:44,340 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Refreshing Root WebApplicationContext: startup date [Fri Apr 27 11:22:44 CEST 2012]; root of context hierarchy
    2012-04-27 11:22:44,475 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [jar:file:/opt/nuclos/webapp/WEB-INF/lib/nuclos-server-3.1.7.jar!/META-INF/nuclos/nuclos-beans.xml]
    2012-04-27 11:22:44,944 INFO [org.springframework.security.core.SpringSecurityCoreVersion] - You are running with Spring Security Core 3.0.5.RELEASE
    2012-04-27 11:22:44,944 INFO [org.springframework.security.config.SecurityNamespaceHandler] - Spring Security 'config' module version is 3.0.4.RELEASE
    2012-04-27 11:22:45,001 INFO [org.springframework.security.config.http.HttpSecurityBeanDefinitionParser] - Checking sorted filter chain: [, order = 299, Root bean: class [org.springframework.security.web.context.SecurityContextPersistenceFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 300, Root bean: class [org.springframework.security.web.authentication.www.BasicAuthenticationFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 1200, Root bean: class [org.springframework.security.web.savedrequest.RequestCacheAwareFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 1300, Root bean: class [org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 1400, Root bean: class [org.springframework.security.web.authentication.AnonymousAuthenticationFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 1600, Root bean: class [org.springframework.security.web.session.SessionManagementFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 1700, Root bean: class [org.springframework.security.web.access.ExceptionTranslationFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 1800, , order = 1900]
    2012-04-27 11:22:45,004 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [jar:file:/opt/nuclos/webapp/WEB-INF/lib/nuclos-server-3.1.7.jar!/META-INF/nuclos/nuclos-jms-beans.xml]
    2012-04-27 11:22:45,803 INFO [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer] - Loading properties file from URL [file:////opt/nuclos/conf/jdbc.properties]
    2012-04-27 11:22:45,956 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' of type [class org.springframework.transaction.annotation.AnnotationTransactionAttributeSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
    2012-04-27 11:22:45,972 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Bean '(inner bean)' of type [class org.springframework.security.access.annotation.SecuredAnnotationSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
    2012-04-27 11:22:45,980 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Bean '(inner bean)#1' of type [class org.springframework.security.access.annotation.Jsr250MethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
    2012-04-27 11:22:45,987 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Bean 'org.springframework.security.access.method.DelegatingMethodSecurityMetadataSource#0' of type [class org.springframework.security.access.method.DelegatingMethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
    2012-04-27 11:22:45,991 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Bean 'org.springframework.security.methodSecurityMetadataSourceAdvisor' of type [class org.springframework.security.access.intercept.aopalliance.MethodSecurityMetadataSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
    2012-04-27 11:22:46,000 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - Bean 'org.springframework.transaction.config.internalTransactionAdvisor' of type [class org.springframework.transaction.interceptor.BeanFactoryTransactionAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
    2012-04-27 11:22:46,033 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@7f1e1bbf: defining beans [appContext,org.springframework.context.annotation.CommonAnnotationBeanPostProcessor#0,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,propertyConfigurer,nuclosDataSource,transactionManager,customCodeManager,remoteInvocationExecutor,attrSource,nuclosRemoteRollback,masterDataService,parameterService,stateService,serverMetaService,localeService,preferencesService,securityService,layoutService,attributeService,metaDataService,genericObjectService,generatorService,searchFilterService,resourceService,timelimitTaskService,taskService,datasourceService,entityService,entityObjectService,genericObjectGroupService,reportService,ruleEngineService,ruleInterfaceService,timelimitRuleService,treeNodeService,consoleService,wikiService,transferService,importService,liveSearchService,schedulerControlService,processMonitorService,masterDataModuleService,jobControlService,ldapDataService,xmlExportImportProtocolService,xmlExportService,xmlImportService,instanceService,customComponentService,codeService,lookupService,userService,parameterProvider,attributeProvider,masterdataMetaProvider,moduleProvider,metaDataProvider,serviceLocator,nuclosCacheService,nuclosScheduler,org.springframework.security.authentication.DefaultAuthenticationEventPublisher#0,org.springframework.security.authenticationManager,remoteAuthenticationManager,nuclosAuthenticationProvider,userDetailsService,sessionInvalidationFilter,org.springframework.security.access.method.DelegatingMethodSecurityMetadataSource#0,org.springframework.security.access.vote.AffirmativeBased#0,org.springframework.security.access.intercept.aopalliance.MethodSecurityInterceptor#0,org.springframework.security.methodSecurityMetadataSourceAdvisor,org.springframework.security.web.PortMapperImpl#0,org.springframework.security.web.context.HttpSessionSecurityContextRepository#0,org.springframework.security.web.authentication.session.SessionFixationProtectionStrategy#0,org.springframework.security.authentication.ProviderManager#0,org.springframework.security.access.vote.AffirmativeBased#1,org.springframework.security.web.access.intercept.FilterSecurityInterceptor#0,org.springframework.security.web.access.DefaultWebInvocationPrivilegeEvaluator#0,org.springframework.security.authentication.AnonymousAuthenticationProvider#0,org.springframework.security.web.savedrequest.HttpSessionRequestCache#0,org.springframework.security.web.authentication.www.BasicAuthenticationEntryPoint#0,org.springframework.security.config.http.UserDetailsServiceInjectionBeanPostProcessor#0,org.springframework.security.filterChainProxy,processorFactorySingleton,jdbcEntityMetaDataProcessor,jdbcEntityFieldMetaDataProcessor,genericObjectProcessor,jsonEntityMetaDataProcessor,jsonEntityFieldMetaDataProcessor,dynamicMetaDataProcessor,nuclosDalProvider,nucletDalProvider,broker,destinationParameterProvider,destinationStatemodel,destinationRuleNotification,destinationMasterdataCache,destinationMetadataCache,destinationSecurityCache,destinationSearchfilterCache,destinationResourceCache,destinationLocalizationChanges,destinationProgressNotification,destinationLockedTabProgressNotification,destinationCustomcomponentCache,jmsFactory,jmsProducerConnectionFactory,topic.parameterProvider,topic.statemodel,topic.ruleNotification,topic.masterdataCache,topic.metadataCache,topic.securityCache,topic.searchfilterCache,topic.resourceCache,topic.localizationChanges,topic.progressNotification,topic.lockedTabProgressNotification,topic.customcomponentCache,listener.masterdataCache]; root of factory hierarchy
    2012-04-27 11:22:46,296 INFO [org.nuclos.server.database.DataBaseHelper] - Set structure change log directory to /opt/nuclos/logs/database-structure-changes
    2012-04-27 11:22:46,409 ERROR [org.nuclos.server.dblayer.impl.DataSourceExecutor] - org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (FATAL: password authentication failed for user "nuclos")
    2012-04-27 11:22:46,410 WARN [org.nuclos.server.dblayer.impl.postgresql.PostgreSQLDBAccess] - Exception during resolving schema names
    org.nuclos.server.dblayer.DbException: org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (FATAL: password authentication failed for user "nuclos")
    at org.nuclos.server.dblayer.impl.DataSourceExecutor.execute(DataSourceExecutor.java:75)
    at org.nuclos.server.dblayer.DbAccess.resolveSchema(DbAccess.java:120)
    at org.nuclos.server.dblayer.DbAccess.init(DbAccess.java:109)
    at org.nuclos.server.dblayer.impl.postgresql.PostgreSQLDBAccess.init(PostgreSQLDBAccess.java:75)
    at org.nuclos.server.dblayer.DbType.createDbAccess(DbType.java:62)
    at org.nuclos.server.database.DataBaseHelper.getDbAccessFor(DataBaseHelper.java:183)
    at org.nuclos.server.database.DataBaseHelper.(DataBaseHelper.java:85)
    at org.nuclos.server.common.ServerParameterProvider.getParametersFromDB(ServerParameterProvider.java:123)
    at org.nuclos.server.common.ServerParameterProvider.loadParameters(ServerParameterProvider.java:98)
    at org.nuclos.server.common.ServerParameterProvider.afterPropertiesSet(ServerParameterProvider.java:72)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1477)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1417)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
    at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291)
    at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
    at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288)
    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190)
    at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1075)
    at org.nuclos.common.SpringApplicationContextHolder.getBean(SpringApplicationContextHolder.java:78)
    at org.nuclos.server.common.ServerParameterProvider.getInstance(ServerParameterProvider.java:65)
    at org.nuclos.server.masterdata.ejb3.MasterDataFacadeBean.postConstruct(MasterDataFacadeBean.java:154)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:616)
    at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:340)
    at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:293)
    at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:130)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:394)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1413)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
    at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291)
    at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
    at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288)
    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190)
    at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:580)
    at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:895)
    at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:425)
    at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:276)
    at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:197)
    at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47)
    at org.nuclos.server.web.NuclosContextLoaderListener.contextInitialized(NuclosContextLoaderListener.java:54)
    at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4723)
    at org.apache.catalina.core.StandardContext$1.call(StandardContext.java:5226)
    at org.apache.catalina.core.StandardContext$1.call(StandardContext.java:5221)
    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
    at java.util.concurrent.FutureTask.run(FutureTask.java:166)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
    at java.lang.Thread.run(Thread.java:679)
    Caused by: org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (FATAL: password authentication failed for user "nuclos")
    at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:80)
    at org.nuclos.server.dblayer.impl.DataSourceExecutor.getConnection(DataSourceExecutor.java:125)
    at org.nuclos.server.dblayer.impl.DataSourceExecutor.execute(DataSourceExecutor.java:64)
    ... 51 more
    Caused by: org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (FATAL: password authentication failed for user "nuclos")
    at org.apache.commons.dbcp.BasicDataSource.createPoolableConnectionFactory(BasicDataSource.java:1549)
    at org.apache.commons.dbcp.BasicDataSource.createDataSource(BasicDataSource.java:1388)
    at org.apache.commons.dbcp.BasicDataSource.getConnection(BasicDataSource.java:1044)
    at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:111)
    at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:77)
    ... 53 more
    Caused by: org.postgresql.util.PSQLException: FATAL: password authentication failed for user "nuclos"
    at org.postgresql.core.v3.ConnectionFactoryImpl.doAuthentication(ConnectionFactoryImpl.java:291)
    at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:108)
    at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66)
    at org.postgresql.jdbc2.AbstractJdbc2Connection.(AbstractJdbc2Connection.java:125)
    at org.postgresql.jdbc3.AbstractJdbc3Connection.(AbstractJdbc3Connection.java:30)
    at org.postgresql.jdbc3g.AbstractJdbc3gConnection.(AbstractJdbc3gConnection.java:22)
    at org.postgresql.jdbc4.AbstractJdbc4Connection.(AbstractJdbc4Connection.java:30)
    at org.postgresql.jdbc4.Jdbc4Connection.(Jdbc4Connection.java:24)
    at org.postgresql.Driver.makeConnection(Driver.java:393)
    at org.postgresql.Driver.connect(Driver.java:267)
    at org.apache.commons.dbcp.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:38)
    at org.apache.commons.dbcp.PoolableConnectionFactory.makeObject(PoolableConnectionFactory.java:582)
    at org.apache.commons.dbcp.BasicDataSource.validateConnectionFactory(BasicDataSource.java:1556)
    at org.apache.commons.dbcp.BasicDataSource.createPoolableConnectionFactory(BasicDataSource.java:1545)
    ... 57 more
    2012-04-27 11:22:46,418 INFO [org.nuclos.server.dblayer.impl.postgresql.PostgreSQLDBAccess] - Auto savepoint activated
    2012-04-27 11:22:46,440 ERROR [org.nuclos.server.dblayer.impl.DataSourceExecutor] - org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (FATAL: password authentication failed for user "nuclos")
    2012-04-27 11:22:46,440 INFO [org.nuclos.server.database.DataBaseHelper] - Nuclos auto-setup is enabled
    2012-04-27 11:22:46,443 ERROR [org.nuclos.server.dblayer.impl.DataSourceExecutor] - org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (FATAL: password authentication failed for user "nuclos")
    2012-04-27 11:22:46,443 FATAL [org.nuclos.server.database.DataBaseHelper] - Error initializing Nuclos datasource/database access
    org.nuclos.server.dblayer.DbException: org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (FATAL: password authentication failed for user "nuclos")
    at org.nuclos.server.dblayer.impl.DataSourceExecutor.execute(DataSourceExecutor.java:75)
    at org.nuclos.server.dblayer.impl.standard.StandardSqlDBAccess.getTableNames(StandardSqlDBAccess.java:309)
    at org.nuclos.server.autosync.AutoDbSetup.checkIsInstalled(AutoDbSetup.java:130)
    at org.nuclos.server.database.DataBaseHelper.(DataBaseHelper.java:98)
    at org.nuclos.server.common.ServerParameterProvider.getParametersFromDB(ServerParameterProvider.java:123)
    at org.nuclos.server.common.ServerParameterProvider.loadParameters(ServerParameterProvider.java:98)
    at org.nuclos.server.common.ServerParameterProvider.afterPropertiesSet(ServerParameterProvider.java:72)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1477)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1417)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
    at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291)
    at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
    at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288)
    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190)
    at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1075)
    at org.nuclos.common.SpringApplicationContextHolder.getBean(SpringApplicationContextHolder.java:78)
    at org.nuclos.server.common.ServerParameterProvider.getInstance(ServerParameterProvider.java:65)
    at org.nuclos.server.masterdata.ejb3.MasterDataFacadeBean.postConstruct(MasterDataFacadeBean.java:154)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:616)
    at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:340)
    at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:293)
    at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:130)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:394)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1413)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
    at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291)
    at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
    at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288)
    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190)
    at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:580)
    at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:895)
    at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:425)
    at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:276)
    at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:197)
    at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47)
    at org.nuclos.server.web.NuclosContextLoaderListener.contextInitialized(NuclosContextLoaderListener.java:54)
    at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4723)
    at org.apache.catalina.core.StandardContext$1.call(StandardContext.java:5226)
    at org.apache.catalina.core.StandardContext$1.call(StandardContext.java:5221)
    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
    at java.util.concurrent.FutureTask.run(FutureTask.java:166)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
    at java.lang.Thread.run(Thread.java:679)
    Caused by: org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (FATAL: password authentication failed for user "nuclos")
    at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:80)
    at org.nuclos.server.dblayer.impl.DataSourceExecutor.getConnection(DataSourceExecutor.java:125)
    at org.nuclos.server.dblayer.impl.DataSourceExecutor.execute(DataSourceExecutor.java:64)
    ... 48 more
    Caused by: org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (FATAL: password authentication failed for user "nuclos")
    at org.apache.commons.dbcp.BasicDataSource.createPoolableConnectionFactory(BasicDataSource.java:1549)
    at org.apache.commons.dbcp.BasicDataSource.createDataSource(BasicDataSource.java:1388)
    at org.apache.commons.dbcp.BasicDataSource.getConnection(BasicDataSource.java:1044)
    at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:111)
    at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:77)
    ... 50 more
    Caused by: org.postgresql.util.PSQLException: FATAL: password authentication failed for user "nuclos"
    at org.postgresql.core.v3.ConnectionFactoryImpl.doAuthentication(ConnectionFactoryImpl.java:291)
    at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:108)
    at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66)
    at org.postgresql.jdbc2.AbstractJdbc2Connection.(AbstractJdbc2Connection.java:125)
    at org.postgresql.jdbc3.AbstractJdbc3Connection.(AbstractJdbc3Connection.java:30)
    at org.postgresql.jdbc3g.AbstractJdbc3gConnection.(AbstractJdbc3gConnection.java:22)
    at org.postgresql.jdbc4.AbstractJdbc4Connection.(AbstractJdbc4Connection.java:30)
    at org.postgresql.jdbc4.Jdbc4Connection.(Jdbc4Connection.java:24)
    at org.postgresql.Driver.makeConnection(Driver.java:393)
    at org.postgresql.Driver.connect(Driver.java:267)
    at org.apache.commons.dbcp.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:38)
    at org.apache.commons.dbcp.PoolableConnectionFactory.makeObject(PoolableConnectionFactory.java:582)
    at org.apache.commons.dbcp.BasicDataSource.validateConnectionFactory(BasicDataSource.java:1556)
    at org.apache.commons.dbcp.BasicDataSource.createPoolableConnectionFactory(BasicDataSource.java:1545)
    ... 54 more
    2012-04-27 11:22:46,445 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@7f1e1bbf: defining beans [appContext,org.springframework.context.annotation.CommonAnnotationBeanPostProcessor#0,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,propertyConfigurer,nuclosDataSource,transactionManager,customCodeManager,remoteInvocationExecutor,attrSource,nuclosRemoteRollback,masterDataService,parameterService,stateService,serverMetaService,localeService,preferencesService,securityService,layoutService,attributeService,metaDataService,genericObjectService,generatorService,searchFilterService,resourceService,timelimitTaskService,taskService,datasourceService,entityService,entityObjectService,genericObjectGroupService,reportService,ruleEngineService,ruleInterfaceService,timelimitRuleService,treeNodeService,consoleService,wikiService,transferService,importService,liveSearchService,schedulerControlService,processMonitorService,masterDataModuleService,jobControlService,ldapDataService,xmlExportImportProtocolService,xmlExportService,xmlImportService,instanceService,customComponentService,codeService,lookupService,userService,parameterProvider,attributeProvider,masterdataMetaProvider,moduleProvider,metaDataProvider,serviceLocator,nuclosCacheService,nuclosScheduler,org.springframework.security.authentication.DefaultAuthenticationEventPublisher#0,org.springframework.security.authenticationManager,remoteAuthenticationManager,nuclosAuthenticationProvider,userDetailsService,sessionInvalidationFilter,org.springframework.security.access.method.DelegatingMethodSecurityMetadataSource#0,org.springframework.security.access.vote.AffirmativeBased#0,org.springframework.security.access.intercept.aopalliance.MethodSecurityInterceptor#0,org.springframework.security.methodSecurityMetadataSourceAdvisor,org.springframework.security.web.PortMapperImpl#0,org.springframework.security.web.context.HttpSessionSecurityContextRepository#0,org.springframework.security.web.authentication.session.SessionFixationProtectionStrategy#0,org.springframework.security.authentication.ProviderManager#0,org.springframework.security.access.vote.AffirmativeBased#1,org.springframework.security.web.access.intercept.FilterSecurityInterceptor#0,org.springframework.security.web.access.DefaultWebInvocationPrivilegeEvaluator#0,org.springframework.security.authentication.AnonymousAuthenticationProvider#0,org.springframework.security.web.savedrequest.HttpSessionRequestCache#0,org.springframework.security.web.authentication.www.BasicAuthenticationEntryPoint#0,org.springframework.security.config.http.UserDetailsServiceInjectionBeanPostProcessor#0,org.springframework.security.filterChainProxy,processorFactorySingleton,jdbcEntityMetaDataProcessor,jdbcEntityFieldMetaDataProcessor,genericObjectProcessor,jsonEntityMetaDataProcessor,jsonEntityFieldMetaDataProcessor,dynamicMetaDataProcessor,nuclosDalProvider,nucletDalProvider,broker,destinationParameterProvider,destinationStatemodel,destinationRuleNotification,destinationMasterdataCache,destinationMetadataCache,destinationSecurityCache,destinationSearchfilterCache,destinationResourceCache,destinationLocalizationChanges,destinationProgressNotification,destinationLockedTabProgressNotification,destinationCustomcomponentCache,jmsFactory,jmsProducerConnectionFactory,topic.parameterProvider,topic.statemodel,topic.ruleNotification,topic.masterdataCache,topic.metadataCache,topic.securityCache,topic.searchfilterCache,topic.resourceCache,topic.localizationChanges,topic.progressNotification,topic.lockedTabProgressNotification,topic.customcomponentCache,listener.masterdataCache]; root of factory hierarchy
    2012-04-27 11:22:46,446 ERROR [org.springframework.web.context.ContextLoader] - Context initialization failed
    org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'masterDataService': Invocation of init method failed; nested exception is org.nuclos.common.NuclosFatalException: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'parameterProvider' defined in URL [jar:file:/opt/nuclos/webapp/WEB-INF/lib/nuclos-server-3.1.7.jar!/META-INF/nuclos/nuclos-beans.xml]: Invocation of init method failed; nested exception is java.lang.ExceptionInInitializerError
    at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:133)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:394)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1413)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
    at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291)
    at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
    at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288)
    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190)
    at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:580)
    at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:895)
    at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:425)
    at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:276)
    at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:197)
    at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47)
    at org.nuclos.server.web.NuclosContextLoaderListener.contextInitialized(NuclosContextLoaderListener.java:54)
    at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4723)
    at org.apache.catalina.core.StandardContext$1.call(StandardContext.java:5226)
    at org.apache.catalina.core.StandardContext$1.call(StandardContext.java:5221)
    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
    at java.util.concurrent.FutureTask.run(FutureTask.java:166)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
    at java.lang.Thread.run(Thread.java:679)
    Caused by: org.nuclos.common.NuclosFatalException: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'parameterProvider' defined in URL [jar:file:/opt/nuclos/webapp/WEB-INF/lib/nuclos-server-3.1.7.jar!/META-INF/nuclos/nuclos-beans.xml]: Invocation of init method failed; nested exception is java.lang.ExceptionInInitializerError
    at org.nuclos.common.SpringApplicationContextHolder.getBean(SpringApplicationContextHolder.java:80)
    at org.nuclos.server.common.ServerParameterProvider.getInstance(ServerParameterProvider.java:65)
    at org.nuclos.server.masterdata.ejb3.MasterDataFacadeBean.postConstruct(MasterDataFacadeBean.java:154)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:616)
    at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:340)
    at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:293)
    at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:130)
    ... 23 more
    Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'parameterProvider' defined in URL [jar:file:/opt/nuclos/webapp/WEB-INF/lib/nuclos-server-3.1.7.jar!/META-INF/nuclos/nuclos-beans.xml]: Invocation of init method failed; nested exception is java.lang.ExceptionInInitializerError
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1420)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
    at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291)
    at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
    at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288)
    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190)
    at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1075)
    at org.nuclos.common.SpringApplicationContextHolder.getBean(SpringApplicationContextHolder.java:78)
    ... 32 more
    Caused by: java.lang.ExceptionInInitializerError
    at org.nuclos.server.common.ServerParameterProvider.getParametersFromDB(ServerParameterProvider.java:123)
    at org.nuclos.server.common.ServerParameterProvider.loadParameters(ServerParameterProvider.java:98)
    at org.nuclos.server.common.ServerParameterProvider.afterPropertiesSet(ServerParameterProvider.java:72)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1477)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1417)
    ... 40 more
    Caused by: org.nuclos.common.NuclosFatalException: Error initializing Nuclos datasource/database access: org.nuclos.server.dblayer.DbException: org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (FATAL: password authentication failed for user "nuclos")
    at org.nuclos.server.database.DataBaseHelper.(DataBaseHelper.java:129)
    ... 45 more
    Caused by: org.nuclos.server.dblayer.DbException: org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (FATAL: password authentication failed for user "nuclos")
    at org.nuclos.server.dblayer.impl.DataSourceExecutor.execute(DataSourceExecutor.java:75)
    at org.nuclos.server.dblayer.impl.standard.StandardSqlDBAccess.getTableNames(StandardSqlDBAccess.java:309)
    at org.nuclos.server.autosync.AutoDbSetup.checkIsInstalled(AutoDbSetup.java:130)
    at org.nuclos.server.database.DataBaseHelper.(DataBaseHelper.java:98)
    ... 45 more
    Caused by: org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (FATAL: password authentication failed for user "nuclos")
    at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:80)
    at org.nuclos.server.dblayer.impl.DataSourceExecutor.getConnection(DataSourceExecutor.java:125)
    at org.nuclos.server.dblayer.impl.DataSourceExecutor.execute(DataSourceExecutor.java:64)
    ... 48 more
    Caused by: org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (FATAL: password authentication failed for user "nuclos")
    at org.apache.commons.dbcp.BasicDataSource.createPoolableConnectionFactory(BasicDataSource.java:1549)
    at org.apache.commons.dbcp.BasicDataSource.createDataSource(BasicDataSource.java:1388)
    at org.apache.commons.dbcp.BasicDataSource.getConnection(BasicDataSource.java:1044)
    at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:111)
    at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:77)
    ... 50 more
    Caused by: org.postgresql.util.PSQLException: FATAL: password authentication failed for user "nuclos"
    at org.postgresql.core.v3.ConnectionFactoryImpl.doAuthentication(ConnectionFactoryImpl.java:291)
    at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:108)
    at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66)
    at org.postgresql.jdbc2.AbstractJdbc2Connection.(AbstractJdbc2Connection.java:125)
    at org.postgresql.jdbc3.AbstractJdbc3Connection.(AbstractJdbc3Connection.java:30)
    at org.postgresql.jdbc3g.AbstractJdbc3gConnection.(AbstractJdbc3gConnection.java:22)
    at org.postgresql.jdbc4.AbstractJdbc4Connection.(AbstractJdbc4Connection.java:30)
    at org.postgresql.jdbc4.Jdbc4Connection.(Jdbc4Connection.java:24)
    at org.postgresql.Driver.makeConnection(Driver.java:393)
    at org.postgresql.Driver.connect(Driver.java:267)
    at org.apache.commons.dbcp.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:38)
    at org.apache.commons.dbcp.PoolableConnectionFactory.makeObject(PoolableConnectionFactory.java:582)
    at org.apache.commons.dbcp.BasicDataSource.validateConnectionFactory(BasicDataSource.java:1556)
    at org.apache.commons.dbcp.BasicDataSource.createPoolableConnectionFactory(BasicDataSource.java:1545)
    ... 54 more
    2012-04-27 11:22:46,481 INFO [org.apache.activemq.broker.BrokerService] - Using Persistence Adapter: MemoryPersistenceAdapter
    2012-04-27 11:22:46,482 INFO [org.apache.activemq.broker.BrokerService] - ActiveMQ 5.3.1 JMS Message Broker (localhost) is starting
    2012-04-27 11:22:46,482 INFO [org.apache.activemq.broker.BrokerService] - For help or more information please see: http://activemq.apache.org/
    2012-04-27 11:22:46,632 INFO [org.apache.activemq.broker.TransportConnector] - Connector vm://localhost Started
    2012-04-27 11:22:46,634 INFO [org.apache.activemq.broker.BrokerService] - ActiveMQ JMS Message Broker (localhost, ID:ubuntu-38026-1335518566498-0:0) started
    2012-04-27 11:22:46,654 INFO [org.apache.activemq.broker.BrokerService] - ActiveMQ Message Broker (localhost, ID:ubuntu-38026-1335518566498-0:0) is shutting down
    2012-04-27 11:22:46,655 INFO [org.apache.activemq.broker.TransportConnector] - Connector vm://localhost Stopped
    2012-04-27 11:22:46,662 INFO [org.apache.activemq.broker.BrokerService] - ActiveMQ JMS Message Broker (localhost, ID:ubuntu-38026-1335518566498-0:0) stopped

    #5550
    Robert Mair
    Teilnehmer

    Danke!

    Es kann nicht auf die Datenbank zugegriffen werden:

    (FATAL: password authentication failed for user "nuclos")

    … der Datenbankuser „nuclos“ scheint ein anderes Passwort wie der User, welcher im Installer angegeben wurde zu haben.

    Bitte Passwort überprüfen 😉

    Grüße
    rmair

    #5551
    Mirko Schaal
    Teilnehmer

    Danke, wie prüfe ich das am besten?
    Wie gesagt, ich habe keinen Plan von Postgresql ich verwende sonst nur MySQL.

    #5552
    Mirko Schaal
    Teilnehmer

    Ha!
    Ich habe den Benutzer, die Datenbank und das Schema angelegt und jetzt funktioniert es!
    DANKE!

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