Error in loading package in the application

Hi all,
We are getting an error in loading packages in our application.We are using oc4j.
The following is the error message we got.
Not Found
The requested URL /credit/pls/cnhcalms/add_new_customer.handleAction was not found on this server.
Thanks in advance.

Hi Rajat:
Thank you for the reply.
I had the xercers jars in jdk/jre/lib/endorsed directory.
If I remove these, the ejbql works. I do need these in there for a different reason. Is there any way I can have the xercers jars in jdk/jre/lib/endorsed directory and still the ejbql work on oc4j.
Thanks,
Sabu

Similar Messages

  • Can't load App Store on my macBook Pro.  Error is; You cannont open the application "App Store" because it is not supported on this system.  How can I upgrade App Store or download new version?

    Can't load App Store on my macBook Pro.  Error is; You cannont open the application "App Store" because it is not supported on this system.  How can I upgrade App Store or download new version?

    Problem now resolved as I upgraded to Snow Leopard 10.6.  Seems App Store doesn't like anything previous to 10.6.

  • An error occurred while launching/running the application

    We've been using Web Start to deliver one of our products for over 2 months. We're getting about 10 downloads of our application a day which is very good considering we're in a very niche market (mapping applications). However, some customers (about 20%) are having a number of problems with Web Start either during installation or during download. For this reason we had to create a stand alone installer for customers that couldn't get Web Start working or more commonly could get Web Start working but couldn't download our application. The most common problem we see is the 'Unable to load resource' problem. I've attached the different errors and different exceptions sent from a customers site. Can you spread any light on this. Is it to do with Web Start not being able to identify the proxy?
    Many thanks in advance
    Ian
    Launch
    An error occurred while launching/running the application.
    Title: OS MasterMap Viewer
    Vendor: Snowflake Software
    Category: Download Error
    Unable to load resource: http://www.snowflakesoft.co.uk/app/viewer.jnlp
    Exception
    JNLPException[category: Download Error : Exception: java.net.UnknownHostException: www.snowflakesoft.co.uk : LaunchDesc: null ]
    at com.sun.javaws.cache.DownloadProtocol.doDownload(Unknown Source)
    at com.sun.javaws.cache.DownloadProtocol.isLaunchFileUpdateAvailable(Unknown Source)
    at com.sun.javaws.LaunchDownload.getUpdatedLaunchDesc(Unknown Source)
    at com.sun.javaws.Launcher.downloadResources(Unknown Source)
    at com.sun.javaws.Launcher.handleApplicationDesc(Unknown Source)
    at com.sun.javaws.Launcher.handleLaunchFile(Unknown Source)
    at com.sun.javaws.Launcher.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    Wrapped
    java.net.UnknownHostException: www.snowflakesoft.co.uk
    at java.net.InetAddress.getAllByName0(Unknown Source)
    at java.net.InetAddress.getAllByName0(Unknown Source)
    at java.net.InetAddress.getByName(Unknown Source)
    at java.net.Socket.<init>(Unknown Source)
    at sun.net.NetworkClient.doConnect(Unknown Source)
    at sun.net.www.http.HttpClient.openServer(Unknown Source)
    at sun.net.www.http.HttpClient.openServer(Unknown Source)
    at sun.net.www.http.HttpClient.<init>(Unknown Source)
    at sun.net.www.http.HttpClient.<init>(Unknown Source)
    at sun.net.www.http.HttpClient.New(Unknown Source)
    at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
    at java.net.HttpURLConnection.getResponseCode(Unknown Source)
    at com.sun.javaws.util.URLUtil.doesURLExist(Unknown Source)
    at com.sun.javaws.cache.DownloadProtocol.doDownload(Unknown Source)
    at com.sun.javaws.cache.DownloadProtocol.isLaunchFileUpdateAvailable(Unknown Source)
    at com.sun.javaws.LaunchDownload.getUpdatedLaunchDesc(Unknown Source)
    at com.sun.javaws.Launcher.downloadResources(Unknown Source)
    at com.sun.javaws.Launcher.handleApplicationDesc(Unknown Source)
    at com.sun.javaws.Launcher.handleLaunchFile(Unknown Source)
    at com.sun.javaws.Launcher.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)

    Apologies for the lack of response only I bust my knee a week ago and I've been in agony since. Anyway enough moaning.
    Yes users are behind a firewall. From what I can get from Sun the problem stems from JWS's inability to detect script based proxies. This is very frustrating because we have about 25% of our customers that just can't use JWS because of this. Ok so they could type it in manually, however, how many system support people are going to give out those sorts of details to end users, besides most end user don't even know what a proxy is!
    To get around this we've provided a standalone installer (which defies the point of JWS in the first place). Don't get me wrong I think JWS is an amazing piece of software, however, I can't see how JWS can be used successful across the internet until this is solved, intranet, extranet fine.
    In our experience you can't leave 25% of your customer base behind!

  • Error occurred while launching/running the application.

    Hello all,
    I'm using the "tutorial" demo from Vamp, and
    here's what
    happened after I chg the jnlp file:
    1. Enabling MIME type on my HTTPD server
    2. Disabling the proxy of my IE Browser
    3. Installed /jdk1.3
    4. JWS started with the following error:
    GENERAL:
    An error occurred while launching/running the application.
    Title: 4. Java Web Start Resource Loading Tutorial
    Vendor: Gerald Bauer
    Category: Download Error
    Corrupted JAR file at http://hpsgnnec/tutorial.jar
    Exception:
    JNLPException[category: Download Error : Exception: java.util.zip.ZipException: error in opening zip file : LaunchDesc: null ]
         at com.sun.javaws.cache.DownloadProtocol.doDownload(Unknown Source)
         at com.sun.javaws.cache.DownloadProtocol.getResource(Unknown Source)
         at com.sun.javaws.LaunchDownload.downloadJarFiles(Unknown Source)
         at com.sun.javaws.LaunchDownload.downloadEagerorAll(Unknown Source)
         at com.sun.javaws.Launcher.downloadResources(Unknown Source)
         at com.sun.javaws.Launcher.handleApplicationDesc(Unknown Source)
         at com.sun.javaws.Launcher.handleLaunchFile(Unknown Source)
         at com.sun.javaws.Launcher.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    LAUNCH FILE
    <jnlp
    spec="1.0+"
    codebase="http://hpsgnnec" >
    <information>
    <title>4. Java Web Start Resource Loading Tutorial</title>
    <vendor>Gerald Bauer</vendor>
    <description>Tutorial on how to load resources </description>
    <icon href="tutorial.gif"/>
    <offline-allowed />
    </information>
    <resources>
    <j2se version="1.3"/>
    <jar href="tutorial.jar"/>
    </resources>
    <application-desc main-class="vamp.tutorial.Main">
    </application-desc>
    </jnlp>
    WRAPPED EXCEPTION:
    java.util.zip.ZipException: error in opening zip file
         at java.util.zip.ZipFile.open(Native Method)
         at java.util.zip.ZipFile.<init>(Unknown Source)
         at java.util.jar.JarFile.<init>(Unknown Source)
         at java.util.jar.JarFile.<init>(Unknown Source)
         at com.sun.javaws.cache.DownloadProtocol$RetrieveAction.actionDownload(Unknown Source)
         at com.sun.javaws.cache.DownloadProtocol.doDownload(Unknown Source)
         at com.sun.javaws.cache.DownloadProtocol.getResource(Unknown Source)
         at com.sun.javaws.LaunchDownload.downloadJarFiles(Unknown Source)
         at com.sun.javaws.LaunchDownload.downloadEagerorAll(Unknown Source)
         at com.sun.javaws.Launcher.downloadResources(Unknown Source)
         at com.sun.javaws.Launcher.handleApplicationDesc(Unknown Source)
         at com.sun.javaws.Launcher.handleLaunchFile(Unknown Source)
         at com.sun.javaws.Launcher.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Wud appreciate any advice.
    THanks much,
    Jessica

    Try downloading the jar file itself and opening it with winzip or checking its contents with jar tf <jarfile name>
    if it is indeed corrupt (as the exception stacktrace seems to indicate) try mailing the person who wrote the demo so that he can check whether the jarfile is there or not, and whether it is corrupt or not.
    Other than that, nac.
    Jeremy

  • Error while I am Running the application in xcode 4.2

    I am having a error while I am Running the application in xcode 4.2 and having iOS 5.0 simulator. The error is listed below:-
    this is the code line:-
    [tabBarController.selectedViewController performSelector:@selector(setManagedObjectContext:)
    this is the error for the code line:-
    -[UINavigationController setManagedObjectContext:]: unrecognized selector sent to instance 0x7742060
    *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[UINavigationController setManagedObjectContext:]: unrecognized selector sent to instance 0x7742060'
    *** First throw call stack:
    terminate called throwing an exceptionsharedlibrary apply-load-rules all
    Current language:  auto; currently objective-c
    Please provide me the solution for it.
    Thanks in advance.

    If you are a developer , please post this in the developer forum, Thanks!

  • I downloaded Firefox 4 onto my PowerPC G4 1.67GHz running Mac OSX 10.5.6. When I try to open it I get error message You cannot open the application "Firefox" because it is not supported on this architecture. I can't find my Firefox 3.6.16 I'm on Safari.

    I just want to download Firefox 3.6 again
    I downloaded Firefox 4 onto my PowerPC G4, 1.67GHz running Mac OSX 10.5.6. When I try to open it I get error message You cannot open the application “Firefox” because it is not supported on this architecture.

    Use Tony's suggestion. I am running it right now and it is awesome. I love Mozilla but they basically screwed all of those older Macs over. Come on Mozilla. These Macs still work, and there are plenty of people with them out there.

  • Firefox suddenly quit working and I get the following error message: Could not initialize the application's security component. The most

    Error message: Could not initialize the application's security component. The most likely cause is problems with files in your application's profile directory. Please check that this directory has no read/write
    restrictions and your hard disk is not full or close to full. It is recommended that you exit the application and fix the problem. If you continue to use this session, you might see incorrect application
    behaviour when accessing security features.

    See:
    *https://support.mozilla.com/kb/Could+not+initialize+the+browser+security+component

  • I am trying to install Firefox 4 on my Mac OS 10.5.8 and I get the error message "You cannot open the application "Firefox" because it is not supported on this architecture" Help!

    I am trying to install Firefox 4 on my Mac OS 10.5.8 and I get the error message "You cannot open the application "Firefox" because it is not supported on this architecture" Help!

    Firefox 4 requires at least OS X 10.5 and an Intel Mac. There is a third party version of Firefox 4 that runs on OS X 10.4/10.5 and PPC Macs, for details see http://www.floodgap.com/software/tenfourfox
    If you prefer, you can get the latest version of Firefox 3.6 from http://www.mozilla.com/en-US/firefox/all-older.html
    Mozilla are working to prevent Mac users with non-compatible systems from getting the notification about Firefox 4, and also not displaying the "Download Firefox 4" button on http://www.mozilla.com

  • When i try downloading adobe pro i am getting an error message that is saying: The application could not be installed because the installer file is damaged. Try obtaining a new installer file from the application author.

    when i try downloading adobe pro i am getting an error message that is saying: The application could not be installed because the installer file is damaged. Try obtaining a new installer file from the application author.

    Hi Kashmore,
    Seems like the downloaded file was corrupt that could be because of either network restriction or the anti virus might have blocked it. My suggestion would be to try and download the product either by turning off the Antivirus or try a different network.
    Cheers,
    Kartikay Sharma

  • ImageReady CS2 error: Could not fully open the application. Personalization information is invalid.

    Hello,
    I am posting because Adobe is not offering tech support for CS2 and I cannot find this error for CS2 software, only CS.
    I have been using CS2 for some time on the same machine (specs below, let me know if you need additional), and have had no problems. All of a sudden, I am getting the error: "Could not fully open the application. Personalization information is invalid." when opening ImageReady. Either jumping from Photoshop or opening from Applications.
    I cannot reinstall, as I lost discs in a move, but it is valid software with valid serials, and registered, but no phone tech support! I would appreciate any help/advice/solutions greatly! Thanks.
    Photoshop/ImageReady 9.0.2
    Mac OSX 10.4.11
    1.47 GHz PowerPC G4
    1.25 GB SDRAM
    Available Disc space: 24.91 GB
    GeForce FX 5200

    Neil and Ann,
    I tried calling customer service today looking for a tech support number and was told that tech support is no longer offered for CS2! She told me to go to the forums at Adobe.com, which is how I ended up here.
    My discs were lost in a move away from a roommate (along with some other things!), so there is no recovering them. I'll call it the cost of my sanity.
    I have an old version of Director, but it gets so involved. It would have been so easy to flip my simple graphics straight from Photoshop to ImageReady. Looks like I will have to though.
    Thanks for the time and attention to my problem. I guess I should be thankful that I only lost ImageReady, which I use once in a blue moon anyway.
    Best regards.

  • I get an error when trying to open "The application Creative Cloud can't be opened. -1712

    I get an error when trying to open "The application Creative Cloud can't be opened. -1712

    The application Install.app can't be opened. -1712

  • When I try to click and drag items to the desktop, I receive the following error: You can't open the application "Desktop" because it may be damaged or incomplete.

    I am not able to edit my desktop, I receive the following error: You can’t open the application “Desktop” because it may be damaged or incomplete.
    Also, I cannot rearrange folders, add folders, or move things out of my trash back to the desktop.

    Try using another account and see if the problem persists.
    Try booting into the Safe Mode and see if the problem persists.
    Starting Up in the Safe Mode
    What is Safe Mode

  • Error "You can't open the application App Store.app be cause it may be damaged or incomplete"

    Using OSx 10.6.8  When I try to open app store it gives error "You can't open the application App Store.app be cause it may be damaged or incomplete"  Does anyone know a way to re-install App Store.app  ??  Thx

    Have you tried opening them directly from the Applications folder, rather than the Dock?

  • How to load content from the application directory?

    I'm currently working on an AIR desktop application that will be distributed on OSX and Windows. The main applicaiton SWF will load a child swf that has been packaged. When I've attempted to load the child SWF via loader.load() with a URI of "app:\\TheChildContentSWF.swf", the load has failed with an IOError. If I force a copy of the the SWF (in OSX) to the MacOS directory where the executable resides, the child SWF would load. I was a little stumped by this so I decided to check what the nativePath of the application directory was via File.applicationDirectory.nativePath (it turned out to point at the Resources directory). Does the "app://" URI point to different paths when using Loader vs File?
    If so, is there a way to package content so that it is installed in a directory that Loader can recognize without hitting security sandbox issues?
    Visual of the OSX app directory structure (simplified)
    MyApp.app\
         Contents\
              Frameworks\
              MacOS\
                   executable
              Resources\
                   TheAppSWF.swf
                   TheChildContentSWF.swf
                    ... // other content
    Thanks for any help!
    Josh

    When loading application, move the swf to the applicationStorage folder if it doesn't exist already.
    Something like ...
    private var swfDistribute:File = File.applicationDirectory.resolvePath('ResourcesChildContentSWF.swf');
    private var swfLocal:File      = File.applicationStorageDirectory.resolvePath('TheChildContentSWF.swf');
    private function onCreationComplete():void
       if (!swfLocal.exists) {
          if (swfDistribute.exists) {
             swfDistribute.copyTo(swfLocal);
    Then you should be able to call your loader.load() URI with the variable (swfLocal)

  • Error message: Count not initialize the applications security component.....

    I have been receiving the following error message when trying to access Firefox:
    Could not initialize the applications security component. The most likely cause is problems with files in your applications profile directory. Please check that this directory has no read/write restrictions and your hard disk is not full or close to full. It is recommended that you exit the application and fix the problem. If our continue to use this session you might see incorrect application behavior when accessing security features.
    Firefox will not open any site. I am using a MacBook. The hard drive is not full. I recently had to start using a vpn to get remote access to my desktop at work. Then it wouldn't load so I had to install something to trick it into accepting the vpn. I do not recall what this was as I got this from a person at our helpdesk at work. I hadn't had any trouble for several days, then all of a sudden, Firefox won't open anything, no websites, no email, etc. I have been using Safari as so far it seems to be working. I do not wish to continue to use Safari and for portions of my job, I need to download things and using Firefox is the only browser that works with the software program I am using.
    Can anyone help me with this problem?
    Thank you very much.

    This link shows things to check - https://support.mozilla.com/kb/Could+not+initialize+the+browser+security+component

Maybe you are looking for

  • Error while determining ref.mov.type for WM via table 156S:601///

    Hi SAP gurus while doing delivery i am getting error like Error while determining ref.mov.type for WM via table 156S:601/// please give me needful solution regards Sarvesh

  • I am trying to scan from my hp office jet 6600 to my chrome book. How do I find the app?

    I am not able to scan anything to my computer.  The printer is an officejet 6600.  I have a chromebook.   Is there an app that I can download to my computer?

  • Low disk space message due to scratch disk full (c: drive)

    My computer improperly shut down while I was editing large files.  I had to alt-ctrl-del to shut down. Upon rebooting I received the message "low disk space" My windows drive now has only 75 MB of free disk space which is critically low. My c drive i

  • How to use and load Plug-ins

    I would appreciate help loading and using plugins for my copy of Acrobat 9 Standard.  The plugins are in the folder Program Files\Adobe\Acrobat 9.0\Acrobat\plug_ins on my machine. How do I use/load them? This page is not helpful whatsover...http://he

  • Theme for an enV Touch

    Hi, I've been working on a theme for my enV Touch, and the theme is an .swf, but I dont actually have flash. I've been using an swf decompiler to pretty much just swap out images. I was wondering if I gave the .fla of my theme to someone, could they