Template builder & shared lib (10.2)

Hi,
i am creating a domain template from a portal domain using Template Builder.
The resulting config.xml file stored in the jar file is not correct regarding some libs used by Weblogic Portal. Therefor, when i create a domain from this template, these libs are not found !
snipet from the config.xml file stored in the template jar file :
<library>
<name>[email protected]</name>
<target>AdminServer</target>
<source-path>*$APPLICATIONS_DIRECTORY$*/content-management-app-lib.ear</source-path>
<deployment-order>1</deployment-order>
<security-dd-model>DDOnly</security-dd-model>
</library>
<library>
<name>[email protected]</name>
<target>AdminServer</target>
<source-path>*$APPLICATIONS_DIRECTORY$*/webdav-app-lib.ear</source-path>
<deployment-order>1</deployment-order>
<security-dd-model>DDOnly</security-dd-model>
</library>
<library>
<name>[email protected]</name>
<target>AdminServer</target>
<source-path>*$APPLICATIONS_DIRECTORY$*/content-management-web-lib.war</source-path>
<deployment-order>1</deployment-order>
<security-dd-model>DDOnly</security-dd-model>
</library>
<library>
<name>[email protected]</name>
<target>AdminServer</target>
<source-path>*$APPLICATIONS_DIRECTORY$*/webdav-web-lib.war</source-path>
<deployment-order>1</deployment-order>
<security-dd-model>DDOnly</security-dd-model>
</library>
The correct source-path for each lib should be starting by $USER_INSTALL_DIR$ instead of $APPLICATIONS_DIRECTORY$
Any idea ?
Thx a lot
Emmanuel

I believe this is a known issue with the template builder of Weblogic portal.
And the suggested workaround for this is to change it manually from the *$APPLICATIONS_DIRECTORY$* to *$USER_INSTALL_DIR$*
thanks,
sandeep

