AMT-00512: address already in use

Hello
10 g R2 on AIX, the listener does not start with:

AMT-00512: address already in use

It is proposed to change the DB port. But this is not practical, given that multiple users connect to real port and we cannot change tnsnames.ora to all.
Any idea?

Thank you.

Hello

I can recommend 2 options.

1. netstat - a | grep

Use netstat to find which process id using the port of the listener and then kill him this process to get the listener run.

2 another option may be to stop the listener, reconfigure it on the same port and start the receiver.

Kind regards

Ugur

Tags: Database

Similar Questions

  • Configure Apache HTTP Srvr for WLS12c error - "address already in use: make_sock: could not bind to address 80.

    Hello the Experts of Oracle.

    I already have

    1. installed the Apache HTTP Server (with libraries)
    2. Downloaded the Plugin of Apache WLS12c
    3. copied the plugin files into the appropriate directories.
    4. Modify the httpd.conf (see below)

    At the present time, I try to start the Apache HTTP server and runs in an unexpected error.

    WHY APACHE ATTEMPTS TO LISTEN ON PORT 80. ?  I've SPECIFIED the PORT 8888

    Question: How to go beyond the error.   -| "Address already in use: make_sock: could not bind to address 80 '

    My server is 192.168.1.21.  In my view, that it has ESTABLISHED processes.  Yet, he reports, that it cannot start.

    junk1.PNG

    Here is the content of the httpd.conf file.  My customizations are in Red.

    #

    # This is the main Apache HTTP server configuration file.  It contains the

    configuration directives # that give the server its instructions.

    See # < URL: http://httpd.Apache.org/docs/2.4/ > for more information.

    # See especially

    # < URL: http://httpd.Apache.org/docs/2.4/mod/directives.html >

    # for an analysis of each configuration directive.

    #

    # Do NOT simply read the instructions here without understanding

    # what they do.  They are there only as advice or reminders.  If you do not know

    # consult the online documentation. You have been warned.

    #

    # Configuration and logfile names: If the file names that you specify for a lot

    number of files in server control begin by "/" (or "drive: / 'for Win32 '), the

    # server uses this explicit path.  If filenames do * not * start

    # with "/", the value of ServerRoot directive is preceded by - both "logs/access_log".

    # with ServerRoot set to "/ usr/local/apache2" will be interpreted by the

    # Server as "/ usr/local/apache2/logs/access_log", considering that "/ logs/access_log".

    # will be interpreted as "/ logs/access_log".

    #

    # ServerRoot: The top of the directory under which the server tree

    # configuration, error and the log files are kept.

    #

    # Do not add a bar slash at the end of the directory path.  If you point

    # ServerRoot to non-local disk, remember to choose a local drive on the

    # Directive Mutex, if based on mutex files are used.  If you want to share the

    # ServerRoot even for several demons httpd, you will need to change to

    # PidFile less.

    #

    ServerRoot "/ usr/local/apache2.

    #

    # PidFile: The file in which the server should record its process

    ID # when it starts.

    #

    PidFile ' / usr/local/apache2/logs/httpd.pid '.

    #

    # Mutex: Allows you to set the mutex mechanism and the mutex file directory

    # for individual mutex, or change the default global values

    #

    # Uncomment and change the directory if mutexes are based on files and the default

    # mutex file directory is not on a local disk or is not suitable for some

    # other reason.

    #

    # Default Mutex: newspapers

    #

    # Listen: Allows you to bind Apache to specific IP addresses and/or

    ports #, instead of the default value. See also the < VirtualHost >

    directive #.

    #

    # Change this to listen on specific IP addresses below for

    # prevent Apache glomming on all related IP addresses.

    #

    # Example-> look 12.34.56.78:80

    # Listen api.astcorporation.com:8001

    Listen 8888

    #

    # Dynamic Shared Object (DSO) Support

    #

    # To be able to use the features of a module that was built as a DSO you

    # duty place corresponding 'LoadModule' lines at this location until the

    # directives that it contained are actually available _avant_, that they are used.

    # Modules statically compiled (those listed by "httpd-l") is not necessary

    # to be responsible here.

    #

    # Example:

    # LoadModule foo_module modules/mod_foo.so

    #

    LoadModule authn_file_module modules/mod_authn_file.so

    #LoadModule authn_dbm_module modules/mod_authn_dbm.so

    #LoadModule authn_anon_module modules/mod_authn_anon.so

    #LoadModule authn_dbd_module modules/mod_authn_dbd.so

    #LoadModule authn_socache_module modules/mod_authn_socache.so

    LoadModule modules/mod_authn_core.so authn_core_module

    LoadModule modules/mod_authz_host.so authz_host_module

    LoadModule modules/mod_authz_groupfile.so authz_groupfile_module

    LoadModule modules/mod_authz_user.so authz_user_module

    #LoadModule authz_dbm_module modules/mod_authz_dbm.so

    #LoadModule authz_owner_module modules/mod_authz_owner.so

    #LoadModule authz_dbd_module modules/mod_authz_dbd.so

    LoadModule modules/mod_authz_core.so authz_core_module

    LoadModule modules/mod_access_compat.so access_compat_module

    LoadModule auth_basic_module modules/mod_auth_basic.so

    #LoadModule auth_form_module modules/mod_auth_form.so

    #LoadModule auth_digest_module modules/mod_auth_digest.so

    #LoadModule allowmethods_module modules/mod_allowmethods.so

    #LoadModule file_cache_module modules/mod_file_cache.so

    #LoadModule cache_module modules/mod_cache.so

    #LoadModule disk_cache_module modules/mod_cache_disk.so

    #LoadModule cache_socache_module modules/mod_cache_socache.so

    #LoadModule socache_shmcb_module modules/mod_socache_shmcb.so

    #LoadModule socache_dbm_module modules/mod_socache_dbm.so

    #LoadModule socache_memcache_module modules/mod_socache_memcache.so

    #LoadModule macro_module modules/mod_macro.so

    #LoadModule dbd_module modules/mod_dbd.so

    #LoadModule dumpio_module modules/mod_dumpio.so

    #LoadModule buffer_module modules/mod_buffer.so

    #LoadModule ratelimit_module modules/mod_ratelimit.so

    LoadModule modules/mod_reqtimeout.so reqtimeout_module

    #LoadModule ext_filter_module modules/mod_ext_filter.so

    Request_module modules/mod_request.so #LoadModule

    #LoadModule include_module modules/mod_include.so

    LoadModule modules/mod_filter.so filter_module

    #LoadModule substitute_module modules/mod_substitute.so

    #LoadModule sed_module modules/mod_sed.so

    Modules/mod_deflate.so deflate_module #LoadModule

    LoadModule mime_module modules/mod_mime.so

    LoadModule log_config_module modules/mod_log_config.so

    #LoadModule log_debug_module modules/mod_log_debug.so

    #LoadModule logio_module modules/mod_logio.so

    LoadModule env_module modules/mod_env.so

    #LoadModule modules/mod_expires.so expires_module

    LoadModule headers_module modules/mod_headers.so

    #LoadModule unique_id_module modules/mod_unique_id.so

    LoadModule setenvif_module modules/mod_setenvif.so

    LoadModule modules/mod_version.so version_module

    #LoadModule remoteip_module modules/mod_remoteip.so

    #LoadModule modules/mod_proxy.so proxy_module

    Modules/mod_proxy_connect.so proxy_connect_module #LoadModule

    Proxy_ftp_module modules/mod_proxy_ftp.so #LoadModule

    Modules/mod_proxy_http.so proxy_http_module #LoadModule

    #LoadModule proxy_fcgi_module modules/mod_proxy_fcgi.so

    #LoadModule proxy_scgi_module modules/mod_proxy_scgi.so

    #LoadModule proxy_wstunnel_module modules/mod_proxy_wstunnel.so

    #LoadModule proxy_ajp_module modules/mod_proxy_ajp.so

    Proxy_balancer_module modules/mod_proxy_balancer.so #LoadModule

    #LoadModule proxy_express_module modules/mod_proxy_express.so

    #LoadModule session_module modules/mod_session.so

    #LoadModule session_cookie_module modules/mod_session_cookie.so

    #LoadModule session_dbd_module modules/mod_session_dbd.so

    #LoadModule slotmem_shm_module modules/mod_slotmem_shm.so

    #LoadModule lbmethod_byrequests_module modules/mod_lbmethod_byrequests.so

    #LoadModule lbmethod_bytraffic_module modules/mod_lbmethod_bytraffic.so

    #LoadModule lbmethod_bybusyness_module modules/mod_lbmethod_bybusyness.so

    #LoadModule lbmethod_heartbeat_module modules/mod_lbmethod_heartbeat.so

    LoadModule modules/mod_unixd.so unixd_module

    #LoadModule dav_module modules/mod_dav.so

    LoadModule status_module modules/mod_status.so

    LoadModule autoindex_module modules/mod_autoindex.so

    #LoadModule info_module modules/mod_info.so

    #LoadModule cgid_module modules/mod_cgid.so

    #LoadModule dav_fs_module modules/mod_dav_fs.so

    #LoadModule vhost_alias_module modules/mod_vhost_alias.so

    #LoadModule modules/mod_negotiation.so negotiation_module

    LoadModule modules/mod_dir.so dir_module

    #LoadModule actions_module modules/mod_actions.so

    Modules/mod_speling.so speling_module #LoadModule

    #LoadModule userdir_module modules/mod_userdir.so

    LoadModule alias_module modules/mod_alias.so

    #LoadModule rewrite_module modules/mod_rewrite.so

    # Added on 23/09/2015 | -enabling reverse proxy requests for users of WLS12c

    LoadModule modules/mod_wl_24.so weblogic_module

    < IfModule unixd_module >

    #

    # If you want httpd to run as a different user or group, you must run

    # httpd as root initially and it will pass.

    #

    # Group / user: the name (or #number) of the user/group to run httpd as.

    # It is generally advisable to create a dedicated and aggregatable for user

    # httpd, as with most system services are running.

    #

    Demon of the user

    Daemon group

    < / IfModule >

    Server configuration # 'hand '.

    #

    # The directives in this section implement the values used by the 'hand '.

    # Server, which meets all demands that are not managed by a

    definition of # < VirtualHost >.  These values also provide defaults for

    # all < VirtualHost > containers you can set later in the file.

    #

    # All these directives may appear inside containers < VirtualHost >,.

    # in which case the value default parameters will be substituted for the

    virtual host of # being defined.

    #

    #

    # ServerAdmin: Your address, where problems with the server should be

    # e-mail.  This address appears on some generated by the page server, such

    # as error documents.  for example [email protected]

    #

    ServerAdmin [email protected]

    #

    # ServerName gives the name and the port used by the server to identify itself.

    # This can often be determined automatically, but we recommend that you specify

    # explicitly to avoid problems during startup.

    #

    # If your host doesn't have a registered DNS name, enter its IP address here.

    #

    Servername 192.168.1.21

    #

    # Deny access to the whole of the file system of your server. You must

    # explicitly allow access to web content directories in other

    blocks of # < directory > below.

    #

    < directory / >

    AllowOverride none

    Need all refused

    < / Book >

    #

    # Note that, from this point forward you must precisely enable

    features special # to be enabled - so if something doesn't work not as

    # you might expect, make sure that you have specifically enabled it

    # below.

    #

    #

    # DocumentRoot: The directory you are going to use your

    documents #. By default, all requests are taken from this directory, but

    aliases and symlinks # can be used to point to other locations.

    #

    DocumentRoot "/ usr/local/apache2/htdocs.

    < directory "/ usr/local/apache2/htdocs" >

    #

    # Possible values for the Options directive are "None", "All."

    # or any combination of:

    # Indexes includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews

    #

    # Note that "MultiViews" must be named * explicitly *-'all Options '.

    # is not give it to you.

    #

    # The Options directive is complex and important.  Please see

        # http://httpd.Apache.org/docs/2.4/mod/core.HTML#options

    # For more information.

    #

    Options Indexes FollowSymLinks

    #

    # AllowOverride controls what directives may be placed in .htaccess files.

    # It can be 'All', 'None', or any combination of key words:

    # AllowOverride FileInfo AuthConfig Limit

    #

    AllowOverride None

    #

    # Controls who can get stuff from this server.

    #

    Need of all granted

    < / Book >

    #

    # DirectoryIndex: sets the file Apache will serve if a directory

    # is requested.

    #

    < IfModule dir_module >

    DirectoryIndex index.html

    < / IfModule >

    #

    # The following lines prevent the .htaccess and .htpasswd files to be

    # seen by customers of the Web.

    #

    < files ".ht *" >

    Need all refused

    < / files >

    #

    # ErrorLog: The location of the error log file.

    # If you do not specify an ErrorLog directive in a < VirtualHost >

    # container, error messages related to this virtual host will be

    # logged here.  If you * define an error for a < VirtualHost > log file

    container of #, that host errors will be logged there and not here.

    #

    ErrorLog "logs/error_log".

    #

    # LogLevel: Control the number of messages in the error_log.

    # Possible values include: debug, info, notice, warn, error, crit,.

    # emerg, alert.

    #

    LogLevel debug

    < IfModule log_config_module >

    #

    # The following directives define some nicknames format for use with

    # a directive CustomLog (see below).

    #

    "LogFormat '%%u %t \"%r\ hour' % > s \"%{Referer}i\ %b" \"%{User-Agent}i\" "handset"

    "LogFormat '%%u %t \"%r\ hour' % > s %b "commune

    < IfModule logio_module >

    # You must enable mod_logio.c use %I and frequency

    "" LogFormat '%%u %t \"%r\ hour' % > s %b \"%{Referer}i\ "\"%{User-Agent}i\ "%I %o "combinedio

    < / IfModule >

    #

    # The location and format of the access (Common Log Format) log file.

    # If you do not have any logfiles access set in a < VirtualHost >

    container of #, they will be saved here.  On the other hand, if you * do *.

    # define per - < VirtualHost > access logfiles, transactions will be

    # logged there and * not * in this file.

    #

    CustomLog "logs/access_log" common

    #

    # If you prefer a log file of access, agent, and referer information

    # (Combined logfile format) you can use the following directive.

    #

    #CustomLog "logs/access_log" combined

    < / IfModule >

    < IfModule alias_module >

    #

    # Redirect: Allows to tell clients the documents used for

    # exist in your server's namespace, but no more. The customer

    # make a new request for the document at its new location.

    # Example:

    # Redirect permanent/foo http://www.example.com/bar

    #

    # Alias: Maps web paths into paths of file system and is used to

    # access content that don't live under the DocumentRoot directive.

    # Example:

    # Alias /webpath/full/filesystem/path

    #

    # If you include a trailing / on /webpath, then the server will be

    # require that he be present in the URL.  It is also likely that

    # duty provide a < Directory > section to allow access to

    # the path to the file system.

    #

    # ScriptAlias: This controls which directories contain server scripts.

    # ScriptAliases are essentially the same as assumed names, except that

    # documents in the target directory are treated as applications and

    # executed by the server on demand, rather than as documents sent to the

    client of #.  The same regulation on flight "/" applies to the ScriptAlias

    # as for the Alias directives.

    #

    ScriptAlias/cgi-bin / "/ usr/local/apache2/cgi-bin /".

    < / IfModule >

    < IfModule cgid_module >

    #

    # ScriptSock: On threaded servers, refers to the access path to the UNIX

    decision # used to communicate with the CGI mod_cgid daemon.

    #

    #Scriptsock cgisock

    < / IfModule >

    #

    # "/ usr/local/apache2/cgi-bin" just need to replace your ScriptAlias

    # CGI directory exists, if you have set up.

    #

    < directory "/ usr/local/apache2/cgi-bin" >

    AllowOverride None

    None of the options

    Need of all granted

    < / Book >

    < IfModule mime_module >

    #

    # TypesConfig points to the file containing the list of mappings from

    # MIME file extension - type.

    #

    TypesConfig conf/mime.types

    #

    # AddType allows you to add or replace the MIME configuration

    # the file specified in TypesConfig for specific file types.

    #

    #AddType application/x-gzip .tgz

    #

    # AddEncoding allows you to have certain browsers uncompress

    # information on the fly. Note: Not all browsers support this.

    #

    #AddEncoding x-compress. Z

    #AddEncoding x-gzip .gz .tgz

    #

    # If the AddEncoding directives above are commented out, then you

    # should probably define these extensions to indicate media types:

    #

    AddType application/x-compress. Z

    AddType application/x-gzip .gz .tgz

    #

    # AddHandler allows you to map certain "manipulators": file extensions

    # No actions associated with the file type. It can be either integrated into the server

    # or added to the directive of the Action (see below)

    #

    # To use CGI outside of ScriptAlias directories scripts:

    # (You will also need to add "ExecCGI" to the "Options" directive.)

    #

    #AddHandler cgi-script .cgi

    # For maps of type (negotiated resources):

    #AddHandler type-plan of the var

    #

    # Filters allow you to process content before sending it to the client.

    #

    # To parse .shtml for server-side includes (SSI) files:

    # (You will also need to add "Includes" the "Options" directive.)

    #

    #AddType text/html .shtml

    #AddOutputFilter INCLUDES .shtml

    < / IfModule >

    #

    # The mod_mime_magic module allows the server to use various boards of the

    content of the file itself to determine its type.  The MIMEMagicFile

    # directive tells the module where the definitions of suspicion.

    #

    #MIMEMagicFile conf/magic

    #

    # Customizable error responses come in three flavors:

    ((# 1) text 2) local redirects 3) external redirects

    #

    # Examples:

    #Error Document 500 "The server made a boo boo".

    #Error Document 404 Missing.html

    #Error Document 404 "/cgi-bin/missing_handler.pl"

    #Errordocument 402 http://www.example.com/subscription_info.html

    #

    #

    # MaxRanges: Number of channels in a Maximum request before

    # return the resource, or one of the extraordinary

    # values 'default', 'none' or 'unlimited '.

    # Default is to accept 200 beaches.

    Unlimited #MaxRanges

    #

    # EnableMMAP and EnableSendfile: on systems that support.

    projection in memory # or the sendfile syscall can be used to deliver

    # files.  Usually, this improves the performance of the server, but must

    # turn off when mounted network is served

    # file systems or if support for these functions is also

    # broken on your system.

    # Default: EnableMMAP, EnableSendfile Off

    #

    #EnableMMAP off

    #EnableSendfile on

    # Additional configuration

    #

    # The configuration files in the conf/extra/directory can be

    # included to add additional features or change the default configuration

    # the server, or you can simply copy their content here and change as

    # necessary.

    # Server-pool management (MPM specific)

    #Include conf/extra/httpd-mpm.conf

    # Multilingual error messages

    #Include conf/extra/httpd-multilang-errordoc.conf

    # Entries to the fancy directory

    #Include conf/extra/httpd-autoindex.conf

    # Language settings

    #Include conf/extra/httpd-languages.conf

    # User directories

    #Include conf/extra/httpd-userdir.conf

    # Info in real time on the applications and configuration

    #Include conf/extra/httpd-info.conf

    # Virtual hosts

    #Include conf/extra/httpd-vhosts.conf

    # Local access to the manual for the Apache HTTP Server

    #Include conf/extra/httpd-manual.conf

    # Distributed authoring and versioning (WebDAV)

    #Include conf/extra/httpd-dav.conf

    # Various default settings

    #Include conf/extra/httpd-default.conf

    # Configure mod_proxy_html to understand HTML4/XHTML1

    < IfModule proxy_html_module >

    Include the conf/extra/proxy-html.conf

    < / IfModule >

    # Secure connections (SSL/TLS)

    #Include conf/extra/httpd-ssl.conf

    #

    # Note: The following text should be present to support

    # start without SSL on platforms without equivalent/dev/random

    but # a statically compiled in mod_ssl.

    #

    < IfModule ssl_module >

    SSLRandomSeed startup builtin

    SSLRandomSeed connect builtin

    < / IfModule >

    #

    # Uncomment on the below to deal with user agents that deliberately

    # violate open standards by abusing DNT (DNT * must * be a specific)

    choice of end-users #)

    #

    # < IfModule setenvif_module >

    #BrowserMatch "MSIE 10.0"; bad_DNT

    # < / IfModule >

    # < IfModule headers_module >

    #RequestHeader unset DNT env = bad_DNT

    # < / IfModule >

    #= WLS 12 c routing Configuration. Seven 2015 =.

    # Added to fix the mistakes of transport of myAST resulting from the use of deprecated SSL 2.0 Mobile Security.

    # The following has been added to activate the reverse proxy requests from users of WLS 12 c-based applications.

    #-8002 port = SSL listener for api.astcorporation.com (managed server)

    # - the port 443 = SSL listener for myast.astcorporation.com (managed server)

    #

    # Phases of deployment:

    API.astcorporation.com:8001/myast # (1).

    # VirtualHost (2) Setup / WeblogicCluster guidelines to register myast.astcorporation.com:443

    # 3-test api & myast

    # 4-regenerate private certificate + all certificates.

    # Minimum nonclustered directive specifies WebLogic IP + port.

    < IfModule mod_weblogic.c >

    WebLogicHost 192.168.1.43

    WebLogicPort 8002

    Debugging now

    DebugConfigInfo WE

    Newspapers/myAst12c_WLS_error_log WLLogFile

    WLS-JSESSION-ID WLCookieName

    < / IfModule >

    # Proxy request per path Note: SetHandler specifies the handler for the plug-in module for the Apache HTTP Server

    < /myast location >

    SetHandler weblogic-Manager

    ErrorPage http://www.astcorporation.com/services/middleware/Middleware_Services.html

    < / location >

    # Added proxy

    ProxyPreserveHost off

    #ProxyPass /api http://API.astcorporation.com:8001 / myast

    #ProxyPass /myast http://myast.astcorporation.com

    I found my answer after I posted.  I'll leave it here to help others...

    The list of all instances of Apache that were started

    • ' ps - ef | grep apache. "

    Kill the persistent process

  • JDBC &amp; quot; Address already in use &amp; quot;

    CF7 on Windows 2003, using a separate of Win2K3 for SQL 2000 db box...

    We are witnessing lately, errors in web applications and intermittent journal like these entries:

    "Error", "jrpp-11", "20/03/08", "23: 34:56" ', 'mycfdnsname', "database Query runtime error." [Macromedia] [SQLServer JDBC Driver] Error creating socket to host and port: dbserver1:1433. «Reason: address already in use: connect the specific sequence of files included or processed is: D:\hosting\mysite.com\httpdocs\myfile.cfm, line: 45»

    Coupled with that, SQL from SQL 2000 Profiler tool shows that number of connections (ExistingConnection) is created for this CF DSN (and others on the server), even if this DSN is marked for connection pooling (maintain connections). Restart CF solves the problem temporarily, but after awhile, it starts to reproduce.

    We are up-to-date on all the patches and JDBC drivers. I don't know what means this error, and even less how he resolved correctly. Suggestions?

    scferda wrote:
    > Lately, we see intermittent journal like entries and web application errors
    > these:
    >
    > "Error", "jrpp-11", "20/03/08", "23: 34:56" ","mycfdnsname","runtime error"
    > Database query. [Macromedia] [SQLServer JDBC Driver] Establishing socket Error
    > host and port: dbserver1:1433. Reason: Address already in use: connect it
    > is a specific sequence of files included or processed:
    «> D:\hosting\mysite.com\httpdocs\myfile.cfm, line: 45»

    You run ut of ephemeral ports. Set a lower TcpTimedWaitDelay and
    a higher MaxUserPort in your registry. MS has an article about it.

    Jochem

    --
    Jochem van Dieten
    Adobe Community Expert for ColdFusion

  • This email address is already in use with another Apple ID

    Hi, I had a problem with the evolution of my apple ID, that I had two Apple id and I wanted to use the Email address I have objective for labor and official use, the other is that my backup and everything in it, was that I created in my teens, if the Email is very unprofessional I removed my official email address of this apple ID and when I try to add in the apple ID , I use currently it is said that "' this Email address is already in use with another Apple ID" when it's actually longer, how can I swtich my official Email deal with my Apple ID? " Please help and thank you,

    I'm not sure to understand how you use your Apple ID... it seems that you want to have your communication and purchases on that 'professional' - work and personal communications, games, music, etc. on another.

    Both should be saved.

    All the data associated with an identifier Apple is always linked to this identifier to Apple.

    If you have changed your e-mail address to manage your Apple ID , you may need to Contact Apple for the Apple ID account security support

  • When I try to synchronize my mobile browser for my browser of the computer, it says that my email address is already in use. Then when I tried to connect under this email address

    When I try to synchronize my mobile browser for my browser of the computer, it says that my email address is already in use. Then when I tried to sign in under that email address, it says the password or user name is incorrect. I have already reset the password and tried again, still without success.

    Close firefox, restart your phone and try out it...

  • When installing sync tells me my e-mail address is already in use and won't let me go any further. I just got an email and do not want to install another. How can I configure sync?

    I can log in account synchronization with this URL https://account.services.mozilla.com management and is listed. When I go to the tab sync in the Preferences window, only two options are listed: set up a new account and or to pair a device. Setting up an account, I cannot use the e-mail address that I'd like to, saying that the email is already in use. I can not "associate a device" because the computer I'm trying to 'pair' is my main computer (laptop). I used sync mode at the time when it first came out and it seems as if there are new requirements (legal and other) forces me to set up a new account. How to set up and use the synchronization with the email address, I have already in place without having to use another email address?

    There was a major change in synchronization services back in December 2010, but nothing w9th regard to the username / email address and password for this time.

    This will reset your synchronization password if you don't remember, an existing account.

    https://services.Mozilla.com/reset-password/

    What ever you have stored on the server will be deleted if you will start with new data in the system.

  • email already in use, use a different email address

    I can not log on the message I get, is that the emai address is already in use and use another! I am trying to use the email address is mine! How to work around this problem?

    happy k, I managed to solve the questions. Thank you

  • I want to set up Firefox sync from scratch using an account I own which shows as 'already underway use'.

    I had a problem with my old Firefox Sync account (from work, using my work email address) and I want to implement synchronization using my personal account. When I try to set up synchronization, my only options seem to be "Create new account" or "I have an account". If I select Create a new account, I'm stuck because technically the account has already been used (I've set up Sync a few years before using my account personal but never used), even if it is not in use on any of my machines. If I select I have an account, he wants me to synchronize the device with a new one, but I don't have a second to synchronize. I want to use my existing account to set up the synchronization from scratch on my main machine. How can I get this done?

    on another note: firefox 29 that will be released at the end of the month will use a different account system (not compatible with the current accounts of sync), then it might not be useful effort setting a synchronization with the old powers now: synchronize your bookmarks from Firefox, history, passwords, etc.

  • New unauthorized synchronization account, says my email already in use.

    Tried to set up a new sync account, entered my email address, said that it is already in use, I cannot create an account.

    You must first delete your old account of synchronization:

  • I checked my email but it is already in use

    I can't use my Apple ID because they need checked. When I do, they say that the email is already in use. I tried to change my password and update my account as the payment but they still will not let me use my ID. How to solve this problem?

    When and where you get the message "e-mail is already in use", and what is the full text of the message? You have received the e-mail to the primary e-mail address of the account verification, and you open that email and click the "verify" link to open a browser and connect to the account?

  • Sharing of readers do not reconnect - error "an error occurred during connection [drive letter]: [share name] Microsoft Windows network: the local device name is already in use." This connection has not been restored. »

    Original title: Shared readers do not reconnect

    I have two PCs connected wireless. A laptop (Vista Business) was the drives mapped to actions on the other PC (XP). Whenever the Vista PC is started or out of hibernation, or after only a short period of time these discs are not available. Click on the drive in Explorer to display the message "an error occurred during connection [drive letter]: [share name] Microsoft Windows network: the local device name is already in use." This connection has not been restored. »

    If I click on 'Network' within Solution Explorer, the XP PC is not visible. The only way that I can "reconnect" these disks is to go into my anti-virus (Trend) and open the network map. This shows the XP PC and then the shares are available through Explorer - XP PC is still not visible by clicking network however.

    It started only happens in the last two months - cannot locate exactly when, but quite recently. I use connections to store small files and backup critical files a few before nailing the laptop away and it is quite annoying to have to go through this routine every time.

    Any ideas?

    Just in case it helps others - I found that if I make sure that my XP PC has a fixed IP address, and then set up the shares so that they are defined using the IP address and not share names, then I do have more problems - seems like it's something to do with Windows solve the share names rather than something to do with the personal firewall after all.

  • I have re installed Windows vista on the same computer laptop and now its says product key is already in use.

    I had Windows vista on my laptop after 1 year I had to re install windows, but now its always tells me that the product key is already in use (I use the product key for the same computer laptop I installed previously on).

    Please tell me why this is happening as I am once again the installation on the same laptop.

    Thank you

    I see what is the problem.

    You have a corrupted Licnsing store-

    Please try the steps below to re-create the store with the correct data.

    (1) open an Internet browser window.
    (2) type: %windir%\system32 in the browser's address bar.
    (3) find the CMD.exe file
    (4) make a right click on CMD.exe and select "Run as Administrator"
    (5) type: net stop slsvc (it may ask you if you're sure, select Yes)
    (6) type: cd %windir%\ServiceProfiles\NetworkService\AppData\Roaming\Microsoft\SoftwareLicensing
    (7) type: Rename tokens.bar tokens.dat
    (8) type: cd %windir%\system32
    (9) type: net start slsvc
    (10) type: cscript slmgr.vbs - FLIR (it may take time for this will be complete, please be patient)
    (11) restart your computer twice.

    You may need to enter your COA key and activate it.
    Once complete, run another report MGADiag and post back with the results
  • BlackBerry Z30 error update BBID "this username is already in use. Enter a different user name. "

    I created new BBID using my outlook account. When I tried to update the old BBID by this new device Z30, it shows message "this username is already in use. Enter a different user name. ». While this 'my new ID' has never been used in any device of BB before that. Please guide me on this issue.

    Thank you

    Qayzar

    Ok. The key is what you started with. Your device has been associated with a BBID. You created a new BBID and now want to associate the device with the new BBID. To do this, WIPE the device. But there are contingencies.

    First of all, don't forget that it is actually what you want to do. There is a difference between changing the email address associated with a BBID and change the real BBID. You must be sure that your intention is here. If you change the real BBID, you will lose then all contacts in BBM, BBWorld records of purchases and other things. If instead, you change the e-mail assigned to the BBID existing address, none of this will be lost.

    Continue with this section only if your desire is to change the real BBID bound to the device (and thus lose your BBM contacts, BBWorld purchase recorde, etc.).

    Check the device running OS. Reference:

    If you run any OS in the beach of 10.3.2.xxxx, then it is mandatory that you know the credentials for the BBID that is currently associated with the device... If you do not, then you can not continue what you intend. 10.3.2, the compulsory anti-theft function is in place, and when you start the WIPE on the device (in order to divorce the device from the current BBID), you will need to enter the current BBID credentials in order to move forward. So, if you don't know these credentials, then stop now and say that we will have to give you different instructions.

    But, if you know your BBID identifiers OR you're not on the 10.3.2 branch OS, then you can go ahead with the WIPE on the device and then associate the device with the new BBID as part of the initial installation. Of course, before you start this, you want a good backup link, a manual copy of the memory of your device to your PC and complete documentation of your configuration (identification information of account, adding applications, configurations, etc.). Sometimes, restoring a backup returns unit corruption even, must be eliminated and reconfiguration from scratch can solve that. Indeed, since you will change the associated BBID, backup, you take now (with the old BBID) will probably not usable as a source of restoration, later (with the new BBID) and thus you probably you must manually configure everything anyway. If you used the OTA servers (e.g., Google, Outlook.com, etc.) as the location of data storage 'master' for your contacts and calendar, it shouldn't be a big problem because these data will repopulate the device to these servers when you reconfigure the account. But, if you have used 'local' for these data, the challenge will be much larger.

    Proceed with this section only if your intention was to keep the existing BBID but to change the e-mail address are attributed to him (and NOT lose your BBM, records of purchases BBWorld, contacts etc..).

    If your original intention was not to change really the BBID but rather to simply change the email address associated with the BBID, you never have to have created the new BBID at all... instead, see:

    Since then, however, you have created the new BBID, then you will have to destroy the new BBID first and then make the change of address email documented in the KB. To destroy the new BBID, consult:

    Good luck!

  • We filled the redemption for Adobe Creative Cloud code. The answer is that "this code has already been used. How do proceed us?

    We filled the redemption for Adobe Creative Cloud code. The answer is that "this code has already been used. How do proceed us?

    Hello

    If you buy the code, then creative cloud will assign to the e-mail address that you used to exchange the product.

    You may not receive the serial number for Creative cloud (not not required)

    You can download Creative Cloud application link below

    https://creative.Adobe.com/products/download/creative-cloud

    Once it is installed, log in with your e-mail address and click on the applications tab.

    You can see the installation option for your products.

  • My key code says that it has already been used...

    I am a student at the Academy of Art University and I tried to access the version of my student Suite Adobe CC, but he repeated to me that my key code has already been used, so I've been using the trial version for my homework. The trial, however, times out in the next few days and we are starting to work on our final projects. Help?

    If the code is redeemed previous by using your e-mail address, that's fine.

    There is no need to enter that code to activate your product.

    First confirm that the code is redeemed.

    If it is saved, it will show under your account

    Go to below link and check

    https://accounts.Adobe.com/plans

    Is assigned.

    Run the product on your computer and click on license of this software in option, do not select my Adobe ID and connect.

    Then check

Maybe you are looking for