Post instal Rapidwiz linux64 bit errors RW-50015 HTTP Listener

New Installation of R12.1.1 on Linux x86-64
using zip files from e-delivery
created staging dir successfully
Ran rapidwiz
selected new Installation and Express Installation
Rapidwiz worked and installed all files but it failed at the end during validation for post install
when showed screen for Validate System Config the post-install check:
I had error in HTTP (RW-50015: Error: - HTTP Listener is not responding)
details of error:
HTTP
checking URL = http://localhost.localdomain:8000
RW-50015: Error: - HTTP Listener is not responding. The service might not have started on the port yet. Please check the service and use the retry button.
some other facts,
I cannot run sqlplus, no access to database.
it seems environemt variables are not set as echo shows empty value.
since the HTTP RW-50015 error is known issue, i have tried several solutions, but no luck:
tried solution 1:
I was able to run APPSVIS_localhost.env
however i canNOT connect to sqlplus
therefore no access to database:
pwd
/d01/oracle/VIS/apps/apps_st/appl
[root@localhost appl]# chmod 777 APPSVIS_localhost.env
[root@localhost appl]# ./APPSVIS_localhost.env
[oracle@localhost appl]$ ./APPSVIS_localhost.env
[applmgr@localhost appl]$ ./APPSVIS_localhost.env
[applmgr@localhost appl]$ cd /d01/oracle/VIS/db/tech_st/11.1.0/bin
[applmgr@localhost bin]$ ./sqlplus
./sqlplus: error while loading shared libraries: /d01/oracle/VIS/db/tech_st/11.1.0/lib/libclntsh.so.11.1: cannot restore segment prot after reloc: Permission denied
[applmgr@localhost bin]$
when echo oracle env variables they are all empty:
for example:
[oracle@localhost scripts]$ echo $APPL_TOP
Then I tried commands $ADMIN_SCRIPTS_HOME/adstpall.sh apps/apps and restart with adstrtal.sh:
couldn't even use script v as I got error:
[oracle@localhost VIS_localhost]$ cd /d01/oracle/VIS/inst/apps/VIS_localhost/admin/scripts
[oracle@localhost scripts]$ ls adst*
adstpall.sh adstrtal.sh
[oracle@localhost scripts]$ ./adstpall.sh apps/apps
You are running adstpall.sh version 120.10
adstpall.sh: Database connection could not be established. Either the database is down or the APPS credentials supplied are wrong.
USAGE:      adstpall.sh <appsusername/appspassword>
adstpall.sh: exiting with status 1
also in another question in forum
RW-50015: Error: post R12 installation on Oracle EL 5 (X64)
it is asked to try this:
... commented out the following line:
#eval ohs_start -DSSL "$args"
... and replaced it with:
eval ohs_start "$args"
I have not tried this, i think my issue is with database and sql which cannot be accessed.
solution 2:
Tried workaround from Note 943443.1
but first i cannot see any file with # ls libdb*:
[root@localhost inst]# cd /usr/lib
[root@localhost lib]# ls libdb*
ls: cannot access libdb*: No such file or directory
after running the command from the Note:
[root@localhost lib]# pwd
/usr/lib
[root@localhost lib]# ln -s /usr/lib/libgdbm.so.2.0.0 /usr/lib/libdb.so.2
now, I can see libdb.so.2:
[root@localhost lib]# pwd
/usr/lib
[root@localhost lib]# ls libdb*
libdb.so.2
then click on Retry in the rapidwiz screen where it showed the error (Validate System Config)
but still fails with same error:
HTTP
checking URL = http://localhost.localdomain:8000
RW-50015: Error: - HTTP Listener is not responding. The service might not have started on the port yet. Please check the service and use the retry button.
solution 3:
tried to stop and restart services:
[oracle@localhost VIS_localhost]$ pwd
/d01/oracle/VIS/db/tech_st/11.1.0/appsutil/scripts/VIS_localhost
[oracle@localhost VIS_localhost]$ ls -ltr add*
-rwx------. 1 oracle oracle 2785 2009-12-02 17:37 addbctl.sh
-rwx------. 1 oracle oracle 4119 2009-12-02 17:37 addlnctl.sh
[oracle@localhost VIS_localhost]$ ./addbctl.sh stop
You are running addbctl.sh version 120.1
Shutting down database VIS ...
sqlplus: error while loading shared libraries: /d01/oracle/VIS/db/tech_st/11.1.0/lib/libclntsh.so.11.1: cannot restore segment prot after reloc: Permission denied
addbctl.sh: exiting with status 127
[oracle@localhost VIS_localhost]$ ./addbctl.sh stop
You are running addbctl.sh version 120.1
Shutting down database VIS ...
sqlplus: error while loading shared libraries: /d01/oracle/VIS/db/tech_st/11.1.0/lib/libclntsh.so.11.1: cannot restore segment prot after reloc: Permission denied
addbctl.sh: exiting with status 127
your help is highly appreciated
thank you!

Thank you
items 1, 2 and 3 are answers to your questions,
I think you pointed to an important section as i have feeling something is
wrong with this simple default choice of localhost.localdomain.
please also see #4 as it has new information (the rapidwiz error are fixed now
but i still don't have access to anything)
1-) file: /etc/hosts
i have 2 lines in this file
[oracle@localhost etc]$ pwd
/etc
[oracle@localhost etc]$ cat hosts
127.0.0.1 localhost.localdomain localhost
::1 localhost.localdomain localhost localhost6.localdomain6
[oracle@localhost etc]$
2-) file: /etc/sysconfig/network
i have 2 lines in this file:
[oracle@localhost sysconfig]$ pwd
/etc/sysconfig
[oracle@localhost sysconfig]$ cat network
NETWORKING=yes
HOSTNAME=localhost.localdomain
3-) per step 3- of note 761564.1 I deleted file (using root accout):
/etc/sysconfig/networking/profiles/default/network
(before deleting i made a backup network-bak, just in case):
[oracle@localhost default]$ pwd
/etc/sysconfig/networking/profiles/default
[oracle@localhost default]$ ls -ltr
total 16
-rw-r--r--. 3 root root 230 2009-11-29 19:12 ifcfg-eth0
-rw-r--r--. 2 root root 112 2009-12-02 16:42 hosts
-rw-r--r-- 1 root root 53 2009-12-03 21:31 resolv.conf
-rw-r--r-- 1 root root 31 2009-12-04 02:37 network-bak
[oracle@localhost default]$
4-)
I made so many changes to dir access permissions using chmod 777,
also i checked mark some of the apache entries in Linux > System > Admin > SE Linux Management.
after that i accidently clicked on the "Back" button (on the rapidwiz screen where it had
the errors),
then I clicked Next button ( which of course went to the same screen I had error on )
then I clicked on Retry button and it appeared it fixed errors.
Rapidwiz confirmed all sections are ok,
no errors anymore.
(Previously i always clicked on Retry button only, but this time, clicked on Back, then, Next button,
then Retry button).
I am not even sure changes i made fixed the errors or this is just a bug in rapidwiz,
but right now, I completed rapidwiz and all errors are fixed,
however I still don't have access to anything:
Started firefox and try to go to:
http://localhost.localdomain:8000/QA_HTML/AppsLogin
it says Unable to connect
(by the way do I have to download IE and try in there or should it work in Firefox as well ?)
I am unable to run sqlplus
I don't have anyvalue in the environment variables, they are still empty.
I also ran steps 2.2 and 2.3 from note 3877859.1 (using AutoConfig to manage System Config EBS R12):
2.2
[oracle@localhost /]$ sh /d01/oracle/VIS/db/tech_st/11.1.0/appsutil/scripts/VIS_localhost/adautocfg.sh
AutoConfig completed with errors.
2.3
[oracle@localhost /]$ sh /d01/oracle/VIS/inst/apps/VIS_localhost/admin/scripts/adautocfg.sh
     Configuring IES_TOP.......COMPLETED
     Configuring CSD_TOP.......COMPLETED
     Configuring IGC_TOP.......COMPLETED
