JDeveloper Build Error with JDK1.3beta

Dear JDev Team,
I have a project that uses SQLJ and has been compiling fine with both JDK1.2.2 and 1.3beta. This morning it stopped working. There have been no great code changes. Once it fails using 1.3beta it will also fail using 1.2.2.
There error message in the window is as follows. Your help would be very much appreciated, as this project cannot be built.
Many thanks,
Richard
JniPortal for D:\Program Files\JDeveloper 3.0\java1.2\jre\bin\ferrari\jvm.dll reported
InnerClasses attribute
java.lang.IncompatibleClassChangeError: InnerClasses attribute
int sqlj.runtime.profile.util.CustomizerHarness.customizeProfile(sqlj.runtime.profile.util.ProfileIOContext)
void oracle.jdeveloper.sqlj.TranslatorInternal.customizeProfiles(borland.compiler.interfaces.Log)
void oracle.jdeveloper.sqlj.TranslatorSystemImpl.customizeProfiles(borland.jbuilder.jipcbmj.portal.ComLog)
void oracle.jdeveloper.sqlj.TranslatorSystem_JavaDispatch.invoke(int, borland.javaport.JavaCallStack)

Richard,
SQLJ is not supported with JDK1.2 in JDev 3.0:
(from the release notes)
Using SQLJ under JDK 1.2
The 8.1.5 SQLJ version distributed with this release of JDeveloper only supports JDK 1.1.X, it does not run under JDK 1.2. A future version of SQLJ will support JDK 1.2
Having said that it looks like you have it working anyway :-)
There have been no great code changes. Once >it fails using 1.3beta it will also fail >using 1.2.2.Try the following :
-Locate the output directory from Project|Project Properties
-Close JDeveloper
-Go to the output directory and delete all the classes and profiles related to your SQLJ project
-Restart JDev and recompile
Hope this helps.
Regards,
Arun
null

