cancel
Showing results for 
Search instead for 
Did you mean: 

CIFS server configuration error, Failed to determine local..

thurisaz
Champ in-the-making
Champ in-the-making
Hi everybody,

I have a Gentoo-Linux-Box and installed Tomcat 5.0.27-r6, sun-jdk 1.5.0.06 and MySQL 5.0.16-r4. I downloaded the tomcat-war-bundle from the Alfresco-Homepage, run the MySQL-DB-Init-Script, copied the newest MySQL-JDBC-Drivers into /opt/tomcat/shared/lib and copied the alfresco.war to /opt/tomcat/webapps.

Then I tried to login into 127.0.0.1/alfresco using the standard-value admin, admin but Alfresco just gives me a
Unable to login - unknown username/password

I'm quite sure that this error-message in /var/log/tomcat/catalina.out has to do something with is - nevertheless I do not understand it:


13:10:40,143 ERROR [alfresco.smb.protocol] CIFS server configuration error, Failed to determine local domain/workgroup
org.alfresco.error.AlfrescoRuntimeException: Failed to determine local domain/workgroup
        at org.alfresco.filesys.server.config.ServerConfiguration.getLocalDomainName(ServerConfiguration.java:2253)
        at org.alfresco.filesys.server.config.ServerConfiguration.processCIFSServerConfig(ServerConfiguration.java:587)
        at org.alfresco.filesys.server.config.ServerConfiguration.init(ServerConfiguration.java:425)
        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:585)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeCustomInitMethod(AbstractAutowireCapableBeanFactory.java:971)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:941)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:334)
        at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:222)
        at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:146)
        at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:277)
        at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:310)
        at org.springframework.web.context.support.AbstractRefreshableWebApplicationContext.refresh(AbstractRefreshableWebApplicationContext.java:133)
        at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:230)
        at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:156)
        at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:48)
        at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3827)
        at org.apache.catalina.core.StandardContext.start(StandardContext.java:4343)
        at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:823)
        at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:807)
        at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:595)
        at org.apache.catalina.core.StandardHostDeployer.install(StandardHostDeployer.java:277)
        at org.apache.catalina.core.StandardHost.install(StandardHost.java:832)
        at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:617)
        at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:431)
        at org.apache.catalina.startup.HostConfig.start(HostConfig.java:968)
        at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:349)
        at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
        at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1091)
        at org.apache.catalina.core.StandardHost.start(StandardHost.java:789)
        at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1083)
        at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:478)
        at org.apache.catalina.core.StandardService.start(StandardService.java:480)
        at org.apache.catalina.core.StandardServer.start(StandardServer.java:2313)
        at org.apache.catalina.startup.Catalina.start(Catalina.java:556)
        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:585)
        at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:284)
        at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:422)

Any hints? Do I need any additional software like Samba on my system? What am I doing wrong?
4 REPLIES 4

thurisaz
Champ in-the-making
Champ in-the-making
no idea anyone? I have defnitly no idea what I am doing wrong… I simply can not login….

steve
Champ in-the-making
Champ in-the-making
Hi,

Have a look in this thread:
http://www.alfresco.org/forums/viewtopic.php?t=17

Steve

thurisaz
Champ in-the-making
Champ in-the-making
Hi,

Have a look in this thread:
http://www.alfresco.org/forums/viewtopic.php?t=17

Steve

thanks a lot for your answer… but are you sure you posted the correct link? After installing Alfresco (I already tried 2 totally different Systems) I can not login using the standard-user "admin" "admin"

steve
Champ in-the-making
Champ in-the-making
That link was for the CIFS issue you reported.

Steve