Rwserver install in 10.1.2 developer suite

hye!
i'm using developer suite 10.1.2. and database 10.1.2, owb last version (i think it's release 1)
in forms...on a TLIST...i have 4 items:
-export to pdf message('1');
-export to excel message('2');
-export to xml message('3');
-export to... message('4'); THIS WORKS JUST FINE
now i want to replace message('1');
with :
BEGIN
rep_id := find_report_object('REPORT44');
SET_REPORT_OBJECT_PROPERTY(rep_id,REPORT_SERVER,'repserv');
SET_REPORT_OBJECT_PROPERTY(rep_id,report_desformat,'PDF');
SET_REPORT_OBJECT_PROPERTY(rep_id,report_execution_mode,runtime);
SET_REPORT_OBJECT_PROPERTY(rep_id,report_comm_mode,synchronous);
SET_REPORT_OBJECT_PROPERTY(rep_id,report_destype,screen);
v_rep := RUN_REPORT_OBJECT(rep_id);
rep_status := REPORT_OBJECT_STATUS(v_rep);
if rep_status = 'FINISHED'
then message('Report executed');
else message('Error! The Report can not be executed');
end if;
END;
PROCEDURE select_item_list (lista varchar2) IS
list_id item;
list_count number;
current_value VARCHAR2(50);
clicked_value VARCHAR2(50):= name_in(lista);
clicked_label VARCHAR2(80);
rep_id REPORT_OBJECT;
v_rep VARCHAR2(100);
rep_status VARCHAR2(20);
begin
list_id := find_item(lista);
if id_null(list_id) then
message('Nu a gasit id-ul item-ului!');
raise form_trigger_failure;
end if;
list_count := get_list_element_count(list_id);
for i in 1..list_count loop
current_value := get_list_element_value(list_id, i);
if clicked_value = current_value THEN
clicked_label := get_list_element_label(list_id, i);
exit;
end if;
end loop;
if current_value='0' then
BEGIN
rep_id := find_report_object('REPORT44');
SET_REPORT_OBJECT_PROPERTY(rep_id,REPORT_SERVER,'repserv');
SET_REPORT_OBJECT_PROPERTY(rep_id,report_desformat,'PDF');
SET_REPORT_OBJECT_PROPERTY(rep_id,report_execution_mode,runtime);
SET_REPORT_OBJECT_PROPERTY(rep_id,report_comm_mode,synchronous);
SET_REPORT_OBJECT_PROPERTY(rep_id,report_destype,screen);
v_rep := RUN_REPORT_OBJECT(rep_id);
rep_status := REPORT_OBJECT_STATUS(v_rep);
if rep_status = 'FINISHED'
then message('Report executed');
else message('Error! The Report can not be executed');
end if;
END;
elsif current_value='1' then message('ok1');
elsif current_value='2' then message('ok2');
elsif current_value='3' then message('ok3');
end if;
exception when others then message('Alte exceptii!');
raise form_trigger_failure;
end;
declare
list_activated varchar2(50) := :system.trigger_item;
begin
if list_activated = 'BLOCK21.LIST35' then
select_item_list ('BLOCK21.LIST35');
end if;
end;
now i' reading :
Oracle® Application Server Reports Services
Publishing Reports to the Web
10g Release 2 (10.1.2)
B14048-02
http://brom900lmlw5hb.pdcbr.rom:8889/reports/rwservlet/startserver
=> "javaw.exe - Entry point kguuseg could not be located in the dynamic link library oraclient10.dll"
cmd:
rwserver server=repserv batch=yes
=> "javaw.exe - Entry point kguuseg could not be located in the dynamic link library oraclient10.dll"
http://brom900lmlw5hb.pdcbr.rom:8889/reports/rwservlet/getserverinfo?server=repserv
=> REP-51002: Bind to Reports Server repserv failed
and when running the form i get
=>frm-41213: unable to connect to the Report server repserv
in programs-> developer suite home -> reports developer i have:
1.Oracle app server reports services:
-reports converter
-reports queue manager
etc.........
Do i need to install anything else? what to do to get de report run in forms???????

