Can we stop the server from generating a client jar

When an EAR module is deployed, the server generates a large (a few MB) client jar inside the deployment directory. AFAIK this jar is never used for anything unless you have ACC clients. Please correct me if I'm wrong!
Recently, we've had some worrying exceptions logged, indicating that there is a problem reading this client jar, and the context indicates that the server is attempting to set up a class loader for it. Everything works fine anyway.
We have a few hundred EAR's deployed in each of our servers, and the EAR's contain on avarage about 30-40 entity beans, so you can imagine that we worry about every unnecessary resource allocation.
Also, every exception logged requires attention from the admins so we would really like to get rid of these jars if we can, and if they are in fact unnecessary.
TIA,
Gunnar Grim

Hello, Gunnar.
You are correct that the generated jar is for launching clients using ACC. (Historically some users have taken the generated app client jar and added it to the classpath for non-ACC clients, but this is not an officially supported use of it.)
You said that recently exceptions have been reported, which I assume means that this was not always true. It would seem that something in the environment or the applications has changed to trigger the exceptions. Identifying whatever that change has been might help identify the root cause of the new problem. Have you changed anything in the environment or the applications around the time the exceptions began appearing?
Can you post an example of one of the exceptions you are concerned about?
Also, what version of the product are you using?
- Tim