AutoConfig completed with errors.
still same problem, didn't change results.
Thank you for your help!

Similar Messages

  • Rapid install - RW-50015:HTTP Listener is not responding

    Hello -
    I am getting the following error while installing the oracle apps via rapid install.
    RW-50015:HTTP Listener is not responding
    Regards
    Mahesh Mattupalli

    Hi,
    thanks for the responce. the following is the error portion of the autoconfig file.
    i actually ran autoconfig script after unlocking the apps user. still there many places script is erroring out due to account is locked.
    any help would be greatly appreciated.
    regards
    Mahesh Mattupalli
    Starting AutoConfig at Mon Oct 1 11:35:14 2007
    Using adconfig.pl version 120.16
    Classpath :
    /d01/oracle/PROD/apps/apps_st/comn/java/lib/appsborg2.zip:/d01/oracle/PROD/apps/apps_st/comn/java/classes
    ===========================================================================
    Starting Utility to Report Version Conflicts at Mon Oct 01 11:35:33 PDT 2007
    Using VersionConflictListGenerator.java version 120.3
    All driver files processed.
    No version conflict encountered.
    ===========================================================================
    Using Context file : /d01/oracle/PROD/inst/apps/PROD_erpdev/appl/admin/PROD_erpdev.xml
    Attempting to create a back up of the Context file
    Created back up file of name :
    /d01/oracle/PROD/inst/apps/PROD_erpdev/admin/out/10011135/PROD_erpdev.xml
    ===========================================================================
    Starting synchronization of file system Context file and its templates with those in the database
    Database connection : Failed
    OAM Context editing support feature: Unverified
    OAM Customization support feature : Unverified
    File system template : /d01/oracle/PROD/apps/apps_st/appl/ad/12.0.0/admin/template/adxmlctx.tmp
    Checking for customizations to Context template
    Warning: Unable to connect to Database.
    If the system is OAM enabled, this may result in loss of customizations.
    Looking for custom template at : /d01/oracle/PROD/apps/apps_st/appl/ad/12.0.0/admin/template/custom/adxmlctx.tmp
    Custom template : Not available
    Customizations found : None
    File system Context file :/d01/oracle/PROD/inst/apps/PROD_erpdev/appl/admin/PROD_erpdev.xml
    Checking the Context file for possible updates from the Database
    Warning: Unable to connect to Database.
    If the system is OAM enabled, this may result in loss of customizations and the Context files in
    DataBase and in the file system may be unsynchronized
    ===========================================================================
    ~~~~~~~~~~~~~
    getConnectionUsingServiceName() -->
    JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=erpdev.mahesh.com)(PORT=1521))
    (CONNECT_DATA=(SERVICE_NAME=PROD.mahesh.com)))
    Exception occurred: java.sql.SQLException: Listener refused the connection with the following error:
    ORA-12514, TNS:listener does not currently know of service requested in connect descriptor
    The Connection descriptor used by the client was:
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=erpdev.mahesh.com)(PORT=1521))(CONNECT_DATA=
    (SERVICE_NAME=PROD.mahesh.com)))
    Connection could not be obtained; returning null
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Generate Tns Names
    Logfile: /d01/oracle/PROD/inst/apps/PROD_erpdev/admin/log/10011135/NetServiceHandler.log
    ERROR: can't open log file: /d01/oracle/PROD/inst/apps/PROD_erpdev/admin/log/10011135/NetServiceHandler.log:
    Permission denied
    .end std out.
    .end err out.
    Result : FAILED
    ===========================================================================
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~``
    adgendbc.sh started at Mon Oct 1 11:45:55 PDT 2007
    SQL*Plus: Release 10.1.0.5.0 - Production on Mon Oct 1 11:45:57 2007
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Enter value for 1: Enter value for 2: Enter value for 3: ERROR:
    ORA-28000: the account is locked
    Params=fnd_jdbc_buffer_min=1
    fnd_jdbc_buffer_max=5
    fnd_jdbc_buffer_decay_interval=300
    fnd_jdbc_buffer_decay_size=5
    fnd_jdbc_usable_check=false
    fnd_jdbc_context_check=true
    fnd_jdbc_plsql_reset=false
    Unique constraint error (00001) is OK if key already exists
    java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
    Database connection to jdbc:oracle:thin:@(DESCRIPTION=(LOAD_BALANCE=YES)(FAILOVER=YES)(ADDRESS_LIST=(ADDRESS=
    (PROTOCOL=tcp)(HOST=erpdev)(PORT=1524)))(CONNECT_DATA=(SID=PROD))) failed
    ADD call failed with exit code 1
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~```
    Configuring OCM in : /d01/oracle/PROD/inst/apps/PROD_erpdev/ocm/10.1.2/
    Executing: /d01/oracle/PROD/inst/apps/PROD_erpdev/ocm/10.1.2//ccr/bin/setupCCR -s 2253545 [email protected] US
    ** Installing base package **
    ** Registering installation with Oracle Configuration Manager server(s) **
    Script Exit Code: 1
    OCM configuration failed for : /d01/oracle/PROD/inst/apps/PROD_erpdev/ocm/10.1.2/
    OCM configuration failed on mid tier.
    ERRORCODE = 0 ERRORCODE_END
    .end std out.
    Deploying core - Version 10.2.4.0.0
    Failure in registering with Oracle Configuration Manager server
    Unable to establish connection to Oracle Configuration Manager server.
    Oracle Configuration Manager endpoint hostname (ccr.oracle.com) is unknown.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~``
    AutoConfig is exiting with status 31
    The log file for this session is located at: /d01/oracle/PROD/inst/apps/PROD_erpdev/admin/log/10011135/adconfig.log
    ~

  • WLS_1032 install on linux64-bit. Where is the .jar installation software

    In the wls install document they reference using a .jar file to use when installing wls_1032 on a linux (RH5) 64-bit machine. In the WLS download area I only find wls1032_linux32.bin.
    Any help as to where I can find the right .jar file to download would be very helpful. Or I'll have to go ahead and install the 32-bit softweare, which seems kinda' silly in this day and age.

    Hi,
    You can download the generic.jar from this site and there is a explanation like below.
    "This table includes links to WebLogic Server installers that include 32-bit JVMs for the platform in question, and links to WebLogic Server generic installers that can be used on any supported platform. To use WebLogic Server with 64-bit JVM's on Linux and Solaris or to use WLS on other supported platforms, use the WebLogic Server generic installer listed under "Additional Platforms". The generic installers do not include a JVM/JDK. For instructions on using the generic installers, see this document."
    http://www.oracle.com/technology/software/products/ias/bea_main.html
    Regards,
    Kadir

  • ITunes 10.5 Won't Install Win7 64-bit; Error 2324

    Install starts, gets to the end, and then backs out.  Tried uninstalling, now I have a broken iTunes that won't re-install.

    I had a similar problem and after much trial and error, I found a process that worked for me.  I hope this works for you guys and best of luck!!
    Have Patience!!!!!!!
    Unplug all Apple Devices from your USB ports or any other ports
    Restart your computer
    Open up Control Panel> Programs > Uninstall Programs
    Click the “Publisher” to list the programs by publisher
    Uninstall iTunes and Restart the computer
    Repeat Steps 4-5 and uninstall all Apple Inc. programs (NOTE: If a program does not successfully uninstall, attempt to Repair it first)
    Upon uninstalling all programs by Apple Inc. restart your computer
    Delete all these folders:
    C:\Program Files (x86)\QuickTime\
    C:\Windows\SysWOW64\QuickTime
    C:\Windows\SysWOW64\QuickTimeVR
    C:\Program Files (x86)\Bonjour
    C:\Program Files (x86)\Common Files\Apple\
    C:\Program Files (x86)\iTunes
    Restart the computer
    Remove all Apple Inc. entries from your registry (For this step I would recommend using CCleaner or aprogram like it if you are not familiar with the RegEdit command… I personallyused CCleaner which can be downloaded for free from www.download.com)
    Once you have removed all registry entries from Apple Inc. restart your computer.
    Do one more check to ensure that all registry errors and Apple Inc. entries are removed (which include iTunes, Bonjour, QuickTime, etc)
    Do another quick check to make sure all Apple Inc. programs are uninstalled from the control panel, all the folders are deleted from Step 9 and the registry is clean.
    One more restart and then download iTunes and the installation should go through flawlessly
    I hope this works for you guys!! I just downloaded iTunes 10.5 and updated my phone to iOS 5.

  • Post install v 1.3 errors

    Hello
    I was trying to intall ILM Assistant v 1.3 on XE 10.2.0.1.0. First problems came up when I started installation script (error in part which determine major and mintor instance version) but I managed to overcome this modyfing ilma_installation.sql script and installation went without errors.
    After succesfull installation I tried execute ilma_post_install.sql script but recived errors show below:
    ILM Assistant - building required cache - this could take several hours
    Error starting at line 32 in command:
    begin
    ilm_toolkit.ilm_toolkit.refresh_cache_job('ILM_TOOLKIT');
    end;
    Error report:
    ORA-06502: PL/SQL: numeric or value error: character to number conversion error
    ORA-06512: at "ILM_TOOLKIT.ILM_TOOLKIT", line 15283
    ORA-06512: at "ILM_TOOLKIT.ILM_TOOLKIT", line 875
    ORA-06512: at "ILM_TOOLKIT.ILM_TOOLKIT", line 913
    ORA-06512: at "ILM_TOOLKIT.ILM_TOOLKIT", line 1000
    ORA-06512: at "ILM_TOOLKIT.ILM_TOOLKIT", line 15826
    ORA-06512: at line 2
    +06502. 00000 - "PL/SQL: numeric or value error%s"+
    *Cause:+
    *Action:+
    Do you know solution how to overcome this?
    Thank you

    Thank you for answer Greg.
    SQL statement
    select value from v$parameter where name = 'compatible'
    returns +10.2.0.1.0+
    My modyfication are marked in bold below (this is part of ilma_install.sql file). I simply set major and minor variables.
    DECLARE
    l_buf VARCHAR2(30);
    l_major BINARY_INTEGER;
    l_minor BINARY_INTEGER;
    l_loc BINARY_INTEGER;
    proc VARCHAR2(30);
    BEGIN
    SELECT version INTO l_buf
    FROM v$instance
    WHERE ROWNUM = 1;
    l_loc := instr(l_buf,'.');
    --l_major := substr(l_buf,1,l_loc - 1);*
    l_buf := substr(l_buf,l_loc + 1);
    --l_minor := substr(l_buf,1,instr(l_buf,'.'));*
    l_major := 10;
    l_minor := 2;
    IF l_major < 9 then
    :prvtilmb_file := 'Unsupported';
    :prvtilms_file := 'Unsupported';
    ELSIF l_major = 9 THEN
    :prvtilmb_file := 'prvtilmb09.plb';
    :prvtilms_file := 'prvtilms09.plb';
    ELSIF l_major = 10 AND l_minor = 2 THEN
    :prvtilmb_file := 'prvtilmb10.plb';
    :prvtilms_file := 'prvtilms10.plb';
    ELSIF l_major = 10 AND l_minor < 2 THEN
    :prvtilmb_file := 'prvtilmb09.plb';
    :prvtilms_file := 'prvtilms09.plb';
    ELSE
    :prvtilmb_file := 'prvtilmb11.plb';
    :prvtilms_file := 'prvtilms11.plb';
    END IF;
    END;
    /

  • [SOLVED] Error uninstalling eclipse: "post-install: command not found"

    When I try uninstalling eclipse , I get "error: command failed to execute correctly"
    w0ng@e8500 ~
    % sudo pacman -Rns eclipse
    checking dependencies...
    Targets (8): glib-networking-2.30.2-1 gsettings-desktop-schemas-3.2.0-1 gstreamer0.10-0.10.36-1
    gstreamer0.10-base-0.10.36-1 libproxy-0.4.7-1 libsoup-2.36.1-1 libwebkit-1.6.3-1
    eclipse-3.7.2-2
    Total Removed Size: 243.84 MiB
    Do you want to remove these packages? [Y/n] y
    (1/8) removing eclipse [######################################] 100%
    /tmp/alpm_eY6rVO/.INSTALL: line 10: post-install: command not found
    error: command failed to execute correctly
    (2/8) removing libwebkit [######################################] 100%
    (3/8) removing libsoup [######################################] 100%
    (4/8) removing glib-networking [######################################] 100%
    (5/8) removing libproxy [######################################] 100%
    (6/8) removing gsettings-desktop-schemas [######################################] 100%
    No schema files found: removed existing output file.
    (7/8) removing gstreamer0.10-base [######################################] 100%
    (8/8) removing gstreamer0.10 [######################################] 100%
    w0ng@e8500 ~
    But all files appear to be removed successfully.
    w0ng@e8500 ~
    % sudo updatedb && locate eclipse
    /usr/share/highlight/themes/edit-eclipse.theme
    /usr/share/icons/Faenza/apps/16/eclipse.png
    /usr/share/icons/Faenza/apps/22/eclipse.png
    /usr/share/icons/Faenza/apps/24/eclipse.png
    /usr/share/icons/Faenza/apps/32/eclipse.png
    /usr/share/icons/Faenza/apps/48/eclipse.png
    /usr/share/icons/Faenza/apps/64/eclipse.png
    /usr/share/icons/Faenza/apps/96/eclipse.png
    /usr/share/icons/Faenza/apps/scalable/eclipse.svg
    /var/abs/community/eclipse-cdt
    /var/abs/community/eclipse-cdt/PKGBUILD
    /var/abs/core/licenses/eclipse-1.0.txt
    /var/abs/extra/eclipse
    /var/abs/extra/eclipse-ecj
    /var/abs/extra/eclipse/PKGBUILD
    /var/abs/extra/eclipse/eclipse.desktop
    /var/abs/extra/eclipse/eclipse.install
    /var/abs/extra/eclipse/eclipse.sh
    /var/abs/extra/eclipse/eclipse.svg
    /var/abs/extra/eclipse-ecj/PKGBUILD
    /var/abs/extra/eclipse-ecj/ecj
    w0ng@e8500 ~
    Should I be concerned or is everything fine? Can anyone reproduce this?
    Last edited by w0ng (2012-03-28 19:00:30)

    Check /var/abs/extra/eclipse/eclipse.install. Typo in post_remove: post-install should be post_install. You can run the post_install manually (and maybe report this in the bug tracker), but it just updates the gtk icon cache, so it's nothing to worry about.

  • Errors During Post Install Check on Ubuntu 12.04

    Hello Gurus,
    I'm trying to install EBS R12(12.1.1) on Ubuntu 12.04 64-Bit. I patched the HTTP server with 6078836 (Copied libdb.so.2 to /usr/lib).
    I did the md5sum check before starting the install. I completed the kernel settings as per the note below:
    Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.1.1) for Linux x86-64 [ID 761566.1]
    Contents of /etc/hosts
    127.0.0.1           localhost.localdomain      localhost
    192.168.1.101     erpbeginner.dyndns.org     erpbeginner
    Installation went smooth till the Post install checks where it fails for the following:
    HTTP
    JSP
    Login Page
    Help Page
    Virtual Directory
    Contents of the log file:
    command: /d01/stage/startCD/Disk1/rapidwiz/bin/riwTDBup.sh /d01/r12/VIS/db/tech_st/11.1.0/VIS_erpbeginner.env APPS/APPS
    riwTDBup.sh started at Tue Oct 16 07:30:46 EDT 2012
    Parameters passed are : /d01/r12/VIS/db/tech_st/11.1.0/VIS_erpbeginner.env APPS/APPS
    The environment settings are as follows ...
    ORACLE_HOME : /d01/r12/VIS/db/tech_st/11.1.0
    ORACLE_SID : VIS
    TWO_TASK :
    PATH : /d01/r12/VIS/db/tech_st/11.1.0/perl/bin:/d01/r12/VIS/db/tech_st/11.1.0/bin:/usr/bin:/usr/sbin:/d01/r12/VIS/db/tech_st/11.1.0/appsutil/jre/bin:/bin:/usr/bin/X11:/usr/local/bin:/usr/bin:/d01/stage/startCD/Disk1/rapidwiz/unzip/Linux_x64:/usr/bin:/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:.
    LD_LIBRARY_PATH : /d01/r12/VIS/db/tech_st/11.1.0/lib:/usr/X11R6/lib:/usr/openwin/lib:/d01/r12/VIS/db/tech_st/11.1.0/lib:/usr/dt/lib:/d01/r12/VIS/db/tech_st/11.1.0/ctx/lib
    Executable : /d01/r12/VIS/db/tech_st/11.1.0/bin/sqlplus
    riwTDBup.sh exiting with status 0
    Database ORACLE_HOME connection test has succeeded
    command: /d01/stage/startCD/Disk1/rapidwiz/bin/riwTDBup.sh /d01/r12/VIS/inst/apps/VIS_erpbeginner/ora/10.1.2/VIS_erpbeginner.env APPS/APPS
    riwTDBup.sh started at Tue Oct 16 07:30:47 EDT 2012
    Parameters passed are : /d01/r12/VIS/inst/apps/VIS_erpbeginner/ora/10.1.2/VIS_erpbeginner.env APPS/APPS
    The environment settings are as follows ...
    ORACLE_HOME : /d01/r12/VIS/apps/tech_st/10.1.2
    ORACLE_SID :
    TWO_TASK : VIS
    PATH : /d01/r12/VIS/apps/tech_st/10.1.2/bin:/usr/bin:/usr/sbin:/d01/r12/VIS/apps/tech_st/10.1.3/appsutil/jdk/jre/bin:/usr/bin:/d01/stage/startCD/Disk1/rapidwiz/unzip/Linux_x64:/usr/bin:/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
    LD_LIBRARY_PATH : /d01/r12/VIS/apps/tech_st/10.1.2/lib32:/d01/r12/VIS/apps/tech_st/10.1.2/lib:/usr/X11R6/lib:/usr/openwin/lib:/d01/r12/VIS/apps/tech_st/10.1.2/jdk/jre/lib/i386:/d01/r12/VIS/apps/tech_st/10.1.2/jdk/jre/lib/i386/server:/d01/r12/VIS/apps/tech_st/10.1.2/jdk/jre/lib/i386/native_threads:/d01/r12/VIS/apps/apps_st/appl/sht/12.0.0/lib
    Executable : /d01/r12/VIS/apps/tech_st/10.1.2/bin/sqlplus
    riwTDBup.sh exiting with status 0
    sqlplus: error while loading shared libraries: libclntsh.so.10.1: cannot open shared object file: No such file or directory
    Apps ORACLE_HOME connection test has succeeded
    Configuration Upload
    uploading config file at /d01/r12/VIS/db/tech_st/11.1.0/appsutil/conf_VIS.txt
    AppsConfig : 'config.txt' uploading...
    ADX Database Utility
    getConnectionUsingAppsJDBCConnector() -->
    APPS_JDBC_URL='null'
    Trying to get connection using SID based connect descriptor
    getConnection() -->
    sDbHost : erpbeginner
    sDbDomain : dyndns.org
    sDbPort : 1521
    sDbSid : VIS
    sDbUser : APPS
    Trying to connect using SID...
    getConnectionUsingSID() -->
    JDBC URL: jdbc:oracle:thin:@erpbeginner.dyndns.org:1521:VIS
    Connection obtained
    -------------------ADX Database Utility Finished---------------
    Successful upload of config file at /d01/r12/VIS/db/tech_st/11.1.0/appsutil/conf_VIS.txt
    Environment File
    Database ORACLE_HOME environment file passes instantiated variables test:
    File = /d01/r12/VIS/db/tech_st/11.1.0/VIS_erpbeginner.env
    Apps ORACLE_HOME environment file passes instantiated variables test:
    File = /d01/r12/VIS/inst/apps/VIS_erpbeginner/ora/10.1.3/VIS_erpbeginner.env
    iAS ORACLE_HOME environment file passes instantiated variables test:
    File = /d01/r12/VIS/inst/apps/VIS_erpbeginner/ora/10.1.2/VIS_erpbeginner.env
    APPL_TOP environment file passes instantiated variables test:
    File = /d01/r12/VIS/apps/apps_st/appl/VIS_erpbeginner.env
    ADOVARS environment file passes instantiated variables test:
    File = /d01/r12/VIS/apps/apps_st/appl/admin/adovars.env
    APPSCONFIG passes instantiated variables test:
    File = /d01/r12/VIS/apps/apps_st/appl/admin/adconfig.txt
    DBC File
    DBC file passes instantiated variables test:
    File = /d01/r12/VIS/inst/apps/VIS_erpbeginner/appl/fnd/12.0.0/secure/VIS.dbc
    HTTP
    checking URL = http://erpbeginner.dyndns.org:8000
    RW-50015: Error: - HTTP Listener is not responding. The service might not have started on the port yet. Please check the service and use the retry button.
    Help Page
    checking URL = http://erpbeginner.dyndns.org:8000/OA_HTML/help
    RW-50015: Error: - Help Page is not responding. The service might not have started on the port yet. Please check the service and use the retry button.
    Virtual Directory
    RW-50015: Error: - Http Server Virtual Directories is not responding. The service might not have started on the port yet. Please check the service and use the retry button.
    JSP
    checking URL = http://erpbeginner.dyndns.org:8000/OA_HTML/jtfTestCookie.jsp
    RW-50015: Error: - JSP is not responding. The service might not have started on the port yet. Please check the service and use the retry button.
    Login Page
    RW-50015: Error: - Login Page is not responding. The service might not have started on the port yet. Please check the service and use the retry button.
    When I search for the library "libclntsh", I found 3 matches to libclntsh.so.11.1,libclntsh.so.10.1 and libclntsh.so.
    Only libclntsh.so.11.1 is a file and rest are symbolic links to this file which seem to be broken.
    So I tried to redo the symbolic links and did a retry for the post install checks which failed again.
    Can somebody please shed some light on this?
    Best Regards,
    Richie

    I'm trying to install EBS R12(12.1.1) on Ubuntu 12.04 64-Bit. Please note that this OS is not certified.
    sqlplus: error while loading shared libraries: libclntsh.so.10.1: cannot open shared object file: No such file or directoryPlease see the suggested solution in (Installing R12.0.4 Ebuisines Suite Autoconfig Fails With: sqlplus: error while loading shared libraries: libclntsh.so.10.1: cannot open shared object file: No such file or directory [ID 579254.1]). Also, please make sure you have all RPMs installed as per (Oracle Applications Installation and Upgrade Notes Release 12 (12.0.4) for Linux (64-bit) [ID 416305.1]) and follow all post installation steps.
    Thanks,
    Hussein

  • I am trying to install itunes on my hp laptop with windows vista 64 bit. But when i install i get this error "An error occured during the installation of assembly "Microsoft.VC80.CRT.type="win32"version="8.0.50727.6195".publickeyTOken="1fc8b3 b9a1e18e3b".

    I am trying to install itunes on my hp laptop with windows vista 64 bit. But when i install i get this error   "An error occured during the installation of assembly "Microsoft.VC80.CRT.type="win32"version="8.0.50727.6195".publickeyTOken="1fc8b3 b9a1e18e3b".processorArchitecture="x86""

    Repair your Apple Application Support.
    Control Panel > Programs n Features > highlight AAS, click CHANGE the REPAIR

  • How do I overcome the error 7 during Premier Elements 13 install? "cannot install on 64-bit system"

    I purchased and downloaded Adobe Premier Elements 13 and when I try to install the program I get error code 7 that it cannot install on 64-bit system. However the system requirements for the program says it is supported on windows 8; 64-bit.

    mardawn2
    Premiere Elements 13 on Windows 8 64 bit.
    Please download and install Premiere Elements 13 tryout files from the following web site and insert your purchased serial number in them during installation. Often this route is preferred if there are problems with alternative routes to obtain installation files for the program.
    Adobe Photoshop Elements 13 Direct Download Links, Premiere too | ProDesignTools
    In order to avoid Access Denied message, please follow carefully the "Note: Very Important Instructions" on the web page.
    The source will allow you to select carefully the installation files that should be used for the 32 bit or 64 bit computer environment.
    We will be watching for your progress.
    Any questions or need clarification, please do not hesitate to ask.
    Thank you.
    ATR

  • Error during setup of VSLS2011 "setup.exe: [2] ISetupComponent::Pre/Post/Install() failed in ISetupManager.."

    Hi
    I have VS 9 installed and was wanting to install LightSwitch so downloaded the ISO(VSLS2011_ENU.iso) and burnt to disk ran
    setup.exe and received the this message.
    "Setup could not install the following component:
    Microsoft ApplicationError Reporting"
    The log shows..
    [02/09/15,13:52:02] Microsoft Application Error Reporting: [2] CMsiComponent::Install() expects the setup file for Microsoft Application Error Reporting, but the file failed verification.
    [02/09/15,13:52:03] setup.exe: [2] ISetupComponent::Pre/Post/Install() failed in ISetupManager::InternalInstallManager() with HRESULT -2147467259.
    [02/09/15,13:52:04] SimpleUI: [2] DepCheck indicates Microsoft Application Error Reporting is not installed.
    [02/09/15,13:52:05] SimpleUI: [2] DepCheck indicates VC 9.0 Runtime (x86) was not attempted to be installed.....
    .NetFramework 3.5
    C:\Users\xxxxxx>Winmgmt /verifyrepository
    WMI repository is consistent.
    PC is win 7 pro 64bit 

    Hi ghw123,
    Welcome to Lightswitch forum.
    According to the error message above, this issue is related to verification. For this issue, you need make sure that you download VSLS2011_ENU.iso from Microsoft official site, see:
    http://download.microsoft.com/download/8/0/0/80047AD9-1D3E-46EB-8CF8-DFDA59E7799D/VSLS2011_ENU.iso 
    In addition, if you want to learn LightSwitch, I'd like to suggest you to download VS2012 or VS2013, many new features are added to them. see:
    http://www.visualstudio.com/en-us/downloads
    You need select the Lightswitch option when you install VS2012/VS2013.
    Best regards,
    Angie
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • When I plug in my iphone 4S to my 64-bit computer a error box comes up in my 64-bit itunes that reads (This iphone cannot be used because the required software is not installed. Run the Itunes installer to remove itunes, than install the 64-bit version of

    When I plug in my iphone 4S to my 64-bit computer a error box comes up in my 64-bit itunes that reads (This iphone cannot be used because the required software is not installed. Run the Itunes installer to remove itunes, than install the 64-bit version of itines.) This just started a few weeks ago. I've done a system restore on my computer, deleated and reinstalled the 64-bit itunes several times, did a registery clean, rebooted. Nothing seems to work it will not pick up my phone.

    Let's try a standalone Apple Mobile Device Support install. It still might not install, but fingers crossed any error messages will give us a better idea of the underlying cause of why it's not installing under normal conditions.
    Download and save a copy of the iTunesSetup.exe (or iTunes64setup.exe) installer file to your hard drive:
    http://www.apple.com/itunes/download/
    Download and install the free trial version of WinRAR:
    http://www.rarlab.com/
    Right-click the iTunesSetup.exe (or iTunes64setup.exe), and select "Extract to iTunesSetup" (or "Extract to iTunes64Setup"). WinRAR will expand the contents of the file into a folder called "iTunesSetup" (or "iTunes64Setup").
    Go into the folder and doubleclick the AppleMobileDeviceSupport.msi (or AppleMobileDeviceSupport64.msi) to do a standalone AMDS install.
    (If it offers you the choice to remove or repair, choose "Remove", and if the uninstall goes through successfully, see if you can reinstall by doubleclicking the AppleMobileDeviceSupport.msi again.)
    Does it install (or uninstall and then reinstall) properly for you? If so, can you get a normal iTunes install to go through properly now?
    If instead you get an error message during the install (or uninstall), let us know what it says. (Precise text, please.)

  • Install Form & Report 11.1.2.0.0 with Weblogic 10.3.5 64 bits == ERROR

    Hello, i try install Forms Report in a new windows 2008 R2 Server but send error.
    the steps are:
    Step 1. Install Windows server 2008 R2 Foundation 64x.
    Step 2. Download and Install JDK Jdk-6u31-windows-x64.exe.
    Step 3. Download and Install Weblogic 10.3.5 64 bits with java -Xmx1024m - jar wls1035_generic.jar
    Step 4. Don't execute quickstart.
    Step 5. Download and Install Forms & Report ofm_frmrpts_win_11.1.2.0.0_64_disk1_1of1, run Setup
    Step 6. select "Install and configure"
    Step 7. select "configure for deployment"
    Step 8. Create Domain
    Step 9. Select "Forms Builder" and "Reports Builder".
    Step 10. Automatic Port = yes
    Step 11. Proxy = no
    Step 12. OID = no
    Install = 100% OK
    Configuration --> ERROR in "Configuring OCM", next click "Continue"
    All next configuration are OK
    please someone can help me, your help is greatly appreciated
    Thank you very much
    Carlos

    Hi, Norbert
    Thank for your excellent help to the point.
    All work well.
    *1.- opmnctl status -l*
    H:\Oracle\Middleware\asinst_1\bin>opmnctl status -l
    Processes in Instance: asinst_1
    -----------------------------+------
    ias-component | process-type | pid | status |
    uid | memused | uptime | ports
    -----------------------------+------
    emagent_asinst_1 | EMAGENT | 5652 | Alive | 161
    0552159 | 13752 | 0:11:25 | N/A
    RptSvr_COBROTECH-SRV_asinst_1 | ReportsServerComp~ | 5820 | Alive | 161
    0552158 | 112664 | 0:11:41 | N/A
    ohs1 | OHS | 4588 | Alive | 161
    0552157 | 23252 | 0:13:15 | https:8889,https:8890,http:8888
    *2.- Java*
    H:\Oracle\Middleware\asinst_1\bin>java -version
    java version "1.6.0_26"
    Java(TM) SE Runtime Environment (build 1.6.0_26-b03)
    Java HotSpot(TM) 64-Bit Server VM (build 20.1-b02, mixed mode)
    all other works fine
    the OraInstall2012-03-05-12xxx.err include:
    oracle.sysman.oii.oiit.OiitTargetLockNotAvailableException: OUI-10022: El área de destino C:\Program Files\Oracle\Inventory no se puede utilizar porque su estado no es válido.
         at oracle.sysman.oii.oiit.OiitTargetLocker.createLocksDir(OiitTargetLocker.java:1033)
         at oracle.sysman.oii.oiit.OiitTargetLocker.getWriterLock(OiitTargetLocker.java:207)
         at oracle.sysman.oii.oiit.OiitTargetLocker.getWriterLock(OiitTargetLocker.java:185)
         at oracle.sysman.oii.oiit.OiitTargetLocker.getWriterLock(OiitTargetLocker.java:172)
         at oracle.sysman.oii.oiic.OiicStandardInventorySession.acquireLocks(OiicStandardInventorySession.java:403)
         at oracle.sysman.oii.oiic.OiicStandardInventorySession.initSession(OiicStandardInventorySession.java:301)
         at oracle.sysman.oii.oiic.OiicStandardInventorySession.initSession(OiicStandardInventorySession.java:231)
         at oracle.sysman.oii.oiic.OiicStandardInventorySession.initSession(OiicStandardInventorySession.java:180)
         at oracle.as.install.engine.modules.install.util.InstallUtils.createInventorySession(InstallUtils.java:443)
         at oracle.as.install.engine.modules.install.util.InstallUtils.setAdditionalOracleHomeProperty(InstallUtils.java:329)
         at oracle.as.install.classic.installaction.ClassicInstallAction.executeAfterCopy(ClassicInstallAction.java:250)
         at oracle.as.install.engine.modules.util.installaction.InstallActionProviderUtility.invokeExecuteAfterCopy(InstallActionProviderUtility.java:93)
         at oracle.as.install.engine.modules.presentation.ui.common.wizard.ModifiedDWizard.executeEvent(ModifiedDWizard.java:2948)
         at oracle.as.install.engine.modules.presentation.PresentationModule.processModuleEvent(PresentationModule.java:655)
         at oracle.as.install.engine.modules.util.PartnerModuleImpl.processEvent(PartnerModuleImpl.java:118)
         at oracle.as.install.engine.InstallEngine.notifyListeners(InstallEngine.java:626)
         at oracle.as.install.engine.InstallEngine.processEvent(InstallEngine.java:584)
         at oracle.as.install.engine.modules.util.PartnerModuleImpl.notifyAllEventListenersHelper(PartnerModuleImpl.java:227)
         at oracle.as.install.engine.modules.util.PartnerModuleImpl.notifyListeners(PartnerModuleImpl.java:158)
         at oracle.as.install.engine.modules.install.InstallModule.onSuccess(InstallModule.java:478)
         at oracle.as.install.engine.modules.install.action.InstallManager.notifySuccess(InstallManager.java:322)
         at oracle.as.install.engine.modules.install.command.InstallSuccessCommand.execute(InstallSuccessCommand.java:42)
         at oracle.as.install.engine.modules.install.action.InstallManager.onInstallEvent(InstallManager.java:334)
         at oracle.as.install.engine.modules.install.action.AbstractOUIHandler.fireInstallEvent(AbstractOUIHandler.java:147)
         at oracle.as.install.engine.modules.install.action.OUIInstaller.succeed(OUIInstaller.java:542)
         at oracle.as.install.engine.modules.install.action.OUIInstaller.start(OUIInstaller.java:480)
         at oracle.as.install.engine.modules.install.action.InstallManager.launchOUI(InstallManager.java:212)
         at oracle.as.install.engine.modules.install.InstallModule.launchOUI(InstallModule.java:155)
         at oracle.as.install.engine.modules.install.InstallModule$1.run(InstallModule.java:246)
    Form and Report Builder.
    in H:\Oracle\Middleware\Oracle_FRHome1\bin
    frmbld , start and load example form ok
    rwbiulder send "REP-50125: rwbuilder.conf:java.lang.NullPointerException"
    have any idea how fix report builder error?
    Thank you very much for your invaluable help.
    Carlos

  • ITunes Error 7 (Windows error 127) after installing iTunes 64-bit for Windows

    After installing iTunes 64-bit for Windows (latest build), I get an error pop-up saying:
    iTunes was not installed correctly. Please reinstall iTunes
    Error 7 (Windows error 127)
    I've gone thru the uninstall, reboot and reinstall process three or four times now. Still nothing.
    Furthermore, after clicking okay to the error, it continues to pop up on it's own every 45 seconds or so.
    There was one other error I came across after trying to launch iTunes after installation.
    See both error messages here:
    http://screencast.com/t/DSg4PpKF5BeX

    Brilliant. Thanks a lot. I've wasted a couple of hours on this nasty bug, & trying all the other suggestions across various threads again and again.
    I now find I had the same registry entry hanging on, despite uninstalling & wiping everything again and again. Having now deleted this key, (I don't even have an iPod), & iTunes 11.1.14 now opens at long last.
    But WHY is this bug not fixed? Enough people are suffering with this across the forum. WHERE is Apple support on this?
    It should have been added to their page at 
    http://support.apple.com/kb/HT1923
    by now, why hasn't it???
    It's not good enough!
    Re:
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\SharedDlls]
    "C:\\Program Files\\iPod\\bin\\iPodService.exe"=dword:80000000
    AHA! This entry for iPodService.exe still exhisted.  So I had no folders on the PC, no installs on the PC and no services running.... BUT this was still in the Registry.
    Step 5 - Delete only the Registry entry above.  NO REBOOT
    Step 6 - Reinstall iTunes64.exe

  • Got error message this Ipod cannot be used because the required software is not installed. Run the Itunes installer to remove Itunes and install the 64-bit version and already have latest version and 64

    Got error message :"This this Ipod cannot be used because the required software is not installed. Run the Itunes installer to remove Itunes and install the 64-bit version"   This is on a new macbook.  I already have the latest version installed and 64 bit.  Help.

    Did you do what the message said?
    Also try using the Win 7/Vista link in the following:
    Removing and Reinstalling iTunes, QuickTime, and other software components for Windows XP

  • 5.2 Patch 2 Post-Install Error

    Jay,
    I am installing patch 2 for IMS 5.2 today and got the following
    errors during the Post-install: (imsimta test -rewrite -debug postmaster)
    (can you take a look and comment ?) maybe this is because LDAP (directory server) was not running?
    I changed the company domain in the output below:
    5.2p2 has been installed successfully.
    Running Post-install procedures.
    /var/iplanet/ims52/msg-mailsvr2/imsimta chbuild
    /var/iplanet/ims52/msg-mailsvr2/imsimta cnbuild
    [05/Jan/2005:11:13:10 -0600] mailsvr2 [3422]: General Warning: could not get server configuration in ldap, using cached configuration information
    /var/iplanet/ims52/msg-mailsvr2/imsimta cleandb
    /var/iplanet/ims52/msg-mailsvr2/imsimta counters -delete
    11:13:11.79: Exit code = 0 (2) - IMTA__NO, basic NO, log_delete_sections error
    /var/iplanet/ims52/msg-mailsvr2/imsimta version
    SunOS mailsvr2 5.8 Generic_117350-10 sun4u sparc SUNW,Ultra-60
    iPlanet Messaging Server 5.2 Patch 2 (built Jul 14 2004)
    libimta.so 5.2 Patch 2 (built 19:30:12, Jul 14 2004)
    /var/iplanet/ims52/msg-mailsvr2/imsimta test -rewrite -debug postmaster
    Initializing mm_.
    Initializing mm_ submission.
    Checking identifiers.
    *** Debug output from initializing MM for submission:
    11:13:12.33: mmc_winit('l','[email protected]','[email protected]') called.
    11:13:12.33: Queue area size 48882178, temp area size 48882178
    11:13:12.33: 12220544 blocks of effective free queue space available; setting disk limit accordingly.
    11:13:12.33: Rewriting: Mbox = "postmaster", host = "mailsvr2.xyz-company.com", domain = "$*", literal = "", tag = ""
    11:13:12.33: Rewrite: "$*", position 0, hash table -
    11:13:12.33: Found: "$E$F$U%[email protected]"
    11:13:12.33: Rewrite failed, not forward.
    11:13:12.33: Rewrite: "$*", position 1, hash table -
    11:13:12.33: Failed.
    11:13:12.33: Rewrite: "$*", position 0, rewrite database -
    11:13:12.33: Failed
    11:13:12.33: Rewriting: Mbox = "postmaster", host = "mailsvr2", domain = "mailsvr2.xyz-company.com", literal = "", tag = ""
    11:13:12.33: Rewrite: "mailsvr2.xyz-company.com", position 0, hash table -
    11:13:12.33: Found: "$U%[email protected]"
    11:13:12.33: New mailbox: "postmaster".
    11:13:12.33: New host: "mailsvr2.xyz-company.com".
    11:13:12.33: New route: "mailsvr2.xyz-company.com".
    11:13:12.33: New channel system: "mailsvr2.xyz-company.com".
    11:13:12.33: Looking up host "mailsvr2.xyz-company.com".
    11:13:12.33: - found on channel l
    11:13:12.33: Routelocal flag set; scanning for % and !
    11:13:12.33: Rewriting: Mbox = "postmaster", host = "mailsvr2.xyz-company.com", domain = "$*", literal = "", tag = ""
    11:13:12.33: Rewrite: "$*", position 0, hash table -
    11:13:12.33: Found: "$E$F$U%[email protected]"
    11:13:12.33: Rewrite failed, not forward.
    11:13:12.33: Rewrite: "$*", position 1, hash table -
    11:13:12.33: Failed.
    11:13:12.33: Rewrite: "$*", position 0, rewrite database -
    11:13:12.33: Failed
    11:13:12.33: Rewriting: Mbox = "postmaster", host = "mailsvr2", domain = "mailsvr2.xyz-company.com", literal = "", tag = ""
    11:13:12.33: Rewrite: "mailsvr2.xyz-company.com", position 0, hash table -
    11:13:12.33: Found: "$U%[email protected]"
    11:13:12.33: New mailbox: "postmaster".
    11:13:12.33: New host: "mailsvr2.xyz-company.com".
    11:13:12.33: New route: "mailsvr2.xyz-company.com".
    11:13:12.33: New channel system: "mailsvr2.xyz-company.com".
    11:13:12.33: Looking up host "mailsvr2.xyz-company.com".
    11:13:12.33: - found on channel l
    11:13:12.33: Routelocal flag set; scanning for % and !
    11:13:12.33: Mapped return address: [email protected]
    *** Debug output from rewriting a forward header address:
    11:13:12.33: Rewriting: Mbox = "postmaster", host = "xyz-company.com", domain = "$*", literal = "", tag = ""
    11:13:12.33: Rewrite: "$*", position 0, hash table -
    11:13:12.33: Found: "$E$F$U%[email protected]"
    11:13:12.33: Rewrite failed, not envelope.
    11:13:12.33: Rewrite: "$*", position 1, hash table -
    11:13:12.33: Failed.
    11:13:12.33: Rewrite: "$*", position 0, rewrite database -
    11:13:12.33: Failed
    11:13:12.33: Rewriting: Mbox = "postmaster", host = "xyz-company", domain = "xyz-company.com", literal = "", tag = ""
    11:13:12.33: Rewrite: "xyz-company.com", position 0, hash table -
    11:13:12.33: Found: "$U%[email protected]"
    11:13:12.33: New mailbox: "postmaster".
    11:13:12.33: New host: "xyz-company.com".
    11:13:12.33: New route: "mailsvr2.xyz-company.com".
    11:13:12.33: New channel system: "mailsvr2.xyz-company.com".
    11:13:12.33: Looking up host "mailsvr2.xyz-company.com".
    11:13:12.33: - found on channel l
    11:13:12.33: Routelocal flag set; scanning for % and !
    11:13:12.33: Rewrite rules result: [email protected]
    11:13:12.33: Checking reverse URL cache for: [email protected]
    11:13:12.33: Applying reverse URL pattern ldap:///$V?mail?sub?$Q to: [email protected]
    11:13:12.34: URL generation failed, status = 0
    forward channel =
    backward channel = l
    header To: address = [email protected]
    header From: address = [email protected]
    envelope To: address = (route (reprocess-daemon-error,reprocess-daemon-error)) (host xyz-company.com)
    envelope From: address = [email protected]
    name =
    mbox = postmaster
    Extracted address action list:
    [email protected]
    Extracted 733 address action list:
    [email protected]
    Address list expansion:
    -13 expansion total.
    *** Debug output from submitting an envelope address:
    11:13:12.34: mmc_wadr(0x00060450,'postmaster','postmaster') called.
    11:13:12.34: Copy estimate before address addition is 1
    11:13:12.34: Parsing address postmaster
    11:13:12.34: Rewriting: Mbox = "postmaster", host = "xyz-company.com", domain = "$*", literal = "", tag = ""
    11:13:12.34: Rewrite: "$*", position 0, hash table -
    11:13:12.34: Found: "$E$F$U%[email protected]"
    11:13:12.34: Match, pattern = "xyz-company.com", current = "(*domaincheck*)"
    11:13:12.34: old state = not checked.
    11:13:12.34: Performing domainMap check on xyz-company.com.
    11:13:12.34: domain check failed with temporary error 91.
    11:13:12.34: Temporary lookup failure, using fallback rewrite reprocess-daemon$Mtcp_local$1M$1~-error$4000000?Temporary lookup failure
    11:13:12.34: Match, pattern = "tcp_local", current = "l"
    11:13:12.34: old state = succeeded.
    11:13:12.34: new state = succeeded.
    11:13:12.34: New mailbox: "postmaster".
    11:13:12.34: New host: "xyz-company.com".
    11:13:12.34: New route: "reprocess-daemon-error".
    11:13:12.34: New channel system: "reprocess-daemon-error".
    11:13:12.34: New error message: "Temporary lookup failure".
    11:13:12.34: Looking up host "reprocess-daemon-error".
    11:13:12.34: - Not found
    11:13:12.34: Copy estimate after address addition is 1
    Submitted address list:
    Address list error -- 4.0.0 Temporary lookup failure: postmaster
    Submitted notifications list:
    Checking installed version string.
    New Installed Version is 5.2 Patch 2
    Please consult the README.txt file for post-installation instructions.
    #

    Yes. "All iMS services" means running stop-msg, and making sure all processes that started from that are done. Specifically:
    tcp_smtp_server
    tcp_smtp_client
    ims-master
    imapd
    popd
    mshttpd
    dispatcher
    job_controller
    things not included:
    slapd
    admin-serv
    web servers
    etc.

Maybe you are looking for

  • Ipod classic 120 stuck in disk mode, not recognized by windows or itunes

    so ive been havin tons of problems with my new ipod 120 classic first one day when i plugged it in it told me it was corrupted and needed to be restored then it would not restore i formated it with windows but that didnt seem to do anything the other

  • Open file from a web page?

    I would like to create links to some files that will open in their proper application when I click links on the web page. Is there a simple way to open a file from a regular href web link? If I put in a posix path of the network file that I want to o

  • How do I change the opacity settings for photoshop imported files?

    I am importing a series of photoshop files into CS6 Premiere Pro. There is no background color on the photoshop images, and when I preview them in Premiere's import window, the background appears white. Once I import them into premiere, however, the

  • EJBHome vs EJBObject what is the difference and which one is better

    Hi 1) What is the advantage of LocalHome & LocalObject over EJBHome and EJBObject interfaces?? 2) In which situation we need to use LocalHome & LocalObject interface?? 3) In which situation we need to use RemoteHome & RemoteObject interface?? Thanks

  • Problem executing the msgsend in the jGuru tutorial from XP

    Hi, I tried executing the msgsend from the jGuru tutorial in Windows XP. Message received "Execption in thread "main" java.lang.NoClassDefFoundError : msgsend. However, I have no problem when executing it in Windows NT platform.. Is there some specia