Sessions going on Increasing in the DB

Hi All,
In our environment we are using weblogic on which CRM Application is deployed.
Initial Capacity -- > 1
Maximum Capacity -- > 25
However the sessions in database when we query the below are huge in nos :
select * from gv$session
As the sessions at the database end , we are not able to connect to the DB until we manually kill the session
Could anybody throw some light whether there is any eficient way to handle DB sessions from Weblogic end thru some parameter or Some best practices which could be followed ??
Thanks in Advance

Hi,
I m Just Throwing some light,with below few sql queries..this usually helps in my environment..Consult with DB Guy before executing the query in production.
1)Below Query will show session information and time of execution
col MODULE for a37
col osuser for a18
col username for a10
col sid for 9999
col serial# for 9999
col spid for 999
col LAST_CALL_ET for 99999
select a.sid,b.spid,a.username,
to_char(a.logon_time,'DD-MM HH24:MI:SS') LogonDate, a.osuser, a.status, a.module,a.last_call_et
from v$session a, v$process b where a.paddr = b.addr
and a.status = 'ACTIVE' and a.username is not null
order by 8 desc
2)Below Query will show all active session
set pagesize 120
set linesize 150
select username, count(*) from v$session where status = 'ACTIVE'
group by username;
column spid format a5
column sid format 9999
column serial# format 999999
column username format A10
column schemaname format A8
column osuser format a14
column machine format a32
column logondate format a15
column terminal format a10
column status format a8
column module format a25
select a.sid, a.serial#, b.spid, a.process, a.username,
to_char(a.logon_time,'DD-MM HH24:MI:SS') LogonDate, a.osuser, a.machine, a.status, a.module
from v$session a, v$process b where a.paddr = b.addr
and a.status = 'ACTIVE' and a.username is not null
order by b.spid;
3)Below Query will show inactive plus active
set pagesize 120
set linesize 150
column spid format a5
column sid format 9999
column serial# format 999999
column username format A10
column schemaname format A8
column osuser format a18
column machine format a25
column terminal format a10
column logondate format a15
column status format a8
column module format a20
select a.sid, a.serial#, b.spid, a.process, a.username,to_char(a.logon_time,'DD-MM HH24:MI:SS') LogonDate, a.osuser, a.machine, a.status, a.module
from v$session a, v$process b where a.paddr = b.addr
order by 1
Simple Queries for finding active and Inactive connections at DB End
select count(*) from v$session where MODULE like '%JDBC%';
select count(*) from v$session where MODULE like '%JDBC%' and status='ACTIVE';
select count(*) from v$session where MODULE like '%JDBC%' and status='INACTIVE';
Regards
Fabian

