Cannot access web integration server admin page

Hi guys,
1)After Installing 9iAS and setting up all the configurations needed to run the sample test page .jsp file from the web integration server i get the following error....YOU ARE NOT AUTHORIZED TO VIEW THIS PAGE.
2)What value to set for HTTP & HTTPS proxy under the URL-http://host_name.domain:5555 ?
3)I tried to change the port number of the HTTP LISTENER from inside the http://host_name.domain:5555 pressed OK.Now how to find the port number of he web integration server(previously it was http://host_name.domain:5555 but now the port number is changed without which i cannot login to the admin page of that server.)
Gimme a solution to these probs
Thanx in advance,

I am trying to access our Production Enterprise Manager for the 10g AS.
When I try to access it I am getting an error:
An error has occurred!
IOException in sending Request :: Connection refused: connect
So from the command line I check:
emctl status iasconsole and it says that
EM Daemon is not running.
So then I type: emctl start iasconsole and it says:
An instance of Oracle 10g Application Server control is already running
Do you wish to shut down first?
If I say no, the startup is aborted. If I say yes then:
The OracleOracle10gASProdASControl service is not started?
What the heck does that mean? The status shows the Daemon is not started, but when I try to start it, it says it is already running? Can anyone help?
Thank you,
Jeff

Similar Messages

  • NAC GUEST SERVER CANNOT ACCESS WEB CONSOLE

    Hello,
    I have a NAC guest server. I can access CLI but cannot access web console. I used both the https:// ip address/admin and http://ip address/admin. Please what could be the solution of this issue?
    thank you and best regards.
    Edwin

    Edwin,
    Are the various necessary services running on that server? Post the output of following commands:
    ps auwwwx
    chkconfig --list
    service httpd status
    service postgresql status
    Faisal

  • How do i solve - cannot access web server - error message when creating a project in 4.5 with PHP

    How do i solve - cannot access web server - error message when creating a project in 4.5 with PHP

    Screenshot of how it looks when i try to show a ms access form inside a iframe:
    http://oi58.tinypic.com/2vj4ish.jpg

  • SPA122 cannot access web configuration utility

    The new SPA122 device connected to router through DHCP.
    I can see IP-address on router's web page, can ping it, and receive it with ****110# IVR command.
    But I cannot access web configuration utility in the browser: the page is unavailible. I tried to allow WAN access with ****7932#1#1 IVR action - the problrem still on.
    Can You give me any advice what to do.

    You can also connect to the lan/ethernet side of the device, do an ipconfig /renew
    You should get an address on the 192.168.15 network, the default for the router in the ATA is 192.168.15.1
    Then you can set up the non default password, enable the wan web server (administration tab I think).
    dlm...

  • Error access ATG Dynamo Server Admin

    Hello all,
    I am Runnig ATG 10.1.2 with weblogic 10.3. on window server 2008
    once i have install ATG Commerce Reference Store Installation and Configuration base on this guid
    http://docs.oracle.com/cd/E36434_01/CRS.10-1-2/ATGCRSInstall/html/s0206configuringyourdatabaseconnectio01.html
    I was able to :
    log into :
    --> Web logic Admin http://localhost:7001/console/
    --> access the Business Control Center http://localhost:7103/atg/bcc
    but i have got error when i have try to To access ATG Dynamo Server Admin
    --> http://localhost:7103/dyn/admin
    Error 500--Internal Server Error
    javax.servlet.ServletException: Can't find component: /atg/dynamo/servlet/adminpipeline/AdminHandler
         at atg.nucleus.servlet.NucleusProxyServlet.initServlet(NucleusProxyServlet.java:194)
         at atg.nucleus.servlet.NucleusProxyServlet.service(NucleusProxyServlet.java:234)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:184)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3732)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Also,
    when I try to To access the ATG Store storefront http://localhost:7003/crs/storeus
    the page was up, but the store product date,category and other data are empty!
    *I did install and configure ATG products using the CIM by the above guid.
    Please advice
    Thank you all for your help
    Joseph
    Edited by: 999970 on Apr 14, 2013 12:26 PM
    Edited by: 999970 on Apr 14, 2013 12:38 PM

    It looks that you haven't selected DafEar.Admin in your module list to build the ear.
    And regarding the crs, you might not have imported the crs data.
    Check if you have data in cata/catb dcs_product/dcs_sku tables.
    May be you might need to run CMS.
    Peace
    Shaik

  • Cannot access web. Network diagnostics says my internet connection appears to be working correctly

    Am running Lion on MacBook. Suddenly cannot access web with Safari or Firefox. Email OK and Network diagnostics says my internet connection appears to be working correctly". No problems with my iMac on same network.

    What exactly happens when you try to load a web page?

  • Server 2012 R2 SMB - The process cannot access the file '\\server\share\test.txt' because it is being used by another process.

    Hi,
    We are having issues with Server 2012 R2 SMB shares.
    We try to write some changes to a file, but we first create a temporary backup in case the write fails. After the backup is created we write the changes to the file and then we get an error:
    The process cannot access the file '\\server\share\test.txt' because it is being used by another process.
    It looks like the backup process keeps the original file in use.
    The problem doesn't always occur the first time, but almost everytime after 2 or 3 changes. I have provided some code below to reproduce the problem, you can run this in a loop to reproduce.
    The problem is that once the error arises, the file remains 'in use' for a while, so you cannot retry but have to wait at least several minutes. 
    I've already used Process Explorer to analyze, but there are no open file handles. 
    To reproduce the problem: create two Server 2012 R2 machines and run the below code from one server accessing an SMB share on the other server.
    Below is the code I use for testing, if you reproduce the scenario, I'm sure you get the same error.
    We are not looking for an alternative way to solve this, but wonder if this is a bug that needs to be reported?
    Anybody seen this behavior before or know what's causing it?
    The code:
    string file =
    @"\\server\share\test.txt";
    if (File.Exists(file))
    File.Copy(file, file +
    ".bak", true);
    File.WriteAllText(file,
    "Testje",
    Encoding.UTF8);
    The error:
     System.IO.IOException: The process cannot access the file '\\server\share\test.txt' because it is being used by another process.

    Hi,
    There is someone else having the same issue with yours. You could try code in the article below:
    “The process cannot access the file because it is being used by another process”
    http://blogs.msdn.com/b/shawncao/archive/2010/06/04/the-process-cannot-access-the-file-because-it-is-being-used-by-another-process.aspx
    If you wonder the root cause of the issue, the .NET Framework Class Libraries forum can help.
    Best Regards,
    Mandy 
    If you have any feedback on our support, please click
    here .
    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.

  • Suddenly on my iPad I cannot access web links  via emails but can on my iphone

    Suddenly I Cannot access web links via emails on my iPad but can on my iPhone. Is there something in my settings I need to change?

    Restart
    https://www.apple.com/support/iphone/assistant/phone/#section_1

  • Web based server admin

    Hi,
    Does anyone know of a web based server admin tool? I would like to be able to administrate website etc through a web portal instead of having to have server admin running. Anyone know of a tool?
    Thanks

    Check the webmin at http://www.webmin.com/.

  • Multiuser access to Integration Server Metadata Catalog

    Help needed in Germany.I am working with Essbase Integration Services Console 7.1 and DB2 Relational for the Metadata Catalog.My problem is that only one user can access the Metadata Catalog. If another user wants to access the same OLAP Model or metaoutline he has to ask the first user to xml-export the Metadata Catalog and then he must import it.What must I configure in the relational DB2 to have multiuser access for the Metadata Catalog ? Must I work with usergroups ?

    Hi Prasad,
    To access the integration server, enter the complete address (URL) of the Integration Engine that you want to send the message to:
    XI.TargetURL=http://IntegrationEngineHost:port/pipeline-arguments
    This specification is mandatory.
    The Integration Engine address can also be accessed dynamically from the SAP System Landscape Directory (SLD). The following entry is added to the configuration for this purpose:
    XI.SLDConfiguration=SLDaccessor
    In this case the URL of the corresponding Integration Server for the system specified with XI.SenderService is read from the SLD and used instead of the value specified under XI.TargetURL. Therefore, specify the following:
    XI.TargetURL=<fromSLD>
    To be able to access the SLD, the SLDaccessor service must be configured correspondingly and the respective entries must be maintained in the SLD.
    Regards,
    Shibani

  • 03.12.12 i cannot access my MobileMe server.

    Today 03.12.12 i cannot access my MobileMe server. I have it as a legacy from last year but have not received any notification that it would be switched off today. I need access to my data - How & who do I need to contact at Apple to help me resolve this?
    My iCloud accout is working fine.

    appleforsbach wrote:
    I knew it was coming but the comfort of it still working (yesterday all was good) meant I kept taking advantage of it!
    You can't have been accessing the server - it's been closed since 1 August (and you will not be able to recover any data from it).
    Were you using 'iDisk Syncing'? This is where you have a 'local copy' on your Desktop which in the past would have synced with the server, but obviously has not been doing so. However you would still be able to place data in it, but it has presumably now decided to disappear.
    The 'local copy' is sourced from a 'sparsebundle' disk image which lives in (user)/Library/FileSync (and then in a sub-folder) so you may be able to locate that and open it to retrieve your data. However some people have reported difficulty in doing this, suggesting the file had become corrupted. You can only try. I really wouldn't bother contacting Apple: they won't be able to retrieve any of your data.

  • Cannot access web page anymore

    I can no longer access my banks web page anymore.  I was able to get to the page and sign in up to a few days ago.
    When I try to get to the page I get a message that says "Safari can’t open the page “https://www.essabank.com/index.cfm?” because the server where this page is located isn’t responding."
    I never had this issue before.
    I have Firefox and it does not work on that browser either.
    I have also tried RockMelt and Opera, again without any luck.
    I have searched on the web on several forums and the advice I saw there for similar issues did not work.
    I called my bank and they were not having any problems and told me the problem was on my end.
    I called Verizon and they tried to help, even took over the computer and they could not get the page to come up.
    I can access the page if I use Kproxy, but, I cannot access the bill pay feature that has a totally different error message.
    Does anybody know how I can fix this issue and gain access to my bank's page as I did before.
    This is extremely important as I need to get to the page and to my bill pay feature without any issues.
    As I said, this had been working fine up to about 2 or 3 days ago.
    I am using Safari Version 5.0.5 (6533.21.1)
    When I go to my bookmarks and previews, the preview for my bank is blank or black with the Safari logo and a lock on it, if this helps...
    Any help is greatly appreciated as we really need access to our banks page and features that we use all the time....
    Thank you in advance for any help with this problem.....

    Greetings,
    As you've tried multiple web browsers, try creating a new user account, log out of your current account, log in to the new account and try from the new user to see what happens: http://docs.info.apple.com/article.html?path=Mac/10.6/en/8235.html
    Cheers.

  • Cannot access web pages

    I have perfectly good Internet but I cannot access any web page. On each page it says this for example on Facebook..."Safari cannot connect to the server. Safari can't open the page http://FB...because dafari can't Connect to the server www.FB..."

    Is the Safari browser set to work Offline?
    What are you using at the moment to visit the Apple Site?
    Do you have any other web browser, such as FireFox, etc?
    Have you checked any web-dependant applications or system time server
    to see if these are accessing the internet and are getting data flow, live?
    Could be the content of certain web sites may require a flash update or
    some other thing, if only Safari is acting up. My Safari (in older OS X) is
    older, it sees little use; my browsers are many & other newer ones work.
    Good luck & happy computing!

  • Cannot access web server internally with ea6200

    I have the same problem as found in these posts:
    http://community.linksys.com/t5/Wireless-Routers/Cannot-access-server-internally/m-p/743969/highligh...
    http://community.linksys.com/t5/Wired-Routers/Accessing-Internal-Web-Servers-External-OK-Internal-No...
    http://community.linksys.com/t5/Wireless-Routers/EA6500-NAT-Redirection-Bug/td-p/583820/highlight/fa...
    Basically, I can't access my local http http server.  Like the other posters, this is a new router and I've never had this problem before.  I know very little about networking, but I am a developer and need my server to be accessible on my LAN.
    The only things I’ve done since setting up the router are:
    Setup the wifi security
    Enable the media prioritization as a user suggested in the last link I posted.
    Forward ports 80 and 8080 – I did this knowing that it made no sense because I only care about local access, but since nothing else with this stupid router makes any sense, I figured, “what the hell!”
    I really appreciate any help I can get.  I’m thinking about just ordering a new router and sending this PoS back to newegg.

    Hi jerred121, I've done a bit of a research about this feature. There is what we call DNS Rebinding Attacks, certain actions will not work from behind the router, this is for your own protection. I know it worked before with older routers.
    If you need to access your server locally, you can use the private IP of that device rather than the public IP.

  • Cannot access web console after install.

    Hi all.
    The last day has been my first encounter with Oracle VM and it seemed to go fine until I finished. I have installed the latest VM and management tools on a bare bones machine (spec below) but cannot access the console via http://machine:8888/OVA.
    I have tried installing using https and without and can gain access to neither the https 4443 or the http 8888 yet I can ssh into it quite easily. The dmesg only really complains that there are no ipv6 routers (understandable) but the xend.log in /var/log/xen does show something strange at the bottom:
    [2011-07-13 16:04:45 3011] DEBUG (XendDomain:452) Adding Domain: 0
    [2011-07-13 16:04:45 3011] DEBUG (XendDomain:386) number of vcpus to use is 0
    [2011-07-13 16:04:45 3011] INFO (SrvServer:177) unix path=/var/lib/xend/xend-socket
    [2011-07-13 16:04:45 3011] DEBUG (XendDomainInfo:1727) XendDomainInfo.handleShutdownWatch
    [2011-07-13 16:04:45 3011] WARNING (XendAPI:695) API call: VBD.set_device not found
    [2011-07-13 16:04:45 3011] WARNING (XendAPI:695) API call: VBD.set_type not found
    [2011-07-13 16:04:45 3011] WARNING (XendAPI:695) API call: session.get_all_records not found
    [2011-07-13 16:04:45 3011] WARNING (XendAPI:695) API call: event.get_record not found
    [2011-07-13 16:04:45 3011] WARNING (XendAPI:695) API call: event.get_all not found
    [2011-07-13 16:04:45 3011] WARNING (XendAPI:695) API call: VIF.get_network not found <------ ?????
    [2011-07-13 16:04:45 3011] WARNING (XendAPI:695) API call: VIF.set_device not found
    [2011-07-13 16:04:45 3011] WARNING (XendAPI:695) API call: VIF.set_MAC not found
    [2011-07-13 16:04:45 3011] WARNING (XendAPI:695) API call: VIF.set_MTU not found
    [2011-07-13 16:04:45 3011] WARNING (XendAPI:695) API call: debug.get_all not found
    The spec of the machine started out as:
    Athlon 64 x2 3600+
    4Gb Ram
    2 Nics (1 built in Broadcom & 1 Intel MT)
    1 NVidia super duper gt9500
    3 Hard Disk, (1 IDE 150gb , 1 SATA 80 & 1 SATA 150 - the IDE is master boot with system on it)
    After a few attempts, I removed Video and the Intel card.
    The install was done via CD and never complained and in this last install, it only had 1 NIC to choose for the management console.
    On this last install I also chose top use none https and therefore the system says I should gain access via http://machine:8888/OVA
    I do notice though that in some tutorials, it states alternatives to OVA like OVS etc, all of which I have tried.
    Oh and if I netstat -an, it shows it's listening on port 8888.
    many thanks, I'm guessing it's some a bit silly that I've over looked but from the way I read the install instructions, you only need the VM and the management Disks to install and you should be able to access via web console?
    BTW, systems I'm using as clients to access range from, opera, firefox (Soalris), ie 6,7,8 & 9 from Windows and Windows server. All I get is Internet Explorer Cannot Display This Page.
    many Thanks, Mark

    Did you install the VM Manager software as a VM hosted by OVS? Make sure the VM is running. It is probably named something like OVM_EL5U4_X86_OVM_MANAGER_PVM. Use "xm list" on the OVS server to see which VMs are running.
    If it's not running, then run "xm create /path/to/vm.cfg" the path is probably something like /OVS/running_pool/OVM_EL5U4_X86_OVM_MANAGER_PVM/vm.cfg
    Jim

Maybe you are looking for