Listener failure

I installed oracle on my win2003 and had 2 db (orcl and ora7) and it worked fine before. However, the listener fail to start again when I rebooted my machine. Here is the message when I type start in the LSNTCTL prompt.
TNS-12536 : TNS : operation would block.
TNS-12560 : TNS : protocol adapter error.
TNS-00506 : Operation would block.
32-bit Windows Error : 997 : Unknown error.
I use Administrator to reinstall oracle from script, I have the full control of all directory but it doesn't work. I find the port 1521 can't go to 'LISTENING' status from the 'netstat' command, it always in 'SYN_SENT' status.
Can anyone suggests me how to solve it?
How I can find whether other programs using the port 1521?
Can I use other port no. to try?
Please advise and show me the url if any. Thanks in advance.

Here is the listener.ora for your reference.
# listener.ora Network Configuration File: c:\oracle\product\10.1.0\Db_1\network\admin\listener.ora
# Generated by Oracle configuration tools.
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = PLSExtProc)
(ORACLE_HOME = c:\oracle\product\10.1.0\Db_1)
(PROGRAM = extproc)
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = win2003)(PORT = 1521))
I re-install the Oracle and run the lsnrctl start but the same error message comes out.
Here is the regedit information of oracle for your reference.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE]
"inst_loc"="C:\\Program Files\\Oracle\\Inventory"
"ORA_CRS_HOME"="c:\\oracle\\product\\10.1.0\\Db_1"
[HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\KEY_OraDb10g_home1]
"ORACLE_HOME"="c:\\oracle\\product\\10.1.0\\Db_1"
"ORACLE_HOME_NAME"="OraDb10g_home1"
"ORACLE_GROUP_NAME"="Oracle - OraDb10g_home1"
"ORACLE_BUNDLE_NAME"="Standard"
"NLS_LANG"="TRADITIONAL CHINESE_TAIWAN.ZHT16MSWIN950"
"OLEDB"="c:\\oracle\\product\\10.1.0\\Db_1\\oledb\\mesg"
"ORACLE_SID"="orcl"
"OO4O"="c:\\oracle\\product\\10.1.0\\Db_1\\oo4o\\mesg"
"SQLPATH"="c:\\oracle\\product\\10.1.0\\Db_1\\dbs"
"ORACLE_HOME_KEY"="SOFTWARE\\ORACLE\\KEY_OraDb10g_home1"
"ORACLE_BASE"="c:\\oracle\\product\\10.1.0"
"MSHELP_TOOLS"="c:\\oracle\\product\\10.1.0\\Db_1\\MSHELP"
"RDBMS_CONTROL"="c:\\oracle\\product\\10.1.0\\Db_1\\DATABASE"
"RDBMS_ARCHIVE"="c:\\oracle\\product\\10.1.0\\Db_1\\DATABASE\\ARCHIVE"
"ORA_ORCL_AUTOSTART"=hex(2):54,00,52,00,55,00,45,00,00,00
"ORA_ORCL_SHUTDOWN"=hex(2):54,00,52,00,55,00,45,00,00,00
"ORA_ORCL_SHUTDOWNTYPE"=hex(2):69,00,6d,00,6d,00,65,00,64,00,69,00,61,00,74,00,\
65,00,00,00
"ORA_ORCL_SHUTDOWN_TIMEOUT"=hex(2):39,00,30,00,00,00
[HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\KEY_OraDb10g_home1\ODP.NET]
"TraceFileName"="C:\\ODPNET.trc"
"TraceLevel"="0"
"TraceOption"="0"
[HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\KEY_OraDb10g_home1\OLEDB]
"CacheType"="Memory"
"ChunkSize"="100"
"DistribTX"="1"
"FetchSize"="100"
"OSAuthent"="0"
"PLSQLRset"="0"
"PwdChgDlg"="1"
"SchRstLng"="10000"
"UserDefFn"="0"
"DisableRetClause"="1"
"VCharNull"="1"
"TraceCategory"="0"
"TraceFileName"="c:\\OraOLEDB.trc"
"TraceLevel"="0"
"TraceOption"="0"
"SPPrmDefVal"="0"
[HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\KEY_OraDb10g_home1\OO4O]
"CacheBlocks"="20"
"FetchLimit"="100"
"FetchSize"="4096"
"HelpFile"="c:\\oracle\\product\\10.1.0\\Db_1\\oo4o\\doc\\oracleo.hlp"
"PerBlock"="16"
"SliceSize"="256"
"TempFileDirectory"="c:\\temp"
"OO4O_HOME"="c:\\oracle\\product\\10.1.0\\Db_1\\oo4o"
[HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\Ocr]
"ocrconfig_loc"="c:\\oracle\\product\\10.1.0\\Db_1\\cdata\\localhost\\local.ocr"
"Local_Only"="TRUE"
[HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\SCR]
[HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\SYSMAN]
[HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\SYSMAN\OracleDBConsoleorcl]
"EMDROOT"="c:\\oracle\\product\\10.1.0\\Db_1"
"ORACLE_HOME"="c:\\oracle\\product\\10.1.0\\Db_1"
"EMSTATE"="c:\\oracle\\product\\10.1.0\\Db_1\\win2003_orcl"
"CONSOLE_CFG"="dbconsole"
"ORACLE_SID"="orcl"
"TIMEOUT"="15"
"TRACE_LEVEL"="16"
Thanks Anuj.