Similar Messages

  • BGP4 Session Goes Down receiving FULL Routers from providers

    BGP4 Session Goes Down receiving FULL Routers from providers
    CONF
    router bgp 22999
    no synchronization
    bgp log-neighbor-changes
    bgp maxas-limit 254
    network 196.12.173.0
    aggregate-address 196.12.173.0 255.255.255.0 summary-only
    neighbor 64.247.171.17 remote-as 11992
    neighbor 64.247.171.17 version 4
    neighbor 64.247.171.17 soft-reconfiguration inbound
    neighbor 64.247.171.17 distribute-list ramallo_in in
    neighbor 64.247.171.17 distribute-list ramallo_out out
    neighbor 196.12.168.202 remote-as 11367
    neighbor 196.12.168.202 ebgp-multihop 2
    neighbor 196.12.168.202 version 4
    neighbor 196.12.168.202 next-hop-self
    neighbor 196.12.168.202 soft-reconfiguration inbound
    neighbor 196.12.168.202 distribute-list ramallo_out out
    SHOW VERSION
    Router# show ver
    Cisco IOS Software, C2900 Software (C2900-UNIVERSALK9-M), Version 15.0(1)M3, REL
    EASE SOFTWARE (fc2)
    Technical Support: http://www.cisco.com/techsupport
    Copyright (c) 1986-2010 by Cisco Systems, Inc.
    Compiled Sun 18-Jul-10 03:32 by prod_rel_team
    ROM: System Bootstrap, Version 15.0(1r)M9, RELEASE SOFTWARE (fc1)
    Router uptime is 1 week, 10 hours, 11 minutes
    System returned to ROM by power-on
    System image file is "flash0:c2900-universalk9-mz.SPA.150-1.M3.bin"
    Last reload type: Normal Reload
    This product contains cryptographic features and is subject to United
    States and local country laws governing import, export, transfer and
    use. Delivery of Cisco cryptographic products does not imply
    third-party authority to import, export, distribute or use encryption.
    Importers, exporters, distributors and users are responsible for
    compliance with U.S. and local country laws. By using this product you
    agree to comply with applicable laws and regulations. If you are unable
    to comply with U.S. and local laws, return this product immediately.
    A summary of U.S. laws governing Cisco cryptographic products may be found at:
    http://www.cisco.com/wwl/export/crypto/tool/stqrg.html
    If you require further assistance please contact us by sending email to
    [email protected].
    Cisco CISCO2911/K9 (revision 1.0) with 483328K/40960K bytes of memory.
    Processor board ID FTX1445A1W4
    3 Gigabit Ethernet interfaces
    2 Serial interfaces
    DRAM configuration is 64 bits wide with parity enabled.
    255K bytes of non-volatile configuration memory.
    250880K bytes of ATA System CompactFlash 0 (Read/Write)
    SHOW LOG
    *Sep 21 21:58:09.107: %BGP-3-NOTIFICATION: sent to neighbor 196.12.168.202 3/1 (
    update malformed) 0 bytes
    *Sep 21 21:58:09.107: %BGP-4-MSGDUMP: unsupported or mal-formatted message recei
    ved from 196.12.168.202:
    FFFF FFFF FFFF FFFF FFFF FFFF FFFF FFFF 00BB 0200 0000 2440 0101 0040 0216 0205
    0000 2C67 0000 392E 0000 329C 0000 4BE5 0000 6D21 4003 04C4 0CA8 CA18 BE61 8B18
    BE61 9818 BE61 9118 BE61 8F18 BE61 8318 BE61 9F18 BE61 9718 BE61 9618 BE61 9918
    BE61 9E18 BE61 9C18 BE61 9B18 BE61 9D18 BE61 8C18 BE61 8118 BE61 9318 BE61 8E18
    BE61 9418 BE61 9518 BE61 9A18 BE61 8218 BE61 8D18 BE61 9218 BE61 8918 BE61 8618
    BE61 8518 BE61 8818 BE61 8A18 BE61 8718 BE61 8418 BE61 8018 BE61 90
    *Sep 21 21:58:09.107: %BGP-4-BGP_OUT_OF_MEMORY: BGP resetting because of memory
    exhaustion.
    *Sep 21 21:58:19.895: %BGP-5-ADJCHANGE: neighbor 64.247.171.17 Down No memory
    *Sep 21 21:58:19.895: %BGP_SESSION-5-ADJCHANGE: neighbor 64.247.171.17 IPv4 Unic
    ast topology base removed from session  No memory
    *Sep 21 21:58:19.895: %BGP_SESSION-5-ADJCHANGE: neighbor 196.12.168.202 IPv4 Uni
    cast topology base removed from session  BGP Notification sent
    *Sep 21 21:58:28.707: %BGP-5-ADJCHANGE: neighbor 64.247.171.17 Up
    *Sep 21 21:58:31.267: %BGP-5-ADJCHANGE: neighbor 196.12.168.202 Up
    *Sep 21 21:58:35.607: %SYS-5-CONFIG_I: Configured from console by vty0 (196.12.1
    73.25)
    *Sep 21 22:02:35.387: %SYS-2-MALLOCFAIL: Memory allocation of 65536 bytes failed
    from 0x2342E9A8, alignment 0
    Pool: Processor  Free: 125144  Cause: Memory fragmentation
    Alternate Pool: None  Free: 0  Cause: No Alternate pool
    -Process= "BGP Router", ipl= 0, pid= 239,  -Traceback= 0x2340604Cz 0x23423490z
    0x21AF2D38z 0x21AA5C80z 0x21AA5FB0z 0x21B63554z 0x21B63E58z 0x21AC7844z 0x21AC7D
    04z 0x21AC83A8z
    *Sep 21 22:02:35.387: %BGP-5-ADJCHANGE: neighbor 196.12.168.202 Down BGP Notific
    ation sent
    *Sep 21 22:02:35.387: %BGP-3-NOTIFICATION: sent to neighbor 196.12.168.202 3/1 (
    update malformed) 0 bytes
    *Sep 21 22:02:35.387: %BGP-4-MSGDUMP: unsupported or mal-formatted message recei
    ved from 196.12.168.202:
    FFFF FFFF FFFF FFFF FFFF FFFF FFFF FFFF 0061 0200 0000 3240 0101 0040 0216 0205
    0000 2C67 0000 392E 0000 329C 0000 6D52 0000 1B89 4003 04C4 0CA8 CA40 0600 C007
    0800 001B 89C8 3BC4 C618 C83D 1018 C83D 1A18 C83B 3C18 C829 D618 BA00 D417 BA00
    D0
    *Sep 21 22:02:35.387: %BGP-4-BGP_OUT_OF_MEMORY: BGP resetting because of memory
    exhaustion.
    *Sep 21 22:02:46.379: %BGP-5-ADJCHANGE: neighbor 64.247.171.17 Down No memory
    *Sep 21 22:02:46.379: %BGP_SESSION-5-ADJCHANGE: neighbor 64.247.171.17 IPv4 Unic
    ast topology base removed from session  No memory
    *Sep 21 22:02:46.379: %BGP_SESSION-5-ADJCHANGE: neighbor 196.12.168.202 IPv4 Uni
    cast topology base removed from session  BGP Notification sent
    *Sep 21 22:03:00.319: %BGP-5-ADJCHANGE: neighbor 196.12.168.202 Up
    *Sep 21 22:03:01.347: %BGP-5-ADJCHANGE: neighbor 64.247.171.17 Up
    Router#
    Any ideas?

    I have  CISCO ASR 1002-X with 4 GB Memory. i have the same problem
    BGP Session goes down.
    here is the log
    *Feb 25 06:03:06.571: %BGP-4-BGP_OUT_OF_MEMORY: BGP resetting because of memory exhaustion.
    *Feb 25 06:03:07.968: %COMMON_FIB-4-DISABLING: IPv4 CEF is being disabled due to a fatal error.
    *Feb 25 06:03:10.107: %BGP-5-ADJCHANGE: neighbor X.X.X.X Down No memory
    *Feb 25 06:03:10.107: %BGP_SESSION-5-ADJCHANGE: neighbor X.X.X.X IPv4 Unicast topology base removed from session  No memory
    *Feb 25 06:03:10.107: %BGP-5-ADJCHANGE: neighbor X.X.X.X Down No memory
    *Feb 25 06:03:10.107: %BGP_SESSION-5-ADJCHANGE: neighbor X.X.X.X IPv4 Unicast topology base removed from session  No memory
    *Feb 25 06:03:10.107: %BGP-5-ADJCHANGE: neighbor X.X.X.X Down No memory
    *Feb 25 06:03:10.107: %BGP_SESSION-5-ADJCHANGE: neighbor X.X.X.X IPv4 Unicast topology base removed from session  No memory
    *Feb 25 06:04:22.732: %FIB-2-FIBDOWN: CEF has been disabled due to a low memory condition. It can be re-enabled by configuring "ip cef [distributed]"

  • Database Size goes on Increasing in SAP B1.Now the Size of my Data is 34Gb

    Hello Experts,
    As one of my client data is going on increasing the data,As of now the transaction data of the Database is 34Gb.
    This how the cases i have'been tested in the test database with no results.
    experts,would be greatly appreciated for this solution.Since,many days im into the problem to solve the issues.
    The cases as follows:
    1.Transaction (Mdf File)=34Gb
    2.LogFile(LdfFile)=1Mb
    3.History tables like AITW,AITM,ACRD--Reserves 6Gb compares to other history table.So,I 've changed the historyLog in SAP general setting to 1 and runned the addon to update the Itemmaster.Now the records aare been reduced from 1lakh to 25000.But the size occupied and freespace remains.
    Is there any solution to solved this problem.
    4.After deleting the records by addon,took the backup and restored .But same size effects for this case.
    5.I have shrinked the database and file for the Db,with no result.
    If the same problem continues for couple of years my data would reach to 60Gb.
    Experts would be appreciated for this big solution.
    Thanks,
    Kumar

    Hi,
    Plz check the following links :
    Rapid increase in database size
    SAP Database Size
    Rapid DataBase size Increase's nearly 30Gb for SAP B1 8.81 PL5

  • When i run exe built in Labview 7.1 the memory usage goes on increasing

    Dear Sir/Madam
    I have built an application in LabView 7.1. When i run this application and view the memory usage in Task manager, i find that the memory usage goes on increasing.
    Please help.
    With Regards
    Ravindra Kumbhar

    Hi, Ravindra,
    It looks that you have memory leak in your application.
    There are lot of possible reasons for memory leaks - opened in cycle and not closed references, continuosly growing arrays, memory allocation in own DLLs, etc.
    Normally you should have the same behaviour in development environment as well (memory of LabVIEW.exe incresed continuously).
    You should check the code, which executed repeatable (while/for loops) for allocated, but not closed resources. What you can do is following - remove (or isolate) parts of you code, executed in cycles, then check is leak present or not. So, step by step you will found the place where leak occurred.
    best regards,
    Andrey. 

  • Is the antenna going to improve on the iPhones ?

    I have four iPhones starting with the 3GS to the 5 all have poor reception from AT&T. I'm a contractor and love the iPhone but I need a better antenna for it. I realize the market for smartphones is not suited for this request but a huge market is out there for it. The bars keep dropping as the data packages increase (3G to 4G to LTE) but if I can't get a better antenna for outside metro areas I'll need to switch phones. I DON'T WANT TO but business dictates. Please help.

    "Speculation is not the goal of my question "
    You asked  "Is the antenna going to improve on the iPhones?"
    No one would know this.  In order to answer your question one would be forced to speculate.
    "Please advise if their is a different location to contact apple about such concerns on design."
    You can leave feedback for them at:
    http://www.apple.com/feedback
    They will not respond.

  • Can anyone tell me how the session expires once we logout the page?

    can anyone tell me how the session expires once we logout the page?
    After logout ,if we click back button, it wont goes to last page,please explain how to write a code in jsp?

    When we click logout the page redirects to logout.jsp or sevlet, there
    the code for removing the attributes and invalidating the session is written. and then redirect the page to other page
    Do You want some code???

  • Session "ReadyBoot" stopped due to the following error: 0xC0000188

    Just built a new system and every once in a while my computer hangs logging into windows.
    i7 2600k
    16 gigs/ram
    Intel 320 Series SSD x2 in RAID 0
    GTX 580
    Overview of event logs shows the following.
    Intel(R) 82583V Gigabit Network Connection
     Network link is disconnected.
    Session "Microsoft Security Client OOBE" stopped due to the following error: 0xC000000D
    A timeout was reached (30000 milliseconds) while waiting for the ASUS Com Service service to connect.
    The ASUS Com Service service failed to start due to the following error:
    The service did not respond to the start or control request in a timely fashion.
    Event filter with query "SELECT * FROM __InstanceModificationEvent WITHIN 60 WHERE TargetInstance ISA "Win32_Processor" AND TargetInstance.LoadPercentage > 99" could not be reactivated in namespace "//./root/CIMV2" because of error 0x80041003. Events
    cannot be delivered through this filter until the problem is corrected.
    The maximum file size for session "ReadyBoot" has been reached. As a result, events might be lost (not logged) to file "C:\Windows\Prefetch\ReadyBoot\ReadyBoot.etl". The maximum files size is currently set to 20971520 bytes.
    Session "ReadyBoot" stopped due to the following error: 0xC0000188
    On Asus connect I changed this service to delayed start I believe it is for my motherboard updates. Superfetch is disabled. My page file is not on my SSD drive but on my regular sata drives configured in RAID 5. It doesn't do this everytime I reboot just
    seems like it happens after my computer has been on for a while and I turn it off for a few hours and turn it back on to log into windows (put in my password it says welcome) and it takes several minutes to log in.
    Tried to do a little research on this but I am turning up 50/50 stuff on rather or not readyboost/superfetch should be on or off and I guess this is what is causing it.... maybe I dont know for sure. Looking for proper information.
    Thanks

    I apologize I have not responded sooner. Also I wanted to wait for it to happen again and compare logs from that time and this time because it still happens.
    Activation context generation failed for "c:\program files\microsoft security client\MSESysprep.dll".Error in manifest or policy file "c:\program files\microsoft security client\MSESysprep.dll" on line 10. The element imaging appears as a child of element
    urn:schemas-microsoft-com:asm.v1^assembly which is not supported by this version of Windows.
    Intel(R) 82579V Gigabit Network Connection
    Network link is disconnected.
    This error is
    repeated three times. I have vmware workstation installed I am actually going to uninstall it and move it to spinning drives and get it off my SSD drives.
     The
    description for Event ID 1000 from source vmauthd cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
    If the event originated on another computer, the display information had to be saved with the event.
    The following information was included with the event:
    2012-01-20T07:58:27.786-06:00| vthread-4| W110: TicketLimitFileAccess: Successfully added access-allowed ACE to file's DACLthe message resource is present but the message is not found in the string/message table
    Intel(R)
    82579V Gigabit Network Connection
    Network link is disconnected.
    Intel(R) 82579V Gigabit Network Connection
    Network link is disconnected.
    Name resolution for the name wpad.westell.com timed out after none of the configured DNS servers responded. (im having internet provider issues today so this can be ignored)
    Session "Microsoft Security Client OOBE" stopped due to the following error: 0xC000000D

  • I am trying to buy songs on itunes and half way through the terms and conditions come up, I accept them and press return and then I get a 'session timed out' notice and the sale hasn't gone through - tried loads of times / updating software, any answers?

    I am trying to buy songs on itunes and half way through the terms and conditions come up, I accept them and press return and then I get a 'session timed out' notice and the sale hasn't gone through - tried loads of times / updating software, any answers?

    I am trying to buy songs on itunes and half way through the terms and conditions come up, I accept them and press return and then I get a 'session timed out' notice and the sale hasn't gone through - tried loads of times / updating software, any answers?

  • Why does my iphone 3gs screen go white after it goes "to sleep" for the first time after turning it on?

    Why does my iphone 3gs screen go white after it goes "to sleep" for the first time after turning it on?
    The screen isn't broken because it works after i turn the device off and back on, but after it goes black once, it's only white again.
    But it takes the touches although it's only white, because I can answer my phone when I slide my finger on the bottom of the screen, eventhough there in not the button to see.
    This is so weird. I have already done everything I can think of that might help. But I cannot think of anything that might be causing it, because nothing has happened to the device.

    Let me know if I should start a new discussion instead of opening a new topic here.
    My wife's iPhone is the same vintage as mine 3Gs, but has never had the battery problem.  Its affliction instead is that it cannot detect WiFi networks unless it is quite close to the source.  Often, when my iPhone not only detects but shows a maximum cells connection with a network, hers cannot detect the network at all.  In contrast, her iPhone seems to detect ourcellular carrier just as well as mine does.
    Is there any help for this affliction?

  • Is there some way to add multiple addresses to an email I am sending that doesn't close the contact list after I click on an address?  This necessitates constantly going back to click the + sign to add each address separately.

    Is there some way to add multiple addresses to an email I am sending that doesn't close the contact list after I click on an address?  This necessitates constantly going back to click the + sign to add each address separately.  Is there some way I can open the contact list, click on all of the individual addresses to which I want to send the email without the list closing between each address entry, and have all of my address entries be listed to the email at one time?  Something like it works in Gmail.  I do not want to use set lists, I want to enter different addresses each time I send an email.  And I am a very slow typist, so I don't want to type the first few letters of each recipient's name.  It is much faster for me to just click on the e-mail addresses in the list as a group.  It doesn't make any sense to me to have to reopen the contact list for each address, when it should be so easy to click on all of the addresses I want at one time and then click once to add them all to the email as a group.  If there is a solution to this, please tell me.  Thanks.

    Vatlily,
    Try this:
    1. Select Mail>File>New Message.
    2. Select Mail>Window>Address Panel.
    3. Use (command+click) on the desired addressees in the Address Panel to create the list.
    4. Click "To:" on the top left of the Address Panel.
    The group that you selected will be added to the "To" field in your New Message.

  • Is there a way to move files from one folder to another without copying and pasting and then going back to delete the original?

    Is there a way to move files from one folder to another without copying and pasting and then going back to delete the original?  The cut and paste function is not available and there's no "move to" function.  Am I missing something?  It was so easy with Windows.

    Drag the files, or press Option when pasting them; this accesses the Move To function.
    (124070)

  • I have just started to use Muse for our design agency and learning how to build ourselves a new site, I have manged to create a basic lightbox which contains sliding images, what I need to do now is have a pop up window which goes into detail about the pr

    I have just started to use Muse for our design agency and learning how to build ourselves a new site, I have managed to create a basic lightbox which contains sliding images, what I need to do now is have a pop up window which goes into detail about the projects, what I would like is a piece of text  or icon that when you roll over it and then click a separate window pops up with additional information in, once finished reading the info you can then click to close the box, any advice on how to do this?

    The best way to do what you're asking is with the Composition widget. Start with the Tooltip preset, which, by default shows the info on rollover. You can change the option to show on click, which is what you're after. You can also add the close button or have the info disappear on rollout.
    David

  • I bought 3 iPhone 4s and each should have 5gb of cloud. I want to only use my one iTunes ID. How can I get this storage space increased to the 15 GB?

    I bought 3 iPhone 4s and each should have 5gb of cloud. I want to only use my one iTunes ID. How can I get this storage space increased to the 15 GB?

    iCloud storage is not allocated by device. iCloud storage is allocated to your iCloud AppleID. You get 5GB of iCloud storage.

  • Is there a way to detect the event when device goes to sleep and the screen blackens?

    I want to detect the event when the iOS device goes to sleep and the screen blackens?
    Is there any way to do it?

    Hi,
    A small idea, please check whether it will work or not.
    You can achieve this by using combination of DNS server and reverse proxy server.( Customized apache). Make 'A' record for www.abcd.com to reverse proxy server IP address in your DNS.
    So it will resolve your reverse proxy IP address for requests.
    Configure appche to accept incoming request for www.abcd.com and points towards www.abcd.com/parameters.
    I think this will solve your problem.  Only one condition is that proxy server will communicate with www.abcd.com on behalf of client.
    Follow the link for configuration of reverse proxy server
    http://www.slashroot.in/how-configure-basic-apache-reverse-proxy
    HTH
    Naisam

  • I am running IE 11 on Windows 7 Home Premium 64 Bit Service Pack 1. When I attempt to install Flash Player, it goes through all of the steps, tells me the player is installed, and welcomes me. I cannot open the player and it does not appear in the Start M

    I am running IE 11 on Windows 7 Home Premium 64 Bit Service Pack 1. When I attempt to install Flash Player, it goes through all of the steps, tells me the player is installed, and welcomes me. I cannot open the player and it does not appear in the Start Menu, Task Manager, System Tray, or anywhere else. When I try to open a file, the site tells me Flash player is not installed. I have even downloaded it to a separate folder and ran the install with IE shut down completely. And Shockwave in ENABLED but in 32 bit .I have been trying to get this to work for about 3 weeks now.  HELP!!!

    Flash Player is a browser add-on, not an executable program.
    If you need to open a local SWF file you will need the standalone player (Projector) from http://www.adobe.com/support/flashplayer/downloads.html
    Note that the download is the player, not an installer, so you will need to make the file association manually.

