Loadjava problem in Jdev v10.1.3.3

Hi,
I just upgraded to v10.1.3.3.
And have a problem loading java classes:
Invoking loadjava on connection 'pr01u12' with arguments:
-order -resolve -debug -definer -force -thin -verbose
creating : class customclient/CustomClient$1TskIter
loading : class customclient/CustomClient$1TskIter
Oracle Jdbc tracing is not avaliable in a non-debug zip/jar file
creating : class customclient/CustomClient$1TskIter2
oracle.aurora.server.tools.loadjava.ToolsException: Failures occurred during processing
     at oracle.aurora.server.tools.loadjava.LoadJava.process(LoadJava.java:863)
     at oracle.jdeveloper.deploy.tools.OracleLoadjava.deploy(OracleLoadjava.java:116)
     at oracle.jdeveloper.deploy.tools.OracleLoadjava.deploy(OracleLoadjava.java:46)
     at oracle.jdevimpl.deploy.OracleDeployer.deploy(OracleDeployer.java:97)
     at oracle.jdevimpl.deploy.StoredProcHandler.doDeploy(StoredProcHandler.java:473)
     at oracle.jdevimpl.deploy.StoredProcHandler.doDeploy(StoredProcHandler.java:360)
     at oracle.jdevimpl.deploy.StoredProcHandler.doDeploy(StoredProcHandler.java:284)
     at oracle.jdevimpl.deploy.StoredProcProfileDt$Action$1.run(StoredProcProfileDt.java:383)
#### Deployment incomplete. #### Jul 25, 2007 12:29:05 PM
*** Note ***
One possibility for the deployment failure is that the target Database may not support JDK version 1.3. Updating your Project Properties compiler Source & Target to an earlier release could fix this problem.
OK. Now, I downloaded JVM 1.3 and recompiled and loadJAVA still fails on me.
Any idea?
Sun
Message was edited by:
user522531

Hi,
you can set the desired java version in project properties / compiler. Change the settings from source and target "default" to the required version.
HTH
Carsten
By the way: Sometimes JDeveloper gets confused by being used and throws that messages even if the database supports the selected java version. Restarting JDeveloper solved that for me.