Similar Messages

  • TNS listener failure

    Hi
    I am a newbie to programming and to Oracle. I have Oracle SQL Developer installed on my machine. But I have having a hard time connecting to my database. I keep getting the fol error from the Database Connection window:
    "Status: Failure-Listener refused the connection with the following error: ORA-12505, TNS listener does not know if SID given in connect description.."
    I have checked that the information on the TNS names file is correct and that the SID matches the Listener.
    I will appreciate any insights on this issue.
    Here is my TNSname file content:
    # TNSNAMES.ORA Network Configuration File: D:\oracle\ora92
    \network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    RTM =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = sv03cm3)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = RTM)
    HARVEST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = sv03cm3)(PORT = 1521))
    (CONNECT_DATA =
    (SID = harvest)
    TDORASERVER =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = sv03cm)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = harvest)
    )

    C:\>lsnrctl services
    LSNRCTL for 32-bit Windows: Version 9.2.0.8.0 - Production on 07-MAR-2007 09:38:
    34
    Thank you for making that distinction. Well I ran the lsnrctl services at the command prompt and had the following results:
    Copyright (c) 1991, 2006, Oracle Corporation. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC0)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0
    LOCAL SERVER
    The command completed successfully
    I am assuming that it is functioning properly.

  • RAC failover with HP-Serviceguard package over listener

    We have two nodes (lcsnew1 and lcsnew3) on which RAC is installed. We are using HP-Serviceguard and HP-SGeRAC in the co-existence model, where RAC derives cluster membership information from SG and SGeRAC.
    We are using the dedicated server model, where each node has one listener. We have configured HP-SG packages over RAC listener so as to provide failover capability. The HP-SG packages monitor database listener and on node failure or listener failure, the package moves to the other node and attaches itself with the listener running on the adoptive node. So, the basic setup is
    Initially:
    lcsnew1 lcsnew3
    pkg4 pkg5
    On listener / node failure at lcsnew1:
    lcsnew1 lcsnew3
    Not Available pkg4, pkg5
    On listener / node failure at lcsnew3:
    lcsnew1 lcsnew3
    pkg4, pkg5 Not Available
    We want to connect to any of the pkg IP Address, and if it failsover to another node, the connectivity should still be maintained.
    I have a small Test programme which uses JDBC connectivity (thin) to connect at pkg4 virtual IP Address. It is able to get a connection and run some queries in a loop on the same connection. Then pkg4 is moved from lcsnew1 to lcsnew3 (at this time the test programme is in sleep mode). On the same old connection, we expect the query to run successfully. But the behaviour we are observing is random. Sometimes, the test programme remains connected to pkg4 IP address even after failover, while sometimes it gives ConnectionError. However, on again connecting to pkg4 IP address (which by now is in adoptive node lcsnew3), it works. So, basically fresh connections always work but the old connections do not failover every time.
    I am enclosing all the configuration files for RAC (listener.ora, tnsnames.ora) and package configuration files (config, control). Also, the hosts file is enclosed which gives the details of all names and IP addresses. The test programme is also enclosed.
    Pls have a look and suggest what how to move forward.
    The listener.ora looks like
    ==========================================================
    # listener.ora.lcsnew1 Network Configuration File: /opt/app/oracle/product/10.2.0/db_1/network/admin/listener.ora.lcsnew1
    # Generated by Oracle configuration tools.
    LISTENER_LCSNEW1 =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (ADDRESS = (PROTOCOL = TCP)(HOST = lcsnew1-vip)(PORT = 1521)(IP = FIRST))
    (ADDRESS = (PROTOCOL = TCP)(HOST = lcsnew1)(PORT = 1521))
    SID_LIST_LISTENER_LCSNEW1 =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /opt/app/oracle/product/10.2.0/db_1)
    (PROGRAM = extproc)
    =========================================================
    The tnsnames.ora looks like
    =========================================================
    # tnsnames.ora.lcsnew1 Network Configuration File: /opt/app/oracle/product/10.2.0/db_1/network/admin/tnsnames.ora.lcsnew1
    # Generated by Oracle configuration tools.
    GMLCDB2 =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = lcsnew3-vip)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = gmlcdb)
    (INSTANCE_NAME = gmlcdb2)
    GMLCDB1 =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = lcsnew1-vip)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = gmlcdb)
    (INSTANCE_NAME = gmlcdb1)
    LISTENERS_GMLCDB =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = lcsnew3-vip)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = lcsnew1-vip)(PORT = 1521))
    GMLCDB =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = lcsnew3-vip)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = lcsnew1-vip)(PORT = 1521))
    (LOAD_BALANCE = yes)
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = gmlcdb)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    ========================================================
    The package configuration file looks like
    ========================================================
    PACKAGE_NAME     pkg4
    PACKAGE_TYPE               FAILOVER
    FAILOVER_POLICY               CONFIGURED_NODE
    FAILBACK_POLICY               MANUAL
    NODE_NAME     lcsnew1
    NODE_NAME     lcsnew3     
    AUTO_RUN               YES
    LOCAL_LAN_FAILOVER_ALLOWED     YES
    NODE_FAIL_FAST_ENABLED          NO
    RUN_SCRIPT               /etc/cmcluster/pkg4/pkg4.cntl     
    RUN_SCRIPT_TIMEOUT          NO_TIMEOUT
    HALT_SCRIPT               /etc/cmcluster/pkg4/pkg4.cntl
    HALT_SCRIPT_TIMEOUT          NO_TIMEOUT
    The package control file looks like
    ==========================================================
    . ${SGCONFFILE:=/etc/cmcluster.conf}
    PATH=$SGSBIN:/usr/bin:/usr/sbin:/etc:/bin
    CVM_ACTIVATION_CMD="vxdg -g \$DiskGroup set activation=exclusivewrite"
    DEACTIVATION_RETRY_COUNT=0
    KILL_PROCESSES_ACCESSING_RAW_DEVICES="NO"
    VXVOL="vxvol -g \$DiskGroup startall"
    FS_UMOUNT_COUNT=1
    FS_MOUNT_RETRY_COUNT=0
    CONCURRENT_VGCHANGE_OPERATIONS=1
    CONCURRENT_FSCK_OPERATIONS=1
    CONCURRENT_MOUNT_AND_UMOUNT_OPERATIONS=1
    IP[0]="10.3.10.170"
    SUBNET[0]="10.3.10.0"

    Why do you want to use the HP-serviceguard even when you are using RAC on 10g Rel 2.
    Oracle itself provide facility of TAF and now in 10g the concept of Vip.
    all this functionality will be available by using TAF.
    Kuljeet

  • Error in starting OEM

    Hi,
    I am getting the below error while starting OEM in oracle 11g.
    Copyright (c) 1996, 2009 Oracle Corporation. All rights reserved.
    https://ipa27dor.i-flex.com:5502/em/console/aboutApplication
    Starting Oracle Enterprise Manager 11g Database Control ............................................................................................. failed.
    Logs are generated in directory /oracle/oracle11g/app/ora11g/product/11.2.0/dbhome_1/ipa27dor.i-flex.com_reveleus/sysman/log
    bash-3.00$ more emagent.log
    2010-09-04 21:25:55,463 Thread-1 Starting Agent 10.2.0.4.2 from /oracle/oracle11g/app/ora11g/product/11.2.0/dbhome_1 (00701)
    2010-09-04 21:25:55,897 Thread-1 [Oracle Exadata Storage Server] InstanceProperty (MgmtIPAddr2) is marked OPTIONAL but is being used (00506)
    2010-09-04 21:25:56,451 Thread-1 [Load Balancer Switch] InstanceProperty (snmpTimeout) is marked OPTIONAL but is being used (00506)
    2010-09-04 21:26:02,158 Thread-1 EMAgent started successfully (00702)
    2010-09-04 21:26:02,292 Thread-2328 <Upload Manager> Exceeded Max allowed Upload data - No of files: 6, Size of upload data: 8.346267MB, Pct() of Disk used:
    99.42%, Disabling collections (00852)
    2010-09-04 21:26:02,292 Thread-2328 Disable collector (00406)
    2010-09-22 18:18:09,152 Thread-1 Starting Agent 10.2.0.4.2 from /oracle/oracle11g/app/ora11g/product/11.2.0/dbhome_1 (00701)
    2010-09-22 18:18:09,173 Thread-1 <Agent Startup> : Startup of HTTP LISTENER failure (00716)
    2010-09-22 18:31:17,886 Thread-1 Starting Agent 10.2.0.4.2 from /oracle/oracle11g/app/ora11g/product/11.2.0/dbhome_1 (00701)
    2010-09-22 18:31:17,898 Thread-1 <Agent Startup> : Startup of HTTP LISTENER failure (00716)
    2010-09-22 19:00:44,129 Thread-1 Starting Agent 10.2.0.4.2 from /oracle/oracle11g/app/ora11g/product/11.2.0/dbhome_1 (00701)
    2010-09-22 19:00:44,130 Thread-1 <Agent Startup> : Startup of HTTP LISTENER failure (00716)
    2010-09-22 19:10:51,705 Thread-1 Starting Agent 10.2.0.4.2 from /oracle/oracle11g/app/ora11g/product/11.2.0/dbhome_1 (00701)
    2010-09-22 19:10:51,707 Thread-1 <Agent Startup> : Startup of HTTP LISTENER failure (00716)
    operation. (error = 79)
    2010-09-09 15:32:04,800 Thread-1 WARN ssl: <nmehlssl.c:nmehlssl_readcb>: nmehl_read_sock timed out, rsf = -5, setting read timeout flag
    2010-09-09 15:32:04,808 Thread-1 ERROR ssl: nzos_Handshake failed, ret=28862
    2010-09-09 15:32:04,809 Thread-1 ERROR http: 6: Unable to initialize ssl connection with server, aborting connection attempt
    2010-09-09 15:38:23,114 Thread-1 WARN http: nmehl_connect_internal: connect failed to (ipa27dor.i-flex.com:5502): A remote host refused an attempted connect
    operation. (error = 79)
    2010-09-09 15:38:57,970 Thread-1 WARN http: nmehl_connect_internal: connect failed to (ipa27dor.i-flex.com:5502): A remote host refused an attempted connect
    operation. (error = 79)
    2010-09-09 15:39:08,342 Thread-1 WARN http: nmehl_connect_internal: connect failed to (ipa27dor.i-flex.com:5502): A remote host refused an attempted connect
    operation. (error = 79)
    Please guide
    Thanks.

    OEM is starting now... but not able to connect thru IE.
    in logs i get the below error :- <Upload Manager> Exceeded Max allowed Upload data -
    and when i try to upload manuallly i get the below error
    EMD upload error: Upload was successful but collections currently disabled - disk full
    how can i overcome this error. there is 600 MB of space in the disk curently

  • What are the Major Step for Completely Avoiding the Server Problem?

    Like Ora-01033,Ora-12514.

    leen wrote:
    Ora-12514 : is listener error you need to make sure is running up and no error in listener.log
    any database error can be avoided by monitor your database everyday .
    It's possible to check daily that listener is running properly. Please, Don't mind can you provide the steps.The steps for what? Checking your listener? Just try to make a connection that uses it. For example.
    sqlplus scott/tiger@orclBut believe me, once your listener and clients are configured, the listener will 'just run' and NOT be a problem. I've been an Oracle DBA since 1995 and I've only seen ONE listener failure. And that was only when a friend at another company called to ask about a problem HE was having.

  • Anyone used the 32bit Oracle 11106_EE AMI and has it working?

    Hi,
    I've gotten a fresh AMI of the 11.1.0.6 EE installation running and have a database created. My problem is I can't connect to any of the http ports. I've done the ec2-authorize commands to open the ports and can connect to the listsner port (1521), but the em port and apex port won't connect. Does anyone have any ideas where I could start looking to troubleshoot? It all looked so easy in the video :) I've tried stopping and restarting the dbconsole (emctl start dbconsole) and find an error in the emagent.log file "Startup of HTTP LISTENER failure". When I go into the database and try to open the apex listener I receive this:
    SQL> exec dbms_xdb.setlistenerlocalaccess(FALSE);
    BEGIN dbms_xdb.setlistenerlocalaccess(FALSE); END;
    ERROR at line 1:
    ORA-30952: illegal configuration of HTTP/HTTPS in xdbconfig.xml
    ORA-06512: at "XDB.DBMS_XDB", line 713
    ORA-06512: at "XDB.DBMS_XDB", line 885
    ORA-06512: at line 1
    Not quite sure what is going on with this. I'd appreciate it if someone could point me in the right direction.
    Thanks!
    Mark

    If you have opened ports 1158 (for EM) and 8080 (for APEX), you should not be running into this problem.
    If this is still an issue, I suggest you fire up another EC2 instance with the same AMI and see if you can access the http port. If the database creation process completes successfully, the EM and APEX should be configured and http ports should be accessible. If not, there has to be an issue with your security groups (e.g. opened port) setting.

  • 11g Install Failure, Listener Error.

    11g Install Failure, Listener.
    ORA-12514: TNS:listener does not currently know of service requested in connect
    descriptor.
    I am attempting to install 11g, 11.1.0 onto a stand alone box which has Windows XP SP2 as the OS.
    The box is at present not networked and as is not on a domain. The computer name is homedb.
    I have installed the loopback adapter on 10.10.10.10 and updated my hosts file, the computer can resolve this to the computer name and vice versa.
    Upon installing 11g and the starter database, the install continues normally, succeeding with the Oracle Net Configuration Assistant. However when the Oracle Database Configuration Assistant is run, 89% of the way through an error is thrown as follows:
    Enterprise manager configuration failed due to the following error -
    Listener is not up. Start the listener and run EM configuration again.
    Refer to the log file at C:\Oracle\cfgtoollogs\dbca\emConfig. Log for more details.
    You can retry configuring this database with Enterprise Manager later by manually running C:\Oracle\product\11.1.0\db_1\bin\emca script.
    When I click ok on the error message the install completes as normal.
    I can TNSPING orcl which results in the following:
    TNS Ping Utility for 32-bit Windows: Version 11.1.0.6.0 - Production on 20-JAN-2
    008 12:36:33
    Copyright (c) 1997, 2007, Oracle. All rights reserved.
    Used parameter files:
    C:\oracle\product\11.1.0\db_1\network\admin\sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = homedb)(
    PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = orcl)))
    OK (20 msec)
    I can connect to the database using sqlplus sys/password as sysdba but when I try to connect using
    sqlplus sys@orcl and typing in the password I get the following error:
    ERROR:
    ORA-12514: TNS:listener does not currently know of service requested in connect
    descriptor.
    This is also the error I get when using sql developer to connect to the db.
    The extract from the log file mentioned above is as follows:
    20-Jan-2008 12:14:09 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    20-Jan-2008 12:14:09 oracle.sysman.emcp.ParamsManager checkListenerStatusForDBControl
    CONFIG: ORA-12514: TNS:listener does not currently know of service requested in connect descriptor
    oracle.sysman.assistants.util.sqlEngine.SQLFatalErrorException: ORA-12514: TNS:listener does not currently know of service requested in connect descriptor
         at oracle.sysman.assistants.util.sqlEngine.SQLEngine.executeImpl(SQLEngine.java:1530)
         at oracle.sysman.assistants.util.sqlEngine.SQLEngine.executeSql(SQLEngine.java:1771)
         at oracle.sysman.emcp.ParamsManager.checkListenerStatusForDBControl(ParamsManager.java:2708)
         at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:368)
         at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:147)
         at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:222)
         at oracle.sysman.assistants.util.em.EMConfiguration.run(EMConfiguration.java:460)
         at java.lang.Thread.run(Thread.java:595)
    20-Jan-2008 12:14:09 oracle.sysman.emcp.EMConfig perform
    SEVERE: Listener is not up. Start the Listener and run EM Configuration Assistant again .
    Refer to the log file at C:\oracle\cfgtoollogs\dbca\orcl\emConfig.log for more details.
    20-Jan-2008 12:14:09 oracle.sysman.emcp.EMConfig perform
    CONFIG: Stack Trace:
    oracle.sysman.emcp.exception.EMConfigException: Listener is not up. Start the Listener and run EM Configuration Assistant again .
         at oracle.sysman.emcp.ParamsManager.checkListenerStatusForDBControl(ParamsManager.java:2715)
         at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:368)
         at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:147)
         at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:222)
         at oracle.sysman.assistants.util.em.EMConfiguration.run(EMConfiguration.java:460)
         at java.lang.Thread.run(Thread.java:595)
    20-Jan-2008 12:14:09 oracle.sysman.emcp.EMConfig restoreOuiLoc
    CONFIG: Restoring oracle.installer.oui_loc to C:\oracle\product\11.1.0\db_1\oui
    My listener, tnsnames and sqlnet are as follows:
    listener.ora:
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = homedb)(PORT = 1521))
    sqlnet.ora:
    SQLNET.AUTHENTICATION_SERVICES= (NTS)
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
    tnsnames.ora:
    ORCL =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = homedb)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl)
    When logged into the database a SHOW PARAMETER SERVICE results in a service of orcl
    Running the command: lsnrctl service, results in the following:
    LSNRCTL for 32-bit Windows: Version 11.1.0.6.0 - Production on 20-JAN-2008 12:46
    :52
    Copyright (c) 1991, 2007, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    The listener supports no services
    The command completed successfully.
    Running lsnrctl status results in the following:
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 11.1.0.6.0 - Produ
    ction
    Start Date 20-JAN-2008 12:09:10
    Uptime 0 days 0 hr. 40 min. 9 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File C:\oracle\product\11.1.0\db_1\network\admin\listener.o
    ra
    Listener Log File c:\oracle\diag\tnslsnr\homedb\listener\alert\log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521ipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=homedb)(PORT=1521)))
    The listener supports no services
    The command completed successfully
    I have re run the db configuration again but it would not start because apparently there was no listener, running the Net Configuration Assistant makes no difference.
    All firewalls and anti virus software have been disabled for the purposes of this install.
    Do I need to manually register the listener with the database, if so how do I go about doing this?
    I have installed 10g on a standalone box before with no trouble, what have I missed here?, any help greatly appreciated.

    To answer my own question I fixed this by issuing the command
    netsh winsocks reset
    Winsocks deals with windows networking and can become corrupt through installs of software, virus cleaning, etc.
    Hope that helps,
    Adam

  • ERROR "An exception has been raised that is likely due to a transient failure. ..." when connecting to Always on Availability Group Listener with ApplicationIntent=ReadOnly

    Application team is receiving the following error message when applications try to connect through the Availablity Group Listener using readonly
    parameter:
     "An exception has been raised that is likely
    due to a transient failure. If you are connecting to a SQL Azure database consider using SqlAzureExecutionStrategy."
     Already using latest .net framework. Using the
    Extended events I can trace the read_only_route_complete event as well. However, they get this message when trying to open the read only database.
    If I try to simulate the connection to ReadOnly replica from management studio, it is working successfully. But not from the application:
    Note:
    -verified firewall is disabled. (this is development environment)
    -SQL Server 2012 SP2 is installed.

    Hi IbrahimMehdi,
    I suggest you read this
    blog to check the SNAC provider and connection string in client application.
    1. Make sure that SNAC provider is installed properly where your client application runs.
    2. Please note that when using SQL Native Access Client SQL OLE DB, the application intent connection string should be specified with a space: 'Application Intent'. However, when connecting using SQLClient or ODBC specify 'ApplicationIntent' with
    no space.
    There is also a blog about configuring AlwaysOn read-only routing for your reference.
    http://scottless.com/blog/archive/2012/01/25/sql-server-2012-configuring-alwayson-read-only-routing.aspx
    Thanks,
    Lydia Zhang
    Lydia Zhang
    TechNet Community Support

  • APEX Listener 2.0 - RESTful Services Failure with  404 - Not Found

    Versions used:
    * APEX Listener 2.0.0.354.17.05
    * Application Express 4.2.1.00.08
    * Oracle Database 11.2.0.1
    When testing the sample RESTful Service Module oracle.example.hr I always get 404 - Not Found page.
    I followed the documentation to install and configure APEX 4.2 and the Listener 2.0. Everything in my APEX installation works fine except RESTful Services.
    For example, when calling this RESTful Service:
    http://company.com:45678/apex/DEV/xxuapex/hr/empinfo/
    I get a 404 page.
    The corresponding entry in url-mapping.xml is:
    <pool base-path="/DEV" name="od01" workspace-id="xxuapex"/>
    where xxuapex is the name of the schema as well as the workspace where the RESTful Service is installed.
    Moreover, the corresponding od01.xml, od01_rt.xml and od01_al.xml in the conf directory seem correct.
    Any help is greatly appreciated.
    Thanks.
    Eddie Awad.

    Hi Eddie,
    +> try the other option base-url of the url-mapping+
    I did. No change. Still getting 404.When active it should transform the 404 page into a detailed 404 with a description of what the error is. Just to be sure, this is activated in the defaults.xml file of the APEX Listener as: *<entry key="log.logging">true</entry>*.
    You should then see a detailed 404 output in your browser of what's going wrong first of all.
    +> Could you post your url-mapping.xml file?+
    <?xml version="1.0" encoding="UTF-8"?>
    <pool-config xmlns="http://xmlns.oracle.com/apex/pool-config">
    <pool base-path="/DEV" name="od01" workspace-id="xxuapex"/>
    <pool base-path="/TEST" name="ot01" workspace-id="xxuapex"/>
    </pool-config>
    Despite using the url mapping script, it didn't map mine correctly and had to edit it manually. It was the use of "apex" that got it to work for me:
    *<pool base-path="/" name="apex" workspace-id="workspace-name-here" updated="2013-01-09T20:48:59.75Z"/>*
    Nick.

  • Agent Startup Failure - Failed to start HTTP listener.

    1) When trying to start the agent I get this error:
    ./emctl start agent
    Oracle Enterprise Manager 10g Release 3 Grid Control 10.2.0.3.0.
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    Starting agent ........ failed.
    Failed to start HTTP listener.
    2) Any advice on what to look for?

    As sim said,look at the log files.Any changes were made on the host before you started the agent?
    FYI
    I had the same problem the other day when a new HBA card was added and I had to follow the doc 422296.1
    BTW first post the errors from the logs may be its due to port conflict also.
    Thanks!!!

  • Failure to Start Oracle Listener after applying Oracle Patch

    Hi all ,
    I'm having problem after upgrading to 10.2, patch level 15 .
    Before applying the patch everything went well. The server is hosting 2 instance D02-ECC6 and BID- BI .
    I'm a newbie in oracle , hope someone that faced this issue before and managed to solve this issue before can shed some light how to solve it .
    TNS-12518: TNS:listener could not hand off client connection
    TNS-12560: TNS:protocol adapter error
      TNS-00530: Protocol adapter error
       64-bit Windows Error: 2: No such file or directory
    07-SEP-2007 20:37:19 * (CONNECT_DATA=(SID=D02)(GLOBAL_NAME=D02.WORLD)(CID=(PROGRAM=D:\usr\sap\D02\DVEBMGS00\exe\disp+work.EXE)(HOST=ACMSAPD02)(USER=OraUser))
    For BID - BI Instance
    tarted with pid=3596
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=
    .\pipe\BID.WORLDipc)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=
    .\pipe\BIDipc)))
    Error listening on: (ADDRESS=(COMMUNITY=SAP.WORLD)(PROTOCOL=TCP)(HOST=ACMSAPD02)(PORT=1528))
    TNS-12542: TNS:address already in use
    TNS-12560: TNS:protocol adapter error
      TNS-00512: Address already in use
       64-bit Windows Error: 48: Unknown error
    No longer listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=
    .\pipe\BID.WORLDipc)))
    No longer listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=
    .\pipe\BIDipc)))
    TNSLSNR for 64-bit Windows: Version 10.2.0.2.0 - Production on 26-SEP-2007 02:04:37
    Thank You

    I am working with sallehuddin on this
    After change tnsname.ora listener.ora and sqlnet.ora it still pointing to host 202.75.47.122 port 1521 instead of 192.168.4.7 port 1528
    BELOW WAS THE OUTPUT
    SQL> connect / as sysdba
    Connected to an idle instance.
    SQL> startup
    ORACLE instance started.
    Total System Global Area  679477248 bytes
    Fixed Size                  2056000 bytes
    Variable Size             348127424 bytes
    Database Buffers          322961408 bytes
    Redo Buffers                6332416 bytes
    Database mounted.
    Database opened.
    SQL> select status from v$instance;
    STATUS
    OPEN
    SQL>
    <b>LISTENER OUTPUT</b>
    LSNRCTL> STATUS BID
    Connecting to (DESCRIPTION=(CONNECT_DATA=(SERVICE_NAME=BID.com.my))(ADDRESS=(PRO
    TOCOL=TCP)(HOST=202.75.47.122)(PORT=1521)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
      TNS-00511: No listener
       64-bit Windows Error: 61: Unknown error
    <b>TNSPING OUTPUT</b>
    D:\oracle\BID\102\BIN>tnsping BID
    TNS Ping Utility for 64-bit Windows: Version 10.2.0.2.0 - Production on 28-SEP-2
    007 09:24:29
    Copyright (c) 1997, 2005, Oracle.  All rights reserved.
    Used parameter files:
    D:\usr\sap\BID\SYS\profile\oracle\sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (COMMUNITY = SAP
    .WORLD) (PROTOCOL = TCP) (HOST = ACMSAPD02) (PORT = 1528))) (CONNECT_DATA = (CON
    NECT_DATA = (SERVICE_NAME=BID) (ADDRESS = (PROTOCOL = TCP) (HOST = ACMSAPD02) (P
    ORT = 1528)))
    TNS-12533: TNS:illegal ADDRESS parameters
    D:\oracle\BID\102\BIN>
    <b>Profile parameter setting</b>
    TNSNAMES.ORA
    Filename......: tnsnames.ora
    Created.......: created by SAP AG, R/3 Rel. >= 6.10
    Name..........:
    Date..........:
    @(#) $Id: //bc/700-1_REL/src/ins/SAPINST/impl/tpls/ora/ind/TNSNAMES.ORA#4 $
    BID.WORLD=
      (DESCRIPTION =
        (ADDRESS_LIST =
            (ADDRESS =
              (COMMUNITY = SAP.WORLD)
              (PROTOCOL = TCP)
              (HOST = ACMSAPD02)
              (PORT = 1528)
        (CONNECT_DATA =
           (CONNECT_DATA =
              (SERVICE_NAME=BID)
             (ADDRESS =
              (PROTOCOL = TCP)
              (HOST = ACMSAPD02)
              (PORT = 1528)
    LISTENER.ORA
    LISTENER =
      (ADDRESS_LIST=
         (ADDRESS=(PROTOCOL=tcp)(HOST=ACMSAPDEV02)(PORT=1528))
         (ADDRESS=(PROTOCOL=ipc)(KEY=PNPKEY)))     
    SID_LIST_<lsnr>
       List of services the listener knows about and can connect
       clients to.  There is no default.  See the Net8 Administrator's
       Guide for more information.
    SID_LIST_LISTENER=
       (SID_LIST=
         (SID_DESC=
                   #BEQUEATH CONFIG
              (GLOBAL_DBNAME=BID.SAP)
              (SID_NAME=BID)               
              (ORACLE_HOME=D:\oracle\BID\102)
                   #PRESPAWN CONFIG
             (PRESPAWN_MAX=20)
           (PRESPAWN_LIST=
               (PRESPAWN_DESC=(PROTOCOL=tcp)(POOL_SIZE=2)(TIMEOUT=1))
    SQLNET.ORA
    AUTOMATIC_IPC = ON
    TRACE_LEVEL_CLIENT = OFF
    NAMES.DEFAULT_DOMAIN = WORLD
    05.01.06 unsorported parameter now
    #NAME.DEFAULT_ZONE = WORLD
    05.01.06 set the default to 10
    SQLNET.EXPIRE_TIME = 10
    SQLNET.AUTHENTICATION_SERVICES = (NTS)
    05.01.06 set to default
    #TCP.NODELAY=YES
    05.01.06 set to 32768
    DEFAULT_SDU_SIZE=32768
    Remarks: TNS_ADMIN point to D:\usr\sap\BID\SYS\profile\oracle<u></u><u></u><u></u>

  • Installation failure because of SIP port  listening issue

    Hi,
    Another experience to disscuss. When installing OCMS on Windows, when it's close to the end of the installation, it will fail at the step of deploying "aggregation proxy" . The error message would be " The SIP services is not listening on the specified sip port"? But I've also checked the 5060 port is not occupied.
    Another body met the same problem? And any experience to share?
    Thanks and regards
    Yong

    Dear All,
    I have same problem when i am installing on Linux. I am pasting the error from system.log
    Install, com.oracle.ocms.is.actions.CustomWizardLogAction, msg1, ------------ Leaving StandAlone OC4J Sequence ------------
    (Aug 28, 2007 6:34:37 PM), Install, com.oracle.ocms.is.conditions.ValidatePortCondition, err, mymachine:5060 NOT LISTENING
    (Aug 28, 2007 6:34:54 PM), Install, com.oracle.ocms.is.actions.DisplayUserMessageAction, msg1, Display Message: SIP port services are not listening onto the specified port. Please check the application server log files. Location for the log files /home/ocmsuser/product/10.1.3.3/ocms_1/j2ee/home/log/sdp/system.log
    (Aug 28, 2007 6:34:55 PM), Install, com.oracle.ocms.is.conditions.ValidatePortCondition, err, mymachine:5060 NOT LISTENING
    (Aug 28, 2007 6:59:18 PM), Install, com.oracle.ocms.is.conditions.ValidatePortCondition, err, mymachine:5060 NOT LISTENING
    (Aug 28, 2007 6:59:18 PM), Install, com.oracle.ocms.is.conditions.ValidatePortCondition, err, mymachine:5060 NOT LISTENING
    please help me to solve this issue

  • [deps failure] Listen Gnome

    At the moment, I'll try to build the newest listen. (The version in AUR is a little outdated.) But at the moment I have some strange errors.
    When I run makepkg I'll get a package. But when I install it with pacman and try to start listen, the following error will appear:
    ImportError: No module named pygst
    If I run the ./check.py by hand it says: Checking for PyGSt >= 0.10: not found.
    But I have installed the gst-python package, so I should have that module.
    Is this error in the gst-python package or is it me doing something wrong?
    (Btw, I've searched for a pygst.py file on my HDD but I can't find that file anywhere. I've also reinstalled the gst-python package, but it doesn't matter. )

    sorry for digging out this old thread, but I think it's not worth making a new one.
    the problem is that I can't build "listen" with aurbuild, here the log
    ==> Validating source files with MD5sums
    listen-0.4.3.tar.gz ... Passed
    ==> Extracting Sources...
    ==> tar --use-compress-program=gzip -xf listen-0.4.3.tar.gz
    ==> Starting build()...
    Checking for Python... /usr/bin/python
    #@./check.py
    cd mmkeys && make mmkeys.so && cd ..
    make[1]: Entering directory `/home/viktor/.aurbuild/listen/src/listen-0.4.3/mmkeys'
    pygtk-codegen-2.0 --prefix mmkeys
    --register `pkg-config --variable=defsdir pygtk-2.0`/gdk-types.defs
    --register `pkg-config --variable=defsdir pygtk-2.0`/gtk-types.defs
    --override mmkeys.override
    mmkeys.defs > gen-tmp
    ***INFO*** There are no declared global functions.
    ***INFO*** There are no declared methods.
    ***INFO*** There are no declared virtual proxies.
    ***INFO*** There are no declared virtual accessors.
    ***INFO*** There are no declared interface proxies.
    mv gen-tmp mmkeyspy.c
    ./setup.py build
    running build
    running build_ext
    building 'mmkeys' extension
    creating build
    creating build/temp.linux-i686-2.4
    gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -march=i686 -O2 -pipe -fPIC -I/usr/include/python2.4 -c mmkeyspy.c -o build/temp.linux-i686-2.4/mmkeyspy.o -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pygtk-2.0
    In file included from mmkeys.override:7:
    mmkeys.h:21:22: error: X11/Xlib.h: No such file or directory
    In file included from mmkeys.h:24,
    from mmkeys.override:7:
    /usr/include/gtk-2.0/gdk/gdkx.h:34:23: error: X11/Xutil.h: No such file or directory
    In file included from mmkeys.h:24,
    from mmkeys.override:7:
    /usr/include/gtk-2.0/gdk/gdkx.h:39: error: syntax error before '*' token
    /usr/include/gtk-2.0/gdk/gdkx.h:39: warning: type defaults to 'int' in declaration of 'gdk_display'
    /usr/include/gtk-2.0/gdk/gdkx.h:39: warning: data definition has no type or storage class
    /usr/include/gtk-2.0/gdk/gdkx.h:42: error: syntax error before '*' token
    /usr/include/gtk-2.0/gdk/gdkx.h:42: warning: type defaults to 'int' in declaration of 'gdk_x11_drawable_get_xdisplay'
    /usr/include/gtk-2.0/gdk/gdkx.h:42: warning: data definition has no type or storage class
    /usr/include/gtk-2.0/gdk/gdkx.h:43: error: syntax error before 'gdk_x11_drawable_get_xid'
    /usr/include/gtk-2.0/gdk/gdkx.h:43: warning: type defaults to 'int' in declaration of 'gdk_x11_drawable_get_xid'
    /usr/include/gtk-2.0/gdk/gdkx.h:43: warning: data definition has no type or storage class
    /usr/include/gtk-2.0/gdk/gdkx.h:44: error: syntax error before '*' token
    /usr/include/gtk-2.0/gdk/gdkx.h:44: warning: type defaults to 'int' in declaration of 'gdk_x11_image_get_xdisplay'
    /usr/include/gtk-2.0/gdk/gdkx.h:44: warning: data definition has no type or storage class
    /usr/include/gtk-2.0/gdk/gdkx.h:45: error: syntax error before '*' token
    /usr/include/gtk-2.0/gdk/gdkx.h:45: warning: type defaults to 'int' in declaration of 'gdk_x11_image_get_ximage'
    /usr/include/gtk-2.0/gdk/gdkx.h:45: warning: data definition has no type or storage class
    /usr/include/gtk-2.0/gdk/gdkx.h:46: error: syntax error before '*' token
    /usr/include/gtk-2.0/gdk/gdkx.h:46: warning: type defaults to 'int' in declaration of 'gdk_x11_colormap_get_xdisplay'
    /usr/include/gtk-2.0/gdk/gdkx.h:46: warning: data definition has no type or storage class
    /usr/include/gtk-2.0/gdk/gdkx.h:47: error: syntax error before 'gdk_x11_colormap_get_xcolormap'
    /usr/include/gtk-2.0/gdk/gdkx.h:47: warning: type defaults to 'int' in declaration of 'gdk_x11_colormap_get_xcolormap'
    /usr/include/gtk-2.0/gdk/gdkx.h:47: warning: data definition has no type or storage class
    /usr/include/gtk-2.0/gdk/gdkx.h:48: error: syntax error before '*' token
    /usr/include/gtk-2.0/gdk/gdkx.h:48: warning: type defaults to 'int' in declaration of 'gdk_x11_cursor_get_xdisplay'
    /usr/include/gtk-2.0/gdk/gdkx.h:48: warning: data definition has no type or storage class
    /usr/include/gtk-2.0/gdk/gdkx.h:49: error: syntax error before 'gdk_x11_cursor_get_xcursor'
    /usr/include/gtk-2.0/gdk/gdkx.h:49: warning: type defaults to 'int' in declaration of 'gdk_x11_cursor_get_xcursor'
    /usr/include/gtk-2.0/gdk/gdkx.h:49: warning: data definition has no type or storage class
    /usr/include/gtk-2.0/gdk/gdkx.h:50: error: syntax error before '*' token
    /usr/include/gtk-2.0/gdk/gdkx.h:50: warning: type defaults to 'int' in declaration of 'gdk_x11_display_get_xdisplay'
    /usr/include/gtk-2.0/gdk/gdkx.h:50: warning: data definition has no type or storage class
    /usr/include/gtk-2.0/gdk/gdkx.h:51: error: syntax error before '*' token
    /usr/include/gtk-2.0/gdk/gdkx.h:51: warning: type defaults to 'int' in declaration of 'gdk_x11_visual_get_xvisual'
    /usr/include/gtk-2.0/gdk/gdkx.h:51: warning: data definition has no type or storage class
    /usr/include/gtk-2.0/gdk/gdkx.h:52: error: syntax error before '*' token
    /usr/include/gtk-2.0/gdk/gdkx.h:52: warning: type defaults to 'int' in declaration of 'gdk_x11_gc_get_xdisplay'
    /usr/include/gtk-2.0/gdk/gdkx.h:52: warning: data definition has no type or storage class
    /usr/include/gtk-2.0/gdk/gdkx.h:53: error: syntax error before 'gdk_x11_gc_get_xgc'
    /usr/include/gtk-2.0/gdk/gdkx.h:53: warning: type defaults to 'int' in declaration of 'gdk_x11_gc_get_xgc'
    /usr/include/gtk-2.0/gdk/gdkx.h:53: warning: data definition has no type or storage class
    /usr/include/gtk-2.0/gdk/gdkx.h:54: error: syntax error before '*' token
    /usr/include/gtk-2.0/gdk/gdkx.h:54: warning: type defaults to 'int' in declaration of 'gdk_x11_screen_get_xscreen'
    /usr/include/gtk-2.0/gdk/gdkx.h:54: warning: data definition has no type or storage class
    /usr/include/gtk-2.0/gdk/gdkx.h:63: error: syntax error before 'gdk_x11_get_default_root_xwindow'
    /usr/include/gtk-2.0/gdk/gdkx.h:63: warning: type defaults to 'int' in declaration of 'gdk_x11_get_default_root_xwindow'
    /usr/include/gtk-2.0/gdk/gdkx.h:63: warning: data definition has no type or storage class
    /usr/include/gtk-2.0/gdk/gdkx.h:64: error: syntax error before '*' token
    /usr/include/gtk-2.0/gdk/gdkx.h:64: warning: type defaults to 'int' in declaration of 'gdk_x11_get_default_xdisplay'
    /usr/include/gtk-2.0/gdk/gdkx.h:64: warning: data definition has no type or storage class
    /usr/include/gtk-2.0/gdk/gdkx.h:126: error: syntax error before 'VisualID'
    /usr/include/gtk-2.0/gdk/gdkx.h:126: warning: function declaration isn't a prototype
    /usr/include/gtk-2.0/gdk/gdkx.h:128: error: syntax error before 'xvisualid'
    /usr/include/gtk-2.0/gdk/gdkx.h:128: warning: function declaration isn't a prototype
    /usr/include/gtk-2.0/gdk/gdkx.h:137: error: syntax error before 'Colormap'
    /usr/include/gtk-2.0/gdk/gdkx.h:137: warning: function declaration isn't a prototype
    /usr/include/gtk-2.0/gdk/gdkx.h:141: error: syntax error before 'XID'
    /usr/include/gtk-2.0/gdk/gdkx.h:141: warning: function declaration isn't a prototype
    /usr/include/gtk-2.0/gdk/gdkx.h:154: error: syntax error before 'xid'
    /usr/include/gtk-2.0/gdk/gdkx.h:154: warning: function declaration isn't a prototype
    /usr/include/gtk-2.0/gdk/gdkx.h:160: error: syntax error before '*' token
    /usr/include/gtk-2.0/gdk/gdkx.h:160: warning: function declaration isn't a prototype
    /usr/include/gtk-2.0/gdk/gdkx.h:164: error: syntax error before 'gdk_x11_atom_to_xatom_for_display'
    /usr/include/gtk-2.0/gdk/gdkx.h:165: warning: type defaults to 'int' in declaration of 'gdk_x11_atom_to_xatom_for_display'
    /usr/include/gtk-2.0/gdk/gdkx.h:165: warning: data definition has no type or storage class
    /usr/include/gtk-2.0/gdk/gdkx.h:167: error: syntax error before 'Atom'
    /usr/include/gtk-2.0/gdk/gdkx.h:167: warning: function declaration isn't a prototype
    /usr/include/gtk-2.0/gdk/gdkx.h:168: error: syntax error before 'gdk_x11_get_xatom_by_name_for_display'
    /usr/include/gtk-2.0/gdk/gdkx.h:169: warning: type defaults to 'int' in declaration of 'gdk_x11_get_xatom_by_name_for_display'
    /usr/include/gtk-2.0/gdk/gdkx.h:169: warning: data definition has no type or storage class
    /usr/include/gtk-2.0/gdk/gdkx.h:171: error: syntax error before 'Atom'
    /usr/include/gtk-2.0/gdk/gdkx.h:171: warning: function declaration isn't a prototype
    /usr/include/gtk-2.0/gdk/gdkx.h:173: error: syntax error before 'gdk_x11_atom_to_xatom'
    /usr/include/gtk-2.0/gdk/gdkx.h:173: warning: type defaults to 'int' in declaration of 'gdk_x11_atom_to_xatom'
    /usr/include/gtk-2.0/gdk/gdkx.h:173: warning: data definition has no type or storage class
    /usr/include/gtk-2.0/gdk/gdkx.h:174: error: syntax error before 'xatom'
    /usr/include/gtk-2.0/gdk/gdkx.h:174: warning: function declaration isn't a prototype
    /usr/include/gtk-2.0/gdk/gdkx.h:175: error: syntax error before 'gdk_x11_get_xatom_by_name'
    /usr/include/gtk-2.0/gdk/gdkx.h:175: warning: type defaults to 'int' in declaration of 'gdk_x11_get_xatom_by_name'
    /usr/include/gtk-2.0/gdk/gdkx.h:175: warning: data definition has no type or storage class
    /usr/include/gtk-2.0/gdk/gdkx.h:176: error: syntax error before 'xatom'
    /usr/include/gtk-2.0/gdk/gdkx.h:176: warning: function declaration isn't a prototype
    /usr/include/gtk-2.0/gdk/gdkx.h:196: error: syntax error before '*' token
    /usr/include/gtk-2.0/gdk/gdkx.h:196: warning: type defaults to 'int' in declaration of 'gdk_x11_font_get_xdisplay'
    /usr/include/gtk-2.0/gdk/gdkx.h:196: warning: data definition has no type or storage class
    error: command 'gcc' failed with exit status 1
    make[1]: *** [build] Error 1
    make[1]: Leaving directory `/home/viktor/.aurbuild/listen/src/listen-0.4.3/mmkeys'
    make: *** [mmkeys.so] Error 2
    ==> ERROR: Build Failed. Aborting...
    aurbuild: could not build "listen".
    there are no missing dependencies
    edit:
    same thing with madman... wtf
    g++ -DMADMAN_VERSION=0.93 -DNDEBUG=1 -I/opt/qt/include -I. -c -o designer/mainwin.o designer/mainwin.cc
    designer/mainwin.cc:32:27: error: tsonglistview.h: No such file or directory
    designer/mainwin.cc:33:26: error: tsetlistview.h: No such file or directory
    scons: *** [designer/mainwin.o] Error 1
    scons: building terminated because of errors.
    ==> ERROR: Build Failed. Aborting...
    aurbuild: could not build "madman".
    broken PKGBUILDs or is it me?

  • Remote debug listening socket failure

    I am getting the following error when starting Weblogic with remote debugging enabled:
    Error [4] in accept() call!
    err:: Interrupted system call
    Socket transport failed to init.
    dt_socket transport error; accept failed, rc = -1
    My java startup parameters include:
    -Xdebug -Xnoagent -Xms64m -Xmx64m -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,address=3998
    ,suspend=n
    I am using JDK1.2.2 and am running with the JDK opposed to JRE which I understand
    is required when trying to remote debug with 1.2. I have $JPDA/lib/sparc in my
    LD_LIBRARY_PATH and jpda.jar in my classpath.
    Can anyone help please?

    Problem resolved, thanks.
    "Moby" <[email protected]> wrote:
    >
    I am getting the following error when starting Weblogic with remote debugging
    enabled:
    Error [4] in accept() call!
    err:: Interrupted system call
    Socket transport failed to init.
    dt_socket transport error; accept failed, rc = -1
    My java startup parameters include:
    -Xdebug -Xnoagent -Xms64m -Xmx64m -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,address=3998
    ,suspend=n
    I am using JDK1.2.2 and am running with the JDK opposed to JRE which
    I understand
    is required when trying to remote debug with 1.2. I have $JPDA/lib/sparc
    in my
    LD_LIBRARY_PATH and jpda.jar in my classpath.
    Can anyone help please?

  • I am using Windows 8.1 i have an External Hard Disk and one drive is now inaccessible due to sudden power failure few days ago. Now it shows "Data error (Cyclic redundancy check)". I want all my important files and Pics. How ?

    Hi,
    I am using Windows 8.1
    I have an External Hard Disk i have partitioned it to 4 parts.
    One drive is now inaccessible due to sudden power failure while listening Music from that drive few days ago.
    Now it shows "Data error (Cyclic redundancy check)".
    I tried all the procedures provided here like
    chkdsk /f, diskpart, rescan etc
    but no result :( (i mean all processes failed. They could not detect the drive).
    Please help me to get those data, pictures and project files.
    thank you

    Then why aren't you posting this in the Windows 8 forums found @
    http://social.technet.microsoft.com/Forums/windows/en-US/home?category=w8itpro
    This is a Windows 7 forum for discussion about Windows 7.
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. ”

Maybe you are looking for

  • Can i share my iCloud drive through family sharing?

    I have setup family sharing and this works a treat.  I would now like to share the documents on my iCloud drive with the same people, is this possible? If so, how?

  • Previews "loading" in Develop

    Running LR 2.2 in XP32. When I'm in Develop, bringing in images to examine, each image has a several second delay while "loading". I get an immediate preview that's not sharp, then a delay, then the preview sharpens and I can make changes. What shoul

  • About navigate between ie pages in web dynpro for abap

    hi, all   I want navigate between views, but the view in two ie page.   How can i do it?   Thanks for your help!

  • FV 60 document is stored in VBKPF table. I would need cost center KOSTL

    When parking FI document in transaction FV 60 document is stored in VBKPF table. I would need cost center KOSTL. this is not entered in table VBKPF. Where could I find KOSTL and what is connection

  • Signature verification registry key

    Hello All,      I  have been trying to find the registry key that handles the "default  method for verifiying signatures". We are trying to apply this user  specific key to the local machine; so when any of the users log in, they  will not have to na