Return of the linking error while build

Hi everyone.
I am trying to manage to install Cyrus Sasl to make it work later with postfix.
But during the make I got those errors:
../lib/.libs/libsasl2.so: undefined reference to `dlclose@SISCD_2.3'
../lib/.libs/libsasl2.so: undefined reference to `dlsym@SISCD_2.3'
../lib/.libs/libsasl2.so: undefined reference to `dlopen@SISCD_2.3'
../lib/.libs/libsasl2.so: undefined reference to `gethostname@SUNWprivate_1.1'
../lib/.libs/libsasl2.so: undefined reference to `dlerror@SISCD_2.3'
collect2: ld returned 1 exit status
make[2]: *** [client] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
This is an already known issue on this forum: http://forums.sun.com/thread.jspa?forumID=844&threadID=5073533
The problem is that none of the wallkaround worked for me:
Here they are:
"build_libtool_need_lc=yes
to:
# Whether or not to add -lc for building shared libraries.
build_libtool_need_lc=no "
This walkaround didn't worked as there is no options with build_libtool_need_lc=yes in the libtool file for me.
But even if i set it to "no" nothing changed.
=================================================================
Deleting all -lc and -ldl in the file walkaround:
I've made a grep -i -n "ldl" libtool
and it seems that there is no -ldl in the libtool file
For the -lc option the grep displayed me:
347:# Only set LANG and LC_ALL to C if already set.
351:if test "${LC_ALL+set}" = set; then
352: save_LC_ALL="$LC_ALL"; LC_ALL=C; export LC_ALL
662: # Calculate the filename of the output object if compiler does
1348: if test "$arg" = "-lc"; then
1803: # calculate the name of the file, without its directory
1973: # Calculate the version variables.
2096: deplibs="$deplibs -lc"
2275: if $echo "X $deplibs" | $Xsed -e 's/ -lc$//' \
4023: if test "${save_LC_ALL+set}" = set; then
4024: LC_ALL="$save_LC_ALL"; export LC_ALL
I'm not sure but if i delete the -lc at the line 2096 and 2275 are independant of my problem isn't it ?
==========================================================================
There was also a solution which says to patch the elflink.c file (dunno what the files use) but I didn't find on my SunOs 10.
=============================================================================
Finally i tried to change the gnu ld (GNU ld version 2.15 Supported emulations:elf32_sparc elf64_sparc) to try with the sun ld (ld: Software Generation Utilities - Solaris Link Editors: 5.10-1.490) by changing in the libtool file the LD= options, deleting the --with-gnu-ld option. And this failed to.
Can anyone knows where i make a mistake in these walkarounds ?
Thanks a lot for your help.

Sorry for my bad english, i don't speak englsih very well.

Similar Messages

  • Linker Error while building files refering to NI-DAQ API

    Software: MATLAB 5.3
    O/S : Windows 98
    C Compiler : Microsoft VC++ 6.0
    We are trying to make an executable of an Application involving both of MatLab and C Files
    The file SCANsingleBufSync2.c is C program calling National Instruments NI-DAQ API's. This C program is called by displayCnt3.m,a MatLab Program. Both of the files are individually compiled using
    mcc -x SCANsingleBufSync2.c, ...
    That works fine.
    When trying to make a build , using
    mcc -B sgl displayCnt3 SCANsingleBufSync2.c
    it is throwing the following error.(pl. refer section at end)
    Basically it is not able to do Link. The MatLab path has been set to look into the NI-DAQ .dlls
    C:\Program Files\National Instruments\Ni-daq\Includes and
    C:\Program Files\National Instruments\Ni-daq\Lib
    Also the Windows path has been set to the above two directories through the autoexec.bat.
    Suggestions Please,
    Thanks in advace,
    MOHANDAS
    � mcc -B sgl displayCnt3 SCANsingleBufSync2.c
    SCANsingleBufSync2.obj : error LNK2001: unresolved external symbol _DAQ_VScale@40
    SCANsingleBufSync2.obj : error LNK2001: unresolved external symbol _SCAN_Demux@16
    SCANsingleBufSync2.obj : error LNK2001: unresolved external symbol _SCAN_Op@40
    SCANsingleBufSync2.obj : error LNK2001: unresolved external symbol _NIDAQErrorHandler@12
    SCANsingleBufSync2.obj : error LNK2001: unresolved external symbol _Timeout_Config@8
    displayCnt3.obj : error LNK2001: unresolved external symbol _MdisplayCnt3_SCANsingleBufSync2
    displayCnt3.exe : fatal error LNK1120: 6 unresolved externals
    MBUILD.BAT: Link of 'displayCnt3.exe' failed.
    mcc -B sgl displayCnt counter.c
    counter.obj : error LNK2001: unresolved external symbol _Select_Signal@16
    counter.obj : error LNK2001: unresolved external symbol _GPCTR_Change_Parameter@16
    counter.obj : error LNK2001: unresolved external symbol _GPCTR_Set_Application@12
    counter.obj : error LNK2001: unresolved external symbol _NIDAQErrorHandler@12
    counter.obj : error LNK2001: unresolved external symbol _GPCTR_Control@12
    counter.obj : error LNK2001: unresolved external symbol _GPCTR_Config_Buffer@20
    counter.obj : error LNK2001: unresolved external symbol _Set_DAQ_Device_Info@12
    counter.obj : error LNK2001: unresolved external symbol _NIDAQYield@4
    counter.obj : error LNK2001: unresolved external symbol _GPCTR_Read_Buffer@36
    displayCnt.exe : fatal error LNK1120: 9 unresolved externals
    MBUILD.BAT: Link of 'displayCnt.exe' failed.

    I'm not very familiar with MATLAB, but you are getting link errors most likely because you aren't linking in the .LIB files for NI-DAQ properly. They are nidaq32.lib and nidex32.lib in the NI-DAQ\lib directory. They need to be linked in with the code to resolve these symbols.
    Best Regards,
    Chris Matthews
    National Instruments

  • Error while building SUP based iphone client application

    Hi,
    I am getting the following error while building the application for iphone simulator. I tried by changing search path settings and added libraries to Link binary search path.I really stuck here. Any body please help me how to solve it.
    Undefined symbols for architecture i386:
    "_OBJC_CLASS_$_SUPMessageClient", referenced from:
    objc-class-ref in SUP101AppDelegate.o
    "_OBJC_CLASS_$_MBOLogger", referenced from:
    objc-class-ref in SUP101AppDelegate.o
    objc-class-ref in SUP101CallbackHandler.o
    Thanks in advance
    Bala

    Hi Rockky/Wang
                    I have added the following libraries to "Link Binary with Libraries" . I am using xcode 4.0.2 , SDK 4.3 and MAC-OS 10.6 . Libraries are belongs to  SUP 1.5.5. simulator-- iphonesimulator 4.3
    AddressBook.framework
    CoreFoundation.framework
    QuartzCore.framework
    Security.framework
    libicucore.A.dylib
    libstdc++6.dylib
    libz.1.2.3.dylib
    libclientrt.a
    libMO.a
    libSUPObj.a
    After adding all these libraries automatically added path to "Link search path" as follows
    $(inherited)
    "$(DEVELOPER_DIR)/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/usr/lib"
    "$(SRCROOT)/../../../libs/Debug-iphonesimulator"
    Header search path i have given as following
    "/Users/RavuriB/includes/**"
    "/Users/RavuriB/TravelRequestMAP/Generated Code/**"
    Still i am getting the same error
    Undefined symbols for architecture i386:
      "_OBJC_CLASS_$_MBOLogger", referenced from:
          objc-class-ref in SUP101CallbackHandler.o
      "_OBJC_METACLASS_$_SUPDefaultCallbackHandler", referenced from:
          OBJCMETACLASS_$_SUP101CallbackHandler in SUP101CallbackHandler.o
      "_OBJC_CLASS_$_SUPDefaultCallbackHandler", referenced from:
          OBJCCLASS_$_SUP101CallbackHandler in SUP101CallbackHandler.o
    ld: symbol(s) not found for architecture i386
    collect2: ld returned 1 exit status
    i tried by changing paths differently but no luck.
    is that  SUP 1.5.5 version is suitable for the xcode version and SDK?. Am I forgot to add any frameworks ? or any thing i need to change. I am really stuck at this problem . Can you  Please help me to come out of this problem.
    Thanks & Regards
    Bala

  • Error while building the installer

    Hello,
    I got following Error while building installer. Can anybody please tell me what is going wrong. Thanks
    CDK_Build_Invoke.vi.ProxyCaller >> CDK_Build_Invoke.vi >> CDK_Engine_Main.vi >> CDK_Engine_BuildDevPart.vi >> NI_MDF.lvlib:MDFBuildDevPart_Open.vi
    Loading product deployment information
    Loading product deployment information
    Adding files to installer
    *** Error: Windows SDK function returned an error. (Error code -12)
    Error accessing build path "D:\Project\QDAS \Builds\QDAS\".
    Error creating directory "D:\Project\QDAS \Builds\QDAS\".
    The system cannot find the path specified.
    *** End Error Report

    Hi labviewer,
    This error can be due to many different reasons, can you give more details as to what you are attempting to do in your application, what software, if any, you are using in addition to LabVIEW, any additional installers etc. 
    Message Edited by TMC-NI on 04-27-2008 09:06 PM

  • Failed: DDXM_S18005: An error occurred in the PrepareTOC phase while building TableOfContents .

    When using DDX to merge certain pdf files, we get the following error:
    failed: DDXM_S18005: An error occurred in the PrepareTOC phase while building <TableOfContents>. Cause given.
    We are running Coldfusion 9.0.1 on a Windows Server 2008 R2 64-bit server.
    The error occurs only on certain pdf files, and only if we include them in the table of contents.
    There was a similar bug in Coldfusion 8 that was fixed, but it looks like it's come back again in Coldfusion 9.
    merge.cfm:
    <CFLOOP LIST="merge_no_toc.ddx,merge_toc.ddx" INDEX="ddx">
        <CFLOOP LIST="good.pdf,bad.pdf" INDEX="pdf">
            <CFSET inputStruct = StructNew()>
            <CFSET StructInsert(inputStruct, "In1", pdf)>
            <CFSET StructInsert(inputStruct, "In2", pdf)>
            <CFSET outputStruct = StructNew()>
            <CFSET outputStruct.Out1 = "merged.pdf">
            <CFPDF ACTION="processddx" DDXFILE="#ddx#" INPUTFILES="#inputStruct#" OUTPUTFILES="#outputStruct#" NAME="merge"></CFPDF>
            <CFOUTPUT>#DDX# with #pdf#:</CFOUTPUT>
            <CFDUMP VAR="#merge#">
            <BR />
        </CFLOOP>
    </CFLOOP>
    merge_toc.ddx
    <?xml version="1.0" encoding="UTF-8" ?>
    <DDX xmlns="http://ns.adobe.com/DDX/1.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ns.adobe.com/DDX/1.0/ coldfusion_ddx.xsd">
        <PDF result="Out1">
            <TableOfContents bookmarkTitle="Table Of Contents" maxBookmarkLevel="1" includeInTOC="false">
                <Header>
                    <Center>
                        <StyledText>
                            <p color="black" font-size="16pt">Table of Contents</p>
                            <p />
                            <p />
                        </StyledText>
                    </Center>
                </Header>
            </TableOfContents>
            <PDF source="In1" bookmarkTitle="1" includeInTOC="true">
                <PageLabel mode="Define" start="_PageNumber"/>
            </PDF>
            <PDF source="In2" bookmarkTitle="2" includeInTOC="true">
                <PageLabel mode="Define" start="_PageNumber"/>
            </PDF>
        </PDF>
    </DDX>
    merge_no_toc.ddx
    <?xml version="1.0" encoding="UTF-8" ?>
    <DDX xmlns="http://ns.adobe.com/DDX/1.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ns.adobe.com/DDX/1.0/ coldfusion_ddx.xsd">
        <PDF result="Out1">
            <TableOfContents bookmarkTitle="Table Of Contents" maxBookmarkLevel="1" includeInTOC="false">
                <Header>
                    <Center>
                        <StyledText>
                            <p color="black" font-size="16pt">Table of Contents</p>
                            <p />
                            <p />
                        </StyledText>
                    </Center>
                </Header>
            </TableOfContents>
            <PDF source="In1" bookmarkTitle="1" includeInTOC="false">
                <PageLabel mode="Define" start="_PageNumber"/>
            </PDF>
            <PDF source="In2" bookmarkTitle="2" includeInTOC="false">
                <PageLabel mode="Define" start="_PageNumber"/>
            </PDF>
        </PDF>
    </DDX>
    The resulting output:
    The "bad" pdf is a perfectly normal PDF with the Helvetica font (this is what the copier does).
    The "good" pdf is a perfectly normal PDF from a different copier, without the Helvetica font.
    The fonts available, as listed by the ColdFusion Administration page, include ArialMT and Helvetica:
    The good and bad pdf files, as well as the ddx and cfm files can be downloaded here if you want to run it yourself:  http://dl.dropbox.com/u/55552656/merge.zip

    https://bugbase.adobe.com/index.cfm?event=bug&id=3192782
    I learned about the 8.0.1 part from here:
    http://www.designovermatter.com/post.cfm/failed-ddxm-s18005-an-error-occurred-in-the-prepa retoc-phase-while-building-tableofcontents

  • Linking error while trying to connect to 10 g oracle db through OCCI

    Hello experts,
    Iam getting a linking error while trying to connect to 10 g through OCCI.I've tried both available Instant client versions,But no luck.now, I am using instant client 11.2.0.2 with visual studio 2005 and oracle 10 g on 32 bit XP. I get "*The procedure entry point OCILobSetContentType could not be located in the dynamic link library OCI.dll*" linking error
    How can i fix this error
    Thanks in advance..
    Regards,
    Srihari

    Hello,
    Please ensure that you are using correct PATH and ORACLE_HOME settings - for example if IC 11202 is installed in
    c:\oracle\11202\instantclient_112
    execute on commandline
    ORACLE_HOME=c:\oracle\11202\instantclient_112
    PATH=%ORACLE_HOME%;%ORACLE_HOME%\bin;%PATH%
    before starting VS2005 from commandline - or generate a commandscript
    Inside VS2005 please ensure that you are picking up the libraries from
    %ORACLE_HOM%\oci\lib\msvc\v8\*
    furtheron, copy the
    %ORACLE_HOM%\oci\lib\msvc\v8\*.dll
    to %ORACLE_HOME% - otherwise by default the v9 ar picked up (copied during installation)
    When this has been done, build the code and test - should work
    regards,
    Frank
    Edited by: fscherie on 11.01.2012 12:41

  • Error while building execution plan

    Hi, I'm trying to create an execution plan with container EBS 11.5.10 and subject area Project Analytics.
    I get this error while building:
    PA-EBS11510
    MESSAGE:::group TASK_GROUP_Load_PositionHierarchy for SIL_PositionDimensionHierarchy_PostChangeTmp is not found!!!
    EXCEPTION CLASS::: java.lang.NullPointerException
    com.siebel.analytics.etl.execution.ExecutionPlanDesigner.getExecutionPlanTasks(ExecutionPlanDesigner.java:818)
    com.siebel.analytics.etl.execution.ExecutionPlanDesigner.design(ExecutionPlanDesigner.java:1267)
    com.siebel.analytics.etl.client.util.tables.DefnBuildHelper.calculate(DefnBuildHelper.java:169)
    com.siebel.analytics.etl.client.util.tables.DefnBuildHelper.calculate(DefnBuildHelper.java:119)
    com.siebel.analytics.etl.client.view.table.EtlDefnTable.doOperation(EtlDefnTable.java:169)
    com.siebel.etl.gui.view.dialogs.WaitDialog.doOperation(WaitDialog.java:53)
    com.siebel.etl.gui.view.dialogs.WaitDialog$WorkerThread.run(WaitDialog.java:85)
    Sorry for my english, I'm french.
    Thank you for helping me

    Hi,
    Find the what are all the subjectarea's in execution plan having the task 'SIL_PositionDimensionHierarchy_PostChangeTmp ', add the 'TASK_GROUP_Load_PositionHierarchy ' task group to those those subjectares.
    Assemble your subject area's and build the execution plan again.
    Thanks

  • Error while building sample application "Developing an Order Application"

    hi ,
    I tried to create a simple Mobile application using the instructions for "Tutorial: Developing an Order Application for Handhelds" given at :-
    http://help.sap.com/saphelp_nwmobile71/helpdata/en/46/7294498d870ad3e10000000a11466f/frameset.htm
    For the same , by using TCdoe SDOE_WB i created a new SWCV named ORDER_TAKER,
    with a Data Object - > ORDER
    added Data Object header node -> ORDERHEADER
    The ORDERHEADER contains the following fields:
    ORDERID          CHAR8
    CUSTID             CHAR4
    LONGTEXT       CHAR32
    SERVICEUNIT   CHAR32
    CREATED_ON  DATS
    CREATED_AT  TIMS
    As per the tutorial I created  Mobile Service Component as "order_sv". under which created Data Objects , and a service name orderService . Now when I copied the code of Defining the Custom Methods , I am getting following error while building the MSC........
    Line: -----
    * [javac] Compiling 8 source files to C:\workspace.jdi\LocalDevelopment\t\13A34929B4F509E8F4914E0DFB74D38E\classes
         [javac] ERROR: C:\workspace.jdi\LocalDevelopment\t\13A34929B4F509E8F4914E0DFB74D38E\gen_oca\com\sap\demo\order_sv\service\impl\OrderService.java:43: cannot find symbol
         [javac] ERROR: symbol  : class Order_svModel
         [javac] ERROR: location: class com.sap.demo.order_sv.service.impl.OrderService
         [javac] ERROR:           if( !(((Order_svModel)OcaRoot.getInstance().getModel(Order_svModel.class)).getOrderOrderheaders().size() > 0))
         [javac] ERROR:                   ^
         [javac] ERROR: C:\workspace.jdi\LocalDevelopment\t\13A34929B4F509E8F4914E0DFB74D38E\gen_oca\com\sap\demo\order_sv\service\impl\OrderService.java:43: cannot find symbol
         [javac] ERROR: symbol  : class Order_svModel
         [javac] ERROR: location: class com.sap.demo.order_sv.service.impl.OrderService
         [javac] ERROR:           if( !(((Order_svModel)OcaRoot.getInstance().getModel(Order_svModel.class)).getOrderOrderheaders().size() > 0))
         [javac] ERROR:                                                                ^
         [javac] ERROR: C:\workspace.jdi\LocalDevelopment\t\13A34929B4F509E8F4914E0DFB74D38E\gen_oca\com\sap\demo\order_sv\service\impl\OrderService.java:43: cannot find symbol
         [javac] ERROR: symbol  : variable OcaRoot
         [javac] ERROR: location: class com.sap.demo.order_sv.service.impl.OrderService
         [javac] ERROR:           if( !(((Order_svModel)OcaRoot.getInstance().getModel(Order_svModel.class)).getOrderOrderheaders().size() > 0))
         [javac] ERROR:                                 ^
         [javac] ERROR: C:\workspace.jdi\LocalDevelopment\t\13A34929B4F509E8F4914E0DFB74D38E\gen_oca\com\sap\demo\order_sv\service\impl\OrderService.java:45: cannot find symbol
         [javac] ERROR: symbol  : class OrderOrderheader
         [javac] ERROR: location: class com.sap.demo.order_sv.service.impl.OrderService
         [javac] ERROR:               OrderOrderheader order = ((Order_svModel)OcaRoot.getInstance().getModel(Order_svModel.class)).createOrderOrderheader();
         [javac] ERROR:               ^
         [javac] ERROR: C:\workspace.jdi\LocalDevelopment\t\13A34929B4F509E8F4914E0DFB74D38E\gen_oca\com\sap\demo\order_sv\service\impl\OrderService.java:45: cannot find symbol
         [javac] ERROR: symbol  : class Order_svModel
         [javac] ERROR: location: class com.sap.demo.order_sv.service.impl.OrderService
         [javac] ERROR:               OrderOrderheader order = ((Order_svModel)OcaRoot.getInstance().getModel(Order_svModel.class)).createOrderOrderheader();
         [javac] ERROR:                                          ^
         [javac] ERROR: C:\workspace.jdi\LocalDevelopment\t\13A34929B4F509E8F4914E0DFB74D38E\gen_oca\com\sap\demo\order_sv\service\impl\OrderService.java:45: cannot find symbol
         [javac] ERROR: symbol  : class Order_svModel
         [javac] ERROR: location: class com.sap.demo.order_sv.service.impl.OrderService
         [javac] ERROR:               OrderOrderheader order = ((Order_svModel)OcaRoot.getInstance().getModel(Order_svModel.class)).createOrderOrderheader();
         [javac] ERROR:                                                                                ^
         [javac] ERROR: C:\workspace.jdi\LocalDevelopment\t\13A34929B4F509E8F4914E0DFB74D38E\gen_oca\com\sap\demo\order_sv\service\impl\OrderService.java:45: cannot find symbol
         [javac] ERROR: symbol  : variable OcaRoot
         [javac] ERROR: location: class com.sap.demo.order_sv.service.impl.OrderService
         [javac] ERROR:               OrderOrderheader order = ((Order_svModel)OcaRoot.getInstance().getModel(Order_svModel.class)).createOrderOrderheader();
         [javac] ERROR:                                                        ^
         [javac] ERROR: C:\workspace.jdi\LocalDevelopment\t\13A34929B4F509E8F4914E0DFB74D38E\gen_oca\com\sap\demo\order_sv\service\impl\OrderService.java:49: cannot find symbol
         [javac] ERROR: symbol  : method valueOf(java.lang.String)
         [javac] ERROR: location: class java.util.Date
         [javac] ERROR:               order.setCreatedOn(Date.valueOf("2007-06-30"));
         [javac] ERROR:                                      ^
         [javac] ERROR: C:\workspace.jdi\LocalDevelopment\t\13A34929B4F509E8F4914E0DFB74D38E\gen_oca\com\sap\demo\order_sv\service\impl\OrderService.java:50: cannot find symbol
         [javac] ERROR: symbol  : variable Time
         [javac] ERROR: location: class com.sap.demo.order_sv.service.impl.OrderService
         [javac] ERROR:               order.setCreatedAt(Time.valueOf("08:45:00"));
         [javac] ERROR:                                  ^
         [javac] ERROR: C:\workspace.jdi\LocalDevelopment\t\13A34929B4F509E8F4914E0DFB74D38E\gen_oca\com\sap\demo\order_sv\service\impl\OrderService.java:73: cannot find symbol
         [javac] ERROR: symbol  : class Order_svModel
         [javac] ERROR: location: class com.sap.demo.order_sv.service.impl.OrderService
         [javac] ERROR:               order = ((Order_svModel)OcaRoot.getInstance().getModel(Order_svModel.class)).createOrderOrderheader();
         [javac] ERROR:                         ^
         [javac] ERROR: C:\workspace.jdi\LocalDevelopment\t\13A34929B4F509E8F4914E0DFB74D38E\gen_oca\com\sap\demo\order_sv\service\impl\OrderService.java:73: cannot find symbol
         [javac] ERROR: symbol  : class Order_svModel
         [javac] ERROR: location: class com.sap.demo.order_sv.service.impl.OrderService
         [javac] ERROR:               order = ((Order_svModel)OcaRoot.getInstance().getModel(Order_svModel.class)).createOrderOrderheader();
         [javac] ERROR:                                                                      ^
         [javac] ERROR: C:\workspace.jdi\LocalDevelopment\t\13A34929B4F509E8F4914E0DFB74D38E\gen_oca\com\sap\demo\order_sv\service\impl\OrderService.java:73: cannot find symbol
         [javac] ERROR: symbol  : variable OcaRoot
         [javac] ERROR: location: class com.sap.demo.order_sv.service.impl.OrderService
         [javac] ERROR:               order = ((Order_svModel)OcaRoot.getInstance().getModel(Order_svModel.class)).createOrderOrderheader();
         [javac] ERROR:                                       ^
         [javac] ERROR: C:\workspace.jdi\LocalDevelopment\t\13A34929B4F509E8F4914E0DFB74D38E\gen_oca\com\sap\demo\order_sv\service\impl\OrderService.java:77: cannot find symbol
         [javac] ERROR: symbol  : method valueOf(java.lang.String)
         [javac] ERROR: location: class java.util.Date
         [javac] ERROR:               order.setCreatedOn(Date.valueOf("2007-07-05"));
         [javac] ERROR:                                      ^
         [javac] ERROR: C:\workspace.jdi\LocalDevelopment\t\13A34929B4F509E8F4914E0DFB74D38E\gen_oca\com\sap\demo\order_sv\service\impl\OrderService.java:78: cannot find symbol
         [javac] ERROR: symbol  : variable Time
         [javac] ERROR: location: class com.sap.demo.order_sv.service.impl.OrderService
         [javac] ERROR:               order.setCreatedAt(Time.valueOf("10:00:00"));
         [javac] ERROR:                                  ^
         [javac] ERROR: C:\workspace.jdi\LocalDevelopment\t\13A34929B4F509E8F4914E0DFB74D38E\gen_oca\com\sap\demo\order_sv\service\impl\OrderService.java:80: cannot find symbol
         [javac] ERROR: symbol  : variable OcaRoot
         [javac] ERROR: location: class com.sap.demo.order_sv.service.impl.OrderService
         [javac] ERROR:               OcaRoot.getInstance().commit();
         [javac] ERROR:               ^
         [javac] 30 errors *
    Line: -----
    Please help...........
    Ekam
    Edited by: Ekam Preet Singh on Sep 29, 2011 10:32 AM

    Hi,
    Please have a look at this thread,
    Re: Error in CompatibilityMode
    Regards,
    Saravanan K

  • Getting the following Error while extending HeaderVO,LinesVO -URGENT

    Hi,
    I am extendn HeaderVO,LinesVO with the help of JDeveloper and I am getting the following error while I Print a particular Quote (Using Asoprint.xsl template) from frontend:
    oracle.apps.fnd.framework.OAException: oracle.jbo.SQLStmtException: JBO-27122: SQL error during statement preparation. Statement: SELECT * FROM (SELECT qte.ui_line_number line_number ,qte.padded_concatenated_segments item_number ,qte.item_description item_description ,qte.uom_code Order_Quantity_Uom ,DECODE(qte.line_category_code, 'RETURN', qte.quantity*(-1), qte.quantity) Ordered_Quantity ,qte.line_category_code ,qte.service_ref_line_id ,UPPER(qte.service_ref_type_code) srv_ref_type_code ,DECODE(qte.line_category_code, 'RETURN', qte.line_list_price*(-1), qte.line_list_price) unit_list_price ,DECODE(qte.line_category_code, 'RETURN', qte.line_adjusted_amount*(-1), qte.line_adjusted_amount) line_adj_price ,DECODE(qte.line_category_code, 'RETURN', qte.line_quote_price*(-1), qte.line_quote_price) unit_selling_price ,DECODE(qte.line_category_code, 'RETURN', qte.extended_list_price*(-1), qte.extended_list_price) line_total_list_price ,DECODE(qte.line_category_code, 'RETURN', qte.extended_adjusted_amount*(-1), qte.extended_adjusted_amount) line_total_adj_amt ,DECODE(qte.line_category_code, 'RETURN', qte.extended_selling_price*(-1), qte.extended_selling_price) line_total ,line_number old_line_number ,to_char(qte.start_date_active,nvl(FND_PROFILE.VALUE('ICX_DATE_FORMAT_MASK'), 'DD-MON-RRRR')) start_date_active ,to_char(qte.end_date_active,nvl(FND_PROFILE.VALUE('ICX_DATE_FORMAT_MASK'), 'DD-MON-RRRR')) end_date_active ,qte.service_duration ,qte.service_period ,qte.item_type_code ,decode(qte.item_type_code, 'MDL', NVL(qte.complete_configuration_flag, 'N'), 'Z') Model_Status ,qte.quote_line_id qlid ,qte.quote_header_id ,DECODE(qte.line_category_code, 'RETURN', (select qte.quantity * (nvl(sum(decode(apav.applied_flag,'Y',decode(apav.charge_type_code,NULL,0,apav.adjusted_amount),0) ), 0)) FROM aso_price_adjustments_v apav where qte.quote_line_id = apav.quote_line_id )*(-1), (select qte.quantity * (nvl(sum(decode(apav.applied_flag,'Y',decode(apav.charge_type_code,NULL,0,apav.adjusted_amount),0) ), 0)) FROM aso_price_adjustments_v apav where qte.quote_line_id = apav.quote_line_id )) line_charges ,DECODE(qte.line_category_code, 'RETURN', (decode(qte.item_type_code, 'MDL', decode (qte.config_header_id, NULL, qte.extended_selling_price, (select sum(QUOTE_LINES.LINE_QUOTE_PRICE * QUOTE_LINES.QUANTITY) from ASO_QUOTE_LINES_ALL QUOTE_LINES, ASO_QUOTE_LINE_DETAILS QUOTE_LINE_DETAILS where quote_line_details.config_header_id=qte.config_header_id and quote_line_details.quote_line_id =quote_lines.quote_line_id)), qte.extended_selling_price))*(-1), (decode(qte.item_type_code, 'MDL', decode (qte.config_header_id, NULL, qte.extended_selling_price, (select sum(QUOTE_LINES.LINE_QUOTE_PRICE * QUOTE_LINES.QUANTITY) from ASO_QUOTE_LINES_ALL QUOTE_LINES, ASO_QUOTE_LINE_DETAILS QUOTE_LINE_DETAILS where quote_line_details.config_header_id=qte.config_header_id and quote_line_details.quote_line_id =quote_lines.quote_line_id)), qte.extended_selling_price))) model_total ,qte.attribute3 comp_info ,qte.attribute8 comp_product ,decode(qte.attribute4,NULL,'',(select manufacturer_name from mtl_manufacturers where manufacturer_id = to_number(qte.attribute4) and rownum<2)) Comp_Name ,qte.attribute5 Comp_Unit_Price ,qte.attribute6 Annual_Usage ,(qte.attribute6 * qte.attribute5)Total_Atrium ,qte.attribute7 Tot_comp_price FROM aso_pvt_quote_lines_bali_v qte) QRSLT WHERE (QUOTE_HEADER_ID = :1)
    While I remove the customizations I get the complete seeded o/p but as and when I start extending and substituting HeaderVO and LinesVO the error comes.
    Please let meknow the cause if possible

    Sumit,
    A jsp page can not read view obects, because in a jsp how would u get AM refrence.The only way to use view object in a jsp is to create a standalone AM and then create dynamic VOs, but this is not at all recommeneded approach and i doubt user would have followed it.Secondly if this is Oracle html quoting, this should not be a oaf page.
    Because user is talking in terms of VO, it looks like some oaf page, if this oaf page, then getting error stack would only be possible through FND:Diagnostics
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Error While Building my First Process with Oracle BPM 11g

    Hi All,
    I am new to Oralce BPM. While Working through the BPM from http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/obpm/11g/r1/firstProcess/firstprocess_obpm11g.htm
    Am getting the below error while creating form for the Human interaction. Can anyone help on this?
    Thanks in Advance.
    SEVERE: Exception in text sync! model=oracle.bali.xml.dom.buffer.BufferDomModel@1940a5a change=AttrAddedChange: title@[document] event=oracle.xml.parser.v2.XMLDOMMutationEvent@33d0dc
    java.lang.IllegalStateException: Parent element of attribute oracle.xml.parser.v2.XMLAttr@a9e374 not found along given path in document oracle.xml.parser.v2.XMLDocument@6591f
         at oracle.bali.xml.dom.changes.AbstractAttrChange.getOwnerElement(AbstractAttrChange.java:54)
         at oracle.bali.xml.dom.buffer.SyncToTextDomChangeHandler._getOwnerElement(SyncToTextDomChangeHandler.java:1460)
         at oracle.bali.xml.dom.buffer.SyncToTextDomChangeHandler.handleAttrAddedChange(SyncToTextDomChangeHandler.java:74)
         at oracle.bali.xml.dom.changes.AttrAddedChange.process(AttrAddedChange.java:21)
         at oracle.bali.xml.dom.buffer.BufferDomTextSync.handleChange(BufferDomTextSync.java:48)
         at oracle.bali.xml.dom.buffer.BufferDomModel.handleUncommittedMutationEventHook(BufferDomModel.java:932)
         at oracle.bali.xml.dom.impl.DomModelImpl.handleUncommittedMutationEventHook(DomModelImpl.java:1324)
         at oracle.bali.xml.dom.impl.ChildDomModelTransaction.handleMutationEventHook(ChildDomModelTransaction.java:237)
         at oracle.bali.xml.dom.impl.DomModelTransaction.handleMutationEvent(DomModelTransaction.java:499)
         at oracle.bali.xml.dom.impl.DomModelImpl$DocumentChangeListener.handleEvent(DomModelImpl.java:1787)
         at oracle.xml.parser.v2.XMLNode.dispatchEvent(XMLNode.java:1321)
         at oracle.xml.parser.v2.XMLNode.fireDOMMutationEvent(XMLNode.java:3611)
         at oracle.xml.parser.v2.XMLElement.xdkAddAttrNode(XMLElement.java:3230)
         at oracle.xml.parser.v2.XMLElement.xdkAddAttr(XMLElement.java:3058)
         at oracle.xml.parser.v2.XMLElement.setAttribute(XMLElement.java:913)
         at oracle.tip.tools.ide.workflow.datbindpatterns.UITaskFlowUtil.addTitle(UITaskFlowUtil.java:153)
         at oracle.tip.tools.ide.workflow.datbindpatterns.UITaskFlowUtil.addJavaScripts(UITaskFlowUtil.java:161)
         at oracle.tip.tools.ide.workflow.datbindpatterns.binder.TaskActionbarBinder.bind(TaskActionbarBinder.java:189)
         at oracle.tip.tools.ide.workflow.datbindpatterns.binder.TaskActionsBinder.bind(TaskActionsBinder.java:50)
         at oracle.adfdtinternal.view.common.binding.creator.XmlBasedCreatorInfo._bind(XmlBasedCreatorInfo.java:1058)
         at oracle.adfdtinternal.view.common.binding.creator.XmlBasedCreatorInfo.create(XmlBasedCreatorInfo.java:455)
         at oracle.adfdt.view.common.binding.standalone.Widget.create(Widget.java:211)
         at oracle.adfdt.view.common.binding.standalone.Widget.create(Widget.java:151)
         at oracle.adfdt.view.common.binding.creator.CreationContext.createDocumentFragmentFromInclude(CreationContext.java:237)
         at oracle.adfdtinternal.view.common.binding.creator.XmlBasedCreatorInfo._runDeferredInclusions(XmlBasedCreatorInfo.java:1122)
         at oracle.adfdtinternal.view.common.binding.creator.XmlBasedCreatorInfo._runDeferredInclusions(XmlBasedCreatorInfo.java:1149)
         at oracle.adfdtinternal.view.common.binding.creator.XmlBasedCreatorInfo._runDeferredInclusions(XmlBasedCreatorInfo.java:1149)
         at oracle.adfdtinternal.view.common.binding.creator.XmlBasedCreatorInfo._runDeferredInclusions(XmlBasedCreatorInfo.java:1149)
         at oracle.adfdtinternal.view.common.binding.creator.XmlBasedCreatorInfo._runDeferredInclusions(XmlBasedCreatorInfo.java:1149)
         at oracle.adfdtinternal.view.common.binding.creator.XmlBasedCreatorInfo.create(XmlBasedCreatorInfo.java:435)
         at oracle.adfdt.view.common.binding.standalone.Widget.create(Widget.java:211)
         at oracle.adfdt.view.common.binding.standalone.Widget.create(Widget.java:151)
         at oracle.adfdt.view.common.binding.creator.CreationContext.createDocumentFragmentFromInclude(CreationContext.java:237)
         at oracle.adfdtinternal.view.common.binding.creator.XmlBasedCreatorInfo._runDeferredInclusions(XmlBasedCreatorInfo.java:1122)
         at oracle.adfdtinternal.view.common.binding.creator.XmlBasedCreatorInfo.create(XmlBasedCreatorInfo.java:435)
         at oracle.adfdtinternal.view.common.binding.datatransfer.ADFDocumentFragmentCreatorInfo.createDocumentFragment(ADFDocumentFragmentCreatorInfo.java:99)
         at oracle.adfdtinternal.view.common.binding.operation.CreateOperation.apply(CreateOperation.java:112)
         at oracle.bali.xml.model.AbstractModel.performOperationAction(AbstractModel.java:274)
         at oracle.bali.xml.model.datatransfer.operation.PerformOperationAction.actionPerformed(PerformOperationAction.java:36)
         at oracle.bali.xml.share.ActionProxy.actionPerformed(ActionProxy.java:47)
         at oracle.bali.xml.gui.swing.dnd.DropMenuInvoker$CleanupProxy.access$201(DropMenuInvoker.java:234)
         at oracle.bali.xml.gui.swing.dnd.DropMenuInvoker$CleanupProxy$1.run(DropMenuInvoker.java:254)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
         at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:642)
         at java.awt.EventQueue.access$000(EventQueue.java:85)
         at java.awt.EventQueue$1.run(EventQueue.java:603)
         at java.awt.EventQueue$1.run(EventQueue.java:601)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:612)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    java.lang.IllegalStateException: Parent element of attribute oracle.xml.parser.v2.XMLAttr@a9e374 not found along given path in document oracle.xml.parser.v2.XMLDocument@6591f
    o.bali.xml.dom.changes.AbstractAttrChange.getOwnerElement(AbstractAttrChange.java:54)
    o.bali.xml.dom.buffer.SyncToTextDomChangeHandler._getOwnerElement(SyncToTextDomChangeHandler.java:1460)
    o.bali.xml.dom.buffer.SyncToTextDomChangeHandler.handleAttrAddedChange(SyncToTextDomChangeHandler.java:74)
    o.bali.xml.dom.changes.AttrAddedChange.process(AttrAddedChange.java:21)
    o.bali.xml.dom.buffer.BufferDomTextSync.handleChange(BufferDomTextSync.java:48)
    o.bali.xml.dom.buffer.BufferDomModel.handleUncommittedMutationEventHook(BufferDomModel.java:932)
    o.bali.xml.dom.impl.DomModelImpl.handleUncommittedMutationEventHook(DomModelImpl.java:1324)
    o.bali.xml.dom.impl.ChildDomModelTransaction.handleMutationEventHook(ChildDomModelTransaction.java:237)
    o.bali.xml.dom.impl.DomModelTransaction.handleMutationEvent(DomModelTransaction.java:499)
    o.bali.xml.dom.impl.DomModelImpl$DocumentChangeListener.handleEvent(DomModelImpl.java:1787)
    o.xml.parser.v2.XMLNode.dispatchEvent(XMLNode.java:1321)
    o.xml.parser.v2.XMLNode.fireDOMMutationEvent(XMLNode.java:3611)
    o.xml.parser.v2.XMLElement.xdkAddAttrNode(XMLElement.java:3230)
    o.xml.parser.v2.XMLElement.xdkAddAttr(XMLElement.java:3058)
    o.xml.parser.v2.XMLElement.setAttribute(XMLElement.java:913)
    o.tip.tools.ide.workflow.datbindpatterns.UITaskFlowUtil.addTitle(UITaskFlowUtil.java:153)
    o.tip.tools.ide.workflow.datbindpatterns.UITaskFlowUtil.addJavaScripts(UITaskFlowUtil.java:161)
    o.tip.tools.ide.workflow.datbindpatterns.binder.TaskActionbarBinder.bind(TaskActionbarBinder.java:189)
    o.tip.tools.ide.workflow.datbindpatterns.binder.TaskActionsBinder.bind(TaskActionsBinder.java:50)
    o.adfdtinternal.view.common.binding.creator.XmlBasedCreatorInfo._bind(XmlBasedCreatorInfo.java:1058)
    o.adfdtinternal.view.common.binding.creator.XmlBasedCreatorInfo.create(XmlBasedCreatorInfo.java:455)
    o.adfdt.view.common.binding.standalone.Widget.create(Widget.java:211)
    o.adfdt.view.common.binding.standalone.Widget.create(Widget.java:151)
    o.adfdt.view.common.binding.creator.CreationContext.createDocumentFragmentFromInclude(CreationContext.java:237)
    o.adfdtinternal.view.common.binding.creator.XmlBasedCreatorInfo._runDeferredInclusions(XmlBasedCreatorInfo.java:1122)
    o.adfdtinternal.view.common.binding.creator.XmlBasedCreatorInfo._runDeferredInclusions(XmlBasedCreatorInfo.java:1149)
    o.adfdtinternal.view.common.binding.creator.XmlBasedCreatorInfo._runDeferredInclusions(XmlBasedCreatorInfo.java:1149)
    o.adfdtinternal.view.common.binding.creator.XmlBasedCreatorInfo._runDeferredInclusions(XmlBasedCreatorInfo.java:1149)
    o.adfdtinternal.view.common.binding.creator.XmlBasedCreatorInfo._runDeferredInclusions(XmlBasedCreatorInfo.java:1149)
    o.adfdtinternal.view.common.binding.creator.XmlBasedCreatorInfo.create(XmlBasedCreatorInfo.java:435)
    o.adfdt.view.common.binding.standalone.Widget.create(Widget.java:211)
    o.adfdt.view.common.binding.standalone.Widget.create(Widget.java:151)
    o.adfdt.view.common.binding.creator.CreationContext.createDocumentFragmentFromInclude(CreationContext.java:237)
    o.adfdtinternal.view.common.binding.creator.XmlBasedCreatorInfo._runDeferredInclusions(XmlBasedCreatorInfo.java:1122)
    o.adfdtinternal.view.common.binding.creator.XmlBasedCreatorInfo.create(XmlBasedCreatorInfo.java:435)
    o.adfdtinternal.view.common.binding.datatransfer.ADFDocumentFragmentCreatorInfo.createDocumentFragment(ADFDocumentFragmentCreatorInfo.java:99)
    o.adfdtinternal.view.common.binding.operation.CreateOperation.apply(CreateOperation.java:112)
    o.bali.xml.model.AbstractModel.performOperationAction(AbstractModel.java:274)
    o.bali.xml.model.datatransfer.operation.PerformOperationAction.actionPerformed(PerformOperationAction.java:36)
    o.bali.xml.share.ActionProxy.actionPerformed(ActionProxy.java:47)
    o.bali.xml.gui.swing.dnd.DropMenuInvoker$CleanupProxy.access$201(DropMenuInvoker.java:234)
    o.bali.xml.gui.swing.dnd.DropMenuInvoker$CleanupProxy$1.run(DropMenuInvoker.java:254)
    j.a.event.InvocationEvent.dispatch(InvocationEvent.java:209)
    j.a.EventQueue.dispatchEventImpl(EventQueue.java:642)
    j.a.EventQueue.access$000(EventQueue.java:85)
    j.a.EventQueue$1.run(EventQueue.java:603)
    j.a.EventQueue$1.run(EventQueue.java:601)
    j.security.AccessController.doPrivileged(Native Method)
    j.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
    j.a.EventQueue.dispatchEvent(EventQueue.java:612)
    j.a.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
    j.a.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
    j.a.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
    j.a.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
    j.a.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
    j.a.EventDispatchThread.run(EventDispatchThread.java:122)
    Jun 5, 2013 11:53:51 AM oracle.bali.xml.dom.impl.DomModelImpl$DocumentChangeListener handleEvent
    SEVERE: BaseDomModel$DocumentChangeListener
    java.lang.IllegalStateException: No return buffer change! domChange=AttrAddedChange: title@[document]
         at oracle.bali.xml.dom.buffer.TextSyncContext.getBufferChange(TextSyncContext.java:155)
         at oracle.bali.xml.dom.buffer.BufferDomTextSync.handleChange(BufferDomTextSync.java:66)
         at oracle.bali.xml.dom.buffer.BufferDomModel.handleUncommittedMutationEventHook(BufferDomModel.java:932)
         at oracle.bali.xml.dom.impl.DomModelImpl.handleUncommittedMutationEventHook(DomModelImpl.java:1324)
         at oracle.bali.xml.dom.impl.ChildDomModelTransaction.handleMutationEventHook(ChildDomModelTransaction.java:237)
         at oracle.bali.xml.dom.impl.DomModelTransaction.handleMutationEvent(DomModelTransaction.java:499)
         at oracle.bali.xml.dom.impl.DomModelImpl$DocumentChangeListener.handleEvent(DomModelImpl.java:1787)
         at oracle.xml.parser.v2.XMLNode.dispatchEvent(XMLNode.java:1321)
         at oracle.xml.parser.v2.XMLNode.fireDOMMutationEvent(XMLNode.java:3611)
         at oracle.xml.parser.v2.XMLElement.xdkAddAttrNode(XMLElement.java:3230)
         at oracle.xml.parser.v2.XMLElement.xdkAddAttr(XMLElement.java:3058)
         at oracle.xml.parser.v2.XMLElement.setAttribute(XMLElement.java:913)
         at oracle.tip.tools.ide.workflow.datbindpatterns.UITaskFlowUtil.addTitle(UITaskFlowUtil.java:153)
         at oracle.tip.tools.ide.workflow.datbindpatterns.UITaskFlowUtil.addJavaScripts(UITaskFlowUtil.java:161)
         at oracle.tip.tools.ide.workflow.datbindpatterns.binder.TaskActionbarBinder.bind(TaskActionbarBinder.java:189)
         at oracle.tip.tools.ide.workflow.datbindpatterns.binder.TaskActionsBinder.bind(TaskActionsBinder.java:50)
         at oracle.adfdtinternal.view.common.binding.creator.XmlBasedCreatorInfo._bind(XmlBasedCreatorInfo.java:1058)
         at oracle.adfdtinternal.view.common.binding.creator.XmlBasedCreatorInfo.create(XmlBasedCreatorInfo.java:455)
         at oracle.adfdt.view.common.binding.standalone.Widget.create(Widget.java:211)
         at oracle.adfdt.view.common.binding.standalone.Widget.create(Widget.java:151)
         at oracle.adfdt.view.common.binding.creator.CreationContext.createDocumentFragmentFromInclude(CreationContext.java:237)
         at oracle.adfdtinternal.view.common.binding.creator.XmlBasedCreatorInfo._runDeferredInclusions(XmlBasedCreatorInfo.java:1122)
         at oracle.adfdtinternal.view.common.binding.creator.XmlBasedCreatorInfo._runDeferredInclusions(XmlBasedCreatorInfo.java:1149)
         at oracle.adfdtinternal.view.common.binding.creator.XmlBasedCreatorInfo._runDeferredInclusions(XmlBasedCreatorInfo.java:1149)
         at oracle.adfdtinternal.view.common.binding.creator.XmlBasedCreatorInfo._runDeferredInclusions(XmlBasedCreatorInfo.java:1149)
         at oracle.adfdtinternal.view.common.binding.creator.XmlBasedCreatorInfo._runDeferredInclusions(XmlBasedCreatorInfo.java:1149)
         at oracle.adfdtinternal.view.common.binding.creator.XmlBasedCreatorInfo.create(XmlBasedCreatorInfo.java:435)
         at oracle.adfdt.view.common.binding.standalone.Widget.create(Widget.java:211)
         at oracle.adfdt.view.common.binding.standalone.Widget.create(Widget.java:151)
         at oracle.adfdt.view.common.binding.creator.CreationContext.createDocumentFragmentFromInclude(CreationContext.java:237)
         at oracle.adfdtinternal.view.common.binding.creator.XmlBasedCreatorInfo._runDeferredInclusions(XmlBasedCreatorInfo.java:1122)
         at oracle.adfdtinternal.view.common.binding.creator.XmlBasedCreatorInfo.create(XmlBasedCreatorInfo.java:435)
         at oracle.adfdtinternal.view.common.binding.datatransfer.ADFDocumentFragmentCreatorInfo.createDocumentFragment(ADFDocumentFragmentCreatorInfo.java:99)
         at oracle.adfdtinternal.view.common.binding.operation.CreateOperation.apply(CreateOperation.java:112)
         at oracle.bali.xml.model.AbstractModel.performOperationAction(AbstractModel.java:274)
         at oracle.bali.xml.model.datatransfer.operation.PerformOperationAction.actionPerformed(PerformOperationAction.java:36)
         at oracle.bali.xml.share.ActionProxy.actionPerformed(ActionProxy.java:47)
         at oracle.bali.xml.gui.swing.dnd.DropMenuInvoker$CleanupProxy.access$201(DropMenuInvoker.java:234)
         at oracle.bali.xml.gui.swing.dnd.DropMenuInvoker$CleanupProxy$1.run(DropMenuInvoker.java:254)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
         at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:642)
         at java.awt.EventQueue.access$000(EventQueue.java:85)
         at java.awt.EventQueue$1.run(EventQueue.java:603)
         at java.awt.EventQueue$1.run(EventQueue.java:601)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:612)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    java.lang.IllegalStateException: No return buffer change! domChange=AttrAddedChange: title@[document]
    o.bali.xml.dom.buffer.TextSyncContext.getBufferChange(TextSyncContext.java:155)
    o.bali.xml.dom.buffer.BufferDomTextSync.handleChange(BufferDomTextSync.java:66)
    o.bali.xml.dom.buffer.BufferDomModel.handleUncommittedMutationEventHook(BufferDomModel.java:932)
    o.bali.xml.dom.impl.DomModelImpl.handleUncommittedMutationEventHook(DomModelImpl.java:1324)
    o.bali.xml.dom.impl.ChildDomModelTransaction.handleMutationEventHook(ChildDomModelTransaction.java:237)
    o.bali.xml.dom.impl.DomModelTransaction.handleMutationEvent(DomModelTransaction.java:499)
    o.bali.xml.dom.impl.DomModelImpl$DocumentChangeListener.handleEvent(DomModelImpl.java:1787)
    o.xml.parser.v2.XMLNode.dispatchEvent(XMLNode.java:1321)
    o.xml.parser.v2.XMLNode.fireDOMMutationEvent(XMLNode.java:3611)
    o.xml.parser.v2.XMLElement.xdkAddAttrNode(XMLElement.java:3230)
    o.xml.parser.v2.XMLElement.xdkAddAttr(XMLElement.java:3058)
    o.xml.parser.v2.XMLElement.setAttribute(XMLElement.java:913)
    o.tip.tools.ide.workflow.datbindpatterns.UITaskFlowUtil.addTitle(UITaskFlowUtil.java:153)
    o.tip.tools.ide.workflow.datbindpatterns.UITaskFlowUtil.addJavaScripts(UITaskFlowUtil.java:161)
    o.tip.tools.ide.workflow.datbindpatterns.binder.TaskActionbarBinder.bind(TaskActionbarBinder.java:189)
    o.tip.tools.ide.workflow.datbindpatterns.binder.TaskActionsBinder.bind(TaskActionsBinder.java:50)
    o.adfdtinternal.view.common.binding.creator.XmlBasedCreatorInfo._bind(XmlBasedCreatorInfo.java:1058)
    o.adfdtinternal.view.common.binding.creator.XmlBasedCreatorInfo.create(XmlBasedCreatorInfo.java:455)
    o.adfdt.view.common.binding.standalone.Widget.create(Widget.java:211)
    o.adfdt.view.common.binding.standalone.Widget.create(Widget.java:151)
    o.adfdt.view.common.binding.creator.CreationContext.createDocumentFragmentFromInclude(CreationContext.java:237)
    o.adfdtinternal.view.common.binding.creator.XmlBasedCreatorInfo._runDeferredInclusions(XmlBasedCreatorInfo.java:1122)
    o.adfdtinternal.view.common.binding.creator.XmlBasedCreatorInfo._runDeferredInclusions(XmlBasedCreatorInfo.java:1149)
    o.adfdtinternal.view.common.binding.creator.XmlBasedCreatorInfo._runDeferredInclusions(XmlBasedCreatorInfo.java:1149)
    o.adfdtinternal.view.common.binding.creator.XmlBasedCreatorInfo._runDeferredInclusions(XmlBasedCreatorInfo.java:1149)
    o.adfdtinternal.view.common.binding.creator.XmlBasedCreatorInfo._runDeferredInclusions(XmlBasedCreatorInfo.java:1149)
    o.adfdtinternal.view.common.binding.creator.XmlBasedCreatorInfo.create(XmlBasedCreatorInfo.java:435)
    o.adfdt.view.common.binding.standalone.Widget.create(Widget.java:211)
    o.adfdt.view.common.binding.standalone.Widget.create(Widget.java:151)
    o.adfdt.view.common.binding.creator.CreationContext.createDocumentFragmentFromInclude(CreationContext.java:237)
    o.adfdtinternal.view.common.binding.creator.XmlBasedCreatorInfo._runDeferredInclusions(XmlBasedCreatorInfo.java:1122)
    o.adfdtinternal.view.common.binding.creator.XmlBasedCreatorInfo.create(XmlBasedCreatorInfo.java:435)
    o.adfdtinternal.view.common.binding.datatransfer.ADFDocumentFragmentCreatorInfo.createDocumentFragment(ADFDocumentFragmentCreatorInfo.java:99)
    o.adfdtinternal.view.common.binding.operation.CreateOperation.apply(CreateOperation.java:112)
    o.bali.xml.model.AbstractModel.performOperationAction(AbstractModel.java:274)
    o.bali.xml.model.datatransfer.operation.PerformOperationAction.actionPerformed(PerformOperationAction.java:36)
    o.bali.xml.share.ActionProxy.actionPerformed(ActionProxy.java:47)
    o.bali.xml.gui.swing.dnd.DropMenuInvoker$CleanupProxy.access$201(DropMenuInvoker.java:234)
    o.bali.xml.gui.swing.dnd.DropMenuInvoker$CleanupProxy$1.run(DropMenuInvoker.java:254)
    j.a.event.InvocationEvent.dispatch(InvocationEvent.java:209)
    j.a.EventQueue.dispatchEventImpl(EventQueue.java:642)
    j.a.EventQueue.access$000(EventQueue.java:85)
    j.a.EventQueue$1.run(EventQueue.java:603)
    j.a.EventQueue$1.run(EventQueue.java:601)
    j.security.AccessController.doPrivileged(Native Method)
    j.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
    j.a.EventQueue.dispatchEvent(EventQueue.java:612)
    j.a.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
    j.a.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
    j.a.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
    j.a.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
    j.a.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
    j.a.EventDispatchThread.run(EventDispatchThread.java:122)

    You may need to upgrade Jdeveloper to the latest 11.1.1.6.5 version (get it from support or edelivery) or better still to 11.1.1.7. There were some bugs in previous releases especially on the human workflow edit screens. Right now there is nothing much you can do except hit continue and then restart Jdeveloper - but again I think you might still see that error.

  • Error while building Web Dynpro-DC

    Hi!
    When building my Web Dynpro-DC (Scenario Development in 1 Track) I receive the following error:
    Ant build finished with ERRORS
    com.sap.tools.webdynpro.bytecode.ClassFileNotFoundException: error while loading class 'at.tmobile.proj.intern.vis4.interfaces.wdp.IExternalIVISComponent': invalid distance code
    Error: Build stopped due to an error: com.sap.tools.webdynpro.bytecode.ClassFileNotFoundException: error while loading class 'at.tmobile.proj.intern.vis4.interfaces.wdp.IExternalIVISComponent': invalid distance code
    Build plugin finished at 2006-11-15 09:43:19 GMT+01:00 (CET)
    Total build plugin runtime: 11.427 seconds
    Build finished with ERROR
    What could be the reason?
    Regards,
    Thomas

    Remark: Another build after rebuilding the used DC brought the message: "oversubscribed dynamic bit lengths tree"

  • Error while Building Flex

    hi ,
    I m getting an error while building flex application
    Error Description
    "An internal Build Error has occured" Right click for more
    information"
    In my flex application there are around 5000 line of code .
    i am binding 2000 Xml to the application
    this much line of code causing a error
    Please Help Me out
    ThanX

    Code Snippet could be useful here in us understanding the issue.

  • Error while building webserivce(using workshop)

    Hi,
    I get this error while building a web service (developed using Weblogic Workshop-beta
    version ) .
    A database control is used to fetch data for the webservice.
    The error in the Workshop IDE and the server are pasted below.
    Please help.
    Thanks and Regards,
    SSN
    Workshop output
    Charges.jws     0     An unexpected exception occurred while attempting to process the classes
    and annotations for this Web Service. Error: Unknown KNEX string: description.null
    Server output
    java.lang.NullPointerException
    at java.lang.Class.isAssignableFrom(Native Method)
    at weblogic.knex.wsdlgen.WsdlTypeBagImpl.getElemRef(WsdlTypeBagImpl.java:928)
    at weblogic.knex.wsdlgen.WsdlTypeBagImpl.crackClass(WsdlTypeBagImpl.java:386)
    at weblogic.knex.wsdlgen.WsdlTypeBagImpl.addType(WsdlTypeBagImpl.java:522)
    at weblogic.knex.wsdlgen.WsdlTypeBagImpl.filter(WsdlTypeBagImpl.java:606)
    at weblogic.knex.wsdlgen.WsdlTypeBagImpl.getElemRef(WsdlTypeBagImpl.java:940)
    at weblogic.knex.wsdlgen.WsdlTypeBagImpl.addParamHolder(WsdlTypeBagImpl.java:121)
    at weblogic.knex.wsdlgen.Schemas.addPartHolder(Schemas.java:45)
    at weblogic.knex.wsdlgen.TypeXlatorImpl.createMessage(TypeXlatorImpl.java:221)
    at weblogic.knex.wsdlgen.TypeXlatorImpl.fromJavaOp(TypeXlatorImpl.java:721)
    at weblogic.knex.wsdlgen.TypeXlatorImpl.fromJavaService(TypeXlatorImpl.java:831)
    at weblogic.knex.dispatcher.TypeUtils.makeWsdlService(TypeUtils.java:1388)
    at weblogic.knex.dispatcher.TypeUtils.makeWsdl(TypeUtils.java:1459)
    at weblogic.knex.dispatcher.DispFile.makeDispClass(DispFile.java:2528)
    at weblogic.knex.dispatcher.DispFile.makeDispFile(DispFile.java:611)
    at weblogic.knex.dispatcher.DispUnit.makeDispUnit(DispUnit.java:50)
    at weblogic.knex.dispatcher.DispCache.ensureDispUnit(DispCache.java:584)
    at weblogic.knex.dispatcher.HttpServer.doGet(HttpServer.java:297)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:945)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:332)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:242)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:5352)
    at weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManager.java:718)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3032)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2466)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:152)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:133)

    Hello,
    The released version of the Weblogic Workshop is now available (25Jun2002) with the WebLogic Platform:
    http://dev2dev.bea.com/products/product.jsp?highlight=wlplatform
    Thanks for trying the beta version.
    Bruce
    SSNarayan wrote:
    Hi,
    I get this error while building a web service (developed using Weblogic Workshop-beta
    version ) .
    A database control is used to fetch data for the webservice.
    The error in the Workshop IDE and the server are pasted below.
    Please help.
    Thanks and Regards,
    SSN
    Workshop output
    Charges.jws 0 An unexpected exception occurred while attempting to process the classes
    and annotations for this Web Service. Error: Unknown KNEX string: description.null
    Server output
    java.lang.NullPointerException
    at java.lang.Class.isAssignableFrom(Native Method)
    at weblogic.knex.wsdlgen.WsdlTypeBagImpl.getElemRef(WsdlTypeBagImpl.java:928)
    at weblogic.knex.wsdlgen.WsdlTypeBagImpl.crackClass(WsdlTypeBagImpl.java:386)
    at weblogic.knex.wsdlgen.WsdlTypeBagImpl.addType(WsdlTypeBagImpl.java:522)
    at weblogic.knex.wsdlgen.WsdlTypeBagImpl.filter(WsdlTypeBagImpl.java:606)
    at weblogic.knex.wsdlgen.WsdlTypeBagImpl.getElemRef(WsdlTypeBagImpl.java:940)
    at weblogic.knex.wsdlgen.WsdlTypeBagImpl.addParamHolder(WsdlTypeBagImpl.java:121)
    at weblogic.knex.wsdlgen.Schemas.addPartHolder(Schemas.java:45)
    at weblogic.knex.wsdlgen.TypeXlatorImpl.createMessage(TypeXlatorImpl.java:221)
    at weblogic.knex.wsdlgen.TypeXlatorImpl.fromJavaOp(TypeXlatorImpl.java:721)
    at weblogic.knex.wsdlgen.TypeXlatorImpl.fromJavaService(TypeXlatorImpl.java:831)
    at weblogic.knex.dispatcher.TypeUtils.makeWsdlService(TypeUtils.java:1388)
    at weblogic.knex.dispatcher.TypeUtils.makeWsdl(TypeUtils.java:1459)
    at weblogic.knex.dispatcher.DispFile.makeDispClass(DispFile.java:2528)
    at weblogic.knex.dispatcher.DispFile.makeDispFile(DispFile.java:611)
    at weblogic.knex.dispatcher.DispUnit.makeDispUnit(DispUnit.java:50)
    at weblogic.knex.dispatcher.DispCache.ensureDispUnit(DispCache.java:584)
    at weblogic.knex.dispatcher.HttpServer.doGet(HttpServer.java:297)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:945)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:332)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:242)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:5352)
    at weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManager.java:718)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3032)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2466)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:152)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:133)

  • Error 8 File permission error while building executable for a RT

    I got error 8 File permission error while building executable for a RT. It happened always after build, I mean new startup.rtexe and startup.alias files have been created. At the build properties, it was set use default .alias file.
    I had the executable built successfully at one time.
    The detail message is:
    Visit the Request Support page at ni.com/ask to learn more about resolving this problem. Use the following information as a reference:
    Error 8 occurred at Open/Create/Replace File in RTBEP_Generate_Deploy_Instructions.vi->RTBEP_Invoke_Build_Engine.vi->RTBUIP_Build_Invoke.vi->RTBUIP_Build_Rule_Editor.vi->RTBUIP_Open_Properties.vi->RTBUIP_Item_OnDoProperties.vi->RTBUIP_Item_OnDoProperties.vi.ProxyCaller
    Possible reason(s):
    LabVIEW:  File permission error. You do not have the correct permissions for the file.
    =========================
    NI-488:  DMA hardware error detected.
    I checked relevant posts, couldn't find any clue.
    Please give me some ideas.
    Thanks.

    Hi Ya-hoo,
    Error building application in LabView 8.0 seems to describe a similar situation. The .alias file is important, as described in that discussion forum.
    Cheers.
    | Michael K | Project Manager | LabVIEW R&D | National Instruments |

  • IP Resource Errors While Building a Windows Failover Cluster on Azure

    I have setup a failover cluster in Microsoft Azure on four VMs. I have two nodes in one subnet/region, one node in another subnet/region and a final node in a third subnet/region. The cluster passed the validation wizard and was successfully built, but the
    two nodes in other subnets will not go online, reporting "Failed to bring the resource 'IP Address x.x.x.x' online".
    Azure Vnet Setup
    Vnet 1 - South Central US - 10.16.16.0/16 - Nodes 1 & 2 - Online
    Vnet 2 - West US - 10.116.16.0/16 - Node 3 - Offline
    Vnet 3 - East US - 10.216.16.0/16 - Node 4 - Offline
    All three IP Address resources are DHCP. I've attempted to make them static but they still failed while coming online. If I click "Information Details" on the error I get:
    Error code: 0x80071397
    The operation failed because either the specified cluster node is not the owner of the resource, or the node is not a possible owner of the resource.
    It seems to be an issue with the way Azure DHCP works, but I'm stalled. There must be a way to get his working. What am I missing?

    Hi Michael Lapidakis,
    Starting in Windows Server 2008, a feature called an “OR dependency” was added to Failover Clustering which gave admins the ability to have nodes with a Network Name that
    could use one IP Address OR another IP Address .In a multisite cluster, it is expected that 1 IP address is offline as it is an OR relationship.
    You can refer the following related article to realize more detail settings of multi-site site cluster IP settings.
    IP Resource Errors While Building a Windows Failover Cluster on Azure
    https://social.technet.microsoft.com/Forums/en-US/ca2cbf5e-abef-4c23-9cff-7b6ca44acc23/ip-resource-errors-while-building-a-windows-failover-cluster-on-azure?forum=winserverClustering
    I’m glad to be of help to you!
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

Maybe you are looking for

  • How to get the name of the ApplicationServer during runtime

    Within a Servlet or JSP, I'm trying to programmatically get the name of the JVM (AppServer) where the code (war or ear) is deployed and running under. (This is like getting "server1" when using WSAD). I tried the System, Runtime and Thread approaches

  • Smtp;550 5.1.1 RESOLVER.ADR.RecipNotFound; not found

    hello All, I am getting the above error when i send a mail from external domain. I have exchange server 2010 on and O365 account. From last 2 months i am not using O365 account and even active sync is also not working. And recently O365 subscription

  • Programs Quitting

    So I just got my computer back from applecare, they put a new logicboard in... Now I am all excited to get it back and now no matter what program I use on my computer it suddently quits all the time... I have tried repairing permissions, restarting,

  • Kernal panic - log mentions firewire repeatedly but no firewire device

    Hi Guys, Any help appreciated with this. Firstly although my profile states leopard+ macpro this relates to a G5 running 10.4.11. We had a kernel panic earlier on a machine that has seemed buggy over the last few days (in spite of running Applejack).

  • Sharing: Uploading iMovie to Website

    Having trouble trying to put a 3 minute Quicktime movie up on a Website and getting it to run/stream continuously. At the moment it stops every few seconds waiting for buffering. I created the movie from a DVD using MPEG Streamclip 1.8, brought it in