Hello,
have you installed the database 10.1.2 AFTER developer suite 10.1.2. ?
In this case, the problem may be the PATH
You can use a BAT file to set the PATH :
example:
title ODS 10.1.2
set ORACLE_HOME=e:\oracle\ods1012
set CLASSPATH=%ORACLE_HOME%\jlib\bigraphbean.jar;%ORACLE_HOME%\jlib\LW_PfjBean.jar;%ORACLE_HOME%\jlib\bigraphbean-nls.zip;%ORACLE_HOME%\reports\jlib\rwrun.jar
set PATH=e:\oracle\ods1012\bin;e:\oracle\ods1012\jdk\jre\bin;e:\oracle\ods1012\jdk\jre\bin\classic;e:\oracle\ods1012\jdk\jre\bin\classic;e:\oracle\ods1012\jlib;e:\oracle\ods1012\jdk\bin;c:\winnt;c:\winnt\system32
E:
cd \oracle\ods1012\bin
For the standalone OC4J , you can add a line:
set PATH=..
in the bat file startinst.bat
Regards

Similar Messages

  • Problem Installing Developer Suite on WIndows Vista

    Hi! i'm a student of computer science, and i need to install developer suite for a proyect i need to do for one of my classes.
    I have a problem installing developer suit on Windows Vista. After i download and unzip both disk, i run the setup from the installer folder and i get an alert that says: "abnormal termination. There's been an internal error. Send the following files to the Oracle Suport Services: Unknown, Unknow, Unknow". I've also tryed with the setup from the main folder and i get the same alert. I don't know what to do, i've tryed setting the compatibility mode to windows XP, runnig as administrator, changing the performance configuration of my computer and nothing. Please help me to install the program!

    Which developer suite are you using???

  • Getting Error while running Developer Suite 10g forms.

    After designing the form when I'm trying to run the form I'm getting the error message The Java Runtime Environment Cannot be loaded from <\bin\client\jvm.dll>. I have installed oracle database 11g and developer suite 10g in Windows XP Prof. Pc. Please guite some one. Trying from last 2 days but nothing is happening.

    You may not have admin rights to install Jinitiator on your box.
    Cheers

  • Login vào Oracle Developer Suite 10g, HOW ?

    I already installed a package of Oracle Developer Suite in my pc.
    During installing progress, it does not require me to setup user name and passowrd, but it ask me about username, password and Connect String when I use Oracle Designer or other tools in the package.
    Does anyone know what default username, password and the string is to login ?
    Beside that, how to reset the default username, password following to my option.

    It seems OP has NO database at all,neither local nor remote. And 'installed on PC' looks like homework,no remote access to databases. So a local database has to be installed, the '2 Day DBA' tutorial may help:
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14196/toc.htm
    By the way 'scott/tiger' doesn't help when dealing with Developer Suite and Designer.
    Werner

  • Oracle developer suite connectivity

    I installed oracle 9.0.2 developer suite and can read tables from 9.2. Oracle forms compliles but won't run. It tries to connect to 8888 on the internet and hangs. I want it to connect to my local X-Pro machine and that doesn't work. It wants an HTTP port 8888 which is already defined in listener.ora. What is missing - thanks!!

    Technical questions need to be addressed to one of the technical forums. You probably want to address this to the Products | Developer Suite | Forms forum-- the folks over there are a lot more likely to be able to answer your questions.
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • OTN Technology Track 9i Development Suite

    I purchased & received the OTN Technology Track for Java Windows Developement Suite.
    A brief overview of the entire CD pack would be greatly appreciated... TIPS for a quick start....warning that the CDs for Oracle9i Database cannot be installed if you wish to install Oracle9i Developer Suite. etc...
    It IS NOT evident which CDs are mutually exclusive (i.e. should not be loaded together). After installing, deinstalling different products, I'm still not sure I have
    loaded the correct products to support the learning environment I'm trying to build at home to learn Internet development with Oracle.

    The trick to installing the database and the developer suite on the same machine is to install them in different Oracle_Homes (directories) on your machine.

  • Upgrading to Developer Suite 10g R2

    Hi all
    We currently have Developer suite 10g R1 (9.04) (Designer 10g R1 b virtue). We wanted to upgrade forms and reports to 10gR2. when we tried to install Developer suite. I have an option to install JDeveloper or the entire developer suite. This forces me to upgrade developer suite too. Unffortunately my case repository is at a lower version and I cannot upgrade designer.
    Can I Install forms and reports components of developer suite only.
    Any help is appreciated.
    Thanks
    Rgds
    Arvind Balaraman

    May I ask you what version of the database you connected to with Forms 10g Rel. 1 (9.0.4)?
    Thanks,
    Denise

  • Application Server or Developer Suite

    Hi experts,
    What is the difference between Application Server and Developer Suite listed here in http://www.oracle.com/technetwork/developer-tools/forms/downloads/index.html ?
    And while learning, if I want to install on my laptop(Windows 7 32-bit), which one is prefered(works) when I have 10g databse installed.
    Or do we need to install both Application Server and Developer Suite.

    The main difference is in components that comes with installation.
    Developer Suite comes with:
    Oracle JDeveloper
    Oracle Reports
    Oracle Forms
    Oracle Discoverer
    Oracle Designer
    Oracle Business Intelligence Beans
    Developer Suite Software Configuration Manager
    Once you need to Deploy your application to users - you will need Application Server
    which includes much more:
    Adapters
    B2B
    Business Rules
    Containers for J2EE
    Content Management SDK
    Developer Tools
    Discoverer
    Forms
    High Availability
    HTTP Server
    Identity Management
    Manageability
    Portal
    Reports
    TopLink
    Web Cache

  • How to install Oracle Developer Suite 10g on Windows 7 (64-bit)

    Hi,
    I have windows 7 (64-bit) installed on my laptop. I want to install Oracle developer suite 10g R2 on this machine but when I run the Oracle Universal Installer, it gives me error stating "operating system version: must be 5.0, 5.1, 5.2. Actual 6.1 Failed<<<<
    Exiting OUI.
    Can anyone please help me to solve this problem.
    Thanks in advance.
    Regards

    Be aware that Developer Suite 10gR2 is not supported for use on Windows 7. Installing it on this platform may result in undesirable behavior.

  • Installing developer suite on ubuntu 8.04

    Hi,
    I'm using Ubuntu since a couple of months now and i'am very happy of it.
    I want to install developer suite 10gr2 on ubuntu. Of course I can do that with an xp virtualization.
    But as the XE database is also available for ubuntu, with explanations for installation http://www.oracle.com/technology/tech/linux/install/xe-on-kubuntu.html I want to do the same with forms builder.
    Is there a tutorial for that ? is it even possible?
    Thanks for sharing your experience.
    Regards
    Jean-Yves

    HI,
    According to the certification matrix
    https://metalink.oracle.com/metalink/plsql/f?p=140:1:9614243620221198550:::::
    the Linux Ubuntu does not seem to be certified with DevSuite10g....
    Sim

  • Error while installing oracle 10g developer suite  on windows xp

    I am getting following error when i am trying to install the oracle 10g developer suite windows xp with sp3
    +*"---------------------------*+
    Oracle Universal Installer+
    ---------------------------+
    Error in writing to directory c:\TEMP\OraInstall2010-03-18_12-57-52PM. Please ensure that this directory is writable and has atleast 55 MB of disk space. Installation cannot continue."+
    Even i have enough space of my C drive plus i m the administrator on my PC. I changed the temp location as well and download the zip files(installation) again but it doesn't work. Kindly provide some solution for this error.

    Error Code: 502 Proxy Error. The ISA Server denied the specified Uniform Resource Locator (URL). (12202) This means you already have ISA configured as proxy server. Disable the proxy from the browser and you should be able to access the application. Or simply add the application URL to the list of the proxy exceptions.

  • Frm-92100 on windows vista after install Developer Suit 10.1.2.02

    Hello everybody,
    I installed success Developer Suit 10.1.2.02 on windows vista.
    But when I tried to run a test form on web browser after .jar is load
    A message appears.
    FRM-92100: Your connection to the server was interrupted. This may be the result of a network error, or a failure on the server. You will need to re-establish your session.
    Details...
    Java Exception:
    java.lang.StringIndexOutOfBoundsException: String Index out of range: -1
    When I check the log file.
    ….forms90web: Stopped
    ….Stopped (Shutdown executed by jazn.com/admin from 127.0.0.1 (127.0.0.1))
    This is a critical problem to me.
    Please, help me urgent.
    Regards.
    William.

    Thanks Sqaimes
    But, I don’t know that’s the solution, anyway can you tell me if you know what’s the patch?
    Regards,
    William
    Message was edited by:
    william

  • How to install developer suite on windows vista

    trying to install the dveloper suite on windows vista, keep gettting error that the pagefile(swap file) size is 0 and need to fix this problem.
    did any one have this problem
    using developer suite x86-101202 (compatibility mode xp sp2)

    Have you followed the steps under "III. After the install completed" in this thread?
    Forms 10g installed and running on Windows Vista
    And note the fourth paragraph from the top. There is a BIG bug in Forms Builder 10g running on Vista. When you try to compile a program unit (procedure) that calls another one that has compiler errors, the Forms Builder crashes. So it can be pretty frustrating if you actually try do any forms development work.

  • Problem installing Oracle Internet Developer Suite 1.0.2.4.1 (Forms & Reports 6i)

    Hi all,
    I am unable to install Oracle Internet Developer Suite 1.0.2.4.1 - specifically Forms & Reports 6i, Designer, Discoverer (ALL Products on Quick Install option on Windows 98 system). The installation proceeds to Install screen when the various files start to load ... Then the whole process stops after showing 100% load (sometimes the screen freezes, sometimes I get error message - illegal instruction etc) when the following file is being loaded :
    Extracting ... ewt_swingaccessbridge.jar
    I have another question :
    I have Personal Oracle 8i (8.1.7) installed on D:\Oracle\Ora81 already.
    During the install process (before I get the above error message) the 8.1.7 RSF-based product install location screen presents itself with the option to create a new Oracle Home and location (The preferred Oracle Home name iDSData and preferred Oracle Home Location D:\ORACLE\iDSData are already entered in the boxes) or Select an existing ORACLE_HOME. My existing ORACLE_HOME is
    D:\Oracle\Ora81. What am I supposed to do at this point ? The installation guide is not explicit. Any help with these topics will be greatly appreciated.
    I will be greatly obliged to anyone who can assist me with installing Forms & Reports 6i. Many thanks in advance.
    Sincerely,
    Partha Sur
    [email protected]

    Had the same problem too. It won't install in the same directory as your database. You need to create a new directory on your hard drive and have it installed there. Worked for me.
    Regards,
    LP

  • Unable to install Oracle Developer Suite 10 on SuSe Linux 11.0

    Hi all,
    I have installed Oracle 11g on SuSe Linux 11.0 with no issues. I am unable to install Oracle Developer Suite10.12.02 on same (SuSe 11.0). The installation gets to about 94% and then fails with the following error:
    /usr/lib/libXtst.so.6: undefined reference to `__stack_chk_fail@GLIBC_2.4'
    /usr/lib/libXtst.so.6: undefined reference to `__fprintf_chk@GLIBC_2.3.4'
    /usr/lib/libXtst.so.6: undefined reference to `__sprintf_chk@GLIBC_2.3.4'
    Here's the actual (make failure) log entry:
    gcc -o rwbuilder -L/home/oracle/app/product/11.1.0/ods//lib/ -L/home/oracle/app/product/11.1.0/ods/lib/ -L/home/oracle/app/product/11.1.0/ods/lib//stubs -rdynamic -Bdynamic -L/home/oracle/app/product/11.1.0/ods/jdk/jre/lib/i386 -L/home/oracle/app/product/11.1.0/ods/jdk/jre/lib/i386/server -L/home/oracle/app/product/11.1.0/ods/jdk/jre/lib/i386/native_threads -ljvm rxmasb.o /home/oracle/app/product/11.1.0/ods/reports/lib/ui10.o /home/oracle/app/product/11.1.0/ods/reports/lib/uiicxd.o /home/oracle/app/product/11.1.0/ods/reports/lib/rwsng.o /home/oracle/app/product/11.1.0/ods/reports/lib/rwscl.o /home/oracle/app/product/11.1.0/ods/reports/lib/rwssc.o /home/oracle/app/product/11.1.0/ods/reports/lib/rwssc0.o /home/oracle/app/product/11.1.0/ods/reports/lib/rwsdt.o -lrw /home/oracle/app/product/11.1.0/ods/lib//librw.a -lobx -lnn -lrws -lde /home/oracle/app/product/11.1.0/ods/lib//libzrc.a -lrws -lucol -luicc -lca -lmma -lmmiw -lmmov -lmma -lmmos -lmmoi -lmmia -lmmft -lmmcm -lvgs -luihx -luc -luipr -luimotif -lot -lrem -lree -lrec -luiimg -luimotif -luipr -luiimg -luc -lrem -luimotif -luia -ltknqap -luipr -luimotif -lutt -lix -lixd -lrod -lror -lros -lrod -lror -lros -lrod -luat -ldfc -lutc -lutj -lutl -lutsl -lpls10 -lplp10 /home/oracle/app/product/11.1.0/ods/lib/libplc10.a -lpls10 -lplp10 -lslax10 -lsql10 -lclntsh `cat /home/oracle/app/product/11.1.0/ods/lib/ldflags` -lnsslb10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat /home/oracle/app/product/11.1.0/ods/lib/ldflags` -lnsslb10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lmm -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 `cat /home/oracle/app/product/11.1.0/ods/lib/ldflags` -lnsslb10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat /home/oracle/app/product/11.1.0/ods/lib/ldflags` -lnsslb10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 -lclient10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 `cat /home/oracle/app/product/11.1.0/ods/lib/sysliblist` -Wl,-rpath,/home/oracle/app/product/11.1.0/ods/lib,-rpath,/home/oracle/app/product/11.1.0/ods/jdk/jre/lib/i386:/lib:/usr/lib -lm `cat /home/oracle/app/product/11.1.0/ods/lib/sysliblist` -ldl -lpthread -lm -L/home/oracle/app/product/11.1.0/ods/lib -L/home/oracle/app/product/11.1.0/ods/lib/stubs/ -lsnls10 -lpthread -ljvm -lhpi -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -lXm -lXt -lX11 -lm -lXp -lXext /home/oracle/app/product/11.1.0/ods/lib//librw.a -lnsl
    /usr/lib/libXtst.so.6: undefined reference to `__stack_chk_fail@GLIBC_2.4'
    /usr/lib/libXtst.so.6: undefined reference to `__fprintf_chk@GLIBC_2.3.4'
    /usr/lib/libXtst.so.6: undefined reference to `__sprintf_chk@GLIBC_2.3.4'
    collect2: ld returned 1 exit status
    make: *** [rwbuilder] Error 1
    The only serious flaw I can see in the config is that I'm using libstd++ 4.3 instead of the requested 3.2.2 which 'should' be acceptable as it's a newer version - can anyone help please? Thanks in advance for any helpful advice anyone can offer.
    Richard Foley
    ps. What's also a bit odd, is that the overall exit status of the installation is regarded as succesful...
    *** End of Installation Page***
    The installation of Oracle Developer Suite 10g was successful.
    Edited by: orafoley on Oct 14, 2008 5:19 PM

    Hi Hub,
    Done that, nothing:
    $> env | grep -i LD
    $>
    On the off-chance that it had something to do with installing Oracle 11.0 with ODS Developer 10.0, I've rolled my database installation back too, so now I have:
    Oracle 10.2.01
    Oracle Developer Suite 10i (ODS 10.12.02)
    SuSe 11.0
    Now when I runInstaller I get this, which is surprisingly similar:
    Start output from spawned process:
    rm -f /home/oracle/app/product/10.2.0.1/db/lib//librwu.so; \
    rm -f /home/oracle/app/product/10.2.0.1/db/lib//librw.so
    rm -f rwsutil.o rwspid.o ; \
    /usr/bin/ar x /home/oracle/app/product/10.2.0.1/db/lib//librwu.a rwsutil.o rwspid.o ; \
    (LD_OPTIONS="-z muldefs"; \
    /usr/bin/gcc -o /home/oracle/app/product/10.2.0.1/db/lib//librwu.so -shared -L/home/oracle/app/product/10.2.0.1/db/lib/ -L/home/oracle/app/product/10.2.0.1/db/lib/stubs/ rwsutil.o rwspid.o \
    -lm /home/oracle/app/product/10.2.0.1/db/lib/libclntsh.so -lpthread -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -lXm -lXt -lX11 -lm -lXp -lXext `cat /home/oracle/app/product/10.2.0.1/db/lib/sysliblist` -lc )
    rm -f zrhitem.o zrhcursor.o; \
    /usr/bin/ar x /home/oracle/app/product/10.2.0.1/db/lib//librw.a zrhitem.o zrhcursor.o
    rm -f rwbuilder
    gcc -o rwbuilder -L/home/oracle/app/product/10.2.0.1/db//lib/ -L/home/oracle/app/product/10.2.0.1/db/lib/ -L/home/oracle/app/product/10.2.0.1/db/lib//stubs -rdynamic -Bdynamic -L/home/oracle/app/product/10.2.0.1/db/jdk/jre/lib/i386 -L/home/oracle/app/product/10.2.0.1/db/jdk/jre/lib/i386/server -L/home/oracle/app/product/10.2.0.1/db/jdk/jre/lib/i386/native_threads -ljvm rxmasb.o /home/oracle/app/product/10.2.0.1/db/reports/lib/ui10.o /home/oracle/app/product/10.2.0.1/db/reports/lib/uiicxd.o /home/oracle/app/product/10.2.0.1/db/reports/lib/rwsng.o /home/oracle/app/product/10.2.0.1/db/reports/lib/rwscl.o /home/oracle/app/product/10.2.0.1/db/reports/lib/rwssc.o /home/oracle/app/product/10.2.0.1/db/reports/lib/rwssc0.o /home/oracle/app/product/10.2.0.1/db/reports/lib/rwsdt.o -lrw /home/oracle/app/product/10.2.0.1/db/lib//librw.a -lobx -lnn -lrws -lde /home/oracle/app/product/10.2.0.1/db/lib//libzrc.a -lrws -lucol -luicc -lca -lmma -lmmiw -lmmov -lmma -lmmos -lmmoi -lmmia -lmmft -lmmcm -lvgs -luihx -luc -luipr -luimotif -lot -lrem -lree -lrec -luiimg -luimotif -luipr -luiimg -luc -lrem -luimotif -luia -ltknqap -luipr -luimotif -lutt -lix -lixd -lrod -lror -lros -lrod -lror -lros -lrod -luat -ldfc -lutc -lutj -lutl -lutsl -lpls10 -lplp10 /home/oracle/app/product/10.2.0.1/db/lib/libplc10.a -lpls10 -lplp10 -lslax10 -lsql10 -lclntsh `cat /home/oracle/app/product/10.2.0.1/db/lib/ldflags` -lnsslb10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat /home/oracle/app/product/10.2.0.1/db/lib/ldflags` -lnsslb10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lmm -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 `cat /home/oracle/app/product/10.2.0.1/db/lib/ldflags` -lnsslb10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat /home/oracle/app/product/10.2.0.1/db/lib/ldflags` -lnsslb10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 -lclient10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 `cat /home/oracle/app/product/10.2.0.1/db/lib/sysliblist` -Wl,-rpath,/home/oracle/app/product/10.2.0.1/db/lib,-rpath,/home/oracle/app/product/10.2.0.1/db/jdk/jre/lib/i386:/lib:/usr/lib -lm `cat /home/oracle/app/product/10.2.0.1/db/lib/sysliblist` -ldl -lpthread -lm -L/home/oracle/app/product/10.2.0.1/db/lib -L/home/oracle/app/product/10.2.0.1/db/lib/stubs/ -lsnls10 -lpthread -ljvm -lhpi -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -lXm -lXt -lX11 -lm -lXp -lXext /home/oracle/app/product/10.2.0.1/db/lib//librw.a -lnsl
    /usr/lib/libXtst.so.6: undefined reference to `__stack_chk_fail@GLIBC_2.4'
    /usr/lib/libXtst.so.6: undefined reference to `__fprintf_chk@GLIBC_2.3.4'
    /usr/lib/libXtst.so.6: undefined reference to `__sprintf_chk@GLIBC_2.3.4'
    collect2: ld returned 1 exit status
    make: *** [rwbuilder] Error 1
    End output from spawned process.
    Exception thrown from action: make
    Exception Name: MakefileException
    Exception String: Error in invoking target 'libso_install bld_install proxy_install runm_install server_install cgi_install cli_install conv_install qv_install' of makefile '/home/oracle/app/product/10.2.0.1/db/reports/lib/ins_reports.mk'. See '/opt/oracle/oraInventory/logs/installActions2008-10-30_02-12-25PM.log' for details.
    Richard.

Maybe you are looking for

  • TS1440 My hard drive is not showing up in the disc utility folder

    My computer froze and I had to turn it off via the power button.  Upon restarting, I encountered the screen with the flashing folder with a question mark. I followed the first couple steps, as well as some steps for the gray screen to no avail.  I go

  • ISE-Guest Portal Redirection

    Dears i have configured everything right for the Gusset login and everything is going the way i want except one thing that the switch doesn’t force the quest to web directed to the ISE login paged however the ouput of the below command looks perfect

  • Mexican store??

    when trying to update my apps, I get the message, "Your account is not valid for use in the Mexican store.  You must switch to the US store before purchasing". Anyone else ever seen this...

  • Oracle Form Services Installation (Test.fmx) Trigger Not working

    Hi I install oracle BI and forms Services on oracle application infrastructure after installation i run the following command "http://ora.server.com:7778/forms/frmservlet?config=testfrm" it will show the form "form services install sucessfully" but w

  • Need Detailed introduction on Web dynpro & netWeaver?

    Hi, I completely new to the WebDynpro  and NetWeaver . Can you provide a detailed  introduction on the same, and step by step procedure of implementation. Thanks in advance Edited by: Anil Kumar Tharigopula on May 9, 2009 1:20 PM