Similar Messages

  • Building Shared Object for LabView

    All;
    I'm trying to build a C++-based shared object to be called from LabView and use SunCC instead of gcc. The compile stage looks like:danny@traveler:~/tubes/dielectric/rod_software/lookup> make -f Makefile.unix suncc=1
    sunCC -I/usr/local/lv71/cintools -I/home/danny/src/NR_C301/code -c -KPIC -m32 -Di686 lookup.cc
    "/home/danny/src/NR_C301/code/interp_1d.h", line 183: Warning: n hides Base_interp::n.
    "/home/danny/src/NR_C301/code/mins_ndim.h", line 103: Warning: n hides Linemethod<extern "C" double(const NRvector<double>&)>::n.
    "lookup.cc", line 176:     Where: While instantiating "Powell<extern "C" double(const NRvector<double>&)>::minimize(const NRvector<double>&)".
    "lookup.cc", line 176:     Where: Instantiated from non-template code.
    2 Warning(s) detected.and the load stage fails like this:sunCC -G -m32 -o lookup.so lookup.o /usr/local/lv71/AppLibs/liblvrt.so.7.1 /usr/lib/libGL.so /usr/lib/libOSMesa.so.6
    /opt/sun/sunstudio12/prod/lib/crtn.o:(.text+0x0): multiple definition of `_etext'
    make: *** [lookup.so] Error 1Is my problem obvious? Is there a simple example on how to build SOs? I found the switch definitions in the Sun documentation, but no good examples yet.
    ...Dan

    If your library links to other shared libraries, use -L options to point to directories other than system directories, and the -l option for the library name after "lib".
    When building shared libraries, you also need to list all system libraries explicity, unfortunately, to ensure your library has the right dependencies.
    You should also add -zdefs to force the linker to complain about unresolved symbols. The default when building shared libraries is not to warn about them.
    You want to be sure you have included all the needed libraries in the link.
    Your link command should look like this :
    sunCC -G -m32 -o lookup.so lookup.o -zdefs \
      -L /usr/local/lv71/AppLibs -llvrt.so.7.1 -lGL.so -lOSMesa.so.6 -lCstd -lCrun -lm -lcYou don't need a -L option for /usr/lib or the directories in the Sun Studio installation. The CC driver knows where to find system libraries.
    That said, I don't think the command line issues are the cause of the multiple definition error.
    Binaries created by Sun C++ are not compatible with binaries created by other C++ compilers like g++. Is liblvrt.so.7.1 a g++ library?

  • Configuration Template Builder WL8.1 does not work

    Hello,
         After spending nearly 2 days now trying to get a Configuration Template
    built, I've concluded this simply does not work. Has anyone used the
    Config Template builder to package a semi-complex application on top of WLI?
         I'm trying to have 2 of my applications, the JMS and JDBC resources,
    and a WLI event generator packaged up for easy deployment to someone
    else's server configuration. The problem with this is that there are
    required resources for WLI, namely a database. The Pointbase database
    included for WLI does not get included in the template automatically.
    There are also some flat-out bugs:
    If you choose to include a resource adapter "application", such as
    jms-xa-adp.rar, the template builder does not bundle this in the
    template and deploy it correctly. The template builder restricts you to
    putting applications in the relative path starting at ./
    For jms-xa-adp.rar, its original location is in $WL_HOME/server/lib, and
    the template builder defaults to put it in ./lib of your template.
    However, when you create a domain with the template, jms-xa-adp.rar does
    not get placed in your ./lib directory. This causes you to then go and
    manually edit your config.xml to point back at $WL_HOME/server/lib or to
    manually copy jms-xa-adp.rar into your ./lib directory (which the
    template mechanism should do for you).
    Relative paths in the config.xml file require you to execute the config
    builder from the directory of the domain you are making a template for.
    The template builder should instead be smart enough to realize that
    relative paths in the config.xml file are relative to the directory that
    the config.xml is in, not the one you are running the template builder
    from. You'll get an error when trying to create the template cause it
    won't find the resources if you're not in that directory.
    If anyone has successfully used this to package a WLI application in a
    template, please share your experiences and how to do so. In the
    meantime, I'm claiming there is no way to nicely package up a server
    configuration for a WLI app in Weblogic, and this is a big shortcoming.
    Weblogic needs a simple transferrable way of creating server
    configurations (it tries to do this with the template, but that is
    failing). With JBoss, for example, you simply copy your server directory
    into another installation. This doesn't work with Weblogic unfortunately
    because it puts hard-coded paths in the config.xml file.
    Thanks

    Russ,
         Thank you for the detailed responses. The only one I'm currently
    struggling with still is the #5, with the scripts between the two. One
    of the major benefits of using a J2EE App Server is supposed to be the
    portability between servers. I find it disconcerting that BEA Weblogic
    restricts me to the platform I created the domain on by creating
    platform-specific startup/shutdown scripts for only the platform created
    on. It's understandable that a script converter would be difficult, but
    at least both the .sh/.cmd files should be created from the first time
    you make a domain. If the user only wants one or the other, they can
    delete the appropriate one. It's also understandable that the
    users/deployers shouldn't have to manually convert a startup/shutdown
    script to take the domain to a different box.
         JBoss clearly has BEA beat on ease of deployment here. Their model is
    the concept I'm thinking of: you have some generic startup/shutdown
    scripts that can load a platform-independent server configuration. You
    truly can copy directories as-is between JBoss installations.
         I was hoping to package up a server domain for use on any of the
    supported platforms, but since I don't have the time to manually convert
    the startup/shutdown scripts, I'm going to have to tell people it's only
    for Solaris now.
         Hopefully BEA can fix this in a future SP. There's no need for this
    platform-dependency. Also, if the Windows version can generate both
    scripts at creation time, then the Solaris should be able to do this as
    well (or at least give you the option).
    Thanks again for the replies
    russ wrote:
    Hi Steven,
    I have several comments and questions about your last two posts. I will try to
    address them in order.
    1) "The Pointbase database included for WLI does not get included in the template
    automatically."
         By default the template builder only includes the *.cmd and *.sh files in the
    template from your domain directory. If you begin building with an existing
    domain template all files that were in the template will get included. This was
    done because there is no way for the builder to automatically determine all the
    files that are required by your template/domain and we steered away from recursively
    including all files from the directory so that unused files were not needlessly
    included. We can extrapolate some files based on the application paths in the
    config.xml, but the rest is left up to the template builder to be aware of what
    is needed for their domain to run. So, if you need the Pointbase *.dbn and *.wal
    files included in your template just select these files on the ?Add Files? panel
    of the template builder and add them to the ?Domain Directory?.
    2) ?If you choose to include a resource adapter "application", such as jms-xa-adp.rar,
    the template builder does not bundle this in the template and deploy it correctly.?
         The template builder considers application files to be in two categories: Imported
    or Internal. When you are at the ?Add Applications? panel of the builder you
    will see a checklist of all the applications that are in the domain you selected.
    On the right hand side there are two text fields. The top one displays the application
    path as it is currently set in the config.xml of that domain. The bottom field
    will be different depending on what category the application falls into. As you
    click on each application in the list, you may notice that the bottom field may
    change from an editable field titled ?Imported Application Path? to a non-editable
    field titled ?Internal Application Path?. The difference between the two categories
    is that an ?Imported? application?s files will be included in the template jar.
    An ?Internal? application?s files will not be included in the template jar because
    they are considered internal to the weblogic installation. The jms-xa-adp.rar
    should fall into the internal category and should not get included in your template.
         From what you are describing it sounds like the builder attempted to import that
    application when it should not have. In an attempt to recreate the problem you
    are seeing I deployed that Connector Module through the WLS console and ended
    up with an application path of ?C:\bea\weblogic81\server\lib? where ?C:\bea\weblogic81?
    is my WL_HOME (a.k.a. USER_INSTALL_DIR). If I then attempt to build a template
    from this domain, the builder recognizes this as an internal path and does not
    include it inside my template. If the current application path you had looks
    different from the one above, that may explain why the builder was attempting
    to import it. What was the value of the ?Current Application Path? for that application
    deployment?
    3) ?Relative paths in the config.xml file require you to execute the config builder
    from the directory of the domain you are making a template for.?
         The builder is ?smart? enough to determine relative paths. You should not have
    to invoke it from the domain directory you are working with. There is a known
    bug in the WebLogic Platform 8.1.1.0 release of the template builder that will
    cause it to not find files with relative paths in your domain directory if the
    application path in the config.xml is just a ?.?. If this is the case, you should
    see a FileNotFoundException when you attempt to create the template. This will
    be fixed in SP2 and you can work around this problem by changing those paths to
    ?./? instead. If this was not the case, what was the path the wizard choked
    on?
    4) ?Looking through the config file, it seems that it's all of the WLI components
    that have absolute paths in the config file. In addition, BEA_WLS_DBMS_ADK has
    an absolute path, not sure if that is WLI or WLS. ?
         BEA_WLS_DBMS_ADK is an integration application. If you created the original
    domain using the configuration wizard most of the applications in an integration
    enabled domain will reference paths inside of you installation directory or ?internal?
    paths. For instance, I used the wizard to create a ?Basic WebLogic Integration
    Domain?. The path for that application in this domain is: ?C:\bea\weblogic81/integration/adapters/dbms/lib/BEA_WLS_DBMS_ADK.ear?
    where ?C:\bea\weblogic81? is my WL_HOME or USER_INSTALL_DIR. When I load this
    domain into the builder it shows this application as ?internal? and the ?Internal
    Application Path? is "$USER_INSTALL_DIR$/integration/adapters/dbms/lib/BEA_WLS_DBMS_ADK.ear".
    This will be set as the path value of this application in the config.xml that
    will be included in the template you build. When you later use the Configuration
    Wizard on this template it will substitute the $USER_INSTALL_DIR$ to the value
    of the installation directory of the machine you are creating it on.
         If you were to Change these to relative paths, as Mark previously suggested,
    it will only work if you copy the domain directory to the same location relative
    to your installation directory on the target machine. Also, if you copy the domain
    in this manner you will more than likely run into problems with your start/stop
    scripts and be forced to hand modify all the paths contained within. The configuration
    wizard tries to alleviate these problems and make the configuration entirely portable.
    This gives the user who creates the domain from your template the ability to
    put it anywhere they want regardless of the paths in the config.xml.
    5) ?However, there is another major problem with the Template Builder: it only
    includes the startup/shutdown script for the platform you create the template
    on. ???I built the template on Solaris with the UNIX scripts. However, I tried
    to create a new config on Windows with this template, and the scripts were not
    converted to .bat files!?
         As I stated previously, the builder will only include *.cmd and *.sh scripts
    into your template by default. If you created the domain on a unix platform using
    the configuration wizard it will not extract the *.cmd files since these aren?t
    considered to be useful on unix. If you were then to attempt building a template
    from this domain and take it onto a windows platform, it will obviously be missing
    any windows scripts. Conversely, the wizard will extract *.sh scripts on windows
    because they can still be useful if a user has an MKS or Cygwin type environment
    installed. The config wizard and template builder do not have the ability to convert
    scripts. The builder will only include existing scripts that are in your domain
    directory and automatically determine any necessary string substitutions that
    will be needed. Please note that since WebLogic is only supported on the NT/2K/XP
    versions of windows you will find that the wizards use ?.cmd? files and not ?.bat?
    files since these are more commonly associated with Win 95/98/ME.
         I will be happy to answer any more questions you may have and would also like
    to take a look at your domain configuration to try and get a better understanding
    of the problems you are encountering.
    thanx,
    russ

  • BI Publisher Template Builder for Word 10.1.3.4.1 and Creating Pivot Table

    I'm new to BI (XML) Publisher and Pivot Tables.  I have XDO Engine version 5.6.3 and Template builder 10.1.3.4.1.  I creates a Word 2010 RTF template containing a pivot table.  When I preview in Word, it displays.  When I execute the Concurrent Request in Oracle 11, it ends with an error.
    I see this error in the log.  I'm assuming I forgot to do something or did it incorrectly.
    Caused by: oracle.xdo.parser.v2.XPathException: Namespace prefix 'crosstab' used but not declared.
    What am I doing incorrectly?  How do I resolve?
    The log follows:
    [8/20/13 1:17:19 AM] [main] Starting GSF service with concurrent process id = 276776.
    [8/20/13 1:17:19 AM] [main] Initialization Parameters: oracle.apps.fnd.cp.opp.OPPServiceThread:2:0:max_threads=5
    [8/20/13 1:17:20 AM] [Thread-21] Service thread starting up.
    [8/20/13 1:17:20 AM] [Thread-22] Service thread starting up.
    [8/20/13 7:51:58 AM] [OPPServiceThread0] Post-processing request 50656205.
    [8/20/13 7:51:58 AM] [276776:RT50656205] Executing post-processing actions for request 50656205.
    [8/20/13 7:51:58 AM] [276776:RT50656205] Starting XML Publisher post-processing action.
    [8/20/13 7:51:58 AM] [276776:RT50656205]
    Template code: Test_Head_Count
    Template app:  CPER
    Language:      en
    Territory:     00
    Output type:   null
    [082013_075159593][][EXCEPTION] [DEBUG] ------- Preferences defined PreferenceStore -------
    [082013_075159594][][EXCEPTION] [DEBUG] ------- Environment variables stored in EnvironmentStore -------
    [082013_075159594][][EXCEPTION] [DEBUG]  [FND_JDBC_IDLE_THRESHOLD.LOW]:[-1]
    [082013_075159594][][EXCEPTION] [DEBUG]  [SECURITY_GROUP_ID]:[0]
    [082013_075159595][][EXCEPTION] [DEBUG]  [FND_JDBC_BUFFER_DECAY_INTERVAL]:[300]
    [082013_075159595][][EXCEPTION] [DEBUG]  [NLS_CHARACTERSET]:[UTF8]
    [082013_075159596][][EXCEPTION] [DEBUG]  [RESP_APPL_ID]:[-1]
    [082013_075159596][][EXCEPTION] [DEBUG]  [NLS_LANGUAGE]:[AMERICAN]
    [082013_075159596][][EXCEPTION] [DEBUG]  [FND_JDBC_BUFFER_MIN]:[1]
    [082013_075159596][][EXCEPTION] [DEBUG]  [FND_JDBC_BUFFER_MAX]:[2]
    [082013_075159596][][EXCEPTION] [DEBUG]  [NLS_NUMERIC_CHARACTERS]:[.,]
    [082013_075159596][][EXCEPTION] [DEBUG]  [APPS_JDBC_URL]:[jdbc:oracle:thin:@(DESCRIPTION=(LOAD_BALANCE=YES)(FAILOVER=YES)(ADDRESS_LIST=(ADDRESS=(PROTOCOL=tcp)(HOST=dtw-oadevdb.nasa.cpwr.corp)(PORT=1554)))(CONNECT_DATA=(SERVICE_NAME=udv1)))]
    [082013_075159596][][EXCEPTION] [DEBUG]  [RESP_ID]:[-1]
    [082013_075159596][][EXCEPTION] [DEBUG]  [FND_MAX_JDBC_CONNECTIONS]:[500]
    [082013_075159596][][EXCEPTION] [DEBUG]  [FND_JDBC_USABLE_CHECK]:[false]
    [082013_075159596][][EXCEPTION] [DEBUG]  [USER_ID]:[-1]
    [082013_075159596][][EXCEPTION] [DEBUG]  [NLS_TERRITORY]:[AMERICA]
    [082013_075159596][][EXCEPTION] [DEBUG]  [FND_JDBC_PLSQL_RESET]:[false]
    [082013_075159596][][EXCEPTION] [DEBUG]  [FND_JDBC_CONTEXT_CHECK]:[true]
    [082013_075159597][][EXCEPTION] [DEBUG]  [NLS_DATE_FORMAT]:[DD-MON-RR]
    [082013_075159597][][EXCEPTION] [DEBUG]  [FND_JDBC_BUFFER_DECAY_SIZE]:[5]
    [082013_075159597][][EXCEPTION] [DEBUG]  [FND_JDBC_IDLE_THRESHOLD.HIGH]:[-1]
    [082013_075159597][][EXCEPTION] [DEBUG]  [NLS_SORT]:[BINARY]
    [082013_075159597][][EXCEPTION] [DEBUG]  [NLS_DATE_LANGUAGE]:[AMERICAN]
    [082013_075159597][][EXCEPTION] [DEBUG]  [LOGIN_ID]:[-1]
    [082013_075159597][][EXCEPTION] [DEBUG] ------- Properties stored in Java System Properties -------
    [082013_075159597][][EXCEPTION] [DEBUG]  [APPLTMP]:[/oracle/appl/udv1comn/temp]
    [082013_075159597][][EXCEPTION] [DEBUG]  [java.runtime.name]:[Java(TM) SE Runtime Environment]
    [082013_075159597][][EXCEPTION] [DEBUG]  [sun.boot.library.path]:[/oracle/appl/jdk1.6.0_24/jre/lib/sparc]
    [082013_075159597][][EXCEPTION] [DEBUG]  [java.vm.version]:[19.1-b02]
    [082013_075159597][][EXCEPTION] [DEBUG]  [OVERRIDE_DBC]:[true]
    [082013_075159598][][EXCEPTION] [DEBUG]  [dbcfile]:[/oracle/appl/udv1appl/fnd/11.5.0/secure/dtw-oadevdb_udv1.dbc]
    [082013_075159598][][EXCEPTION] [DEBUG]  [java.vm.vendor]:[Sun Microsystems Inc.]
    [082013_075159598][][EXCEPTION] [DEBUG]  [java.vendor.url]:[http://java.sun.com/]
    [082013_075159598][][EXCEPTION] [DEBUG]  [path.separator]:[:]
    [082013_075159598][][EXCEPTION] [DEBUG]  [APPLCSF]:[/oracle/appl/udv1comn/admin]
    [082013_075159598][][EXCEPTION] [DEBUG]  [java.vm.name]:[Java HotSpot(TM) Server VM]
    [082013_075159598][][EXCEPTION] [DEBUG]  [file.encoding.pkg]:[sun.io]
    [082013_075159598][][EXCEPTION] [DEBUG]  [sun.java.launcher]:[SUN_STANDARD]
    [082013_075159598][][EXCEPTION] [DEBUG]  [sun.os.patch.level]:[unknown]
    [082013_075159598][][EXCEPTION] [DEBUG]  [java.vm.specification.name]:[Java Virtual Machine Specification]
    [082013_075159598][][EXCEPTION] [DEBUG]  [user.dir]:[/oracle/appl/udv1comn/admin/log/udv1_dtw-oadevdb]
    [082013_075159598][][EXCEPTION] [DEBUG]  [java.runtime.version]:[1.6.0_24-b07]
    [082013_075159598][][EXCEPTION] [DEBUG]  [java.awt.graphicsenv]:[sun.awt.X11GraphicsEnvironment]
    [082013_075159599][][EXCEPTION] [DEBUG]  [java.endorsed.dirs]:[/oracle/appl/jdk1.6.0_24/jre/lib/endorsed]
    [082013_075159599][][EXCEPTION] [DEBUG]  [os.arch]:[sparc]
    [082013_075159599][][EXCEPTION] [DEBUG]  [JTFDBCFILE]:[/oracle/appl/udv1appl/fnd/11.5.0/secure/dtw-oadevdb_udv1.dbc]
    [082013_075159599][][EXCEPTION] [DEBUG]  [java.io.tmpdir]:[/var/tmp/]
    [082013_075159599][][EXCEPTION] [DEBUG]  [line.separator]:[
    [082013_075159599][][EXCEPTION] [DEBUG]  [java.vm.specification.vendor]:[Sun Microsystems Inc.]
    [082013_075159599][][EXCEPTION] [DEBUG]  [os.name]:[SunOS]
    [082013_075159599][][EXCEPTION] [DEBUG]  [FND_JDBC_BUFFER_MIN]:[1]
    [082013_075159599][][EXCEPTION] [DEBUG]  [cpid]:[276776]
    [082013_075159599][][EXCEPTION] [DEBUG]  [sun.jnu.encoding]:[ISO646-US]
    [082013_075159599][][EXCEPTION] [DEBUG]  [java.library.path]:[/oracle/appl/jdk1.6.0_24/jre/lib/sparc/server:/oracle/appl/jdk1.6.0_24/jre/lib/sparc:/oracle/appl/jdk1.6.0_24/jre/../lib/sparc:/oracle/appl/udv1ora/iAS/lib:/oracle/appl/udv1ora/8.0.6/network/jre11/lib/sparc/native_threads:/oracle/appl/udv1appl/cz/11.5.0/bin:/oracle/appl/udv1ora/8.0.6/lib:/usr/dt/lib:/usr/openwin/lib:/usr/jdk/packages/lib/sparc:/lib:/usr/lib]
    [082013_075159599][][EXCEPTION] [DEBUG]  [java.specification.name]:[Java Platform API Specification]
    [082013_075159599][][EXCEPTION] [DEBUG]  [java.class.version]:[50.0]
    [082013_075159600][][EXCEPTION] [DEBUG]  [sun.management.compiler]:[HotSpot Tiered Compilers]
    [082013_075159600][][EXCEPTION] [DEBUG]  [os.version]:[5.10]
    [082013_075159600][][EXCEPTION] [DEBUG]  [LONG_RUNNING_JVM]:[true]
    [082013_075159600][][EXCEPTION] [DEBUG]  [user.home]:[/oracle/home/applmgr]
    [082013_075159600][][EXCEPTION] [DEBUG]  [user.timezone]:[US/Eastern]
    [082013_075159600][][EXCEPTION] [DEBUG]  [java.awt.printerjob]:[sun.print.PSPrinterJob]
    [082013_075159600][][EXCEPTION] [DEBUG]  [file.encoding]:[ISO646-US]
    [082013_075159600][][EXCEPTION] [DEBUG]  [java.specification.version]:[1.6]
    [082013_075159600][][EXCEPTION] [DEBUG]  [CACHEMODE]:[DISTRIBUTED]
    [082013_075159600][][EXCEPTION] [DEBUG]  [java.class.path]:[/oracle/appl/j2sdk1624/jre/lib/rt.jar:/oracle/appl/j2sdk1624/lib/dt.jar:/oracle/appl/j2sdk1624/lib/tools.jar:/oracle/appl/j2sdk1624/jre/lib/charsets.jar:/oracle/appl/udv1comn/java/appsborg2.zip:/oracle/appl/udv1ora/8.0.6/forms60/java:/oracle/appl/udv1comn/java]
    [082013_075159600][][EXCEPTION] [DEBUG]  [user.name]:[applmgr]
    [082013_075159600][][EXCEPTION] [DEBUG]  [DBCFILE]:[/oracle/appl/udv1appl/fnd/11.5.0/secure/dtw-oadevdb_udv1.dbc]
    [082013_075159601][][EXCEPTION] [DEBUG]  [java.vm.specification.version]:[1.0]
    [082013_075159601][][EXCEPTION] [DEBUG]  [java.home]:[/oracle/appl/jdk1.6.0_24/jre]
    [082013_075159601][][EXCEPTION] [DEBUG]  [sun.arch.data.model]:[32]
    [082013_075159601][][EXCEPTION] [DEBUG]  [user.language]:[en]
    [082013_075159601][][EXCEPTION] [DEBUG]  [java.specification.vendor]:[Sun Microsystems Inc.]
    [082013_075159601][][EXCEPTION] [DEBUG]  [java.vm.info]:[mixed mode]
    [082013_075159601][][EXCEPTION] [DEBUG]  [logfile]:[/oracle/appl/udv1comn/admin/log/udv1_dtw-oadevdb/FNDOPP276776.txt]
    [082013_075159601][][EXCEPTION] [DEBUG]  [java.version]:[1.6.0_24]
    [082013_075159601][][EXCEPTION] [DEBUG]  [java.ext.dirs]:[/oracle/appl/jdk1.6.0_24/jre/lib/ext:/usr/jdk/packages/lib/ext]
    [082013_075159601][][EXCEPTION] [DEBUG]  [sun.boot.class.path]:[/oracle/appl/jdk1.6.0_24/jre/lib/resources.jar:/oracle/appl/jdk1.6.0_24/jre/lib/rt.jar:/oracle/appl/jdk1.6.0_24/jre/lib/sunrsasign.jar:/oracle/appl/jdk1.6.0_24/jre/lib/jsse.jar:/oracle/appl/jdk1.6.0_24/jre/lib/jce.jar:/oracle/appl/jdk1.6.0_24/jre/lib/charsets.jar:/oracle/appl/jdk1.6.0_24/jre/lib/modules/jdk.boot.jar:/oracle/appl/jdk1.6.0_24/jre/classes]
    [082013_075159601][][EXCEPTION] [DEBUG]  [java.vendor]:[Sun Microsystems Inc.]
    [082013_075159601][][EXCEPTION] [DEBUG]  [FND_JDBC_BUFFER_MAX]:[2]
    [082013_075159601][][EXCEPTION] [DEBUG]  [file.separator]:[/]
    [082013_075159602][][EXCEPTION] [DEBUG]  [java.vendor.url.bug]:[http://java.sun.com/cgi-bin/bugreport.cgi]
    [082013_075159602][][EXCEPTION] [DEBUG]  [sun.io.unicode.encoding]:[UnicodeBig]
    [082013_075159602][][EXCEPTION] [DEBUG]  [sun.cpu.endian]:[big]
    [082013_075159602][][EXCEPTION] [DEBUG]  [APPLOUT]:[out/udv1_dtw-oadevdb]
    [082013_075159602][][EXCEPTION] [DEBUG]  [sun.cpu.isalist]:[]
    BI Beans Graph version [3.1.0.82]
    Tue Aug 20 07:52:06 EDT 2013 PROBLEM: In oracle.dss.graph.Graph::createLocalGridDataSource: no column labels: column index 0
    Tue Aug 20 07:52:06 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: MetadataMap.METADATA_DRILLSTATE
    Tue Aug 20 07:52:06 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: MetadataMap.METADATA_VALUE
    Tue Aug 20 07:52:06 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: LayerMetadata.LAYER_METADATA_NAME
    Tue Aug 20 07:52:06 EDT 2013 PROBLEM: In oracle.dss.graph.BILabelLayout::logTruncatedError: legend text truncated
    BI Beans Graph version [3.1.0.82]
    Tue Aug 20 07:52:07 EDT 2013 PROBLEM: In oracle.dss.graph.Graph::createLocalGridDataSource: no column labels: column index 0
    Tue Aug 20 07:52:07 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: MetadataMap.METADATA_DRILLSTATE
    Tue Aug 20 07:52:07 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: MetadataMap.METADATA_VALUE
    Tue Aug 20 07:52:07 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: LayerMetadata.LAYER_METADATA_NAME
    Tue Aug 20 07:52:07 EDT 2013 PROBLEM: In oracle.dss.graph.BILabelLayout::logTruncatedError: legend text truncated
    BI Beans Graph version [3.1.0.82]
    Tue Aug 20 07:52:07 EDT 2013 PROBLEM: In oracle.dss.graph.Graph::createLocalGridDataSource: no column labels: column index 0
    Tue Aug 20 07:52:07 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: MetadataMap.METADATA_DRILLSTATE
    Tue Aug 20 07:52:07 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: MetadataMap.METADATA_VALUE
    Tue Aug 20 07:52:07 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: LayerMetadata.LAYER_METADATA_NAME
    BI Beans Graph version [3.1.0.82]
    Tue Aug 20 07:52:08 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: MetadataMap.METADATA_DRILLSTATE
    Tue Aug 20 07:52:08 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: MetadataMap.METADATA_VALUE
    Tue Aug 20 07:52:08 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: LayerMetadata.LAYER_METADATA_NAME
    BI Beans Graph version [3.1.0.82]
    Tue Aug 20 07:52:08 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: MetadataMap.METADATA_DRILLSTATE
    Tue Aug 20 07:52:08 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: MetadataMap.METADATA_VALUE
    Tue Aug 20 07:52:08 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: LayerMetadata.LAYER_METADATA_NAME
    [8/20/13 7:52:17 AM] [UNEXPECTED] [276776:RT50656205] java.sql.SQLException: ORA-01400: cannot insert NULL into ("APPLSYS"."FND_CONC_REQ_OUTPUTS"."FILE_TYPE")
      at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.updateOutputTable(XMLPublisherProcessor.java:516)
      at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:329)
      at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:157)
    [8/20/13 7:52:17 AM] [276776:RT50656205] Completed post-processing actions for request 50656205.
    [8/20/13 8:46:00 AM] [OPPServiceThread1] Post-processing request 50656325.
    [8/20/13 8:46:00 AM] [276776:RT50656325] Executing post-processing actions for request 50656325.
    [8/20/13 8:46:00 AM] [276776:RT50656325] Starting XML Publisher post-processing action.
    [8/20/13 8:46:00 AM] [276776:RT50656325]
    Template code: Test_Head_Count
    Template app:  CPER
    Language:      en
    Territory:     00
    Output type:   null
    [8/20/13 8:46:01 AM] [UNEXPECTED] [276776:RT50656325] java.lang.reflect.InvocationTargetException
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:597)
      at oracle.apps.xdo.common.xml.XSLT10gR1.invokeNewXSLStylesheet(XSLT10gR1.java:607)
      at oracle.apps.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:235)
      at oracle.apps.xdo.common.xml.XSLTWrapper.transform(XSLTWrapper.java:182)
      at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:1044)
      at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:997)
      at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:212)
      at oracle.apps.xdo.template.FOProcessor.createFO(FOProcessor.java:1665)
      at oracle.apps.xdo.template.FOProcessor.generate(FOProcessor.java:975)
      at oracle.apps.xdo.oa.schema.server.TemplateHelper.runProcessTemplate(TemplateHelper.java:5926)
      at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3458)
      at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3547)
      at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:290)
      at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:157)
    Caused by: oracle.xdo.parser.v2.XPathException: Namespace prefix 'crosstab' used but not declared.
      at oracle.xdo.parser.v2.XSLProcessor.reportException(XSLProcessor.java:806)
      at oracle.xdo.parser.v2.XSLProcessor.newXSLStylesheet(XSLProcessor.java:571)
      ... 17 more
    [8/20/13 8:46:01 AM] [276776:RT50656325] Completed post-processing actions for request 50656325.
    [8/20/13 9:15:08 AM] [OPPServiceThread0] Post-processing request 50656367.
    [8/20/13 9:15:08 AM] [276776:RT50656367] Executing post-processing actions for request 50656367.
    [8/20/13 9:15:08 AM] [276776:RT50656367] Starting XML Publisher post-processing action.
    [8/20/13 9:15:08 AM] [276776:RT50656367]
    Template code: Test_Head_Count
    Template app:  CPER
    Language:      en
    Territory:     00
    Output type:   PDF
    [8/20/13 9:15:09 AM] [UNEXPECTED] [276776:RT50656367] java.lang.reflect.InvocationTargetException
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:597)
      at oracle.apps.xdo.common.xml.XSLT10gR1.invokeNewXSLStylesheet(XSLT10gR1.java:607)
      at oracle.apps.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:235)
      at oracle.apps.xdo.common.xml.XSLTWrapper.transform(XSLTWrapper.java:182)
      at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:1044)
      at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:997)
      at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:212)
      at oracle.apps.xdo.template.FOProcessor.createFO(FOProcessor.java:1665)
      at oracle.apps.xdo.template.FOProcessor.generate(FOProcessor.java:975)
      at oracle.apps.xdo.oa.schema.server.TemplateHelper.runProcessTemplate(TemplateHelper.java:5926)
      at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3458)
      at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3547)
      at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:290)
      at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:157)
    Caused by: oracle.xdo.parser.v2.XPathException: Namespace prefix 'crosstab' used but not declared.
      at oracle.xdo.parser.v2.XSLProcessor.reportException(XSLProcessor.java:806)
      at oracle.xdo.parser.v2.XSLProcessor.newXSLStylesheet(XSLProcessor.java:571)
      ... 17 more
    [8/20/13 9:15:09 AM] [276776:RT50656367] Completed post-processing actions for request 50656367.
    [8/20/13 9:17:06 AM] [OPPServiceThread0] Post-processing request 50656369.
    [8/20/13 9:17:06 AM] [276776:RT50656369] Executing post-processing actions for request 50656369.
    [8/20/13 9:17:06 AM] [276776:RT50656369] Starting XML Publisher post-processing action.
    [8/20/13 9:17:06 AM] [276776:RT50656369]
    Template code: Test_Head_Count
    Template app:  CPER
    Language:      en
    Territory:     00
    Output type:   PDF
    [8/20/13 9:17:07 AM] [UNEXPECTED] [276776:RT50656369] java.lang.reflect.InvocationTargetException
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:597)
      at oracle.apps.xdo.common.xml.XSLT10gR1.invokeNewXSLStylesheet(XSLT10gR1.java:607)
      at oracle.apps.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:235)
      at oracle.apps.xdo.common.xml.XSLTWrapper.transform(XSLTWrapper.java:182)
      at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:1044)
      at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:997)
      at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:212)
      at oracle.apps.xdo.template.FOProcessor.createFO(FOProcessor.java:1665)
      at oracle.apps.xdo.template.FOProcessor.generate(FOProcessor.java:975)
      at oracle.apps.xdo.oa.schema.server.TemplateHelper.runProcessTemplate(TemplateHelper.java:5926)
      at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3458)
      at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3547)
      at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:290)
      at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:157)
    Caused by: oracle.xdo.parser.v2.XPathException: Namespace prefix 'crosstab' used but not declared.
      at oracle.xdo.parser.v2.XSLProcessor.reportException(XSLProcessor.java:806)
      at oracle.xdo.parser.v2.XSLProcessor.newXSLStylesheet(XSLProcessor.java:571)
      ... 17 more
    [8/20/13 9:17:07 AM] [276776:RT50656369] Completed post-processing actions for request 50656369.
    [8/20/13 9:22:38 AM] [OPPServiceThread1] Post-processing request 50656370.
    [8/20/13 9:22:38 AM] [276776:RT50656370] Executing post-processing actions for request 50656370.
    [8/20/13 9:22:38 AM] [276776:RT50656370] Starting XML Publisher post-processing action.
    [8/20/13 9:22:38 AM] [276776:RT50656370]
    Template code: Test_Head_Count
    Template app:  CPER
    Language:      en
    Territory:     00
    Output type:   PDF
    [8/20/13 9:22:38 AM] [UNEXPECTED] [276776:RT50656370] java.lang.reflect.InvocationTargetException
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:597)
      at oracle.apps.xdo.common.xml.XSLT10gR1.invokeNewXSLStylesheet(XSLT10gR1.java:607)
      at oracle.apps.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:235)
      at oracle.apps.xdo.common.xml.XSLTWrapper.transform(XSLTWrapper.java:182)
      at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:1044)
      at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:997)
      at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:212)
      at oracle.apps.xdo.template.FOProcessor.createFO(FOProcessor.java:1665)
      at oracle.apps.xdo.template.FOProcessor.generate(FOProcessor.java:975)
      at oracle.apps.xdo.oa.schema.server.TemplateHelper.runProcessTemplate(TemplateHelper.java:5926)
      at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3458)
      at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3547)
      at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:290)
      at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:157)
    Caused by: oracle.xdo.parser.v2.XPathException: Namespace prefix 'crosstab' used but not declared.
      at oracle.xdo.parser.v2.XSLProcessor.reportException(XSLProcessor.java:806)
      at oracle.xdo.parser.v2.XSLProcessor.newXSLStylesheet(XSLProcessor.java:571)
      ... 17 more
    [8/20/13 9:22:38 AM] [276776:RT50656370] Completed post-processing actions for request 50656370.
    [8/20/13 9:24:46 AM] [OPPServiceThread0] Post-processing request 50656371.
    [8/20/13 9:24:46 AM] [276776:RT50656371] Executing post-processing actions for request 50656371.
    [8/20/13 9:24:46 AM] [276776:RT50656371] Starting XML Publisher post-processing action.
    [8/20/13 9:24:46 AM] [276776:RT50656371]
    Template code: Test_Head_Count
    Template app:  CPER
    Language:      en
    Territory:     00
    Output type:   PDF
    BI Beans Graph version [3.1.0.82]
    Tue Aug 20 09:24:46 EDT 2013 PROBLEM: In oracle.dss.graph.Graph::createLocalGridDataSource: no column labels: column index 0
    Tue Aug 20 09:24:46 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: MetadataMap.METADATA_DRILLSTATE
    Tue Aug 20 09:24:46 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: MetadataMap.METADATA_VALUE
    Tue Aug 20 09:24:46 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: LayerMetadata.LAYER_METADATA_NAME
    Tue Aug 20 09:24:46 EDT 2013 PROBLEM: In oracle.dss.graph.BILabelLayout::logTruncatedError: legend text truncated
    BI Beans Graph version [3.1.0.82]
    Tue Aug 20 09:24:46 EDT 2013 PROBLEM: In oracle.dss.graph.Graph::createLocalGridDataSource: no column labels: column index 0
    Tue Aug 20 09:24:46 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: MetadataMap.METADATA_DRILLSTATE
    Tue Aug 20 09:24:46 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: MetadataMap.METADATA_VALUE
    Tue Aug 20 09:24:46 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: LayerMetadata.LAYER_METADATA_NAME
    Tue Aug 20 09:24:46 EDT 2013 PROBLEM: In oracle.dss.graph.BILabelLayout::logTruncatedError: legend text truncated
    BI Beans Graph version [3.1.0.82]
    Tue Aug 20 09:24:46 EDT 2013 PROBLEM: In oracle.dss.graph.Graph::createLocalGridDataSource: no column labels: column index 0
    Tue Aug 20 09:24:46 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: MetadataMap.METADATA_DRILLSTATE
    Tue Aug 20 09:24:46 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: MetadataMap.METADATA_VALUE
    Tue Aug 20 09:24:46 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: LayerMetadata.LAYER_METADATA_NAME
    BI Beans Graph version [3.1.0.82]
    Tue Aug 20 09:24:47 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: MetadataMap.METADATA_DRILLSTATE
    Tue Aug 20 09:24:47 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: MetadataMap.METADATA_VALUE
    Tue Aug 20 09:24:47 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: LayerMetadata.LAYER_METADATA_NAME
    BI Beans Graph version [3.1.0.82]
    Tue Aug 20 09:24:47 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: MetadataMap.METADATA_DRILLSTATE
    Tue Aug 20 09:24:47 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: MetadataMap.METADATA_VALUE
    Tue Aug 20 09:24:47 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: LayerMetadata.LAYER_METADATA_NAME
    [8/20/13 9:24:54 AM] [276776:RT50656371] XML Publisher post-processing action complete.
    [8/20/13 9:24:54 AM] [276776:RT50656371] Completed post-processing actions for request 50656371.
    [8/20/13 9:46:48 AM] [OPPServiceThread1] Post-processing request 50656374.
    [8/20/13 9:46:48 AM] [276776:RT50656374] Executing post-processing actions for request 50656374.
    [8/20/13 9:46:48 AM] [276776:RT50656374] Starting XML Publisher post-processing action.
    [8/20/13 9:46:48 AM] [276776:RT50656374]
    Template code: Test_Head_Count
    Template app:  CPER
    Language:      en
    Territory:     00
    Output type:   PDF
    [8/20/13 9:46:48 AM] [UNEXPECTED] [276776:RT50656374] java.lang.reflect.InvocationTargetException
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:597)
      at oracle.apps.xdo.common.xml.XSLT10gR1.invokeNewXSLStylesheet(XSLT10gR1.java:607)
      at oracle.apps.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:235)
      at oracle.apps.xdo.common.xml.XSLTWrapper.transform(XSLTWrapper.java:182)
      at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:1044)
      at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:997)
      at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:212)
      at oracle.apps.xdo.template.FOProcessor.createFO(FOProcessor.java:1665)
      at oracle.apps.xdo.template.FOProcessor.generate(FOProcessor.java:975)
      at oracle.apps.xdo.oa.schema.server.TemplateHelper.runProcessTemplate(TemplateHelper.java:5926)
      at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3458)
      at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3547)
      at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:290)
      at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:157)
    Caused by: oracle.xdo.parser.v2.XPathException: Namespace prefix 'crosstab' used but not declared.
      at oracle.xdo.parser.v2.XSLProcessor.reportException(XSLProcessor.java:806)
      at oracle.xdo.parser.v2.XSLProcessor.newXSLStylesheet(XSLProcessor.java:571)
      ... 17 more
    [8/20/13 9:46:48 AM] [276776:RT50656374] Completed post-processing actions for request 50656374.
    [8/20/13 10:08:16 AM] [OPPServiceThread0] Post-processing request 50656386.
    [8/20/13 10:08:16 AM] [276776:RT50656386] Executing post-processing actions for request 50656386.
    [8/20/13 10:08:16 AM] [276776:RT50656386] Starting XML Publisher post-processing action.
    [8/20/13 10:08:16 AM] [276776:RT50656386]
    Template code: Test_Head_Count
    Template app:  CPER
    Language:      en
    Territory:     00
    Output type:   PDF
    [8/20/13 10:08:16 AM] [UNEXPECTED] [276776:RT50656386] java.lang.reflect.InvocationTargetException
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:597)
      at oracle.apps.xdo.common.xml.XSLT10gR1.invokeNewXSLStylesheet(XSLT10gR1.java:607)
      at oracle.apps.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:235)
      at oracle.apps.xdo.common.xml.XSLTWrapper.transform(XSLTWrapper.java:182)
      at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:1044)
      at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:997)
      at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:212)
      at oracle.apps.xdo.template.FOProcessor.createFO(FOProcessor.java:1665)
      at oracle.apps.xdo.template.FOProcessor.generate(FOProcessor.java:975)
      at oracle.apps.xdo.oa.schema.server.TemplateHelper.runProcessTemplate(TemplateHelper.java:5926)
      at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3458)
      at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3547)
      at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:290)
      at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:157)
    Caused by: oracle.xdo.parser.v2.XPathException: Namespace prefix 'crosstab' used but not declared.
      at oracle.xdo.parser.v2.XSLProcessor.reportException(XSLProcessor.java:806)
      at oracle.xdo.parser.v2.XSLProcessor.newXSLStylesheet(XSLProcessor.java:571)
      ... 17 more
    [8/20/13 10:08:16 AM] [276776:RT50656386] Completed post-processing actions for request 50656386.
    [8/20/13 10:13:49 AM] [OPPServiceThread0] Post-processing request 50656387.
    [8/20/13 10:13:49 AM] [276776:RT50656387] Executing post-processing actions for request 50656387.
    [8/20/13 10:13:49 AM] [276776:RT50656387] Starting XML Publisher post-processing action.
    [8/20/13 10:13:49 AM] [276776:RT50656387]
    Template code: Test_Head_Count
    Template app:  CPER
    Language:      en
    Territory:     00
    Output type:   PDF
    BI Beans Graph version [3.1.0.82]
    Tue Aug 20 10:13:49 EDT 2013 PROBLEM: In oracle.dss.graph.Graph::createLocalGridDataSource: no column labels: column index 0
    Tue Aug 20 10:13:49 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: MetadataMap.METADATA_DRILLSTATE
    Tue Aug 20 10:13:49 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: MetadataMap.METADATA_VALUE
    Tue Aug 20 10:13:49 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: LayerMetadata.LAYER_METADATA_NAME
    Tue Aug 20 10:13:49 EDT 2013 PROBLEM: In oracle.dss.graph.BILabelLayout::logTruncatedError: legend text truncated
    BI Beans Graph version [3.1.0.82]
    Tue Aug 20 10:13:49 EDT 2013 PROBLEM: In oracle.dss.graph.Graph::createLocalGridDataSource: no column labels: column index 0
    Tue Aug 20 10:13:49 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: MetadataMap.METADATA_DRILLSTATE
    Tue Aug 20 10:13:49 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: MetadataMap.METADATA_VALUE
    Tue Aug 20 10:13:49 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: LayerMetadata.LAYER_METADATA_NAME
    Tue Aug 20 10:13:49 EDT 2013 PROBLEM: In oracle.dss.graph.BILabelLayout::logTruncatedError: legend text truncated
    BI Beans Graph version [3.1.0.82]
    Tue Aug 20 10:13:50 EDT 2013 PROBLEM: In oracle.dss.graph.Graph::createLocalGridDataSource: no column labels: column index 0
    Tue Aug 20 10:13:50 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: MetadataMap.METADATA_DRILLSTATE
    Tue Aug 20 10:13:50 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: MetadataMap.METADATA_VALUE
    Tue Aug 20 10:13:50 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: LayerMetadata.LAYER_METADATA_NAME
    BI Beans Graph version [3.1.0.82]
    Tue Aug 20 10:13:50 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: MetadataMap.METADATA_DRILLSTATE
    Tue Aug 20 10:13:50 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: MetadataMap.METADATA_VALUE
    Tue Aug 20 10:13:50 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: LayerMetadata.LAYER_METADATA_NAME
    BI Beans Graph version [3.1.0.82]
    Tue Aug 20 10:13:50 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: MetadataMap.METADATA_DRILLSTATE
    Tue Aug 20 10:13:50 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: MetadataMap.METADATA_VALUE
    Tue Aug 20 10:13:50 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: LayerMetadata.LAYER_METADATA_NAME
    [8/20/13 10:13:57 AM] [276776:RT50656387] XML Publisher post-processing action complete.
    [8/20/13 10:13:57 AM] [276776:RT50656387] Completed post-processing actions for request 50656387.
    [8/20/13 1:19:36 PM] [OPPServiceThread1] Post-processing request 50656411.
    [8/20/13 1:19:37 PM] [276776:RT50656411] Executing post-processing actions for request 50656411.
    [8/20/13 1:19:37 PM] [276776:RT50656411] Starting XML Publisher post-processing action.
    [8/20/13 1:19:37 PM] [276776:RT50656411]
    Template code: Test_Head_Count
    Template app:  CPER
    Language:      en
    Territory:     00
    Output type:   PDF
    [8/20/13 1:19:37 PM] [UNEXPECTED] [276776:RT50656411] java.lang.reflect.InvocationTargetException
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:597)
      at oracle.apps.xdo.common.xml.XSLT10gR1.invokeNewXSLStylesheet(XSLT10gR1.java:607)
      at oracle.apps.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:235)
      at oracle.apps.xdo.common.xml.XSLTWrapper.transform(XSLTWrapper.java:182)
      at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:1044)
      at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:997)
      at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:212)
      at oracle.apps.xdo.template.FOProcessor.createFO(FOProcessor.java:1665)
      at oracle.apps.xdo.template.FOProcessor.generate(FOProcessor.java:975)
      at oracle.apps.xdo.oa.schema.server.TemplateHelper.runProcessTemplate(TemplateHelper.java:5926)
      at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3458)
      at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3547)
      at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:290)
      at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:157)
    Caused by: oracle.xdo.parser.v2.XPathException: Namespace prefix 'crosstab' used but not declared.
      at oracle.xdo.parser.v2.XSLProcessor.reportException(XSLProcessor.java:806)
      at oracle.xdo.parser.v2.XSLProcessor.newXSLStylesheet(XSLProcessor.java:571)
      ... 17 more
    [8/20/13 1:19:37 PM] [276776:RT50656411] Completed post-processing actions for request 50656411.
    [8/20/13 1:36:00 PM] [OPPServiceThread1] Post-processing request 50656414.
    [8/20/13 1:36:00 PM] [276776:RT50656414] Executing post-processing actions for request 50656414.
    [8/20/13 1:36:00 PM] [276776:RT50656414] Starting XML Publisher post-processing action.
    [8/20/13 1:36:00 PM] [276776:RT50656414]
    Template code: Test_Head_Count
    Template app:  CPER
    Language:      en
    Territory:     00
    Output type:   PDF
    [8/20/13 1:36:00 PM] [UNEXPECTED] [276776:RT50656414] java.lang.reflect.InvocationTargetException
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:597)
      at oracle.apps.xdo.common.xml.XSLT10gR1.invokeNewXSLStylesheet(XSLT10gR1.java:607)
      at oracle.apps.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:235)
      at oracle.apps.xdo.common.xml.XSLTWrapper.transform(XSLTWrapper.java:182)
      at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:1044)
      at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:997)
      at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:212)
      at oracle.apps.xdo.template.FOProcessor.createFO(FOProcessor.java:1665)
      at oracle.apps.xdo.template.FOProcessor.generate(FOProcessor.java:975)
      at oracle.apps.xdo.oa.schema.server.TemplateHelper.runProcessTemplate(TemplateHelper.java:5926)
      at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3458)
      at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3547)
      at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:290)
      at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:157)
    Caused by: oracle.xdo.parser.v2.XPathException: Namespace prefix 'crosstab' used but not declared.
      at oracle.xdo.parser.v2.XSLProcessor.reportException(XSLProcessor.java:806)
      at oracle.xdo.parser.v2.XSLProcessor.newXSLStylesheet(XSLProcessor.java:571)
      ... 17 more
    [8/20/13 1:36:00 PM] [276776:RT50656414] Completed post-processing actions for request 50656414.
    [email protected]

    To make it work,
    inside the if condition add a form field,
    and add the following inside that
    <fo:block keep-with-previous='always' break-after='page'/>
    or
    <xsl:attribute name="break-after" xdofo:ctx="incontext">page</xsl:attribute>it should give u a new page.

  • Using older shared libs for games ?

    Hi fellow archers,
    I like to play the enhanced Quake engine DarkPlaces (http://icculus.org/twilight/darkplaces/) together with a few mods (namely SDQuake and Kleshik).
    Under Ubuntu 9.04 x64 DarkPlaces runs nicely as native x64 Linux app. Under the most recent version of arch64 DarkPlaces bombed out with an error message that the libjpeg version is too new. Something like Version 0.80 found but Version 0.62 is expected. Seems to me that even the newest version of Darkplaces is build against an older version of libjpeg than the one included in arch64. Libpng is also used by DarkPlaces since textures are stored as PNG.
    My Ubuntu 9.04 x64 shows the following libs:
    /usr/lib/libpng12.a
    /usr/lib/libpng12.so.0.27.0
    /usr/lib/libjpeg.a
    /usr/lib/libjpeg.so.62.0.0
    Is it "wise" to use a custom lib folder for DarkPlaces and set it via LD_LIBRARY_PATH ?
    e.g.
    export LD_LIBRARY_PATH=/home/ds/dplibs
    Or can I simply install older versions of libjpeg and libpng without screwing up my arch64 installation ? I can remember that I also did install a few older libs on my Ubuntu 10.04 in order to get UT2k4 running.
    BTW: I would prefer not to recompile DarkPlaces against newer versions of libpng/libjpeg.
    TIA,
    D$

    Ok, thanks for all your replies !
    I will try out the approach using a dedicated lib directory for DarkPlaces under arch64.
    Unfortunately my 500GB HDD which I used for arch died
    So I have to wait until my new 1TB HDD arrives.
    stqn wrote:... but I guess if you want to play (and not rebuild) this game you don't have a choice..
    Well, the other not so slick option would be using the Windows version of the DarkPlaces engine inside a 32 chrooted WINE since for Windows all requiered libs (aka dll) are included in the right version.
    As usual shared libs also do have their disadvantages compared to statically linked stuff
    Last edited by Darksoul71 (2010-07-28 22:16:20)

  • Building shared libraries on linux with SunStudio

    Hi,
    I installed the sunstudio-compilers on my system (SuSE 10.0/x86-64) and try to build a shared library.
    For my (c++-)library I use autoconf/automake, so I hoped it to be trouble-free, but it is not. I configured my library with:
    ./configure CC=cc CXX=CC CFLAGS=-fast CXXFLAGS=-fast -D_GNU_SOURCE(I needed this -D_GNU_SOURCE to have pthread_rwlock_*).
    The compiler run fine, but the linker does not produce any output. I guess the command, which should have created the library is:
    /bin/sh ../libtool --tag=CXX --mode=link CC  -fast -D_GNU_SOURCE   -o libcxxtools.la -rpath /usr/local/lib -lpthread -version-info 3:1:0 base64stream.lo cgi.lo dlloader.lo hdstream.lo hirestime.lo httpreply.lo httprequest.lo iniclass.lo log.lo md5.lo md5stream.lo multifstream.lo net.lo pollclass.lo query_params.lo tcpstream.lo tee.lo thread.lo udp.lo udpstream.lo xmltag.lo iconvstream.lo  ../libltdl/libltdlc.la  -lnslIt creates a src/libcxxtools.la and symbolic links src/.libs/libcxxtools.so and src/.libs/libcxxtools.so.3, but no shared library src/.libs/libcxxtools.so.3.0.1, where the links point to. Is there any chance to get automake running with sunstudio?

    libtool problem is that it has embedded knowledge about compiler options, and it is platform-dependant.
    libtool knows that it should use -G to link shared library with SunStudio on Solaris.
    It has no clue about existance of SunStudio on Linux.
    Anyway, if you are compiling with SunStudio you should always link with SunStudio (cc, CC or f90).
    Thus proper configure line should include LD=CC for C++, LD=cc for C programs.
    If you use default linker (ld) it will fail to resolve dependancies specific to SunStudio compiler.
    Thats what happens in your case.
    However even if you specify LD=CC it will not do shared libraries for the cause mentioned about - when configuring libtool tries to figure out how to build shared library and deciding not to build it at all.
    You can get out with LD=cc (as our cc driver supports gnu-style -shared option).
    Though you will have to specify all the SunStudio C++-specific link dependancies manually.
    Another option is to modify libtool script. Which version do you use?
    regards,
    __Fedor.

  • XML Publisher 6.5.2 MS word Template Builder fails

    Dear all,
    My env is: Oracle DB 10.1.0.5 on redhat Linux, XML publisher 6.5.2 on Windows 2000.
    While using the XML publisher GUI from the browser, I am able to connect successfully to the database.
    However, when I try to build a RTF template from MS word, I am unable to do so. The MS word template builder wizard is throwing an exception, and I do not know how to solve it in spite of some googling around.
    I gave the same connect identifier in the XMLP GUI (which connects) and also in the template builder (which fails to connect).
    Any help/pointers for this will be welcome.
    Best regards,
    Ambarish.
    Creating XDO Report at: Fri Mar 09 16:56:58 IST 2007
    sql = select * from oblix_audit_events
    description = First sample report from template builder
    port = 1521
    user = scott
    host = ps2844
    sid = coreid10.persistent.co.in
    ReportParameters = {}
    path = D:\Projects\xml_publisher\REPORTS\oamrept01
    data_source_name = COREID10
    name = oamrept01
    java.sql.SQLException: ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux Error: 2: No such file or directory
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
    at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:289)
    at oracle.jdbc.ttc7.O3log.receive1st(O3log.java:410)
    at oracle.jdbc.ttc7.TTC7Protocol.logon(TTC7Protocol.java:260)
    at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:371)
    at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.java:551)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:351)
    at java.sql.DriverManager.getConnection(Unknown Source)
    at java.sql.DriverManager.getConnection(Unknown Source)
    at CreateXDOReport.getConnection(CreateXDOReport.java:49)
    at CreateXDOReport.createXDOReport(CreateXDOReport.java:142)
    at CreateXDOReport.process(CreateXDOReport.java:108)
    at CreateXDOReport.main(CreateXDOReport.java:298)

    The opmn utility dumped core:
    -rw------- 1 bill bill 279474176 Nov 15 13:46 /u02/oracle/bi/core.14808
    # file core.14808
    core.14808: ELF 64-bit LSB core file AMD x86-64, version 1 (SYSV), SVR4-style, from 'opmn'
    I just love this shit!

  • Complex/Multi Query Template using template builder.

    Hi Everyone!
    I'm learning BI Publisher & Template Builder for word-07. I have completed tutorials that are based on single query or single XML data. is there any tutorial that demonstrate working with multiple queries OR XML data sets.
    Best Regards.

    thanks for the suggestion. my problem is resolved.... I have studied theBI Data Modeling guide and findout that i have to create a data model that can have multiple data sets. after that i create data model in BI Publisher with mutiple data sets and then i create a template in word in online mode. and because im working in online mode i have access to all data sets of my data model. and this problem is resolved.
    Now I have another problem.... my ultimate target is to develop reports for Apex with dynamic behaviour. after developing the template i upload it to apex in Report Layout shared compnent and it work fine for hardcode query.
    I dont know how to pass parameters to Report Query at runtime. i tried to make a where clasue like WHERE REQ_ID = :REQ_ID. but it did not work. can you or anybody who reading this help me how to do this in apex.
    Best Regards.

  • Build shared problem with configure / config.guess

    Hi,
    I'm constructing some 3rd party libraries from source level with configure/automake in Suse 9.2. A common mistake in all libs is done by config.guess: it prints out "i686-pc-linux-gnuaout" which switch off the shared support at all. It's easy to workaround by print "i686-pc-linux" instead directly from configure:
    ac_config_guess="echo i686-pc-linux"
    Then the shared support is enabled and there left some minor problems with linker options -soname and --rpath. Then some libs can create the shared libs, for instance the apr and xml2.
    Others do not, for instance log4cxx and acetao, but they do not produce any error. It looks like that simply the shared link step is not done, however the symbolic links to the release version are done. I also tryed with LD=CC and LD=cc instead of the gnu ld, but then already in config.log the shared support is not recognized. If I build by hand:
    cc -shared *.o -o libACE.so
    it seems to work and the result usable by applications. Since acatao includes lots of libraries to build, the manual creation is not handy / possible. So any hint to solving that are welcome. I'm using the latest sunstudio version (feb2007).
    thanx rolf

    It really depends on autoconf/libtool version those libs are using.
    Till the most recent versions libtool had absolutely no clue that SunStudio exists on Linux. And default fallback happened to be gcc.
    If you give me some specific lib (source URL or name/version) I can tell you why this lib does not configure with Sun Studio :)
    Most recent version of autoconf is wize enough to handle Sun Studio on Linux. So one of the solutions for the libs might be to upgrade to a newer autoconf. Not what common user would commonly do though...
    regards,
    __Fedor.

  • Configuration Template Builder gives error when selecting domain

    Hello,
         I'm trying to use the Configuration Template Builder on Solaris to
    create a template. I'm starting the builder like this:
    java -client -jar /bea/weblogic81/common/lib/config.jar -target=template
    When it asks what domain I want to create a template for, I select one
    of my domains, then click on the Next button. After a second or two I
    get the following stacktrace in the console. I then get similar errors
    later in the process.
    java.io.IOException: Unable to resolve input source.
    java.lang.NullPointerException
    at
    com.bea.plateng.domain.jdbc.JDBCAspectHelper.getGenericJDBCDriverInfo(JDBCAspectHelper.java:860)
    at
    com.bea.plateng.domain.jdbc.JDBCAspectHelper.getGenericJDBCDriverInfo(JDBCAspectHelper.java:385)
    at
    com.bea.plateng.domain.assignment.JDBCPoolJMSJDBCStoreAssignment.createSourceTree(JDBCPoolJMSJDBCStoreAssignment.java:59)
    at
    com.bea.plateng.domain.assignment.AssignmentTree.buildModel(AssignmentTree.java:335)
    at
    com.bea.plateng.domain.assignment.AssignmentTreeDefinition.createAssignment(AssignmentTreeDefinition.java:302)
    at
    com.bea.plateng.domain.DomainTemplate.getAssignment(DomainTemplate.java:923)
    at
    com.bea.plateng.domain.event.assignment.JMSServerServerAssignmentListener.getJDBCConnectionPool(JMSServerServerAssignmentListener.java:107)
    at
    com.bea.plateng.domain.event.assignment.JMSServerServerAssignmentListener.doAssign(JMSServerServerAssignmentListener.java:50)
    at
    com.bea.plateng.domain.event.assignment.AssignmentTreeListener.vetoableChange(AssignmentTreeListener.java:77)
    at
    com.bea.plateng.common.comdev.MVetoableChangeSupport.fireVetoableChange(MVetoableChangeSupport.java:188)
    at
    com.bea.plateng.common.comdev.MVetoableChangeSupport.fireVetoableChange(MVetoableChangeSupport.java:155)
    at
    com.bea.plateng.common.comdev.MVetoableChangeSupport.fireVetoableChange(MVetoableChangeSupport.java:138)
    at
    com.bea.plateng.common.comdev.TreeDataModel.setAttribute(TreeDataModel.java:191)
    at
    com.bea.plateng.domain.assignment.AssignmentTree$SetInitialSelectionVisitor.visitTree(AssignmentTree.java:1020)
    at
    com.bea.plateng.common.comdev.TreeVisitor.visit(TreeVisitor.java:24)
    at
    com.bea.plateng.common.comdev.PreOrder.preVisit(PreOrder.java:34)
    at
    com.bea.plateng.common.comdev.TreeHelper.depthFirstTraversal(TreeHelper.java:42)
    at
    com.bea.plateng.common.comdev.TreeHelper.depthFirstTraversal(TreeHelper.java:47)
    at
    com.bea.plateng.common.comdev.GeneralTree.accept(GeneralTree.java:220)
    at
    com.bea.plateng.domain.assignment.AssignmentTree.buildModel(AssignmentTree.java:359)
    at
    com.bea.plateng.domain.assignment.AssignmentTreeDefinition.createAssignment(AssignmentTreeDefinition.java:302)
    at
    com.bea.plateng.domain.DomainTemplate.getAssignment(DomainTemplate.java:923)
    at
    com.bea.plateng.domain.DomainChecker.syncAssignments(DomainChecker.java:223)
    at
    com.bea.plateng.domain.TemplateBuilder.buildDomainTemplate(TemplateBuilder.java:1177)
    at
    com.bea.plateng.wizard.domain.tasks.TemplateLoaderTask.buildTemplate(TemplateLoaderTask.java:243)
    at
    com.bea.plateng.wizard.domain.tasks.TemplateLoaderTask.execute(TemplateLoaderTask.java:160)
    at
    com.bea.plateng.wizard.domain.tasks.TemplateLoaderTask.run(TemplateLoaderTask.java:133)
    at java.lang.Thread.run(Thread.java:534)

    I should point out why this is a problem for me. The config.xml of the
    domain I'm tring to make a template for puts relative pathnames for the
    location of some of the components. For example, JMS Event Generators
    are put in the config.xml with a path of "."
    If I run the Config Template Builder from the only directory from which
    it works (the directory with the config.jar file, which is common/lib),
    then these relative paths will not work. I get the error shown below
    when trying to create the template jar:
    Preparing...
    Compressing Configuration Template Contents...
    Configuration Template Creation Failed!
    Configuration Template Location: /bea/user_templates/demoServer1.conf.jar
    Reason: Unable to locate file: ./WLIJmsEG_ResponseGenerator.jar
    Exception:
    com.bea.plateng.domain.GenerationException: Unable to locate file:
    ./WLIJmsEG_ResponseGenerator.jar
         at
    com.bea.plateng.domain.TemplateGenerator.generate(TemplateGenerator.java:173)
         at
    com.bea.plateng.wizard.domain.gui.tasks.DomainCreationTask$1.run(DomainCreationTask.java:222)
    So, I wanted to try and run the Template Builder from the domain's
    directory, but then I get the error shown below.
    Any help is appreciated.
    Steven Ostrowski wrote:
    Note: I only get this error when running the Template Builder in a
    directory other than the /common/lib directory.
    If I run this command in any other directory, I get this error. If I run
    the command in the common/lib directory, I do not get the error.
    Steven Ostrowski wrote:
    Hello,
    I'm trying to use the Configuration Template Builder on Solaris to
    create a template. I'm starting the builder like this:
    java -client -jar /bea/weblogic81/common/lib/config.jar -target=template
    When it asks what domain I want to create a template for, I select one
    of my domains, then click on the Next button. After a second or two I
    get the following stacktrace in the console. I then get similar errors
    later in the process.
    java.io.IOException: Unable to resolve input source.
    java.lang.NullPointerException
    at
    com.bea.plateng.domain.jdbc.JDBCAspectHelper.getGenericJDBCDriverInfo(JDBCAspectHelper.java:860)
    at
    com.bea.plateng.domain.jdbc.JDBCAspectHelper.getGenericJDBCDriverInfo(JDBCAspectHelper.java:385)
    at
    com.bea.plateng.domain.assignment.JDBCPoolJMSJDBCStoreAssignment.createSourceTree(JDBCPoolJMSJDBCStoreAssignment.java:59)
    at
    com.bea.plateng.domain.assignment.AssignmentTree.buildModel(AssignmentTree.java:335)
    at
    com.bea.plateng.domain.assignment.AssignmentTreeDefinition.createAssignment(AssignmentTreeDefinition.java:302)
    at
    com.bea.plateng.domain.DomainTemplate.getAssignment(DomainTemplate.java:923)
    at
    com.bea.plateng.domain.event.assignment.JMSServerServerAssignmentListener.getJDBCConnectionPool(JMSServerServerAssignmentListener.java:107)
    at
    com.bea.plateng.domain.event.assignment.JMSServerServerAssignmentListener.doAssign(JMSServerServerAssignmentListener.java:50)
    at
    com.bea.plateng.domain.event.assignment.AssignmentTreeListener.vetoableChange(AssignmentTreeListener.java:77)
    at
    com.bea.plateng.common.comdev.MVetoableChangeSupport.fireVetoableChange(MVetoableChangeSupport.java:188)
    at
    com.bea.plateng.common.comdev.MVetoableChangeSupport.fireVetoableChange(MVetoableChangeSupport.java:155)
    at
    com.bea.plateng.common.comdev.MVetoableChangeSupport.fireVetoableChange(MVetoableChangeSupport.java:138)
    at
    com.bea.plateng.common.comdev.TreeDataModel.setAttribute(TreeDataModel.java:191)
    at
    com.bea.plateng.domain.assignment.AssignmentTree$SetInitialSelectionVisitor.visitTree(AssignmentTree.java:1020)
    at
    com.bea.plateng.common.comdev.TreeVisitor.visit(TreeVisitor.java:24)
    at
    com.bea.plateng.common.comdev.PreOrder.preVisit(PreOrder.java:34)
    at
    com.bea.plateng.common.comdev.TreeHelper.depthFirstTraversal(TreeHelper.java:42)
    at
    com.bea.plateng.common.comdev.TreeHelper.depthFirstTraversal(TreeHelper.java:47)
    at
    com.bea.plateng.common.comdev.GeneralTree.accept(GeneralTree.java:220)
    at
    com.bea.plateng.domain.assignment.AssignmentTree.buildModel(AssignmentTree.java:359)
    at
    com.bea.plateng.domain.assignment.AssignmentTreeDefinition.createAssignment(AssignmentTreeDefinition.java:302)
    at
    com.bea.plateng.domain.DomainTemplate.getAssignment(DomainTemplate.java:923)
    at
    com.bea.plateng.domain.DomainChecker.syncAssignments(DomainChecker.java:223)
    at
    com.bea.plateng.domain.TemplateBuilder.buildDomainTemplate(TemplateBuilder.java:1177)
    at
    com.bea.plateng.wizard.domain.tasks.TemplateLoaderTask.buildTemplate(TemplateLoaderTask.java:243)
    at
    com.bea.plateng.wizard.domain.tasks.TemplateLoaderTask.execute(TemplateLoaderTask.java:160)
    at
    com.bea.plateng.wizard.domain.tasks.TemplateLoaderTask.run(TemplateLoaderTask.java:133)
    at java.lang.Thread.run(Thread.java:534)

  • Creating shared lib out of statical libs..

    Hello!
    Over here we are trying to create a shared lib (.so) by doing
    CC -G -o foo.so -h libfoo.so object.o -lbar -lgaz
    Basically we want all functionality in the libbar.a and libgaz.a, but the resulting file, libfoo.so seems a little bit small..
    Can we assume that the linker does smart linking and removes code from the libs that isn't used from itself? (to be honest sounds like a good idea :-))
    Meanwhile, is there a good way to do this?? Should we do something like
    CC -G -o foo.so -h libfoo.so object.o libbar.a libgaz.a
    instead??
    Can't find much about this in the documentation.. Don't know if I just haven't searched the wrong places??
    /Andy

    Hi There,
    The first thing I will suggest you is the
    document to read. C++ User's Guide for
    Forte developer 6 update 2 - chapter 16 on
    building libraries in C++ environment.
    Are these libbar.a and libgaz.a archived libraries using C or C++? If these libraries are C
    then you can convert them in .so using the following command.
    cc -G -o libmylib.so.1 -zallextract libmylib.a
    The main difference between linking with a archive and building a shared object is that the shared object is a indivisable unit. When you link against a archive you only get those components of the archive which the linking application directly references.
    So - if you build a shared library with '-zallextract' you will get everything in the archive included in the shared library. This might be exactly what you intend and not cause a problem - but it depends upon what is in the archive and is up to you how you are using it.
    I hope this helps.
    ...jagruti
    Developers Technical Support
    Sun Microsystems, http://www.sun.com/developers/support

  • Are the shared libs fixed in 815?

    The client lib (libclntsh.so) in 8.0.5 was broken. It's missing
    the symbol slpmprodstab located in ~/lib/scorept.o. So, you
    can't even connect. It's easy enough to fix (link scorept.o into
    a shared lib and link it first) but we can't tell our customers
    to do this for ever....
    I just downloaded the 8051 patches and they don't fix the
    problem, so I'm wondering if 815 fixes it?
    (sure would be nice to get some decent client libs!!)
    pete
    null

    It's not broken. From note 68151.1:
    In release 8.0, it was decided that a lot more oracle products
    would be linked to the client shared library, libclntsh.so.
    In doing this it was realised that the symbol slpmprodstab
    was resolved differently for each product and so could not
    be included in the shared library. On platforms where this
    practice has been adopted (e.g. Solaris) extra, product
    specific, object modules have to be included to resolve this
    symbol. Peter Hatch (guest) wrote:
    : Sandman (guest) wrote:
    : : Wow. Like I said, I didn't have a problem at all when I
    : : installed. Friends on EfNet say I live a blessed install
    life,
    : : because I rarely have problems when installing Oracle
    software.
    : : laff
    : This isn't an install problem. It causes certain (necessary)
    : calls to the client library to crash (i.e. core dump) because
    : they can't find the symbol. Oracle has the exact same problem
    : under Solaris--it's a build problem on their end...
    : : Hopefully, this is fixed in 8i since they were aware of it
    : while
    : As I said, it's not fixed as of 8051, so I was asking if anyone
    : has noticed it being fixed under 815 since I'm not going to
    : allocate the time/space to install that if it's got the same
    : problem.
    : : working on the product.
    : : Peter Hatch (guest) wrote:
    : : : Sandman (guest) wrote:
    : : : : I dont remember seeing this problem. Does this happen
    with
    : : : : glibc 2.1 or glibc 2.0.x?
    : : : glibc 2.0, but that shouldn't matter. It's got nothing to
    do
    : : : with the C libs. This symbol isn't defined in the client
    : : library
    : : : (at least not in the shared lib). I've talked to Oracle
    : folks
    : : at
    : : : almost every Linux trade show so far and have been told "we
    : : know
    : : : about the problem and we're working on it." Working on
    : what?
    : : : you just have to compile the library correctly....
    : : : FWIW-Sybase has even worse problems. They compiled their
    : : shared
    : : : libs as static so they don't work at all. They didn't
    even
    : : : link in libc, so you get "undefined symbol: printf" and
    : such.
    : : : : Peter Hatch (guest) wrote:
    : : : : : The client lib (libclntsh.so) in 8.0.5 was broken.
    It's
    : : : : missing
    : : : : : the symbol slpmprodstab located in ~/lib/scorept.o.
    So,
    : : you
    : : : : : can't even connect. It's easy enough to fix (link
    : : scorept.o
    : : : : into
    : : : : : a shared lib and link it first) but we can't tell our
    : : : customers
    : : : : : to do this for ever....
    : : : : : I just downloaded the 8051 patches and they don't fix
    the
    : : : : : problem, so I'm wondering if 815 fixes it?
    : : : : : (sure would be nice to get some decent client libs!!)
    : : : : : pete
    null

  • Reading the stabs.index section of Shared Libs

    Hi there.
    In order to produce developer-friendly stack-traces, I'd like to read the stabs info from our own projects to map the stack offsets to actual code lines.
    So far, I've sucessfully written the reader to handle the lazy stabs inside our object files, and I get the relevant mapping (using N_SLINE, N_FUN and N_SO). But I don't have much luck trying to find these actual .o files from the shared libs (using the N_OBJ stabs contained in the ".stab.index" section of the shared library).
    It looks like Sun Studio 11 (maybe earlier versions too) writes the stabs in an odd format in our shared-lib, so that only the beginning of the section is correct (only the one covered by the first N_UNDF) . After a while, the offset to the strings get wrong, even using the "correct" algorithm of adding the offset contained in the previous N_UNDF stab.
    So, I can read all the information correctly, except for the actual strings for each stab. I had a look at some other stab-readers (gdb and valgrind), and they suffer from the same issue as my code. Actually, even an objdump -G mySharedlib.so produces the same incorrect output. But obviously, there is a way of find the correct string pointers, as the dumpstabs tool works perfectly.
    Does anyone have any pointer to the actual trick needed to read the stabs ? I've already read "The stabs debug format", and the document provided by Sun (and linked from Chris Quenelle's blog): http://developers.sun.com/tools/cc/documentation/ss10_docs/stabs.pdf
    Cheers

    First of all, I should start by saying that in Sun Studio 12 all the
    Sun compilers will generate dwarf as the default debugging format,
    and you should be able to use the GNU binutils "addr2line" utility
    to query the line number information. The dwarf information produced
    by Sun Studio 11 (C compiler, for example) has a glitch that makes
    it incompatible with addr2line, but the glitch is fixed in our development
    release, and Sun Studio 12 (when it comes out) will work with addr2line.
    On Solaris, the addr2line utility is available as "gaddr2line".
    But I realize that stabs processing is also useful for the time being.
    Here are my ideas for what might be going wrong.
    If there are stabs that resulted from COMDAT functions then there are
    special formatting issues. The C++ compiler uses COMDAT to implement
    templates. The stabs.pdf document describes how COMDAT affects
    stabs. Search for the word COMDAT in the document. Because comdat
    ELF sections are merged at link-time, it might also help to run
    elfdump and dumpstabs on some of the .o files that are being put into
    your library as a way of understanding what's going on.
    Specifically, the string table offsets need special processing around
    any index stabs that result from comdat sections, so I suspect
    that's what's causing problems.

  • Template Builder (XML Publisher Report) for Open Office

    Hi,
    Do any body has any idea, if can have template builder for Open Office also, My company has un installed MS Office from my machine, and they dont have license now.
    Thanks and Regards,
    Nidhi Gupta

    Hi All,
    I think Oracle can provide a BI Publisher Software for the Open Office, since the licencing cost for MS Office is very high.
    "OpenOffice Writer" is a open source alternative to MS Word and can be used on Linux. If I am using Linux OS and have to work on BI Publisher templates then certainly I will have to install Windows or use WINE ( I donno how it works but heard of it)
    Other Oracle tools such as SQL Developer, etc are platform independent.. then why only BI Publisher is limited for windows/MS Office.
    Tim,
    Can you please answer..
    I think it should integrate with OpenOffice too!!
    Regards,
    - Ejaz
    [email protected]

  • Dynamic image does not work in the template builder plug-in (Apex-BI Intgr)

    Hi all, I posted this problem in the BI Publisher topic but nobody responded maybe this is because mods thought this is an Apex-BI integration issue.
    If I'm in the wrong place, please do warn me.
    The documentation says:
    Direct Insertion
    Insert the jpg, gif, or png image directly in your template.
    ...This works obviously
    URL Reference
    1. Insert a dummy image in your template.
    2. In Microsoft Word's Format Picture dialog box select the Web tab. Enter the following syntax in the Alternative text region to reference the image URL:
    url:{'http://image location'}
    For example, enter: url:{'http://www.oracle.com/images/ora_log.gif'}
    ...This works too when I hardcode an url as url:{'http://www.google.com.tr/images/firefox/mobiledownload.png'}
    Element Reference from XML File
    1. Insert a dummy image in your template.
    2. In Microsoft Word's Format Picture dialog box select the Web tab. Enter the following syntax in the Alternative text region to reference the image URL:
    url:{IMAGE_LOCATION}
    where IMAGE_LOCATION is an element from your XML file that holds the full URL to the image.
    ...This, however, does not work.
    I use Apex' report query tool and My query is like
    select 'http://www.google.com.tr/images/firefox/mobiledownload.png' IMAGE_LOCATION from ... (a single result set for my template)
    the xml data is generated with an IMAGE_LOCATION tag. I load it to word template plug-in. The Url successfully displays in the report if I make it a plain-simple field.
    But when it's in the image format->web->alt text as url:{IMAGE_LOCATION} no image displayed.
    I need to keep this design procedure simple so a simple word user could design a report via using just template builder plug-in. I don't wish to explore the xsl-fo area...yet.
    Could you tell me why I can't get this url:{IMAGE_LOCATION} to work?
    Regards
    PS: My BI version: 10.1.3.4.1

    Hi Oeren,
    your steps seem basically to be correct. I have a tutorial how to do this here (in german)
    http://www.oracle.com/webfolder/technetwork/de/community/apex/tipps/pdf-dyn-images/index.html
    when you see the URL corrently as long as you have it as a plain text field, the XML tag and the
    referencing seem to be OK.
    Here are two thought - the issue might be one of these ...
    How did you insert the dummy image into the word document - did you do it via "insert" or
    via "link to file". "Link to File" does not work - you must choose the simple "insert".
    Another one: Does your BI Server have a connection to the internet - is the proxy server correctly set ..?
    Does this help ..?
    Regards
    -Carsten
    Cloud Computing mit APEX umsetzen. Jetzt!
    http://tinyurl.com/apexcloudde
    SQL und PL/SQL: Tipps, Tricks & Best Practice
    http://sql-plsql-de.blogspot.com

Maybe you are looking for