Exception when i try to deploy application to OC4J

Hi
Thank you for reading my post
i get the following exception when i try to deploy the application from Jdeveloper 10.1.3.1 to the same application server. that i download and install.
Binding web application(s) to site default-web-site begins...
Binding register web-module for application register to site default-web-site under context root register-register-context-root
Exception:  NoClassDefFoundError:  oracle/jbo/JboException
Operation failed with error:
oracle/jbo/JboException

Did you install adf runtime (tools -> adf runtime installer ->standalone oc4j)?

Similar Messages

  • I just downloaded ilife every things working fine except, when i try to open iPhoto it said ''You can't open the application iPhoto because it may be damaged or incomplete. i tried to re-download it but my password didn't work for some reason. HELPPPP!!!

    i just downloaded ilife every things working fine except, when i try to open iPhoto it said ''You can't open the application iPhoto because it may be damaged or incomplete. i tried to re-download it but my password didn't work for some reason. HELPPPP!!!

    Make a temporary, backup copy (if you don't already have a backup copy) of the library and apply the two fixes below in order as needed:
    Fix #1
    Launch iPhoto with the Command+Option keys held down and rebuild the library.
    Select the options identified in the screenshot. 
    Fix #2
    Using iPhoto Library Manager  to Rebuild Your iPhoto Library
    Download iPhoto Library Manager and launch.
    Click on the Add Library button, navigate to your Home/Pictures folder and select your iPhoto Library folder.
    Now that the library is listed in the left hand pane of iPLM, click on your library and go to the File ➙ Rebuild Library menu option
    In the next  window name the new library and select the location you want it to be placed.
    Click on the Create button.
    Note: This creates a new library based on the LIbraryData.xml file in the library and will recover Events, Albums, keywords, titles and comments but not books, calendars or slideshows. The original library will be left untouched for further attempts at fixing the problem or in case the rebuilt library is not satisfactory.
    Happy New Year

  • After successfully resetting my password 2 times when I try to update applications it says my Apple ID is expired

    After successfully resetting my password 2 times when I try to update applications it says my Apple ID is expired

    Hi mmonsiegneur,
    If you've recently changed or reset your Apple ID password and are having issues logging in, you may want to try manually signing out and signing back in on your device. You may find the following article helpful:
    iOS: Sign in with a different Apple ID in the iTunes Store, App Store, and iBooks Store
    http://support.apple.com/kb/ht1311
    Regards,
    - Brenden

  • I'm getting the below issue when I try to deploy a report with Dynamic parameters, when I deploy it with static parameters I'm not getting this issue.

    I’m getting the below issue when I try to deploy a crystal report with Dynamic parameters in BI Launch Pad, when I deploy the same report with static parameters I can deploy and run it. I have Restarted the BI server, still the issue exitno use. kindly help me on this issue.
    “This error occurred: Adding Crystal Report "CrystalReport1.rpt" failed. The server with kind rptappserver returned an error result. Failed to copy the report file to the report object. Refreshing the report object properties might have failed. Failed to read data from report file CrystalReport1. Reason: Failed to read parameter object”.

    BO does not run dynamic params through the report as would happen without BusinessObjects (BO) or Crystal Reports Server (CRS).  When you publish a report with dynamic parameters to BO/CRS, the prompt is published to the repository so that it can be accessed through the Business View Manager (which can be installed as part of the client tools).  In order for this to work a couple of things need to happen:
    1.  You need to be sure that you check the "Update Repository" box on the Save As screen the first time you publish the report.
    2.  Your BO/CRS user needs to have "view" access to the Crystal2013ReportApplicationServer in the Servers section in the CMC - in fact, the Everyone group should be given view access to the server in order for dynamic prompts to work correctly.
    3.  In the Business View Manager, the Administrator user needs to give your user, or, even better, a Crystal Developers group full control access to the "Dynamic Cascading Prompts" folder.
    Best practice for dynamic prompts in a BO/CRS environment is to actually create the prompts in the Business View Manager.  This will allow you to create a single data connection that can be reused and also create lists of values such that the same list or prompt can be reused by multiple reports.  If you just create the prompts in Crystal, you will end up with multiple data connections to the same database, the prompts will use the whole query for the reports to get the dynamic values instead of just a focused query to the lookup table that contains the values, and there ends up being lots of duplication and chaos.
    -Dell

  • HT1222 I need some help.... I Have the iPhone 4S and downloaded the new software (6.0) and everything seems great so far except when I try to open a link in safari from a different app (messages, Facebook, ext..) it glitches and won't load. Any advice?

    I need some help.... I Have the iPhone 4S and downloaded the new software (6.0) and everything seems great so far except when I try to open a link in safari from a different app (ie..messages, Facebook, ect..) it glitches and won't load. The blue loading bar will just jump back and forth and the page will not load properly if at all....

    It sounds like you may have multiple problems, but none of them are likely to be caused by malware.
    First, the internet-related issues may be related to adware or a network compromise. I tend to lean more towards the latter, based on your description of the problem. See:
    http://www.adwaremedic.com/kb/baddns.php
    http://www.adwaremedic.com/kb/hackedrouter.php
    If investigation shows that this is not a network-specific issue, then it's probably adware. See my Adware Removal Guide for help finding and removing it. Note that you mention AdBlock as if it should have prevented this, but it's important to understand that ad blockers do not protect you against adware in any way. Neither would any kind of anti-virus software, which often doesn't detect adware.
    As for the other issues, it sounds like you've got some serious corruption. I would be inclined to say it sounds like a failing drive, except it sounds like you just got it replaced. How did you get all your files back after the new drive was installed?
    (Fair disclosure: I may receive compensation from links to my sites, TheSafeMac.com and AdwareMedic.com, in the form of buttons allowing for donations. Donations are not required to use my site or software.)

  • My apple tv works great except when I try to play a dvd on my macbook. have sound but no video.

    My apple tv and airplay works great except when I try to play a dvd on my macbook. Have sound but no video.

    You won't be able to view them via Apple TV, correct. It is not meant for this function, if that's your intended purpose its best to get a DVD player

  • Deploying application on OC4J

    Hi,
    I am deploying a simple web application on OC4J which comes with 9iAS infraStructure installation. I changed server.xml, application.xml, default-web-site.xml & application.xml in the META-INF folder of my app but i couldn't access the appln after starting OC4J. I am attaching the code snippet that i added to these files. Could anyone please let me know if you could figure out the problem here..
    Thanks,
    Sathya.
    j2ee/home/server.xml:
    <application name="myapp" path="../applications/myapp" auto-start="true" />
    j2ee/home/default-web-site.xml:
    <web-app application="myapp" name="web" root="/myapp"/>
    j2ee/home/application.xml:
    <web-module id="myapp" path="../../home/applications/myapp"/>
    myapp/META-INF/application.xml:
    <module>
    <web>
    <web-uri>web</web-uri>
    <context-root>/web</context-root>
    </web>
    </module>

    Hi,
    I am facing a deployment problem with ear file.
    I have prepared an EAR file using Oracle JDeveloper 9.0.5.1.
    When I try to deploy it on Oracle 9iAS (Windows platform) it gets deployed successfully.
    But when somebody tries to deploy it on Oracle 9iAS (Unix platform) she gets error mentioned below. I have checked the deployment descriptor (web.xml) and found that everything is alright, including the location (WEB-INF/web.xml).
    Could anyone please help me find out the problem so that I can fix it?
    ADMN-300158
    Jar file: /var/tmp/jar24324.tmp is missing its standard xml descriptor located at WEB-INF/web.xml
    Jar file: /var/tmp/jar24324.tmp is missing its standard xml descriptor located at WEB-INF/web.xml
    oracle.ias.sysmgmt.deployment.j2ee.exception.J2eeDeploymentException: Jar file: /var/tmp/jar24324.tmp is missing its standard xml descriptor located at WEB-INF/web.xml
    at oracle.ias.sysmgmt.deployment.j2ee.file.WarFile.<init>(WarFile.java:87)
    at oracle.ias.sysmgmt.deployment.j2ee.file.EarFile.init(EarFile.java:561)
    at oracle.ias.sysmgmt.deployment.j2ee.file.EarFile.<init>(EarFile.java:88)
    at oracle.ias.sysmgmt.deployment.j2ee.file.EarFile.<init>(EarFile.java:74)
    at oracle.ias.sysmgmt.deployment.j2ee.console.EarDeployerImpl.<init>(EarDeployerImpl.java:143)
    at oracle.ias.sysmgmt.deployment.j2ee.console.WarDeployerImpl.<init>(WarDeployerImpl.java:99)
    at oracle.ias.sysmgmt.deployment.j2ee.console.J2eeDeploymentImpl.getWarDeployer(J2eeDeploymentImpl.java:220)
    at oracle.ias.sysmgmt.deployment.j2ee.console.J2eeDeploymentImpl.getWarDeployer(J2eeDeploymentImpl.java:247)
    at oracle.ias.sysmgmt.cmdline.DcmCmdLine.deployApp(DcmCmdLine.java:3728)
    at oracle.ias.sysmgmt.cmdline.DcmCmdLine.execute(DcmCmdLine.java:4072)
    at oracle.ias.sysmgmt.cmdline.DcmCmdLine.main(DcmCmdLine.java:4771)
    Thanks,
    Aatash

  • Can multipule users deploy application to OC4J on 9iAS r2?

    Is there a way to deploy applications to OC4J through the Enterprise Manager using different user than IAS_ADMIN?
    Thanks
    Marcel

    Hi Marcel,
    In Oracle9iAS R2 9.0.2, ias_admin is the only predefined admin user you can use to deploy an application (the Enterprise Manager website runs on it's own OC4J instance, config files are located in $ORACLE_HOME/sysman/j2ee/config, the admin user ias_admin is defined in $ORACLE_HOME/sysman/j2ee/config/jazn-data.xml). Futre release of Oracle9iAS will allow you to define additional admin users.
    BTW, what's the purpose to deploy applications using a different user?
    Regards,
    Chen.

  • Resource not release when starting/stopping the deployed application

    I am testing to deploy an standard web application on Weblogic 11gR1 at Windows XP. It is running and everything is working fine. But I noticed below situation which concersns about the release of resouce during stop and start deployed application by using Admin Server Console:
    After the deployed application starting running in Weblogic, I go to Admin Server Console to select the deployed application at deployment section and click "stop\When work complete". It looks like that the deployed application was stopped and its state went to "Prepared". Then I start it again by click "Start\Servicing all requests". It started correctly. If I tried multiple times of "Start \ Stop" operations on this deployed application, then eventurally, I got "output memory" exception and Weblogic died. I wached the memory usage of Weblogic, when applying multiple times of 'start / stop' operation on an deployed application, the memory usage of weblogic continuese to grow and until "output memory" exception occurs.
    Is it normal? What might be wrong when configuring weblogc? or somethng wrong for deployed application?
    Anybody can provide any help would be great appreciated.
    Thanks in advance.
    Jim

    Hi Mithun,
    Thanks for your reply! If stopping the deployment need some time to finish, So, admin console of weblogic should disable ( grey out ) its starting button while the related deployed application is still shutting down. After the deployed application were stopped completely, then enable the starting button again to avoid the issue.
    I just feel a little bit strange for the admin console of Weblogic to behavior on start / stop deployed application.
    Thanks,
    Zhiping

  • I got Exception when i try to start default weblogic server

    Hi,
    I download a trial version weblogic application server 6.1 and installed succesfully by using GUI mode and my Operating system is WINDOWS NT 4.0(service pack6).
    When i try start default weblogic server
    and i got the following excetion any could me help.
    Exception:
    ####<Dec 19, 2001 3:41:33 PM EST> <Info> <Logging> <unknown> <myserver> <main> <> <> <000000> <FileLogger Opened.>
    ####<Dec 19, 2001 3:41:34 PM EST> <Emergency> <Server> <unknown> <myserver> <main> <> <> <000000> <Unable to initialize the server: 'Fatal initialization exception
    Throwable: java.net.UnknownHostException: MANIKYAM
    java.net.UnknownHostException: MANIKYAM
         at java.net.InetAddress.getAllByName0(InetAddress.java:571)
         at java.net.InetAddress.getAllByName0(InetAddress.java:540)
         at java.net.InetAddress.getAllByName(InetAddress.java:533)
         at java.net.InetAddress.getLocalHost(InetAddress.java:723)
         at weblogic.rjvm.JVMID.setLocalID(JVMID.java:120)
         at weblogic.t3.srvr.T3Srvr.setJVMID(T3Srvr.java:325)
         at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:360)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:197)
         at weblogic.Server.main(Server.java:35)
    '>
    ####<Dec 19, 2001 3:44:34 PM EST> <Info> <Logging> <unknown> <myserver> <main> <> <> <000000> <FileLogger Opened.>%

    Hi Manikyam,
    It sounds as if your host name is not setup to resolve in your DNS. You can
    either add it to the DNS, or if that's not available, you can manually add
    it to your hosts file (located in c:\WINNT\system32\drivers\etc -- if the
    file does not exist, you can create a new one).
    Dennis Munsie
    Developer Relations Engineer
    BEA Support
    "manikyam" <[email protected]> wrote in message
    news:3c21084d$[email protected]..
    Hi,
    I download a trial version weblogic application server 6.1 andinstalled succesfully by using GUI mode and my Operating system is WINDOWS
    NT 4.0(service pack6).
    When i try start default weblogic server
    and i got the following excetion any could me help.
    Exception:
    ####<Dec 19, 2001 3:41:33 PM EST> <Info> <Logging> <unknown> <myserver><main> <> <> <000000> <FileLogger Opened.>
    ####<Dec 19, 2001 3:41:34 PM EST> <Emergency> <Server> <unknown><myserver> <main> <> <> <000000> <Unable to initialize the server: 'Fatal
    initialization exception
    Throwable: java.net.UnknownHostException: MANIKYAM
    java.net.UnknownHostException: MANIKYAM
    at java.net.InetAddress.getAllByName0(InetAddress.java:571)
    at java.net.InetAddress.getAllByName0(InetAddress.java:540)
    at java.net.InetAddress.getAllByName(InetAddress.java:533)
    at java.net.InetAddress.getLocalHost(InetAddress.java:723)
    at weblogic.rjvm.JVMID.setLocalID(JVMID.java:120)
    at weblogic.t3.srvr.T3Srvr.setJVMID(T3Srvr.java:325)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:360)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:197)
    at weblogic.Server.main(Server.java:35)
    '>
    ####<Dec 19, 2001 3:44:34 PM EST> <Info> <Logging> <unknown> <myserver><main> <> <> <000000> <FileLogger Opened.>%

  • Deploying Application in OC4J 1013 using Ant

    Hello All
    I am trying to deploy my application in OC4J 1013 container using Ant. I am getting
    /view/webappdev3_cruise_view/vobs/Apps/eTA/build_deploy_appl.xml:26: Execute failed: java.io.IOException: /oracle/apps/product/dev/sso/1013/opmn/bin/opmnctl: cannot execute
    I have attached my build.xml file. Please let me know what could be the reason for this.
    Thanks
    Sri
    Edited by: user3539708 on Oct 15, 2009 6:57 PM

    Denis -- This sounds like maybe the RMI port that you are using to connect is the one used by the home instance. Have a look at the other instance you deployed it to and see what RMI port it is using.
    Thanks -- Jeff

  • "Object reference not set to an instance of an object" when I try to deploy my Azure Cloud Service via CLI

    I'm running this command in the Azure PowerShell to deploy my node project as a service:
    Publish-AzureServiceProject -ServiceName <name> -Location "East US"
    Using my service name instead of <name>.
    Each time I run this, I get an error:
    Publish-AzureServiceProject : Object reference not set to an instance of an
    object.
    At line:1 char:1
    + Publish-AzureServiceProject -ServiceName <name> -Location "East US"
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : CloseError: (:) [Publish-AzureServiceProject], N
    ullReferenceException
    + FullyQualifiedErrorId : Microsoft.WindowsAzure.Commands.CloudService.Pub
    lishAzureServiceProjectCommand
    I have added my certificate and verified it with Get-AzureSubscription.
    Can anyone help?

    When I run Get-AzureSubscription, the subscription already seems to be set. I assume this happened when I imported my publish settings. I tried your suggestion to do it manually, but this didn't fix my problem.
    I've started implementing the deployment script linked in the blog post, but I'm running into all sorts of problems as I try to do so. First, this seems to assume I have a service package and publish settings. I'm guessing the package is going to need to
    be generated for each deployment, but the script doesn't handle this. How can I also have the script generate the new package so that the service can be deployed? I've currently hard-coded the path of cspack into the script, but this seems like a bad way to
    do it.
    Since the publish settings have the certificate, I imagine I don't want to commit those to version control. Can I also generate this as part of the script? I want the script to be as hands-off as possible.
    Thank you for your help!

  • PDF fine in Preview of Designer..have issue when seen in the deployed application

    hello all,
    I am using LiveCycle Designer ES 8.2 to design xdps.
    I have a problem when my web app is deployed.The pdf is not genereated as the way it is shown in the Preview of LiveCycle Designer.
    I am facing the followng problems:
    (1) When the data overflows, the pdf doesn't include the subsequent header for the overflowed data despite the required option being checked.
    (2) The Second Master Page is not recognized
    Is this the rendering problem with adobe form server..??
    **Pdf is fine when viewed in the Preview of LiveCycle Designer.
    Any help on this is greatly appreciated.Thanks in advance..

    Question: Is all the source footage shot in 16 bit audio or is some also shot in 12 bit?
    http://docs.info.apple.com/article.html?artnum=42973
    http://www.kenstone.net/fcphomepage/idvd_6stone.html
    http://docs.info.apple.com/article.html?artnum=93006
    http://docs.info.apple.com/article.html?artnum=303550
    http://docs.info.apple.com/article.html?path=iDVD/6.0/en/397.html
    http://docs.info.apple.com/article.html?artnum=61636
    http://docs.info.apple.com/article.html?artnum=302925

  • I get this error message when i try to download applications in india.Your account is not valid for use in the indian store.You must switch to the Emirati store before purchasing.

    I had bought iphone from UAE and nw is using it in India but i cant download indian applications...Please help as i want indian applications always.

    settings - app/itunes store - apple id - view apple id - log in - country/region - change to India.

  • TS1424 just downloaded a song off the store, except when i try to play it i get a window telling me that my computer isn't authorised to play it, but it IS. now what?

    this is driving me a bit mental atm because i just simultaneously downloaded an entire album that appears to be working just fine.
    i've tried just putting in my apple ID when it is requested of me, but of course since this laptop is already authorised, nothing changes.
    would definitely appreciate some help, because this is silly :[

    If you are getting repeatedly prompted to authorise your account then see if this page helps : http://support.apple.com/kb/TS1389

Maybe you are looking for