Similar Messages

  • When I record an audio track, there is a waveform. When I stop recording, the waveform disappears and becomes a straight line. It also disappears from the track edit window. But the sound is there. How can I stop the waveform from disappearing?

    When I record an audio track using Logic Pro X, there is a visible waveform which appears as I record. When I stop recording, the waveform disappears and becomes a straight line. It also disappears from the track edit window. But the sound is still there. How can I stop the waveform from disappearing? And can I do something to view it after it has disappeared? Anyone know the anser?

    In Logic:
    Preferences/Audio Set Recording Delay to 0 <zero>
    This should always be set to zero unless a specific set of circumstances exist and you're audio drivers do not report position correctly.
    On occasion, usually when importing a Logic 9 project, Logic-X randomly changes this to a negative/positive number.  It's actually a bug in Logic, as it should always display the waveform.

  • Hi...I have this problem, everytime I want to print something out the mac asks me for the computer password...that is really becoming annoying after. That happened since I upgraded to mountain lion. How can I stop the computer from asking me that?

    Hi...I have this problem, everytime I want to print something out the mac asks me for the computer password...that is really becoming annoying after. That happened since I upgraded to mountain lion. How can I stop the computer from asking me that?

    If you are printing via a Windows shared printer and it is the Windows user account that you are being prompted for then you can save this in the Keychain, as shown below.

  • Hi everyone ,my iphones been stolen how can i stop the rheif from using it ?

    Hi my iphones been stolen how can i stop the theif from using it

    Hi Sydney plumbers,
    If you have recently had an iPhone stolen or lost, you may find the following article helpful:
    Apple Support: What to do if your iOS device is lost or stolen
    http://support.apple.com/kb/ht5668
    Regards,
    - Brenden

  • Can I stop the iPhone from surfing the internet and still use the "find my iPhone" option?

    Hi. Can I use my iPhone without causing internet-costs? I have got a prepaid-card and my iPhone uses the internet all the time - that costs a lot of money. So can I stop the iPhone from surfing the internet and still use the "find my iPhone" option?

    Find My Phone REQUIRES an internet connection in order to work. Either WiFi or Cellular Data. So, if you turn off Cellular data, you're defeating Find My Phone.

  • Can I stop the flashbulb from flashing when incoming messages appear?

    Can I stop the flashbulb from flashing when incoming messages appear?

    Yes.  Just turn it off in settings.
    You should read the manual:
    iPhone User Guide (For iOS 5.1 Software)

  • How can I stop the program from going through all of the text previously put in.  It is making the process very slow.

    How can I stop the program from going through all of the text previously put in.  It is making the process very slow. 

    while True:
    and just indent everything else under it
    Ends when you press ^C.
    if you wish to have a way to break out of the loop, say, when you press enter at the VPC number without entering anything, add the following after your vpc input:
    if not vpc:
    break
    which will break out of the while loop and end your program.
    Last edited by buttons (2007-12-14 22:03:06)

  • How can I stop the screen from rotating on my iPod touch?

    My son is blind and has an ipod5 using the voice over feature. Everytime he moves it says landscape bc of the screen rotating. How can I stop the screen from rotating on him?

    To lock the screen in portrait orientation, swipe up from the bottom edge of the screen to open
    Control Center, then tap  the icon with an arrowed circle with a padlock inside
    page 20 of
    ios 7.0 ipod touch Manual

  • How can I stop the ringer from  showing up on the screen?

    How can I stop the ringer from  showing up on the screen?

    Use VMware Fusion? But seriously, Fusion does what you want. It just puts a mini VM control menu at the top when running full screen (and that's configurable, too), so the main menu bar doesn't appear at all. Which means that it's up to Parallels to handle this. Are you running Parallels 7, which is designed for Lion? If you are and Parallels still doesn't offer something similar, you need to contact Parallels.

  • Can't stop the syncronizer from starting

    I am runnning Elements 8 on an XP system.  When the Photoshop.Com syncronizer runs, it sucks the life out of my CPU.  That would be ok with me because it appears I should be able to tell PS8 to only sync when the system is idle, however I can't keep the syncronizer from starting up.
    I stop the syncronizer and I also have turned off the flag to sync when new ablums are created.  However if I try to rename an album, the syncronizer fires up no matter what I do.  Until the syncronizer stops, I can't use my PC.
    Is there a way to fix this?
    Thanks,
    Joe

    On the welcome screen there is an option to manage the account, Sign out from there and it shoould be the perfect. Or after launching the program (Organizer or the Editor) go to the menu bar and click on your name to sign out. Once you sign out it will not syncronize.
    You can also try to Open the task manager and under processes end the one that says as backup.

  • Can we stop shared server from client m/c

    Hi all,
    Can we stop Oracle Shared and Dedicated server from Client Machine if i am connecting through SYSDBA.
    Thanks
    Vipin

    > Can we stop Oracle Shared and Dedicated server from Client Machine if i am
    connecting through SYSDBA.
    Yes. No.
    Yes, you can stop shared server. Simply decrease the shared server pool to zero. (see below for details)
    No, you cannot stop a dedicated server as "The Thing" that creates dedicated server connections is the Listener. So you will need to stop that.
    # stop shared server:
    SQL> show parameter shared_servers
    NAME TYPE VALUE
    max_shared_servers integer 20
    shared_servers integer 10
    SQL> alter system set shared_servers=0 scope=memory;
    System altered.
    # now attempt a shared server connection
    /home/billy> sqlplus scott/tiger"(DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL=TCP)(HOST=dev)(PORT=1521))) (CONNECT_DATA = (SID=dev) (SERVER=shared)))"
    SQL*Plus: Release 10.2.0.1.0 - Production on Wed Sep 5 12:21:06 2007
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    ERROR:
    ORA-12519: TNS:no appropriate service handler found
    # start the shared server (in the SYSDBA session)
    SQL> alter system set shared_servers=10 scope=memory;
    System altered.
    # now attempt a shared server connection
    /home/billy> sqlplus scott/tiger@"(DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL=TCP)(HOST=dev)(PORT=1521))) (CONNECT_DATA = (SID=dev) (SERVER=shared)))"
    SQL*Plus: Release 10.2.0.1.0 - Production on Wed Sep 5 12:21:17 2007
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production
    With the Partitioning and Data Mining options
    SQL>

  • I tried to download picture/video files from iPhone 5S to MacBook Pro but it won't stop importing and I don't have phone connected.  I need to shut down the computer and I can't stop the import from spinning

    I tried to import picture/video files from iPhone 5S to MacBook Pro Aperature.  It appeared to be trying to download every picture I have ever taken even tho I checked do not import duplicates.  The phone is not connected to lap top.  It has been spinning for 1/2 day.  I can't stop it. I can't shut down the computer. How do I stop the import and shut computer down.

    Hey L. DENISE,
    I recommend that you use the following article to help you address this issue:
    OS X: How to quit an unresponsive application using Force Quit
    http://support.apple.com/kb/ht3411
    Thanks for being a part of the Apple Support Communities!
    Regards,
    Braden

  • How can I stop the Bridge from building Thumbnails?

    I can see it's reading files in from the Server to build thumbnails. But I'd like to interrupt that process because it slows things down too much. I search Preferences to no avail :(

    The best you can do is to have Bridge use the embedded previews by going in to preferences and UNcheck High-quality Previews.
    But the caches still have to be built, though much faster.

  • Can't stop the music from lockscreen

    Hi everybody,
    I updated my iPhone to iOS 7 last night. Now I got the problem that I can't skip or stop the music neither from lockscreen or the control center. I always have to unlock the phone an switch to the music app.
    Does anybody else have that problem? Does anybody know how to solve it?
    Would be great getting an answer here.
    Thanks already.
    Benny

    I had the same problem but after a reset (hold down lock and home buttons until the screen fades off and the apple logo appears) everything is ok.

  • When I navigate to a new page, an additonal page (with a notice that Firefox is blocking access to the page) pops up. How can I stop the page from poping up?

    How do I stop the pop up screens from popping up? I just want the screen I ask for to open

    What is the wording of the message? Could you post a screen shot showing what it looks like? This article has tips on how to do that: [[How do I create a screenshot of my problem?]]
    Also, does the add-on TopArcadeHits sound familiar? You might want to try disabling it here:
    orange Firefox button (or Tools menu) > Add-ons > Extensions category
    Then restart Firefox (usually there is a handy link for this after disabling).

Maybe you are looking for

  • How do you set repeat events for a given day of the week

    How do you set a repeat event in calender for a given day of the month.  Expample 3rd Wednesday each month?

  • Outlook Anywhere not working for some users

    Hi All, I am having a strange issue today with a customer - Outlook Anywhere has been enabled on their Exchange 2010 environment, but it doesn't work for some users. Using the ExRCA I have been able to identify the following error on the users who ar

  • Adobe forms  - format G_RAW - output tray

    Hello, I was using formats of device type (DINA4) to print sapscript formulars in different output trays. Now I have switched to adobe forms. Adobe forms are always printed (as I've understood) in G_RAW format, and not in DINA4 format as I want. For

  • Dreamweaver CS4 and Coldfusion 8 - help on configuration

    Hi Guys, I'm not a Coldfusion user and I cant find anything from the support docs. I hope you can shed some light on my issue. I really need some help on this. Here's my set up: Dreamweaver CS4/CS3 installed on a Win XP Pro SP2 machine Coldfusion 8 i

  • Can't change pemissions.

    Hi, I created a role containing a KM Navigation iView to a key user to let him change the permissions of his repository by himself. He has full control access to his repository but when he clicks on the permissions button the screen that comes up sho