Home > error org alfresco fileserver > error org.alfresco.fileserver failed to get local domain/workgroup name

Error Org.alfresco.fileserver Failed To Get Local Domain/workgroup Name

Closed (View Workflow) Priority: Major Resolution: Won't Fix Affects Version/s: 4.2.a Community Fix Version/s: None Component/s: Alfresco Explorer, Share Application Security Level: external (External user) Labels: None Environment: CentOS 6.3, Nginx 1.2.4 SSL reverse proxy, MariaDB 5.5.27 (extra server), Samba 4 RC2 (extra server) Servers are in the same subnet. Security Severity: None Description I've setup Alfresco CE 4.2.a. So far it's up and running. Next I've setup Active Directory Authentication againt a Samba 4 server. I just copied a working configuration from an 4.0.e installation. I haven't found any other documentation. Now, when I try log in via srv-alfresco/share, I got an error message that the server can't be found or the credentials are invalid! When I try log in via srv-alfresco/alfresco, the login dialog pop up repeatedly, forcing me to enter the credentials. Looking in the .LOG-files a don't find any error entry. (files -> catalina.out, share.log, alfresco.log, nginx/access.log, nginx/error.log, krb5.log) During startup I got a message in catalina.out: ... 2012-10-15 08:04:36,157 INFO [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Starting 'fileServers' subsystem, ID: [fileServers, default] 2012-10-15 08:04:37,562 INFO [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Starting 'Authentication' subsystem, ID: [Authentication, managed, kerberos_s4] 2012-10-15 08:04:37,734 INFO [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Startup of 'Authentication' subsystem, ID: [Authentication, managed, kerberos_s4] complete 2012-10-15 08:04:37,734 INFO [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Starting 'Authentication' subsystem, ID: [Authentication, managed, alfrescoNtlm1] 2012-10-15 08:04:37,885 INFO [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Startup of 'Authentication' subsystem, ID: [Authentication, managed, alfrescoNtlm1] complete 2012-10-15 08:04:42,912 WARN [org.alfresco.fileserver] [localhost-startStop-1] CIFS, Unable to get local domain/workgroup name, using default of WORKGROUP. This may be due to firewall settings or incorrect setting) ... So I think co

Sign in Pricing Blog Support Search GitHub This repository Watch 18 Star 4 Fork 2 Alfresco/Alfresco-NFS Code Issues 0 Pull requests 0 Projects 0 Wiki Pulse Graphs Permalink Branch: master Switch branches/tags Branches Tags master Nothing to show Nothing to show Find file Copy path Alfresco-NFS/nfs/src/java/org/alfresco/filesys/config/ServerConfigurationBean.java Fetching contributors… Cannot retrieve contributors at this time Raw Blame History 2372 lines https://issues.alfresco.com/jira/browse/ALF-16391 (1746 sloc) 84.7 KB /* * Copyright (C) 2005-2015 Alfresco Software Limited. * * This file is part of Alfresco * * Alfresco is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * https://github.com/Alfresco/Alfresco-NFS/blob/master/nfs/src/java/org/alfresco/filesys/config/ServerConfigurationBean.java the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * Alfresco is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License * along with Alfresco. If not, see . */ package org.alfresco.filesys.config; import java.io.File; import java.io.IOException; import java.net.InetAddress; import java.net.InetSocketAddress; import java.net.NetworkInterface; import java.net.Socket; import java.net.SocketException; import java.net.UnknownHostException; import java.nio.charset.Charset; import java.nio.charset.IllegalCharsetNameException; import java.nio.charset.UnsupportedCharsetException; import java.security.KeyStore; import java.security.KeyStoreException; import java.util.EnumSet; import java.util.Enumeration; import java.util.List; import java.util.StringTokenizer; import org.alfresco.error.AlfrescoRuntimeException; import org.alfresco.filesys.AbstractServerConfigurationBean; import org.alfresco.filesys.alfresco.AlfrescoContext; import org.alfresco.filesys.alfresco.ExtendedDiskInterface; import org.alfresco.filesys.config.acl.AccessControlListBean; import org.alfresco.filesys.repo.BufferedContentDiskDriver; import org.alfresco.filesys.repo.ContentContext; import org.alfresco.filesys.repo.ContentDiskDriver2; import org.alfresco.filesys.repo.LegacyFileStateDriver; import org.al