Similar Messages

  • Random FB build errors with FXGs

    I'm having issues with random build errors.  When one of these errors occurs, it always says it has trouble with an FXG class. 
    Error text is this:
    "In initializer for 'mxmlContent', type FXGClass is not assignable to target Array element type mx.core.IVisualElement."
    This seems to be a similar problem that someone else posted: http://forums.adobe.com/thread/929171 but their solution didn't work for me.
    The solution from the linked thread, renaming/creating a duplicate of the file with the FXGs in it, didn't work.  Renaming ANOTHER file in my code base did.  One that did not contain FXGs.  (We use subversion and I systematically rolled back until the code base built error free and slowly deduced the affecting file).
    Now occasionally we are having the errors with a completely new file with an FXG icon.  The first file had FXGs delared in MXML, this new one declares it in AS.  Both FXGs are put into the layout via MXML.  Sometimes commenting it out, building, commenting back in, building works....but not always.  If we go edit some code in another file elsewhere, it will sometimes clear the error and build fine. 
    This error is driving us nuts as we have no idea what the trigger is.  We have a fair number of FXGs in the code base for visual elements.  We use common code accross Web, Desktop and Mobile projects.  Sometimes they all build fine, sometimes they all error, sometimes only some projects error.  There seems to be no consistancy when the build errors occur.
    Using Flash Builder 4.6 (on Windows 7)
    Flex SDK 4.6
    AIR SDK 3.3 (though errors occur on a Web build too)
    We've made new Workspaces and brought in the sub-versioned code and it still occurs (on two seperate machines), so it seems to point to a code base trigger.  I'm stumped where to start.  When it first started occuring, no extra FXG files or classes that refer to them were created.
    Any help would be greatly appreciated.

    I've seemed to have narrowed it down the file with the FXG Icon in it.  It seems that when I disclude the file from the project it renders correctly.  If used I get the weird compile errors.  I'm not sure why this specific file is causing this.  I'm concluding it may be a corrupted in some way and I will have to rebuild it from scratch to narrow down the issues.
    Removing the FXG from  the file itself doesn't help. 

  • C++ build error with LabVIEW DLL

    Hi, I'm a student at UC Irvine learning to use LabVIEW.  I am working on a practice project for which I have to use a PID system to control the temperature of an object.  Things are starting to get a little messy with nested control statements, loops, etc., so I figured I'd export a LabVIEW DLL with all the hard to code stuff, such as interfacing with my instruments, and plotting data or whatever, and do the number crunching and keeping track of stuff in C++.
    The DLL file I made in LabVIEW went off without a hitch as far as I can tell, but when linking it to my C++ test program (which at this point is just including the LabVIEW's .h file for the DLL and an empty main() function), I get a lot of build errors.  I am using Dev-C++ which uses g++ to compile the code.
    Here is a pic of my build errors:
    Solved!
    Go to Solution.
    Attachments:
    LabVIEW_compile_error.JPG ‏184 KB

    Normal windows apps are not as forgiving about where you can put your DLL as LabVIEW. You have to have a DLL either in the direcotry where the executable file itself resides (that would be your build directory, not the source directory), the windows or system directory, or any directory that is set in the PATH environment variable. Anythin else will most likely not work, or at least not reliably.
    No need to add the cintools directory into your include file paths nor the library file paths. you would only need that if you decided to let the DLL export native LabVIEW data types in which case you would need the LabVIEW manager functions to prepare the correct data buffers.
    Rolf Kalbermatter
    Message Edited by rolfk on 07-30-2009 07:49 AM
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • JDeveloper build application with JAAS

    Hello!
    I try to pack my application using JAAS XML. I create the .war file and it works nice. The login-form appears,
    but the problem is that the .ear file must have the orion-application.xml and the jazn-data.xml in the META-INF folder but these files remain in WEB-INF.
    Does anybody know how to pack the .ear so that the XML files are in the META-INF??
    regards
    Wolfgang

    HI
    GOOD
    GO THROUGH THIS LINK,I HOPE YOU WILL GET SOME GOOD IDEA TO BUILD APPLICATION WITH CONNECTION TO R/3.
    http://www.persistentsys.com/presentation/Java_SAP_Integration.pdf
    http://www.businessobjects.com/pdf/solutions/xi_sap_r3_solutions.pdf
    THANKS
    MRUTYUN

  • PhoneGap for iOS build error with Dreamweaver CS5.5, PhoneGap 1.2, XCode 4.2.1 (4D502)

    Hi, I was trying to build and emulate a PhoneGap project with following environment, but it failed:
    OS X Lion 10.7.2
    Adobe Dreamweaver CS5.5 (11.5 Build 5344)
    PhoneGap 1.2 (I updated from DW's original version following this instruction)
    The build of application failed to complete successfully. This is the link of the log file I got: log file
    Following is my screenshot on Application Setting:
    I wonder this may involve in updating PhoneGap to latest version. But could you help me pass this problem?

    Hi Peter, Thank you for your solution.
    First of all, it is very good that your error log and mine one is same. But I found the line you mentioned in Camera.h file already code like this:
    @property (nonatomic) enum DestinationType returnType;
    So I wonder do I need to remove 'enum' or not. Could you give me any suggestion?

  • Errors with JDK1.4 and IS 5.1

    has anyone experienced problems using JDK1.4 with IS 5.1 and AM SDK ?
    I get JSS errors Key is null
    appears to be problems with the org.mozilla.jss packages
    do they need to be updated to a newer release for jdk14 ?
    i tried renaming the jss311.jar.jdk14 to jss311.jar but it did not make a difference
    I am running Solaris 8

    just compile u idl with visibroker under jdk1.3 and get the jar file. then use this jar file, implement the server and client. i tried it before.

  • DC Build Error with Web Dynpro Project

    Hi,
    I have created a DC Project and migrated all the local Web Dynpro project to the DC project which is connected to NWDI.
    When I performed a Development Component Build, I am getting tons of errors like this :
    C:\Documents and Settings\mlee20\.dtc\1\t\E9C452A69844E0F9849D478F81878AB9\gwd\packages\com\bhpb\totalcomp\TestConnect.java:26: package com.sap.ip.bi.sdk.dac.result.model does not exist
    import com.sap.ip.bi.sdk.dac.result.model.BITableItem;
                                              ^
    C:\Documents and Settings\mlee20\.dtc\1\t\E9C452A69844E0F9849D478F81878AB9\gwd\packages\com\bhpb\totalcomp\TestConnect.java:27: package com.sapportals.connector.connection does not exist
    import com.sapportals.connector.connection.IConnectionFactory;
                                               ^
    C:\Documents and Settings\mlee20\.dtc\1\t\E9C452A69844E0F9849D478F81878AB9\gwd\packages\com\bhpb\totalcomp\TestConnect.java:28: package com.sapportals.connector.connection does not exist
    import com.sapportals.connector.connection.IConnectionSpec;
                                               ^
    C:\Documents and Settings\mlee20\.dtc\1\t\E9C452A69844E0F9849D478F81878AB9\gwd\packages\com\bhpb\totalcomp\WealthView.java:25: package com.sap.security.api does not exist
    import com.sap.security.api.;*
    ^
    C:\Documents and Settings\mlee20\.dtc\1\t\E9C452A69844E0F9849D478F81878AB9\gwd\packages\com\bhpb\totalcomp\WealthView.java:29: package com.bhpb.bi does not exist
    import com.bhpb.bi.BITable;
                       ^
    I have included a jar file BIWrapper.jar in the lib folder....
    Does it mean that some of the dependencies jar files is needed in the NWDI?
    For anyone help please.
    Thanks.

    Hi,
    Create an Dc of type external library which contains the BI Wrapper
    and refer this dc from your WD.
    This blog will help you in creating external /people/valery.silaev/blog/2005/09/14/a-bit-of-impractical-scripting-for-web-dynpro
    Regards
    Ayyapparaj

  • App Builder error with app icons

    never seen this error before…
    all the icon names are unique, I've always named then 29x29.png 512x512.png etc
    I'm also only building this for iPad, so also confused about the iPhone ref. Anyone seen this error before??
    Cheers
    Alistair

    Custom slot labels are the optional navigation buttons (such as "Store," "FAQ," etc.) that enterprise publishers can add to their apps. It's not related to the standard app icons.
    Are you building an app using an Enterprise account? If not, there's a bug we'll need to look at. If so, check the Customized XML Strings (?) option in the advanced settings of the App Details pane. Delete or re-create the XML file.

  • Ant build error with examples

    I have just set up wlserver 6.1 on Linux. I am trying to get one of the examples
    working. I am using ant to build the example. I do the following:
    cd /opt/bea/wlserver6.1/config/examples
    . ./setExamplesEnv.sh
    cd /opt/bea/wlserver6.1/samples/examples/ejb20/basic/containerManaged
    /opt/bea/wlserver6.1/bin/ant all
    Skipping over the intial output which is successful, I then get:
    ejbc:
    [java] <Nov 11, 2001 10:23:00 PM EST> <Warning> <EJB> <EJB Deployment: cont
    ainerManaged has a class examples.ejb20.basic.containerManaged.AccountHome which
    is in the classpath. This class should only be located in the ejb-jar file.>
    [java] <Nov 11, 2001 10:23:00 PM EST> <Warning> <EJB> <EJB Deployment: cont
    ainerManaged has a class examples.ejb20.basic.containerManaged.Account which is
    in the classpath. This class should only be located in the ejb-jar file.>
    [java]
    [java] ERROR: Error from ejbc: Installation file /lib/persistence/persisten
    ce.install does not exist. Could not initialize EJB container managed persistenc
    e.
    [java] ERROR: ejbc found errors
    [java] Java Result: 1
    compile_webapp:
    BUILD FAILED
    /opt/bea/wlserver6.1/samples/examples/ejb20/basic/containerManaged/build.xml:62:
    destination directory "/config/examples/applications/examplesWebApp/WEB-INF/cla
    sses" does not exist or is not a directory
    Total time: 27 seconds
    Anyone have any ideas what's going on?
    chris

    Using "env.<VARIABLE>" is not needed because <property
    file="../../../../examples.properties"/> sources in the appropriately
    assigned variables need within the build script. Although it looks like the
    proper steps were taken, I'm not so sure the examples environment was set up
    completely.
    Another thought is that within examples.properties, the ${WL_HOME} is not
    properly substituted in a Linux environment.
    -Chris
    "Chris Cobb" <[email protected]> wrote in message
    news:[email protected]...
    >
    To answer my own question, build.xml is broken because it is not
    putting an env. prefix on the environmental variables. This
    patch fixes it:
    --- begin patch ---
    *** build.xml Sun Nov 11 23:14:17 2001
    --- build.xml.orig Sun Nov 11 23:12:31 2001
    *** 43,52 ****
    <!-- Run ejbc to create the deployable jar file -->
    <target name="ejbc" depends="jar_ejb">
    <java classname="weblogic.ejbc" fork="yes">
    ! <sysproperty key="weblogic.home" value="${env.WL_HOME}"/>
    ! <arg line="-compiler javac${dist}/std_ejb20_basic_containerManaged.jar
    ${env.APPLICATIONS}/ejb20_basic_containerManaged.jar"/>
    <classpath>
    ! <pathelementpath="${env.WL_HOME}/lib/weblogic_sp.jar;${env.WL_HOME}/lib/weblogic.jar"/>
    </classpath>
    </java>
    </target>
    --- 43,52 ----
    <!-- Run ejbc to create the deployable jar file -->
    <target name="ejbc" depends="jar_ejb">
    <java classname="weblogic.ejbc" fork="yes">
    ! <sysproperty key="weblogic.home" value="${WL_HOME}"/>
    ! <arg line="-compiler javac${dist}/std_ejb20_basic_containerManaged.jar
    ${APPLICATIONS}/ejb20_basic_containerManaged.jar"/>
    <classpath>
    ! <pathelementpath="${WL_HOME}/lib/weblogic_sp.jar;${WL_HOME}/lib/weblogic.jar"/>
    </classpath>
    </java>
    </target>
    *** 56,62 ****
    App-->
    <target name="compile_webapp">
    <javac srcdir="${source}"
    ! destdir="${env.EX_WEBAPP_CLASSES}"
    includes="Servlet.java, Account.java, AccountHome.java,
    ProcessingErrorException.java"
    />
    --- 56,62 ----
    App-->
    <target name="compile_webapp">
    <javac srcdir="${source}"
    ! destdir="${EX_WEBAPP_CLASSES}"
    includes="Servlet.java, Account.java, AccountHome.java,
    ProcessingErrorException.java"
    />
    *** 65,71 ****
    <!-- Compile EJB interfaces & client app into the clientclassesdirectory
    -->
    <target name="compile_client">
    <javac srcdir="${source}"
    ! destdir="${env.CLIENT_CLASSES}"
    includes="Account.java, AccountHome.java,ProcessingErrorException.java,
    Client.java"
    />
    --- 65,71 ----
    <!-- Compile EJB interfaces & client app into the clientclassesdirectory
    -->
    <target name="compile_client">
    <javac srcdir="${source}"
    ! destdir="${CLIENT_CLASSES}"
    includes="Account.java, AccountHome.java,ProcessingErrorException.java,
    Client.java"
    />
    --- end patch ---
    Chris
    "Chris Cobb" <[email protected]> wrote:
    I have just set up wlserver 6.1 on Linux. I am trying to get one of
    the examples
    working. I am using ant to build the example. I do the following:
    cd /opt/bea/wlserver6.1/config/examples
    . ./setExamplesEnv.sh
    cd /opt/bea/wlserver6.1/samples/examples/ejb20/basic/containerManaged
    /opt/bea/wlserver6.1/bin/ant all
    Skipping over the intial output which is successful, I then get:
    ejbc:
    [java] <Nov 11, 2001 10:23:00 PM EST> <Warning> <EJB> <EJB
    Deployment:
    cont
    ainerManaged has a classexamples.ejb20.basic.containerManaged.AccountHome
    which
    is in the classpath. This class should only be located in the ejb-jar
    file.>
    [java] <Nov 11, 2001 10:23:00 PM EST> <Warning> <EJB> <EJBDeployment:
    cont
    ainerManaged has a class examples.ejb20.basic.containerManaged.Account
    which is
    in the classpath. This class should only be located in the ejb-jar file.>
    [java]
    [java] ERROR: Error from ejbc: Installation file/lib/persistence/persisten
    ce.install does not exist. Could not initialize EJB container managed
    persistenc
    e.
    [java] ERROR: ejbc found errors
    [java] Java Result: 1
    compile_webapp:
    BUILD FAILED
    /opt/bea/wlserver6.1/samples/examples/ejb20/basic/containerManaged/build.xml:62:
    destination directory"/config/examples/applications/examplesWebApp/WEB-INF/cla
    sses" does not exist or is not a directory
    Total time: 27 seconds
    Anyone have any ideas what's going on?
    chris

  • ES Builder error with SLD - COULD_NOT_READ_SWCV

    Hello,
       I have SAP EHP1 For SAP NW CE7.1. Im trying to Display the list of "software component versions" of the SLD in the ES Builder, but it shows me the following error: "Coud not read list of software component versions from SLD - COULD_NOT_READ_SWCV - User credentials are invalid or users is denied access".
      Please, any idea?
    Thanks
    MG
    Edited by: Mario Galvis Guerrero on Dec 24, 2009 12:09 AM

    Hello,
      Here is the complete log trace of the problem,
    ====================================================================
    = Root Exception ===================================================
    ====================================================================
    Thrown:
    com.sap.aii.ib.core.sldAccess.SldProcessException: Could not read list of software component versions from SLD
         at com.sap.aii.ibrep.server.sldaccess.interfaces.RepSldAccessServiceImpl.getSwcvLinks(RepSldAccessServiceImpl.java:92)
         at com.sap.aii.ib.server.sldaccess.SldAccessServiceBean.getSwcvLinks(SldAccessServiceBean.java:62)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.sap.engine.services.ejb3.runtime.impl.RequestInvocationContext.proceedFinal(RequestInvocationContext.java:46)
         at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:166)
         at com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatesTransition.invoke(Interceptors_StatesTransition.java:19)
         at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
         at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Resource.invoke(Interceptors_Resource.java:71)
         at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
         at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Transaction.doWorkWithAttribute(Interceptors_Transaction.java:38)
         at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Transaction.invoke(Interceptors_Transaction.java:22)
         at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
         at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:189)
         at com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatelessInstanceGetter.invoke(Interceptors_StatelessInstanceGetter.java:16)
         at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
         at com.sap.engine.services.ejb3.runtime.impl.Interceptors_SecurityCheck.invoke(Interceptors_SecurityCheck.java:21)
         at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
         at com.sap.engine.services.ejb3.runtime.impl.Interceptors_ExceptionTracer.invoke(Interceptors_ExceptionTracer.java:16)
         at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
         at com.sap.engine.services.ejb3.runtime.impl.DefaultInvocationChainsManager.startChain(DefaultInvocationChainsManager.java:133)
         at com.sap.engine.services.ejb3.runtime.impl.DefaultEJBProxyInvocationHandler.invoke(DefaultEJBProxyInvocationHandler.java:164)
         at $Proxy1858.getSwcvLinks(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.sap.engine.services.rmi_p4.P4DynamicSkeleton.dispatch(P4DynamicSkeleton.java:234)
         at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:355)
         at com.sap.engine.services.rmi_p4.server.ServerDispatchImpl.run(ServerDispatchImpl.java:69)
         at com.sap.engine.services.rmi_p4.P4Message.process(P4Message.java:67)
         at com.sap.engine.services.rmi_p4.P4Message.execute(P4Message.java:41)
         at com.sap.engine.services.cross.fca.FCAConnectorImpl.executeRequest(FCAConnectorImpl.java:977)
         at com.sap.engine.services.rmi_p4.P4Message.process(P4Message.java:57)
         at com.sap.engine.services.cross.fca.MessageReader.run(MessageReader.java:55)
         at com.sap.engine.core.thread.execution.Executable.run(Executable.java:109)
         at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:314)
    Serialized cause: com.sap.lcr.api.cimclient.LcrException: User credentials are invalid or user is denied access
         at com.sap.lcr.api.sapmodel.JavaCIMObjectAccessor.enumerateInstances(JavaCIMObjectAccessor.java:224)
         at com.sap.lcr.api.sapmodel.SAP_SoftwareComponentAccessor.enumerateInstances(SAP_SoftwareComponentAccessor.java:201)
         at com.sap.lcr.api.sapmodel.SAP_SoftwareComponentAccessor.enumerateSAP_SoftwareComponentInstances(SAP_SoftwareComponentAccessor.java:234)
         at com.sap.aii.ibrep.server.sldaccess.interfaces.RepSldAccessServiceImpl.getSwcvLinks(RepSldAccessServiceImpl.java:40)
         ... 38 more
    Thanks
    MG

  • Release build error with ANE "AOT Compilation has failed while optimizing function"

    I'm trying to use the ChartBoost ANE which can be downloaded here https://github.com/freshplanet/ANE-Chartboost
    When I do an Ad-hoc release build It keeps crashing and giving me the error below when packaging for iOS. But if I do a debug build that's a "fast" or "standard" build it compiles fine, and I can even see the ads.
    Why would it crash when doing a release build? Does this ANE need an update?
    I'm using FB 4.7 and AIR 3.8. Specifically, Apache Flex 4.10 Air 3.8
    If I remove this 1 line of the Chartboost ANE code "AirChartboost.getInstance().showInterstitial();", the release build compiles fine and I can put it on the test iOS device.
    "Error occurred while packaging the application:
    AOT Compilation has failed while optimizing function public::AdsHelper.showFullscreenAd
    Exception in thread "main" java.lang.NullPointerException
    at java.util.TreeMap.getEntry(TreeMap.java:324)
    at java.util.TreeMap.containsKey(TreeMap.java:209)
    at adobe.abc.GlobalOptimizer.sccp_eval(GlobalOptimizer.java:6150)
    at adobe.abc.GlobalOptimizer.sccp_analyze(GlobalOptimizer.java:6019)
    at adobe.abc.GlobalOptimizer.sccp(GlobalOptimizer.java:4733)
    at adobe.abc.GlobalOptimizer.optimize(GlobalOptimizer.java:3615)
    at adobe.abc.GlobalOptimizer.optimize(GlobalOptimizer.java:2309)
    at adobe.abc.LLVMEmitter.optimizeABCs(LLVMEmitter.java:534)
    at adobe.abc.LLVMEmitter.generateBitcode(LLVMEmitter.java:343)
    at com.adobe.air.ipa.AOTCompiler.convertAbcToLlvmBitcodeImpl(AOTCompiler.java:611)
    at com.adobe.air.ipa.BitcodeGenerator.main(BitcodeGenerator.java:104)
    Compilation failed while executing : ADT"

    I just encountered this error when building ad-hoc package, say that:
    Error occurred while packaging the application:
    AOT Compilation has failed while optimizing function apackage::AClass.aFunction
    After several tries It turns out that the error was because the function aFunction has a return before some other code (for testing). I commented the code after the return then the packaging works fine.
    FYI.

  • Ridiculous bug in oracle jdeveloper compiler ojc with jdk1.4

    With simple class:
    public class Test
    public Test()
    public String toString()
    return null;
    public static void main(String[] args) throws Exception
    Test test = new Test();
    System.out.println("ooo" + test);
    After compile it with ojc (ojc Test.java) and run it with jdk 1.4.1_01 (java Test), it throws
    java.lang.NullPointerException
    at java.lang.String.concat(String.java:1541)
    But it works ok if compile it with standard java compiler(javac).

    Hi,
    Thanks for reporting this. It's a bug. I've logged it as 2809860, and you can track this on metalink.oracle.com.
    Brian
    JDev Team

  • Strange error with JDK1.3.1

    Hey,
    I wrote +/- 25 classes, which all compiled without any error.
    Fine so far.
    When I add another class, who uses these classes, I get the error :
    Controle.java:175: Cannot resolve symbol
    symbol: variable out
    location: Class System
    System.out.println("SQL error.);
    ^
    (The ^ is pointing at the point between System and out)
    I got all these classes in one folder.
    How come that the compiler didn't found the System class and its methods/variables?
    Could anyone help me?
    TIA;
    Marlox
    [email protected]

    Well, there's no end quotation mark after your print statement. Could that be causing the problem?
    Michael Bishop

  • Tab Control Property Node gives a build error when used in a VI for LabVIEW PDA

    Hello,
        Iam new to LabVIEW development & need help regarding this:
        We are trying to port a LabVIEW application from desktop to a Windows Mobile PDA. Please note that the LabVIEW application works fine on the desktop. In one of the VIs, a Tab control property node is used which gives a build error with LabVIEW PDA project. A sample VI which shows the problem & the error list snapshot is attached with this post. Can anyone please suggest an alternate approach to achieve the same functionality with LabVIEW PDA? Waiting for an early response from anyone...
    Thanks & Regards,
    Subhashini
    Attachments:
    VI_Error.zip ‏31 KB

    Hello Ton,
        Am glad that i got a response, thanks. The following links indicate that Tab control is supported on PDA target:
    http://digital.ni.com/public.nsf/allkb/CBA335641E27B858862571490015EA88?OpenDocument
    http://forums.ni.com/ni/board/message?board.id=170&message.id=221507&requireLogin=False
        I feel that the Tab control property node that has been used in the VI (which is attached earlier) may not be supported on the PDA target. Can u (or any LabVIEW expert) suggest an alternate approach to achieve the same goal with LabVIEW PDA (changing colour of Tab control pages programatically)??
        I had missed out some details earlier: We are using LabVIEW 8.5 PDA module on a Windows Mobile PDA.
    Thanks & Regards,
    Subhashini

  • Install problem JDeveloper 12c (12.1.2.0.0) (Build 6668) with Generic Installer on windows

    Hi,
    I am trying to install JDeveloper 12c (12.1.2.0.0) (Build 6668) with Generic Installer on windows .
    C:\Program Files\Java\jdk1.7.0_25\bin>java -jar C:\jdev_suite_121200.jar
    I get the following error :
    Extracting files................................................................
    Unsupported platform (unable to determine the startup directory location).
    The Oracle Universal Installer failed.  Exiting.
    When I try with windows install ( right click jdev_suite_121200_win32.exe and "run as administrator") , I get the following error:
    ERROR Launch:No such file or directory
    In the discussion (https://forums.oracle.com/thread/2573396?start=0&tstart=0) , it is said to be solved by "running as administrator" but it didn't work for me ...
    Thanks ...

    Hi,
      Can you please tell whether you are using 32-bit or 64-bit windows.
      If it is 64-bit then you must run as administrator. In Windows 7x64, just right click on the jDeveloper exe and choose "run as administrator..."
      Remove the existing Oracle folder and restart the system.
      Try to install in new drive.
      Oracle Fusion Middleware Installation Guide for Oracle JDeveloper - 11g Release 2 (11.1.2.4.0) Hope this link will give you more idea in installation.
    Thanks
    Pramila
    Message was edited by: d6866663-7e0d-4497-89df-99f670c41872

Maybe you are looking for

  • How can I locate, uninstall Quicktime and iTunes in order to reinstall?

    Installed iTunes and Quicktime and bought music. Then tried to access a couple of week later. From iTunes got message 'the feature you are trying to use is on a network resource that is unavailable'. Quicktime says 'Error 46: could not load or find t

  • Scratch Disc Questions using Firewire External Drive & Imac

    Hello. I've read through the existing questions regarding scratch disc and Photoshop, yet can't seem to find an answer to my questions. I would greatly appreciate any tips/advice. Here is my setup and situation: I am running an iMac with a 2.16 intel

  • APPCRASH on printer driver extraction

    I have a PhotoSmart D110 and am using Windows 7 Home Premium 64 bit.  I have tried using the HP Printer Install Wizard that was recommended on this site and have tried both the full and basic versions of the driver software.  No matter what I try, th

  • How will in-process PR's be approved after we turn on AME?

    Hi - we will be implementing AME for PRs/iProcurement soon. What will happen to PR's that are in-progress under the old approval method when we turn on AME? Do the in-progress PR's continue to use the "old" approval routing, and just PR's created aft

  • Bank Directory and house bank?

    Hello, i am a bit confused on Bank master data and house bank and also what is bank directory? according to my understanding bank directory is a list of all the bank's across the global no matter our company uses them or no. bank master data is the b