Similar Messages

  • Problems with JDev 10.1.3

    Hi
    I am having problem ssetting up the database connection in JDev 10.1.3.
    I get the following error:
    java.lang.UnsatisfiedLinkError: t2cCreateState
    I am assuming this is to do with the environment settings.
    Does anyone have a say on this or faced a similar problem with JDev 10.1.3?
    Please leme know...have been tryingggggggggg:-|

    Try having a look at post
    how to use Instant Client with JDBC? to see if it gives you any ideas.
    Regards,
    Lisa Sherriff
    JDev QA

  • Deployment problem from Jdev (V 11.1.2.0.0) to stand alone weblogic v10.03

    My environment is Win 2008 server 64. I'm trying to deploy to a stand alone server. I added the adf runtime libraries following:
    http://radalcove.com/blog/?p=34
    Created the app server connection and when trying to deploy to the stand alone server I received the following error. Is this a missing library or another issue? Thanks, J
    [04:52:18 AM] ---- Deployment started. ----
    [04:52:18 AM] Target platform is (Weblogic 10.3).
    [04:52:21 AM] Retrieving existing application information
    [04:52:21 AM] Running dependency analysis...
    [04:52:21 AM] Building...
    [04:52:32 AM] Deploying 2 profiles...
    [04:52:33 AM] Wrote Web Application Module to C:<server path>\<myapp>\ViewController\deploy\<myapp>ViewControllerwebapp1.war
    [04:52:34 AM] Wrote Enterprise Application Module to C:\jdev_backup\mywork\<myapp>\deploy\<myapp>_application1.ear
    [04:52:34 AM] Deploying Application...
    [04:52:37 AM] [Deployer:149034]An exception occurred for task [Deployer:149026]deploy application <myapp>_application1 on AdminServer.: Failed to load webapp: '<myapp>-ViewController-context-root'.
    [04:52:37 AM] [Deployer:149193]Operation 'deploy' on application '<myapp>_application1' has failed on 'AdminServer'
    [04:52:37 AM] Weblogic Server Exception: weblogic.application.ModuleException: Failed to load webapp: '<myapp>-ViewController-context-root'
    [04:52:37 AM] Caused by: weblogic.management.DeploymentException: Error: Unresolved Webapp Library references for "ServletContext@9558442[app:<myapp>_application1 module:<myapp>-ViewController-context-root path:/<myapp>-ViewController-context-root spec-version:2.5]", defined in weblogic.xml [Extension-Name: jsf, Specification-Version: 2, exact-match: false]
    [04:52:37 AM] See server logs or server console for more details.
    [04:52:37 AM] weblogic.application.ModuleException: Failed to load webapp: '<myapp>-ViewController-context-root'
    [04:52:38 AM] Deployment cancelled.
    [04:52:38 AM] ---- Deployment incomplete ----.
    [04:52:38 AM] Remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)

    Jay,
    you can't run jdev 11.1.2 apps on a wls 10.3.4 server. The adf runtime libraries are different and you get exactly the error you see. Spare your time trying to get it running...
    The sherman patch (patch 12611176) is only available via http://support.oracle.com/ (you need avalid support contract). If you have one read my blog about installing the patch http://tompeez.wordpress.com/2011/06/25/upgrading-wls-10-3-5-with-adf-runtime-11-1-2-0-0-sherman-patch/ andhttp://tompeez.wordpress.com/2011/06/29/follow-up-upgrading-wls-10-3-5-with-adf-runtime-11-1-2-0-0-sherman-patch/.
    If you really want to use 11.1.2 apps you have to update your wls server to 10.3.5 first, then apply the patches...
    If you can't update you have to user jdve 11.1.1.4.0 together with wls10.3.4
    Timo

  • Problem with jdev and running projects

    I have been using jdev for about 3 months, and this is the first time I saw this problem.
    I opened jdev 9.0.2.829, and tried to run a project in a workspace. The run target is in this project, the source path is separate from the other projects, everything is as it should be and was the last time I ran this project. When I build the project, it only compiles source from this project. When I try to run it, or any other project in the workspace, it compiles all source in all the projects in the workspace, and will not continue because of compilation errors. The single project builds fine. I even tried running after building, since usually it will see that it has a good build, and skip that step. Is this a configuration issue that I inadvertantly overlooked?
    Help!

    I have been using jdev for about 3 months, and this is the first time I saw this problem.
    I opened jdev 9.0.2.829, and tried to run a project in a workspace. The run target is in this project, the source path is separate from the other projects, everything is as it should be and was the last time I ran this project. When I build the project, it only compiles source from this project. When I try to run it, or any other project in the workspace, it compiles all source in all the projects in the workspace, and will not continue because of compilation errors. The single project builds fine. I even tried running after building, since usually it will see that it has a good build, and skip that step. Is this a configuration issue that I inadvertantly overlooked?
    Help!

  • Loadjava Problems !!

    Hi All,
    I'm experiencing some problems trying to load the SSOHash.class file to the schema that I created just like the same in the Install guide...
    The error String follows :
    E:\Projetos\Portal_SSO\lib\packages\oracle\security\sso>loadjava -user partner/[email protected]:1521:o817
    -thin -verbose -resolve -force SSOHash.class
    initialization complete
    loading : oracle/security/sso/SSOHash
    creating : oracle/security/sso/SSOHash
    Error while creating class oracle/security/sso/SSOHash
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01405: fetched column value is NULL
    ORA-06512: at "LBACSYS.LBAC_EVENTS", line 29
    ORA-06512: at line 2
    resolver :
    resolving: oracle/security/sso/SSOHash
    Error while resolving class oracle/security/sso/SSOHash
    ORA-04043: object oracle/security/sso/SSOHash does not exist
    loadjava: 2 errors
    Could Anyone help me ?? I have no idea of what could it be !!
    P.S: Please, reply to my e-mail because I'm not part of this list !!!!
    Thanks in Advance !!
    Ilan

    Looks like either your database is not java enabled or database is not configured properly.
    You may check your database if it is Java enabled
    sqlplus sys/change_on_install
    select object_name from all_objects where object_name like 'JAVA%';
    You must see various java objects name if your database is Java enabled.
    (Result for 8.1.7.0.0 database query )
    OBJECT_NAME
    JAVA$CLASS$MD5$TABLE
    JAVA$HTTP$DEPLOYMENT$DIGEST$
    JAVA$HTTP$LOG$
    JAVA$HTTP$REALM$GROUP$
    JAVA$HTTP$REALM$ID$
    JAVA$HTTP$REALM$MAPPING$
    JAVA$HTTP$REALM$POLICY$
    JAVA$HTTP$REALM$PRINCIPAL$
    JAVA$HTTP$REALM$P_SEQ$
    JAVA$POLICY$
    JAVA$POLICY$SEQUENCE$
    JAVA$POLICY$SHARED$00000002
    JAVA$POLICY$SHARED$00000004
    JAVA$POLICY$SHARED$00000005
    JAVA$POLICY$SHARED$TABLE
    JAVA$RMJVM$AUX
    JAVA$RMJVM$AUX2
    JAVA$RMJVM$AUXI
    JAVA$RMJVM$AUXI2
    JAVASNM
    JAVASNM$
    JAVA_AUTONOMOUS_TRANSACTION
    JAVA_AUTONOMOUS_TRANSACTION
    JAVA_XA
    JAVA_XA
    JAVASNM
    JAVA_AUTONOMOUS_TRANSACTION
    JAVA_XA
    JAVA$HTTP$DEPLOYMENT$DIGEST$
    JAVA$HTTP$LOG$
    JAVA$HTTP$REALM$GROUP$
    JAVA$HTTP$REALM$ID$
    JAVA$HTTP$REALM$MAPPING$
    JAVA$HTTP$REALM$POLICY$
    JAVA$HTTP$REALM$PRINCIPAL$
    JAVA$HTTP$REALM$P_SEQ$
    JAVA$CLASS$MD5$TABLE
    JAVA$CLASS$MD5$TABLE
    38 rows selected.
    null

  • Underline and Code Insight Problem in JDev 10.1.2.0.0 (1811)

    I have just included the libraries to be able to use the MyFaces compnents in jdeveloper and everithing seemed to be working fine, until I imported a package in my case import org.apache.myfaces.custom.date.HtmlInputDate;
    The Jdev editor is underlining the line in blue telling me it cannot find the package if I declare a variable of the same type private HtmlInputDate dateFrom; I still get it underlined. funnily enough if I decide to compile it everything works fine. I'm having the same problem when using Log4J. After this happens codeinsight is not available for the underlined items.
    It seems as if the compiler can find the packages but the editor no. Am I missing something? anybody had the same problem?

    To tell you the truth I'm using a combination of 10.1.2 and 10.1.3 since the beta is still lacking the capability to handle BC4J. I'm waiting eagerly for the final release.
    As regards that document I followed the instructions to setup the 10.1.3 and followed the same guidelines to apply the same settings on 10.1.2 which has a different screen to setup the libraries. maybe I just missed out some jar files in the library setup in 10.1.2

  • Af:menu Problem in jdev 11.1.1.6 with IE 9

    I've oracle ADF fusion web application using jdev version 11.1.1.6 the template there is af:menu that contains many of af:commandmenuItem
    When I use IE9 I can't scroll down to click on commandMenuItem as the menu keep scrolling then returns to the first item.
    I must navigate using keyboard to reach to the commandMenuItem that I want.
    Please I need solution to this problem with IE.
    the menu works in firefox with no problem.

    Hi,
    according to certification matrix IE9 should be supported since 11.1.1.5.
    http://www.oracle.com/technetwork/developer-tools/jdev/index-091111.html#Browsers
    But anyhow, this may be a browser specific issue which needs to be reported to Oracle support.
    Have your tried to run your application with IE's compatibility view?
    I had similar problems with 11.1.1.4.0 (but in this version IE9 isn't officially supported)
    regards
    Peter

  • 2 problems with jDev 11.1.1.4.0

    Hi,
    I'm using JDev 11.1.1.4.0 and I'm developing a portal that consumes some portlets.
    I have 2 problems:
    1) The first one is shown when JDev starts:
    AM oracle.webcenter.portal.dt.config.PortalConfigUtil getPageTemplateFromConfig
    SEVERE:
    java.lang.NullPointerException
    +     at oracle.webcenter.portal.dt.config.PortalConfigUtil.getPageTemplateFromConfig(PortalConfigUtil.java:69)+
    +     at oracle.webcenter.portal.dt.config.PortalConfigUtil.getDefaultPageTemplate(PortalConfigUtil.java:55)+
    +     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)+
    +     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)+
    2) The second one is about the automatic code that JDev generates when the portal calls the portlet. He generates some HTML (or ADF) code that alterates the HTML page tamplate that I have. It creates a class for the body tag and, doing this, my page can't show the background image.
    It puts the portlet code into a html talble's row, and above that row it creates a row with a border (1px). In this situation I have a blue line shown that I don't want and I don't need.
    Somebody could help me to fix these problems?
    Thanks in advance

    You can't, just open a new thread on the other forum.
    The problem might be a jdev problem, the reason I would post it on the other forum is that the portal version does things not well known here...
    Timo

  • Loadjava problem

    Hi,
    I've Oracle 8.1.6 on Debian 2.2 rel.2.
    I'm trying to load java classes to my database.
    I can do it with PL/SQL package: "DBMS_JAVA".
    When I try to use command line utility: "loadjava" I get the message:
    loadjavasu: /ora/app/oracle/product/8.1.6/bin/loadjava: No such file or directory
    ls -l /ora/app/oracle/product/8.1.6/bin/loadjava-rwxr-xr-x 1 oracle oinstall 679 Feb 2 23:27 loadjava
    what's wrong? ..

    Hello,
    The problem is that the script loadjava is made to use Korn Shell.
    Assuming you haven't installed it (wich would prevent that error), edit the script, and change the first line from ksh to sh.

  • Dbms_java.loadjava problem on Oracle9i

    I'm having trouble with the dbms_java.loadjava() procedure. It completes successfully but the java class never appears in the user_objects table. If I use the standard loadjava utility everything works fine and the java class appears in the user_objects table as expected.
    I can successfully run other functions in the dbms_java package which leads me to believe that everything is ok with permissions.
    Is this an Oracle9i issue? Any ideas?
    Thank you!
    .. june

    I have the same problem... any ideas? after loading the java class, I also called DBMS_JAVA.GRANT_PERMISSION('<USER>', 'java.io.FilePermission', '<FILENAME WITH PATH>', 'read, write, exec')
    thanks
    Ranganath Samudrala

  • Problems with JDev 11g using JBOSS and ANT

    Hi,
    I'm trying to migrate to JDev 11g with JBoss ( version 7.X ) as the AppServer
    With JDev 10g all works fine with JBoss, even the Remote Debug, all OK
    here is the problems I have :
    1) ANT
    JDev doesn't save my ANT settings
    every time I launch ANT : Run Ant Target - I must set the Advance settings
    JDev 10g I only need to do that once, the settings are saved but not in the 11g, why ?
    2) persistence
    I get this error when deploying to JBoss
    16:34:50,967 INFO [org.jboss.as.server] (HttpManagementService-threads - 1) JBA
    S015870: Deploy of deployment "prod_v0.0.1_iDigital.menu.ear" was rolled back wi
    th failure message {"JBAS014771: Services with missing/unavailable dependencies"
    => ["jboss.persistenceunit.\"prod_v0.0.1_iDigital.menu.ear/iDigital.menu-WebApp
    .war#InfraModel\"jboss.naming.context.java.jdbc.stdDSMissing[jboss.persistenceun
    it.\"prod_v0.0.1_iDigital.menu.ear/iDigital.menu-WebApp.war#InfraModel\"jboss.na
    ming.context.java.jdbc.stdDS]","jboss.persistenceunit.\"prod_v0.0.1_iDigital.men
    u.ear#InfraModel\"jboss.naming.context.java.jdbc.stdDSMissing[jboss.persistenceu
    nit.\"prod_v0.0.1_iDigital.menu.ear#InfraModel\"jboss.naming.context.java.jdbc.s
    tdDS]"]}
    it seems that is something related to dependencies not well configured during build stage of the EAR, but with 10g works fine
    BTW, I can't run my project with WebLogic either, gives this error :
    <5/Abr/2013 18H27m BST> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1365182860563' for task '0'. Error is: 'weblogic.management.DeploymentException: [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: adf.oracle.domain, exact-match: false].'
    weblogic.management.DeploymentException: [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: adf.oracle.domain, exact-match: false].
         at weblogic.application.internal.flow.CheckLibraryReferenceFlow.prepare(CheckLibraryReferenceFlow.java:26)
         at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:613)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:184)
         at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:58)
         Truncated. see log file for complete stacktrace
    >
    <5/Abr/2013 18H27m BST> <Warning> <Deployer> <BEA-149004> <Failures were detected while initiating deploy task for application 'iDigital.menu'.>
    <5/Abr/2013 18H27m BST> <Warning> <Deployer> <BEA-149078> <Stack trace for message 149004
    weblogic.management.DeploymentException: [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: adf.oracle.domain, exact-match: false].
         at weblogic.application.internal.flow.CheckLibraryReferenceFlow.prepare(CheckLibraryReferenceFlow.java:26)
         at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:613)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:184)
         at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:58)
         Truncated. see log file for complete stacktrace
    can someone give me a clue ?
    thanks
    Edited by: FernandoLeite on Apr 5, 2013 10:31 AM

    I can't say many about the ant stuff, but have you tried to put the parameters in a property file and use this to get the parameters to ant?
    The reason you can't run the application on WLS is that you have not installed the adf runtime on your wls. The error 'application.xml: [Extension-Name: adf.oracle.domain, exact-match: false].' points to this.
    Timo

  • [ADF JDEV11.1.1.4] Timezone region not found problem in JDEV

    HEllo,
    I just moved my project to JDEV11.1.1.4 from 11.1.1.3.
    All is fine except for database Navigator.
    In 11.1.1.3, I was able to connect to my Oracle Database from Database Navigator Tab. I just needed to set the Java options -Duser.timezone="+01:00" to my project to resolve the timesone region not found problem when running my app onto the embedded WLS.
    In 11.1.1.4, I can run mu project fine with same Java options but I cannot anymore connect to my DB using Database Navigator.
    I got the famous ORA-01882: timezone region not found error.
    I tried adding this line into ide.conf:
    AddVMOption -Duser.timezone="+01:00"
    but still not working.
    Any idea what I should do pls?
    thx
    Jack

    OK, I made a mistake into the line:
    Adding :
    AddVMOption -Duser.timezone="+01:00"
    in ide.conf works fine.
    I just forgot to close and reopen JDEV.

  • Problem install Jdev on OSX Mountain Lion, please advice

    Hi all,
    I have been trying to install JDeveloper Suite 121200 on my MacBook Air running OSX 10.8.5 Mountain Lion for a couple of days but have not succeeded.
    I have read every install guide I've been able to find, but still haven't been able to make it work.
    Does anybody have any advice for me, I really need to install this to be able to do the assignments we get from school.
    Thanks in advance,
    Kristoffer

    Hi,
    just installed the same yesterday with no problem. Make sure you download the Generic Installer (aka the JAR installer). Then install Java 7 to your MAC and ensure its the default Java version (type java -version on the terminal). Then call java -jar <jdeveloper install file name>.jar from the directory you copied the downloaded files to (by default this is called "Download"). Wait for the installer to pop up (may take a minute) and then install JDeveloper. The install directory then has a JDeveloper / JDev folder that contain the start icon to use for starting the IDE
    Frank

  • Additional association problems in jdev 9033

    Hi,
    besides the already described problem that associations almost always need to have both accessors enabled to prevent weird nullpointer exceptions, there's an additional problem in that it takes ages to open the association wizard.
    This makes hunting missing accessors especially annoying. It sometimes takes up to 2 minutes (on a 2.4Ghz, 2Gb mem machine) to open up the association wizard.
    All other wizards pop up immediately. It's just the association wizard that misbehaves.
    Greetings,
    Ivo

    Hi Ivo,
    I took some time to try to reproduce your problems with the performance of invoking the association editor. I tried to reproduce a performance problem in both 9.0.3.2 and 9.0.3.3 using several sizes of applications and different associations and was unable to reproduce any performance problem. In researching any history of problems with the editor, I found bug 2596870 about performance problems with launching association editor on extended associations, which I filed in Sept. 2002 and verified the fix in Oct. 2002 and I have not see a regression since. I retested extended associations in jdev9033 and everything looked great. Here are my results testing performance with bc4j associations:
    Association Editor - Jdev9032 - invoked at 2:53:30 launched at 2:53:32 - 2 seconds to launch
    Association Wizard - Jdev9032 - invoked at 2:54:30 launched at 2:54:31 - less than 1 second
    Association Editor - Jdev9033 - invoked at 2:57:30 launched at 2:57:32 - less than 2 seconds to launch
    Association Wizard - Jdev9033 - invoked at 2:58:30 launched at 2:58:31 - less than 1 second
    I know that I will need a project from you and/or complete steps to reproduce the associations they are building. I have a feeling that the only way to find the errors is to try to create or use the associations you are building and cause the exceptions to throw that you reported and then invoke editors once the exceptions have altered the state of jdev. Please let me know if you'd like me to attempt to reproduce with your application.
    Thanks,
    Amy

  • Loadjava Problem (NoClassDefFoundError)

    Hello,
    I got a problem when loading the java using Loadjava command under dos prompt
    the error is:
    Exception in thread "main" java.lang.NoClassDefFoundError: oracle/lite/loadjava/Main
    How can i solve it? I have checked the classpath. It includes OLITE40.JAR already. Any other classpath should i set in the dos environment before using Loadjava command

    Check the JDK 1.3. Make sure the classpath includes the java class you want to load.

Maybe you are looking for

  • Failed to convert Clob to String by using dbms_lob.substr

    it says that the cache is not enough to do this. I would like to get some infos from two tables as a View. and one of the table contains a Clob data which is large than 4k i think. and when I tried to create the view, it says that expecting - but got

  • Cropping Photo appears to reduce image quality - but maybe not

    Hi, This morning I took some pictures of hoar frost, and then emailed a couple of them to a friend. I chose the actaul image size which said it was 3.3MB. Tonight, I was going to email them again to have them printed, so I cropped the picture (with t

  • TS2446 How to change payment method?

    I would like to change my credit card details, where to change?

  • Custom confocal question with PCI 1409 based acquisition

    We are using a PCI-1409 to acquire a high def and video rate image from a custom confocal system. We use the BNC breakout box to send in luminance, hsync and vsync from the PhotoMultiplierTube and our custom control box.  Because of the way we scan u

  • SQL LOADER-350: Syntax at Line 5

    I am receiving the following error when running SQL Loader. i want to load records only that have a value of not equal to 0.00. here is the .ctl info... load data infile 'usr5/telmars/billhist/test2.txt' append into table OPS$TELMARS.nonusg_data when