Doc error in OrderBook Tutorial

At the end of the chapter for fault handling it says in the summary:
Reviewed the credit rating results returned from the Credit Rating service to the
client. The invalid social security card number that you entered invoked the fault
handling and exception management capabilities that you designed. A bad credit
history message was returned to the client. The BPEL process was terminated
before the Rapid Distributors and Select Manufacturing services were invoked.
The process continues successfully, just with a zero credit rating, since nothing is added to end the process. maybe that will happen in a follow-on chapter.. not there yet.

I did redo the whole customerdata tutorial from beginning on own after creating trasformation and while saving it pops up message saying invalid XML and map is invalid , In source it shows error @ 1st line near
<?xml version="1.0" encoding="UTF-8" ?>
Error is :
Required attribute version missing from element xsl:stylesheet
thanks

Similar Messages

  • OrderBooking Tutorial:DB Adapter Error

    I am getting the following error when using the DB Adapter (Chapter 10) in the Order Booking Tutorial. I don't know how to troubleshoot and correct this error. It appears as though I am passing a null value to a primary index (in this case I think it is po.id). I have checked the translation mapping document, but I have not been able to resolve this issue.
    Any help is very much appreciated. Thanks.
    Don
    <remoteFault xmlns="http://schemas.oracle.com/bpel/extension">
    <part name="code">
    <code>-3221</code>
    </part>
    <part name="summary">
    <summary>file:/C:/OraBPELPM_1/integration/orabpel/domains/default/tmp/.bpel_FulfillOrder_1.2.jar/writeDB.wsdl [ writeDB_ptt::merge(OrdersCollection) ] - WSIF JCA Execute of operation 'merge' failed due to: DBWriteInteractionSpec Execute Failed Exception. merge failed. Descriptor name: [FulfillOrder.Orders]. ; nested exception is: ORABPEL-11616 DBWriteInteractionSpec Execute Failed Exception. merge failed. Descriptor name: [FulfillOrder.Orders]. Caused by Local Exception Stack: Exception [TOPLINK-4002] (OracleAS TopLink - 10g (9.0.4.5) (Build 040930)): oracle.toplink.exceptions.DatabaseException Exception Description: java.sql.SQLException: [POL-3221] null key in primary index Internal Exception: java.sql.SQLException: [POL-3221] null key in primary index Error Code: -3221 at oracle.toplink.exceptions.DatabaseException.sqlException(DatabaseException.java:227) at oracle.toplink.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:733) at oracle.toplink.internal.databaseaccess.DatabaseAccessor.executeNoSelect(DatabaseAccessor.java:781) at oracle.toplink.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:642) at oracle.toplink.publicinterface.UnitOfWork.executeCall(UnitOfWork.java:1400) at oracle.toplink.internal.queryframework.CallQueryMechanism.executeCall(CallQueryMechanism.java:131) at oracle.toplink.internal.queryframework.CallQueryMechanism.executeCall(CallQueryMechanism.java:115) at oracle.toplink.internal.queryframework.CallQueryMechanism.insertObject(CallQueryMechanism.java:264) at oracle.toplink.internal.queryframework.StatementQueryMechanism.insertObject(StatementQueryMechanism.java:171) at oracle.toplink.internal.queryframework.StatementQueryMechanism.insertObject(StatementQueryMechanism.java:188) at oracle.toplink.internal.queryframework.DatabaseQueryMechanism.insertObjectForWrite(DatabaseQueryMechanism.java:433) at oracle.toplink.queryframework.InsertObjectQuery.executeCommit(InsertObjectQuery.java:45) at oracle.toplink.internal.queryframework.DatabaseQueryMechanism.performUserDefinedWrite(DatabaseQueryMechanism.java:596) at oracle.toplink.internal.queryframework.DatabaseQueryMechanism.performUserDefinedInsert(DatabaseQueryMechanism.java:563) at oracle.toplink.internal.queryframework.DatabaseQueryMechanism.insertObjectForWriteWithChangeSet(DatabaseQueryMechanism.java:465) at oracle.toplink.queryframework.WriteObjectQuery.executeCommitWithChangeSet(WriteObjectQuery.java:119) at oracle.toplink.internal.queryframework.DatabaseQueryMechanism.executeWriteWithChangeSet(DatabaseQueryMechanism.java:258) at oracle.toplink.queryframework.WriteObjectQuery.execute(WriteObjectQuery.java:51) at oracle.toplink.queryframework.DatabaseQuery.execute(DatabaseQuery.java:493) at oracle.toplink.publicinterface.Session.internalExecuteQuery(Session.java:1958) at oracle.toplink.publicinterface.UnitOfWork.internalExecuteQuery(UnitOfWork.java:2255) at oracle.toplink.publicinterface.Session.executeQuery(Session.java:1086) at oracle.toplink.publicinterface.Session.executeQuery(Session.java:1038) at oracle.toplink.internal.sessions.CommitManager.commitAllObjectsWithChangeSet(CommitManager.java:177) at oracle.toplink.publicinterface.Session.writeAllObjectsWithChangeSet(Session.java:3223) at oracle.toplink.publicinterface.UnitOfWork.commitToDatabase(UnitOfWork.java:1092) at oracle.toplink.publicinterface.UnitOfWork.commitToDatabaseWithChangeSet(UnitOfWork.java:1137) at oracle.toplink.publicinterface.UnitOfWork.commitRootUnitOfWork(UnitOfWork.java:956) at oracle.toplink.publicinterface.UnitOfWork.commit(UnitOfWork.java:771) at oracle.tip.adapter.db.DBInteraction.executeOutboundWrite(DBInteraction.java:416) at oracle.tip.adapter.db.DBInteraction.execute(DBInteraction.java:147) at oracle.tip.adapter.fw.wsif.jca.WSIFOperation_JCA.executeRequestResponseOperation(WSIFOperation_JCA.java:463) at oracle.tip.adapter.fw.wsif.jca.WSIFOperation_JCA.executeInputOnlyOperation(WSIFOperation_JCA.java:653) at com.collaxa.cube.ws.WSIFInvocationHandler.invoke(WSIFInvocationHandler.java:439) at com.collaxa.cube.ws.WSInvocationManager.invoke2(WSInvocationManager.java:310) at com.collaxa.cube.ws.WSInvocationManager.invoke(WSInvocationManager.java:184) at com.collaxa.cube.engine.ext.wmp.BPELInvokeWMP.__invoke(BPELInvokeWMP.java:601) at com.collaxa.cube.engine.ext.wmp.BPELInvokeWMP.__executeStatements(BPELInvokeWMP.java:316) at com.collaxa.cube.engine.ext.wmp.BPELActivityWMP.perform(BPELActivityWMP.java:179) at com.collaxa.cube.engine.CubeEngine.performActivity(CubeEngine.java:3396) at com.collaxa.cube.engine.CubeEngine.handleWorkItem(CubeEngine.java:1905) at com.collaxa.cube.engine.dispatch.message.instance.PerformMessageHandler.handleLocal(PerformMessageHandler.java:75) at com.collaxa.cube.engine.dispatch.DispatchHelper.handleLocalMessage(DispatchHelper.java:100) at com.collaxa.cube.engine.dispatch.DispatchHelper.sendMemory(DispatchHelper.java:185) at com.collaxa.cube.engine.CubeEngine.endRequest(CubeEngine.java:5408) at com.collaxa.cube.engine.CubeEngine.createAndInvoke(CubeEngine.java:1300) at com.collaxa.cube.engine.delivery.DeliveryService.handleInvoke(DeliveryService.java:507) at com.collaxa.cube.engine.ejb.impl.CubeDeliveryBean.handleInvoke(CubeDeliveryBean.java:307) at ICubeDeliveryLocalBean_StatelessSessionBeanWrapper16.handleInvoke(ICubeDeliveryLocalBean_StatelessSessionBeanWrapper16.java:1791) at com.collaxa.cube.engine.dispatch.message.invoke.InvokeInstanceMessageHandler.handle(InvokeInstanceMessageHandler.java:37) at com.collaxa.cube.engine.dispatch.DispatchHelper.handleMessage(DispatchHelper.java:76) at com.collaxa.cube.engine.dispatch.BaseScheduledWorker.process(BaseScheduledWorker.java:70) at com.collaxa.cube.engine.ejb.impl.WorkerBean.onMessage(WorkerBean.java:86) at com.evermind.server.ejb.MessageDrivenBeanInvocation.run(MessageDrivenBeanInvocation.java:123) at com.evermind.server.ejb.MessageDrivenHome.onMessage(MessageDrivenHome.java:748) at com.evermind.server.ejb.MessageDrivenHome.run(MessageDrivenHome.java:921) at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186) at java.lang.Thread.run(Thread.java:534) Caused by: java.sql.SQLException: [POL-3221] null key in primary index at oracle.lite.poljdbc.LiteThinJDBCConnection.thinSQLError(Unknown Source) at oracle.lite.poljdbc.LiteThinJDBCStatement.thinExecute(Unknown Source) at oracle.lite.poljdbc.LiteThinJDBCPreparedStatement.execute(Unknown Source) at oracle.lite.poljdbc.POLJDBCPreparedStatement.executeInt(Unknown Source) at oracle.lite.poljdbc.POLJDBCPreparedStatement.executeUpdate(Unknown Source) at oracle.toplink.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:727) ... 56 more .</summary>
    </part>
    <part name="detail">
    <detail>Exception Description: java.sql.SQLException: [POL-3221] null key in primary index Internal Exception: java.sql.SQLException: [POL-3221] null key in primary index Error Code: -3221</detail>
    </part>
    </remoteFault>

    I'm also trying to complete the Order Booking Tutorial in and hitting the same error in Chapter 10.
    <bindingFault>
    <part name="code" >
    <code>-3221</code>
    </part>
    <part name="summary" >
    <summary>
    file:/C:/product/OraBPEL/integration/orabpel/domains/default/tmp/.bpel_FulfillOrder_1.0.jar/writeDB.wsdl [ writeDB_ptt::merge(OrdersCollection) ] - WSIF JCA Execute of operation 'merge' failed due to: DBWriteInteractionSpec Execute Failed Exception. merge failed. Descriptor name: [FulfillOrder.Orders]. ; nested exception is: ORABPEL-11616 DBWriteInteractionSpec Execute Failed Exception. merge failed. Descriptor name: [FulfillOrder.Orders]. Caused by Exception [TOPLINK-4002] (OracleAS TopLink - 10g (9.0.4.5) (Build 040930)): oracle.toplink.exceptions.DatabaseException Exception Description: java.sql.SQLException: [POL-3221] null key in primary index Internal Exception: java.sql.SQLException: [POL-3221] null key in primary index Error Code: -3221. </summary>
    </part>
    <part name="detail" >
    <detail> Exception Description: java.sql.SQLException: [POL-3221] null key in primary index Internal Exception: java.sql.SQLException: [POL-3221] null key in primary index Error Code: -3221</detail>
    </part>
    </bindingFault>
    Here is the transformDBRecord - it looks all right to me:
    <writeDBrecord_merge_InputVariable>
    <part name="OrdersCollection" >
    <OrdersCollection>
    <Orders>
    <company>DeGossaaCalro</company>
    <id>AS-0193</id>
    <orderdate>2005-01-10</orderdate>
    <orderprice>6100.00</orderprice>
    <suppliername>Unknown</suppliername>
    <supplierprice>0.0</supplierprice>
    <orderitemsCollection>
    <Orderitems/>
    <Orderitems/>
    </orderitemsCollection>
    </Orders>
    </OrdersCollection>
    </part>
    </writeDBrecord_merge_InputVariable>
    Did I miss a fix in a readme somewhere?
    Or is this an error in the tutorial or the product? It's pretty frustrating to work your way down through a tutorial and have something like this fail, because:
    #1 - you don't know if you did something wrong, or
    #2 - you don't know if there was an error in the tutorial steps, or
    #3- there is a bug in the product, and
    #4 - you can't go on to finish the tutorial when all the chapters build on what has gone before.

  • [solved]guile-gnome-platform: make[4]: *** [gobject.doc] Error 1

    Hi All,
    I'm trying to compile guile-gnome-platform from aur:
    http://aur.archlinux.org/packages.php?ID=20033
    This gives me the following error:
    make[4]: Entering directory `/storage/home/cedric/download/guile-gnome-platform/src/guile-gnome-platform-2.16.1/glib/gnome/gobject'
    guile-snarf -DHAVE_CONFIG_H -I. -I. -Wall -g -pthread -std=gnu99 -pthread -I/usr/lib/libffi-3.0.9/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include gc.c > gc.x \
    || { rm gc.x; false; }
    guile-snarf -DHAVE_CONFIG_H -I. -I. -Wall -g -pthread -std=gnu99 -pthread -I/usr/lib/libffi-3.0.9/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include gutil.c > gutil.x \
    || { rm gutil.x; false; }
    guile-snarf -DHAVE_CONFIG_H -I. -I. -Wall -g -pthread -std=gnu99 -pthread -I/usr/lib/libffi-3.0.9/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include gtype.c > gtype.x \
    || { rm gtype.x; false; }
    guile-snarf -DHAVE_CONFIG_H -I. -I. -Wall -g -pthread -std=gnu99 -pthread -I/usr/lib/libffi-3.0.9/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include gparameter.c > gparameter.x \
    || { rm gparameter.x; false; }
    guile-snarf -DHAVE_CONFIG_H -I. -I. -Wall -g -pthread -std=gnu99 -pthread -I/usr/lib/libffi-3.0.9/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include gvalue.c > gvalue.x \
    || { rm gvalue.x; false; }
    guile-snarf -DHAVE_CONFIG_H -I. -I. -Wall -g -pthread -std=gnu99 -pthread -I/usr/lib/libffi-3.0.9/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include gclosure.c > gclosure.x \
    || { rm gclosure.x; false; }
    guile-snarf -DHAVE_CONFIG_H -I. -I. -Wall -g -pthread -std=gnu99 -pthread -I/usr/lib/libffi-3.0.9/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include gsignal.c > gsignal.x \
    || { rm gsignal.x; false; }
    guile-snarf -DHAVE_CONFIG_H -I. -I. -Wall -g -pthread -std=gnu99 -pthread -I/usr/lib/libffi-3.0.9/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include gobject.c > gobject.x \
    || { rm gobject.x; false; }
    gcc -E -DSCM_MAGIC_SNARF_DOCS -DHAVE_CONFIG_H -I. -I. -Wall -g -pthread -std=gnu99 -pthread -I/usr/lib/libffi-3.0.9/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include gobject.c \
    | grep -E '^\^\^ {.*\^\^ }' > gobject.doc || { rm gobject.doc; false; }
    make[4]: *** [gobject.doc] Error 1
    make[4]: *** Waiting for unfinished jobs....
    make[4]: Leaving directory `/storage/home/cedric/download/guile-gnome-platform/src/guile-gnome-platform-2.16.1/glib/gnome/gobject'
    make[3]: *** [all-recursive] Error 1
    make[3]: Leaving directory `/storage/home/cedric/download/guile-gnome-platform/src/guile-gnome-platform-2.16.1/glib/gnome'
    make[2]: *** [all-recursive] Error 1
    make[2]: Leaving directory `/storage/home/cedric/download/guile-gnome-platform/src/guile-gnome-platform-2.16.1/glib'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/storage/home/cedric/download/guile-gnome-platform/src/guile-gnome-platform-2.16.1'
    make: *** [all] Error 2
    Aborting...
    To me, it looks like the compiler is looking for gobject.doc, but this is not present, find does not return any hits:
    cedric@laptop:/storage/home/cedric/download/guile-gnome-platform$ find -iname gobject.doc
    cedric@laptop:/storage/home/cedric/download/guile-gnome-platform$
    My version of gnome is 2.30.2, maybe  guile-gnome-platform-2.16.1 is too old? however, 2.16.1 is the newest version here:
    http://ftp.gnu.org/pub/gnu/guile-gnome/ … -platform/
    Best regards,
    Cedric
    Last edited by cdwijs (2010-10-18 16:25:40)

    Let's try with the latest git version, as described here:
    http://www.gnu.org/software/guile-gnome/dev/
    git clone git://git.sv.gnu.org/guile-gnome.git guile-gnome-platform
    cedric@laptop:~/download/guile-gnome-platform-git$ git clone git://git.sv.gnu.org/guile-gnome.git guile-gnome-platform
    Cloning into guile-gnome-platform...
    remote: Counting objects: 9599, done.
    remote: Compressing objects: 100% (3199/3199), done.
    remote: Total 9599 (delta 6306), reused 9599 (delta 6306)
    Receiving objects: 100% (9599/9599), 12.38 MiB | 589 KiB/s, done.
    Resolving deltas: 100% (6306/6306), done.
    cd guile-gnome-platform
    scripts/configure-packages guile-gnome-platform
    cedric@laptop:~/download/guile-gnome-platform-git$ cd guile-gnome-platform
    cedric@laptop:~/download/guile-gnome-platform-git/guile-gnome-platform$ scripts/configure-packages guile-gnome-platform
    configuring scripts/.. as package guile-gnome-platform
    checking out atk
    first checking out local tracking branch for origin/atk
    Branch atk set up to track remote branch atk from origin.
    Cloning into atk...
    done.
    Branch atk set up to track remote branch atk from origin.
    Switched to a new branch 'atk'
    checking out cairo
    first checking out local tracking branch for origin/cairo
    Branch cairo set up to track remote branch cairo from origin.
    Cloning into cairo...
    done.
    Branch cairo set up to track remote branch cairo from origin.
    Switched to a new branch 'cairo'
    checking out corba
    first checking out local tracking branch for origin/corba
    Branch corba set up to track remote branch corba from origin.
    Cloning into corba...
    done.
    Branch corba set up to track remote branch corba from origin.
    Switched to a new branch 'corba'
    checking out defs
    first checking out local tracking branch for origin/defs
    Branch defs set up to track remote branch defs from origin.
    Cloning into defs...
    done.
    Branch defs set up to track remote branch defs from origin.
    Switched to a new branch 'defs'
    checking out gconf
    first checking out local tracking branch for origin/gconf
    Branch gconf set up to track remote branch gconf from origin.
    Cloning into gconf...
    done.
    Branch gconf set up to track remote branch gconf from origin.
    Switched to a new branch 'gconf'
    checking out glib
    first checking out local tracking branch for origin/glib
    Branch glib set up to track remote branch glib from origin.
    Cloning into glib...
    done.
    Branch glib set up to track remote branch glib from origin.
    Switched to a new branch 'glib'
    checking out gnome-vfs
    first checking out local tracking branch for origin/gnome-vfs
    Branch gnome-vfs set up to track remote branch gnome-vfs from origin.
    Cloning into gnome-vfs...
    done.
    Branch gnome-vfs set up to track remote branch gnome-vfs from origin.
    Switched to a new branch 'gnome-vfs'
    checking out gtk
    first checking out local tracking branch for origin/gtk
    Branch gtk set up to track remote branch gtk from origin.
    Cloning into gtk...
    done.
    Branch gtk set up to track remote branch gtk from origin.
    Switched to a new branch 'gtk'
    checking out libglade
    first checking out local tracking branch for origin/libglade
    Branch libglade set up to track remote branch libglade from origin.
    Cloning into libglade...
    done.
    Branch libglade set up to track remote branch libglade from origin.
    Switched to a new branch 'libglade'
    checking out libgnome
    first checking out local tracking branch for origin/libgnome
    Branch libgnome set up to track remote branch libgnome from origin.
    Cloning into libgnome...
    done.
    Branch libgnome set up to track remote branch libgnome from origin.
    Switched to a new branch 'libgnome'
    checking out libgnomecanvas
    first checking out local tracking branch for origin/libgnomecanvas
    Branch libgnomecanvas set up to track remote branch libgnomecanvas from origin.
    Cloning into libgnomecanvas...
    done.
    Branch libgnomecanvas set up to track remote branch libgnomecanvas from origin.
    Switched to a new branch 'libgnomecanvas'
    checking out libgnomeui
    first checking out local tracking branch for origin/libgnomeui
    Branch libgnomeui set up to track remote branch libgnomeui from origin.
    Cloning into libgnomeui...
    done.
    Branch libgnomeui set up to track remote branch libgnomeui from origin.
    Switched to a new branch 'libgnomeui'
    checking out pango
    first checking out local tracking branch for origin/pango
    Branch pango set up to track remote branch pango from origin.
    Cloning into pango...
    done.
    Branch pango set up to track remote branch pango from origin.
    Switched to a new branch 'pango'
    cedric@laptop:~/download/guile-gnome-platform-git/guile-gnome-platform$
    ./autogen.sh --prefix=... && make <=fails
    cedric@laptop:~/download/guile-gnome-platform-git/guile-gnome-platform$ ./autogen.sh --prefix=... && make
    + passing --prefix=... to configure
    + options passed to configure: --prefix=...
    + check for build tools
    checking for autoconf >= 2.52 ... found 2.67, ok.
    checking for automake >= 1.7 ... found 1.11.1, ok.
    checking for libtoolize >= 1.4.0 ... found 2.2.10, ok.
    checking for pkg-config >= 0.8.0 ... found 0.25, ok.
    + creating configure.ac and top-level Makefile.am
    + using VERSION 2.16.1 from glib
    + configuring tree as guile-gnome-platform, version 2.16.1
    + sorting package dependencies...
    defs glib cairo atk pango gtk libgnomeui libgnomecanvas libgnome libglade gnome-vfs gconf corba
    + running libtoolize --copy --force...
    libtoolize: putting auxiliary files in `.'.
    libtoolize: copying file `./ltmain.sh'
    libtoolize: You should add the contents of the following files to `aclocal.m4':
    libtoolize: `/usr/share/aclocal/libtool.m4'
    libtoolize: `/usr/share/aclocal/ltoptions.m4'
    libtoolize: `/usr/share/aclocal/ltversion.m4'
    libtoolize: `/usr/share/aclocal/ltsugar.m4'
    libtoolize: `/usr/share/aclocal/lt~obsolete.m4'
    libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
    libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
    libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
    + running aclocal ...
    /usr/share/aclocal/libstroke.m4:29: warning: underquoted definition of smr_ARG_WITHLIB
    /usr/share/aclocal/libstroke.m4:29: run info '(automake)Extending aclocal'
    /usr/share/aclocal/libstroke.m4:29: or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
    + running autoheader ...
    + running autoconf ...
    + running automake -a -c...
    configure.ac:25: installing `./config.guess'
    configure.ac:25: installing `./config.sub'
    configure.ac:6: installing `./install-sh'
    configure.ac:6: installing `./missing'
    atk/doc/Makefile.am:13: installing `atk/doc/mdate-sh'
    atk/doc/Makefile.am:13: installing `atk/doc/texinfo.tex'
    atk/gnome/gw/Makefile.am: installing `./depcomp'
    corba/doc/Makefile.am:9: installing `corba/doc/texinfo.tex'
    gconf/doc/Makefile.am:19: installing `gconf/doc/mdate-sh'
    gconf/doc/Makefile.am:19: installing `gconf/doc/texinfo.tex'
    glib/doc/glib/Makefile.am:27: installing `glib/doc/glib/mdate-sh'
    glib/doc/glib/Makefile.am:27: installing `glib/doc/glib/texinfo.tex'
    glib/doc/gobject/Makefile.am:12: installing `glib/doc/gobject/texinfo.tex'
    gnome-vfs/doc/Makefile.am:44: installing `gnome-vfs/doc/mdate-sh'
    gnome-vfs/doc/Makefile.am:44: installing `gnome-vfs/doc/texinfo.tex'
    gtk/doc/gdk/Makefile.am:28: installing `gtk/doc/gdk/mdate-sh'
    gtk/doc/gdk/Makefile.am:28: installing `gtk/doc/gdk/texinfo.tex'
    gtk/doc/gtk/Makefile.am:42: installing `gtk/doc/gtk/mdate-sh'
    gtk/doc/gtk/Makefile.am:42: installing `gtk/doc/gtk/texinfo.tex'
    libglade/doc/Makefile.am:14: installing `libglade/doc/mdate-sh'
    libglade/doc/Makefile.am:14: installing `libglade/doc/texinfo.tex'
    libgnome/doc/Makefile.am:24: installing `libgnome/doc/mdate-sh'
    libgnome/doc/Makefile.am:24: installing `libgnome/doc/texinfo.tex'
    libgnomecanvas/doc/Makefile.am:13: installing `libgnomecanvas/doc/mdate-sh'
    libgnomecanvas/doc/Makefile.am:13: installing `libgnomecanvas/doc/texinfo.tex'
    libgnomeui/doc/Makefile.am:58: installing `libgnomeui/doc/mdate-sh'
    libgnomeui/doc/Makefile.am:58: installing `libgnomeui/doc/texinfo.tex'
    pango/doc/pango/Makefile.am:26: installing `pango/doc/pango/mdate-sh'
    pango/doc/pango/Makefile.am:26: installing `pango/doc/pango/texinfo.tex'
    pango/doc/pangocairo/Makefile.am:19: installing `pango/doc/pangocairo/mdate-sh'
    pango/doc/pangocairo/Makefile.am:19: installing `pango/doc/pangocairo/texinfo.tex'
    + running configure ...
    ./configure default flags: --enable-maintainer-mode
    ./configure external flags: --prefix=...
    configure: WARNING: unrecognized options: --enable-maintainer-mode
    configure: error: expected an absolute directory name for --prefix: ...
    configure failed
    cedric@laptop:~/download/guile-gnome-platform-git/guile-gnome-platform$
    ./autogen.sh --prefix=/usr && make
    Now it compiles without any problems.
    Best regards,
    Cedric
    Last edited by cdwijs (2010-10-17 08:34:40)

  • Error while running the SOA ORDERBOOKING TUTORIAL

    Hi,
    I have created the SOA ORDER BOOKING Tutorial sucessfully with our any ERRORS. While running the Deployed process iam getting the following errors :
    ERROR:--
    file:/<orahome>/bpel/domains/default/tmp/.bpel_SOAOrderBooking_1.0_937b09d1bd8dae1b33b028b2871aef63.tmp/OrderSequence.wsdl [ OrderSequence_ptt::OrderSequence(OrderSequenceInput_msg,OrderSequenceOutputCollection) ] - WSIF JCA Execute of operation 'OrderSequence' failed due to: Could not create/access the TopLink Session.
    This session is used to connect to the datastore. [Caused by: Listener refused the connection with the following error:
    ORA-12516, TNS:no appropriate service handler found
    The Connection descriptor used by the client was: mydomain.com:1522:XE
    ; nested exception is:
         ORABPEL-11622
    Could not create/access the TopLink Session.
    This session is used to connect to the datastore. [Caused by: Listener refused the connection with the following error:
    ORA-12519, TNS:no appropriate service handler found
    The Connection descriptor used by the client was:
    mydomain.com:1522:XE
    See root exception for the specific exception. You may need to configure the connection settings in the deployment descriptor (i.e. $J2EE_HOME/application-deployments/default/DbAdapter/oc4j-ra.xml) and restart the server. Caused by Exception [TOPLINK-4002] (Oracle TopLink - 10g Release 3 (10.1.3.3.0) (Build 070608)): oracle.toplink.exceptions.DatabaseException
    Internal Exception: java.sql.SQLException: Listener refused the connection with the following error:
    ORA-12519, TNS:no appropriate service handler found
    The Connection descriptor used by the client was:
    mydomain.com:1522:XE.
    My database is up and i have tested the connection that i have created (jdbc/soademo) . Every thing is working fine.
    lsnrctl services:
    <oraclehome>\BIN>lsnrctl services
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 20-JAN-2009 15:10
    :01
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
    Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0
    LOCAL SERVER
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0
    LOCAL SERVER
    Service "XEXDB" has 1 instance(s).
    Instance "xe", status READY, has 1 handler(s) for this service...
    Handler(s):
    "D000" established:0 refused:0 current:0 max:1002 state:ready
    DISPATCHER <machine: mymachine, pid: 7540>
    (ADDRESS=(PROTOCOL=tcp)(HOST=mydomain.com)(PORT=1271))
    Service "XE_XPT" has 1 instance(s).
    Instance "xe", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:138 refused:0 state:ready
    LOCAL SERVER
    Service "xe" has 1 instance(s).
    Instance "xe", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:138 refused:0 state:ready
    LOCAL SERVER
    The command completed successfully
    Can anyone help me out with this problem.

    Hi ,
    I have installed Oracle database XE Edition on port 1522 as 1521 is used by olite database. Here is my listner status.
    ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------Listner Status
    ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------<orahome>\BIN>lsnrctl status
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 20-JAN-2009 18:25
    :05
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Produ
    ction
    Start Date 19-JAN-2009 17:43:31
    Uptime 1 days 0 hr. 41 min. 35 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Default Service XE
    Listener Parameter File <orahome>\network\admin\listener.ora
    Listener Log File <orahome>\network\log\listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC_FOR_XEipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=mydomain.com)(PORT=1522)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=8080))(Presentation=HTTP)(Session=RAW))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
    Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "XEXDB" has 1 instance(s).
    Instance "xe", status READY, has 1 handler(s) for this service...
    Service "XE_XPT" has 1 instance(s).
    Instance "xe", status READY, has 1 handler(s) for this service...
    Service "xe" has 1 instance(s).
    Instance "xe", status READY, has 1 handler(s) for this service...
    The command completed successfully
    Edited by: user9969930 on Jan 21, 2009 1:36 AM

  • Annotations - error in Sun Tutorial?

    In the Q&E section of The Sun Tutorial on Annotataions (http://java.sun.com/docs/books/tutorial/java/javaOO/QandE/annotations-answers.html), it says,
    Question 2: Compile this program:
    interface Closable {
    void close();
    class File implements Closable {
    @Override
    public void close() {
    //... close this file...
    What happens? Can you explain why?
    Answer 2: The compiler generates an error complaining that File.close doesn't override any method from its superclass. This is because it is not overriding Closable.close, it is implementing it!
    But...
    I get no errors (or any other messages) and File.class and Closeable.class files are created.
    Is the tutorial wrong? Or something else?
    How would you change the sample code to get the answer the tutorial gives?
    Thank you.
    see also http://java.sun.com/docs/books/tutorial/java/javaOO/QandE/annotations-questions.html

    C:\Documents and Settings\ejp\Tests\src\OverridesTest.java:23: method does not override a method from its superclass
    Is that the code you actually compiled?

  • Error running SwingApplication tutorial

    I'm trying to run the SwingApplication from the 'Compiling and Running Swing Programs' tutorial at http://java.sun.com/docs/books/tutorial/uiswing/start/swingStart12.html.
    When I enter: 'java SwingApplication' I get the following error:
    Exception in thread "main" java.lang.NoClassDefFoundError: SwingApplication
    I'm running Java version 1.3.1_02. Can anyone please help me with this error?
    Thanks in advance.

    Thank you very much for your input. I was running in the wrong directory. When I got into the right directory, ....\jdk\bin, and used the -classpath option, everything worked fine. One more arrow in the back to becoming an expert......... :-)

  • Fatal error and lost tutorial

    I'm trying to find where Tutorial Builder is putting my completed tutorial. I've tried it twice, it's supposedly saved to the Mac desktop, but it isn't there. Now, when I tried to review the notes I get
    Fatal error: Call to a member function tableName() on a non-object in /data/www/sites/labs-live.macromedia.com/docs/wiki/includes/ObjectCache.php on line 409"
    Are folks having success with this and I'm an idiot? Quite possible...

    Hi David,
    I am not sure where the original tutorials were stored. You could search for ScriptingListenerJS.log and see all the log files that Tutorial Builder generated. That might provide some clues.
    As for the "tbstep" links, these hyperlinks are special. A browser like Safara, Firefox, or Chrome is not going to recognize those. As we mention in the Release Notes:
    "You can view the generated HTML tutorial in a Web browser (we have primarily tested on IE8 and Firefox 6), but the "Show me in Photoshop" links will not work. In order to enable this functionality, you will need to build a simple Webkit based application that loads the tutorial and sends the code embedded in the HTML file to a running instance of Photoshop via the Touch SDK. In the future, we hope to release such an application with Tutorial Builder."
    Please let me know if you have any more questions.
    We would love to hear your feedback on Tutorial Builder
    Thanks!
    Mira

  • Billing doc error due t copa standard quantity

    Hi  I am facing an issue .this is regarding the error while releaseing a billing doc the errortranslating the quantity to the COPA standard quatity.
    in material master i checked the unit of measure is SET and in copa KEA6 VVAUM( Alt Uom)
    Error translating the quantity to the CO-PA standard quantity
    Message no. K/832
    Diagnosis
    Customizing in Profitability Analysis CO-PA allows a standard quantity field to be updated.
    An error has occurred in the present document while the standard quantity field "VVAUM" was being supplied.
    The base unit of measure "SET" could not be translated into the standard unit of measure "M3" for the material "B/CAL/PROJECT5".
    System Response
    It is not possible to process the document again.
    Procedure
    1. If required, maintain the unit of measure "M3" as an alternative unit of measure in the material master for the material "B/CAL/PROJECT5".
    2. In certain cases, you should check whether derivation of the unit of measure for the CO-PA standard quantity field "VVAUM" needs to be changed in Customizing for CO-PA characteristic derivation
    This is billing docments needs to be released . what is the problem some body can help me to resolve the issue
    Arjun

    Hi
    I am assuming that you want to update qty in COPA with UoM M3
    In MM02 - Maintain conversion of SET to M3
    In KE4MS - Maintain M3 as the Standard Unit of Measure
    In KE4M - Assign SD Qty field (FKIMG) to VVAUM
    BR,Ajay M

  • Billing Doc error posting to Accounting

    Hi,
    I am getting an error message while posting the Billing doc to Accounting.
    "Reconciliation a/c 222 or short key 00 is not permitted"
    Message No. F5788
    what may be the reason
    Rgds
    Sunfico

    Hi
    This problem usually occurs when the reconciliation account defined in    
    the customer master has alternative reconciliation accounts assigned to   
    it.                                                                               
    If this is your case, please check the customizing for your allowable     
    alternative reconciliation accounts, table THKON, for an entry for  the    
    account defined on the customer master.                                   
    Regards
    Javier

  • Error while running tutorial test page....:(

    Hi All ,
    i m working on OAF 12.1.3 & downloaded p9879989_R12_GENERIC (after checking from metalink 416708.1 note) for jdev completed successful setup still not able to run test page in jdeveloper...
    Plz reply asap as i have to work in strict deadlines without any input & m a newbie in OAF...
    OC4J log is :
    [Starting OC4J using the following ports: HTTP=8988, RMI=23891, JMS=9227.]
    C:\JDeveloper\jdevhome\jdev\system\oracle.j2ee.10.1.3.41.57\embedded-oc4j\config>
    C:\JDeveloper\jdevbin\jdk\bin\javaw.exe -hotspot -classpath C:\JDeveloper\jdevbin\j2ee\home\oc4j.jar;C:\JDeveloper\jdevbin\jdev\lib\jdev-oc4j-embedded.jar -DFND_JDBC_STMT_CACHE_SIZE=200 -DCACHENODBINIT=true -DRUN_FROM_JDEV=true -mx256m -XX:MaxPermSize=256M -Xverify:none -DcheckForUpdates=adminClientOnly -Doracle.application.environment=development -Doracle.j2ee.dont.use.memory.archive=true -Doracle.j2ee.http.socket.timeout=500 -Doc4j.jms.usePersistenceLockFiles=false oracle.oc4j.loader.boot.BootStrap -config C:\JDeveloper\jdevhome\jdev\system\oracle.j2ee.10.1.3.41.57\embedded-oc4j\config\server.xml
    [waiting for the server to complete its initialization...]
    Could not canonicalize ' C:\Program Files\Java\jdk1.6.0_18\bin' (The filename, directory name, or volume label syntax is incorrect). From system property java.library.path.
    Nov 12, 2010 6:03:34 PM com.evermind.server.jms.JMSMessages log
    INFO: JMSServer[]: OC4J JMS server recovering transactions (commit 0) (rollback 0) (prepared 0).
    Nov 12, 2010 6:03:34 PM com.evermind.server.jms.JMSMessages log
    INFO: JMSServer[]: OC4J JMS server recovering local transactions Queue[jms/Oc4jJmsExceptionQueue].
    WARNING: Code-source C:\JDeveloper\jdevbin\jdev\appslibrt\xml.jar (from <library> in /C:/JDeveloper/jdevhome/jdev/system/oracle.j2ee.10.1.3.41.57/embedded-oc4j/config/application.xml) has the same filename but is not identical to /C:/JDeveloper/jdevbin/lib/xml.jar (from <code-source> (ignore manifest Class-Path) in META-INF/boot.xml in C:\JDeveloper\jdevbin\j2ee\home\oc4j.jar). If it contains different versions of the same classes, it will be masked as the latter is already visible in the search path of loader default.root:0.0.0.
    WARNING: Code-source C:\JDeveloper\jdevbin\jdev\appslibrt\jazn.jar (from <library> in /C:/JDeveloper/jdevhome/jdev/system/oracle.j2ee.10.1.3.41.57/embedded-oc4j/config/application.xml) has the same filename but is not identical to /C:/JDeveloper/jdevbin/j2ee/home/jazn.jar (from <code-source> in META-INF/boot.xml in C:\JDeveloper\jdevbin\j2ee\home\oc4j.jar). If it contains different versions of the same classes, it will be masked as the latter is already visible in the search path of loader default.root:0.0.0.
    WARNING: Code-source C:\JDeveloper\jdevbin\jdev\appslibrt\jazncore.jar (from manifest of /C:/JDeveloper/jdevbin/jdev/appslibrt/jazn.jar) has the same filename but is not identical to /C:/JDeveloper/jdevbin/j2ee/home/jazncore.jar (from <code-source> in META-INF/boot.xml in C:\JDeveloper\jdevbin\j2ee\home\oc4j.jar). If it contains different versions of the same classes, it will be masked as the latter is already visible in the search path of loader default.root:0.0.0.
    WARNING: Code-source C:\JDeveloper\jdevhome\jdev\system\oracle.j2ee.10.1.3.41.57\embedded-oc4j\applications\datatags\webapp\WEB-INF\lib\uix2.jar (from WEB-INF/lib/ directory in C:\JDeveloper\jdevhome\jdev\system\oracle.j2ee.10.1.3.41.57\embedded-oc4j\applications\datatags\webapp\WEB-INF\lib) has the same filename but is not identical to /C:/JDeveloper/jdevbin/jdev/appslibrt/uix2.jar (from <library> in /C:/JDeveloper/jdevhome/jdev/system/oracle.j2ee.10.1.3.41.57/embedded-oc4j/config/application.xml). If it contains different versions of the same classes, it will be masked as the latter is already visible in the search path of loader datatags.web.webapp:0.0.0.
    Ready message received from Oc4jNotifier.
    Embedded OC4J startup time: 5031 ms.
    Target URL -- http://10.62.94.62:8988/OA_HTML/runregion.jsp
    10/11/12 18:03:37 Oracle Containers for J2EE 10g (10.1.3.3.0) initialized
    browser error is :
    Network Error (tcp_error)
    A communication error occurred: "Operation timed out"
    The Web Server may be down, too busy, or experiencing other problems preventing it from responding to requests. You may wish to try again at a later time.
    For assistance, contact your network support team.
    then jrad.xml time out msg popup....no idea
    check ur hostname which i alrdy set local ip address ...
    log detail i given up...
    i m working on OAF 12.1.3 & downloaded p9879989_R12_GENERIC for jdev completed successful setup still not able to run page....
    Plz reply asap as i have to work in strict deadlines without any input...
    Thx in advance

    Welcome to the forums !
    Pl see if MOS Doc 330236.1 (Configuring JDeveloper For Use With Oracle Applications 11i and R12) can help
    HTH
    Srini

  • Getting below error while running Tutorial example in Jdev 10G (10.1.3.3.0)

    Hi Guys ,
    I am trying to run the Tutorial example in Jdev 10G ( 10.1.3.3.0) and getting the below error message.
    Please help me to resolve this error.
    Error :
    Network Error (tcp_error)
    A communication error occurred: "Operation timed out"
    The Web Server may be down, too busy, or experiencing other problems preventing it from responding to requests. You may wish to try again at a later time.
    For assistance, contact your network support team.
    Thanks and regards
    Raghu

    Hi Raghu,
    Make sure you are using the right version of Jdeveloper with your EBS application,
    I understand you are trying to run the page with a R12 application, below are the Jdev , EBS map,
    ATG Release 12 Version     JDeveloper 10g Patch
    12.0.0     <<Patch 5856648>> 10g Jdev with OA Extension
    12.0.1 (patch 5907545)     <<Patch 5856648>> 10g Jdev with OA Extension
    12.0.2 (patch 5484000 or 5917344)     <<Patch 6491398>> 10g Jdev with OA Extension ARU for R12 RUP2 (replaces 6197418)
    12.0.3 (patch 6141000 or 6077669)     <<Patch 6509325>> 10g Jdev with OA Extension ARU for R12 RUP3
    12.0.4 (patch 6435000 or 6272680)     <<Patch 6908968>> 10G JDEVELOPER WITH OA EXTENSION ARU FOR R12 RUP4
    12.0.5 (No new ATG code released)     No new JDev patch required
    12.0.6 (patch 6728000 or patch 7237006)     <<Patch 7523554>> 10G Jdeveloper With OA Extension ARU for R12 RUP6 Release 12.1 ATG Release 12.1 Version     JDeveloper 10g Patch
    12.1 (Controlled Release - only included for completeness)     <<Patch 7315332>> 10G Jdev with OA Extension ARU for R12.1 (Controlled Release)
    12.1.1 (rapidInstall or patch 7303030)     <<Patch 8431482>> 10G Jdeveloper with OA Extension ARU for R12.1.1
    12.1.2 (patch 7303033 or patch 7651091)     <<Patch 9172975>> 10G JDEVELOPER WITH OA EXTENSION ARU FOR R12.1 RUP2
    For more details, pleas erefer the metalink
    Note 416708.1 How to find the correct version of JDeveloper to use with eBusiness Suite 11i or Release 12.x
    With regards,
    Kali.
    OSSi.

  • Error while doing tutorial 5

    Hi People,
    I am doing Webdynpro practice examples from tutorials I am getting error in tutorial 5. Error is as follows: -
    Error when processing your request
    What has happened?
    The URL http://<server name>/sap/bc/webdynpro/sap/configure_application/ was not called due to an error.
    Note
    The following error text was processed in the system : Screen output without connection to user.
    The error occurred on the application server <server name> and in the work process 0 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Function: TADIR_OBJECT_CHECK of program SAPLSKEY
    Function: CHECK_ACCESS_KEYS of program SAPLSKEY
    Method: CHECK_TROBJ_BEFORE_EDIT of program CL_WD_CONFIGURATION_MODEL=====CP
    Method: FILL_APPL_CONFIG_CONTEXT of program CL_WD_CONFIGURATION_MODEL=====CP
    Method: UPDATE_APPLICATION_TREE of program /1BCWDY/HUP90X5JJ5T62V5554UY==CP
    Method: IF_COMPONENTCONTROLLER~UPDATE_APPLICATION_TREE of program /1BCWDY/HUP90X5JJ5T62V5554UY==CP
    Method: ONACTIONACTION of program /1BCWDY/HUP90X5JJ5T62V5554UY==CP
    Method: ONACTIONACTION of program /1BCWDY/HUP90X5JJ5T62V5554UY==CP
    Method: IF_WDR_VIEW_DELEGATE~WD_INVOKE_EVENT_HANDLER of program /1BCWDY/HUP90X5JJ5T62V5554UY==CP
    Method: INVOKE_EVENTHANDLER of program CL_WDR_DELEGATING_VIEW========CP
    What can I do?
    If the termination type was RABAX_STATE, then you can find more information on the cause of the termination in the system E3D in transaction ST22.
    If the termination type was ABORT_MESSAGE_STATE, then you can find more information on the cause of the termination on the application server <server name> in transaction SM21.
    If the termination type was ERROR_MESSAGE_STATE, then you can search for more information in the trace file for the work process 0 in transaction ST11 on the application server <server name>. In some situations, you may also need to analyze the trace files of other work processes.
    If you do not yet have a user ID, contact your system administrator.
    Error code: ICF-IE-http -c: 100 -u: ?<userID> -l: E -s: <Server> -i: <server name> -w: 0 -d: 20100519 -t: 014513 -v: RABAX_STATE -e: DYNPRO_SEND_IN_BACKGROUND
    HTTP 500 - Internal Server Error
    Your SAP Internet Communication Framework Team
    Does any body have any idea how to rectify this error??
    Thanks
    Siddarth

    Hi Siddarth,
    the system wants to have an access key for the developer and/or for the object you want to modify.
    From the runtime error in transaction ST22 you might find out the affected object. In case you try to change the object in SAP GUI you should be able to enter the data required.
    Best regards,
      Andreas

  • Error while running Tutorial.jpr from Jdevloper

    Dear Members,
    I have just downloaded the patch p4573517_11i_GENERIC and installed Oracle Jdev 9i on my PC.
    We are using Oracle Applications 11.5.10.2 version.
    I have successfully created the connection to apps and when I tried to run HomePG.xml from Tutorial.jpr to test my Jdev, I got the below errors.
    Exception Details.
    oracle.apps.fnd.framework.OAException: No data found for region (/oracle/apps/fnd/framework/toolbox/tutorial/webui/HomePG).
         at oracle.apps.fnd.framework.webui.JRAD2AKMapper.loadPage(JRAD2AKMapper.java:739)
         at oracle.apps.fnd.framework.webui.OAPageBean.initializeCustomizationsMDS(OAPageBean.java:6138)
         at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2126)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1711)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418)
         at OA.jspService(OA.jsp:40)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:534)
    ## Detail 0 ##
    oracle.adf.mds.exception.MDSRuntimeException: Unable to find component with absolute reference = /oracle/apps/fnd/framework/toolbox/tutorial/webui/HomePG, XML Path = {1}. Please verify that the reference is valid and the definition of the component exists either on the File System or in the MDS Repository.
    Non supported character set: oracle-character-set-36
         at oracle.adf.mds.internal.MetadataManagerBase.getUserCustomizationData(MetadataManagerBase.java:2216)
         at oracle.adf.mds.internal.MetadataManagerBase.getTransAndCustHelper(MetadataManagerBase.java:2154)
         at oracle.adf.mds.internal.MetadataManagerBase.getTransAndCust(MetadataManagerBase.java:1897)
         at oracle.adf.mds.internal.MetadataManagerBase.findElement(MetadataManagerBase.java:1360)
         at oracle.adf.mds.MElement.findElement(MElement.java:97)
         at oracle.apps.fnd.framework.webui.JRAD2AKMapper.loadPage(JRAD2AKMapper.java:722)
         at oracle.apps.fnd.framework.webui.OAPageBean.initializeCustomizationsMDS(OAPageBean.java:6138)
         at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2126)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1711)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418)
         at OA.jspService(OA.jsp:40)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:534)
    oracle.adf.mds.exception.MDSRuntimeException: Unable to find component with absolute reference = /oracle/apps/fnd/framework/toolbox/tutorial/webui/HomePG, XML Path = {1}. Please verify that the reference is valid and the definition of the component exists either on the File System or in the MDS Repository.
    Non supported character set: oracle-character-set-36
         at oracle.adf.mds.internal.MetadataManagerBase.getUserCustomizationData(MetadataManagerBase.java:2216)
         at oracle.adf.mds.internal.MetadataManagerBase.getTransAndCustHelper(MetadataManagerBase.java:2154)
         at oracle.adf.mds.internal.MetadataManagerBase.getTransAndCust(MetadataManagerBase.java:1897)
         at oracle.adf.mds.internal.MetadataManagerBase.findElement(MetadataManagerBase.java:1360)
         at oracle.adf.mds.MElement.findElement(MElement.java:97)
         at oracle.apps.fnd.framework.webui.JRAD2AKMapper.loadPage(JRAD2AKMapper.java:722)
         at oracle.apps.fnd.framework.webui.OAPageBean.initializeCustomizationsMDS(OAPageBean.java:6138)
         at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2126)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1711)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418)
         at OA.jspService(OA.jsp:40)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:534)
    Please help me in resolving the above issue.
    Many thanks in advance.
    Best Regards,
    Arun Reddy.

    Hi,
    Refer to this thread : Unable to get Jdeveloper to run helloworld
    It has its Solution.
    Thanks,
    Gaurav

  • Vf02 -on releasing a Billing Doc , error Message F5354

    Hi All,
    On VF02 as I am releasing a Billing Doc, its giving an error Message F5354 (Account 4710018 in company code FR11 cannot be directly posted to)
    On debugging , I found that xaccit_deb-cash should be space then only the u201Cifu201D code will be executed.
    but it is coming as "X" , thats why it is not allowing Kunnr to be passed as well as Release of Document.
    ACCIT_DEB is getting populated by a method Fill_ACCIT_DEB under BADI- BADI_SD_ACCOUNTING.
    Can any one of you please help me out and guide me through some feasible solution so that the document can be released?

    Hi
    Please check the G/L account settings of Account 4710018 in company code.
    Please refer the following threads
    AUC settlement through KO88
    Message no. F5354
    Regards
    Srinath

  • Downloaded Adobe 9 -- Using Word 2007 to open PDF doc (Error Msg)

    I just updated to Adobe 9 and am getting this signature error message when trying to open a pdf doc from MicroSoft Word 2007:  appname: acrord32.exe appver: 9.3.0.148 ModName: acrord32dll ModVer: 9.3.0.148 Offset: 001937fa
    Am not able to get beyond the error msg. 
    Help anyone?

    I have MicroSoft Word Office 2007.
    I recently upgraded from Adobe 8.1 to 9.3.  Now, I can no longer open pdf docs.
    I am getting an error that says: "Adobe Reader 9.3 (or 8.1) has encountered a problem and needs to close."
    I have uninstalled 9.3 and reinstalled.  I have uninstalled 9.3 and reinstalled 8.1.  I have gone back to 9.3.
    I have run 2008 Advanced Registry Optimizer.
    The error signature when trying to open a pdf file w/ either Adobe Reader (9.3 or 8.1) is this:
    AppName acrord exe AppVer: 9.3.0148 ModName: acrord32.dll ModVer: 9.3.0.148 Offset: 0019371a.
    How do I get back to opening pdf docs??

Maybe you are looking for

  • To get supplier name based on latest approved date

    hi in PO SUPER USER -Purchase Order Summary ,when we enter the item number in Item,rev field a new form Purchase Order Lines opens in this form there are many lines of PO numbers ,suppliers(vendors),approved date ,can we get the supplier name for whi

  • Ipod came back to life after washing BUT....

    I washed my Ipod touch 2nd gen...let it dry out, put it in damp rid for 2 weeks and it turned on and worked for a bit then wouldn't. I let it sit thinking it was completely dead, about 4 months ago and today hooked it up in my car to the griffin fire

  • Wireless Keyboard pairing Unsuccessful

    Hello: I just bought a new wireless keyboard and mouse for my Macbook Pro (new this year). The Mouse paired no problem but unfortunately pairing the keyboard has become rocket science. Before posting I Searched this forum and found most had a very sp

  • CONTEXT VALUE MANAGEMENT adcvm.sh file

    Hi Gurus Can someone tell me where do i find the adcvm.sh file Docs say it is under $APPL_TOP/bin I am on the apps tier and i don't even see bin directory under appltop I am a new to this. Pls guide

  • Abap class to write strings

    Hello all, Does anybody knows if exists an abap-class to write strings in SAP console ? I'm looking something similar of  System.out.println() in JAVA. Regards, Arthur