01-09-2006 06:16 AM
Error creating bean with name 'descriptorComponent' defined in class path resource [alfresco/application-context.xml]: Can't resolve reference to bean 'systemBootstrap' while setting property 'systemBootstrap';[org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/alfresco]] Exception sending context initialized event to listener instance of class org.alfresco.web.app.ContextListener
org.alfresco.error.AlfrescoRuntimeException: Failed to initialise [more here …]
Caused by: org.springframework.jdbc.UncategorizedSQLException: (HibernateTransactionManager): encountered SQLException [Data truncation: Out of range value adjusted for column 'allowed' at row 1]; nested exception is java.sql.BatchUpdateException: Data truncation: Out of range value adjusted for column 'allowed' at row 1 at org.springframework.jdbc.support.SQLStateSQLExceptionTranslator.translate(SQLStateSQLExceptionTranslator.java:99) at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.translate(SQLErrorCodeSQLExceptionTranslator.java:257) at org.springframework.orm.hibernate3.HibernateTransactionManager.convertJdbcAccessException(HibernateTransactionManager.java:600) at org.springframework.orm.hibernate3.HibernateTransactionManager.doCommit(HibernateTransactionManager.java:496) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:401) at org.springframework.transaction.interceptor.TransactionAspectSupport.doCommitTransactionAfterReturning(TransactionAspectSupport.java:260) at org.alfresco.util.transaction.SpringAwareUserTransaction.commit(SpringAwareUserTransaction.java:376) at org.alfresco.web.app.ContextListener.contextInitialized(ContextListener.java:184)
01-09-2006 09:16 AM
mysql> use alfresco;
Database changed
mysql> describe node_perm_entry;
+————+————–+——+—–+———+——-+
| Field | Type | Null | Key | Default | Extra |
+————+————–+——+—–+———+——-+
| id | bigint(20) | NO | PRI | | |
| protocol | varchar(50) | YES | MUL | NULL | |
| identifier | varchar(100) | YES | | NULL | |
| guid | varchar(36) | YES | | NULL | |
| typeUri | varchar(100) | YES | MUL | NULL | |
| typeName | varchar(100) | YES | | NULL | |
| name | varchar(100) | YES | | NULL | |
| recipient | varchar(100) | YES | MUL | NULL | |
| allowed | bit(1) | NO | | | |
+————+————–+——+—–+———+——-+
9 rows in set (0.02 sec)
01-09-2006 09:46 AM
If you only want authentication against LDAP then see the example in the wiki about doing this.
MySQL: mysqladmin Ver 8.41 Distrib 5.0.18, for unknown-linux-gnu on x86_64
Java: 1.5.0_06-b05
Alfresco: Enterprise Network v1.1.2
OS version: 2.4.21-37.EL
Application server: Tomcat (the one included in the Alfresco 1.1.2 tar)
mysql> describe node_perm_entry;
+————+————–+——+—–+———+——-+
| Field | Type | Null | Key | Default | Extra |
+————+————–+——+—–+———+——-+
| id | bigint(20) | NO | PRI | | |
| protocol | varchar(50) | YES | MUL | NULL | |
| identifier | varchar(100) | YES | | NULL | |
| guid | varchar(36) | YES | | NULL | |
| typeUri | varchar(100) | YES | MUL | NULL | |
| typeName | varchar(100) | YES | | NULL | |
| name | varchar(100) | YES | | NULL | |
| recipient | varchar(100) | YES | MUL | NULL | |
| allowed | bit(1) | NO | | | |
+————+————–+——+—–+———+——-+
9 rows in set (0.00 sec)
01-12-2006 11:33 AM
I will have to check if you can do NTLM authentication from a repository installed on linux.
01-13-2006 04:08 AM
01-13-2006 04:42 AM
01-16-2006 06:35 AM
Note: The question marks are not parsed by the phpBB forum but should be replaced by an 'a' with a bar on top.
HTTP Status 500 -
type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
java.lang.NullPointerException
org.alfresco.repo.security.authentication.ntlm.NTLMAuthenticationComponentImpl.?(Unknown Source)
org.alfresco.repo.security.authentication.ntlm.NTLMAuthenticationComponentImpl.authenticate(Unknown Source)
sun.reflect.GeneratedMethodAccessor118.invoke(Unknown Source)
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
java.lang.reflect.Method.invoke(Method.java:585)
org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:287)
org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:155)
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:122)
org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:57)
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:144)
org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:174)
$Proxy15.authenticate(Unknown Source)
org.alfresco.web.app.servlet.NTLMAuthenticationFilter.?(Unknown Source)
org.alfresco.web.app.servlet.NTLMAuthenticationFilter.doFilter(Unknown Source)
note The full stack trace of the root cause is available in the Apache Tomcat/5.5.9 logs.
Apache Tomcat/5.5.9
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.