Jasper Reports in Linux vs Jasper Reports in Windows

Dear Sirs...
an application is developed using jdeveloper 10.1.2 (struts with UIX technology) and used Jasper report to generated PDF and HTML reports programmatically (no XML files for reports tamplates are used).
in jdeveloper PDF reports are generated without problem,
i create a WAR file and deploy it to oracle application server R2 under windows, it works just fine.
that same WAR file is deployed into linux (again oracle application server R2), this time an exception occurs,
i only selected two jar files (jasperreports.jar and itext.jar) to be included into the war file.
now can any one explain to me why it runs perfectly fine in windows AS and not linux AS???? aren't both of them use the same java virtual machine????
any advice please???
best regards

sorry i forget to post the error in linux, the log contains the following:
net.sf.jasperreports.engine.JRException: Error
compiling report java source files :
/home/oracle/OraHome/j2ee/home/EasyJasperDesign_1192848437309_635467.java
best regards

Similar Messages

  • Error when compiling jasper report on Linux

    Hey guys/gals :)
    I'm having trouble creating a jasper report on Linux. I'm getting the ff. error after i click the
    link to generate my report:
    Http status 500:
    exception:
    javax.servlet.ServletException: Servlet execution threw an exception
    root cause:
         java.lang.NoClassDefFoundError
         net.sf.jasperreports.engine.xml.JRBaseFactory.getColor(JRBaseFactory.java:90)
         net.sf.jasperreports.engine.xml.JRElementFactory.createObject(JRElementFactory.java:161)
         org.apache.commons.digester.FactoryCreateRule.begin(FactoryCreateRule.java:389)
         org.apache.commons.digester.Digester.startElement(Digester.java:1361)
         org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source)
         org.apache.xerces.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
         org.apache.xerces.impl.dtd.XMLDTDValidator.emptyElement(Unknown Source)
         org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
         org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
         org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
         org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
         org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
         org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
         org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
         org.apache.commons.digester.Digester.parse(Digester.java:1647)
         net.sf.jasperreports.engine.xml.JRXmlLoader.loadXML(JRXmlLoader.java:238)
         net.sf.jasperreports.engine.xml.JRXmlLoader.loadXML(JRXmlLoader.java:225)
         net.sf.jasperreports.engine.xml.JRXmlLoader.load(JRXmlLoader.java:213)
         net.sf.jasperreports.engine.JasperCompileManager.compileReport(JasperCompileManager.java:195)
         com.bdo.clg.mrs.main.utils.ReportUtil.printUpldTxn(ReportUtil.java:112)
         com.bdo.clg.mrs.inquiry.action.PrintUpldTxnAction.execute(PrintUpldTxnAction.java:48)
         org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:446)
         org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:266)
         org.apache.struts.action.ActionServlet.process(ActionServlet.java:1292)
         org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:492)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    Background:
    I got a web application (java 1.4.2,Struts ) contained in Tomcat 5.0 server running on a Linux OS ver. 2.6.8.
    The application works fine except when generating a report. It seems that the error is thrown during compilation
    of the jasper template as suggested from the line ....JasperCompileManager.compileReport(JasperCompileManager.java:195) listed
    above . I'm able to build the reports on Win 2K though.
    What else needs to be done on the Linux side? All i've done so far is to set the path for java in the env. variables.
    Have checked out varous sites/forums for solutions but so far still no luck. Your suggestions or assistance will be greatly appreciated.

    To solve this issue, start your java environment with the option -Djava.awt.headless=true.
    It solves the issue... if you google for "Linux"+"JasperReports"+"NoClassDefFoundError" you will find the background info on this issue.
    Thx,
    Rob

  • Jasper Reports Vs BIRT Vs JFree Reports

    Hi every one.
    I am very new in using reporting tools .I prefer to use some free ware. Can you suggest me which one is better and can you please give some comparision for Jasper reports and JFree Reports , I heard that Jasper reports are slow. Can we do some thing to improve the performance of Jasper Reports,
    Thanks in advance for you quice reply

    Yes you are right.. Thanks
    And there is one more thing I want to know..
    I am maintaining all SQL queries in a separate text file so that I can change them any time when needed. I just want to know am I doing right, it this a optmistict way of coding?? I am using my own function to prepare query statements. please check the following and please let me know if I am doing something silly :-)
    Query in text file :
    select label,control,controlid,valuetypescript,validationscript,style,cssclass,field_id from dynamic_controls where page_id=val0 and portfolio_id=val1
    Call to QueryBuilder :
    String [] QueryVals={"10",session.getAttribute("portfolioid").toString()};
    QueryBuilder(QueryFromFile,QueryVals);
    QueryBuilder defination :
    public String QueryBuilder(String Query,String[] Val)
    for(int indx=Val.length-1; indx>=0;indx--)
    Query=Query.replace("val"+indx, Val [indx] );
    return Query;
    Edited by: 1000588 on Apr 20, 2013 4:54 AM

  • Report on Linux

    I've just installed Oracle Oracle Developer Suite 10g (9.0.4) over RedHat and i'm doing this,
    1) i run the script,
    $ORACLE_HOME/j2ee/DevSuit/startinst.sh
    2) i created a report through the report builder wizard, when i use "run paper layout" the report looks ok but when i try to use "run web layout" i get this error,
    Tue Jul 19 18:58:04 EST 2005
    javax.servlet.jsp.JspException
    javax.servlet.jsp.JspException
         at oracle.reports.jsp.ReportTag.doStartTag(ReportTag.java:439)
         at MODULE202805126.jspService(_MODULE202805126.java:50)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.compileAndServe(JspPageTable.java:567)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:302)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:509)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:413)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:765)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
         at java.lang.Thread.run(Thread.java:534)
    and the trace file has this,
    [2005/7/19 7:30:23:265] Debug 50103 (InProcessServer:Init): Server Config and Trace objects available
    [2005/7/19 7:30:23:266] Debug 50103 (WebServerDriver:start): Server Trace Object available
    [2005/7/19 7:30:23:267] Info 56025 (RWServer:startServer): Reports Server is starting up
    [2005/7/19 7:30:23:314] Debug 50103 (OC4JWebServer:start): webserver_srcroot=/opt/app/oracle/OraHome_2/reports/docroot WEBSERVER_DOCROOT=/tmp/docroot
    [2005/7/19 7:30:23:665] Debug 50103 (Environment:getEnvironmentStrings): RW=/opt/app/oracle/OraHome_2/reports
    [2005/7/19 7:30:23:665] Debug 50103 (Environment:getEnvironmentStrings): SSH_AGENT_PID=4122
    [2005/7/19 7:30:23:665] Debug 50103 (Environment:getEnvironmentStrings): HOSTNAME=localhost.localdomain
    [2005/7/19 7:30:23:665] Debug 50103 (Environment:getEnvironmentStrings): TERM=xterm
    [2005/7/19 7:30:23:665] Debug 50103 (Environment:getEnvironmentStrings): SHELL=/bin/bash
    [2005/7/19 7:30:23:665] Debug 50103 (Environment:getEnvironmentStrings): HISTSIZE=1000
    [2005/7/19 7:30:23:665] Debug 50103 (Environment:getEnvironmentStrings): NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1
    [2005/7/19 7:30:23:665] Debug 50103 (Environment:getEnvironmentStrings): LD_PRELOAD=/usr/local/error_oracle/libcwait.so
    [2005/7/19 7:30:23:665] Debug 50103 (Environment:getEnvironmentStrings): GTK_RC_FILES=/etc/gtk/gtkrc:/home/oracle/.gtkrc-1.2-gnome2
    [2005/7/19 7:30:23:665] Debug 50103 (Environment:getEnvironmentStrings): WINDOWID=35666755
    [2005/7/19 7:30:23:666] Debug 50103 (Environment:getEnvironmentStrings): QTDIR=/usr/lib/qt-3.3
    [2005/7/19 7:30:23:666] Debug 50103 (Environment:getEnvironmentStrings): REPORTS_NO_DUMMY_PRINTER=TRUE
    [2005/7/19 7:30:23:666] Debug 50103 (Environment:getEnvironmentStrings): USER=oracle
    [2005/7/19 7:30:23:666] Debug 50103 (Environment:getEnvironmentStrings): LD_LIBRARY_PATH=/opt/app/oracle/OraHome_2/jdk/jre/lib/i386/server:/opt/app/oracle/OraHome_2/jdk/jre/lib/i386/native_threads:/opt/app/oracle/OraHome_2/jdk/jre/lib/i386:/opt/app/oracle/OraHome_2/lib:
    [2005/7/19 7:30:23:666] Debug 50103 (Environment:getEnvironmentStrings): LS_COLORS=no=00:fi=00:di=00;34:ln=00;36:pi=40;33:so=00;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:ex=00;32:*.cmd=00;32:*.exe=00;32:*.com=00;32:*.btm=00;32:*.bat=00;32:*.sh=00;32:*.csh=00;32:*.tar=00;31:*.tgz=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.bz=00;31:*.tz=00;31:*.rpm=00;31:*.cpio=00;31:*.jpg=00;35:*.gif=00;35:*.bmp=00;35:*.xbm=00;35:*.xpm=00;35:*.png=00;35:*.tif=00;35:
    [2005/7/19 7:30:23:666] Debug 50103 (Environment:getEnvironmentStrings): ORACLE_SID=orcl1
    [2005/7/19 7:30:23:666] Debug 50103 (Environment:getEnvironmentStrings): SSH_AUTH_SOCK=/tmp/ssh-zTptff4121/agent.4121
    [2005/7/19 7:30:23:666] Debug 50103 (Environment:getEnvironmentStrings): ORACLE_BASE=/opt/app/oracle
    [2005/7/19 7:30:23:666] Debug 50103 (Environment:getEnvironmentStrings): GNOME_KEYRING_SOCKET=/tmp/keyring-Dzz7aj/socket
    [2005/7/19 7:30:23:666] Debug 50103 (Environment:getEnvironmentStrings): KDEDIR=/usr
    [2005/7/19 7:30:23:666] Debug 50103 (Environment:getEnvironmentStrings): SESSION_MANAGER=local/localhost.localdomain:/tmp/.ICE-unix/4094
    [2005/7/19 7:30:23:666] Debug 50103 (Environment:getEnvironmentStrings): REPORTS_PATH=/opt/app/oracle/OraHome_2/reports/templates:/opt/app/oracle/OraHome_2/reports/samples/demo:/opt/app/oracle/OraHome_2/reports/integ:/opt/app/oracle/OraHome_2/reports/printers
    [2005/7/19 7:30:23:667] Debug 50103 (Environment:getEnvironmentStrings): TK90_ICON=/opt/app/oracle/OraHome_2/reports/plugins/resource
    [2005/7/19 7:30:23:667] Debug 50103 (Environment:getEnvironmentStrings): PATH=/opt/app/oracle/OraHome_2/jdk/bin:/opt/app/oracle/OraHome_2/bin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/oracle/bin
    [2005/7/19 7:30:23:667] Debug 50103 (Environment:getEnvironmentStrings): DESKTOP_SESSION=default
    [2005/7/19 7:30:23:667] Debug 50103 (Environment:getEnvironmentStrings): MAIL=/var/spool/mail/oracle
    [2005/7/19 7:30:23:667] Debug 50103 (Environment:getEnvironmentStrings): TNS_ADMIN=/opt/app/oracle/OraHome_2/network/admin
    [2005/7/19 7:30:23:667] Debug 50103 (Environment:getEnvironmentStrings): REPORTS_CLASSPATH=/opt/app/oracle/OraHome_2/reports/jlib/rwbuilder.jar:/opt/app/oracle/OraHome_2/reports/jlib/rwrun.jar:/opt/app/oracle/OraHome_2/jlib/zrclient.jar:/opt/app/oracle/OraHome_2/j2ee/home/oc4j.jar:/opt/app/oracle/OraHome_2/j2ee/home/lib/ojsp.jar
    [2005/7/19 7:30:23:667] Debug 50103 (Environment:getEnvironmentStrings): PWD=/opt/app/oracle/OraHome_2/bin
    [2005/7/19 7:30:23:667] Debug 50103 (Environment:getEnvironmentStrings): INPUTRC=/etc/inputrc
    [2005/7/19 7:30:23:667] Debug 50103 (Environment:getEnvironmentStrings): LANG=en_US
    [2005/7/19 7:30:23:667] Debug 50103 (Environment:getEnvironmentStrings): GDMSESSION=default
    [2005/7/19 7:30:23:667] Debug 50103 (Environment:getEnvironmentStrings): SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
    [2005/7/19 7:30:23:667] Debug 50103 (Environment:getEnvironmentStrings): SHLVL=2
    [2005/7/19 7:30:23:668] Debug 50103 (Environment:getEnvironmentStrings): HOME=/home/oracle
    [2005/7/19 7:30:23:668] Debug 50103 (Environment:getEnvironmentStrings): LD_ASSUME_KERNEL=2.4.1
    [2005/7/19 7:30:23:668] Debug 50103 (Environment:getEnvironmentStrings): GNOME_DESKTOP_SESSION_ID=Default
    [2005/7/19 7:30:23:668] Debug 50103 (Environment:getEnvironmentStrings): LOGNAME=oracle
    [2005/7/19 7:30:23:668] Debug 50103 (Environment:getEnvironmentStrings): DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-7YL1vQQ8ct
    [2005/7/19 7:30:23:668] Debug 50103 (Environment:getEnvironmentStrings): LESSOPEN=|/usr/bin/lesspipe.sh %s
    [2005/7/19 7:30:23:668] Debug 50103 (Environment:getEnvironmentStrings): REPORTS_TAGLIB_URI=/WEB-INF/lib/reports_tld.jar
    [2005/7/19 7:30:23:668] Debug 50103 (Environment:getEnvironmentStrings): DISPLAY=:0.0
    [2005/7/19 7:30:23:668] Debug 50103 (Environment:getEnvironmentStrings): ORACLE_HOME=/opt/app/oracle/OraHome_2
    [2005/7/19 7:30:23:668] Debug 50103 (Environment:getEnvironmentStrings): G_BROKEN_FILENAMES=1
    [2005/7/19 7:30:23:668] Debug 50103 (Environment:getEnvironmentStrings): REPORTS_TMP=/tmp
    [2005/7/19 7:30:23:668] Debug 50103 (Environment:getEnvironmentStrings): XAUTHORITY=/home/oracle/.Xauthority
    [2005/7/19 7:30:23:668] Debug 50103 (Environment:getEnvironmentStrings): COLORTERM=gnome-terminal
    [2005/7/19 7:30:23:669] Debug 50103 (Environment:getEnvironmentStrings): PLSQL_COMPILER_FLAGS=INTERPRETED,DEBUG
    [2005/7/19 7:30:23:669] Debug 50103 (Environment:getEnvironmentStrings): NLSPATH=/usr/dt/lib/nls/msg/%L/%N.cat
    [2005/7/19 7:30:23:669] Debug 50103 (Environment:getEnvironmentStrings): XFILESEARCHPATH=/usr/dt/app-defaults/%L/Dt
    [2005/7/19 7:30:23:669] Debug 50103 (Environment:getEnvironmentStrings): NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1
    [2005/7/19 7:30:25:236] Debug 50103 (RWReport:getCurrentReport): Inprocess Server Trace Object available
    [2005/7/19 7:30:25:246] Debug 50103 (Report:(Proxy, Trace):1): Got an engine
    [2005/7/19 7:30:25:248] Debug 50103 (Report:(Proxy, Trace):2): Report created:147752400
    [2005/7/19 7:30:25:254] Debug 50103 (XMLPDS): setHelpSetID: 1
    [2005/7/19 7:30:25:255] Debug 50103 (XMLPDS): needSignOnParameter: True.
    [2005/7/19 7:30:25:258] Debug 50103 (JDBCPDS): setHelpSetID: 2
    [2005/7/19 7:30:25:258] Debug 50103 (JDBCPDS): needSignOnParameter: TRUE.
    [2005/7/19 7:30:25:260] Debug 50103 (textpds): TextDataSourceFactory: setReportContext
    [2005/7/19 7:30:25:260] Debug 50103 (textpds): setHelpSetID: null
    [2005/7/19 7:30:25:260] Debug 50103 (textpds): needSignOnParameter: true
    [2005/7/19 7:30:26:153] Info 56023 (ServerImpl:ServerImpl): Idle thread has been started
    [2005/7/19 7:30:26:211] Info 56020 (EngineManager:spawnEngine): Launching engine rwEng-0
    [2005/7/19 7:30:26:212] Debug 50103 (EngineManager:spawnEngine): Start engine command line = /opt/app/oracle/OraHome_2/bin/rwengine.sh -server -cp /opt/app/oracle/OraHome_2/j2ee/home/lib/ojsp.jar:/opt/app/oracle/OraHome_2/reports/jlib/rwrun.jar:/opt/app/oracle/OraHome_2/jlib/zrclient.jar -Xbootclasspath/p:/opt/app/oracle/OraHome_2/vbroker4/lib/vbjboot.jar -Xmx256M oracle.reports.engine.RWEngine name=rwEng-0 server=rep_localhost-rwbuilder ORACLE_HOME=/opt/app/oracle/OraHome_2 engineimplclass=oracle.reports.engine.EngineImpl traceopts=trace_all tracefile=/opt/app/oracle/OraHome_2/reports/logs/rep_localhost-rwbuilder/rwEng-0.trc tracemode=trace_replace cacheDir=/opt/app/oracle/OraHome_2/reports/cache
    [2005/7/19 7:30:26:218] Info 56021 (EngineManager:spawnEngine): Engine rwEng-0 has been launched
    [2005/7/19 7:30:26:218] State 56004 (EngineInfo:setState): Engine rwEng-0 state is: Initial
    [2005/7/19 7:30:26:236] Debug 50103 (RWEngine:init): args[0]=ORACLE_HOME=/opt/app/oracle/OraHome_2
    [2005/7/19 7:30:26:237] Debug 50103 (RWEngine:init): args[1]=frombuilder=yes
    [2005/7/19 7:30:26:237] Debug 50103 (RWEngine:init): args[2]=name=rwEng-0
    [2005/7/19 7:30:26:237] Debug 50103 (RWEngine:init): args[3]=server=rep_localhost-rwbuilder
    [2005/7/19 7:30:26:237] Debug 50103 (RWEngine:init): args[4]=cachedir=/opt/app/oracle/OraHome_2/reports/cache
    [2005/7/19 7:30:26:237] Debug 50103 (RWEngine:init): args[5]=traceopts=trace_all
    [2005/7/19 7:30:26:237] Debug 50103 (RWEngine:init): args[6]=tracefile=
    [2005/7/19 7:30:26:237] Debug 50103 (RWEngine:init): args[7]=tracemode=trace_replace
    [2005/7/19 7:30:26:356] Info 55007 (EngineImpl:loadLibrary): Load librw90.so succeeded
    [2005/7/19 7:31:26:240] Exception 50125 (java.lang.NullPointerException
         at oracle.reports.server.EngineManager.manage(EngineManager.java:256)
         at oracle.reports.server.IdleThread.run(IdleThread.java:87)
    ): Internal error java.lang.NullPointerException
    [2005/7/19 7:31:26:243] Info 50002 (RWServer:shutdown): Server is shutting down
    [2005/7/19 7:31:26:244] Info 50103 (RWServer:startServer): Notify thread to exit
    [2005/7/19 7:31:26:244] Info 50103 (RWServer:startServer): RWServer thread exits
    [2005/7/19 7:31:26:249] Exception 50125 (): Caught exception: java.lang.NullPointerException
    exception oracle.reports.RWException {
    oracle.reports.RWError[] errorChain={struct oracle.reports.RWError {
    int errorCode=50125,
    java.lang.String errorString="Caught exception: java.lang.NullPointerException",
    java.lang.String moduleName="REP"
         at oracle.reports.utility.Utility.newRWException(Utility.java:604)
         at oracle.reports.utility.Utility.newRWException(Utility.java:614)
         at oracle.reports.server.IdleThread.run(IdleThread.java:171)
    any idea guys ????

    Hi,
    It seems there is problem with sun.awt.image.codec.JPEGImageEncoderImpl
    on Linux environment. With same JVM and JDK version(1.4.2_04) barcode bean works on windows XP.But on Linux it is giving ClassCastException.
    It seems it is related to the Bug-4502892 reported on sun's website.

  • Deploying Forms and Reports on Linux

    We are using Forms and Reports 6i in Client/Server mode in
    Windows with all of our clients for years now with
    complete success.
    Most of these clients are small to medium size organizations
    and don't have the resources or need to upgrate to 9iAS with all
    the costs and complexities involved.
    Now there is a demand to run these applications in Linux at
    the client side, i.e. they want to put Linux machines at
    the users desktops.
    We noticed that there is a Linux version of Forms and Reports
    in OTN and would like to try it, but we are concerned about
    if the product is really suported by Oracle : There seems to
    be no documentation, white papers or patches available.
    Can please someone comment on this? Can we develop our forms and
    reports in Windows and deploy then with the Linux runtime ?
    Deployment with 9iAS is not an option.
    Thanks in advance for any advice or suggestion

    Hi Goncalo,
    There is no reason why this should not work on Linux, and there are patches available for Linux. The latest patch for Linux (patch 11, which is the latest Forms 6i patch) was released Sept 6th, 2002.
    This can be found on Metalink (http://metalink.oracle.com).
    ID:2100221 Patchset:2536642
    RELEASE 6I:PATCH 11
    Product:Oracle Developer
    Platform:LINUX Intel
    Language:American English
    Version:Developer 6i
    Last updated:06-SEP-2002
    Size:254M (266775095 bytes)
    Oracle MetaLink is Oracle Support Services' premier web support service. MetaLink is FREE for Oracle customers with current product support contracts.
    Best regards,
    Jonas Jacobi
    Forms Product Management

  • Compile forms and reports in linux os

    hi,
    i like to know how to compile forms and reports in linux os?
    please provide me the commands for compiling of forms and reports.
    Regards
    Ravikumar.A

    hi
    i do not know u r form version but the following command is for Forms [32 Bit] Version 10.1.2.0.2 (Production)
    try this.
    @ECHO OFF
    cls
    Echo compiling libraries 10g ....
    for %%f IN (*.pll) do frmcmp userid=User_name/pass@orcl module=%%f batch=yes module_type=library compile_all=yes window_state=minimize
    ECHO libraries compilation complete
    ECHO ----------------------------------
    Echo compiling menus 10g ....
    for %%f IN (*.mmb) do frmcmp userid=User_name/pass@orcl module=%%f batch=yes module_type=menu compile_all=yes window_state=minimize
    ECHO menus compilation complete
    ECHO ----------------------------------
    Echo compiling forms 10g ....
    for %%f IN (*.fmb) do frmcmp userid=User_name/pass@orcl module=%%f batch=yes module_type=form compile_all=yes window_state=minimize
    ECHO form compilation complete
    ECHO ----------------------------------
    ECHO Form Compilation completefor linux i think its frmcmp.sh just make changes here.
    sarah

  • How install Oracle Developer Suite 10g for Linux (Including Forms & Reports

    hi
    i want to install Forms & Reports Developer Suite in Linux OS So i have downloaded From OTN Site
    "Oracle Developer Suite 10g for Linux (Including Forms & Reports)"
    These are the File's i have Downloaded:
    as_linux_x86_ids_101202_disk1.cpio
    as_linux_x86_ids_101202_disk2.cpio
    so in the Oracle Documentation Site they have given Guide as Follows:
    $cpio -idmv < as_linux_x86_ids_101202_disk1.cpio
    $cpio -idmv < as_linux_x86_ids_101202_disk2.cpio
    after that what should i do ...
    How to Install Oracle Developer Suite 10g for Linux (Including Forms & Reports)
    Kindly Reply ASAP

    Pl follow the steps in the Install Guide - http://download.oracle.com/docs/cd/B19375_02/doc/frs/install/B19314_02/toc.htm
    Srini

  • Can not run reports on Linux OS

    Hi All,
    We have running Oracle Forms and Reports Services 10g (9.0.4) on Windows 2003 Server.
    The Application Works fine, and reports are generated successfully.
    But when we access the same application by using Linux OS (RHEL 4.4),
    The forms works fine but Linux OS could not run the report.
    This seems to be a configuration problem.
    Any Clues.
    Thanks and Looking Forward.

    Check rwserlvet.conf here you will see comment out <!-- ... --> IN the part for the reports engine two lines, one is the Path for Reports the other is for TMP for reports, try to uncomment path and use this, then restart the reports server and see if it works.
    Hope this helps.
    Regards.

  • SCCM 2012 Linux "Installed Applications" report

    Hello,
    Is there a report built-in that can tell me what is installed on a Linux box?
    I can see it is displayed in Hardware Inventory, but is not pulling any data on the Software reports.
    Does a custom report needs to be built in order to pull this data?
    Regards,
    LeonardoT

    Based on the information provided
    here about the classes included in the inventory on Linux clients, I would assume that a report like
    Software registered in Add Remove Programs on a specific computer
    will show data.
    My Blog: http://www.petervanderwoude.nl/
    Follow me on twitter: pvanderwoude

  • Report printing problem in Oracle Report 10g

    Hi group,
    I have one report which I am callinng from form. Out put is comming directly in PDF format, While taking printout on EPSON Printer allignment is not comming properly.
    But If i convert in to text format and print from MS-DOS prompt on same printer it is comming properly.
    Now want to print same in report builder directly in first way. whole environment is on Oracle AS and server is LINUX and client machine is windows
    Please revert back, It can be a great help for me.
    Thanks & Regards,
    Narendra.

    you can solve this problem by using oracle remote printing utility(orarrp)
    Nizhad
    Software Engineer,
    Accel Frontline Limited,
    Kochi.

  • Report runs in Report Builder but hangs in Report Server

    Hi,
    I am using Oracle Reports 10g to build a report with many formula columns. Everything was working perfectly till I added some condition in a query in formula columns. After adding it, report is not working in Report Server but runs only in Report Builder. If I removed this condition, report runs OK but I need it. This condition is very simple, just filtering be a decoded column (i.e. stts = 'D')
    Can anyone suggest how to solve this problem?

    Hi,
    what is the application server version you are running your reports on?
    If it is 10.1.2.0.2 to 10.1.2.2  and you are using PDF SUBSETTING (check the [PDF:Subset] section in the uifont.ali file in your server) then you are most probably facing Bug:5029259 . To resolve the issue read further Doc ID 363868.1 in Oracle Support. In short, your options are:
    1. apply patchset 10.1.2.3 or maybe patch 5029259 is enough.
    2. or make sure no NULL values are returned in the report. Use nvl where possible. If there was no problem before making the changes then maybe checking the new formula columns would be enough. I made this change myself when facing this issue and it appears that this resolved the problem.
    3. or change REPORTS_ENHANCED_SUBSET to NO in windows registry if under windows or $ORACLE_HOME/bin/reports.sh if under linux.  REPORTS_ENHANCED_SUBSET=YES is necessary if you are using TTF subsetting, though. So this might not be an option.
    Julius Z

  • Reports attachement pdf printing after report printing

    Oracle : 9.2.0.6
    forms 6.0.8 reports
    os : linux :
    I have a peculear requirement for the inhouse application.
    I generate a standard Purchase order report with normal requirements using d2k reports. This report is being printed as soon as the transaction commits and goes to the printer.
    The Purchase order comes in 2 pages dependsing on the items and terms and conditions.
    I have a standard Pdf doc comp_prof.pdf (which changes regular intervals conists of various comp. info and not related any database activity).
    Currently this information is being printed manually after the Purchaae order is being printed.
    I tried to incorporated in after report trigger. I was not succesful.
    Pl. help what are the various options I have to solve this.
    If I convert a PO to mail this doc also should go.

    the pdf need to print is not from oracle d2k report. That is pdf is a particular location. The pdf is not getting generated form oracle or any d2k component.
    It is a standard any pdf doc consists of 3 page information.

  • Upgrade from crystal report 8.5 to crystal report 2011

    Hi All,
    Currently we are using crystal report 8.5 (PEAPI and dictionary files) (with VB6) to generate historical data for our product. Reports can have millions of records. We are using 2-tier architecture ( our client resides on windows machine and database
    - Oracle10g dedicated server- resides on linux server).
    We are planning to upgrade it to CR2011(with .NET)
    My understanding is :
    Crystal report designed in SAP Crystal Report 2011/SAP Crystal Reports(version for Visual Studio 2010)/.NET SDK for CR2011 and developed in VS2010 will use Crystal Reports(version for Visual Studio 2010) runtime.  Please comment.
    Is there  any way to use PE APIs in Crystal report 2011 ? If not which is the best way to upgrade  ?
    Please comment.
    Thanks,
    Gaurav

    Hello,
    Not sure which viewer you are using, should be CR.Windows.Form and in code using RAS ( Report Application Server ) you'll get these options which are now controllable by you to allow all or just some:
    private void ViewReport_Click(object sender, EventArgs e)
        rptClientDoc = rpt.ReportClientDocument;
        //crystalReportViewer1.ShowProgressAnimation(false);
        crystalReportViewer1.ShowGroupTreeButton = false;
        crystalReportViewer1.EnableDrillDown = false;
        //rpt.Refresh();
        crystalReportViewer1.ReportSource = rpt;
        // next line causes a delay due to the engine having to go to the last page.
        //rpt.FormatEngine.GetLastPageNumber(new ReportPageRequestContext());
    // set up the format export types:
    int myFOpts = (int)(
        CrystalDecisions.Shared.ViewerExportFormats.RptFormat |
        CrystalDecisions.Shared.ViewerExportFormats.PdfFormat |
        CrystalDecisions.Shared.ViewerExportFormats.RptrFormat |
        CrystalDecisions.Shared.ViewerExportFormats.XLSXFormat |
        CrystalDecisions.Shared.ViewerExportFormats.CsvFormat |
        CrystalDecisions.Shared.ViewerExportFormats.EditableRtfFormat |
        CrystalDecisions.Shared.ViewerExportFormats.ExcelRecordFormat |
        CrystalDecisions.Shared.ViewerExportFormats.RtfFormat |
        CrystalDecisions.Shared.ViewerExportFormats.WordFormat |
        CrystalDecisions.Shared.ViewerExportFormats.XmlFormat |
        CrystalDecisions.Shared.ViewerExportFormats.ExcelFormat |
        CrystalDecisions.Shared.ViewerExportFormats.ExcelRecordFormat);
        //CrystalDecisions.Shared.ViewerExportFormats.NoFormat); // show no export types
        //int myFOpts = (int)(CrystalDecisions.Shared.ViewerExportFormats.AllFormats);
    crystalReportViewer1.AllowedExportFormats = myFOpts;
    Only change is the Excel Export formats have changed, and no option to use the old Excel types available in CR 8.5. Search Kbase for Exporting to Excel, there is a great article on how to optimize your reports for best output.
    Don

  • Guidance choosing Report Server 6i or Oracle9i Reports ???

    Hi.
    This is a request for information and/or opinions really.
    The company I work for want to extend the current Oracle facilities by providing enhanced reporting features, statistics, and analysis of existing databases. ( NB: we have several Oracle Databases at various versions on Sun Solaris and Linux )
    We will shortly be upgrading to 8.1.7, possible to 9i mid next year!
    My questions are :-
    Is Oracle Reports Server 6i or Oracle9i Reports the way to go as opposed to developing in-house reporting facilities?
    What requirements exist for Oracle Rpt Server 6i as opposed to Oracle9i Rpts, ie is 9i Reports backwards compatible with 6i? and is it also compatible with Oracle Server 8.1.7 Ent Edition ?
    Any answers,opinions or links to URL's that could save me a lot of legwork or save me getting the runaround from Oracle Sales would be appreciated.
    Regards

    Hi Andrew,
    You asked for some opinions, so here goes... :)
    The company I work for want to extend the current Oracle facilities by providing enhanced reporting features, statistics, and analysis of existing databases. ( NB: we have several Oracle Databases at various versions on Sun Solaris and Linux )
    We will shortly be upgrading to 8.1.7, possible to 9i mid next year!
    My questions are :-
    Is Oracle Reports Server 6i or Oracle9i Reports the way to go as opposed to developing in-house reporting facilities?Depends on your requirements. (Boring, standard and sort of meaningless answer, I know ;)) E.g. What kind of information do you want to "dig out", presentation formats, distribution demands... "analysis" sounds more like Discoverer and/or 9i DB analythical functions.
    What requirements exist for Oracle Rpt Server 6i as opposed to Oracle9i Rpts, ie is 9i Reports backwards compatible with 6i? and is it also compatible with Oracle Server 8.1.7 Ent Edition ?If you have the chance (given business requirements, standards, existing investments, database server versions, hardware availability, license costs, etc.) to choose newer and supported versions (i.e. 9i), go for the "9i" version. Upgrading to 8.1.7 and later 9.x.x seems like one bit towards that.
    BUT you should be aware that Reports is nowadays, so called, integrated with the 9i AS package. In my experience, AS is more demanding than the previous 6i (different architecture, bigger installation, a lot of running servers/processes, more things to manage). On the other hand, the software infrastructure which is AS can be used in delivering a lot of different applications (compared to "simple" Reports reports). With Certified Configurations and thelike, perhaps a complete, tested and supported sw&hw solution could be less expensive (but this I haven't tried yet).
    Hth,
    Fredrik

  • Reports 11gR2 - The in-process Reports Server  failed to start

    Hello,
    I recently installed the new Forms Reports 11gR2 on an Oracle Linux 5 update 6 64bit. Firstly, I installed the JDK1.6.29 64bit. Then, I installed the Weblogic Server 10.3.5 (jar version). Finally, I installed the Forms Reports 11gR2. After installation I reboot the machine. When it came up I manually started the Weblogic Server (10.3.5), the WLS_Forms, the WLS_Reports and OPMN. Everything looks fine except the in-process reports server.
    I can access the page (http://apps8.orasys.gr:8888/reports/rwservlet) without any problems but when I try to access the showjobs (http://apps8.orasys.gr:8888/reports/rwservlet/showjobs?)
    I get this message “REP-52266: The in-process Reports Server rep_wls_reports_apps8_asinst_1 failed to start.oracle.reports.RWException: IDL:oracle/reports/RWException:1.0”
    The status of the In-process Reports Server is down. When I try to start it, it fails. This is what I get in the log files:
    #SEARCH_CRITERIA
    #     START_TIME: 2011-11-15T09:36:20.036+02:00
    #     END_TIME: 2011-11-15T10:36:20.036+02:00
    #     MESSAGE_TYPES:INCIDENT_ERROR, ERROR, UNKNOWN
    #SELECTED_TARGETS_LIST
    #     /Farm_ClassicDomain/ClassicDomain/WLS_REPORTS/reports(11.1.2):oracle_repapp
    [2011-11-15T10:06:53.414+02:00] [WLS_REPORTS] [INCIDENT_ERROR] [REP-50125] [oracle.reports.server] [host: apps8.orasys.gr] [nwaddr: 212.205.62.203] [tid: Thread-34] [userId: <anonymous>] [ecid: 004gS5sBFOS0RtdePdaQPP00017Y00000O,1:27964] [probKey: 33] [APP: reports#11.1.2] [URI: /reports/rwservlet/showjobs] REP-50125 : java.lang.StringIndexOutOfBoundsException: String index out of range: -1 [[
    java.lang.StringIndexOutOfBoundsException: String index out of range: -1
         at java.lang.String.substring(String.java:1937)
         at oracle.reports.server.LDAPManager.createDirContext(LDAPManager.java:260)
         at oracle.reports.server.LDAPManager.createOIDContext(LDAPManager.java:176)
         at oracle.reports.server.RWSecurity.start(RWSecurity.java:122)
         at oracle.reports.server.SecurityHelper.start(SecurityHelper.java:107)
         at oracle.reports.server.RWServer.startServer(RWServer.java:985)
         at oracle.reports.server.RWServer.run(RWServer.java:358)
         at java.lang.Thread.run(Thread.java:662)
    [2011-11-15T10:07:02.729+02:00] [WLS_REPORTS] [INCIDENT_ERROR] [] [oracle.reports.servlet] [host: apps8.orasys.gr] [nwaddr: 212.205.62.203] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 004gS5sBFOS0RtdePdaQPP00017Y00000O,0:1:0x5f5e102] [probKey: 34] [APP: reports#11.1.2] [URI: /reports/rwservlet/showjobs] ServerManager:getServer Bind to Reports Server rep_wls_reports_apps8_asinst_1 failed.
    [2011-11-15T10:36:05.110+02:00] [WLS_REPORTS] [INCIDENT_ERROR] [REP-50125] [oracle.reports.server] [host: apps8.orasys.gr] [nwaddr: 212.205.62.203] [tid: Thread-68] [userId: weblogic] [ecid: 9abaf3e65885e557:23d03fee:133a635b091:-8000-0000000000000296,0] [probKey: 35] [APP: reports#11.1.2] REP-50125 : java.lang.StringIndexOutOfBoundsException: String index out of range: -1 [[
    java.lang.StringIndexOutOfBoundsException: String index out of range: -1
         at java.lang.String.substring(String.java:1937)
         at oracle.reports.server.LDAPManager.createDirContext(LDAPManager.java:260)
         at oracle.reports.server.LDAPManager.createOIDContext(LDAPManager.java:176)
         at oracle.reports.server.RWSecurity.start(RWSecurity.java:122)
         at oracle.reports.server.SecurityHelper.start(SecurityHelper.java:107)
         at oracle.reports.server.RWServer.startServer(RWServer.java:985)
         at oracle.reports.server.RWServer.run(RWServer.java:358)
         at java.lang.Thread.run(Thread.java:662)
    [2011-11-15T10:36:11.798+02:00] [WLS_REPORTS] [INCIDENT_ERROR] [] [oracle.reports.servlet] [host: apps8.orasys.gr] [nwaddr: 212.205.62.203] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 9abaf3e65885e557:23d03fee:133a635b091:-8000-0000000000000296,1:27966] [probKey: 36] [APP: reports#11.1.2] ServerManager:getServer Bind to Reports Server rep_wls_reports_apps8_asinst_1 failed.
    #MESSAGE_COUNT: 4
    Please help. I really need to evaluate version in order to move to it as soon as possible.
    Thank you in advance,
    Evris

    Hi Evris,
    REP-50125 : java.lang.StringIndexOutOfBoundsException: String index out of range: -1
    Follow the below metalink id
    Start Report Server Failed, Javalang String Indexoutof Boundexception Rep-50125 [ID 372362.1]
    Hope this will be helpful,
    Regards,
    Fabian

Maybe you are looking for

  • Why do I get the movies only in english?

    As a new Apple TV user this might be a stupid question for pros on Apple TV. Nevertheless, why do I get the movies which I wanted to receive in the German version only in the English version. I make my choice in the German iTunes-Store, I watch the t

  • My iPod keeps freezing when i plug it into my computer.

    When i plus my iPod into my computer, my iPod and computer freezes up. I haven't charged it or used it in a few months, so i'm not sure if that may be the case, but can you please help me?

  • G4 Boot problem

    Came in this morning to a blank screen on my G4 450D OSX10.4, and feared the worst. But, now I'm not sure, or at least I'm stumped. I can connect to the machine via ethernet just fine and see all files. I have tested the drive with Diskwarrior, which

  • Function Building Dynamic SQL Statement

    SQL> CREATE OR REPLACE FUNCTION UC_RENTAL_PAYMENTS_RS 2 RETURN VARCHAR2 3 IS 4 paymentssql varchar2(400); 5 6 7 BEGIN 8 9 IF :P12_TENANTS <> -1 THEN 10 11 paymentssql := 'SELECT * FROM LMR_PAYMENTS WHERE PAYMENT_TYPE = ''a'' AND COMPLETED = ''n'' AND

  • Sound problem with exporting from After Effects

    Hello everybody, I exported a windows media video from premiere cs5 (it was shot with the cannon 7d). The video has 1 video channel, 1 audio channel that contains a conversation, and another audio channel that contains only music. After I exported it