Maybe you are looking for

  • Restricting TDS based on validation rules for vendor invoice posting

    I have two Tax Types assigned in the vendor master. If at the time of invoicing user do not delete the unwanted tax types, system posts both the amounts related to both the tax types. User has to necessarily delete one tax type which is not required

  • Custom UserManager and Enterprise Manager administration

    Can Enterprise Manager be used to Add/Remove Users and Groups for a Customer UserManager? I remember reading somewhere that Add/Remove only worked for the XML-file based implementations. Now I can't find where I read that.

  • UCCE with Agent Desktop 10.0.1b with XenApp 6.5

    When UCCE/Cisco Agent Desktop 10.0.1b is minimized it does not appear on the Taskbar like it should.  Just sort of disappears altogether.  In Desktop > Preferences the Normal should put it on the Taskbar, right?   We are using XenApp 6.5. Is this a k

  • Frustrated - images getting overwritten...

    I am working on a non-live site directly through FTP. I had some images that I wanted smaller. So I resized the images - took the height and width statements out of the code - uploaded the images and everything was fine. UNTIL - I went and opened the

  • In jb6,It can not find javax.ejb,how can i do?

    I want to use jb6 to develop ejb beans , but In my jb6,when I complile,It show "can't acess javax/ejb",and i can't find ejb in javax,how can i do? where ejb?