After installing HTTP server..

Hi all,
After installing http server on linux in a diffrent oracle home. My Enterprise manager dbconsole is not starting I am getting following error. Please help me.
$ tail -10 emdctl.trc
2006-10-30 16:20:52 Thread-4136076976 ERROR http: snmehl_allocateListenerPort: f
ailed to bind socket: Address already in use (errno=98)
2006-10-30 16:20:52 Thread-4136076976 ERROR http: nmehl_startHttpListener: faile
d to listen to HTTP port for http://localhost:3938/emd/main
2006-10-30 16:20:52 Thread-4136076976 ERROR main: nmehl_startHttpListener failed
starting http listener
[oracle@localhost log]$ tail -1 emdctl.trc
2006-10-30 16:24:06 Thread-4136560304 WARN http: snmehl_connect: connect failed
to (xxxx:1158): Connection refused (error = 111)
[oracle@localhost log]$ tail -10 emdb.nohup
----- Mon Oct 30 16:21:22 2006::Restarting DBConsole. -----
----- Mon Oct 30 16:21:22 2006::Console Launched with PID 21394 at time Mon Oct
30 16:21:22 2006 -----
06/10/30 16:21:25 Error starting ORMI-Server. Unable to bind socket: Address al
ready in use
----- Mon Oct 30 16:22:53 2006::EMAgent exited at Mon Oct 30 16:22:53 2006 with
return value 55. -----
----- Mon Oct 30 16:22:53 2006::EMAgent has exited due to initialization failure
----- Mon Oct 30 16:22:53 2006::Stopping other components. -----
----- Mon Oct 30 16:22:53 2006::EMWD Stopping DBConsole. -----
--- DBConsole internal stop. No OC4J admin passwd hence hard stop. ---
----- Mon Oct 30 16:22:53 2006::Commiting Process death. -----
----- Mon Oct 30 16:22:53 2006::Exiting watchdog loop -----
An other issue is the http server is not starting and getting following error.
/app/oracle/product/10.2.0/companion/Apache/Apache/bin/httpd: error while loadin
g shared libraries: libdb.so.2: cannot open shared object file: No such file or
directory
Thanks,
Message was edited by:
james@

James,
The key parts in that output are -
2006-10-30 16:20:52 Thread-4136076976 ERROR http: snmehl_allocateListenerPort: f
ailed to bind socket: Address already in use (errno=98)
2006-10-30 16:20:52 Thread-4136076976 ERROR http: nmehl_startHttpListener: faile
d to listen to HTTP port for http://localhost:3938/emd/mainThey are telling you that it could not bind to that particular port number (port 3938) because something else is already bound to it.
Try (as root) -
/usr/bin/lsof -i TCP:3938which should show you information about the process(es) that are currently listening on that port.
As for -
/app/oracle/product/10.2.0/companion/Apache/Apache/bin/httpd: error while loadin
g shared libraries: libdb.so.2: cannot open shared object file: No such file or
directorylibdb is a prerequisite of installing the Apache server, I believe you can get the library as part of the Berkeley DB installation/rpm's/packages (it should be listed in the installation document).
Hope this helps.

