SAP instance getting stop after some time....

Hi,
Installed SAP on Cluster .SAP runs fine before and after switchover cluster when we do manually.
Problems comes after scripting ,While starting SAP Instance with SCript its work fine but after some time instance get fail.
And error comes
15:09:55
/usr/sap/SID/SCS01/exe/sapcontrol -prot NI_HTTP -nr 01 -function Stop
05.03.2014 15:09:55
Stop
OK
15:09:57
Instance on host insapr3pi01 stopped
15:09:57
Waiting for cleanup of resources
And it stop instance after some time.We are using Veritas (VCS cluster).Its continously search for cleanup of resources!!!!!!!
Regards
Adil

Sap instance start by that script but after sometime it give message in cluster software that Waiting for Cleaning of Resources.And after sometime it shutdown that instance.
Hi Adil,
When an external application (in this case SAP NetWeaver) is clustered with VCS, there are options to execute scripts at various operation cycles of the VCS agent for the application in question.  I would recommend reviewing the application group configuration, corresponding VCS logs, as well as the path to the scripts and their content.
I can assist from VCS perspective if the question still stands.
Regards,
Villi

Similar Messages

  • I purchased Fifa13 from the App Store, downloaded it in my pc..,but whrn i am trying to install it in my iad frpm the pc, i couldnt do it. The installation process stops after some time and the ipad shows some thing like "can sync..,failed to install fifa

    I purchased Fifa13 from the App Store, downloaded it in my pc..,but when i am trying to install it in my ipad frpm the pc, i couldnt do it. The installation process stops after some time and the ipad shows some thing like "can sync..,failed to install fifa13"
    What can i do?
    btw....,its happeniing only wth the fifa13,     installed other apps from pc previously.

    anybody answer me fast

  • WL 10.3 - Quartz's jobs stops after some time of correct executing

    Hi,
    I have a webapp (backend only) that is deployed on WebLogic 10.3 AS. In this webapp 5 quartz's job are executed (cron trigger). Two of them run 3 times a day, the next two of them execute every 5 seconds and the last one starts every 20 seconds.
    The problem is that after some time of correct execution (about 20 min.) one on the jobs hangs on, then after some time (about 10 min.) the second one hangs on and finally only one of job (it's always the "20" second job) executes correct for a long time, then also stops. Above, concerns the only the "5" and "20" seconds jobs. All of the jobs are stateful and Oracle DB is used for synchronisation.
    In DB I see that "TRIGGER_STATE" in "TRIGGERS" tables has value of "BLOCKED" for the jobs that hang on. Whenever the job crashes I see the following entry in the WL's log:
    ####<2011-05-30 08:50:11 CEST> <Info> <RJVM> <server_name> <AdminServer> <[ACTIVE] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1306738211453> <BEA-000513> <Failure in heartbeat trigger for RJVM: -6468277378824263512S:127.0.1.1:[7001,7001,-1,-1,-1,-1,-1]:test_domain:test-server
    java.io.IOException: The connection manager to ConnectionManager for: 'weblogic.rjvm.RJVMImpl@559e - id: '-6468277378824263512S:127.0.1.1:[7001,7001,-1,-1,-1,-1,-1]:test_domain:test-server' connect time: 'Mon May 30 08:45:11 CEST 2011'' has already been shut down.
    java.io.IOException: The connection manager to ConnectionManager for: 'weblogic.rjvm.RJVMImpl@559e - id: '-6468277378824263512S:127.0.1.1:[7001,7001,-1,-1,-1,-1,-1]:test_domain:test-server' connect time: 'Mon May 30 08:45:11 CEST 2011'' has already been shut down
         at weblogic.rjvm.ConnectionManager.getOutputStream(ConnectionManager.java:1719)
         at weblogic.rjvm.ConnectionManager.createHeartbeatMsg(ConnectionManager.java:1662)
         at weblogic.rjvm.ConnectionManager.sendHeartbeatMsg(ConnectionManager.java:599)
         at weblogic.rjvm.RJVMImpl$HeartbeatChecker.timerExpired(RJVMImpl.java:1584)
         at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    >The quartz version I use is 1.8.4.
    I use my own implementation of scheduler to start the jobs at the deploy time. Jobs are also always unscheduled when the app is undeployed. After undeploying all entries from quartz's tables are erased excepting the one in "SCHEDULER_STATE" table.
    The webapp is tested standalone but it will be in the production environment it will be clustered (two nodes).
    What can cause the problem? And how to solve it?
    Below is my quartz.properties file as it's deployed with webapp:
    #============================================================================
    # Configure Main Scheduler Properties
    #============================================================================
    org.quartz.scheduler.instanceName = SimulatorClusteredScheduler
    org.quartz.scheduler.instanceId = AUTO
    #============================================================================
    # Configure ThreadPool
    #============================================================================
    org.quartz.threadPool.class = org.quartz.simpl.SimpleThreadPool
    org.quartz.threadPool.threadCount = 10
    org.quartz.threadPool.threadPriority = 5
    #============================================================================
    # Configure JobStore
    #============================================================================
    org.quartz.jobStore.misfireThreshold = 60000
    #org.quartz.jobStore.isClustered = true
    #org.quartz.jobStore.clusterCheckinInterval = 20000
    #org.quartz.jobStore.class = org.quartz.impl.jdbcjobstore.JobStoreTX
    org.quartz.jobStore.class = org.quartz.impl.jdbcjobstore.JobStoreCMT
    #org.quartz.jobStore.driverDelegateClass = org.quartz.impl.jdbcjobstore.oracle.OracleDelegate
    org.quartz.jobStore.driverDelegateClass = org.quartz.impl.jdbcjobstore.StdJDBCDelegate
    org.quartz.jobStore.useProperties = false
    org.quartz.jobStore.dataSource = myDS
    org.quartz.jobStore.nonManagedTXDataSource = myDS
    org.quartz.jobStore.tablePrefix = QRTZ_
    org.quartz.jobStore.isClustered = true
    org.quartz.jobStore.clusterCheckinInterval = 20000
    #============================================================================
    # Configure Datasources
    #============================================================================
    org.quartz.dataSource.myDS.jndiURL=${org.quartz.dataSource.myDS.jndiURL}
    org.quartz.dataSource.myDS.jndiAlwaysLookup=true
    org.quartz.dataSource.myDS.java.naming.factory.initial=weblogic.jndi.WLInitialContextFactory
    org.quartz.dataSource.myDS.java.naming.provider.url=${org.quartz.dataSource.myDS.java.naming.provider.url}
    org.quartz.dataSource.myDS.java.naming.security.principal=${org.quartz.dataSource.myDS.java.naming.security.principal}
    org.quartz.dataSource.myDS.java.naming.security.credentials=${org.quartz.dataSource.myDS.java.naming.security.credentials}
    #======================================================================
       # Configure Plugins
    #======================================================================
    #org.quartz.plugin.jobInitializer.overWriteExistingJobs = true
    #org.quartz.plugin.shutdownhook.cleanShutdown = true Any help would be greatly appreciated.

    Thanks for you response,
    I have a entry, in web.xml, because of this this working at startup time. (connecting the quarts scheduler)
    When server and application started every thing it's working but after some time(mostly after 30 minutes), without any change in server/application we are getting the above error.
    We have entry in web.xml file like this.
    <ejb-local-ref>
    <ejb-ref-name>ejb/DXTrackingSession</ejb-ref-name>
    <ejb-ref-type>Session</ejb-ref-type>
    <local>com.sample.app.ejb.tracking.DXTrackingSession</local>
    </ejb-local-ref>

  • SAP Dispatcher getting stopped after successful DB restore sql server 2005

    Dear Experts,
    I have installed SAP ECC 6.0 with MSS 2005 on Windows 2003 x64. MSS DB and thereafter
    SAP installtion was successful. I also logged on the system and checked a few things. Then we
    performed a PRD data  DB restore using MSS Management Studio and DB restore completed successfully.
    Then we take a restart and tried to start SAP. Primarily I found it is starting and then when it come Dispatcher
    getting stopped once i restarted the server also I tried with r3trans -d and its not executing  please check the developer trace
    and my server work directory in zip format  attached please check the attachment
    please help me to sort out this issue
    Best Regards
    SURESH .M
    SAP BASIS CONSULTANT

    Hi deepak ,
    please check the trans log iam attached
    r3trans -d getting return code 0012
    please check it
    4 ETW000 r3trans version 6.14 (release 700 - 18.09.06 - 09:35:00).
    4 ETW000 unicode enabled version
    4 ETW000 ===============================================
    4 ETW000
    4 ETW000 date&time   : 19.06.2014 - 16:57:13
    4 ETW000 control file: <no ctrlfile>
    4 ETW000 R3trans was called as follows: r3trans -d
    4 ETW000  trace at level 2 opened for a given file pointer
    4 ETW000  [dev trc     ,00000]  Thu Jun 19 16:57:15 2014                           41662  0.041662
    4 ETW000  [dev trc     ,00000]  db_con_init called                                   142  0.041804
    4 ETW000  [dev trc     ,00000]  create_con (con_name=R/3)                            181  0.041985
    4 ETW000  [dev trc     ,00000]  Loading DB library 'dbmssslib.dll' ...               138  0.042123
    4 ETW000  [dev trc     ,00000]  load shared library (dbmssslib.dll), hdl 0         47141  0.089264
    4 ETW000  [dev trc     ,00000]      using "D:\usr\sap\PRD\SYS\exe\uc\NTAMD64\dbmssslib.dll"
    4 ETW000                                                                             130  0.089394
    4 ETW000  [dev trc     ,00000]  Library 'dbmssslib.dll' loaded                        40  0.089434
    4 ETW000  [dev trc     ,00000]  function DbSlExpFuns loaded from library dbmssslib.dll
    4 ETW000                                                                              63  0.089497
    4 ETW000  [dev trc     ,00000]  Version of 'dbmssslib.dll' is "700.08", patchlevel (0.72)
    4 ETW000                                                                           28593  0.118090
    4 ETW000  [dev trc     ,00000]  function dsql_db_init loaded from library dbmssslib.dll
    4 ETW000                                                                              75  0.118165
    4 ETW000  [dev trc     ,00000]  function dbdd_exp_funs loaded from library dbmssslib.dll
    4 ETW000                                                                              70  0.118235
    4 ETW000  [dev trc     ,00000]  New connection 0 created                           11925  0.130160
    4 ETW000  [dev trc     ,00000]  0: name = R/3, con_id = -000000001 state = DISCONNECTED, perm = YES, reco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO
    4 ETW000                                                                             163  0.130323
    4 ETW000  [dev trc     ,00000]  db_con_connect (con_name=R/3)                         56  0.130379
    4 ETW000  [dev trc     ,00000]  find_con_by_name found the following connection for reuse:
    4 ETW000                                                                              60  0.130439
    4 ETW000  [dev trc     ,00000]  0: name = R/3, con_id = 000000000 state = DISCONNECTED, perm = YES, reco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO
    4 ETW000                                                                              74  0.130513
    4 ETW000  [dev trc     ,00000]  Thread ID:2196                                     16796  0.147309
    4 ETW000  [dev trc     ,00000]  Thank You for using the SLOLEDB-interface             54  0.147363
    4 ETW000  [dev trc     ,00000]  Using dynamic link library 'D:\usr\sap\PRD\SYS\exe\uc\NTAMD64\dbmssslib.dll'
    4 ETW000                                                                              76  0.147439
    4 ETW000  [dev trc     ,00000]  dbmssslib.dll patch info                              84  0.147523
    4 ETW000  [dev trc     ,00000]    patchlevel   0                                      37  0.147560
    4 ETW000  [dev trc     ,00000]    patchno      72                                     30  0.147590
    4 ETW000  [dev trc     ,00000]    patchcomment MSSQL: Thread check in DbSlDisconnect (969143)
    4 ETW000                                                                              54  0.147644
    4 ETW000  [dev trc     ,00000]  np:(local) connection used on PSPRD1                 195  0.147839
    4 ETW000  [dev trc     ,00000]  CopyLocalParameters: dbuser is 'prd'                  44  0.147883
    4 ETW000  [dev trc     ,00000]  Using Provider SQLNCLI                             46841  0.194724
    4 ETW000  [dev trc     ,00000]  OpenOledbConnection: MARS property was set successfully.
    4 ETW000                                                                             419  0.195143
    4 ETW000  [dev trc     ,00000]  ExecuteAndFlush return code: 0x80040e14 Stmt: [if user_name() != 'prd' setuser 'prd']
    4 ETW000                                                                          121982  0.317125
    4 ETW000  [dev trc     ,00000]  ExecuteAndFlush: line 6324. hr: 0x80040e14 Setuser failed because of one of the following reasons: the database principal 'prd' does not exist, its corresponding server principal does not have server access, this type of database principal cannot be impersonated, or you do not have permission.
    4 ETW000                                                                             211  0.317336
    4 ETW000  [dev trc     ,00000]  sloledb.cpp [ExecuteAndFlush,line 6324]: Error/Message: (err 15157, sev 0), Setuser failed because of one of the following reasons: the database principal 'prd' does not exist, its corresponding server principal does not have server access, this type of database principal cannot be impersonated, or you do not have permission.
    4 ETW000                                                                             168  0.317504
    4 ETW000  [dev trc     ,00000]  Procname: [ExecuteAndFlush - no proc]                 38  0.317542
    4 ETW000  [dev trc     ,00000]  setuser 'prd' failed -- connect terminated            68  0.317610
    4 ETW000  [dev trc     ,00000]  Using Provider SQLNCLI                              6271  0.323881
    4 ETW000  [dev trc     ,00000]  OpenOledbConnection: MARS property was set successfully.
    4 ETW000                                                                             215  0.324096
    4 ETW000  [dev trc     ,00000]  ExecuteAndFlush return code: 0x80040e14 Stmt: [if user_name() != 'prd' setuser 'prd']
    4 ETW000                                                                            8723  0.332819
    4 ETW000  [dev trc     ,00000]  ExecuteAndFlush: line 6324. hr: 0x80040e14 Setuser failed because of one of the following reasons: the database principal 'prd' does not exist, its corresponding server principal does not have server access, this type of database principal cannot be impersonated, or you do not have permission.
    4 ETW000                                                                             122  0.332941
    4 ETW000  [dev trc     ,00000]  sloledb.cpp [ExecuteAndFlush,line 6324]: Error/Message: (err 15157, sev 0), Setuser failed because of one of the following reasons: the database principal 'prd' does not exist, its corresponding server principal does not have server access, this type of database principal cannot be impersonated, or you do not have permission.
    4 ETW000                                                                             141  0.333082
    4 ETW000  [dev trc     ,00000]  Procname: [ExecuteAndFlush - no proc]                 37  0.333119
    4 ETW000  [dev trc     ,00000]  setuser 'prd' failed -- connect terminated            53  0.333172
    4 ETW000  [dev trc     ,00000]  Using Provider SQLNCLI                              6308  0.339480
    4 ETW000  [dev trc     ,00000]  OpenOledbConnection: MARS property was set successfully.
    4 ETW000                                                                             209  0.339689
    4 ETW000  [dev trc     ,00000]  ExecuteAndFlush return code: 0x80040e14 Stmt: [if user_name() != 'prd' setuser 'prd']
    4 ETW000                                                                            8393  0.348082
    4 ETW000  [dev trc     ,00000]  ExecuteAndFlush: line 6324. hr: 0x80040e14 Setuser failed because of one of the following reasons: the database principal 'prd' does not exist, its corresponding server principal does not have server access, this type of database principal cannot be impersonated, or you do not have permission.
    4 ETW000                                                                             122  0.348204
    4 ETW000  [dev trc     ,00000]  sloledb.cpp [ExecuteAndFlush,line 6324]: Error/Message: (err 15157, sev 0), Setuser failed because of one of the following reasons: the database principal 'prd' does not exist, its corresponding server principal does not have server access, this type of database principal cannot be impersonated, or you do not have permission.
    4 ETW000                                                                             286  0.348490
    4 ETW000  [dev trc     ,00000]  Procname: [ExecuteAndFlush - no proc]                 42  0.348532
    4 ETW000  [dev trc     ,00000]  setuser 'prd' failed -- connect terminated            55  0.348587
    4 ETW000  [dev trc     ,00000]  failed to establish conn to np:(local).             6478  0.355065
    4 ETW000  [dev trc     ,00000]  Retrying without protocol specifier: (local)          49  0.355114
    4 ETW000  [dev trc     ,00000]  Using Provider SQLNCLI                               123  0.355237
    4 ETW000  [dev trc     ,00000]  OpenOledbConnection: MARS property was set successfully.
    4 ETW000                                                                             214  0.355451
    4 ETW000  [dev trc     ,00000]  ExecuteAndFlush return code: 0x80040e14 Stmt: [if user_name() != 'prd' setuser 'prd']
    4 ETW000                                                                           14045  0.369496
    4 ETW000  [dev trc     ,00000]  ExecuteAndFlush: line 6324. hr: 0x80040e14 Setuser failed because of one of the following reasons: the database principal 'prd' does not exist, its corresponding server principal does not have server access, this type of database principal cannot be impersonated, or you do not have permission.
    4 ETW000                                                                             128  0.369624
    4 ETW000  [dev trc     ,00000]  sloledb.cpp [ExecuteAndFlush,line 6324]: Error/Message: (err 15157, sev 0), Setuser failed because of one of the following reasons: the database principal 'prd' does not exist, its corresponding server principal does not have server access, this type of database principal cannot be impersonated, or you do not have permission.
    4 ETW000                                                                             141  0.369765
    4 ETW000  [dev trc     ,00000]  Procname: [ExecuteAndFlush - no proc]                 38  0.369803
    4 ETW000  [dev trc     ,00000]  setuser 'prd' failed -- connect terminated            53  0.369856
    4 ETW000  [dev trc     ,00000]  Using Provider SQLNCLI                               886  0.370742
    4 ETW000  [dev trc     ,00000]  OpenOledbConnection: MARS property was set successfully.
    4 ETW000                                                                             226  0.370968
    4 ETW000  [dev trc     ,00000]  ExecuteAndFlush return code: 0x80040e14 Stmt: [if user_name() != 'prd' setuser 'prd']
    4 ETW000                                                                            8706  0.379674
    4 ETW000  [dev trc     ,00000]  ExecuteAndFlush: line 6324. hr: 0x80040e14 Setuser failed because of one of the following reasons: the database principal 'prd' does not exist, its corresponding server principal does not have server access, this type of database principal cannot be impersonated, or you do not have permission.
    4 ETW000                                                                             122  0.379796
    4 ETW000  [dev trc     ,00000]  sloledb.cpp [ExecuteAndFlush,line 6324]: Error/Message: (err 15157, sev 0), Setuser failed because of one of the following reasons: the database principal 'prd' does not exist, its corresponding server principal does not have server access, this type of database principal cannot be impersonated, or you do not have permission.
    4 ETW000                                                                             145  0.379941
    4 ETW000  [dev trc     ,00000]  Procname: [ExecuteAndFlush - no proc]                 37  0.379978
    4 ETW000  [dev trc     ,00000]  setuser 'prd' failed -- connect terminated            53  0.380031
    4 ETW000  [dev trc     ,00000]  Using Provider SQLNCLI                              6315  0.386346
    4 ETW000  [dev trc     ,00000]  OpenOledbConnection: MARS property was set successfully.
    4 ETW000                                                                             229  0.386575
    4 ETW000  [dev trc     ,00000]  ExecuteAndFlush return code: 0x80040e14 Stmt: [if user_name() != 'prd' setuser 'prd']
    4 ETW000                                                                            8701  0.395276
    4 ETW000  [dev trc     ,00000]  ExecuteAndFlush: line 6324. hr: 0x80040e14 Setuser failed because of one of the following reasons: the database principal 'prd' does not exist, its corresponding server principal does not have server access, this type of database principal cannot be impersonated, or you do not have permission.
    4 ETW000                                                                             122  0.395398
    4 ETW000  [dev trc     ,00000]  sloledb.cpp [ExecuteAndFlush,line 6324]: Error/Message: (err 15157, sev 0), Setuser failed because of one of the following reasons: the database principal 'prd' does not exist, its corresponding server principal does not have server access, this type of database principal cannot be impersonated, or you do not have permission.
    4 ETW000                                                                             144  0.395542
    4 ETW000  [dev trc     ,00000]  Procname: [ExecuteAndFlush - no proc]                 34  0.395576
    4 ETW000  [dev trc     ,00000]  setuser 'prd' failed -- connect terminated            53  0.395629
    4 ETW000  [dev trc     ,00000]  failed to establish conn. 0                         6497  0.402126
    4 ETW000  [dblink      ,00431]  ***LOG BY2=>sql error 0      performing CON [dblink#3 @ 431]
    4 ETW000                                                                           11973  0.414099
    4 ETW000  [dblink      ,00431]  ***LOG BY0=><message text not available> [dblink#3 @ 431]
    4 ETW000                                                                              55  0.414154
    2EETW169 no connect possible: "DBMS = MSSQL                            ---  SERVER = 'PSPRD1' DBNAME = 'PRD'"
    Best regards
    suresh

  • Canon Raw (CR2) files seem to get corrupted after some times

    Hello
    I use a fully registered Lightroom 5.3 with my Canon 5D Mark III, and I have this kind of corruption on some of my CR2 files from times to times. If i reimport the .cr2 file in another catalog or even on another the resulting file is still corrupted.
    The wierdest thing is that the original import was successful and I successfully exported it several times correctly. The corruption should have happens afterward:
    Do you have any idea where does this comes from? This is absolutely inacceptable from a professional software.
    PS: I had this kind of curruption with an old version of Lightroom with my previous pentax K7d, but I though this was past
    Thanks you very much    

    Gaetan St wrote:
    Do you have any idea where does this comes from?
    Yes, -failing hardware (typically disk or ram).
    Gaetan St wrote:
    This is absolutely inacceptable from a professional software.
    The software is not corrupting them, it's just revealing existing corruption. (yeah, I know some apps can still display the jpeg preview without revealing the corruption, still... - Lr is a raw editor..).
    ~R.

  • OEM Issue: oemagent stops after some time on specific node on a 3 node RAC system.

    We have a 3 node RAC system running 11.2.0.3 .
    The oemagent keeps failing on 1 particular node and needs to be brought up every now and then. What could be the probable cause of this. Also, I have not seen anything suspicious in the agent logs.
    Oracle Enterprise Manager Cloud Control 12c Release 2
    Copyright (c) 1996, 2012 Oracle Corporation.  All rights reserved.
    Agent Version     : 12.1.0.2.0
    OMS Version       : 12.1.0.2.0
    Protocol Version  : 12.1.0.1.0
    Last successful upload                       : 2015-03-10 07:28:10
    Last attempted upload                        : 2015-03-10 07:28:10
    Total Megabytes of XML files uploaded so far : 0.08
    Number of XML files pending upload           : 0
    Size of XML files pending upload(MB)         : 0
    Available disk space on upload filesystem    : 78.16%
    Collection Status                            : Collections enabled
    Heartbeat Status                             : Ok
    Last attempted heartbeat to OMS              : 2015-03-10 07:28:25
    Last successful heartbeat to OMS             : 2015-03-10 07:28:25
    Next scheduled heartbeat to OMS              : 2015-03-10 07:29:25
    Agent is Running and Ready
    Sometimes while checking status we often get the followinG:
    Oracle Enterprise Manager Cloud Control 12c Release 2
    Copyright (c) 1996, 2012 Oracle Corporation.  All rights reserved.
    Status agent Failure:unable to connect to http server at https://<servername>:<port>/emd/lifecycle/main/ [peer not authenticated]
    Agent is Not Running
    Any help?

    We have a 3 node RAC system running 11.2.0.3 .
    The oemagent keeps failing on 1 particular node and needs to be brought up every now and then. What could be the probable cause of this. Also, I have not seen anything suspicious in the agent logs.
    Oracle Enterprise Manager Cloud Control 12c Release 2
    Copyright (c) 1996, 2012 Oracle Corporation.  All rights reserved.
    Agent Version     : 12.1.0.2.0
    OMS Version       : 12.1.0.2.0
    Protocol Version  : 12.1.0.1.0
    Last successful upload                       : 2015-03-10 07:28:10
    Last attempted upload                        : 2015-03-10 07:28:10
    Total Megabytes of XML files uploaded so far : 0.08
    Number of XML files pending upload           : 0
    Size of XML files pending upload(MB)         : 0
    Available disk space on upload filesystem    : 78.16%
    Collection Status                            : Collections enabled
    Heartbeat Status                             : Ok
    Last attempted heartbeat to OMS              : 2015-03-10 07:28:25
    Last successful heartbeat to OMS             : 2015-03-10 07:28:25
    Next scheduled heartbeat to OMS              : 2015-03-10 07:29:25
    Agent is Running and Ready
    Sometimes while checking status we often get the followinG:
    Oracle Enterprise Manager Cloud Control 12c Release 2
    Copyright (c) 1996, 2012 Oracle Corporation.  All rights reserved.
    Status agent Failure:unable to connect to http server at https://<servername>:<port>/emd/lifecycle/main/ [peer not authenticated]
    Agent is Not Running
    Any help?

  • Call export with java function stop after a time

    Hi
    we make a function java for call exp.exe.
    We pass at java's function a string
    we use this code
    /* * ExecuteCmd.java * This is a sample application that uses the Runtime Object * to execute a program. * */
    /* Import the classes needed for Runtime, Process, and Exceptions */
    import java.lang.*;
    //import java.lang.Process;
    import java.io.*;
    //import java.lang.InterruptedException;
    class ExecuteCmd {
    public static int Cmd(String args) {
    try {
    /* Execute the command using the Runtime object and get the
    Process which controls this command */
    Process p = Runtime.getRuntime().exec(args);
    /* Use the following code to wait for the process to finish
    and check the return code from the process */
    try {
    p.waitFor();
    /* Handle exceptions for waitFor() */
    } catch (InterruptedException intexc) {
    //System.out.println("Interrupted Exception on waitFor: " + intexc.getMessage());
         return -1;
    return p.exitValue();
    /* Handle the exceptions for exec() */
    } catch (IOException e) {
    // System.out.println("IO Exception from exec : " + e.getMessage());
    // e.printStackTrace();
         return 1;
    after a time the export begin but stop after some time.
    If the schema is little like not table but some sequence the export gone normally but if the schema is big the export stop after a time but we dont have a trace with log.
    Can you help

    I think you need to gobble up the output from the command you are exec'ing. If the exec'd command fills up your command space buffer it will stop when the buffer is full.
    Try adding the lines
    String s = new String();
    while ((s = p.readLine())!=null)
    after the try block to gobble up the output from your command call.

  • On launching firfox v3.6.15 on windows vista this error message 'Script: file:///C:/Program%20Files/Mozilla%20Firefox/components/nsBlocklistService.js:648' is shown, after some time FF stops responding.

    I've noticed that it is taking longer for Firefox to start. On launching the apps I get this message ' I've noticed that it is taking longer and longer for Firefox (always the most up-to-date version) to start. After some time FF stops responding

    Create a new profile exclusively for the 4.0 beta version and create a desktop shortcut with -P "profile" appended to the target to launch that profile.
    * http://kb.mozillazine.org/Testing_pre-release_versions
    * http://kb.mozillazine.org/Creating_a_new_Firefox_profile_on_Windows
    * http://kb.mozillazine.org/Shortcut_to_a_specific_profile
    * http://kb.mozillazine.org/Using_multiple_profiles_-_Firefox

  • GPRS services suddenly stop working after some time abt 4 hrs.Airplane on off solves it

    I am using a factory unlocked iPhone 4 GSM in India. Iam currently using it on airtel network 2G services i.e GPRS services. Now the problem I have noticed is that the GPRS services suddenly stop working after some time say about 4 hours. Then what i do is to turn airplane mode on and then off or restart the phone and GPRS starts working. Agan after some time I have to repeat this exercise. Please help soon. This is happening since the time i bought this phone i.e from past 20 days. I have tried allpossible network settings and resetting network but nothing helped. everything else is working perfect.

    Hi Syed,
    I have also started facing the exact same problem since the past few months with my docomo service.
    Earlier, EDGE / GPRS used to work just fine from my workplace where the network was good.
    But recently, I got my iphone replaced, due to a network problem, from an apple store in indianapolis, and also upgraded to ios 5.....so not sure now whether this intermittent EDGE / GPRS outage is due to the new hardware or the new OS.
    Did you upgrade to iOS 5 and did it help?
    PS: iOS 5.0.1 also doesn't seem to be helping, I still need to restart the phone to get EDGE / GPRSt to work.....will try out the airplane mode thing....at least that shouldn't take as much time as a full reboot.
    Regards,
    Hemant

  • SystemD Values Get Reset to Default after some Time

    Hi,
    I'm using two machine as gateways and Keepalive HA load balancers, so I've enabled some kernel options, but after some time (the next day or so), these options have been reset to their default (disabled) values.
    Why does that happen, and how to stop that from happening?
    I have to reset the parameters each time. I could set up a script to run on a schedule, but I would like to prevent it from happening in the first place.
    These are the values which get reset to 0 (this time):
        net.ipv4.conf.all.accept_redirects
        net.ipv4.vs.conntrack
        net.ipv4.vs.expire_nodest_conn
        net.ipv4.vs.expire_quiescent_template
    Thank you.

    I didn't find anything in the journal, but I am curious about what I did find: every 1-3 seconds, there is an entry which is repeated: "sshd[<Number>]: Set /proc/self/oom_score_adj to 0". What does it mean? I've been scrolling for the last few days-worth of this message, and there is still more... I also have many attempts to log in via ssh from China, from multiple IP addresses, with various user names and many unsuccessful authentication attempts for root; maybe the entry is related to these attempts...
    Going back to the original discussion, I think I've seen someone mention a systemd service or something like that which resets kernel settings, or some other things, to their default values, in a post (here), but I didn't find it again. Is there such a service that does something like that?
    It is strange that since I started this thread, and since I reset the settings to 1, they have remained at 1. I notice that it happens irregularly.

  • Multitouch Gestures Stop working after some time in Mountain Lion

    I have a problem with Multitouch Gestures on Macbook Pro, using Mountain Lion. After some time 3 thinger swipe to left/right stops working. The only thing that helps to solve this problem is making a restart. Are there any other ways to get rid of this problem?

    Me too. My iMac and MBP same here. Having graphics glitches when playing games neither in Mac or Bootcamp with Windows. Sometimes screen even slashed into half and freezed. Wake up from sleep also have graphics issues, like I need to use the crusor to oaint out the grey login screen, if not, it will stay white. Slowly moving the crusor will paint back the grey background.

  • How can i Delete all foto from my iphone and after some time get them one more time on it but not as a new album :)?

    How can i Delete all foto from my iphone and after some time get them one more time on it but not as a new album, i want them in the camera roll ?

    How can I delete EVERY THING off my Mac and have it like new?
    Boot from the software install DVD and do an "erase and install" when prompted.

  • I'm unable to deauthorize my computer.  Getting an error message "Unable to erase authorization.  Please try again after some time."

    I'm unable to deauthorize my computer.  Getting an error message "Unable to erase authorization. Please try again after some time."

    ok, please try below steps,
    1. Quit ADE.
    2. Choose Start > Run.
    3. In the Open text box, type regedit and then press Enter. The Registry Editor opens.
    4. In the left pane of the Registry Editor, locate the following registry key:
         HKEY_CURRENT_USER\Software\Adobe\Adept
    5. Right-click the Adept key and choose Delete.
    6. In the Confirm Key Delete dialog, click OK.
    Your authorization will be deleted.
    ADE will be deauthorized now.
    Now Authorize ADE again.

  • Urgent : MDB stops listening to the queues after some time  !!!

    Hi,
    I am using OJMS with OC4J 10.1.2 and db 9.2.0.5. I have a web application which send messages into the queue very frequently.
    But the problem is the MDBs stop listening to the queues after some time (1-2 days) and no more messages will be dequeued from that point.
    All these messages will move to the exception queue after their expiry.
    But the dequeing agains resumes after restarting the OC4J !.
    I guess, at some point mdbs are either becoming busy (locked ) or some exception occured while dequeing, hence they stop listening to the queues.
    Please throw some light on this issue as it is very crucial in my project.
    Regards
    Prashanth

    I've noticed this lately as well, with my iPhone 4. I couldn't confidently pin it directly on any particular iOS update, but my iPhone used to automatically connect up via Bluetooth with my Prius's handsfree feature, and now it doesn't. I work with a CE-based device at my job, with Bluetooth capability, and I used to test out that feature by having it discover my iPhone. This no longer works either.
    What I have found (not really a solution, but it does work and may be a clue for Apple) is that if I simply go to the Settings app then the General -> Bluetooth screen and let it sit there, it will pair right up with my car within a few seconds. Bluetooth is always on, and always says "Now Discoverable" at the bottom of the settings screen.

  • Error! Check Activation and Can't Delete Authorization, getting "Please try after some time"

    Hello,
    I am getting "Error! Check Activation" error message when I try to download epub from acsm file. I found that I should erase and re-authorize. When I try to erase authorization I get, "Please try after some time."
    I need a solution.
    Thanks.

    try this
    I can't de authorize my computer. It just keeps saying to try again later.

Maybe you are looking for

  • IDOC- XI- FILE(s) 1..n mapping problem

    I am working on a IDOC->XI->FILES scenario and am stuck on mapping of idoc segments to output structure. IDOC structure is as following, WBBDLD05 (1..1)      IDOC (1..1)           EDI_DC40 (1..1)           E1WBB01 (1..10000) ... so the idoc being sen

  • Groupware Integration with Third party Email and calendar server

    Hi All, We are trying to integrate email, calender and other standard collaboration features with EP7.0. As per the standard provided by SAP, only Lotus Notes and Exchange transports are provided by SAP. I would appreciate if some one can guide on ho

  • F4 Help for PO & PO ITEM

    Dear Experts, I had developed one module pool screen. my key fields in it are PO & PO ITEM. Now I had create F4 help for PO which returns PO number only. I want to return PO and PO item at time. I had read many post and try but not satisfied. Please

  • How do I stop a page downloading if I don't like it ?

    it only started after latest update. Desktop pc, win xp, firefox 32.0

  • Approve/Reject/Suspend task in Humanworkflow without BPMWorklistApp

    Hi, A SOA process creates a work item , and I need to perform the UserAction without logging into BPMWorklistApp to my Human WorkFlow. Infact I should not create a new UI for my task. I need to use my own Approve/Reject buttons in my application. Now