Error after Installing SOA App server

Installed SOA-Oracle Application Server 10.1.3.3 as a noraml instance(admin instance is another node and it fine) and started the services and everything is running fine. but when i type the url in browser http://<ip>:7778/em i am getting The requested URL /em was not found on this server.
I check the logs in Apache and found some error in log file there like
"[Fri Mar 5 14:27:27 2010] [error] [client system ip] [ecid: 1267779447:<IP>:6836:0:2,0] File does not exist: /oracle-home/Apache/Apache/htdocs/em"
OS version is Red Hat Enterprise Linux ES release 4 (Nahant Update 8)
Kernel \r on an \m
any idea how to troubleshoot?

First check the port for the Enterprise Mgr. The default port for EM is provided at the end of the Oracle Application Server installation, as well as in the following text file in the install directory of the application server Oracle home:
readme.txt
Also see if the ASControl service is up and running for this respective instance.
To start it using opmn, go to this ORACLE_HOME and do this:
$ORACLE_HOME/bin/emctl.bat start iasconsole

Similar Messages

  • Error while installing Oracle Apps server 10.1.3 with Oracle DB 11.2.0.2

    Error while installing Oracle Apps server 10.1.3 with Oracle DB 11.2.0.2 residing in the same server and being used by Apps server as it's metadata.
    bash-3.00$ export ORACLE_HOME=/data/ora11g/app/ora11g/product/11.2.0
    bash-3.00$ cd /data/OAS/install/soa_schemas/irca/
    bash-3.00$ ./irca.sh
    Integration Repository Creation Assistant (IRCA) 10.1.3.1.0
    (c) Copyright 2006 Oracle Corporation. All rights reserved.
    ERROR: Cannot find library - /data/ora11g/app/ora11g/product/11.2.0/jdbc/lib/ojdbc14.jar
    Please verify that the ORACLE_HOME is set correctly.
    bash-3.00$

    Hi Craig,
    Database 11gR2 could be used for Installing Application Server 10.1.3.x but with some limitation.
    So please review the note:-887365.1 Oracle Database 11g Release 2 (11.2) Certification for Oracle Application Server 10g (10.1.2, 10.1.3, 10.1.4)
    Section :- Oracle Application Server 10g Release 3 (10.1.3)
    Regards,
    Praaksh.

  • Servlet error after deploy to app server

    Hi,
    When I run my jheadstart app from local pc then everything is fine. When I deploy the same app to the app server it starts correctly, and works somehow. But, when I click the new button in any kind of jsp, I get the following error:
    05/05/18 09:58:19 Started
    05/05/18 09:58:27 ilbi: jsp: init
    05/05/18 09:58:28 ilbi: action: init
    05/05/18 09:58:29 ilbi: uix: init
    05/05/18 09:58:31 ilbi: 9.0.4.1.0 Started
    05/05/18 09:59:06 ilbi: Servlet error
    java.lang.ClassCastException
         at oracle.jheadstart.util.ReportingUtils.processException(ReportingUtils.java:274)
         at oracle.jheadstart.util.ReportingUtils.translateExceptionToStrutsErrors(ReportingUtils.java:149)
         at oracle.jheadstart.util.ReportingUtils.reportErrors(ReportingUtils.java:131)
         at oracle.jheadstart.controller.strutsadf.action.JhsStrutsJspLifecycle.reportErrors(JhsStrutsJspLifecycle.java:263)
         at oracle.adf.controller.struts.actions.DataAction.reportErrors(DataAction.java:269)
         at oracle.adf.controller.struts.actions.DataAction.reportErrors(DataAction.java:463)
         at oracle.adf.controller.lifecycle.PageLifecycle.handleLifecycle(PageLifecycle.java:150)
         at oracle.adf.controller.struts.actions.DataAction.handleLifecycle(DataAction.java:222)
         at oracle.jheadstart.controller.strutsadf.action.JhsDataAction.handleLifecycle(JhsDataAction.java:389)
         at oracle.adf.controller.struts.actions.DataAction.execute(DataAction.java:153)
         at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
         at oracle.jheadstart.controller.strutsadf.JhsActionServlet.process(JhsActionServlet.java:127)
         at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(Unknown Source)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:16)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:239)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:20)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:239)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:20)
         at oracle.jheadstart.controller.CharacterEncodingFilter.doFilter(CharacterEncodingFilter.java:172)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:20)
         at khb.ilbi.controller.SSOAuthenticationFilter.doFilter(SSOAuthenticationFilter.java:113)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:600)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:793)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:208)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:125)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)
    I think this is a deployment problem and I tried to resolve used the deployment issue on this forum (I made the ADF Runtime manual installation steps), but at this moment I have no idea.
    Could anybody help me, please?
    thanks
    Gyula

    Hi,
    Here are the codes:
    OLD CODE:
    protected void create(AttributeList attributeList)
    super.create(attributeList);
    setOwnerId(AdfbcUtils.getValueFromSequence("ILB_OWNERS_S", getDBTransaction()));
    NEW CODE
    protected void create(AttributeList attributeList)
    super.create(attributeList);
    setOwnerId(getSeqNum("ILB_OWNERS_S", getDBTransaction()));
    getSeqNum:
    PUBLIC NUMBER getSeqNum(String sequenceName, DBTransaction tr) {
    STATEMENT st = NULL;
    ResultSet rset = NULL;
    NUMBER retVal = NULL;
    try {
    String stmt = "select to_char(" + sequenceName + ".nextval) from dual" ;
    st = tr.createStatement(1);
    rset = st.executeQuery ( stmt );
    WHILE (rset.NEXT())
    retVal = NEW NUMBER(rset.getString(1));
    logger.DEBUG("Sequence captured");
    RETURN retVal;
    } catch (SQLException s) {
    logger.DEBUG("Sequence not captured because error occured");
    throw NEW JboException(s);
    } finally {
    try {
    IF (st != NULL) st.CLOSE();
    } catch (SQLException s) { /* ignore */ }
    Gyula

  • Evaluation error after installing my app on a new computer

    Hi,
    I created an application using Visual C++ 6.0 and the ComponentWorks Starter kit V3.0.
    The app uses the CWGraph ,CWKnob and CWBar.
    In the app the Graph is displayed on the main window and the other two are added dynamically when the user selects them.
    My problem is that after I Packaged my app with InstallShield and installed it on another computer an "evaluation... terminated in 5 minyutes" message is displayed everytime the user displayes the knobs or bars. NO error is diplayed about the graph and it works perfectly as long as the Knobs are not displayed.
    This problem does not occure on the development computer where the ComponentWorks installation CD was installed.
    Are there any special di
    rections for packaging the application?
    Thank you
    Ohad

    When you dynamically create controls, you have to manually include the licensing information in your Visual C++ project. This is true for all licensed ActiveX controls, not just the CW controls. You can read about this process in our Knowledgebase here.
    Best Regards,
    Chris Matthews
    National Instruments

  • Error installing the App Server 10.1.2.0.3 Metadata Repo Creation Asst

    Hi,
    I have upgraded the Database from 10.2.0.1 to 10.2.0.4,
    ORACLE_HOME=D:\oracle\product\10.2.0\db_1
    but while installing the App Server 10.1.2.0.3 Metadata Repo Creation Asst, im encountered with (in the OUI 'Destination' is Name:OracleAS1, Path:C:\OraHome_1)
    "There was error while loading the libaray:rgsQueries
    1. Stop Installation of all products
    2. Stop installation of this component only.
    Any help would be great.
    Regards,
    - Sri

    Anybody there to help me on this....
    Regards,
    - Sri

  • When i try to install iPlanet App Server on NT, I do not get screen to enter license key valid for evaluation. --- " cache File Read error"

    When i try to install iPlanet App Server on NT, I do not get screen to enter license key valid for evaluation.
    Also during installation screens an error window is displayed saying "cache File Read error -- Could not read ProductKey entry from the cache file "

    Hi,
    I also get the following message:
    "Could not read ProductKey entry from the cache file"
    I have no idea how to provide the installation software with the key. I also tried "keycheck.exe"
    Do you have a solution for this problem? Did you finish the installation?
    Christian

  • After installing Final cut server client on OSX 10.6.8 error: Apple QuickTime or the QuickTime Java component is not installed.

    After installing Final cut server client on OSX 10.6.8 error: Apple QuickTime or the QuickTime Java component is not installed.
    I know this error on windows machines but cannot get a solution for OSX.

    I have fixed this by installing the latest combo update

  • After installing iPlanet Web Server v6 SP2, there is error message: https-admserv60 cannot be found??

    After installing iPlanet Web Server v6 SP2 on Windows 2000 SP2, error message in the event log shows up. "The description for Event ID ( 0 ) in Source ( https-admserv60 ) cannot be found."
    "The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. The following information is part of the event: startup: server started successfully."
    The iPlanet 6SP2 seems to work fine but these error message occur after rebooting the server. There is actually 2 messaages: one for the admin server and the
    other for the actual web server instance. Both state
    'server started successfully' but these messages still
    appear.
    Any ideas how to correct this?
    Thanks,
    JD Trinaca

    this will occur, as the 6.x servers do not use the lodctrl to place the perf monitor messages in the registry...as long as the server starts & runs ok, you can ignore these particular errors

  • Error while starting Oracle App server

    I installed Oracle App Server
    when i am trying to start App server I am getting following error.
    K:\OAS\opmn\bin>opmnctl startall
    opmnctl: starting opmn and all managed processes...
    ================================================================================
    opmn id=coeserv0:6200
    0 of 1 processes started.
    ias-instance id=ORACOESERVER.coeserv0.wipro.com
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
    HTTP_Server/HTTP_Server/HTTP_Server
    Error
    --> Process (pid=10760)
    failed to start a managed process after the maximum retry limit
    Log:
    k:\OAS\opmn\logs\HTTP_Server~1
    I tried to start Apache it is also giving following error.
    K:\OAS\Apache\Apache>apache
    [Tue May 17 17:43:08 2005] [warn] pid file k:/oas/apache/apache/logs/httpd.pid o
    verwritten -- Unclean shutdown of previous Apache run?
    ap_spawn_child: Bad file descriptor
    Couldn't fork child for piped log process
    Note the errors or messages above, and press the <ESC> key to exit. 29...
    K:\OAS\Apache\Apache>
    Amit

    Hi Cema,
    Make sure that httpd.conf file (located at /ORACLE_HOME/Apache/Apache/conf ) has not changed.
    Is your AS running on Linux? ".so" is used in case of linux only and for windows extension should be ".dll"
    Please use the same if your http server is running on windows. HTTP Server documetation may have more details related to this.
    Regards,
    Anuj

  • Problem while installing iPlanet App server 6.5

    when trying to install iplanet app server 6.5 on solaris 2.8, downloaded from the net, the installation hangs when displaying the progress bar. We have iplanet web server 6.0 sp2 installed in the machine. We also installed all the solaris patches it required. we tried 3,4 times,it is not giving any error message,just the installation screen hangs....
    Thanks in advance,
    [email protected]

    Hi,
    I haven't come across such an issue before but I would like to help. This could be probably because, the downloaded file may be corrupted due to come reasons. I would recomend you to give a try after downloading it once again. Please let me know your thoughts on the same.
    Regards
    Ganesh .R
    Developer Technical Support
    Sun Microsystems
    http://www.sun.com/developers/support

  • Error after Install SAP NetWeaver 7.01 ABAP Trial Version

    Hi Everyone,
    I am new on SAP and I am getting this error after install SAP Netweaver 7.01 ABAP Trial version in my notebook.
    It is Windows Vista Basic, 3GB of RAM, 2.1 Core Duo 2.
    Installed successfully, but when I go to "Start" in sevidor it returns the following error, and not start:
    Error! Connection failed to node (local) for database NSP:
    -24700,ERR_DBMSRV_NOSTART: Could not start DBM server.
    -24832,ERR_SHMNOTAVAILABLE: Shared memory not available
    -24827,ERR_SHMALLOCFAILED: ID C:\sapdb\data\wrk\NSP.dbm.shi, requested size 2560
    Someone could help me?

    Hello Marques Polastri ,
    ->Please check/stop all database applications and tools, like DBMGUI and dbmcli ... Then check/kill all processes left with name dbmsrv.exe, if you will still have them. After that rename C:\sapdb\data\wrk\NSP.dbm.shi and C:\sapdb\data\wrk\NSP.dbm.shm, shared memory files, to  C:\sapdb\data\wrk\NSP.dbm.shi.old and C:\sapdb\data\wrk\NSP.dbm.shm.old.
    Try to connect to the database NSP & let us know the results.
    -> Please update with output of the following commands:
           dbmcli db_enum
           dbmcli -d NSP -u <control>,<pwd> db_state
    Thank you and best regards, Natalia Khlopina

  • Error after installing Oracle Enterprise Linux (Release 5) on Dell T 110

    eth0      Link encap:Ethernet  HWaddr 00:15:17:F7:81:53 
              inet addr:192.1.1.11  Bcast:192.1.1.255  Mask:255.255.255.0
              inet6 addr: fe80::215:17ff:fef7:8153/64 Scope:Link
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:220 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:100
              RX bytes:0 (0.0 b)  TX bytes:15868 (15.4 KiB)
              Memory:dfcc0000-dfce0000
    eth1      Link encap:Ethernet  HWaddr B8:AC:6F:92:C2:0C 
              inet addr:192.1.1.9  Bcast:192.1.1.255  Mask:255.255.255.0
              inet6 addr: fe80::baac:6fff:fe92:c20c/64 Scope:Link
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:263812 errors:0 dropped:0 overruns:0 frame:0
              TX packets:58 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:18959341 (18.0 MiB)  TX bytes:9476 (9.2 KiB)
              Interrupt:169 Memory:dfbf0000-dfc00000
    lo        Link encap:Local Loopback 
              inet addr:127.0.0.1  Mask:255.0.0.0
              inet6 addr: ::1/128 Scope:Host
              UP LOOPBACK RUNNING  MTU:16436  Metric:1
              RX packets:1393 errors:0 dropped:0 overruns:0 frame:0
              TX packets:1393 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:0
              RX bytes:4035655 (3.8 MiB)  TX bytes:4035655 (3.8 MiB)Any help please. I am a first time Linux user.
    Thanks
    A/A

    This looks like a follow up of Re: Error after installing Oracle Enterprise Linux (Release 5) on Dell T 110
    Can you give more details what you are trying to do or trying to accomplish. Where are you trying to ping to?
    It could be that you have not defined your gateway or DNS server for name to IP mapping. What is the output of
    # netstat -rn
    # cat /etc/resolv.conf

  • After install Crystal Report Server 2011, can not access control tool

    After install Crystal Report Server 2011, can not access cntrol tool from web or from application. My server OS is Windows 2008 R2 SP1. I follow the fedault setting. How to fix it?
    Error message:

    Seems like webapps are corrupted, Just redeploy the webapps.
    refer the below thread to do the same.
    http://scn.sap.com/thread/3400477

  • Relinking errors after installing 12.1.1 on XP with VC++ (VS2008 Express)

    Hi,
    I am facing a lot of relinking errors after installing 12.1.1 on XP with VC++ (VS2008 Express Edition).
    I had followed Oracle E-Business Suite R12 Installation Steps on Windows XP (Oracle E-Business Suite R12 Installation Steps on Windows XP and for VS2008 have followed metalink note MS Visual Studio 2008 and Visual C++ 2008 Express for Oracle E-Business Suite Release 12 on Windows [ID 1070674.1]
    After applying the patch from section 1 9491976, there are a lot of relinking issues as follows:
    =========================
    Relinking module 'ADCONV.exe' in product fnd ...
    gnumake -f
    D:/oracle/LADPCDEV/apps/apps_st/appl/admin/LADPCDEV/out/link_fnd_2360.mk
    D:/oracle/LADPCDEV/apps/apps_st/appl/fnd/12.0.0/bin/ADCONV.exe
    Starting link of fnd executable 'ADCONV.exe' on Thu Apr 22 15:28:28 IST 2010
    D:/oracle/LADPCDEV/apps/apps_st/appl/admin/LADPCDEV/out/link_fnd_2360.mk:758:
    *** target pattern contains no `%'. Stop.
    Done with link of fnd executable 'ADCONV.exe' on Thu Apr 22 15:28:28 IST 2010
    Relink of module "ADCONV.exe" failed.
    See error messages above (also recorded in log file) for possible
    reasons for the failure. Also, please check that the Unix userid
    running adrelink has read, write, and execute permissions
    on the directory D:/oracle/LADPCDEV/apps/apps_st/appl/fnd/12.0.0/bin,
    and that there is sufficient space remaining on the disk partition
    containing your Oracle Applications installation.
    Relinking module 'AFTBLGEN.exe' in product fnd ...
    gnumake -f
    D:/oracle/LADPCDEV/apps/apps_st/appl/admin/LADPCDEV/out/link_fnd_2360.mk
    D:/oracle/LADPCDEV/apps/apps_st/appl/fnd/12.0.0/bin/AFTBLGEN.exe
    Starting link of fnd executable 'AFTBLGEN.exe' on Thu Apr 22 15:28:28 IST
    2010
    D:/oracle/LADPCDEV/apps/apps_st/appl/admin/LADPCDEV/out/link_fnd_2360.mk:758:
    *** target pattern contains no `%'. Stop.
    Done with link of fnd executable 'AFTBLGEN.exe' on Thu Apr 22 15:28:28 IST
    2010
    Relink of module "AFTBLGEN.exe" failed.
    See error messages above (also recorded in log file) for possible
    reasons for the failure. Also, please check that the Unix userid
    running adrelink has read, write, and execute permissions
    on the directory D:/oracle/LADPCDEV/apps/apps_st/appl/fnd/12.0.0/bin,
    and that there is sufficient space remaining on the disk partition
    containing your Oracle Applications installation.
    Relinking module 'APPR60UE.dll' in product fnd ...
    Removing any existing temp directory
    rm -rf temp
    creating the temp directory
    mkdir temp
    changing permissions for the temp directory
    chmod 777 temp
    Getting the object file names for this APPR60UE.dll
    gnumake -f
    D:/oracle/LADPCDEV/apps/apps_st/appl/admin/LADPCDEV/out/link_fnd_2360.mk
    appr60ue.LIST
    D:/oracle/LADPCDEV/apps/apps_st/appl/admin/LADPCDEV/out/link_fnd_2360.mk:758:
    *** target pattern contains no `%'. Stop.
    Unable to get the objects for module "APPR60UE.dll".
    See error messages above (also recorded in log file)
    for possible reasons for the failure.
    adrelink is exiting with status 1
    =========================================
    Has anyone faced something similar in the past?
    Regards,
    Neeraj

    Hi Helios,
    That got resolved after I added the location of the dll in the PATH.
    Now i m getting LINK : fatal error LNK1181: cannot open input file 'LIB/KERNEL32.LIB'
    The log looks like:
    Relinking module 'fndcpesr.exe' in product fnd ...
    gnumake -f
    D:/oracle/LADPCDEV/apps/apps_st/appl/admin/LADPCDEV/out/link_fnd_5384.mk
    D:/oracle/LADPCDEV/apps/apps_st/appl/fnd/12.0.0/bin/fndcpesr.exe
    Starting link of fnd executable 'fndcpesr.exe' on Thu Apr 22 17:35:31 IST
    2010
    D:/oracle/LADPCDEV/apps/apps_st/appl/admin/LADPCDEV/out/link_fnd_5384.mk:2908:
    warning: overriding commands for target
    `D:/oracle/LADPCDEV/apps/apps_st/appl/fnd/12.0.0/bin/CMDCART.dll'
    D:/oracle/LADPCDEV/apps/apps_st/appl/admin/LADPCDEV/out/link_fnd_5384.mk:759:
    warning: ignoring old commands for target
    `D:/oracle/LADPCDEV/apps/apps_st/appl/fnd/12.0.0/bin/CMDCART.dll'
    D:/oracle/LADPCDEV/apps/apps_st/appl/admin/LADPCDEV/out/link_fnd_5384.mk:2955:
    warning: overriding commands for target
    `D:/oracle/LADPCDEV/apps/apps_st/appl/fnd/12.0.0/bin/FNDRTR45.exe'
    D:/oracle/LADPCDEV/apps/apps_st/appl/admin/LADPCDEV/out/link_fnd_5384.mk:1340:
    warning: ignoring old commands for target
    `D:/oracle/LADPCDEV/apps/apps_st/appl/fnd/12.0.0/bin/FNDRTR45.exe'
    link.exe
    -MAP:D:/oracle/LADPCDEV/apps/apps_st/appl/fnd/12.0.0/bin/fndcpesr.map
    -NODEFAULTLIB -NOLOGO -SUBSYSTEM:CONSOLE -ENTRY:mainCRTStartup
    -OUT:D:/oracle/LADPCDEV/apps/apps_st/appl/fnd/12.0.0/bin/fndcpesr.exe
    D:/oracle/LADPCDEV/apps/apps_st/appl/fnd/12.0.0/lib/fdpesr.obj \
         D:/oracle/LADPCDEV/apps/apps_st/appl/fnd/12.0.0/lib/FNDCORE.lib
    D:/oracle/LADPCDEV/apps/tech_st/10.1.2/precomp/lib/msvc/orasql10.lib
    D:/oracle/LADPCDEV/apps/tech_st/10.1.2/precomp/lib/msvc/orasqx10.lib
    D:/oracle/LADPCDEV/apps/tech_st/10.1.2/RDBMS/lib/oraclient10.lib
    D:/oracle/LADPCDEV/apps/tech_st/10.1.2/RDBMS/lib/oracommon10.lib
    D:/oracle/LADPCDEV/apps/tech_st/10.1.2/NETWORK/lib/oranro10.lib
    D:/oracle/LADPCDEV/apps/tech_st/10.1.2/NETWORK/lib/oran10.lib
    D:/oracle/LADPCDEV/apps/tech_st/10.1.2/NETWORK/lib/oranl10.lib
    D:/oracle/LADPCDEV/apps/tech_st/10.1.2/lib/oranls10.lib
    D:/oracle/LADPCDEV/apps/tech_st/10.1.2/lib/oracore10.lib /LIB/MSVCRT.LIB
    /LIB/OLDNAMES.LIB "LIB"/KERNEL32.LIB "LIB"/USER32.LIB "LIB"/ADVAPI32.LIB
    "LIB"/WINSPOOL.LIB "LIB"/COMDLG32.LIB "LIB"/GDI32.LIB "LIB"/VERSION.LIB
    LINK : warning LNK4044: unrecognized option '/LIB/MSVCRT.LIB'; ignored
    LINK : warning LNK4044: unrecognized option '/LIB/OLDNAMES.LIB'; ignored
    LINK : fatal error LNK1181: cannot open input file 'LIB/KERNEL32.LIB'
    gnumake: ***
    [D:/oracle/LADPCDEV/apps/apps_st/appl/fnd/12.0.0/bin/fndcpesr.exe] Error 157
    Done with link of fnd executable 'fndcpesr.exe' on Thu Apr 22 17:35:31 IST
    2010
    Relink of module "fndcpesr.exe" failed.
    See error messages above (also recorded in log file) for possible
    reasons for the failure. Also, please check that the Unix userid
    running adrelink has read, write, and execute permissions
    on the directory D:/oracle/LADPCDEV/apps/apps_st/appl/fnd/12.0.0/bin,
    and that there is sufficient space remaining on the disk partition
    containing your Oracle Applications installation.
    Regards,
    Neeraj

  • Installing sun apps server 7 on redhat 7.3

    Firstly I have redhat 9 so can I install the sunapps server 7 on redhat 9 ?
    secondly
    can I install sun apps server 7 on atleast redhat 7.3?
    the document with sun apps says that I can install sun apps server 7 on 7.2
    regards
    Mishra

    Hey Paul,
    I'm having problems just installing SUN ONE AS Standard Edition 7.0 on my Redhat 7.2 as ROOT. Did you not get any problems even starting it. It installed okay, but when I initially ran the script to start it (./asadmin start-appserv)... it kept crapping out. I did notice some JMS errors in the log, but I haven't come across any documentation on possible bugs. Thanks in advance,
    Tak.

Maybe you are looking for

  • What's 'best-practice' with external hard drives?

    Hello folks, I just got myself a 500GB LaCie d2 'Quadra' hard drive, and it works great - just as I was led to expect. Now I've connected it to my iMac with a FW400 cable. I've a few questions regarding general usage and 'best practice' when using an

  • MSI R9 280X BF4 3GB SWITCH DVI TO HDMI???

    Hi All It has been quite a while since I have been in this forum, My old profile seems to have vanished maybe due to lack of login so I have re-registered I am still running my trusty old 990FXA-GD80 mobo (see sig) & today I just received an MSI R9 2

  • Mac mini and existing Airport wireless connections

    Hi. If i purchase the new mac mini duo processor...I can supposedly hook it up to my old iMac and run Tiger on it...correct? I am using Airport extreme to connect wirelessly to the iMac, the iBook and my Powerbook. Which Airport would I use then for

  • ALV Report in PP module

    Hi everyone. I need to develop an ALV report. Select options are - AFPO-DWERK (plant) (Obligatory) AFPO-AUFNR (Prd Ord Num) (optional) AFKO-STLBEZ (Mat Nr) (optional) S022-ARBPL (Work Center) (optional) I have extracted all open production orders fro

  • GRC 10 Add on installation -Access control node missing in IMG SPRO

    Dear Experts We have got GRC 10 addon install on our server by basis team and i can verify that by going to saint t code but when i am going to SPRO i cannot see aplication by name GRC .Where as i can see GRC Process control and GRC risk management ,