Similar Messages

  • Problem in starting sqlplus after installing http server only on red hat linux 7.1

    I have installed http server on my pc. it was installed
    successfully mt http server is running on port 7777 but when i
    am trying to run sqlplus from user root
    /home/oracle/OraHome1/bin > ./sqlplus
    it's giving msg1<lang>.msb file not found.
    error 6 intializing sql*plus
    but i have seen that sqlplus/message directory has msg1us.msb
    file . since sqlplus is a bin file otherwise i can change it's
    path. i think so.
    give expert suggestions
    brajesh karn

    What about your envirnoment variables (ORACLE_HOME, ORACLE_SID,
    ORA_NLS33) ?

  • RDL Reports are not working after installing SQL Server 2012 Service Pack 2 in the SharePoint integration Mode

    I am using Reporting Service Integration mode with SharePoint. SSRS is installed on separated machine of SharePoint stacks in Integration Mode. Everything was working properly and I could create/edit/modify RDL reports(parameters, Datasource, Subscription)
    inside SharePoint and Document Libraries.
    But after installing SQL Server 2012 Service Pack 2, on opening RDL reports inside SharePoint I receive this error message. 
    The permissions granted to user 'i:0#.f|membership|username' are insufficient for performing this operation. ---> Microsoft.ReportingServices.Diagnostics.Utilities.AccessDeniedException: The permissions granted to user 'i:0#.f|membership|username' are insufficient for performing this operation
    I should mention that SSRS is installed in the SharePoint integration Mode and there is no SSRS management console.

    Hi Hedayat-Abedijoo,
    According to your description, you are using Reporting Services in SharePoint Integrated mode, and everything worked fine before you install SQL Server 2012 Service Pack 2. After the package is installed, when you open RDL reports, the error occurred: The
    permissions granted to user 'i:0#.f|membership|username' are insufficient for performing this operation.
    According to my search, there may be two reasons for the problem:
    This is caused when the application pool account that runs the SharePoint Web application you are on in IIS and the application pool account that SharePoint believes is running the site differ. This happens if the application pool account is changed directly
    in IIS instead of through SharePoint (using the approved method).
    This error can be caused when Kerberos authentication has been set up correctly and delegation in a double hop scenario will succeed, but Reporting Services integration has been set up for Trusted Account rather than Windows Authentication. This causes
    SharePoint to continue to impersonate the logged-on user when contacting Reporting Services; when Reporting Services compares the application pool account to the user account making the request, they are not equal.
    In this case, we can solve the problem by changing the application pool account in IIS back to the previous account and set AuthenticationTypes to RSWindowsNTLM only. For detail information, please refer to 8.3 “The permissions granted to user 'Domain\User'
    are insufficient for performing this operation” in the document:http://msdn.microsoft.com/en-us/library/ee384252(SQL.100).aspx
    If you have any questions, please feel free to let me know.
    Thanks,
    Wendy Fu

  • Install Http Server in ORACLE 10g 10.2.0.3

    Hi, before i had Oracle XE 10.2.0.1 and Apex 3.2 both worked ok. Now remove Oracle XE and APEX 3.2 and then installed ORACLE 10g 10.2.0.3 and Apex 4.0, but when i try to login to apex http://server:8080/pls/apex/apex_admin the login page not appears.
    Before run apex with OC4J from developer suite 10g, but now i need to install some particular http server with the companion cd or something like that.
    I guess i have to install http server and xml database from companion cd but which option have to choose.
    Regards

    Pl post details of your OS. If you installed 10.2.0.3, you will also need to install the HTTP server from the companion CD.
    http://download.oracle.com/docs/cd/E17556_01/doc/install.40/e15513/overview.htm#CJAFEAJJ
    http://www.oracle.com/technology/obe/apex/apexinst/apexinst.htm#t2
    HTH
    Srini

  • Cant Install HTTP Server on  SUSE10

    Hello,
    When I try to install HTTP Server from Oracle DB 10g Companion CD on a SUSE 10 with a working Oracle10g DB I get an error message where ever I call runInstaller so my installation never initiates.
    As in the installation documentation I change my directory to "/tmp" and then from there I call runInstaller like "/media/cd_name/runInstaller". Just as I press enter I got this message " /media/cd_name/runInstaller: Line 61: /media/cd_name/install/.oui: no such file or directory"
    It is also happens when I try the root user and also happens the same when I try to run the installer from a directory instead of cd.
    Can Anybody help me?

    Hi Orlando17R,
    Are you getting the following error message when installing SQL Server?
    “The configuration registry key is invalid”
    If that is the case, you might need to rebuild Performance Counters, for more details, please review this similar blog:
    SQL Server 2008
    R2 Installation Issue : ” The configuration registry key is invalid”.              
    However, if the issue still persists, please help to post the summary and detail logs for analysis. For more information
     about how to view SQL Server Setup log files, please review this
    article.
    Thanks,
    Lydia Zhang
    Lydia Zhang
    TechNet Community Support

  • After installing Lion Server computer asks to wipe HD and re-install Lion

    After installing Lion Server 10.7.3 and restarting, I am forced to erase HD and do a complete Lion 10.7?

    After installing Lion Server 10.7.3 and restarting, I am forced to erase HD and do a complete Lion 10.7?

  • Installing HTTP Server After APEX2.2

    Hiii
    i have installed the APEX 2.2 and after i have finished i remembered that i have to install the HTTP Server os installed it ....
    but i dont know if it will Succeed or NOT ...
    now i am in the POST INSTALLATION TASKS ON
    " Configuring Oracle HTTP Server 10g or Oracle Application Server 10g in a New
    Installation"
    WHAT DO YOU THINK .........???

    James,
    The key parts in that output are -
    2006-10-30 16:20:52 Thread-4136076976 ERROR http: snmehl_allocateListenerPort: f
    ailed to bind socket: Address already in use (errno=98)
    2006-10-30 16:20:52 Thread-4136076976 ERROR http: nmehl_startHttpListener: faile
    d to listen to HTTP port for http://localhost:3938/emd/mainThey are telling you that it could not bind to that particular port number (port 3938) because something else is already bound to it.
    Try (as root) -
    /usr/bin/lsof -i TCP:3938which should show you information about the process(es) that are currently listening on that port.
    As for -
    /app/oracle/product/10.2.0/companion/Apache/Apache/bin/httpd: error while loadin
    g shared libraries: libdb.so.2: cannot open shared object file: No such file or
    directorylibdb is a prerequisite of installing the Apache server, I believe you can get the library as part of the Berkeley DB installation/rpm's/packages (it should be listed in the installation document).
    Hope this helps.

  • After Installing SQL Server 2012 Service Pack the RDL reports do not work

    I installed SQL Server 2012 Service Pack on backEnd sharepoint and also on BI Server that host Reporting Service.(Before installation everything was working properly)
    After this installation the RDL reports do not open and I receive this error message.
    The permissions granted to user 'domain\username' are insufficient for performing this operation. (rsAccessDenied)
    I also receive the same error message on changing DataSource, Parameters and subscription.
    I should mention that, I am using Reporting Services in the Integration Mode. I want to open and modify RDL reports from SharePoint and inside the SharePoint Document Library.

    Hi Hedayat,
    Thanks for posting your issue,
    To solve this problem you have to grant your SQL Reporting Service Application Pool
    Account (whatever is running your SQL Service Application, see Central Admin -> Manage Service Application -> SQL Server Reporting Services)
    Full Control to the web application that report is being deployed to in your particular case.
    Or you could just use the powershell command below:
    $webApp = Get-SPWebApplication –Identity http://yoursharepointapp 
    $webApp.GrantAccessToProcessIdentity(“domain\SSRSAccount”) 
    Also, check out below mentioned URLs for more details and fixes of this issue
    http://paulliebrand.com/2013/09/25/ssrs-and-permissions-granted-to-user-are-insufficient-for-performing-this-operation/
    https://social.msdn.microsoft.com/Forums/sqlserver/en-US/4ea477ec-ea12-4a3e-bc33-2fcf9d52b84e/error-rsaccessdenied-nt-authoritynetwork-service-are-insufficient?forum=sqlreportingservices
    I hope this is helpful to you, mark it as Helpful.
    If this works, Please mark it as Answered.
    Regards,
    Dharmendra Singh (MCPD-EA | MCTS)
    Blog : http://sharepoint-community.net/profile/DharmendraSingh

  • I Cant connect to Localhost after installing sql Server 2012 r2 Sp2

    Hi,
    I can't connect to localhost after installing ssms. Also, I can't find SQL on Services. Do you have any ideal? Thanks!

    where can i download the database engine component?
    You can download Express or Evaluation edition which are free to download. here is the download link for SQL 2012
    Microsoft® SQL Server® 2012 Express
    http://www.microsoft.com/en-us/download/details.aspx?id=29062
    Microsoft® SQL Server® 2012 Evaluation
    http://www.microsoft.com/en-us/download/details.aspx?id=29066
    Balmukund Lakhani
    Please mark solved if I've answered your question, vote for it as helpful to help other users find a solution quicker
    This posting is provided "AS IS" with no warranties, and confers no rights.
    My Blog |
    Team Blog | @Twitter
    | Facebook
    Author: SQL Server 2012 AlwaysOn -
    Paperback, Kindle

  • FYI: TrendMicro antivirus prevents Transport Service from starting after installing Echange Server 2013 Service Pack 1

    I installed Exchange Server 2013 SP1 in my test environment. After that mail flow between internal and external mail servers completely stopped. In the end I discovered that Transport Service on both of the mailbox servers refused to start (or, to be more
    exact, stopped shortly after starting).
    The following events appeared in the System event log:
    Event ID 1052 (error)
    Source: MSExchange Extensibility
    Message: Failed to create agent factory for the agent 'ScanMail SMTP Receive Agent' with error 'Failed to create type 'TrendMicro.SMEX.hookE12TransportAgent.hookE12SmtpReceiveAgentFactory' from assembly 'C:\Program Files\Trend Micro\Smex\hookE12TransportAgent.dll'
    due to error 'type not found'.'. Please verify the corresponding transport agent assembly and dependencies with correct version are installed.
    Event ID 16023 (error)
    Source: MSExchangeTransport
    Message: Microsoft Exchange couldn't start transport agents. The Microsoft Exchange Transport service will be stopped. Exception details: Failed to create type 'TrendMicro.SMEX.hookE12TransportAgent.hookE12SmtpReceiveAgentFactory' from assembly 'C:\Program
    Files\Trend Micro\Smex\hookE12TransportAgent.dll' due to error 'type not found'. : Microsoft.Exchange.Data.ExchangeConfigurationException: Failed to create type 'TrendMicro.SMEX.hookE12TransportAgent.hookE12SmtpReceiveAgentFactory' from assembly 'C:\Program
    Files\Trend Micro\Smex\hookE12TransportAgent.dll' due to error 'type not found'.
       at Microsoft.Exchange.Data.Transport.Internal.MExRuntime.FactoryTable.CreateAgentFactory(AgentInfo agentInfo)
       at Microsoft.Exchange.Data.Transport.Internal.MExRuntime.FactoryTable..ctor(IEnumerable agents, FactoryInitializer factoryInitializer)
       at Microsoft.Exchange.Data.Transport.Internal.MExRuntime.RuntimeSettings..ctor(MExConfiguration config, String agentGroup, FactoryInitializer factoryInitializer)
       at Microsoft.Exchange.Data.Transport.Internal.MExRuntime.MExRuntime.Initialize(String configFile, String agentGroup, ProcessTransportRole processTransportRole, String installPath, FactoryInitializer factoryInitializer)
       at Microsoft.Exchange.Transport.Extensibility.AgentComponent.Load()
    Event ID 701 (informational)
    Source: MSExchangeTransport
    Message: The service will be stopped. Reason: Microsoft.Exchange.Transport.TransportComponentLoadFailedException: Loading of component 'SmtpReceiveAgents' failed. ---> Microsoft.Exchange.Transport.TransportComponentLoadFailedException: The agent component
    failed to load. ---> Microsoft.Exchange.Data.ExchangeConfigurationException: Failed to create type 'TrendMicro.SMEX.hookE12TransportAgent.hookE12SmtpReceiveAgentFactory' from assembly 'C:\Program Files\Trend Micro\Smex\hookE12TransportAgent.dll' due to
    error 'type not found'.
       at Microsoft.Exchange.Data.Transport.Internal.MExRuntime.FactoryTable.CreateAgentFactory(AgentInfo agentInfo)
       at Microsoft.Exchange.Data.Transport.Internal.MExRuntime.FactoryTable..ctor(IEnumerable agents, FactoryInitializer factoryInitializer)
       at Microsoft.Exchange.Data.Transport.Internal.MExRuntime.RuntimeSettings..ctor(MExConfiguration config, String agentGroup, FactoryInitializer factoryInitializer)
       at Microsoft.Exchange.Data.Transport.Internal.MExRuntime.MExRuntime.Initialize(String configFile, String agentGroup, ProcessTransportRole processTransportRole, String installPath, FactoryInitializer factoryInitializer)
       at Microsoft.Exchange.Transport.Extensibility.AgentComponent.Load()
       --- End of inner exception stack trace ---
       at Microsoft.Exchange.Transport.Extensibility.AgentComponent.Load()
       at Microsoft.Exchange.Data.Directory.ADNotificationAdapter.RunADOperation(ADOperation adOperation, Int32 retryCount)
       at Microsoft.Exchange.Data.Directory.ADNotificationAdapter.TryRunADOperation(ADOperation adOperation, Int32 retryCount)
       at Microsoft.Exchange.Transport.SequentialTransportComponent.Load()
       --- End of inner exception stack trace ---
       at Microsoft.Exchange.Transport.SequentialTransportComponent.Load()
       at Microsoft.Exchange.Transport.Components.Activate()
    The reason for that behavior was TrendMicro ScanMail for Exchange 11. Seems that it was unable to work with the new SP properly and prevented the entire Transport Service from starting. Uninstallation of the antivirus eliminated the issue.

    Actually, you can just disable the agents until TrendMicro releases a patch and then enable them again:
    http://community.trendmicro.com/...
    BTW, a similar problem (high CPU utilization and services not starting) is hitting the AVG package:
    http://forums.avg.com/..
    Step by Step Screencasts and Video Tutorials

  • After installing Project Server 2013 (without updating SharePoint Server 2013 SP1))

    I am facing the problem while opening project web app. I configured the SharePoint 2013 and project server 2013. Here is the detail what I performed the steps:
    OS Server 2012 R2, SQL Server 2012, SharePoint server 2013 version
    15.0.4420.1017, Project Server 2013 version
    15.0.4454.1000. SharePoint configured and running successfully. After project web app site provisioning successfully completed. I got the below error.
    Microsoft.Office.Project.PWA.WebParts.PWAPart' from assembly 'Microsoft.Office.Project.Server.PWA, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c' cannot reduce access.
    I run this psconfig -cmd upgrade -inplace b2b -wait -force. But still getting same error.
    Previous steps:
    Earlier I had also tried to install SharePoint Server 2013 SP1 "3823428". After the installation SP1 some of sharePoint site features suddenly stopped e.g: Cannot  browse "Service Applications -->
    Manage service applications"  option even after re-start the server. This was previous error after upgrading SP1
    "Method 'get_IsClientValid' in type 'Microsoft.SharePoint.WorkflowServices.WorkflowServiceApplicationProxy' from assembly 'Microsoft.SharePoint.WorkflowServices,
    Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c' does not have an implementation"
    Anyone can help me!!! Thanks...
    Faisal Numan

    hello,
    For SP2013 and PS2013 to work properly on Windows Server 2012 R2 you need to use the SP1 install media for both, download SharePoint 2013 with SP1 and Project Server 2013 with SP1
    http://support.microsoft.com/kb/2891274
    http://blogs.technet.com/b/office_sustained_engineering/archive/2014/03/03/announcing-availability-of-slipstreamed-office-2013-and-sharepoint-server-2013-with-sp1.aspx
    http://blogs.technet.com/b/projectsupport/archive/2014/02/25/project-2013-and-project-server-2013-service-pack-1.aspx
    Paul
    Paul Mather | Twitter |
    http://pwmather.wordpress.com | CPS

  • Installing HTTP Server on Fedora 4

    I am completely stuck. I managed to install the latest release of 10G, and now I am trying to install the HTTP Server and HTMLDB on my Fedora 4 box. The problem comes when the universal installer attempts to start the HTTP server - it fails every time. I am getting the following errors in the HTTP_Server~1 log:
    05/07/15 09:25:54 Start process
    /usr/local/server/oracle/product/10.2.0/db_1/Apache/Apache/bin/apachectl start: execing httpd
    Syntax error on line 233 of /usr/local/server/oracle/product/10.2.0/db_1/Apache/Apache/conf/httpd.conf:
    Cannot load /usr/local/server/oracle/product/10.2.0/db_1/Apache/Apache/libexec/mod_auth_dbm.so into server: /usr/local/server/oracle/product/10.2.0/db_1/Apache/Apache/libexec/mod_auth_dbm.so: undefined symbol: dbm_fetch
    05/07/15 09:25:56 Start process
    /usr/local/server/oracle/product/10.2.0/db_1/Apache/Apache/bin/apachectl start: execing httpd
    Syntax error on line 233 of /usr/local/server/oracle/product/10.2.0/db_1/Apache/Apache/conf/httpd.conf:
    Cannot load /usr/local/server/oracle/product/10.2.0/db_1/Apache/Apache/libexec/mod_auth_dbm.so into server: /usr/local/server/oracle/product/10.2.0/db_1/Apache/Apache/libexec/mod_auth_dbm.so: undefined symbol: dbm_fetch
    I have been searching the web for two days now, but have not found anything that fixes this issue. Can anyone here help?
    Thanks in advance,
    -Erich-

    @twilliamsebs:
    I had the same problem described above, but your post actually created a lot of confusion! libdb.so.2 did not exist at first on my system. Then I read this post and added the symlink so that the
    symlink /usr/lib/libdb.so.2 was pointing to /usr/lib/libgdbm.so.2.0.0 and this actually didn't change the dbm_fetch error as described above.
    I found the following info after removing this symbolic link, while searching for the "libdb.so.2" being missing error:
    "Configuration changes prevented server
    startup.<ORACLE_HOME>/Apache/Apache/bin/httpd:
    error while loading shared libraries: libdb.so.2: cannot open shared object
    file: No such file
    or directory"
    Analysis:
    -Problem accessing /usr/lib/libdb.so.2
    -Either permission problem, or file does not exist, etc
    Conclusion:
    -libdb.so.2 is from gnome-libs-1.4.1.2.90-34.1.i386 (RHEL3 for x86)
    -This is a pre-req as listed in note:269557.1
    -libdb.so.2 can be installed with following instructions
    1. Login as root user
    2. cd /
    3. Obtain listing of files to be installed
    rpm2cpio gnome-libs-1.4.1.2.90-34.1.i386.rpm | cpio -itv "./usr/lib/libdb*"
    4. Install libdb.so.2 ( libdb.so.2 -> libdb1.so.2)
    rpm2cpio gnome-libs-1.4.1.2.90-34.1.i386.rpm | cpio -idmv "./usr/lib/libdb*"
    References
    <NOTE:269557.1> - Oracle Application Server 10g (9.0.4) - Installation
    Requirements for the Red Hat 3.0 Linux (AMD64)
    I downloaded gnome-libs-1.4.1.2.90-34.1.i386.rpm, installed it and this created a symbolic link from libdb.so.2 -> libdb1.so.2 (which it installed) and after that everything went fine!
    HTH

  • Libdb.so.2 RHEL4 during 10GR2 Companion CD install - HTTP Server

    I'm getting the following error in the log file when the install is trying to start the HTTP Server as part of the HTMLDB installation path.
    /app/oracle/product/10.2.0.ae/Apache/Apache/bin/apachectl start: execing httpd
    /app/oracle/product/10.2.0.ae/Apache/Apache/bin/httpd: error while loading shared libraries: libdb.so.2: cannot open shared object file: No such file or directory
    libdb.so.2 does exist under /usr/lib64.
    I've compared my libraries against those listed in the installation guide and I appear to be at or higher. I even added gnome-libs-devel after searching other locations for info even though its not listed in the guide.
    binutils-2.15.92.0.2-13.0.0.0.2 (x86_64)
    compat-db-4.1.25-9 (x86_64)
    control-center-2.8.0-12.rhel4.2 (x86_64)
    gcc-3.4.4-2 (x86_64)
    gcc-c++-3.4.4-2 (x86_64)
    glibc-2.3.4-2.13 (i686)
    glibc-2.3.4-2.13 (x86_64)
    glibc-common-2.3.4-2.13 (x86_64)
    gnome-libs-1.4.1.2.90-44.1 (x86_64)
    libstdc++-3.4.4-2 (i386)
    libstdc++-3.4.4-2 (x86_64)
    libstdc++-devel-3.4.4-2 (x86_64)
    make-3.80-5 (x86_64)
    pdksh-5.2.14-30.3 (x86_64)
    sysstat-5.0.5-1 (x86_64)
    xscreensaver-4.18-5.rhel4.9 (x86_64)
    Setup:
    RHEL4 (2.6.9-22.0.2.ELsmp AMD64) x86_64
    10.2.0.1 Companion CD (HTMLDB 1.6)
    64 Bit Oracle DB (10.2.0.1) installed and running from separate ORACLE_HOME
    any assistance would be appreciated?
    Thx
    Cindy Lou

    SysAdmin friend helped out, so I figured I post the solution.
    In my prior research, gnome-libs was pointed as the problem, including info from Metalink, except that I was told libdb.so.2 is not in that library.
    I need to install the i386 of compat-db
    as root: up2date -u compat-db --arch=i386
    as oracle: $ORACLE_HOME/opmn/bin/opmnctl startall
    Things started with no errors. Yeah onto configuration.
    Cindy Lou

  • After Installing Application Server - Problem connecting to my Databases

    I have 10g installed on my Windows server, and have no problems connecting to my database(s). After I install Application Server 10g, I am no longer able to connect to any of them, as if the TNSNAMES.ORA file is no longer configured correctly. I am training myself on these applications. Anyone have any suggestions what is happening behind the scenes?
    Thank you,
    Daniel Nadler

    After deploying a jsf application via the web interface of the application server enterprise manager I tried to connect to the 10g database - and it failed with the same error as yesterday?
    I really don't unterstand what is going on. I would really appreciate it if someone could point me out where to start digging for a solution / unterstanding of the problem.
    Quoting this thread (installing db on same server as AS): 10gAS and Database Server on the same machine
    >
    Yes, you can do this. Here are some guidelines:
    (1) Make sure your system requirements are sufficient to handle the application server and the database. The recommendation is to add the AS system requirements and the DB system requirements together.
    (2) Install each product into its own Oracle home. For example:
    - Oracle Home 1: AS Mid-tier
    - Oracle Home 2: AS Infrastructure (including Metadata Repository)
    - Oracle Home 3: Database
    (3) If your AS installation includes a Metadata Repository, make sure that the
    Metadata Repository and the database use a different SID and global db name.
    (4) It is possible that the Metadata Repository and the database can share
    port 1521. Review this information before you start your AS installation:
    http://download.oracle.com/docs/cd/B14099_19/win.1012/install.1012/install/reqs.htm#CIHEBFDG
    The installation guide under (4) tells me that I don't have to worry since I use a new listener version.
    To complete the confusion: on my virtual test machine oracle 10g and oracle AS 10g work fine side by side?? Perhaps because I did a Standard Edition install of the database (on the real machine I used Enterprise Edition)? Is there a way to figure out what kind of install I did?
    Lots of questions, any help or links are really appreciated! Thanks in advance!
    ------------------ EDIT -------------------
    Whoops, I might had a problem with a not correctly shut down database (just shutted windows down without killing the instance - didn't know this wasn't ok). Still evaluating the issue. But to say the least, it seems the application server has nothing to do with my problem :)
    Message was edited by:
    mathias.ringhof

  • Error In Starting Jboss after installing OIM server

    Hi All,
    I have Installed OIM_Server(OIM 9.1.0.1) ON Jboss server(4.2.3) , I have 1 GB RAM m/c so have JVM setting as -XMS512m -XMX768 m. While installation of OIM Server, it showed the success message. But When I am starting the server , to perform post installation check, it is showing following error message .
    Does anybody have any ideas what the problem is? Please provide the possible solution.
    Thanks to All :)
    Error :
    2009-07-16 18:43:27,166 DEBUG [org.jboss.web.tomcat.service.TomcatDeployer] Unable to retrieve orbjavax.management.InstanceNotFoundException: jboss:service=CorbaORB is not registered.
    2009-07-16 18:43:27,166 DEBUG [org.jboss.web.tomcat.service.TomcatDeployer] Linked java:comp/UserTransaction to JNDI name: UserTransaction
    2009-07-16 18:43:27,166 DEBUG [org.jboss.web.tomcat.service.TomcatDeployer] addEnvEntries
    2009-07-16 18:43:27,166 DEBUG [org.jboss.web.tomcat.service.TomcatDeployer] linkResourceEnvRefs
    2009-07-16 18:43:27,166 DEBUG [org.jboss.web.tomcat.service.TomcatDeployer] linkResourceRefs
    2009-07-16 18:43:27,166 DEBUG [org.jboss.web.tomcat.service.TomcatDeployer] linkMessageDestinationRefs
    2009-07-16 18:43:27,166 DEBUG [org.jboss.web.tomcat.service.TomcatDeployer] linkEjbRefs
    2009-07-16 18:43:27,166 DEBUG [org.jboss.web.tomcat.service.TomcatDeployer] linkEjbLocalRefs
    2009-07-16 18:43:27,166 DEBUG [org.jboss.web.tomcat.service.TomcatDeployer] linkServiceRefs
    2009-07-16 18:43:27,166 DEBUG [org.jboss.web.tomcat.service.TomcatDeployer] linkSecurityDomain
    2009-07-16 18:43:27,166 DEBUG [org.jboss.web.tomcat.service.TomcatDeployer] No security-domain given, using default: java:/jaas/other
    2009-07-16 18:43:27,166 DEBUG [org.jboss.web.tomcat.service.TomcatDeployer] Linking security/securityMgr to JNDI name: java:/jaas/other
    2009-07-16 18:43:27,166 DEBUG [org.jboss.web.tomcat.service.TomcatDeployer] AbstractWebContainer.parseWebAppDescriptors, End
    2009-07-16 18:43:27,401 DEBUG [org.jboss.web.tomcat.service.TomcatDeployer] Using session cookies default setting
    2009-07-16 18:44:02,667 DEBUG [org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy] Running RemoverTask
    2009-07-16 18:44:04,964 DEBUG [org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy] RemoverTask, PassivatedCount=0
    2009-07-16 18:44:04,964 DEBUG [org.jboss.ejb.plugins.AbstractInstanceCache] removePassivated, now=1247750044964, maxLifeAfterPassivation=1200000
    2009-07-16 18:45:11,465 ERROR [STDERR] Exception in thread "DefaultQuartzScheduler_QuartzSchedulerThread"
    2009-07-16 18:45:11,465 ERROR [STDERR] java.lang.NoClassDefFoundError: org/quartz/core/JobRunShell
    2009-07-16 18:45:11,465 ERROR [STDERR]      at org.quartz.impl.StdJobRunShellFactory.borrowJobRunShell(StdJobRunShellFactory.java:86)
    2009-07-16 18:45:11,465 ERROR [STDERR]      at org.quartz.core.QuartzSchedulerThread.run(QuartzSchedulerThread.java:352)
    2009-07-16 18:45:11,465 ERROR [STDERR] Caused by: java.lang.ClassNotFoundException: Unexpected error during load of: org.quartz.core.JobRunShell, msg=PermGen space
    2009-07-16 18:45:11,465 ERROR [STDERR]      at org.jboss.mx.loading.RepositoryClassLoader.loadClassImpl(RepositoryClassLoader.java:560)
    2009-07-16 18:45:11,481 ERROR [STDERR]      at org.jboss.mx.loading.RepositoryClassLoader.loadClass(RepositoryClassLoader.java:415)
    2009-07-16 18:45:11,481 ERROR [STDERR]      at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
    2009-07-16 18:45:11,481 ERROR [STDERR]      at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
    2009-07-16 18:45:11,481 ERROR [STDERR]      ... 2 more
    2009-07-16 18:45:11,481 ERROR [STDERR] Caused by: java.lang.OutOfMemoryError: PermGen space
    2009-07-16 18:45:26,168 DEBUG [org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy] Running RemoverTask
    2009-07-16 18:45:26,168 DEBUG [org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy] RemoverTask, PassivatedCount=0
    2009-07-16 18:45:26,168 DEBUG [org.jboss.ejb.plugins.AbstractInstanceCache] removePassivated, now=1247750126168, maxLifeAfterPassivation=1200000
    2009-07-16 18:45:26,168 DEBUG [org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy] RemoverTask, done
    2009-07-16 18:45:33,247 DEBUG [org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy] Running RemoverTask
    2009-07-16 18:45:33,247 DEBUG [org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy] RemoverTask, PassivatedCount=0
    2009-07-16 18:45:33,247 DEBUG [org.jboss.ejb.plugins.AbstractInstanceCache] removePassivated, now=1247750133247, maxLifeAfterPassivation=1200000
    2009-07-16 18:45:33,247 DEBUG [org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy] RemoverTask, done

    I am getting these errors starting JBoss after installing OIM 9.1.0.1 on windows 2003 server with JBoss 4.2.3GA canany one please help me why.
    19:04:04,468 INFO [WEBSTARTUP] Scheduler started
    19:04:04,484 INFO [TomcatDeployer] deploy, ctxPath=/xlWebApp, warUrl=.../tmp/de
    ploy/tmp5989105329966275493XellerateFull.ear-contents/xlWebApp-exp.war/
    19:05:02,984 ERROR [STDERR] Exception in thread "DefaultQuartzScheduler_QuartzSc
    hedulerThread"
    19:11:18,359 ERROR [STDERR] Exception in thread "IdleRemover"
    19:15:34,562 ERROR [STDERR] Exception in thread "Thread-15"

Maybe you are looking for