Listener error when configuring ASM database

Hi There,
I've currently installed the Oracle grid infrastructure 11.2. and the Oracle 11.2 database software on Linux 5.5. The document I am following tells me to add this entry to the listener file I am confused ... Shuold there be two Listeners on the server? One for Grid Infrastructure and one for the database software. When I installed the Grid Infrastructure it installed a listener under the GRID oracle home. Thanks
46. Set-up a $ORACLE_HOME/network/admin/listener.ora file as detailed in the File Listings below.
Document i am using:
http://www.oracle-wiki.net/startdocshowtoinstalloracle11glinuxasm
As well, once I got to #25 I can not log into SQLPLUS so i had to skip to #39 and then go back .....
Please help I am very new to ASM.....
J

user560159 wrote:
Ok So I don't even have the ASM database created yet. I just updated the listener.ora file under the grid oracle home and stopped the listener user srvctl now it won't start up anymore ....... HELP PLEASE!
Jmove/rename listener.ora to new/different name
No listener.ora file is required.
listener will start without having any listener.ora file present
try it
You'll like it!

Similar Messages

  • 'No such host is known' error when configuring Reporting database

    Hi,
    We are joining two report server databases using reporting services config manager. The problem is when we are trying to connect database on another machine we are receiving following error at step 'generating Rights script'
    System.Net.Sockets.SocketException: No such host is known
       at System.Net.Dns.GetAddrInfo(String name)
       at System.Net.Dns.InternalGetHostByName(String hostName, Boolean includeIPv6)
       at System.Net.Dns.GetHostEntry(String hostNameOrAddress)
       at ReportServicesConfigUI.RSDatabase.IsLocalDbServer(String dbServer)
       at ReportServicesConfigUI.RSDatabase.GrantRSConnectionRights()
       at ReportServicesConfigUI.RSDatabase.CreateNewDatabase()
    As per step mentioned in following link,
    http://blogs.msdn.com/b/sameersurve/archive/2009/06/15/no-such-host-is-known-error-when-configuring-ssrs-2008.aspx
    We tried opening port 1434 for the Reportserver db machine. but it didnt worked for me.
    Following are points i feel could be the reason of failure,
    1. The two machine we are working on are in different domains.
    2. The Product version of the two reporting servers are different.
    Have anyone experienced this if yes any solution that i can try? 

    Hi Shrikant_k,
    If we are using a remote database server for the report server database, we should refer to the following tips:
    Enable remote connections. And we should also open your firewall software and open the port that SQL Server listens on. For the default instance, this is typically port 1433 for TCP/IP connections. To verify that the instance accepts remote connections,
    please refer to the following article:
    http://technet.microsoft.com/en-us/library/ms157300(v=sql.105).aspx
    When you enable remote connections, the client and server protocols will also be enabled. To verify the protocols are enabled, please see:
    http://technet.microsoft.com/en-us/library/ms191294(v=sql.105).aspx
    When the database server is in a different domain or we are using workgroup security, we must configure the connection to use a SQL Server database login. In this way, we must update the report server database connection every time we change the password
    or the account.
    When creating a report server database, be aware that not all editions of SQL Server can be used to host the database. The following document is for your reference:
    http://technet.microsoft.com/en-us/library/ms157285(v=sql.105).aspx
    Reference:
    Configuring a Report Server Database Connection
    Hope this helps.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Error when making a database call froman ejb

    Hello,
    I am getting the following error when accessing the database from an ejb -
    java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
         java.rmi.RemoteException
         at com.sun.corba.ee.internal.iiop.ShutdownUtilDelegate.mapSystemException(ShutdownUtilDelegate.java:68)
         at javax.rmi.CORBA.Util.mapSystemException(Util.java:65)
         at com.ejb._EULookupRemoteIF_Stub.fetchAllLookups(Unknown Source)
         at com.ejb._EULookupRemoteIF_Stub.fetchAllLookups(Unknown Source)
         at com.servlets.login.EUClsLoginServlet.doPost(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.catalina.core.StandardWrapperValve.invokeServletService(StandardWrapperValve.java:720)
         at org.apache.catalina.core.StandardWrapperValve.access$000(StandardWrapperValve.java:118)
         at org.apache.catalina.core.StandardWrapperValve$1.run(StandardWrapperValve.java:278)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:274)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:505)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:212)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:505)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:203)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:505)
         at com.iplanet.ias.web.connector.nsapi.NSAPIProcessor.process(NSAPIProcessor.java:157)
         at com.iplanet.ias.web.WebContainer.service(WebContainer.java:598)
    Caused by: java.rmi.RemoteException
         at com.sun.enterprise.iiop.POAProtocolMgr.mapException(POAProtocolMgr.java:451)
         at com.sun.ejb.containers.BaseContainer.postInvoke(BaseContainer.java:545)
         at com.ejb.EUClsLookupBean_EJBObjectImpl.fetchAllLookups(EUClsLookupBean_EJBObjectImpl.java:101)
         at com.ejb._EUClsLookupBean_EJBObjectImpl_Tie._invoke(Unknown Source)
         at com.sun.corba.ee.internal.POA.GenericPOAServerSC.dispatchToServant(GenericPOAServerSC.java:569)
         at com.sun.corba.ee.internal.POA.GenericPOAServerSC.internalDispatch(GenericPOAServerSC.java:211)
         at com.sun.corba.ee.internal.POA.GenericPOAServerSC.dispatch(GenericPOAServerSC.java:113)
         at com.sun.corba.ee.internal.iiop.ORB.process(ORB.java:275)
         at com.sun.corba.ee.internal.iiop.LocalClientRequestImpl.invoke(LocalClientRequestImpl.java:96)
         at com.sun.corba.ee.internal.corba.ClientDelegate.invoke(ClientDelegate.java:237)
         at com.sun.corba.ee.internal.POA.GenericPOAClientSC.invoke(GenericPOAClientSC.java:97)
         at org.omg.CORBA.portable.ObjectImpl._invoke(ObjectImpl.java:457)
         at com.ejb._EULookupRemoteIF_Stub.fetchAllLookups(Unknown Source)
         ... 16 more
    Any help?

    Please look in those 16 other stack traces for more details, there should be an actual SQLException if
    it's a database problem, and/or the actual bean method that caused the problem.
    Regards,
    Marina

  • 11gR2 Error when installing a database and schema

    I have install 11gR2 on my laptop with window 7 4gb ram 500gb hard drive
    I getting this error
    ORA-01503: CREATE Controlfile / Failed
    and
    ORA-01158: Database already mounted
    i need to set up a database a 3 different schema
    because i am doing a install of Hyperion Share service, Essbase and Planning
    Please advise

    Pl do not post duplicate threads - 11gR2 Error when installing a database essbase on install of 11.1.2.1
    Your original thread was moved to the Essbase forums since this is Essbase related
    Srini

  • Error when configuring Siebel Server in Windows server 2003

    Hi
    I am getting below error when configuring Siebel server in Windows server 2003 VM. All the ODBC connections and SADMIN user id & password and gateway host name and port everything correct. Able to ping and telnet to gateway port 2320. Please help on how to overcome this situation....
    2021 2012-03-08 01:13:22 0000-00-00 00:00:00 -0500 00000000 001 003f 0001 09 sw_cfg_util 3940 3332 C:\sba81\siebsrvr\log\sw_cfg_util.log 8.1.1 SIA [21111] ENU
    GenericLog     GenericError     1     000000024f580f64:0     2012-03-08 01:13:22     Error in transferring input values ,num of arrays incorrect 0, expected : 1
    GenericLog     GenericError     1     000000024f580f64:0     2012-03-08 01:13:22     TransferInputsToValues returned error:3611539 to SetControlValues
    GenericLog     GenericError     1     000000024f58096c:0     2012-03-08 01:13:33     NSS - ErrCode 4597527 SysErr 0
    GenericLog     GenericError     1     000000034f58096c:0     2012-03-08 01:13:35     NSS - ErrCode 4597527 SysErr 0
    GenericLog     GenericError     1     000000034f58096c:0     2012-03-08 01:13:35     Validation failed : C028: Unable to connect to the Siebel Gateway Name Server ῤ粃䂬粃呸     ֓呸     ֓㷕粃Ꞡ粈㶻粃
    GenericLog     GenericError     1     000000034f58096c:0     2012-03-08 01:13:35     ValidateFailed for Gateway Name Server TCP/IP Port, error : C028: Unable to connect to the Siebel Gateway Name Server ῤ粃䂬粃呸     ֓呸     ֓㷕粃Ꞡ粈㶻粃

    Please check Doc ID 1391312.1 on support.oracle.com, this article has a list of possible causes and resolutions for the error messages you are receiving.
    Hope it helps,
    Wilson

  • Avoiding concurrency errors when updating a database through AJAX

    What are some strategies for avoiding concurrency errors when updating a database through AJAX. That is, in cases where a given user could attempt to modify the same row in the database with simultaneous requests (say, that he updates one column with information with an AJAX call, then immediately submits a form that updates the same row), what are some good ways yo prevent the two updates from colliding? On the JavaScript side one might make the AJAX call synchronous, but I question whether that is the best way to do it. Has anyone else confronted this?

    Well, since no one seems to have any ideas so far, I'll throw in my two cents worth.
    I'm not too familiar with AJAX so my advice may be limited.
    I suggest you do a google search on Optimistic concurrency database to get some ideas on how to handle it.
    If your update/insert/delete query is thread safe, then even if the same user double clicks the button fast enough to immediately have another update to the same record, then the first update will complete before the second one is carried out. Therefore no harm is done since he is just updating the same record. Since a typical update/insert/delete takes only a few milliseconds (querying may take a lot more time), its not likely he can click the button that fast. (I assume your using connection pooling for speed).
    The trouble comes up when two people call up data from the same record in different browsers. The first one updates/inserts/deletes the record. Now the other user is looking at old data. When he updates/inserts/deletes, there is a problem. One way to handle this is to keep a copy of all the fields from that record in each user's session scope when they first fetch it from the database (example: oldName). Then when you go to update some time later, to this:
    sql= update person set name=newValue where personID=3344 and name=oldName
    Note oldName is from session scope.
    If name in the database has changed, the update will not occur and will return 0 records updated. If it didn't change, it will update.
    Note your update function should not throw an exception if it cant update, it should return false. Return true if it worked.
    Example: public boolean updateName(String name)
    Similiarly, your insert should not throw an exception if the record already exists, it should return false meaning it cant insert.
    Exaple: public bolean insertName(String name). Same thing with delete function.
    If a record cant be updated due to someone else updating the record while the user was looking at data, return a message that it wasn't updated due to that problem. Then show the user the new value in the database ask him if he wants to overwrite the new change.
    Note even if you show 100 records on the JSP, only update the ones that have changed and not all 100. This way, its not likely he has updated the same records someone else has altered. Less likely a colision compared to updating all 100.
    If your updating/inserting/deleting more than 1 record (say, 3), then you should look into setting up a transaction in addition to all the above and rolling back all of them if one fails.
    Reading the section on databases from http://www.javapractices.com/home/HomeAction.do may also help.

  • Error while configuring the database

    Hello all-
    I have installed Oracle 11G and i am trying to create a Database via Database Configuration Assistant & i get following Error:
    May 17, 2010 2:22:55 PM oracle.sysman.emcp.EMConfig perform
    SEVERE: Listener is not up or database service is not registered with it. Start the Listener and register database service and run EM Configuration Assistant again .
    Refer to the log file at C:\app\admin\cfgtoollogs\dbca\FOUNDATION\emConfig.log for more details.
    May 17, 2010 2:22:55 PM oracle.sysman.emcp.EMConfig perform
    CONFIG: Stack Trace:
    oracle.sysman.emcp.exception.EMConfigException: Listener is not up or database service is not registered with it. Start the Listener and register database service and run EM Configuration Assistant again .
         at oracle.sysman.emcp.ParamsManager.checkListenerStatusForDBControl(ParamsManager.java:3245)
         at oracle.sysman.emcp.EMReposConfig.unlockMGMTAccount(EMReposConfig.java:1001)
         at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:346)
         at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:158)
         at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:253)
         at oracle.sysman.assistants.util.em.EMConfiguration.run(EMConfiguration.java:583)
         at oracle.sysman.assistants.util.em.EMConfigStep.executeImpl(EMConfigStep.java:139)
         at oracle.sysman.assistants.util.step.BasicStep.execute(BasicStep.java:210)
         at oracle.sysman.assistants.util.step.BasicStep.callStep(BasicStep.java:251)
         at oracle.sysman.assistants.dbca.backend.PostDBConfigureStep.executeImpl(PostDBConfigureStep.java:269)
         at oracle.sysman.assistants.util.step.BasicStep.execute(BasicStep.java:210)
         at oracle.sysman.assistants.util.step.Step.execute(Step.java:140)
         at oracle.sysman.assistants.util.step.StepContext$ModeRunner.run(StepContext.java:2667)
         at java.lang.Thread.run(Thread.java:595)
    May 17, 2010 2:22:55 PM oracle.sysman.emcp.EMConfig restoreOuiLoc
    CONFIG: Restoring oracle.installer.oui_loc to C:\app\admin\product\11.2.0\dbhome_1\oui
    I have seen the service for the Listener its up & running. Is there something that i shud do to register the database service with listener.
    Any help would be appreciated.
    Thanks!

    Hello,
    As previously posted you don't have to download Netca or Net Manager.
    However, you may find on the links below an introduction to these tools:
    http://www.orafaq.com/wiki/NetCA
    http://www.orafaq.com/wiki/Net_Manager
    Hope this help.
    Best regards,
    Jean-Valentin

  • TNS no listener error when internet is enabled

    Hi
    When my internet connection is enabled and if i try to connect to the database, I get the No listener error.
    Although I'm able to connect to database when there is no internet I find it hard to run my forms 9i as they run on Internet Explorer and only when there is internet connection.
    Please help me in this regard.
    Thanks in advance
    rishank

    I think, that your listener listen to only one address.
    Try to edit tnsnames.ora to replace you hostname with local network address.

  • Error when configuring Web Dispatcher for SSL with Enterprise Portal

    We are in the process of configuring the Web Dispatcher using SSL to connect to our Enterprise Portal (the Web Dispatcher will be in the DMZ).  We have followed all of the help.sap.com guides and now have SSL listening on the EP side (port 8103).  We are now receiving this strange certificate error when we start the Web Dispatcher:
    [Thr 5332] Tue Mar 20 00:36:23 2007
    [Thr 5332]   MatchTargetName("<FULLY QUALIFIED HOSTNAME>", "CN=XXX, OU=XXX, O=XXXX, C=XX") FAILS
    [Thr 5332]   SSL socket: local=<IPADDRESS>:4742  peer=<IPADDRESS>:8103
    [Thr 5332] <<- ERROR: SapSSLSessionStart(sssl_hdl=009D7670)==SSSLERR_SERVER_CERT_MISMATCH
    [Thr 5332] *** ERROR => IcmConnInitClientSSL: SapSSLSessionStart failed (-30): SSSLERR_SERVER_CERT_MISMATCH [icxxconn.c 2005]
    [Thr 5332] *** ERROR => IcmConnClientRqCreate() failed (rc=-14) [icrxx.c      4919]
    [Thr 5332] *** ERROR => Could not connect to SAP Message Server at <FULLY QUALIFIED HOST NAME>. URL=/msgserver/text/logon?version=1.2 [icrxx.c      2301]
    [Thr 5332] *** ERROR => rc=-1, HTTP response code: 0 [icrxx.c      2302]
    [Thr 5332] *** ERROR => see also OSS note 552286 [icrxx.c      2303]
    We have gone through the trouble shooting note 552286 as listed in the error above.  Any assistance is appreciated.

    Hello, did you receive any resolution for this problem?  We are receiving a similar error and I am unsure of how to resolve.

  • Re: Error when configuring Data Masking with workload masking in 12c

    Hello,
    Even I am facing a similar issue - error message displayed when trying for data-masking along with R.A.T. capabilities
    Can anybody help resolve this.
    Objective - Use Real Application Testing in combination with Test Data Masking Pack
    Current Setup
    I have a VM Box with Windows 2008 R2 Server OS Image
    Enterprise Manager 12c and Oracle 11g Database Instance Installed and configured on the same host.
    Have added one more Oracle Database Instance 11g Database instance into the Target Databases.
    while doing data masking, when i select the checkbox Ensure Workload Masking Compatibility i always get the error:
    "Workload masking is not supported by the target database chosen. You may need to apply a patch or move to a newer version of the database for workload masking."
    Can you please guide as to which patches / configurations need to added. I believe the Patches and Provisioning Wizard within EM will help on installing the requiredd patches.
    But I am not aware of which patch it is referring to.
    highly appreciate your help n guidance in this regards.
    Regards,
    Nayan Tejani
    +91 98333 02666

    Gosh! at last i found the solution!!
    I appreciate those who tried to help and i''m sharing the solution as i believe this is the purpose of SDN Forum and help others Netweaver Chap who facing the same problem:
    Problem faced:
    Extractor failed intermittently for WORKLOAD ANALYSIS (Introscope Data) due to error message "Error when opening an RFC connection"
    Due to the above error, performance data is not available in RCA workload analysis for J2EE engine.
    Possible Solution:
    1) Ensure both webadmin & SOLMANDIAG RFC working fine -> SM59 -> TCP/IP
    2) go to SE16 -> E2E_RESOURCES and change the resourcecap to 10 for SOLMANDIAG
    3) go to /smd/services -> Diagnostic System -> Advanced Setup -> Abap connectivity -> Connection Configuration and change server count to 10
    4) Restart webadmin (step 3 & 4 can perform in VA too)
    5) set gw/keepalive &  gw/reg_keepalive to value 0 in RZ11 (without reboot of instance)
    5) again go to SM59 -> TCP/IP -> SOLMANDIAG and put in the gateway host and gateway service correctly, don't leave this empty!!!! -
    > This is the main solution to solve intermittent failed RFC for extractor.
    Now, go back and monitor the extractor log and you should see no RFC error anymore and wait for 1 hour for the data to populate.
    Thanks!
    Nicholas Chang,

  • Problem when configuring standby database

    Hi,
    i am getting the following error when i am configuring the standby database,i have set every thing right
    ORA-28547: connection to server failed, probable Net8 admin error
    PING[ARC0]: Heartbeat failed to connect to standby 'orcl5'. Error is 28547.
    Error 28547 received logging on to the standby
    Tue May 29 22:13:21 2007
    Errors in file /u01/u06/bdump/orcl4_arc0_32147.trc:
    ORA-28547: connection to server failed, probable Net8 admin error
    PING[ARC0]: Heartbeat failed to connect to standby 'orcl5'. Error is 28547
    please suggest me how to go about this

    This is my primary
    *.background_dump_dest='/u01/u06/bdump'
    *.compatible='10.1.0.2.0'
    *.control_files='/u01/u06/ctrl01.ctl'
    *.core_dump_dest='/u01/u06/cdump'
    *.db_block_size=8192
    *.db_domain=''
    *.db_file_multiblock_read_count=16
    *.db_name='orcl4'
    *.instance_name='orcl4'
    *.dispatchers='(PROTOCOL=TCP) (SERVICE=orcl2XDB)'
    *.job_queue_processes=10
    *.log_archive_dest_1='LOCATION=/u01/u06/arch'
    *.log_archive_dest_2='SERVICE=orcl5 reopen=60'
    *.log_archive_format='%t_%s_%r.dbf'
    *.open_cursors=300
    *.pga_aggregate_target=200278016
    *.processes=150
    *.remote_login_passwordfile='EXCLUSIVE'
    *.sga_target=601882624
    .undo_management='AUTO'
    *.undo_tablespace='UNDOTBS1'
    *.user_dump_dest='/u01/u06/udump'
    #*.standby_archive_dest=/u01/u05/arch
    #*.standby_file_management=manual
    *.lock_name_space=orcl4
    standby
    #########3
    *.background_dump_dest='/u01/u03/bdump'
    *.compatible='10.1.0.2.0'
    *.control_files='/u01/u03/stdbyctrl.ctl'
    *.core_dump_dest='/u01/u03/cdump'
    *.db_block_size=8192
    *.db_domain=''
    *.db_file_multiblock_read_count=16
    *.db_name='orcl4'
    *.instance_name='orcl5'
    *.dispatchers='(PROTOCOL=TCP) (SERVICE=orcl2XDB)'
    *.job_queue_processes=10
    *.log_archive_dest=/u01/u03/arch
    *.log_archive_format='%t_%s_%r.dbf'
    *.open_cursors=300
    *.pga_aggregate_target=200278016
    *.processes=150
    *.remote_login_passwordfile='EXCLUSIVE'
    *.sga_target=601882624
    *.undo_management='AUTO'
    *.undo_tablespace='UNDOTBS1'
    *.user_dump_dest='/u01/u03/udump'
    *.standby_archive_dest=/u01/u03/arch
    *.standby_file_management=manual
    *.lock_name_space=orcl5

  • Error when opening the database with resetlogs

    ORA-00603: ORACLE SERVER SESSION TERMINATED BY FATAL ERROR
    WHEN I open the database with RESETLOGS

    Well you definitely need to post more information here.
    Looking at what you have posted, all that I can reply is
    ORA-00603: ORACLE server session terminated by fatal error
    Cause: An ORACLE server session is in an unrecoverable state.
    Action: Login to ORACLE again so a new server session will be created

  • Error when configuring WF

    Hello,
    I'm getting an error when I do the post deployment configuration for workflow. I am using version 7.0.1, but this problem also existed in version 7.0.
    I am attempting to enable integration between WorkFlow and Form Manager. These are the steps that I am taking.
    1) Log into the adminui console.
    2) Select Services
    3) Select Adobe LiveCycle Form Manager
    4) Select Configuration settings
    5) Under general settings, I selected the checkbox on this line "Adobe LiveCycle Form to display Adobe LiveCycle Workflow worklists.
    6) Click the save button on the top right of the page.
    When the next page loads, I get a system error that says "The request could not be processed. Please retry the operation. If the problem persists, please contact your system administrator". When I go back to the general setting section, the checkbox is not selected.
    Are there any known workarounds for this issue? How else can I get FM to display WF worklists?

    Thanks for responding Howard.
    The answer to the first two questions is both yes.
    Here's the output in server.log:
    2005-11-08 10:46:13,217 WARN [org.jboss.mq.Connection] Connection failure:
    org.jboss.mq.SpyJMSException: Connection Failed; - nested throwable: (java.io.IOException: ping timeout.)
    at org.jboss.mq.Connection.asynchFailure(Connection.java:429)
    at org.jboss.mq.Connection$PingTask.run(Connection.java:1378)
    at EDU.oswego.cs.dl.util.concurrent.ClockDaemon$RunLoop.run(ClockDaemon.java:364)
    at java.lang.Thread.run(Thread.java:595)
    Caused by: java.io.IOException: ping timeout.
    at org.jboss.mq.Connection$PingTask.run(Connection.java:1370)
    ... 2 more
    2005-11-08 10:47:10,202 INFO [STDOUT] 8-Nov-2005 10:47:10 AM com.adobe.workflow.email.InboxReader run
    SEVERE: InboxReader: message exception: Connect failed;
    nested exception is:
    java.net.ConnectException: Connection refused: connect
    2005-11-08 10:47:10,405 WARN [org.jboss.mq.Connection] Connection failure:
    org.jboss.mq.SpyJMSException: Connection Failed; - nested throwable: (java.io.IOException: ping timeout.)
    at org.jboss.mq.Connection.asynchFailure(Connection.java:429)
    at org.jboss.mq.Connection$PingTask.run(Connection.java:1378)
    at EDU.oswego.cs.dl.util.concurrent.ClockDaemon$RunLoop.run(ClockDaemon.java:364)
    at java.lang.Thread.run(Thread.java:595)
    Caused by: java.io.IOException: ping timeout.
    at org.jboss.mq.Connection$PingTask.run(Connection.java:1370)
    ... 2 more
    2005-11-08 10:47:10,577 INFO [STDOUT] javax.mail.MessagingException: Connect failed;
    nested exception is:
    java.net.ConnectException: Connection refused: connect
    2005-11-08 10:47:10,592 INFO [STDOUT] at com.sun.mail.pop3.POP3Store.protocolConnect(POP3Store.java:106)
    2005-11-08 10:47:10,592 INFO [STDOUT] at javax.mail.Service.connect(Service.java:233)
    2005-11-08 10:47:10,592 INFO [STDOUT] at javax.mail.Service.connect(Service.java:134)
    2005-11-08 10:47:10,592 INFO [STDOUT] at com.adobe.workflow.email.InboxReader.run(InboxReader.java:116)
    2005-11-08 10:47:10,592 INFO [STDOUT] at java.lang.Thread.run(Thread.java:595)
    2005-11-08 10:47:13,655 WARN [org.jboss.mq.Connection] Connection failure:
    org.jboss.mq.SpyJMSException: Connection Failed; - nested throwable: (java.io.IOException: ping timeout.)
    at org.jboss.mq.Connection.asynchFailure(Connection.java:429)
    at org.jboss.mq.Connection$PingTask.run(Connection.java:1378)
    at EDU.oswego.cs.dl.util.concurrent.ClockDaemon$RunLoop.run(ClockDaemon.java:364)
    at java.lang.Thread.run(Thread.java:595)
    Caused by: java.io.IOException: ping timeout.
    at org.jboss.mq.Connection$PingTask.run(Connection.java:1370)
    ... 2 more
    2005-11-08 10:48:40,686 WARN [org.jboss.mq.Connection] Connection failure:
    org.jboss.mq.SpyJMSException: Connection Failed; - nested throwable: (java.io.IOException: ping timeout.)
    at org.jboss.mq.Connection.asynchFailure(Connection.java:429)
    at org.jboss.mq.Connection$PingTask.run(Connection.java:1378)
    at EDU.oswego.cs.dl.util.concurrent.ClockDaemon$RunLoop.run(ClockDaemon.java:364)
    at java.lang.Thread.run(Thread.java:595)
    Caused by: java.io.IOException: ping timeout.
    at org.jboss.mq.Connection$PingTask.run(Connection.java:1370)
    ... 2 more
    2005-11-08 10:48:41,530 WARN [org.jboss.mq.Connection] Connection failure:
    org.jboss.mq.SpyJMSException: Connection Failed; - nested throwable: (java.io.IOException: ping timeout.)
    at org.jboss.mq.Connection.asynchFailure(Connection.java:429)
    at org.jboss.mq.Connection$PingTask.run(Connection.java:1378)
    at EDU.oswego.cs.dl.util.concurrent.ClockDaemon$RunLoop.run(ClockDaemon.java:364)
    at java.lang.Thread.run(Thread.java:595)
    Caused by: java.io.IOException: ping timeout.
    at org.jboss.mq.Connection$PingTask.run(Connection.java:1370)
    ... 2 more
    2005-11-08 10:48:41,686 INFO [STDOUT] 8-Nov-2005 10:48:41 AM com.adobe.workflow.email.InboxReader run
    SEVERE: InboxReader: message exception: Connect failed;
    nested exception is:
    java.net.ConnectException: Connection refused: connect
    2005-11-08 10:48:43,139 INFO [STDOUT] javax.mail.MessagingException: Connect failed;
    nested exception is:
    java.net.ConnectException: Connection refused: connect
    2005-11-08 10:48:43,217 INFO [STDOUT] at com.sun.mail.pop3.POP3Store.protocolConnect(POP3Store.java:106)
    2005-11-08 10:48:43,233 INFO [STDOUT] at javax.mail.Service.connect(Service.java:233)
    2005-11-08 10:48:43,233 INFO [STDOUT] at javax.mail.Service.connect(Service.java:134)
    2005-11-08 10:48:43,233 INFO [STDOUT] at com.adobe.workflow.email.InboxReader.run(InboxReader.java:116)
    2005-11-08 10:48:43,233 INFO [STDOUT] at java.lang.Thread.run(Thread.java:595)
    What's an InboxReader?

  • Show error when connect Company Database by DI API in 2004B

    Hi
    I use the DI API to connect company database in 2004B.  I can get the company lists by SAPbobsCOM.CompanyClass.GetCompanyList().
    I write a program to testing the connection that show two different result in client and server side.
    - It show the error -2147221164 (Class not registered), when connect company database in client PC. 
    - The same program run in server, it connected.
    I already checked my config as below
    - SAP 2004B is installed 7.20.145 SP:00 PL:25
    - SAPbobsCOM67.dll is 6.70.188.0 version, and "Special Build Description" is 21.
    The client and server side are same config.
    Any ideas how I should handle this?
    Thanks
      Winson

    sorry! it is wrong posted in here!!

  • Schema Diagram error when drop new database objects

    Hi All,
    I am following the document to ad database objects to the Schema Diagram using JDeveloper 11.1.1.4. But when I drag a view to the diagram, it gives me this error.
    An error was encountered
    CAR_REFERENCE_CODES_V.CODE
    Name CODE is already in use.
    Here CAR_REFERENCE_CODES_V is the name of my view and CODE is the column name in the view.
    What should I do?
    Thanks

    Hello,
    There is a Connect item related to this issue. This is the link of that Connect item:
    https://connect.microsoft.com/SQLServer/feedback/details/730985/smss-crashes-when-creating-new-database-diagram
    Try the workarounds posted there (Workarounds section).
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

Maybe you are looking for

  • How can I delete files from my ipad?

    Hi I just downloaded an .exe file on my ipad and I don't know how to delete or where to view them. I did this as a test to see if safari can download files or not but now I can't find it to delete it. I'm sure its still somewhere in my Ipad because I

  • Quantity control when creating from reference document

    Hi, When creating a follow-up document, is there a configuration that the quantity in the follow up document cannot exceed it's parent document. For example, I have a Quotation with one line item that contain Product A 10 units. Now, when I create a

  • At the time of updation of my mobail 4s total softwear is lost what can i do

    when i got a massege for updation of my iphone4s i start to updatet it but unfortunatly that is not done and yet i see only a simbol of apple on my screen what can i do pl gide me

  • User and Accounts mapping

    Hi All, we created Users and Accounts using RIDC. Now need to map user Account mapping programmatically. Let me know any suggestion. Thanks to all.

  • T530 Dolby Sound Driver doesn't start

    Hi Everytime I start Windows on my T530 I get an error message from Dolby Advanced Audio that the Dolby sound driver can't be startet and that I have to restart the computer or reinstall the driver. I reinstalled and restarted several times but it st