a GitHub account Sign https://gist.github.com/473888 in Create a gist now Instantly share https://community.bitnami.com/t/alfresco-5-cannot-login-to-fresh-install-after-reboot/31341 code, notes, and snippets. Star 0 Fork 0 oravecz/gist:473888 Created Jul 13, 2010 Embed What would you like to do? Embed Embed this gist in your website. Embed Share Copy sharable error org.alfresco.fileserver URL for this gist. Share Clone via HTTPS Clone with Git or checkout with SVN using the repository's web address. HTTPS Learn more about clone URLs Download ZIP Code Revisions 2 Raw gistfile1.txt Jul 8, 2010 8:01:53 AM org.apache.catalina.core.AprLifecycleListener error org.alfresco.fileserver failed init INFO: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/lib/jvm/java-6-sun-1.6.0.07/jre/lib/amd64/server:/usr/lib/jvm/java-6-sun-1.6.0.07/jre/lib/amd64:/usr/lib/jvm/java-6-sun-1.6.0.07/jre/../lib/amd64:/usr/java/packages/lib/amd64:/lib:/usr/lib Jul 8, 2010 8:01:54 AM org.apache.coyote.http11.Http11Protocol init INFO: Initializing Coyote HTTP/1.1 on http-8080 Jul 8, 2010 8:01:54 AM org.apache.catalina.startup.Catalina load INFO: Initialization processed in 3782 ms Jul 8, 2010 8:01:54 AM org.apache.catalina.core.StandardService start INFO: Starting service Catalina Jul 8, 2010 8:01:54 AM org.apache.catalina.core.StandardEngine start INFO: Starting Servlet Engine: Apache Tomcat/6.0.14 08:02:15,017 INFO [alfresco.config.JndiPropertiesFactoryBean] Loading properties file from class path resource [alfresco/repository.properties] 08:02:15,085 INFO [alfresco.config.JndiPropertiesFactoryBean] Loading properties file from class path resource [alfresco/domain/transaction.properties] 08:02:15,086 INFO [alfresco.config.JndiPropertiesFactoryBean] Loading properties file from file [/usr/local/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/module/test/alfresco-global.properties] 08:02:15,086 INFO [alfresco.config.JndiPropertiesFactoryBean] Loading properties file from file [/usr/local/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/module/tests/alfresco-global.properties] 08:02:15,086 INFO [alfresco.config.Jndi

attempts to log in result in this message: Your authentication details have not been recognized or Alfresco may not be available at this time. My process was this: 1) Install AWS HVM image on t2.medium box.2) Copied on my SSL certificate and configured apache for https.3) Configured rewrite to direct all HTTP traffic to https.4) Access via HTTPS, see correct cert, log in successfully.5) power down, take image, power up6) attempt log in -> get message. I've followed lots of the different cases about this over the last few years and previous versions to this, none of them refer specifically to bantam instances or AWS and the various conf files that are manipulated differ greatly. I'm struggling to understand if the problem is related to handling SSL across apache-tomcat or if its to do with the url that I have applied or if it is something else that breaks it after a reboot. Can someone point me at a resource that will help me with this with the bitnami implementation? CheersBruno javiersantos 2015-05-18 09:56:21 UTC #2 Hi @delProfundo. Could you have a look to the Alfresco.log file? It should contain more information about this problem and will help us to find the specific issue. delProfundo 2015-05-18 12:42:58 UTC #3 Hi @javiersantos, Here are the ERROR and WARN logs from the last 3 days, I can paste the INFO's as well but I'm guessing these are more important. If there is anything else I can get to help let me know. 2015-05-15 13:48:24,389 ERROR [org.alfresco.fileserver] [CIFS Server] [SMB] Server error : org.alfresco.jlan.server.config.InvalidConfigurationException: Error initializing TCP-IP SMB session handler, Permission denied 2015-05-15 13:48:24,395 ERROR [org.alfresco.fileserver] [CIFS Server] Error from JLAN 2015-05-15 14:30:20,890 ERROR [org.alfresco.fileserver] [CIFS Server] [SMB] Server error : org.alfresco.jlan.server.config.InvalidConfigurationException: Error initializing TCP-IP SMB session handler, Permission denied 2015-05-15 14:30:20,895 ERROR [org.alfresco.fileserver] [CIFS Server] Error from JLAN 2015-05-16 00:47:24,532 ERROR [org.alfresco.fileserver] [CIFS Server] [SMB] Server error : org.alfresco.jlan.server.config.InvalidConfigurationException: Error initializing TCP-IP SMB session handler, Permission denied 2015-05-16 00:47:24,55

 

Related content

error org.alfresco.fileserver error from jlan

Error Org alfresco fileserver Error From Jlan p here for a quick overview of the site Help Center Detailed answers to any questions relatedl you might have Meta Discuss the workings and policies of this site About Us Learn more about Stack Overflow the company Business Learn more about hiring developers or posting ads with us Stack Overflow Questions Jobs Documentation Tags Users Badges Ask Question x Dismiss Join the Stack Overflow Community Stack Overflow is a community of million programmers just like you helping each other Join them it only takes a minute Sign up Alfresco CIFS Server ERROR

error org.alfresco.fileserver java.lang.nullpointerexception

Error Org alfresco fileserver Java lang nullpointerexception p You don't have JavaScript enabled This tool uses JavaScript and relatedl much of it will not work correctly without it enabled Please turn JavaScript back on and reload this page All Places Alfresco ECM Discussions Please enter a title You can not post a blank message Please type your message and try again Replies Latest reply on Mar PM by jottley CIFS Server not starting ds-crcpress Mar PM I am having some trouble getting CIFS working I have Aflresco Community hosted on a FreeBSD system The following is my configuration br alfresco-config

error org.alfresco.fileserver

Error Org alfresco fileserver p You don't have JavaScript enabled This tool uses JavaScript and much of it will not work correctly relatedl without it enabled Please turn JavaScript back on and reload this page All Places Alfresco ECM Discussions Please enter a title You can not post a blank message Please type your message and try again Replies Latest reply on Dec AM by hfunes TCP-IP SMB session handler Permission denied tctim Dec PM I have this error that I don't know to resolve - my thought is I need to change a configuration file somewhere but I don't