Unable to get timer handles for containerId: jboss.j2ee:jndiName=

im trying to access my database thru ejb.......... im using jboss server.......... but while starting the server im getting an error like --"Unable to get timer handles for containerId: jboss.j2ee:jndiName=Statustable,service=EJB" ---- where Statustable is an oracle database table created by me....
what could be the problem? can anybody help me?

You might have better luck posting to the JBoss forum.
--ken                                                                                                                                                                                               

Similar Messages

  • Unable to get Window Handle for the 'AxCrystalActivXViewer' control.

    Hi,
    I have Operating System : Windows 7 and Application developed in VS 2005 and I am using Crystal Report XI licenced version.
    But when I am trying to use TTX(Field Defination) based reports it gives me "Unable to get Window Handle for the 'AxCrystalActivXViewer' control. Windowless ActivX Controls are not supported."
    Please provide me solution for this ASAP as I am stucked on this from long lomg time.
    -Regards
    Swapnil

    Appears you are installing an upgrade version.
    Use these links:
    http://downloads.businessobjects.com/akdlm/crystalreports/crxir2_sp4_full_bld_0-20008684.exe
    http://downloads.businessobjects.com/akdlm/crystalreports/CRYSTALREPORTS06_0-20008684.EXE

  • New inst: HP-UX: db2icrt fails: CLP frontend unable to get request handle

    We are migrating our installations from the beautiful AIX to ... HP-UX.  I am told I will learn to love it, but probably not until they update df to at least 1988 levels. 
    This is the pilot install.  We have never seen this work before (and maybe no-one has...?)
    sapinst runs correctly up to the "Create database instance" phase.  At that point it dies with the following:
    FUNCTION: DB2 UDB, command line process, clp_start_bp, probe:3
    MESSAGE  : CLP frontend unable to get REQUEST handle
    DATA #1: Hexdump etc.
    DBI1281E: The database manager configuration file could not be read initialized.
    No further useful information is provided.
    In db2<sid> I have a bunch of dot files (.profile and the like) and the db2_software directory containing the database installation.
    During the create database instance phase, I can see that directory sqllib is created, but it is deleted when the phase fails.
    There is no litter of any kind in the /db2/<SID> directories, - nothing has been done at all.
    I have done the following: <<imagine nice bullets below - they dont seem to be available here>>
    checked that the permissions on /tmp and the installation direcctory (redirected by setenv  TEMP  /usr/sap/install) are 777: they are;
    checked the OS parameters with db2osconf - they are good
    checked the host name resolution with a perl script - gethostbyname and gethostbyaddr agree.
    the ip address, simple hostname and FQDN are on a line in the hosts file
    there is no litter from previous installations - this is a clean machine
    I could not find any reference to required environment variables (such as LD_LIBRARY_PATH) in the install guide or the install note - so I have not set any.
    I have been hacking away at this for days.  I have put in a call to SAP, who will get back to me after dark (of course...)
    This seems to be a massively popular problem, and the helpful error message ("Sorry, Sport, just can't bring myself to do it") seems to have people jumping from tall buildings and in front of busses all over Google-world.  Furthermore there also seems to be a near-infinite number of possible causes and none of them seem to apply here.
    H-PUX version is 11.31.  DB2 is 9V5 patch 4.  sapinst is latest available.  Weekend is fading fast...
    Edited by: Russell Day on Mar 5, 2010 7:46 AM

    >
    Paul Power wrote:
    > Hi Russell,
    >
    > Apologies if some of this has been already tried but please check the following points:
    >
    > Make sure the machine name is listed in its hosts file.
    >
    > Make sure to log on directly to root. ie: do not su to root from another without '-'        
    >
    > Make sure there is no instance created already (find / -name sqllib) for that user 
    >
    > Using ps -aef and ipc -a, no old db2 ressources should be displayed for db2 instance owner. If there are any, kill/remove it  
    >
    > You should make sure, that LIBPATH and LD_LIBRARY_PATH of root and db2 instance owner does not point to an path of another db2 version
    >
    > Regards,
    > Paul
    No need to apologise for assisting, Paul, but I have dealt with most of these.
    The host file contains the unqualified and fully qualified hostnames, on the same line, unqualified first.
    I am logging in as root (because there were no other users, and I'm old school, from when everyone logged on as root to do everything.
    There is no instance, and in fact there is no sqllib except when the "create database instance" step is running.
    The only detectable db2 process running is db2fcmd
    I have not been able to find any instructions regarding LD_LIBRARY_PATH and LIBPATH for HP-UX.  They are not mentioned in the installation guide at all.  I cannot find it in any of the installation notes.   I presume sapinst is setting them itself before they are needed.  Neither are set in the enviroment of db2<sid> or <sid>adm.  I have gnawed my fingernails to the elbow over this one, but I cannot see any indication that either should be set for HP-UX.  Anyway, they are definitely not set anywhere, to anything.  This was a clean machine before I started chopping it up to do this install.
    I figure it must be complicated - I have been trying to get an answer for 10 days already.  I will absolutely hate myself when it turns out to be something obvious, documented in 10 places, mostly in bold italics.  I shoulda taken my dads advice and been a riverboat gambler or a piano player in a cathouse - its a lot less complicated,

  • Unable to get a connection for pool - ResourceUnavailableException

    Hi
    I have a BPEL process which starts a child instance of another asynchronous BPEL process for each message in an XML file. The child BPEL process makes a call to the Oracle Apps JCA Adapter to push the data into E-Business Suite.
    All works perfectly except when the number of messages exceeds a certain limit (15 or so). The error received is as follows:
    "Exception occured when binding was invoked.
    Exception occured during invocation of JCA binding: "JCA Binding execute of Reference operation 'SyncPersonRecord' failed due to:
    JCA Binding Component connection issue. JCA Binding Component is unable to create an outbound JCA (CCI) connection.
    ebsPeoplesoftEmployees:SyncPersonRecord [ SyncPersonRecord_ptt::SyncPersonRecord(InputParameters,OutputParameters) ] :
    The JCA Binding Component was unable to establish an outbound JCA CCI connection due to the following issue:
    javax.resource.spi.ApplicationServerInternalException:
    Unable to get a connection for pool = 'eis/Apps/Apps',
    weblogic.common.resourcepool.ResourceUnavailableException:
    No resources currently available in pool eis/Apps/Apps to allocate to applications.
    Either specify a time period to wait for resources to become available, or increase the size of the pool and retry.. Please make sure that the JCA connection factory and any dependent connection factories have been configured with a sufficient limit for max connections.
    Please also make sure that the physical connection to the backend EIS is available and the backend itself is accepting connections. ".
    The invoked JCA adapter raised a resource exception.
    Please examine the above error message carefully to determine a resolution."
    Obviously what is happening is the connection pool maximum is reached (currently 15) and this is throwing the error.
    What I need to do is to implement the suggestion of "specifying a time period to wait" and I was hoping someone could tell me how I do this?
    I have tried setting the 'Connection Creation Retry Frequency' parameter to 30 seconds which made no difference and also have checked the documentation on "Configuring and Managing JDBC Data Sources for Oracle WebLogic Server".
    Does anyone know if this is something that is implemented directly in the BPEL process/composite or in the connection source itself.
    Many thanks

    Open the jndi : eis/Apps/Apps in /console - config tab - increase the initial and max conn capacity and save it. Retry the scenario

  • Unable to view Time-Statement  for the Chosen period in Portal

    Hi ,
    I am unable to get the timestatement for the Chosen period in Portal
    What are the configurations that are to be made for the Timestatements to get dispalyed at the Portal end .
    At r/3 end , we have a timestatement data  for an employee and moved that to a Cluster B1. so how does it reflect in the portal.
    What am i missing to get that Timestatement to get displayed on Portal
    Regards,
    Vijay

    Hi there,
    As of what I see it is an MSS scenario.In this you used a business package, iviews. There should be a webdynpro application or BSP application running at the front end to get this out.
    Now, as you mentioned at the R/3 end you have a time statement. So if your web  application is programmed properly, it will fetch the req. time data from backend. What you need to see is that the web application is bug free.
    You need to do some debugging there, if the right data is fetched.
    but before all this, you need to check if your portal worksets in the business package are set up properly, along with the iviews, pages.
    Regards,
    Bharat
    Message was edited by:
            Bharat

  • Unable to get component ID for: appl_name.object_name (WWV-13404)

    Hi,
    I got the following error message when I would like to export my appliction: Unable to get component ID for: schema.object_name (WWV-13404). The 'appl_name' is the name of the application and the 'object_name' is the name of the object, actually it is a dynamic page.
    The object itself is not listed in the list of the objects, maybe it was there sometimes in the past and I deleted it but the system can see it somewhere I guess.
    So, how I can remove any remaining links to this object, or the object itself.
    I appreciate any help!
    Regards,
    Attila

    Suggestion....  change the text you need to find in your development or sandbox...any change and save.  Then go to table STXH and find the change you just made, searching by using the date and userid fields....
    The entry in STXH is what you will need to find the texts...substitute the "real" data values like document number, item, line, etc., in precisely the format appearing in TDNAME in STXH, along with object, id and sy-langu, etc.
    Generally, in code, I read for an entry in STXH populating my header of type thead. If I get a return code of zero, I know that long texts exists, and then I supply export values using my stucture of type thead, using thead-fieldname to the READ_TEXT call export parameters,....etc.

  • Unable to get tha data for Residual Order Plan query-0PS_C04_Q0008

    Hi Xperts,
    i have activated  standard query-0PS_C04_Q0008.
    But when i am executing the query i am unable to get the data for "Residual order plan" in the report output..
    As i  checked the transformation and the queries for this, every thing seems ok.
    Could please suggest me the best way to check further or How can i get the data for this field?
    Regards,
    SAP

    Check whether you have data for "Residual order plan" in 0PS_C04.

  • Unable to run time evaluation for the entire year...

    hi experts,
    I'am unable to run time evaluation for the entire year, even though mentioned the date as Force calculation as of : 01.01.2010
    and evaluation upto date : 31.12.2010.  when time evaluation is run , the log is only run for Jan 2010.
    Maintained IT2011 from 01.01.2010 to 31.12.2010
                      IT0050 from 01.01.2010 to 31.12.9999
                      IT0003 : PDC recalculation : 01.01.2010
    Kindly advise.
    Regards
    Pammi

    Check if Time Management status is 1 or 9....
    If it is 1 then it would not run for the entire year..It would run only till today. If it is 9, then the TE runs for future also...also check if in the schema it is activated for future runs or not...

  • ITunes Match Unable To Get Past "Waiting for Apple to deliver your iTunes Match results..."

    Been trying for days but it just gets to "Waiting for Apple to deliver your iTunes Match results..." and then stops and allows me to press the Start button again to start the match process.  Sometimes I get error -3231.
    I've called Apple and they want $19 to solve the issue even though I paid the $25 for Match.
    I've turned iTunes Match off.  Turned Genius off.  Logged out of my iTunes account.  Quit iTunes.  Restarted. Logged back into iTunes account.  Turn Genius on.  Turn iTunes Match back on and let it go through the process again with no success.
    My library has a couple hundred songs less than the 25,000 max but it is pretty large.  Had the same issue when I tried with a smaller library some time ago.  I've created a new library and have the same issue.

    Hi,
    You should consider rebooting your internet router
    Then try holding option key whilst turning off match. Close iTunes and then reopen. Turn on iTunes Match and select add this computer.
    Jim

  • Getting time zone for based on country

    Hi experts,
    I need to create a function module to convert time based on country.
    i.e if user asked to display the US time it should come and if he wants uk it should come .if he enters india time and and want to know us time it should show time in india and usa.time difference should be shown based on the country
    Is there any table where I can get times of all countries?
    I can't use convert function module,
    I need to crearte a function module for this requriement

    check with existing FM
    FUNCTION MODULES
    http://www.erpgenie.com/abap/functions.htm
    http://www.sapdevelopment.co.uk/fmodules/fmssap.htm
    http://www.erpgenie.com/abap/index.htm
    http://www.geocities.com/victorav15/sapr3/abapfun.html
    Rewards if useful............
    Minal

  • How do I get time & date for specific web sites visits from the fire fox history?

    how do I get history information for the time and date I went to specific web sites from firefox?

    The 'View' menu at the top, select Sidebar > History. At the right top of the sidebar that appears, click "View" button, select "View by date" or "View by date and site".

  • Get the handler for GUIBB Feeder class from Genil implementation class

    Hello,
    In BOL based GUIBB, the feeder class will call correspondence Genil implementation class, may I know if it is possible to get the handler or instance of the feeder class in the Genil implementation class, then we can call the method of the feeder class get some information about the feeder, e.g. the value of the parameter.
    Thank you very much.
    Best regards,
    Shumin

    Hello,
    In BOL based GUIBB, the feeder class will call correspondence Genil implementation class, may I know if it is possible to get the handler or instance of the feeder class in the Genil implementation class, then we can call the method of the feeder class get some information about the feeder, e.g. the value of the parameter.
    Thank you very much.
    Best regards,
    Shumin

  • Unable to get database format for date object

    Hi,
    I am using UDT to build an universe against Oracle DB, We are using a view to get date object to filter the dates in our reports. Format for the date column in the view is "dd-MMM-yy". Desired format at the WebI layer is also "dd-MMM-yy"
    However, when I pull this object in WebI in filter pane, I am still getting Timestamp with date and the format is also coming as "mm/dd/yyy hh:mm:ss a"; and, if I pull the date column in results pane I am getting the correct format "dd-MMM-yy". I tried typing the value for prompt, using calender (this also gives default timestamp) none of them worked
    I tried using with and with out the TRUNC(date) function, changed object properties at universe level but, still I am getting the same result
    Can you please guide me on, how to get the date value in "dd-MMM-yy" when used in prompt and, is there a possibility to not show timestamp in calendar selection (screenshot: Date parameters2)
    Thanks in advance
    Sri

    Hi Jacq,
    Thanks for your reply. We are on BO4.0 SP04 FP03 with Oracle 11g as back end
    Object type is defined as Date in universe. In the report and the SQL generated are showing as per the backend column format 'dd-MMM-yy'
    However, same date object is showing with timestamp, as 'dd/mm/yyyy hh:mm:ss a' format when showing LOV's &  when selected using calender GUI in prompt screen
    I already tried the below options in various combinations, none of them worked
    1) TRUNC(date)
    2) Object Properties - Advanced
    3) Object Format - custom
    Thanks,
    Sri

  • Unable to get Audit logs for Data Mining Model Oracle11g

    Hi All, I followed all the steps given below 2 links but not getting any audit logs.
    http://download.oracle.com/docs/cd/B28359_01/datamine.111/b28130/install_odm.htm#DMADM024
    http://download.oracle.com/docs/cd/B28359_01/datamine.111/b28130/schemaobjs.htm#sthref233
    Made sure the audit_trail is set to DB.
    SQL cmds and its output shown below
    SQL> AUDIT GRANT,AUDIT,COMMENT,RENAME,SELECT ON mining model NB_SH_Clas_sample;
    Audit succeeded.
    SQL> COMMENT ON MINING MODEL NB_SH_Clas_sample IS 'i am here';
    COMMENT ON MINING MODEL NB_SH_Clas_sample IS 'i am here'
    ERROR at line 1:
    ORA-03113: end-of-file on communication channel
    Process ID: 31648
    Session ID: 135 Serial number: 114
    SQL> quit
    Please help me if i have left out any step
    Thanks in Advance

    Hi.
    Please take a look at the other concurrent thread on model object auditing for more detailed information. If you have Oracle support, please file a TAR with Metalink (http://metalink.oracle.com).
    Regards, Peter.

  • Unable to get registry key for protectlink in cisco rvs4000

    All,
    I need help. Just a few weeks ago I purchased a rvs4000 router. On that small business device is a product called protectlink. To get an activation key, you need a registration key first. That is normal in the package. However, my wify like to cleanup up and throws stuff away that she should not do. So, I lost the registration key.
    It is impossible to key a new registration key. The webstore does not have them. They are in the package and will not open an other one. Cisco (if you can get passed the ...you don't have a support contract...go away statement) does not even know that they have this product. Registration keys, never heard of it. But you get the normal ... we can't help you, go to the webstore or trendmicro.... And that after the statement, we don't know that product. How do you know that this is a trenmicro piece of software.....
    Well call trendmicro.... Same answer, we can't help you. Go to Cisco or the Websore. I realy feel like a dog trying to get his tail.
    So, last hope of some progress I post this on the community group for small business devices. Maybe this will help. If some one can help me getting a registration key for a cisco small business router rvs4000 to obtain an activation code for the cisco/trensmicro protectlink product.... then please send it [email protected]
    Kind regard, Rembrandt

    I want to inform you that the rvs4000 router does not come with the protectlink license. Protectlink is a service that you can purchase from a resseller or you can also get the trial license from the cisco website to test it our before you buy it for free. I am going to provide you with the link for the trial: http://www.cisco.com/cisco/web/solutions/small_business/products/security/protectlink/index.html
    The second link is to find a trend micro reseller: http://www.trendmicro.com/buy/partners/Small-Biz.asp
    Thanks
    Q

Maybe you are looking for

  • Error closing Adobe Reader 10.1.1.33

    Good morning, just after upgrading to Adobe Reader 10.1, when I close the program (with single file and also with multiple files open), the program gives an error: AppName: acrord32.exe AppVer: 10.1.1.33 ModName: acrord32.dll ModVer: 10.1.1.33 Offset

  • What's this icon?? Little phone receiver on menu bar

     My dad sent me a screenshot of his iPhone. I don't know what the phone receiver icon in the upper right hand corner is. He says its there all the time. http://gallery.me.com/trfall/100242

  • HT3775 Quicktime component to open .mpg using OS 10.7.5

    I have a OS 10.7.5 and am not able to open an .mpg file. I have looked at the components info and only have quicktimeMpeg4 and quicktimeMpeg. Isn't this format supposed to be supported?

  • Unable to connect even after changing settings as advised

    I recently talked my mother into buying an Apple and used iChat A/V as the primary excuse. However, we are unable to connect on iChat (through AIM), like many others I have read about in this forum. I am using a Motorola DSL modem, style MSTATEA and

  • LMS 3.2 CSDiscovery stalled

    I am using LMS 3.2 and Device Discovery never finishes. It discoevers the majority of devices and then hangs. The only way to stop it is to run pdterm CSDiscovery from the server command line. I used to have exactly this problem under LMS 3.1 and was